6cda9494b5915d2532c84d6c0f2daf63c22fd567
[gnus] / lisp / ChangeLog
1 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-font): Colorize the region.
4         (shr-tag-body): Ditto.
5         (shr-tag-font): Actually let the styles be inherited instead of
6         overwriting them.
7
8         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9         a Message-ID to avoid having nnimap depend on gnus-sum.
10
11         * shr.el (shr-descend): Only colorize something if we have a node that
12         sets colors.
13
14 2010-12-06  Julien Danjou  <julien@danjou.info>
15
16         * shr.el (shr-render-td): Render td content with shr-descend, so style
17         will be applied to <td> too.
18         (shr-colorize-region): Colorize region even if we only have a background.
19         (shr-tag-body): Fix color and background color inheritance.
20         Do not recolorize after shr-generic.
21         (shr-tag-font): Let shr-generic colorize via inheritance.
22
23 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
26
27 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
28
29         * nnir.el (nnir-request-move-article): Remove obsolete code.
30
31 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
34
35 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-sum.el (gnus-summary-respool-article): The completion function
38         expects a list instead of an alist.
39
40         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
41         string as the parameter.
42
43         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
44
45         * shr.el (shr-stylesheet): New dynamic variable for cascading the
46         styles.
47         (shr-colorize-region): New function.
48         (shr-insert-background-overlay): Remove.
49         (shr-render-td): Background setting should be taken care of on a higher
50         level.
51         (shr-tag-body): Use post-hoc colorizations.
52         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
53         (shr-put-color-1): Don't overwrite old colors.
54         (shr-colorize-region): When the background color isn't explicit, use
55         a fixed background.
56
57         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
58         nnmail variables.
59
60 2010-12-05  Bjørn Mork  <bjorn@mork.no>
61
62         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
63         unless necessary.
64
65 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
66
67         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
68         server.
69
70 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
73         so that TAB works.
74
75         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
76         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
77
78         * shr.el (shr-urlify): Show the URL before the title to avoid
79         misleading URLs.
80
81 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
82
83         * shr.el (shr-urlify): Display the title in <a> tags.
84
85 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el (nnir-categorize): Replace mapcar with mapc.
88
89 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
90
91         * nnir.el: Rearrange code to allow macros to be autoloaded by
92         gnus-sum.el.
93         (nnir-retrieve-headers-override-function): Make this variable
94         customizable.
95         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
96
97         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
98         from nnir.el.
99
100 2010-12-03  Julien Danjou  <julien@danjou.info>
101
102         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
103
104 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
107         allow optional argument `environment'.
108
109 2010-12-03  Glenn Morris  <rgm@gnu.org>
110
111         * mm-extern.el (message-goto-body): Update declaration.
112
113 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-util.el (gnus-macroexpand-all): New function.
116
117         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
118         instead of macroexpand-all that is unavailable in XEmacs.
119
120 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
121
122         * nnir.el (nnir-summary-line-format): New variable.
123         (nnir-mode): Use it.
124         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
125         (nnir-article-ids): Reimplement as defsubst.
126         (nnir-retrieve-headers): Don't mangle the subject header.
127         (nnir-run-imap): Use 100 as RSV score.
128         (nnir-run-find-grep): Fix for full server searching.
129         (nnir-run-gmane): Better restriction to gmane groups.
130
131         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
132         summary buffers.
133
134 2010-12-02  Julien Danjou  <julien@danjou.info>
135
136         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
137
138         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
139
140         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
141         support.
142
143 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
144
145         * nnir.el: Update to handle the registry better.
146         (autoload): Silence byte-compiler.
147         (nnir-open-server): Add a hook for nnir groups.
148         (nnir-request-move-article): Don't mangle the header. Better to use
149         formating variables (which will be added in the future).
150         (nnir-registry-action): Update the registry using the original article
151         group name.
152         (nnir-mode): Install nnir-specific hooks for updating the registry.
153
154         * gnus-sum.el
155         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
156         obsolete variables.
157         (gnus-summary-move-article): Remove use of obsolete variables.
158         (gnus-summary-local-variables): Make move and delete hooks local to
159         summary buffers.
160
161 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * rtree.el: New file.
164
165 2010-12-01  Julien Danjou  <julien@danjou.info>
166
167         * message.el (message-user-organization): Do not use
168         gnus-local-organization.
169
170         * gnus.el: Remove gnus-local-organization.
171
172         * gnus-msg.el: Remove nastygram thing.
173
174 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
177         funcall.
178
179 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
182         names.
183
184         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
185         characters.
186
187         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
188         to t of inhibit-read-only since it is inside gnus-with-article-headers.
189         Suggested by Štěpán Němec <stepnem@gmail.com>.
190         (gnus-gravatar-transform-address): Use mail-extract-address-components
191         that supports non-ASCII names rather than mail-header-parse-addresses.
192
193 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * proto-stream.el (open-protocol-stream): All starttls connections are
196         handled by the network handler.
197
198 2010-11-30  Julien Danjou  <julien@danjou.info>
199
200         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
201         (nnimap-open-connection-1): Fix PREAUTH.
202
203         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
204
205 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
208         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
209         (shr-insert): Use them.
210         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
211
212 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
213
214         * nnir.el (nnir-request-move-article): Bail out if original group
215         doesn't support article moves.
216         (nnir-get-active): Improve active list retrieval.
217
218 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-find-fill-point): Don't break before apostrophes.
221
222 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
223
224         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
225         seem to accept strings-with-numbers as port numbers,
226
227 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
228
229         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
230         change the registry.
231
232 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
235         delete-dups that is not available in XEmacs 21.4.
236
237         * mm-util.el (mm-delete-duplicates): Add comment.
238
239 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
240
241         * nnir.el (nnir-ignored-newsgroups): New variable.
242         (nnir-get-active): Use it.
243
244 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * proto-stream.el (proto-stream-open-network): Add some comments.
247
248         * nntp.el (nntp-open-connection): Provide a :success condition.
249
250         * nnimap.el (nnimap-open-connection-1): Ditto.
251
252         * proto-stream.el (proto-stream-open-network): See what the response to
253         the STARTTLS command is.
254
255         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
256         backwards compatibility).
257         (nnimap-open-connection-1): Really respect nnimap-server-port.
258
259         * proto-stream.el (proto-stream-open-network): When doing opportunistic
260         TLS upgrades we don't really care about the identity of the peer.
261         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
262         that what we've checked for.
263         (proto-stream-always-use-starttls): Only default to t if
264         open-gnutls-stream exists.
265         (proto-stream-open-network): If STARTTLS failed, then just open a
266         normal connection.
267         (proto-stream-open-network): Wait until the greeting before doing
268         STARTTLS.
269
270         * nntp.el (nntp-open-connection): Report what the connection error is.
271
272         * proto-stream.el (open-protocol-stream): Renamed from
273         open-proto-stream.
274
275 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * nnimap.el (nnimap-stream): Change default to `undecided'.
278         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
279         first, and then network.
280         (nnimap-open-connection-1): Respect nnimap-server-port.
281         (nnimap-open-connection): Be more backwards-compatible.
282
283         * proto-stream.el (proto-stream-always-use-starttls): New variable.
284         (proto-stream-open-starttls): De-duplicate the starttls code.
285         (proto-stream-open-starttls): Folded back into the main function.
286         (proto-stream-open-network): Fix typo in the gnutls path.
287         (proto-stream-command): Refactor out.
288
289         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
290
291         * proto-stream.el (proto-stream-open-starttls): Actually implement the
292         starttls.el STARTTLS.
293
294         * color.el (color-lab->srgb): Fix function call name.
295
296         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
297         if we're using tls.el.
298         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
299         built in, then don't try to establish a STARTTLS connection.
300
301         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
302         servers.
303
304         * proto-stream.el (open-proto-stream): Use network, not stream.
305         (open-proto-stream): Add a way to specify what the end of a command is.
306
307         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
308         connections types.
309         (nntp-open-network-stream): Remove.
310         (nntp-open-ssl-stream): Remove.
311         (nntp-open-tls-stream): Remove.
312         (nntp-ssl-program): Remove.
313
314         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
315
316 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
317
318         * nnir.el: Fix typos.
319         (nnir-retrieve-headers-override-function): Rename variable to reflect
320         new semantics.
321         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
322         macros.
323         (nnir-request-article, nnir-request-move-article): Use them.
324         (nnir-categorize): New function.
325         (nnir-run-query): Use it.
326         (nnir-retrieve-headers): Rewrite to batch header retrieval.
327         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
328         sorted.
329         (nnir-group-full-name): Use gnus-group-full-name instead.
330         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
331         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
332
333 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
336
337         * proto-stream.el: New library to provide protocol-specific
338         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
339         protocols.
340         (open-proto-stream): Complete the documentation.
341         (proto-stream-open-network): Fix some typos.
342
343         * nnimap.el (nnimap-open-connection): Use it.
344
345 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
346
347         * pop3.el (pop3-open-server): Read server greeting before starting TLS
348         negotiation.
349
350 2010-11-26  Julien Danjou  <julien@danjou.info>
351
352         * color.el: Rename various rgb functions to srgb.
353
354 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
357         names.
358
359 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * shr.el (shr-insert): Revert last change.
362         (shr-find-fill-point): Never leave point being at bol;
363         relax the kinsoku limitation when rendering tables.
364
365 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
368         results from -accept-article.
369
370         * shr-color.el: Require cl when compiling.
371
372         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
373         checkin.
374
375         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
376
377         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
378
379         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
380         'add and 'delete to set backend marks.
381
382         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
383
384         * nnheader.el (nnheader-update-marks-actions): Refactor out.
385
386         * nntp.el (nntp-request-set-mark): Use it.
387
388         * nnfolder.el (nnfolder-request-set-mark): Ditto.
389
390         * nnml.el (nnml-request-set-mark): Ditto.
391
392         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
393         introduces regressions in article selection.
394         (nnimap-find-uid-response): New function.
395         (nnimap-request-accept-article): Use the UID returned, if any.
396         (nnimap-request-move-article): Use the UID returned, if any.
397         (nnimap-get-groups): Reimplement to work with folded lines.
398         (nnimap-find-uid-response): The UID is the last element in the list.
399         (nnimap-request-set-mark): Extend syntax with 'set.
400
401         * nnml.el (nnml-request-set-mark): Ditto.
402
403         * nnfolder.el (nnfolder-request-set-mark): Ditto.
404
405         * nntp.el (nntp-request-set-mark): Ditto.
406
407 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * message.el (message-called-interactively-p): A temporary macro.
410         (message-goto-body): Use it temporarily.
411
412 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
415         (nnimap-last-response-string): Unfold quoted lines, if they exist.
416         (nnimap-last-response-string): Fix last unfolding fix.
417
418 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * shr.el (shr-insert): Fix the way to fold lines.
421
422 2010-11-25  Julien Danjou  <julien@danjou.info>
423
424         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
425
426         * color.el: Rename from color-lab.el
427         (color-rgb->hex): Add.
428         (color-complement): Add.
429         (color-complement-hex): Add.
430
431         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
432
433 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * shr-color.el (shr-color-visible): Don't bug out if the colour names
436         don't exist.
437
438 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
441         assuming that article displaying or another mml-preview may be
442         interrupted for an error or for the like.
443
444         * shr.el (shr-get-background): Fix argument name.
445
446 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
449
450         * gnus-sum.el (gnus-summary-include-articles): New function.
451
452         * message.el (message-goto-body): called-interactively-p needs a
453         parameter, so use `any'.
454
455         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
456         clear marks before moving, since they're synced from the Gnus side
457         first.
458
459         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
460         (gnus-summary-move-article): Copy over all marks before moving, so that
461         IMAP doesn't think a new article has arrived.
462
463 2010-11-24  Julien Danjou  <julien@danjou.info>
464
465         * shr.el (shr-insert-background-overlay): Fix typo.
466         (shr-render-td): Copy the background before rendering.
467
468         * shr-color.el (shr-color-visible): Fix docstring.
469
470         * shr.el (shr-tag-table): Add bgcolor support.
471         (shr-render-td): Add bgcolor support.
472         (shr-get-background): Add.
473         (shr-insert-foreground-overlay): Use shr-get-background.
474
475         * message.el (message-goto-body): Use called-interactively-p.
476         (message-in-body-p): message-goto-body returns point.
477
478 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
481         Fixes something or other in Emacs 23, and is backwards compatible.
482
483         * message.el (message-goto-body): Remove the <#secure special-casing,
484         which is too special.
485
486         * shr.el (shr-parse-style): Drop !important from styles.
487
488 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
489
490         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
491         this function to return incorrect results when calling it with an
492         explicit article argument different from
493         (gnus-summary-article-number).
494
495 2010-11-24  Julien Danjou  <julien@danjou.info>
496
497         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
498         (shr-tag-body): Add background support.
499         (shr-descend): Add background support.
500         (shr-tag-title): Add.
501
502         * shr-color.el (shr-color-visible): Really return original background
503         if fixed.
504
505 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * shr.el (shr-color-check): Protect against non-existant colour names.
508
509 2010-11-24  Julien Danjou  <julien@danjou.info>
510
511         * color-lab.el: Require 'cl when compiling.
512
513         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
514
515         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
516         matched part.
517
518         * color-lab.el: Fix all expt calls to use float type.
519
520 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
523         expression to shr-color-check as is.
524
525         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
526
527         * color-lab.el: Add coding cookie.
528         (float-pi): Use eval-and-compile.
529
530         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
531         compiled for Emacsen having no `libxml-parse-html-region' support.
532
533 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * shr.el (shr-insert-color-overlay): Split stuff like
536         "#444444 !important" to find the real colour.
537         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
538         parse <font color="red"> entries.
539
540 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
541
542         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
543         point when parsing headers.
544
545         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
546         is positioned properly when parsing headers.
547
548 2010-11-23  Julien Danjou  <julien@danjou.info>
549
550         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
551
552         * shr-color.el (shr-color->hexadecimal): Add support for color names.
553
554         * shr.el (shr-parse-style): Replace \n with space in style parsing.
555
556         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
557         shr-color-hue-to-rgb.
558         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
559
560 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * shr.el (shr-color->hexadecimal): Autoload.
563         (shr-descend): Add color to all tags.
564
565 2010-11-22  Julien Danjou  <julien@danjou.info>
566
567         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
568         shr-color->hexadecimal.
569
570         * shr-color.el (shr-color->hexadecimal): Add converting functions for
571         RGB() or HSL() color representation.
572
573         * shr.el (shr-tag-font): Add.
574         (shr-tag-color-check): New function to get better colors.
575         (shr-tag-insert-color-overlay): Factorize code between tag-font and
576         tag-span.
577
578         * shr-color.el: New file.
579
580         * color-lab.el: New file.
581
582         * gnus-art.el (gnus-url-mailto): Do not downcase args.
583
584 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
585
586         * nnir.el: Fix typo in comments.
587         (nnir-run-imap): Simplify code. No need to reverse artlist.
588         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
589
590 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
593
594         * nnimap.el (nnimap-get-capabilities): Refactor out.
595         (nnimap-open-connection): Re-request capabilities after STARTTLS.
596
597 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
598
599         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
600         appearing when `mm-uu-hide-markers' is nil.
601
602 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-unselect-group): Make into its own function.
605         (nnimap-request-rename-group): Unselect group before renaming.
606         This had gotten lost somewhere.
607         (nnimap-request-accept-article): Keep track of examined groups, and
608         unselect the group before APPENDing to read-only groups.
609         (nnimap-request-move-article): Clear flags before moving so that they
610         can be re-set later.
611
612 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
615         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
616
617 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-art.el (gnus-mime-display-single)
620         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
621         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
622         parameter.
623
624 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
627         (shr-table-vertical-line): New variable.
628         (shr-insert-table): Use it.
629
630 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-html.el (gnus-html-wash-images): Don't display images if
633         gnus-inhibit-images is non-nil; register displayer for cid images.
634         (gnus-html-display-image): Work for cid image.
635         (gnus-html-insert-image): Allow arguments.
636         (gnus-html-put-image): Inhibit read-only.
637         (gnus-html-prefetch-images): Don't prefetch images if
638         gnus-inhibit-images is non-nil.
639
640 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * shr.el (shr-put-image): Break lines when inserting big pictures.
643
644 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
645
646         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
647         sender, thanks Katsumi Yamaoka.
648
649 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
650
651         * nnir.el (nnir-run-imap): Reverse the article list for each group
652         rather than the whole list.
653
654 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * shr.el (shr-image-displayer): Protect function against non-existent
657         image source.
658
659         * gnus-art.el (gnus-inhibit-images): New user option.
660         (gnus-mime-display-single): Don't display image if it is non-nil.
661
662         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
663         gnus-inhibit-images.
664
665         * shr.el (shr-image-displayer): New function.
666         (shr-tag-img): Use it.
667
668 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
669
670         * mml2015.el (mml2015-epg-sign): Use From header.
671
672 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-html.el (gnus-html-wash-images): Register a displayer.
675
676         * gnus-util.el (gnus-find-text-property-region): Return markers.
677
678         * shr.el (shr-tag-img): Put a displayer in the text property.
679
680         * gnus-util.el (gnus-find-text-property-region): New utility function.
681
682         * gnus-html.el (gnus-html-display-image): Make the alt optional.
683         (gnus-html-show-images): Remove.
684
685         * gnus-art.el (gnus-article-show-images): New, more general function.
686
687         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
688         image url text properties.
689
690         * shr.el: Ditto.
691
692         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
693         gnus-agent-auto-agentize-methods is set.  Which it isn't.
694
695 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
698         work for two or more articles.
699
700 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
703         divide an image that's in an html article to two or more when washing
704         non-ASCII characters in alt text of it.
705
706 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
709         smime-decrypt-region using function argument.
710         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
711
712         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
713
714         * smime.el (smime-decrypt-region): Catch it.
715
716 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * smime.el (smime-mode-map): Move initialization into declaration.
719         (gnus-run-mode-hooks): Don't autoload.
720         (smime-mode): Use define-derived-mode.
721
722 2010-11-11  Glenn Morris  <rgm@gnu.org>
723
724         * smime.el (from): Restrict declaration to XEmacs.
725
726         * nnir.el (gnus-group-topic-name): Autoload.
727
728 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * shr.el (shr-insert): Don't break long line if it is because of
731         kinsoku-bol characters in the line end.
732
733 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
734
735         * nnir.el (nnir-request-move-article): Fix to provide original group
736         and subject.
737         (nnir-warp-to-article): Don't fail on articles whose headers haven't
738         been retrieved.
739
740         * gnus-sum.el (gnus-summary-move-article): Use original group and
741         subject for virtual articles such as those in an nnir summary buffer.
742
743 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
746         least 21.5).
747
748         * smime.el (from): Declare it again for XEmacs.
749
750 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * message.el (message-resend): Don't disable encoding unless it's
753         already encoded.
754
755         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
756         low-numbered articles.
757
758 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * rfc2047.el (rfc2047-syntax-table): Simplify.
761
762         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
763
764         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
765         set-char-table-range for XEmacs.
766
767 2010-11-10  Glenn Morris  <rgm@gnu.org>
768
769         * time-date.el (time-to-seconds): Always an alias on Emacs,
770         never a real function.
771         (with-no-warnings): Remove compat stub, now unused.
772         (time-less-p): Doc fix.
773         (time-to-number-of-days): Simplify.
774
775         * smime.el (from): Remove unused declaration.
776
777         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
778         (gnus-float-time): On Emacs, always an alias.
779
780         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
781         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
782
783 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * dgnushack.el: Don't use ignore-errors in the top level form since it
786         is unavailable in XEmacs even if cl is loaded.
787
788         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
789
790 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * shr.el (browse-url-mailto): Autoload.
793
794         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
795
796         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
797         regexp doesn't need quoting.
798
799 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
800
801         * message.el (message-subject-trailing-was-ask-regexp)
802         (message-subject-trailing-was-regexp): Match was: in addition to was.
803
804 2010-11-09  Glenn Morris  <rgm@gnu.org>
805
806         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
807         (nnbabyl-check-mbox): Use point-at-bol.
808
809 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
812
813         * message.el (message-mailto): New function.
814         (message-mailto): Should accept other parameters.
815         (message-mailto): Remove since it duplicates browse-url-mailto
816         functionality.
817
818 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
821         methods.
822         (gnus-read-active-file): Ditto.
823
824         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
825         ": " from the prompt.
826         (gnus-group-make-group): Ditto.
827
828 2010-11-07  Glenn Morris  <rgm@gnu.org>
829
830         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
831         (gnus-bookmark-kill-line): Use point-at-eol.
832
833 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
836         asterisks in From header.
837
838 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
841         string to avoid making the From headers syntactically invalid.
842
843         * message.el (message-send-mail): Don't insert courtesy messages if the
844         message already has List-Post and List-ID messages.
845
846 2010-11-06  Glenn Morris  <rgm@gnu.org>
847
848         * gnus-art.el (gnus-treat-article): Give dynamic local variables
849         `condition', `type', `length' a prefix.
850         (gnus-treat-predicate): Update for above name changes.
851
852 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
853
854         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
855         binding.  Handled by `gnus-summary-refer-thread' instead.
856         (nnir-warp-to-article): New backend function.
857
858         * nnimap.el (nnimap-request-thread): Force dependency updating.
859
860         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
861         (gnus-summary-refer-thread): Rework to improve thread-referral.
862
863         * gnus-int.el (gnus-warp-to-article): New function.
864
865         * gnus-sum.el (gnus-summary-article-map): Bind it.
866
867 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
868
869         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
870         gnus-summary-refer-thread.
871
872         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
873         headers.
874         (gnus-summary-limit-include-thread): Prevent articles in thread from
875         being cut in gnus-cut-threads.
876         (gnus-summary-refer-thread): Limit retrieved headers to those in
877         thread.
878
879 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * message.el (message-send-mail): Use the value of
882         message-courtesy-message from the message buffer.
883
884         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
885
886         * shr.el (shr-browse-url): Implement mailto: URLs.
887
888         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
889         "raw".
890
891         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
892         if it's already selected.
893
894         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
895
896 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
899         to measure the length and truncate alt text.
900
901 2010-11-03  Glenn Morris  <rgm@gnu.org>
902
903         * nndiary.el (nndiary-generate-nov-databases-1)
904         (nndiary-generate-active-info): Rename dynamic variable `files' to
905         something less generic.
906
907 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
908
909         * nnir.el (nnir-request-move-article): Call the underlying backend to
910         move articles from nnir.
911
912 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
915
916 2010-11-02  Julien Danjou  <julien@danjou.info>
917
918         * nnir.el: Remove wais support.
919
920 2010-11-02  Glenn Morris  <rgm@gnu.org>
921
922         * gnus-html.el: Reorder requirements to quieten compiler.
923
924 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
927         properly for XEmacs as well.
928         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
929         (gnus-article-natural-long-line-p): Use window-width rather than
930         frame-width.
931
932 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
935         (nnir-read-parms): Don't modify query.
936         (nnir-run-query): Add ability to search topic on current line.
937         (nnir-get-active): Clean up.
938
939 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
942         degenerate articles.
943
944         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
945         (gnus-print-buffer): Just print the buffer as is, without any copying
946         to a buffer and then re-highlighting.
947
948         * nnimap.el (nnimap-request-group): Store the new updated info.
949         (nnimap-request-group): Select the group when we don't know whether it
950         exists or not.
951
952         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
953         groups.
954
955         * gnus-group.el (gnus-group-find-new-groups): Display all the new
956         groups.
957
958         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
959         groups.
960
961         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
962         long-lines case by only filling the long lines.
963
964         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
965         (bug #7311).
966
967 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * shr.el: No need to declare `declare-function' since shr.el is for
970         only Emacsen that provide `libxml-parse-html-region'.
971
972         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
973         effective only in a file it is referred to.
974
975 2010-11-01  Glenn Morris  <rgm@gnu.org>
976
977         * mm-util.el (gnus-completing-read): Autoload.
978         (mm-read-coding-system): Simplify Emacs definition.
979
980         * nnmail.el (gnus-activate-group):
981         * nnimap.el (gnutls-negotiate):
982         * nntp.el (netrc-parse): Fix declarations.
983
984 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
987         string-match-p in Emacs >=23.
988
989         * gnus-msg.el (gnus-configure-posting-styles)
990         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
991
992 2010-11-01  Glenn Morris  <rgm@gnu.org>
993
994         * nnir.el (declare-function): Add compat stub.
995         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
996         (nnir-run-gmane): Require 'mm-url.
997
998         * mm-util.el (mm-string-to-multibyte): Simplify.
999
1000         * shr.el (declare-function): Add compat stub.
1001         (url-cache-create-filename): Declare.
1002         (mm-disable-multibyte, widget-convert-button): Autoload.
1003
1004         * smime.el (ldap-search): Declare.
1005         (smime-cert-by-ldap-1): Require ldap on Emacs.
1006
1007         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1008         (nnimap-keepalive): Use gnus-float-time.
1009
1010         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1011         (mail-source-delete-crash-box): Use gnus-float-time.
1012
1013         * gnus-dired.el (gnus-completing-read): Autoload.
1014
1015         * mm-view.el (gnus-rescale-image): Autoload.
1016
1017         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1018
1019         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1020
1021         * sieve-manage.el: Require 'cl when compiling.
1022
1023         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1024         (gnus-iswitchb-completing-read): Require iswitchb.
1025         (gnus-select-frame-set-input-focus): Silence compiler.
1026
1027 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * message.el (message-subject-trailing-was-query): Change default to t,
1030         since I think that's what most people want.
1031
1032         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1033         appending for easier debugging.
1034         (nnimap-wait-for-connection): Take a regexp.
1035         (nnimap-request-accept-article): Wait for the continuation line before
1036         sending anything unless we're streaming.
1037
1038         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1039         leave the header washing to take place.
1040
1041 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1042
1043         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1044         regular expression match and replace in posting styles.
1045
1046 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1047
1048         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1049         an entire server.
1050         (nnir-get-active): New function.
1051         (nnir-run-imap): Use it.
1052         (nnir-run-gmane): Who knew, gmane search returns an article score!
1053
1054         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1055         server on the current line with nnir.
1056
1057 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1060         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1061         left edge.
1062         (gnus-article-foldable-buffer): Skip past the prefix when determining
1063         raggedness.
1064
1065         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1066         the raw article, and change `C-u g' to show the article without doing
1067         treatments.
1068
1069         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1070         on to `gnus-treat-article'.
1071         (gnus-inhibit-article-treatments): New variable.
1072
1073         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1074
1075         * gnus-art.el (gnus-treatment-function-alist): Have
1076         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1077         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1078         sections.
1079
1080         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1081         parameter.
1082         (gnus-article-fill-cited-long-lines): New function.
1083         (gnus-article-fill-cited-article): Allow filling only long sections.
1084
1085         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1086         and non-punctuation (like after the apostrophe in "'We").
1087
1088         * gnus-sum.el (gnus-summary-select-article): Make sure
1089         gnus-original-article-buffer is alive.
1090
1091         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1092         reflect the order they're in in the digest.
1093
1094         * gnus.el (gnus-group-startup-message): Move point to the start of the
1095         buffer.
1096
1097         * nnimap.el (nnimap-capability): New function.
1098         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1099         is set.
1100
1101 2010-10-31  David Engster  <dengste@eml.cc>
1102
1103         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1104         conform with changes to gnus-completing-read.
1105
1106 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1109
1110 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1111
1112         * nnir.el: Move defvar, defcustom around to keep file organized
1113         and keep byte-compiler quiet.
1114         (nnir-read-parms): Accept search-engine as arg.
1115         (nnir-run-query): Pass search-engine as arg.
1116         (nnir-search-engine): Remove.
1117
1118 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * shr.el (shr-generic): The text nodes should be text, not :text.
1121
1122         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1123         later in the file.
1124
1125 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1126
1127         * nnir.el: General clean up.  Allow searching with multiple engines.
1128         Allow separate extra-parameters for each engine.
1129         Batch queries when possible.
1130         (nnir-imap-default-search-key,nnir-method-default-engines):
1131         Add customize interface.
1132         (nnir-run-gmane): New engine.
1133         (nnir-engines): Use it.  Qualify all prompts with engine name.
1134         (nnir-search-engine): Remove global variable.
1135         (nnir-run-hyrex): Restore for now.
1136         (nnir-extra-parms,nnir-search-history): New variables.
1137         (gnus-group-make-nnir-group): Use them.
1138         (nnir-group-server): Remove in favor of gnus-group-server.
1139         (nnir-request-group): Avoid searching twice.
1140         (nnir-sort-groups-by-server): New function.
1141
1142 2010-10-30  Julien Danjou  <julien@danjou.info>
1143
1144         * gnus-group.el: Remove gnus-group-fetch-control.
1145
1146         * gnus-start.el (gnus-find-new-newsgroups):
1147         Remove gnus-check-first-time-used.
1148
1149         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1150
1151 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1152
1153         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1154         set on groups that don't have \* permanentflags.
1155
1156 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1159         control the background color.
1160         (shr-tag-img): Ignore very small web bug type images.
1161         (shr-put-image): Add help-echo alt texts to the images.
1162         (shr-tag-video): Show the video poster image.
1163
1164 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * shr.el (shr-table-depth): New variable.
1167         (shr-tag-table-1): Only insert the images after the top-level table.
1168
1169         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1170
1171         * gnus-util.el (gnus-list-memq-of-list): New function.
1172
1173         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1174         selected.
1175         (nnimap-unsplittable-articles): New slot.
1176         (nnimap-new-articles): Use it.
1177
1178 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1179
1180         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1181         move to the previous line on `M-g'.
1182
1183 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1186         *-request-group, which seems unnecessary.
1187
1188         * nnimap.el (nnimap-quote-specials): Function copied over from
1189         imap.el.
1190         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1191         they support that.  Suggested by Tom Regner.
1192
1193 2010-10-29  Julien Danjou  <julien@danjou.info>
1194
1195         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1196         defalias.
1197         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1198
1199         * gnus.el: Remove `gnus-nntp-service' variable.
1200         (gnus-secondary-servers): Make obsolete.
1201         (gnus-nntp-server): Make obsolete.
1202
1203         * gnus-start.el (gnus-1): Remove x-splash calls.
1204
1205         * gnus-ems.el (gnus-x-splash): Remove.
1206
1207         * gnus.el (gnus-group-startup-message): Simplify/update code.
1208
1209         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1210         definition.
1211
1212         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1213         capability before doing anything.
1214         (gnus-group-insert-group-line): Remove useless
1215         gnus-group-remove-excess-properties.
1216
1217 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1220
1221 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1224         config after reselecting.
1225
1226 2010-10-28  Julien Danjou  <julien@danjou.info>
1227
1228         * shr.el (shr-put-image): Use point even if only inserting text.
1229         (shr-put-image): Save excursion when inserting alt text on non-graphic
1230         display, so the behaviour is the same when we are on a graphic display.
1231
1232         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1233
1234 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1237         (gnus-mime-copy-part): Check coding system, not charset.
1238         (gnus-mime-view-part-externally): Never remove part.
1239         (gnus-mime-view-part-internally): Don't remove part here.
1240         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1241         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1242         multipart/alternative.
1243
1244         * mm-decode.el (mm-display-part): Take optional arg `force'.
1245
1246 2010-10-26  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-group.el (gnus-group-default-list-level): Add this function to
1249         compute the default list level.
1250         (gnus-group-default-list-level): Add possibility to use a function.
1251
1252 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1255
1256         * gnus-group.el (gnus-group-completing-read)
1257         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1258         gnus-replace-in-string.
1259
1260 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * shr.el (shr-tag-div): Add.
1263
1264         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1265
1266 2010-10-25  Julien Danjou  <julien@danjou.info>
1267
1268         * gnus-util.el: Remove `gnus-with-local-quit'.
1269
1270         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1271
1272 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1275         the original article buffer.
1276
1277 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-request-head): New function.
1280         (nnimap-request-move-article): Try to be slighly faster by not
1281         requesting the entire message when moving.
1282         (nnimap-transform-headers): Don't bug out on bodiless articles.
1283         (nnimap-send-command): Have no outstanding messages if the IMAP server
1284         doesn't support streaming.
1285         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1286
1287 2010-10-24  Julien Danjou  <julien@danjou.info>
1288
1289         * message.el (message-default-headers): Fix type.
1290
1291 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1294         prefetching images.
1295
1296         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1297         backend for unknown groups.  This is mainly useful for nnimap groups.
1298
1299         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1300         group isn't covered by the agent.
1301
1302 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1303
1304         * nnir.el (nnir-method-default-engines): New variable.
1305         (nnir-run-query): Use it.
1306         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1307         (gnus-summary-nnir-goto-thread): Change group if needed.
1308
1309         * gnus-group.el (gnus-group-group-map): Add key binding for
1310         gnus-group-make-nnir-group.
1311
1312 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * shr.el (shr-tag-object): Add.
1315
1316         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1317         original article buffer live.
1318         (gnus-summary-select-article-buffer):
1319         Mention gnus-widen-article-buffer.
1320
1321 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * shr.el (shr-tag-strong): Add.
1324
1325 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1328         group names.  They mess up the group buffer badly.
1329
1330         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1331
1332         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1333         instead of the summary one.
1334
1335 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * mml.el (mml-preview): Work properly when editing article.
1338
1339         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1340         gnus-have-read-active-file if it's already been in.
1341
1342 2010-10-22  Tom Tromey  <tromey@redhat.com>
1343
1344         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1345         gnus-group-completing-read.
1346
1347 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * message.el (message-mode-map): Don't bind M-; to comment region, to
1350         allow the global comment-dwim to work.
1351
1352 2010-10-21  Julien Danjou  <julien@danjou.info>
1353
1354         * message.el (message-setup-1): Allow message-default-headers to be a
1355         function.
1356
1357 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * shr.el (shr-tag-table): Simplify.
1360
1361 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1364         to avoid trying to snarf invalid stuff.
1365
1366         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1367
1368         * gnus.el (gnus-message-archive-group): Quote value.
1369         (gnus-message-archive-group): Mark as changed.
1370
1371         * shr.el (shr-add-font): Don't put the font properties on the newline
1372         or the indentation.
1373
1374         * message.el (message-fix-before-sending): Change options when sending
1375         non-printable characters.
1376
1377         * gnus.el (gnus-message-archive-method): Change the default to
1378         monthly outgoing groups.
1379
1380         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1381         that have gotten new numbers.
1382
1383         * nnimap.el (nnimap-request-replace-article): New function.
1384
1385 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1388         (nnrss-request-article): Don't use special html washing code.
1389
1390 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * shr.el (shr-tag-table): Remove useless nconc.
1393
1394 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-art.el (article-wash-html): Simplify and remove the charset
1397         stuff.  Use the normal html rendering code instead of the special html
1398         washing code.
1399
1400         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1401         `gnus-w3m' symbols.
1402         (mm-text-html-washer-alist): Remove.
1403
1404         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1405         (mm-inline-media-tests): Remove use.
1406         (mm-text-html-renderer): Change default to the `shr' symbol.
1407
1408         * mm-view.el (mm-inline-text-html): Remove use.
1409
1410         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1411         `gnus-blocked-images' to be a function.
1412         (gnus-article-wash-function): Remove.
1413
1414 2010-10-20  Julien Danjou  <julien@danjou.info>
1415
1416         * spam.el (spam-list-of-processors): Mark as obsolete.
1417
1418         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1419         (nnimap-insert-partial-structure): Fix boundary detection.
1420
1421 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1422
1423         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1424         run file-truename on remote files.  This can be expensive and even
1425         prevent one from editing drafts if some unrelated buffer has a stale
1426         connection.
1427
1428 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1431         kinsoku-eol regardless of shr-kinsoku-shorten.
1432         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1433         (shr-tag-table): Support caption, thead, and tfoot.
1434
1435 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1438         lines.
1439         (shr-save-contents): New command and keystroke.
1440
1441         * nndoc.el (nndoc-type-alist): Add git support.
1442         (nndoc-git-type-p): New function.
1443         (nndoc-transform-git-article): Ditto.
1444         (nndoc-transform-git-headers): Ditto.
1445         (nndoc-transform-git-headers): Generate Subject headers.
1446
1447         * shr.el (shr-parse-style): New function.
1448         (shr-tag-span): Ditto.
1449
1450         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1451         to `G G' to avoid collisions.
1452
1453 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * shr.el: Load kinsoku if necessary.
1456         (shr-kinsoku-shorten): New internal variable.
1457         (shr-find-fill-point): Make kinsoku shorten text line if
1458         shr-kinsoku-shorten is bound to non-nil.
1459         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1460         shr-indentation too when testing if table is wider than frame width.
1461         (shr-insert-table): Use `string-width' instead of `length' to measure
1462         text width.
1463         (shr-insert-table-ruler): Make sure indentation is done at bol.
1464
1465 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1466
1467         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1468         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1469         undecoded network data.
1470
1471 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1474         name in the mode line spec so that the mode line menu works
1475         (bug #2431).
1476
1477         * message.el (message-get-reply-headers): If we're fed `to-address',
1478         then always use that.
1479
1480         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1481         aren't so wide as to need to switch off the edit menu.
1482
1483         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1484         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1485
1486         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1487         `M-g'.
1488         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1489         the permanent marks.
1490
1491 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1492
1493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1494         Splitting according to references/in-reply-to obeys the ignore-groups
1495         variable, while splitting by sender and subject do not.
1496
1497 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1500         alist, so that we can look for non-Unicode chars.
1501         (article-translate-strings): Allow both character and string maps.
1502
1503 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * shr.el (shr-insert): Don't insert space behind a wide character
1506         categorized as kinsoku-bol, or between characters both categorized as
1507         nospace.
1508
1509 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1510
1511         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1512         headers to gnus-newsgroup-headers.
1513
1514 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * shr.el (shr-tag-img): Don't align images -- since we're not
1517         rescaling, this often leads to ugly displays.
1518
1519 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1520
1521         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1522         duplicates.
1523
1524 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1525
1526         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1527         call.
1528
1529 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * gnus.el: Autoload gnus-html-show-images.
1532
1533         * nnimap.el: Use nnheader-message throughout.
1534
1535         * shr.el (shr-tag-img): Ignore images with no data.
1536
1537 2010-10-15  Julien Danjou  <julien@danjou.info>
1538
1539         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1540         a possibility to disable format=flow encoding when using hard newlines.
1541
1542 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * shr.el (shr-insert): Remove space inserted before or after a
1545         breakable character or at the beginning or the end of a line.
1546         (shr-find-fill-point): Do kinsoku; find the second best point or give
1547         it up if there's no breakable point.
1548
1549 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * nnimap.el (nnimap-open-connection): Message when opening connection
1552         for debugging purposes.
1553
1554         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1555         on every setup buffer call to allow this to change from article to
1556         article.
1557
1558         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1559         buffers where we have a wide table.
1560
1561 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1562
1563         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1564         uses *-request-thread.
1565
1566 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1569         incantation, which is no longer valid.
1570
1571 2010-10-14  Julien Danjou  <julien@danjou.info>
1572
1573         * shr.el: Fix defcustom type (char -> character).
1574
1575 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1578         programs.
1579
1580 2010-10-14  Julien Danjou  <julien@danjou.info>
1581
1582         * shr.el (shr-tag-a): Use url-link as widget type.
1583
1584         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1585         `gnus-group-get-icon'.
1586
1587 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1590         This should make server editing work better.
1591
1592         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1593
1594         * tls.el (tls-program): Remove spurious %s from openssl.
1595
1596         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1597         (nnimap-parse-flags): Fix regexp.
1598
1599         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1600         probably work for CJVK text, too.
1601
1602         * nnimap.el (nnimap-extend-tls-programs): Remove.
1603         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1604
1605         * tls.el (tls-starttls-switches): Remove starttls hack.
1606         (open-tls-stream): Ditto.
1607         (tls-find-starttls-argument): Ditto.
1608
1609 2010-10-13  Julien Danjou  <julien@danjou.info>
1610
1611         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1612         responses.
1613
1614 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1617
1618         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1619         anything in Emacs.
1620
1621         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1622
1623 2010-10-13  Julien Danjou  <julien@danjou.info>
1624
1625         * shr.el (shr-width): Make shr-width a defcustom with default to
1626         fill-column.
1627         (shr-tag-img): Use shr-width rather than fill-column.
1628
1629 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * dgnushack.el (byte-optimize-apply)
1632         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1633
1634         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1635         position when (X-)Faces exist.
1636         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1637         avatars when called interactively.
1638
1639 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1642         gnus-article-x-face-too-ugly is bound.
1643
1644 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1647
1648         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1649         mailbox that doesn't exist.
1650
1651 2010-10-12  Julien Danjou  <julien@danjou.info>
1652
1653         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1654         (shr-get-image-data): Encode URL properly when fetching from cache.
1655         (shr-tag-img): Use aligned-to spaces to align correctly images.
1656
1657         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1658         before inserting the Gravatar.
1659
1660         * shr.el (shr-tag-img): Add align attribute support for <img>.
1661
1662 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-gravatar.el (gnus-art): Require.
1665
1666         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1667         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1668         Remove long obsoleted functions.
1669
1670 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1673
1674         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1675
1676         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1677         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1678         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1679         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1680         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1681         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1682         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1683
1684 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * nnimap.el (nnimap-request-rename-group): Select group read-only
1687         before renaming it.
1688
1689         * shr.el (shr-insert): Fix up the white space only regexp.
1690
1691         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1692         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1693
1694         * shr.el (shr-current-column): New function.
1695         (shr-find-fill-point): New function.
1696
1697 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1698
1699         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1700         numbers.
1701
1702 2010-10-11  Julien Danjou  <julien@danjou.info>
1703
1704         * shr.el (shr-hr-line): Add.
1705         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1706         display hr lines.
1707         (shr-max-columns): Do not change state to nil if we just inserting
1708         spaces.
1709
1710 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1713         select the last group.
1714
1715 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1716
1717         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1718
1719 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1720
1721         * dig.el (dig-mode-map): Declare and define in one step.
1722
1723 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1726         for Gnus.
1727         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1728         (nnimap-update-qresync-info): Mark \Seen articles as read.
1729
1730         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1731         non-variable, too.
1732
1733         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1734         available.
1735         (nnimap-update-info): Rely more on the current active than the param
1736         active to avoid marking articles as read too much.
1737
1738         * auth-source.el (auth-source-create): Use (user-login-name) for the
1739         user name default.
1740
1741         * nnimap.el (nnimap-update-info): If the server doesn't return any
1742         useful info, just use the previous info.
1743         (nnimap-update-info): Prefer old info over start-article.
1744         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1745
1746 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1747
1748         * nnir.el (autoload): Clean up autoloads.
1749         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1750         Use key rather than value.
1751         (nnir-imap-search-other): New variable.
1752         (nnir-read-parm): Use it.
1753         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1754         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1755
1756 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1757
1758         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1759         the process, too.
1760
1761 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * spam.el (gnus-summary-mode-map): Bind to "$".
1764         Suggested by Russ Allbery.
1765
1766         * shr.el: Rework the way things are indented by <li> slightly.
1767
1768         * gnus.el (gnus-group-set-parameter): Fix typo.
1769
1770         * nnimap.el: Start implementing QRESYNC support.
1771
1772 2010-10-09  Julien Danjou  <julien@danjou.info>
1773
1774         * nnir.el (nnir-engines): Fix too many arguments.
1775
1776 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1779         group is the "last", so that the backends like nnfolder actually save
1780         their folders.
1781
1782         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1783         try to use that for the tls stream.
1784         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1785         UIDVALIDITY and find out which groups are read-only and not.
1786         (nnimap-get-flags): Use the same marks parsing code as the rest of
1787         nnimap.
1788
1789 2010-10-09  Julien Danjou  <julien@danjou.info>
1790
1791         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1792
1793         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1794         retrieving gravatars.
1795
1796         * shr.el (shr-table-corner): Add.
1797         (shr-table-line): Add.
1798         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1799
1800 2010-10-08  Julien Danjou  <julien@danjou.info>
1801
1802         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1803
1804 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1805
1806         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1807
1808         * gnus-sum.el (gnus-mark-article-as-unread)
1809         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1810         (gnus-summary-set-bookmark): Use it.
1811
1812         * gnus-msg.el (gnus-setup-message): Use it.
1813
1814         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1815
1816         * gnus.el (gnus-group-remove-parameter): Use it.
1817
1818         * gnus-group.el (gnus-group-make-web-group): Use it.
1819
1820         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1821
1822         * nnregistry.el: Update docs to mention manual.
1823
1824         * gnus-registry.el: Update docs to mention nnregistry.el.
1825         (gnus-registry-initialize): Don't install nnregistry refer method
1826         automatically.
1827         (gnus-registry-install-nnregistry): Remove it.
1828
1829 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * shr.el (shr-insert): Don't insert double spaces.
1832
1833 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * gnus-gravatar.el (gnus-treat-from-gravatar)
1836         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1837         called interactively.
1838
1839         * gnus-art.el (gnus-mime-view-part-externally)
1840         (gnus-mime-view-part-internally): Make predicate function passed to
1841         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1842         of a mime type.
1843
1844         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1845
1846 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * shr.el (require): Require cl when compiling.
1849         (shr-tag-hr): New function.
1850
1851         * nnimap.el (nnimap-update-info): Remove double setting of high.
1852         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1853         This makes nnimap work properly on Courier again.
1854
1855         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1856         the variable for backwards compatability.
1857
1858         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1859         the file name before using to avoid setting mm-default-directory to
1860         nil.
1861
1862         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1863         bidning gnus-agent variables.
1864
1865         * shr.el (shr-render-td): Use a cache for the table rendering function
1866         to avoid getting an exponential rendering behaviour in nested tables.
1867         (shr-insert): Rework the line-breaking algorithm.
1868         (shr-insert): Don't leave trailing spaces.
1869         (shr-insert-table): Also insert empty TDs.
1870         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1871
1872 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1873
1874         * gnus-sum.el (gnus-number): Rename from `number'.
1875         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1876         (gnus-summary-limit-children): Update uses correspondingly.
1877
1878 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1881         (gnus-gravatar-transform-address): Don't show avatars of people of
1882         which mail addresses match gnus-gravatar-too-ugly.
1883
1884 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * shr.el (shr-table-widths): Expand TD elements to fill available
1887         space.
1888
1889 2010-10-07  Julien Danjou  <julien@danjou.info>
1890
1891         * nnimap.el (nnimap-request-rename-group): Add this method.
1892
1893 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1896         name from XEmacs' function-arglist.
1897
1898         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1899         gravatar under XEmacs.
1900
1901 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1902
1903         * auth-source.el: Update docs with TODO items.
1904
1905         * gnus-sync.el: Update docs to explain state and plans.
1906
1907         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1908         Hooks for mark updates.
1909         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1910
1911         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1912         hooks with arguments, which is needed for mark update hooks.
1913
1914 2010-10-06  Julien Danjou  <julien@danjou.info>
1915
1916         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1917         was matched.
1918
1919         * sieve-manage.el: Update example in `Commentary'.
1920
1921         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1922
1923         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1924         not 2000.
1925         (sieve-manage-authenticate): Re-add function.
1926
1927 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * shr.el (shr-insert): Get 'space transition right.
1930         (shr-render-td): Only delete space at the end of the TD.
1931
1932         * nnimap.el (nnimap-open-connection): Prepare to support
1933         open-gnutls-stream.
1934
1935         * shr.el: Rearrange function order to be more logical.
1936
1937 2010-10-06  Julien Danjou  <julien@danjou.info>
1938
1939         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1940         (nnrss-discover-feed): Remove 404 URL in docstring.
1941
1942         * nnir.el: Fix Swish-E URL.
1943         Fix Namazu URL.
1944
1945         * message.el (message-change-subject): Remove 404 URL in a comment.
1946
1947 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1950         called interactively.
1951
1952         * gnus-util.el (gnus-remove-if): Allow hash table.
1953         (gnus-remove-if-not): New function.
1954
1955         * gnus-art.el (gnus-mime-view-part-as-type)
1956         * gnus-score.el (gnus-summary-score-effect)
1957         * gnus-sum.el (gnus-read-move-group-name):
1958         Replace remove-if-not with gnus-remove-if-not.
1959
1960         * gnus-group.el (gnus-group-completing-read):
1961         Regard collection as a hash table if it is not a list.
1962
1963 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1966
1967         * shr.el: Document the table-rendering algorithm.
1968
1969 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1972         for Emacsen having no `libxml-parse-html-region' support.
1973
1974 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1977         invalid URLs.
1978
1979         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1980         line-broken.
1981         (shr-tag-img): Ignore image fetching errors.
1982         (shr-overlays-in-region): Compute overlay positions correctly.
1983
1984         * mm-decode.el (mm-shr): Require shr.
1985
1986         * gnus-art.el (gnus-blocked-images): Move variable here.
1987
1988         * shr.el (shr-insert-table): Bind free variable.
1989
1990         * mm-decode.el (mm-shr): Bind shr-content-function.
1991
1992         * shr.el (shr-content-function): New variable.
1993
1994         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1995         added for symmetry.
1996
1997         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1998
1999         * gnus-group.el (gnus-group-make-group): Doc fix.
2000
2001         * nnimap.el (nnimap-request-newgroups): Return success.
2002
2003         * shr.el (shr-find-elements): New function.
2004         (shr-tag-table): Put all the images after the table.
2005         (shr-tag-table): Really inhibit images inside the table.
2006         (shr-collect-overlays): Copy over overlays from the TD elements to the
2007         main document.
2008
2009         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2010         gnus-blocked-images.
2011
2012 2010-10-05  Julien Danjou  <julien@danjou.info>
2013
2014         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2015
2016         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2017         (gnus-html-maximum-image-size): Add this function.
2018         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2019
2020         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2021         server-value of the capability is nil.
2022
2023 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-tag-em): Add <EM> tag.
2026
2027 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2028
2029         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2030         customizable.
2031
2032         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2033         handing broken links to browse-url.
2034
2035 2010-10-05  Julien Danjou  <julien@danjou.info>
2036
2037         * gnus-util.el (gnus-emacs-completing-read)
2038         (gnus-iswitchb-completing-read): Use autoload rather than require.
2039
2040 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2043         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2044         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2045         iswitchb-temp-buflist for XEmacs.
2046
2047         * gnus-util.el (gnus-completing-read-function): Exclude
2048         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2049         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2050         XEmacs.
2051
2052         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2053         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2054
2055         * gnus-html.el: Don't require help-fns under XEmacs.
2056         (gnus-html-schedule-image-fetching): Work for XEmacs.
2057
2058         * mm-decode.el (mm-shr): Decode contents by charset.
2059
2060 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2063         unknown.
2064
2065         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2066         (shr-get-image-data): Ensure against the cache file missing.
2067
2068         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2069         for data.
2070
2071         * spam-report.el (spam-report-url-ping-plain): Don't query about
2072         killing the process.
2073
2074         * shr.el (shr-render-td): Protect against too-wide text.
2075
2076 2010-10-04  Julien Danjou  <julien@danjou.info>
2077
2078         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2079         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2080
2081         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2082         retrieved.
2083
2084 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * shr.el (browse-url): Require.
2087         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2088         lines.
2089         (shr-show-alt-text, shr-browse-image): New commands.
2090         (shr-browse-url, shr-copy-url): New commands.
2091
2092         * gnus-sum.el (gnus-widen-article-window): New variable.
2093         (gnus-summary-select-article-buffer): Use it.
2094
2095         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2096         without @ signs.
2097
2098 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2099
2100         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2101
2102 2010-10-04  Julien Danjou  <julien@danjou.info>
2103
2104         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2105         for XEmacs.
2106
2107 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2110
2111         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2112         (nnimap-close-server): Implement.
2113
2114         * dgnushack.el (iswitchb): Require to shut up the compiler.
2115
2116         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2117         (shr-insert): Tweak line breaking.
2118         (shr-insert): Handle <pre> better.
2119         (shr-tag-li): Get <li> indentation right.
2120         (shr-tag-li): Get <li> indentation even righter.
2121         (shr-tag-blockquote): Ensure paragraph start.
2122         (shr-make-table): Tweak table generation.
2123         (shr-make-table): Fix typo.
2124
2125         * shr.el: Implement table rendering.
2126
2127 2010-10-04  Julien Danjou  <julien@danjou.info>
2128
2129         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2130
2131 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * shr.el (shr-insert): Use string anchors instead of line anchors.
2134
2135 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * shr.el: Add headings.
2138         (shr-ensure-paragraph): Actually work.
2139         (shr-tag-li): Make <ul> prettier.
2140         (shr-insert): Get white space at the beginning/end of elements right.
2141         (shr-tag-p): Collapse subsequent <p>s.
2142         (shr-ensure-paragraph): Don't insert double line feeds after blank
2143         lines.
2144         (shr-insert): \t is also space.
2145         (shr-tag-s): Fix "s" tag name function.
2146         (shr-tag-s): Fix face prop name.
2147
2148 2010-10-03  Julien Danjou  <julien@danjou.info>
2149
2150         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2151
2152         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2153         gnus-window-inside-pixel-edges.
2154
2155         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2156         gnus-ems.
2157
2158         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2159
2160         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2161         function.
2162
2163         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2164         resize choice.
2165
2166 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2169         beginning of the buffer.
2170
2171         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2172         article buffer again.
2173
2174         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2175
2176         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2177         when it's at the start of the buffer.
2178
2179         * shr.el (shr-tag-blockquote): Convert name.
2180         (shr-rescale-image): Use the right image-size variant.
2181
2182         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2183         buffer isn't shown, then select the current article first instead of
2184         bugging out.
2185         (gnus-summary-select-article-buffer): Show both the article and summary
2186         buffers again.
2187
2188         * shr.el (shr-fontize-cont): Protect against regions with no text.
2189         Rename tag functions to shr-tag-* for enhanced security.
2190         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2191
2192 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2193
2194         * shr.el (shr-insert):
2195         * pop3.el (pop3-movemail):
2196         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2197         loaded.
2198
2199 2010-10-03  Glenn Morris  <rgm@gnu.org>
2200
2201         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2202
2203         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2204
2205         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2206
2207         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2208
2209         * gnus-util.el (gnus-make-local-hook): Simplify.
2210
2211 2010-10-02  Julien Danjou  <julien@danjou.info>
2212
2213         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2214         (gnus-ido-completing-read): New function.
2215         (gnus-emacs-completing-read): New function.
2216         (gnus-completing-read): Use gnus-completing-read-function.
2217         Add gnus-completing-read-function.
2218
2219 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * shr.el (shr-insert-document): Autoload.
2222         (shr-img): Be silent.
2223         (shr-insert): Add a newline after every picture before text.
2224         (shr-add-font): Use overlays for combining faces.
2225         (shr-insert): Pass upwards the text start point.
2226
2227         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2228         possible.
2229         (mm-shr): New function.
2230
2231 2010-10-02  Julien Danjou  <julien@danjou.info>
2232
2233         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2234         should go backward.
2235
2236 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2237
2238         * shr.el (shr): Fix typo in provide call.
2239
2240 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * shr.el: New file.
2243
2244         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2245
2246         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2247         completing read.
2248
2249 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2252         we're being queried about.  Suggested by Dan Jacobson.
2253
2254         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2255         Suggested by Jason Eisner.
2256
2257         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2258         table, too.  Suggested by Stefan Wiens.
2259         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2260         the table unnecessary.  Suggested by Stefan Wiens.
2261
2262         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2263         longer needed, and probably doesn't work either, as pointed out by
2264         Stefan Wiens.
2265         (gnus-summary-exit): Remove call to the clearing function.
2266         (gnus-summary-exit-no-update): Ditto.
2267
2268         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2269         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2270         Reported by Stefan Monnier.
2271         (gnus-summary-save-in-rmail): Ditto.
2272
2273         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2274         article buffer, instead of both the article buffer and the summary
2275         buffer.  Sort of suggested by Dan Jacobson.
2276
2277         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2278
2279         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2280         Suggested by Dan Jacobson.
2281
2282         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2283         documentation clearer.
2284
2285         * message.el (message-shorten-references): Comment on the number "21".
2286         Suggested by Stefan Monnier.
2287
2288         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2289         Suggested by Dan Jacobson.
2290
2291         * gnus.el (gnus-large-newsgroup):
2292         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2293
2294         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2295         externalize attachments.  Bug reported by Steve Wen.
2296
2297         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2298         really message anything to the user.
2299
2300         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2301         directly.
2302
2303         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2304         messages in empty groups.
2305
2306 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2307
2308         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2309         non-UIDNEXT group.
2310
2311 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2314         not the value from the collection.
2315
2316         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2317         values.  This sometimes happens on some groups that have no info.
2318         (nnimap-request-newgroups): New function.
2319
2320 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2323         check into `gnus-registry-initialize'.
2324         (gnus-registry-initialize): Ditto.
2325         Fix and extend header docs.
2326
2327 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2330         regexp backtrace overflows.
2331
2332         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2333         for starttls that tls.el implements; i.e. openssl.
2334
2335         * tls.el (tls-starttls-switches): Give up on using starttls with
2336         gnutls-cli.
2337         (tls-program): Add --insecure to be consistent with the defaults from
2338         openssl s_client.  Now all three commands are insecure.
2339
2340 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * lpath.el: Bind completion-styles-alist for XEmacs.
2343
2344         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2345         (gravatar-create-image): New function that's an alias to
2346         gnus-xmas-create-image, gnus-create-image, or create-image.
2347         (gravatar-data->image): Use it.
2348
2349 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2352         install the nnregistry refer method.
2353         (gnus-registry-install-hooks): Use it.
2354         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2355         unfollowed groups.
2356
2357 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2358
2359         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2360         expanding threads.
2361
2362 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * nnir.el: Use the server names without suffixes (bug #7009).
2365
2366         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2367         unencrypted to STARTTLS, if possible.
2368
2369 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2370
2371         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2372         headers before superseding.
2373
2374 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * nnrss.el (nnrss-use-local): Add documentation.
2377
2378         * nnimap.el (nnimap-extend-tls-programs): New function.
2379         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2380         (nnimap-wait-for-connection): Accept the greeting from the stupid
2381         output from openssl s_client -starttls, too.
2382
2383         * tls.el (tls-starttls-switches): New variable.
2384         (tls-find-starttls-argument): Use it.
2385         (open-tls-stream): Ditto.
2386
2387         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2388         (netrc-machine): Ditto.
2389
2390         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2391         article number.
2392         (nnimap-split-fancy): New variable.
2393         (nnimap-split-incoming-mail): Use it.
2394
2395         * nntp.el (nntp-server-list-active-group): Document.
2396
2397         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2398         SELECT to get the message-id.
2399
2400         * mail-source.el (mail-sources): Remove webmail support.
2401         (defvar): Ditto.
2402         (mail-source-fetcher-alist): Ditto.
2403         (mail-source-fetch-webmail): Remove.
2404
2405         * webmail.el: Remove -- doesn't seem relevant any more.
2406
2407         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2408
2409         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2410         the \r.
2411
2412 2010-09-30  Julien Danjou  <julien@danjou.info>
2413
2414         * gnus-agent.el (gnus-agent-add-group): Fix call to
2415         gnus-completing-read.
2416
2417 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nndoc.el (nndoc-retrieve-groups): New function.
2420
2421         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2422         `default', use nnmail-split-methods.
2423         (nnimap-request-article): Downcase the NILs so that they are nil.
2424
2425         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2426         symbol.
2427
2428         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2429         code, since if the user has requested network, that's what they ought
2430         to get.
2431         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2432         (nnimap-split-rule): Mark as obsolete.
2433
2434         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2435         New variable.
2436
2437         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2438         correct slot, too.
2439
2440 2010-09-29  Julien Danjou  <julien@danjou.info>
2441
2442         * gnus.el (gnus-local-domain): Declare variable obsolete.
2443
2444         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2445         Fix history computing.
2446         (gnus-ido-completing-read): Require ido.
2447
2448 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2451         build Gnus.
2452
2453         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2454         when interpreting the structures.
2455         (nnimap-request-accept-article): Add \r\n to the lines to make this
2456         work with Cyrus.
2457
2458         * nndraft.el (nndraft-request-expire-articles): Use the group name
2459         instead if "nndraft".  Fix found by Nils Ackermann.
2460
2461 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2462
2463         * nnregistry.el: Add.
2464
2465 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2466
2467         * nnmail.el (group, group-art-list, group-art):
2468         Remove unneeded directives.
2469
2470 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2473         (mm-mime-charset)
2474         * rfc2047.el (rfc2047-syntax-table)
2475         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2476
2477         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2478         rather than `insert-file-contents' and `eval-region'.
2479
2480         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2481         construction.
2482
2483         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2484
2485         * time-date.el: No need to require cl for Emacs 21.
2486
2487 2010-09-29  Julien Danjou  <julien@danjou.info>
2488
2489         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2490         replacement of `gnus-gravatar-relief' to mimic
2491         `gnus-faces-properties-alist'.
2492         Add :version property.
2493
2494 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * mail-source.el (mail-source-report-new-mail)
2497         * message.el (message-default-mail-headers)
2498         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2499
2500         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2501
2502 2010-09-28  Julien Danjou  <julien@danjou.info>
2503
2504         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2505         mail-address contains the same string as real-name.
2506
2507         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2508         non-blank in header, otherwise it'll get stripped.
2509
2510         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2511         real-name, and then for mail address rather than doing : or , search.
2512
2513 2010-09-27  Julien Danjou  <julien@danjou.info>
2514
2515         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2516         right completing-read function.
2517         (gnus-use-ido): New variable
2518         (gnus-completing-read-with-default): Remove.
2519         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2520         (gnus-agent-add-group):
2521         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2522         * mm-view.el (mm-view-pkcs7-decrypt):
2523         * mm-util.el (mm-codepage-setup):
2524         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2525         * mml-smime.el (mml-smime-openssl-sign-query):
2526         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2527         (mml-insert-multipart):
2528         * gnus-msg.el (gnus-summary-yank-message):
2529         * gnus-int.el (gnus-start-news-server):
2530         * mm-decode.el (mm-interactively-view-part):
2531         * gnus-dired.el (gnus-dired-attach):
2532         * gnus.el (gnus-read-method):
2533         * gnus-bookmark.el (gnus-bookmark-jump):
2534         * gnus-art.el (gnus-mime-view-part-as-type)
2535         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2536         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2537         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2538         * nnmairix.el (nnmairix-create-server-and-default-group)
2539         (nnmairix-update-groups, nnmairix-get-server)
2540         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2541         (nnmairix-get-group-from-file-path):
2542         * nnrss.el (nnrss-find-rss-via-syndic8):
2543         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2544         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2545         (gnus-group-browse-foreign-server):
2546         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2547         (gnus-summary-execute-command, gnus-summary-respool-article)
2548         (gnus-read-move-group-name):
2549         * gnus-score.el (gnus-summary-increase-score)
2550         (gnus-summary-score-effect):
2551         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2552
2553 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2556         x-focus-frame.
2557
2558         * nnimap.el (auth-source-forget-user-or-password)
2559         (auth-source-user-or-password): Autoload.
2560
2561         * message.el (message-from-style, message-interactive)
2562         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2563         (message-yank-prefix, message-indentation-spaces, message-signature)
2564         (message-signature-file): Add comment.
2565
2566 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2569         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2570         new articles.
2571
2572         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2573         parts.
2574         (nnimap-request-article): Work with the t setting, too.
2575
2576         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2577         that you don't get flashes of other buffers.
2578         (gnus-summary-show-complete-article): Intern before setting.
2579
2580 2010-09-27  David Engster  <dengste@eml.cc>
2581
2582         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2583         well as HEADERS.
2584         (nnmairix-retrieve-headers): Provide new argument for the above.
2585
2586 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * gnus-sum.el (gnus-summary-move-article): Don't alter
2589         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2590         group.
2591
2592         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2593
2594         * message.el (message-cite-prefix-regexp): Revert my last edit.
2595
2596         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2597         variable instead of the Gnus variable.
2598
2599         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2600
2601         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2602
2603         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2604         since some servers don't like it.
2605         (nnimap-open-connection): Forget credentials if the server says the
2606         password was wrong.
2607         (nnimap-parse-line): Protect against invalid data.
2608
2609         * gnus-sum.el (gnus-summary-move-article): Add comment.
2610         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2611         nothing alters it while scanning for new messages.
2612
2613         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2614         which may or may not help.
2615         (nnimap-open-connection): If we're doing a stream connection, and then
2616         discover we're on a STARTTLS-capable server, then open a STARTTLS
2617         connection instead.
2618
2619 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * nnimap.el (utf7): Require.
2622
2623         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2624         prefix.
2625
2626 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2627
2628         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2629
2630 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * nnimap.el (nnimap-request-accept-article): Message the error on
2633         error.
2634
2635 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2638
2639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nndoc.el (nndoc-request-list): Return success always.
2642
2643         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2644         `fetch-old' -- we only want to fetch the articles we've requested.
2645         The rest are in the agent, probably.
2646         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2647         disappeared server" to something low.  It's not important.
2648
2649         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2650         arrived before the FETCH data.
2651
2652         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2653         target here, because we don't know the Gnus name of the group.
2654
2655         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2656         for the correct group.
2657
2658         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2659
2660         * gnus.el (gnus): Give a final warning after startup.
2661
2662         * gnus-util.el (gnus-action-message-log): New variable.
2663         (gnus-message): Use it.
2664         (gnus-final-warning): New function.
2665
2666         * nnimap.el (nnimap-open-connection): Record the greeting.
2667         (nnimap): Add greeting.
2668
2669 2010-09-26  Julien Danjou  <julien@danjou.info>
2670
2671         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2672         arguments.
2673         (gnus-html-wash-images): Fix spec computing to include start/end.
2674
2675         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2676
2677 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2680         deletion.
2681         (nnimap-retrieve-headers): Don't select the group, because that's
2682         already done by nnimap-possibly-change-group.
2683
2684         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2685         (gnus-picon-transform-address): Use it.
2686
2687         * mail-source.el (mail-source-value): Revert previous patch.
2688
2689         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2690         on failure.
2691         (nnimap-open-connection): Look up both virtual and physical server name
2692         credentials.
2693
2694         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2695
2696 2009-02-07  Dave Love  <fx@gnu.org>
2697
2698         * tls.el (open-tls-stream): Don't query killing process.
2699
2700 2009-02-08  Dave Love  <fx@gnu.org>
2701
2702         * gnus-win.el (gnus-window-to-buffer-helper)
2703         (gnus-all-windows-visible-p): Function needn't be a symbol.
2704
2705         * mail-source.el (mail-source-value): Function needn't be a symbol.
2706
2707 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * message.el (message-cite-prefix-regexp): Remove } from the cite
2710         prefix.
2711
2712         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2713         highlight again, so that the highlight is correct.
2714
2715         * gnus-picon.el (gnus-picon): Remove again.
2716         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2717
2718         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2719         doing the header highlightling, so that the background colour of the
2720         picon is correct.
2721
2722         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2723         (gnus-picon): Ditto.
2724         (gnus-picon): Reinstate.  The background colour for picons is white.
2725         (gnus-picon-insert-glyph): Make the background white.
2726
2727         * nnml.el (nnml-open-nov): Don't return dead buffers.
2728
2729         * auth-source.el (auth-source-create): Query the user for whether to
2730         store the credentials.
2731
2732         * netrc.el (netrc-store-data): New function.
2733
2734         * auth-source.el (auth-source-user-or-password): Use the existing auth
2735         sources, if any, for creation.
2736
2737         * gnus.el (gnus-group-fast-parameter): Return the last matching
2738         parameter instead of the first matching parameter.
2739
2740 2010-09-26  Julien Danjou  <julien@danjou.info>
2741
2742         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2743
2744 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * mml2015.el (mml2015-use): Remove gpg support.
2747
2748         * mml1991.el (mml1991-function-alist): Remove gpg function.
2749         (mml1991-gpg-sign): Remove.
2750
2751 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2752
2753         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2754         (gnus-browse-unsubscribe-current-group): Document it.
2755         (gnus-browse-unsubscribe-group): Use it.
2756
2757 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2760         address to the To list for easier response.
2761
2762         * gnus.el (gnus-play-startup-jingle): Remove.
2763         (gnus-splash): Don't play jingle.
2764         (gnus): Silence gnus-load message.
2765
2766         * gnus-art.el (gnus-treat-play-sounds): Remove.
2767
2768         * gnus.el (gnus-play-jingle): Remove audio support.
2769
2770         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2771
2772         * earcon.el: Remove -- no users.
2773
2774         * gnus-audio.el: Remove -- no users of this package.
2775
2776         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2777
2778         * gnus-start.el (gnus-setup-news): Remove nocem support.
2779
2780         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2781
2782         * gnus.el (gnus-use-nocem): Remove.
2783
2784         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2785         Remove.
2786
2787         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2788         uses NoCeM any more.
2789
2790         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2791         (gnus-button-ctan-handler): Ditto.
2792         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2793         (gnus-button-ctan-directory-regexp): Ditto.
2794         (gnus-button-handle-ctan): Ditto.
2795         (gnus-button-tex-level): Ditto.
2796         (gnus-button-alist): Remove CTAN stuff.
2797
2798 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2801         nnimap-streaming test.
2802
2803         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2804         servers twice.
2805
2806         * nnimap.el (nnimap-open-connection): Add more error reporting when
2807         nnimap fails early.
2808
2809         * nnheader.el (nnheader-get-report-string): New function.
2810         (nnheader-get-report): Use it.
2811
2812         * gnus-int.el (gnus-check-server): Say what the error was when opening
2813         failed.
2814
2815         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2816         using streaming.
2817
2818 2010-09-25  Julien Danjou  <julien@danjou.info>
2819
2820         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2821         gnus-window-inside-pixel-edges.
2822
2823 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2826
2827         * mm-decode.el (mm-save-part): Allow saving to other directories the
2828         normal Emacs way.
2829
2830         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2831         Suggested by Jay Berkenbilt.
2832
2833         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2834         there isn't a single byte.
2835
2836         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2837         just do it.  It doesn't really seem to matter what the user responds
2838         here, I think, so it's just a confusing question.
2839
2840         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2841         non-streaming case.
2842
2843         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2844         (gnus-article-encrypt-body): Use it.
2845
2846         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2847         keystroke.
2848
2849         * nnimap.el (nnimap-find-wanted-parts-1):
2850         Use gnus-fetch-partial-articles.
2851
2852         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2853
2854         * nnimap.el (nnimap-insert-partial-structure): New function.
2855         (nnimap-get-partial-article): New function.
2856         (nnimap-request-article): Use it.
2857         (nnimap-wait-for-response): Return whether the wait was successful.
2858         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2859         retrieval wasn't successful.
2860         (nnimap-retrieve-group-data-early): Allow throttling servers.
2861         (nnimap-streaming): New variable.
2862         (nnimap-fetch-partial-articles): Remove.
2863
2864         * mm-decode.el (mm-with-part): Protect against killed buffers.
2865
2866         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2867         for prettier summary display.
2868
2869 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2870
2871         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2872
2873 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2876         apparently third-party libraries depend on it.
2877
2878         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2879         before starting negotiation.
2880
2881         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2882         privacy reasons.
2883         (gnus-treat-mail-gravatar): Ditto.
2884
2885         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2886         buffer when inserting images.  Inserting text into the headers, for
2887         instance, can make them invalid.
2888
2889 2010-09-25  Julien Danjou  <julien@danjou.info>
2890
2891         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2892         variables.
2893
2894         * nnheader.el: Remove useless variables news-reply-yank-from and
2895         news-reply-yank-message-id.
2896
2897         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2898         variables.
2899
2900         * mml1991.el: Remove useless mml1991-verbose.
2901
2902         * gnus.el: Remove useless variable gnus-use-generic-from.
2903         Remove obsolete variable gnus-topic-indentation.
2904
2905         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2906
2907         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2908
2909         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2910
2911         * gnus-group.el: Remove useless gnus-group-icon-cache.
2912         Remove useless gnus-ephemeral-group-server.
2913
2914         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2915
2916         * mml2015.el: Remove useless mml2015-verbose.
2917
2918         * mml-smime.el: Remove useless mml-smime-verbose.
2919
2920         * gnus.el: Remove useless gnus-local-domain.
2921
2922         * gnus-gravatar.el (gnus-gravatar-transform-address):
2923         Use gnus-gravatar-size.
2924
2925         * gnus-art.el: Remove useless gnus-treat-translate.
2926
2927 2010-09-24  Julien Danjou  <julien@danjou.info>
2928
2929         * gnus-sum.el: Add support for Gravatars.
2930
2931         * gnus-art.el: Add support for Gravatars.
2932
2933         * gnus-gravatar.el: Add this file.
2934
2935         * gravatar.el: Add this file.
2936
2937 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2940
2941         * gnus-group.el (gnus-group-fetch-faq): Remove.
2942
2943         * gnus.el (gnus-group-faq-directory): Remove.
2944
2945         * gnus-group.el (gnus-group-fetch-charter): Remove.
2946
2947         * gnus.el (gnus-group-charter-alist): Remove.
2948
2949         * gnus-group.el (gnus-group-archive-directory): Remove.
2950         (gnus-group-recent-archive-directory): Ditto.
2951         (gnus-group-make-archive-group): Remove.
2952
2953         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2954
2955         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2956         use the same article number for all the cached articles.
2957
2958         * nnimap.el (nnimap-command): Register the last command time so
2959         that we can use it for idling NOOPs.
2960         (nnimap-open-connection): Start the keeplive timer.
2961         (nnimap-make-process-buffer): Store all the process buffers.
2962         (nnimap-keepalive): New function.
2963
2964         * starttls.el (starttls-open-stream): Add autoload cookie.
2965
2966 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2967
2968         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2969         handling.
2970
2971 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2974         its data structures.
2975
2976         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2977         instead of the cl.el copy-list.
2978         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2979         equalp.
2980
2981 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2984         and tool-bar-local-item-from-menu.
2985
2986         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2987         mode-line-highlight face for Emacs.
2988
2989         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2990         loading gnus-sum.elc; fix comment for canlock-verify.
2991         (gnus-article-jump-to-part): Use read-number.
2992         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2993         Remove Emacs pre-21 compatible code for help-echo.
2994         (gnus-article-next-page-1): No need to adjust the number of lines.
2995         (gnus-article-describe-bindings): Always use help-buffer.
2996
2997         * gnus-audio.el (gnus-audio-inline-sound)
2998         * gnus-cus.el (gnus-custom-mode)
2999         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3000
3001         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3002
3003         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3004         compatible code.
3005
3006 2010-09-24  Glenn Morris  <rgm@gnu.org>
3007
3008         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3009         visiting the fcc file in rmail-mode.
3010
3011         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3012
3013 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * nnir.el: Silence the byte compiler.
3016
3017         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3018         alias to browse-url-url-encode-chars if any.
3019         (gnus-html-encode-url): Use it.
3020
3021 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-start.el (gnus-use-backend-marks): New variable.
3024         (gnus-get-unread-articles-in-group): Use it.
3025
3026         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3027         makeover.
3028
3029 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3030
3031         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3032
3033 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3036         Remove.
3037         (gnus-setup-news-hook):
3038         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3039
3040         * gnus-int.el (gnus-request-update-info): Protect against backends not
3041         having the function.
3042
3043         * nnimap.el (nnimap-stream): Mention starttls.
3044         (nnimap-open-connection): Add starttls support.
3045
3046 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3047
3048         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3049
3050 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3053         BODYSTRUCTUREs.
3054         (nnimap-transform-headers): Unfold quoted {42} headers.
3055
3056         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3057         the info.
3058         (gnus-get-unread-articles): Only call updatep on backends that support
3059         it.
3060
3061         * nnweb.el (nnweb-request-update-info): NOOP.
3062
3063         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3064
3065         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3066         since it only deals with marks.
3067
3068         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3069         gnus-request-marks, and make a new gnus-request-update-info.
3070
3071         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3072         the active instead of the high number, which is usually too low.
3073
3074 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3077         * encrypt.el: Remove.
3078
3079 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3082         server in symbolic form.
3083
3084         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3085
3086 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3089         (nnimap-update-info): Fix up code slightly.
3090
3091         * gnus-int.el (gnus-open-server): Add tracing for performance
3092         debugging.
3093
3094         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3095         (gnus-group-insert-group-line): Pass the real group name so that it
3096         gets the right data.
3097
3098         * gnus-start.el (gnus-get-unread-articles): Don't have
3099         `gnus-get-unread-articles-in-group' update info, since that can be
3100         really slow and doesn't seem to be needed?
3101
3102 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3103
3104         * time-date.el (date-to-time): Try using parse-time-string first before
3105         using the slower timezone-make-date-arpa-standard.
3106
3107 2010-09-22  Julien Danjou  <julien@danjou.info>
3108
3109         * gnus-group.el (gnus-group-insert-group-line):
3110         Call gnus-group-highlight-line.
3111         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3112         default hook list.
3113         (gnus-group-update-eval-form): Add new function.
3114         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3115         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3116
3117 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3120         immediate, then expire all articles.
3121         (nnimap-update-info): Fix off-by-one errors.
3122         (nnimap-flags-to-marks): Would return no marks lists for group with no
3123         flags.  Instead return the other data.
3124
3125 2010-09-22  Julien Danjou  <julien@danjou.info>
3126
3127         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3128         Only return an icon.
3129         (gnus-group-insert-group-line): Compute icon to return.
3130
3131         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3132         (gnus-html-image-fetched): Only cache if
3133         gnus-html-image-automatic-caching is set.
3134         (gnus-html-image-fetched): Check for errors.
3135
3136 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3139         once per method on `g'.  This ensures that backends like nnfolder don't
3140         open all their folders.
3141
3142         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3143         (nnimap-request-list): Nix out group in the correct buffer.
3144         (nnimap-parse-flags): Implement by using `read' instead of
3145         hand-parsing.
3146         (nnimap-flags-to-marks): Pass on permanent-flags.
3147         (nnimap-make-process-buffer): Record the server name.
3148         (nnimap-parse-flags): Fix typo.
3149         (nnimap-request-scan): Run split on the server in general, not just a
3150         single group.
3151
3152         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3153         parameter, and propagate this downwards.
3154
3155         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3156         since EXAMINE changes it on the server.
3157
3158         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3159         this command might take a while.
3160
3161 2010-09-22  Julien Danjou  <julien@danjou.info>
3162
3163         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3164         harmful if you have 2 images side-by-side, they can't be properly
3165         update on text deletion.  Using text-property is safer here.
3166         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3167         data.
3168
3169 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * nnimap.el (nnimap-expunge-inbox): Remove.
3172         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3173         (nnimap-expunge): Flip default to t.
3174
3175         * gnus.el (gnus-method-to-server): Don't push things to the cache
3176         unless it's unique.
3177         (gnus-server-to-method): Ditto.
3178
3179 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3180
3181         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3182
3183 2010-09-22  Julien Danjou  <julien@danjou.info>
3184
3185         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3186         get the start of data.
3187         (gnus-html-encode-url): Add this function to encode special chars in
3188         URL.
3189         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3190         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3191
3192         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3193         default.
3194         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3195
3196         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3197         images alt-text.
3198         (gnus-html-put-image): Put alt-text as help-echo.
3199
3200 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3203         * mm-util.el (mm-decompress-buffer)
3204         * nnir.el (nnir-run-find-grep)
3205         * pop3.el (pop3-list): Use 3rd arg of split-string.
3206
3207         * time-date.el (format-seconds): Comment fix.
3208
3209         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3210         and byte-optimize-form-code-walker.
3211         (dgnushack-make-auto-load): Don't advise make-autoload.
3212
3213         * lpath.el: Remove Emacs 21 stuff.
3214
3215 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3218         outside the active range.  Suggested by Dan Christensen.
3219
3220         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3221         slightly later to avoid double-getting it.
3222
3223         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3224         previous patch.
3225
3226         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3227
3228 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3229
3230         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3231
3232 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-int.el (gnus-open-server): Give a better error message in the
3235         "go offline" case.
3236
3237         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3238         marks for nnimap, which is seldom the right thing to do.
3239
3240         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3241         (gnus-same-method-different-name): New function.
3242
3243         * nnimap.el (parse-time): Require.
3244
3245         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3246         method in the presence of many similar methods.
3247
3248         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3249
3250         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3251         nnml-inhibit-expiry.
3252
3253         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3254         find out whether methods are equal.
3255
3256         * nnimap.el (nnimap-find-expired-articles): New function.
3257         (nnimap-process-expiry-targets): New function.
3258         (nnimap-request-move-article): Request the article before looking at
3259         what the Message-ID is.  Fix found by Andrew Cohen.
3260         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3261
3262         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3263         for oldness in addition to being a predicate.
3264
3265         * nnimap.el (nnimap-request-group): When we have zero articles, return
3266         the right data to Gnus.
3267         (nnimap-request-expire-articles): Only delete articles immediately if
3268         the target is 'delete.
3269
3270         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3271         method, this would bug out.
3272
3273         * gnus-group.el (gnus-group-expunge-group): Rename from
3274         gnus-group-nnimap-expunge, and implemented as a normal interface
3275         function.
3276
3277         * gnus-int.el (gnus-request-expunge-group): New function.
3278
3279         * nnimap.el (nnimap-request-create-group): Implement.
3280         (nnimap-request-expunge-group): New function.
3281
3282 2010-09-21  Julien Danjou  <julien@danjou.info>
3283
3284         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3285         (gnus-html-cache-expired): Add new function.
3286         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3287         wethever we should display image for fetch it.
3288         Compute alt-text earlier to pass it to the fetching function too.
3289         (gnus-html-schedule-image-fetching): Change function argument to only
3290         get one image at a time, not a list.
3291         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3292         cache.
3293         (gnus-html-get-image-data): New function to retrieve image data from
3294         cache.
3295         (gnus-html-put-image): Change buffer argument to use image data rather
3296         than file, and place image above region rather than inserting a new
3297         one.  Do not take alt-text as argument, since it's useless now: we place
3298         the image above alt-text.
3299         (gnus-html-prune-cache): Remove.
3300         (gnus-html-show-images): Start to fetch image when we find one, do not
3301         push into a temporary list.
3302         (gnus-html-prefetch-images): Only fetch image if they have expired.
3303         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3304         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3305
3306 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3309
3310 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3313         spec inser "*" if the group isn't active instead of 0.
3314
3315         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3316         opening the server.
3317         (nnimap-request-delete-group): Implement group deletion.
3318         (nnimap-transform-headers): Return the size of the entire message in
3319         the Bytes header, not just the size of the first part.
3320         (nnimap-request-move-article): When moving an article from nnimap,
3321         request the article first so the accepting form has an article to
3322         accept.  Reported by Dan Christensen.
3323         (nnimap-command): Make sure that the error message doesn't error out.
3324
3325 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3326
3327         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3328         we haven't requested anything.
3329
3330 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3333         "".  Fix found by Andrew Cohen.
3334
3335         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3336         instead of -encode-string.
3337
3338 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3341
3342         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3343         by mm-subst-char-in-string.
3344
3345 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3348         waiting for the connection string.
3349
3350         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3351         arriving.
3352
3353         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3354         bogus characters.  This allows selecting certain Gmail groups.
3355
3356         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3357         (nnimap-fetch-partial-articles): New variable.
3358         (nnimap-open-connection): When looking for credentials, also use the
3359         nnimap-server-port.
3360         (nnimap-request-article): Return the group/article number, so that Gnus
3361         `^' works as expected.
3362         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3363
3364         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3365         comments.
3366         (gnus-methods-sloppily-equal): New function.
3367         (gnus): When using the development version of Gnus, load the gnus-load
3368         file.
3369
3370         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3371         `gnus-open-server' on each method before trying to scan them etc.
3372         This ensures that all the backend parameters are set correctly.
3373
3374         * nnimap.el (nnimap-authenticator): New variable.
3375         (nnimap-open-connection): Allow anonymous login.
3376         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3377         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3378
3379         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3380         patch, found by Knut Anders Hatlen.
3381
3382 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3383
3384         * gnus-agent.el (gnus-agent-batch-confirmation)
3385         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3386         to gnus-message.
3387         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3388         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3389         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3390         * gnus-int.el (gnus-open-server): Likewise.
3391         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3392         (gnus-score-check-syntax): Likewise.
3393         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3394         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3395         Likewise.
3396         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3397
3398 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3401         calling conventions so that prefetch doesn't bug out.
3402
3403 2010-09-19  Julien Danjou  <julien@danjou.info>
3404
3405         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3406         rather than `subst-char-in-region' in order to be able to replace ASCII
3407         char by UTF-8 ones.
3408
3409         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3410         than curl.
3411         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3412         the right URL and ALT text on images.
3413         (gnus-html-wash-tags): Fix tag case.
3414         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3415         (gnus-article-html): Add -o display_ins_del=2 option.
3416         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3417
3418 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3421         the extra mail headers, which sometimes seem to happen for unknown
3422         reasons.
3423
3424         * mail-parse.el (mail-header-encode-parameter): Define as
3425         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3426         (or most, perhaps?) mail readers don't understand the latter, but do
3427         understand the former.
3428
3429         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3430         to nil, so that no methods are automatically agentized.  I think this
3431         is probably what most users want.
3432
3433         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3434         from url-retrieve, for instance about invalid URLs.
3435
3436         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3437         groups that have no articles.
3438         (nnimap-request-article): Check that we really got an article when we
3439         requested one.
3440
3441         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3442         doesn't exist.
3443
3444         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3445         nntp buffer so the agent can save it.
3446         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3447         that CRLF doesn't get translated to \n.
3448         (nnimap-open-connection): Don't make 'shell commands only send \n.
3449
3450 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3451
3452         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3453         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3454         Update var name.
3455         (nnml-generate-nov-file): Use dolist.
3456         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3457         Use with-current-buffer.
3458
3459 2010-09-18  Julien Danjou  <julien@danjou.info>
3460
3461         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3462         parallel.
3463
3464 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3467         the range update right.
3468         (nnimap-request-group): Don't make `M-g' bug out on group with no
3469         marks.
3470         (nnoo): Require, so that other packages can require nnimap.
3471         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3472         command we're looking for.  This helps when the server sends more
3473         responses after we've gotten everything we expected.
3474         (nnimap): Add a `newlinep' field to keep track of end-of-line
3475         conventions.
3476         Don't send CRLF to things that don't want it.
3477         (nnimap-request-accept-article): Ditto.
3478
3479 2010-09-18  Julien Danjou  <julien@danjou.info>
3480
3481         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3482         than curl to retrieve images.
3483
3484 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3487         the marks.
3488         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3489         (nnimap-wait-for-connection): New function.
3490         (nnimap-open-connection): If we have PREAUTH, don't query for login
3491         credentials.
3492         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3493         when doing a partial update.
3494
3495 2010-09-18  Julien Danjou  <julien@danjou.info>
3496
3497         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3498         tags.
3499
3500 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * nnimap.el (nnimap-credentials): New function.
3503         (nnimap-open-connection): Use the new function to look for credentials
3504         also on the numeric equivalents of "imap" and "imaps".
3505
3506         * gnus-start.el (gnus-activate-group): Send the info to
3507         gnus-request-group.
3508
3509         * nnimap.el (nnimap-request-group): Have the "check" version of the
3510         function parse flags and update the info, so that a `M-g' get a total
3511         resync of all flags from the group.
3512
3513         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3514         to allow backends to alter the info on group selection.  Also alter all
3515         the backend -request-group functions to take the parameter.
3516
3517         * nnimap.el (nnimap-store-info): New function.
3518         (nnimap-update-info): Store the info for later usage.
3519         (nnimap-request-group): Use the stored info for the dont-check case, so
3520         that we don't retrieve all marks when we enter a group.
3521
3522         * nnimap.el: Use deffoo instead of defun for interface functions.
3523
3524         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3525         update the group info.  This makes the nndraft groups, for instance, go
3526         back to their old behaviour.
3527
3528         * gnus-sum.el (gnus-select-newsgroup): Indent.
3529
3530         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3531         in.
3532         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3533         nothing.
3534
3535         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3536         from methods that are denied.
3537
3538         * gnus-int.el (gnus-method-denied-p): New function.
3539
3540         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3541         store the password instead of netrc.
3542         (nnimap-open-connection): Don't error out when we can't make a
3543         connections.
3544
3545         * auth-source.el (auth-source-create): In the password prompt, say what
3546         we're querying for.  Also prompt for user name if that hasn't been
3547         given.
3548
3549         * nnimap.el (nnimap-with-process-buffer): Remove.
3550
3551 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3554         method when we're reading from the agent.
3555
3556         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3557
3558         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3559         that's probably most useful for users.
3560
3561         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3562         "failed" all the time.
3563
3564         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3565         ...)) with (with-current-buffer ... ).
3566
3567         * nntp.el (nntp-open-server): Return whether the open was successful or
3568         not.
3569
3570         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3571         select an unread unseen article first.
3572
3573         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3574         /etc/services, supply some sensible port defaults.
3575
3576         * dgnushack.el: Define netrc-credentials.
3577
3578 2010-09-17  Julien Danjou  <julien@danjou.info>
3579
3580         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3581
3582 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3583
3584         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3585         doesn't have any parameters.
3586
3587 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3590         only upcased checks.
3591
3592         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3593
3594         * nnimap.el (nnimap-open-shell-stream): New function.
3595         (nnimap-open-connection): Use it.
3596         (nnimap-transform-headers): Get the number of lines in each message.
3597         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3598         number of lines.
3599         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3600         problem.
3601
3602         * utf7.el (utf7-encode): Autoload.
3603
3604         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3605         to allow the mail splitting to not return a default group.  This is
3606         useful for nnimap, which will leave unmatched mail in the inbox.
3607
3608         * nnimap.el: Rewritten.
3609
3610         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3611         nnimap usage.
3612
3613         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3614         if the move is internal, so that nnimap can do fast internal moves.
3615
3616         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3617         data.
3618         (gnus-read-active-for-groups): Support finishing the early retrieval of
3619         data.
3620
3621         * gnus-range.el (gnus-range-nconcat): New function.
3622
3623         * gnus-int.el (gnus-finish-retrieve-group-infos)
3624         (gnus-retrieve-group-data-early): New functions.
3625
3626 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3627
3628         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3629         (nnrss-retrieve-groups):
3630         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3631         (pop3-quit): Use with-current-buffer.
3632
3633 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3636         instead of nnheader-accept-process-output.
3637
3638         * dgnushack.el (dgnushack-compile): Add comment.
3639
3640         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3641
3642         * gnus-html.el (gnus-html-schedule-image-fetching)
3643         (gnus-html-prefetch-images): Replace process-kill-without-query by
3644         gnus-set-process-query-on-exit-flag.
3645
3646 2010-09-16  Romain Francoise  <romain@orebokech.com>
3647
3648         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3649
3650 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3653         parameter to unintern is mandatory-ish in Emacs 24.
3654
3655         * gnus-html.el (gnus-html-schedule-image-fetching)
3656         (gnus-html-prefetch-images): Check for curl before using it.
3657
3658         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3659         depend on curl, which isn't essential.
3660
3661         * imap.el: Revert back to version
3662         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3663         seem problematic.
3664
3665 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3666
3667         * gnus-registry.el (gnus-registry-install-shortcuts):
3668         Explicitly pass `obarray' to `unintern' to avoid a warning.
3669
3670 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3673         change.
3674
3675         * nnrss.el (nnrss-request-list): Remove this function and related
3676         functions, including the moreover stuff.
3677
3678 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * nnrss.el (nnrss-retrieve-groups): New function.
3681
3682 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3683
3684         * .dir-locals.el: Add no-byte-compile cookie.
3685
3686 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * time-date.el (format-seconds): Comment fix.
3689
3690         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3691         for back end that doesn't support request-scan.
3692
3693 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3696         then do request scans from the backends.
3697
3698         * netrc.el (netrc-credentials): New conveniency function.
3699
3700         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3701         avoid running a hook per line, since this takes a lot of time,
3702         profiling shows.
3703         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3704         directly if gnus-visual-p is true.
3705
3706 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3709         groups; replace mapcar with dolist which is a bit faster; pass groups
3710         info to gnus-read-active-file-1.
3711         (gnus-read-active-file-1): Scan only specified groups if the new
3712         optional arg `infos' is given.
3713
3714 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3717
3718         * pop3.el (pop3-movemail): Remove.
3719         (pop3-streaming-movemail): Rename to pop3-movemail.
3720
3721         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3722         don't restrict end-tag searches to the end of the line.
3723
3724 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3727         articles of every unchecked group to t, which means unknown since the
3728         server has never been opened.
3729
3730 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * gnus-html.el (gnus-html-show-alt-text): New command.
3733         (gnus-html-browse-image): Ditto.
3734         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3735         to browse the image directly.
3736         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3737         better.
3738
3739         * gnus-async.el (gnus-async-article-callback):
3740         Call `gnus-html-prefetch-images' unconditionally.
3741
3742         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3743         before feeding URLs to curl.
3744
3745 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3748         internal images as deletable by `W D D'.
3749
3750         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3751         (gnus-async-article-callback): Fix typo.
3752
3753 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3756         current line to work around bugs in the output from w3m.
3757
3758         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3759         for groups that want that.
3760
3761         * nntp.el (nntp-wait-for-string): Supply a timeout for
3762         accept-process-output to ensure progress.
3763
3764         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3765         level to get unread articles from, then use that for foreign groups,
3766         too.
3767
3768         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3769         confuses the rest of the function.
3770
3771         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3772         for the methods that support -retrieve-groups, too.
3773
3774         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3775
3776 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3779         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3780
3781         * pop3.el: Require cl when compiling.
3782         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3783
3784 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3787         that aren't going to be activated.
3788         (gnus-get-unread-articles): Fix up the last commit.
3789
3790         * gnus-html.el (gnus-article-html): Allow calling without specifying
3791         the handle.  In that case, dissect the buffer first.
3792
3793         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3794
3795         * nnimap.el (nnimap-open-connection): Revert the change that would look
3796         into authinfo for imaps instead of imap.
3797
3798         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3799         say that you don't want to call gnus-request-group with don-check, but
3800         do check the reponse.  This is for virtual groups only.
3801         (gnus-get-unread-articles): Count the archive groups as secondary, so
3802         that they're activated the same way as before.
3803
3804         * imap.el (imap-message-map): Removed optional buffer parameter, since
3805         no callers use it.
3806         (imap-message-get): Ditto.
3807         (imap-message-put): Ditto.
3808         (imap-mailbox-map): Ditto.
3809         (imap-mailbox-put): Ditto.
3810         (imap-mailbox-get): Ditto.
3811         (imap-mailbox-get): Revert last change for this function.
3812
3813         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3814         case-insensitively.
3815         (nnimap-debug): Remove.
3816
3817         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3818         to use `imap-fetch' instead.  According to the comments, this should be
3819         safe, since all other IMAP clients use the 1:* syntax.
3820         (imap-enable-exchange-bug-workaround): Removed.
3821         (imap-debug): Removed -- doesn't seem very useful.
3822
3823         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3824         mail from a file, and the file doesn't exist.
3825
3826         * imap.el (imap-log): New convenience function used throughout instead
3827         of repeating the same code all over the place.
3828
3829         * pop3.el (pop3-streaming-movemail): Return t for success.
3830
3831         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3832         .authinfo if we're using ssl connection.
3833
3834         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3835         already have if we're in a main Gnus `g' run.
3836
3837         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3838
3839 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3842
3843         * nnmh.el (nnmh-request-list-1): Bind `file'.
3844
3845         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3846         alias to set-process-query-on-exit-flag or process-kill-without-query.
3847         (pop3-open-server): Use it.
3848
3849 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3852         box to the Incoming file.  Fixes mistake in previous checkin.
3853
3854         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3855         request loop (for debugging purposes) removed.
3856
3857         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3858         culprit is more visible.
3859         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3860         (nnml-add-incremental-nov): New functions to do "incremental" nov
3861         updates, where we just append to the end of the existing nov files
3862         without reading/writing them in full.
3863
3864         * mail-source.el (mail-source-delete-crash-box): Really only check the
3865         incoming files once in a while.
3866
3867         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3868
3869         * mail-source.el (mail-source-delete-crash-box): Only check the
3870         incoming files for deletion once per day to save a lot of file
3871         accesses.
3872
3873         * pop3.el (pop3-logon): Fix up unbound variable typo.
3874
3875         * mail-source.el (pop3-streaming-movemail): Autoload.
3876
3877         * pop3.el (pop3-streaming-movemail):
3878         Respect pop3-leave-mail-on-server.
3879
3880         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3881         retrieval.
3882
3883         * pop3.el (pop3-process-filter): Remove unused function.
3884         (pop3-streaming-movemail, pop3-send-streaming-command)
3885         (pop3-wait-for-messages, pop3-write-to-file)
3886         (pop3-number-of-responses): New functions for streaming pop3
3887         retrieval.
3888
3889         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3890         come from no known methods.
3891         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3892         list.
3893
3894         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3895         message sizes.
3896         (pop3-movemail): Use erase-buffer instead of looping and deleting
3897         regions, which seems rather odd.
3898
3899         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3900         file once per `g' run.
3901
3902         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3903         directories.  This makes the draft queue directory work.
3904
3905         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3906         data from the backends, so that we only request the list of groups from
3907         each method once.  This should speed things up considerably.
3908
3909         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3910         detect that it's not implemented.
3911
3912         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3913         we actually do recurse down into the tree, but don't stat all leaf
3914         nodes.
3915
3916         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3917         then say so instead of bugging out.
3918
3919         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3920         files exist before trying to read them.
3921
3922         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3923         around <pre_int>.
3924
3925         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3926
3927         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3928
3929 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * mm-util.el (mm-image-load-path): Just return the image directories,
3932         not all directories in the path in addition to the image directories.
3933         (mm-image-load-path): Maintain a cache of the image directories so that
3934         the `g' command in Gnus doesn't have to stat dozens of directories each
3935         time.
3936
3937         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3938         (gnus-html-wash-tags): Add a new `i' command to insert images.
3939         (gnus-html-insert-image): New command and keystroke.
3940         (gnus-html-redisplay-with-images): New command and keystroke.
3941         (gnus-html-show-images): Rename command.
3942         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3943         spacers.
3944         (gnus-html-wash-tags): Decode entities at the end, so that entities
3945         inside the tags don't mess up the rest of the "parsing".
3946
3947         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3948         so that nnimap methods aren't agentized by default.  There's apparently
3949         many problems related to agent/imap behaviour.
3950
3951         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3952
3953         * gnus-html.el: Doc fix.
3954
3955 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3958         specifier-spec-list for Emacs 21.
3959
3960         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3961         glyph-width and glyph-height instead of display-graphic-p and
3962         image-size; make avoidance of displaying small images work for XEmacs.
3963
3964         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3965         for XEmacs.
3966
3967         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3968         of symbol that holds plist data.
3969         (gnus-process-plist): Remove plist of process after getting it.
3970
3971 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * message.el (message-generate-hashcash): Change default to
3974         'opportunistic if hashcash is installed.
3975
3976         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3977         (gnus-html-put-image): Only call image-size once, since it's somewhat
3978         time-consuming on remote X servers.
3979
3980 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3983         type on data, not a file name.
3984
3985         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3986         window-pixel-edges for Emacs 21.
3987
3988         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3989         decoded contents.
3990         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3991
3992 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3995         group line format, since it isn't very interesting.
3996
3997         * gnus-agent.el (gnus-agent-short-article),
3998         (gnus-agent-long-article): Increase values for these two variables,
3999         since most people are likely to have more network connection and
4000         storage than before.
4001
4002         * gnus.el (gnus-refer-article-method): Change default to 'current.
4003         When referring an article, the common behaviour is to refer it from the
4004         current select method, not the native select method.  The chances of
4005         the native select method having the message in question is rather slim
4006         these days.
4007
4008         * gnus-sum.el (gnus-auto-select-subject): Change default to
4009         `unseen-or-unread'.  I think it's likely that most people want to
4010         select an unseen article over a previously seen, but unread one.
4011
4012         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4013         means that in the article buffer none of the minor mode elements will
4014         be shown, usually, and this is not desirable in most cases.
4015
4016         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4017         that commands like `d' (and the like) go to the next line in the
4018         buffer, instead of the next unread article.  I think this is the
4019         behaviour that is most natural for most users.
4020         (gnus-single-article-buffer): Change default to nil, so that people can
4021         have as many article buffers open as they have summary buffer.  I think
4022         this is the most natural way for the groups to behave.
4023
4024         * message.el (message-generate-new-buffers): Change default to
4025         `unsent', so that all new message buffers start their names with the
4026         string "*unsent", and it's easier to find the buffers if you move from
4027         them.
4028
4029 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4032         small.  They're probably tracking images.
4033         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4034         (gnus-html-rescale-image): Yet another try at getting the image sizing
4035         right.
4036
4037         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4038         nntp-marks-file-name is nil.
4039
4040 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * gnus-html.el (gnus-html-wash-tags)
4043         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4044         Better logging.
4045
4046 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4049
4050         * gnus-html.el (gnus-html-wash-tags): Check the value of
4051         gnus-blocked-images in the summary buffer.
4052
4053 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4056
4057 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4060         like "a", it seems like.
4061         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4062         since it needs to be picked from the correct buffer.
4063
4064         * nnwfm.el: Remove.
4065
4066         * nnlistserv.el: Remove.
4067
4068 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4071         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4072
4073 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * nnkiboze.el: Remove.
4076
4077         * nndb.el: Remove.
4078
4079         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4080         alt text.
4081         (gnus-html-rescale-image): Try to get the rescaling logic right for
4082         images that are just wide and not tall.
4083
4084         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4085         overshadow variable bindings.
4086
4087 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * gnus-html.el (gnus-html-wash-tags)
4090         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4091         Add extra logging.
4092
4093 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4096         (gnus-max-image-proportion): New variable.
4097         (gnus-html-rescale-image): New function.
4098         (gnus-html-put-image): Rescale images.
4099
4100 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4101
4102         Fix up some byte-compiler warnings.
4103         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4104         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4105         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4106         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4107         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4108         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4109         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4110
4111 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-html.el (gnus-article-html): Decode contents by charset.
4114
4115 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4118         (gnus-html-frame-width, gnus-blocked-images)
4119         * message.el (message-prune-recipient-rules): Add custom version.
4120         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4121
4122         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4123         functions.
4124
4125         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4126         gnus-process-get.
4127
4128 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4129
4130         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4131         instead of lsub directly.
4132
4133 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * nnwarchive.el: Remove.
4136
4137         * gnus-soup.el: Remove.
4138
4139         * nnsoup.el: Remove.
4140
4141         * nnultimate.el: Remove.
4142
4143         * gnus-html.el (gnus-blocked-images): New variable.
4144
4145         * message.el (message-prune-recipients): New function.
4146         (message-prune-recipient-rules): New variable.
4147
4148         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4149         guess whether a long line is natural text or not.
4150
4151         * gnus-html.el (gnus-html-schedule-image-fetching):
4152         Use gnus-process-plist and friends for compatibility.
4153
4154 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4155
4156         * gnus-html.el: Require packages that define macros used in this file.
4157         (gnus-article-mouse-face): Declare to silence byte-compiler.
4158         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4159         process-get.
4160         (gnus-html-put-image): Use plist-get to avoid getf.
4161         (gnus-html-prefetch-images): Use with-current-buffer.
4162
4163 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-ems.el: Provide compatibility functions for
4166         gnus-set-process-plist.
4167
4168         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4169         header-line-format for XEmacs 21.4.
4170
4171         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4172         * gnus.el (gnus-valid-select-methods)
4173         * message.el (message-send-mail-partially-limit)
4174         * mm-decode.el (mm-text-html-renderer)
4175         * mml.el (mml-insert-mime-headers-always)
4176         * smiley.el (smiley-regexp-alist): Bump custom version.
4177
4178 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-html.el: require mm-url.
4181         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4182         with the url to `url'.
4183         (gnus-html-wash-tags): Support cid: URLs/images.
4184
4185 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186
4187         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4188         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4189         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4190
4191         * gnus-move.el: Remove file, since it doesn't really work.
4192
4193         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4194         UTF-8.  This seems to fix problems with some German web feeds.
4195
4196         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4197         at the top so that the proper colours are applied.
4198
4199         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4200         don't have dots in their names.
4201
4202         * gnus-art.el (gnus-article-view-part): Doc fix.
4203
4204         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4205         XEmacs-compatible.
4206         (gnus-html-put-image): Don't do images on non-graphic displays.
4207
4208         * nnslashdot.el: Remove this unused backend.
4209
4210         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4211         actions.
4212         (gnus-undo-register-1): Revert last change.
4213
4214         * gnus-group.el (gnus-group-completing-read): Protect against not
4215         having completion-styles bound.
4216
4217         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4218         make broken recipients happier.
4219
4220         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4221
4222         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4223         point parameter.
4224
4225         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4226
4227         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4228         completion-styles for group selection.
4229
4230 2009-02-04  Andreas Schwab  <schwab@suse.de>
4231
4232         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4233         headers and regexp-quote the match if necessary.
4234
4235 2009-03-24  Miles Bader  <miles@gnu.org>
4236
4237         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4238         the blinking smiley.
4239
4240 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4241
4242         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4243         blink smiley.
4244
4245 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4248         where the dribbel file lives exists.
4249
4250         * message.el (message-send-mail-partially-limit): Change the default to
4251         nil, since most people don't want this.
4252
4253         * mm-url.el (mm-url-decode-entities): Also decode entities like
4254         &#x3212.
4255
4256 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4257
4258         * gnus-sum.el (gnus-summary-idna-message):
4259         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4260         Hyperlink urls in docstrings with URL `...'.
4261
4262 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4263
4264         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4265         functions.
4266
4267 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4270         say what the mouseover text should be.
4271
4272         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4273         version of the mm-w3m-safe-url-regexp variable to only download images
4274         in the groups where we want that to happen.
4275
4276         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4277
4278         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4279         easier debugging.
4280         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4281         big pictures in the article buffer.
4282
4283         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4284         gnus-article-html.
4285         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4286         w3m.
4287
4288         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4289
4290 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4293         which doesn't exist.
4294
4295         * message.el (message-inhibit-ecomplete): New variable to allow some
4296         function to inhibit ecomplete address storage.
4297         (message-resend): Disable ecomplete message storage when resending
4298         messages.
4299
4300         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4301
4302 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4305         Save excursion while copying, moving, and deleting articles in order to
4306         prevent the cursor from jumping to unforeseen place.
4307
4308 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * lpath.el: No need to bind bookmark-current-buffer,
4311         bookmark-yank-point and bookmark-make-record-function.
4312
4313 2010-08-17  Glenn Morris  <rgm@gnu.org>
4314
4315         * gnus-sync.el: Require gnus components whose functions are used.
4316
4317         * gnus-art.el (bookmark-make-record-function):
4318         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4319         Declare for compiler.
4320
4321         * mm-url.el (mml-compute-boundary): Autoload.
4322
4323 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4326
4327 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         Typo fix "hoo4a" -> "hook".
4330
4331         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4332
4333 2010-08-14  Glenn Morris  <rgm@gnu.org>
4334
4335         * gnus-sync.el (gnus-sync): Fix defgroup version.
4336
4337 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4340
4341         * gnus-sync.el: Fix docs.
4342         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4343         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4344
4345 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         Optimizations for gnus-sync.el.
4348
4349         * gnus-sync.el: Add docs about gnus-sync-backend
4350         possibilities.
4351         (gnus-sync-save): Remove unnecessary message.
4352         (gnus-sync-read): Optimize and show what groups were skipped.
4353
4354 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         Minor bug fixes for gnus-sync.el.
4357
4358         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4359         Don't read the sync on get-new-news.
4360
4361         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4362         quiet.
4363
4364         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4365         (fix typo).
4366
4367 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4368
4369         Make saving and restoring of hidden threads work with overlays.
4370         Patch applied by Ted Zlatanov.
4371
4372         * gnus-sum.el (gnus-hidden-threads-configuration)
4373         (gnus-restore-hidden-threads-configuration): Update to deal with text
4374         properties, rather than searching for a magic character.
4375
4376 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         New gnus-sync.el library for synchronization of marks.
4379
4380         * gnus-sync.el: New library for synchronization of marks.
4381
4382         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4383         renamed from `gnus-registry-grep-in-list'.
4384
4385         * gnus-registry.el (gnus-registry-follow-group-p):
4386         Use `gnus-grep-in-list'.
4387
4388         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4389
4390 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4393         determining charset of text fails.
4394
4395 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * nnmail.el (nnmail-get-new-mail-1): Revert.
4398
4399         * nnml.el (nnml-active-number): Make sure names of newly created groups
4400         in nnml-group-alist are encoded.
4401
4402 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4405         containing non-ASCII characters in active file for nnml back end.
4406
4407 2010-07-24  David Engster  <dengste@eml.cc>
4408
4409         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4410         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4411
4412 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4413
4414         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4415         tag (Bug#6654).
4416
4417 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4420         the article buffer, not the summary buffer.
4421
4422 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4425         Emacs 23 as well.
4426
4427 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4430         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4431
4432 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4433
4434         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4435         Patch applied by Karl Fogel.
4436
4437         * gnus-sum.el (gnus-summary-bookmark-make-record):
4438         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4439
4440 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4441
4442         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4443         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4444         C-w still not working correctly from Article buffers; Thierry's
4445         patch to fix that will be applied after this.
4446
4447         * gnus-art.el (bookmark-make-record-function): New local variable.
4448
4449         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4450         article buffer.
4451         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4452
4453 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4454
4455         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4456         on changes in bookmark.el.
4457
4458 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4461         `no-log' instead of message not to log prompt string.
4462
4463 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4464
4465         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4466         the *other* type of HTML form submission.
4467
4468 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4469
4470         * auth-source.el (auth-source-pick): If choice does not contain a
4471         questioned keyword, set the check to t.
4472
4473 2010-06-12  Romain Francoise  <romain@orebokech.com>
4474
4475         * gnus-util.el (gnus-date-get-time): Move up before first use.
4476
4477 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4480         (gnus-article-edit-part): Bind it to make last part that is substituted
4481         or deleted visible.
4482         (gnus-mime-display-single): Buttonize part of which id equals to
4483         gnus-mime-buttonized-part-id.
4484
4485 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4486
4487         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4488         (gnus-dd-mmm): Use gnus-date-get-time.
4489         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4490         simplify logic.
4491         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4492         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4493
4494 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4495
4496         * auth-source.el (top): Autoload `secrets-list-collections',
4497         `secrets-create-item', `secrets-delete-item'.
4498         (auth-sources): Fix tag string.
4499         (auth-get-source, auth-source-retrieve, auth-source-create)
4500         (auth-source-delete): New defuns.
4501         (auth-source-pick): Rewrite in order to avoid 2 passes.
4502         (auth-source-forget-user-or-password): New parameter USERNAME.
4503         (auth-source-user-or-password): New parameters CREATE-MISSING and
4504         DELETE-EXISTING.  Retrieve password interactively, if needed.
4505
4506 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4507
4508         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4509         deleting unused directories when gnus-expert-user is t.
4510
4511 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4514         for each temp file when gnus-article-browse-delete-temp is ask.
4515
4516 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4517
4518         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4519         Lisp calls to delete-backward-char by calls to delete-char.
4520
4521 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4522
4523         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4524
4525 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4526
4527         * password-cache.el (password-cache-remove): Fix docstring.
4528
4529 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4532         article unless decoding article to be saved.
4533
4534 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4537         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4538         generated within the mm-with-unibyte-current-buffer macro.
4539
4540 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4543         to nil when we're in a mml-preview buffer and no group is selected.
4544
4545 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4546
4547         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4548         when catching the `C-g'.  Reported by "Leo".
4549
4550 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * message.el (message-forward-make-body-plain)
4553         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4554         multibyte-string-p.
4555
4556         * lpath.el: Revert.
4557
4558 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * message.el (message-forward-make-body-mml): Assume original message
4561         is multibyte string; error on unibyte.
4562         (message-forward-make-body-plain): Ditto; don't add excessive newline
4563         in body end.
4564
4565         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4566
4567 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4568
4569         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4570         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4571
4572 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * mm-extern.el (mm-extern-url): Don't use
4575         mm-with-unibyte-current-buffer.
4576         (mm-extern-cache-contents): Use with-current-buffer instead of
4577         save-excursion + set-buffer.
4578
4579 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * mm-util.el (mm-emacs-mule): Remove.
4582
4583 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4584
4585         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4586         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4587         change.
4588
4589 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4592         bind the default value of enable-multibyte-characters to nil.
4593
4594 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * message.el (message-forward-make-body-plain)
4597         (message-forward-make-body-mml):
4598         Don't use mm-with-unibyte-current-buffer.
4599
4600 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4601
4602         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4603
4604 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4605
4606         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4607         (Bug#5592).
4608
4609 2010-05-07  Julien Danjou  <julien@danjou.info>
4610
4611         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4612         it to mm-pipe-part.
4613
4614         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4615         it is given.
4616
4617 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * binhex.el (binhex-decode-region-internal)
4620         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4621         (dns-query)
4622         * nnweb.el (nnweb-gmane-search)
4623         * pgg-parse.el (pgg-parse-armor)
4624         * pgg.el (pgg-verify-region)
4625         * sha1.el (sha1-string-external)
4626         * uudecode.el (uudecode-decode-region-internal)
4627         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4628         XEmacs.
4629
4630         * gnus-art.el (gnus-article-browse-html-parts)
4631         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4632         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4633         make-temp-file.
4634
4635         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4636         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4637         compiling.
4638
4639         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4640         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4641         XEmacs when compiling.
4642
4643         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4644         gnus-pick-mode-off-hook for XEmacs when compiling.
4645         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4646         gnus-binary-mode-off-hook for XEmacs when compiling.
4647
4648         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4649         Return nil if char-charset is not available.
4650
4651         * imap.el (imap-disable-multibyte)
4652         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4653         macros.
4654
4655         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4656         instead of encode-coding-string.
4657
4658         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4659         'xemacs) instead of mm-emacs-mule to switch function definitions.
4660         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4661
4662         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4663         bind temporary-file-directory for XEmacs;
4664         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4665         timer-set-function for XEmacs 21.4 and SXEmacs;
4666         bind timer-list for XEmacs 21.4 and SXEmacs;
4667         fbind char-charset and find-charset-region for non-Mule XEmacs;
4668         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4669         encode-coding-region and encode-coding-string for XEmacs having no
4670         file-coding feature.
4671
4672 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4673
4674         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4675
4676 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4679         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4680
4681 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4682
4683         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4684         alias `jka-compr-delete-temp-file' no longer exists.
4685
4686 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4687
4688         Use define-minor-mode in Gnus where applicable.
4689         * mml.el (mml-mode): Use define-minor-mode.
4690         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4691         (gnus-undo-mode): Use define-minor-mode.
4692         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4693         (gnus-dead-summary-mode): Use define-minor-mode.
4694         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4695         Initialize in declaration.
4696         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4697         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4698         (gnus-mailing-list-mode): Use define-minor-mode.
4699         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4700         (gnus-draft-mode): Use define-minor-mode.
4701         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4702         (gnus-dired-mode): Use define-minor-mode.
4703
4704 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4705
4706         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4707         handles on recursive mml-to-mime translation and check them for
4708         boundary delimiter collisions.  Reported by Greg Troxel.
4709
4710 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4713
4714 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4715
4716         * mm-util.el (mm-find-buffer-file-coding-system):
4717         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4718
4719 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4720
4721         * message.el (message-generate-headers): Record insertion of optional
4722         headers as well.  Otherwise the check to prevent repeated insertion of
4723         optional headers is a no-op.
4724
4725 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * smime.el: Don't mention CVS.
4728
4729         * nnrss.el (nnrss-fetch): Don't mention CVS.
4730
4731         * nnir.el: Don't mention CVS.
4732
4733 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4734
4735         * gnus-sum.el (gnus-summary-bookmark-make-record):
4736         Add `location' field.
4737
4738 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * lpath.el: Fbind bookmark-default-handler,
4741         bookmark-get-bookmark-record, bookmark-make-record-default,
4742         bookmark-prop-get for Emacs <23 and XEmacs.
4743
4744 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4747         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4748         Use with-current-buffer to silence the byte-compiler.
4749         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4750         bother to require `gnus'.
4751         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4752
4753 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4754
4755         * gnus-sum.el (gnus-summary-bookmark-make-record)
4756         (gnus-summary-bookmark-jump): New functions.
4757         (gnus-summary-mode): Setup bookmark support.
4758
4759 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4760
4761         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4762         if set.
4763
4764 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4767         gnus-article-browse-html-save-cid-image; make it work recursively for
4768         forwarded messages as well.
4769         (gnus-article-browse-html-parts): Work when prefix arg is given.
4770         (gnus-article-browse-html-article): Doc fix.
4771
4772 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4773
4774         * message.el (message-default-mail-headers):
4775         (message-default-headers): Carry the value mail-default-headers over
4776         into message-default-mail-headers, rather than message-default-headers.
4777
4778 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4779
4780         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4781         charset.
4782
4783         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4784         charset into the <meta> tag when the article is encoded to utf-8.
4785
4786 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-art.el (gnus-article-browse-delete-temp-files):
4789         Delete directories as well.
4790         (gnus-article-browse-html-parts): Work for images that do not specify
4791         file names; delete temp directory when quitting; insert header at the
4792         right place; use file: scheme for image files.
4793
4794 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4795
4796         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4797         (gnus-article-browse-html-parts): Use it to make temporary cid image
4798         files in addition to html file so that browser may display them.
4799
4800 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4803
4804 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4807
4808 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * auth-source.el (auth-sources): Change default to be simpler.
4811         Explain about Secret Service API sources.  Improve Customize options.
4812         (auth-source-pick): Change to accept any number of search parameters.
4813         Implement fallbacks iteratively, not recursively.  Add scoring on the
4814         second pass and sort by score.  Call Secret Service API when needed.
4815         (auth-source-user-or-password): Use it.  Call Secret Service API
4816         directly when needed to get the user name and the password.
4817
4818 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4819
4820         * message.el (message-interactive): Doc fix.
4821         (message-qmail-inject-args): Reflow.
4822         (message-kill-to-signature): Fix typo in docstring.
4823
4824         * smiley.el (smiley-buffer): Fix typo in docstring.
4825
4826 2010-03-24  Glenn Morris  <rgm@gnu.org>
4827
4828         * mail-source.el (gnus-message): Declare.
4829         (mail-source-delete-old-incoming): Require gnus-util.
4830
4831 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4834
4835         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4836
4837         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4838         password-cache's default if it is not bound.
4839         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4840         password-cache-expiry's default if it is not bound.
4841
4842         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4843         available in Emacs 21.
4844
4845         * lpath.el: Suppress compiler warnings for:
4846         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4847         XEmacs;
4848         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4849         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4850         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4851
4852 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4853
4854         * auth-source.el (auth-sources): Fix up definition so extra parameters
4855         are always inline.
4856
4857 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4858
4859         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4860         wasn't updated after mismatch.  Clear cached mailbox info correctly
4861         when uidvalidity changes.
4862         (nnimap-group-prefixed-name): New function to avoid some code
4863         duplication.
4864         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4865         (nnimap-request-group): Use it.
4866         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4867         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4868         with many imap folders.  This is done by caching the group status from
4869         the imap server persistently in a group parameter `imap-status'.  (This
4870         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4871         but not persistently, so every Gnus startup was still very slow.)
4872
4873 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4874
4875         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4876         delete the extra newline.  Otherwise editing of :string and :number
4877         types don't work.
4878
4879 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4882         secrets.el dependency.
4883         (auth-sources): Add optional user name.  Add secrets.el configuration
4884         choice (unused right now).
4885
4886 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * gnus-sum.el (gnus-summary-make-menu-bar):
4889         Let `gnus-registry-install-shortcuts' fill in the functions.
4890
4891         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4892         warnings.
4893         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4894         (gnus-registry-install-shortcuts): Populate and use it in a
4895         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4896
4897 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4898
4899         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4900         In-place substitutions for the group name encoding/decoding.
4901         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4902         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4903         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4904         (nnimap-update-unseen, nnimap-request-list)
4905         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4906         (nnimap-request-set-mark, nnimap-split-to-groups)
4907         (nnimap-split-articles, nnimap-request-newgroups)
4908         (nnimap-request-create-group, nnimap-request-accept-article)
4909         (nnimap-request-delete-group, nnimap-request-rename-group)
4910         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4911         `encoded-mbx' for consistency.
4912         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4913         variable `imap-current-mailbox'.
4914
4915         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4916         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4917
4918 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4919
4920         * pop3.el (pop3-display-message-size-flag): Display message size byte
4921         counts during POP3 download.
4922         (pop3-movemail): Use it.
4923         (pop3-list): Implement listing of available messages.
4924
4925 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4926
4927         * nnir.el (nnir-get-article-nov-override-function): New function to
4928         override the normal NOV retrieval.
4929         (nnir-retrieve-headers): Use it.
4930
4931 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4932
4933         * auth-source.el (netrc-machine-user-or-password): Autoload.
4934
4935 2010-03-19  Glenn Morris  <rgm@gnu.org>
4936
4937         Stop message.el from loading about 40 libraries it doesn't always need.
4938         The general approach is to autoload rather than require, and to
4939         require in the specific functions rather than the file.  (Bug#5642)
4940
4941         * gmm-utils.el: Don't require wid-edit.
4942         (widget-create-child-value, widget-convert, widget-default-get):
4943         Autoload.
4944
4945         * gnus-util.el: Don't require time-date, netrc.
4946         (message-fetch-field, gnus-group-name-decode): Declare rather than
4947         autoloading.
4948         (gnus-fetch-field): Require message.
4949         (gnus-decode-newsgroups): Require gnus-group.
4950
4951         * ietf-drums.el: Don't require time-date.
4952
4953         * message.el: Don't require hashcash, canlock, ecomplete.
4954         Do require mail-utils.  Require nnheader only when compiling.
4955         (smtpmail-default-smtp-server): Remove declaration.
4956         (message-send-mail-function): Check smtpmail-default-smtp-server
4957         is bound rather than requiring smtpmail.
4958         (message-auto-save-directory, message-insert-signature):
4959         Use expand-file-name rather than nnheader-concat.
4960         (nnheader-insert-file-contents): Autoload.
4961         (hashcash-wait-async): Declare.
4962         (message-send-mail): Only call gnus-setup-posting-charset if
4963         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4964         (message-send-mail-with-sendmail): Require sendmail.
4965         (canlock-password, canlock-password-for-verify): Declare.
4966         (message-canlock-password): Require canlock.
4967         (nnheader-get-report): Autoload.
4968         (gnus-setup-posting-charset): Declare.
4969         (message-send-news): Require gnus-msg.
4970         (message-make-references, message-make-in-reply-to): Use mail-header-id
4971         rather than the alias mail-header-message-id.
4972         (ecomplete-add-item, ecomplete-save): Declare.
4973         (message-put-addresses-in-ecomplete): Require ecomplete.
4974         (ecomplete-display-matches): Autoload.
4975
4976         * mm-decode.el: Don't require mailcap, gnus-util.
4977         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4978         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4979         Autoload.
4980         (mailcap-mime-extensions): Declare.
4981
4982         * mm-encode.el: Don't require mailcap.
4983         (mailcap-extension-to-mime): Autoload.
4984
4985         * mml-sec.el: Don't require password-cache.
4986
4987         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4988         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4989         (mml-minibuffer-read-type): Require mailcap.
4990         (mml-preview): Require gnus-msg.
4991
4992         * mml1991.el: Require password-cache.
4993         (password-cache-expiry): Remove declaration.
4994
4995         * mml2015.el: Require password-cache.
4996         (password-cache-expiry): Remove declaration.
4997
4998         * nneething.el (mailcap): Require mailcap.
4999
5000         * nnheader.el (declare-function): Add compatibility stub.
5001         (message-remove-header): Declare rather than autoload.
5002         (nnheader-replace-header): Require message.
5003
5004         * nnimap.el (declare-function): Add compatibility stub.
5005         (netrc-parse, netrc-machine-user-or-password): Declare.
5006         (nnimap-open-connection): Require netrc.
5007
5008         * nntp.el (declare-function): Add compatibility stub.
5009         (netrc-parse, netrc-machine, netrc-get): Declare.
5010         (nntp-send-authinfo): Require netrc.
5011
5012         * rfc2047.el: Don't require qp.
5013         (quoted-printable-encode-region, quoted-printable-decode-string):
5014         Autoload.
5015
5016         * sieve-mode.el: Don't require easymenu.
5017         (easy-menu-add-item): Autoload it.
5018
5019         * spam-stat.el (time-to-number-of-days): Autoload it.
5020
5021 2010-03-19  Glenn Morris  <rgm@gnu.org>
5022
5023         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5024
5025 2010-03-18  Glenn Morris  <rgm@gnu.org>
5026
5027         * hashcash.el (declare-function): Remove duplicate definition.
5028
5029 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5030
5031         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5032         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5033         value if any backslash escapes).
5034
5035 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5038         if it is available.  (bug#5647)
5039
5040         * lpath.el: Suppress compiler warning for coding-system-from-name for
5041         Emacs 21 and XEmacs.
5042
5043 2010-03-14  Juri Linkov  <juri@jurta.org>
5044
5045         * hmac-def.el:
5046         * hmac-md5.el:
5047         * netrc.el: Fix keywords.
5048
5049 2010-02-26  Glenn Morris  <rgm@gnu.org>
5050
5051         * message.el (message-send-mail-function): Change the default, so that
5052         it inherits from a customized send-mail-function.  (Bug#5643)
5053
5054 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5055
5056         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5057         shell-command-to-string signals an error (bug#5299).
5058
5059 2010-02-24  Glenn Morris  <rgm@gnu.org>
5060
5061         * message.el (message-smtpmail-send-it)
5062         (message-send-mail-with-mailclient): Doc fixes.
5063
5064 2010-02-16  Glenn Morris  <rgm@gnu.org>
5065
5066         * message.el (message-default-mail-headers): Change the default value
5067         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5068
5069 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5072         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5073
5074 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5075
5076         * time-date.el (date-to-time): Doc fix (Bug#5408).
5077
5078 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5079
5080         * message.el (message-mail): Just pass yank-action on to message-setup.
5081         (message-setup): Handle (FUN . ARGS) form of yank-action.
5082         (message-with-reply-buffer, message-widen-reply)
5083         (message-yank-original): Handle non-buffer values of
5084         message-reply-buffer (Bug#4080).
5085         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5086
5087 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5088
5089         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5090         Fix typo in docstring.
5091
5092 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5093
5094         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5095         response.
5096
5097 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5100
5101         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5102
5103         * message.el (message-check-news-header-syntax): Protect against a
5104         string that `rfc822-addresses' returns when parsing fails.
5105
5106 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5109         (gnus-previous-char-property-change): New functions.
5110
5111         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5112
5113 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5114
5115         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5116         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5117
5118 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5119
5120         * message.el (message-exchange-point-and-mark): Rework last change to
5121         avoid using optional arg of exchange-point-and-mark, for backward
5122         compatibility.
5123
5124 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5125
5126         * message.el (message-exchange-point-and-mark):
5127         Call exchange-point-and-mark with an argument rather than setting
5128         mark-active by hand (Bug#5175).
5129
5130 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * nntp.el (nntp-service-to-port): Work for service expressed with
5133         numeric string; replace [:digit:] with [0-9] for XEmacs.
5134
5135 2009-12-17  Glenn Morris  <rgm@gnu.org>
5136
5137         * gnus-group.el (gnus-bug-group-download-format-alist):
5138         Change emacs entry to debbugs.gnu.org.  Bump :version.
5139
5140 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5143
5144 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * message.el (message-info): Explain why we use `Info-goto-node'.
5147
5148 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5151
5152 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5153
5154         * message.el (message-completion-in-region): New compatibility function.
5155         (message-expand-group): Use it.
5156
5157 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5160         with no unread article should be listed if the 2nd arg `predicate' is
5161         given.
5162
5163 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5166
5167 2009-11-29  Juri Linkov  <juri@jurta.org>
5168
5169         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5170         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5171         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5172
5173 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5174
5175         * sha1.el (sha1-string-external): default-directory "/" in case
5176         otherwise non-existent.  process-connection-type pipe for touch of
5177         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5178
5179 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5180
5181         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5182         it's comms related and sgml-mode.el has "comm" on that basis too.
5183
5184 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5187         containing tspecial characters if they have been already quoted.
5188
5189 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5190
5191         * dns-mode.el (auto-mode-alist): Purecopy string.
5192
5193 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5196
5197 2009-10-24  Glenn Morris  <rgm@gnu.org>
5198
5199         * gnus-art.el (help-xref-stack-item): Define for compiler.
5200
5201 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5202
5203         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5204
5205 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5208
5209 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5212         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5213
5214 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5217         (gnus-overlays-in): New alias to overlays-in.
5218
5219         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5220         gnus-overlay-get, and gnus-delete-overlay.
5221         (gnus-summary-show-thread): Make it work as well for systems in which
5222         next-single-char-property-change is not available.
5223         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5224
5225         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5226         (gnus-overlay-get): New alias to extent-property.
5227         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5228
5229         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5230         SXEmacs.
5231
5232         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5233         SXEmacs.
5234
5235 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5238
5239 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5240
5241         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5242         and XEmacs that don't have `remove-overlays'.
5243
5244 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5245
5246         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5247         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5248         selective display.  Use overlays instead.
5249
5250 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5251
5252         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5253
5254 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5255
5256         * spam-stat.el (spam-stat-load): Fix typo in message.
5257
5258 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5259
5260         * dig.el (dig-invoke): Fix typo in docstring.
5261         (query-dig): Reflow docstring.
5262
5263 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5264
5265         * gnus-art.el (gnus-article-encrypt-body):
5266         * message.el (message-check-recipients):
5267         * mm-util.el (mm-codepage-setup):
5268         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5269         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5270
5271 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5272
5273         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5274         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5275         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5276         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5277         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5278
5279 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5280
5281         * dig.el: Add "Keywords: comm", as per net-utils.el.
5282
5283 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5284
5285         * dig.el (dig-mode): Use define-derived-mode.
5286
5287 2009-09-19  Glenn Morris  <rgm@gnu.org>
5288
5289         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5290
5291 2009-09-18  Glenn Morris  <rgm@gnu.org>
5292
5293         * gnus-diary.el (gnus-diary-check-message):
5294         * message.el (message-insert-formatted-citation-line):
5295         * nnbabyl.el (top-level):
5296         * nndiary.el (nndiary-schedule):
5297         Fix typos in condition-case handlers.
5298
5299 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5302         configuration that provides the sole article window in a frame;
5303         position point correctly after deleting a part.
5304
5305 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5306
5307         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5308         (spam-resolve-registrations-routine): Use it to unregister articles
5309         that change status.
5310
5311 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5314         with XEmacs.
5315         (parse-time-string-chars): Use it.
5316
5317 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5318
5319         * imap.el (imap-interactive-login): Better messages.
5320         (imap-open): Fix bug with renamed buffer on reconnect.
5321         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5322         for easier debugging and cleaner code.  On successful (guessed based on
5323         server capabilities) secondary authentication, set imap-state
5324         correctly.
5325         (imap-last-authenticator): Define imap-last-authenticator as a variable
5326         to avoid warnings.
5327
5328 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * nnrss.el (nnrss-request-article): Remove binding of
5331         default-enable-multibyte-characters that has gotten needless by
5332         the 2007-07-13 change in rfc2047-encode-message-header.
5333
5334         * mml.el (mml-insert-multipart): Error on the message header.
5335         (mml-insert-part): Error on the message header; position point at
5336         the end of a MIME tag.
5337
5338 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * time-date.el (autoload): Expand define-obsolete-function-alias into
5341         defalias and make-obsolete for old Emacsen that Gnus supports.
5342         (with-no-warnings): Define it for old Emacsen.
5343         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5344         is available.
5345         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5346         float-time is available; suppress compile warning for time-to-seconds.
5347
5348         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5349         (gnus-float-time): Alias to float-time if it exists.
5350
5351         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5352         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5353         float-time is available; suppress compile warning for time-to-seconds.
5354
5355         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5356         XEmacs.
5357
5358 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * imap.el (imap-message-map): Docstring fix.
5361
5362 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5365         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5366         Add the optional argument `encoding' that overrides the default.
5367
5368         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5369         mm-encode-buffer.
5370
5371 2009-09-04  Glenn Morris  <rgm@gnu.org>
5372
5373         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5374         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5375         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5376         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5377         * mm-util.el (mm-with-unibyte-current-buffer)
5378         (mm-find-buffer-file-coding-system):
5379         * yenc.el (yenc-decode-region): Use default-value rather than
5380         default-enable-multibyte-characters.
5381
5382 2009-09-03  Glenn Morris  <rgm@gnu.org>
5383
5384         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5385         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5386         than default-enable-multibyte-characters.
5387
5388 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5389
5390         * gnus-art.el (gnus-article-read-summary-keys):
5391         Fix gnus-buffer-configuration's value temporarily used.
5392
5393 2009-09-02  Glenn Morris  <rgm@gnu.org>
5394
5395         * gnus-util.el (gnus-float-time): New function.
5396         * gnus-delay.el (gnus-delay-article):
5397         * gnus-sum.el (gnus-thread-latest-date):
5398         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5399         * nnspool.el (nnspool-request-newgroups):
5400         Use gnus-float-time rather than time-to-seconds.
5401         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5402
5403         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5404         (gnus-header-subject-face, gnus-header-newsgroups-face)
5405         (gnus-header-name-face, gnus-header-content-face):
5406         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5407         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5408         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5409         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5410         (gnus-cite-face-11):
5411         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5412         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5413         (gnus-server-closed-face, gnus-server-denied-face)
5414         (gnus-server-offline-face):
5415         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5416         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5417         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5418         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5419         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5420         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5421         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5422         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5423         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5424         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5425         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5426         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5427         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5428         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5429         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5430         (gnus-summary-high-undownloaded-face)
5431         (gnus-summary-low-undownloaded-face)
5432         (gnus-summary-normal-undownloaded-face)
5433         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5434         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5435         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5436         (gnus-splash-face):
5437         * message.el (message-header-to-face, message-header-cc-face)
5438         (message-header-subject-face, message-header-newsgroups-face)
5439         (message-header-other-face, message-header-name-face)
5440         (message-header-xheader-face, message-separator-face)
5441         (message-cited-text-face, message-mml-face):
5442         * sieve-mode.el (sieve-control-commands-face)
5443         (sieve-action-commands-face, sieve-test-commands-face)
5444         (sieve-tagged-arguments-face):
5445         * spam.el (spam-face):
5446         Mark face aliases with "-face" in the name as obsolete.
5447
5448 2009-09-01  Glenn Morris  <rgm@gnu.org>
5449
5450         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5451         than goto-line.
5452
5453 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5456         Don't move point if the command is invoked inside the message header.
5457
5458 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5459
5460         * imap.el (imap-send-command): Simplify.
5461         (imap-wait-for-tag): point-max -> buffer-size.
5462
5463 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5464
5465         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5466         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5467         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5468         * nnir.el (nnir-swish-e-index-file):
5469         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5470         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5471         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5472         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5473         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5474         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5475
5476 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5479         Don't save excursion.
5480
5481 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5482
5483         * nnheader.el (nnheader-find-file-noselect):
5484         * mm-util.el (mm-insert-file-contents):
5485         Use (default-value 'major-mode) instead of default-major-mode.
5486
5487 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5488
5489         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5490
5491 2009-08-26  Glenn Morris  <rgm@gnu.org>
5492
5493         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5494         than placing in files.el.
5495
5496 2009-08-25  Glenn Morris  <rgm@gnu.org>
5497
5498         * nnir.el (top-level): Don't require cl at run-time.
5499         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5500         Replace cl-function substitute with gnus-replace-in-string.
5501         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5502         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5503         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5504         simplified expansions.
5505
5506 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5507
5508         * dig.el (dig): Add autoload cookie.
5509
5510 2009-08-22  Glenn Morris  <rgm@gnu.org>
5511
5512         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5513         goto-line.
5514
5515 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5516
5517         * parse-time.el (parse-time-string-chars): Save match data.
5518
5519 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5520
5521         * parse-time.el (parse-time-string-chars): Compute using character
5522         classes, to handle non-ascii characters (Bug#3190).
5523
5524 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5527
5528         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5529         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5530         (gnus-mm-display-part, gnus-mime-display-single)
5531         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5532         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5533
5534         * gnus-sum.el
5535         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5536         (gnus-summary-move-article): Add expirable mark to articles copied or
5537         moved to group that has auto-expire turned on if the option is non-nil.
5538
5539 2009-07-24  Glenn Morris  <rgm@gnu.org>
5540
5541         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5542         Fix typo.  (Bug#3903)
5543
5544 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5547         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5548         that should not be used for draft articles.
5549         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5550         that has no concern in minor mode keys.
5551         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5552         Abolish.
5553
5554 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5557         article without making inquiry to a user for unknown encoding.
5558
5559         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5560         (nnmaildir--scan): Assume i-node and device number that file-attributes
5561         returns might be cons-cell.
5562
5563         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5564
5565         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5566
5567 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * auth-source.el: Remove docs now in auth.texi.  Don't use
5570         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5571         `auth-source-hide-passwords' and use them.
5572
5573 2009-07-15  Glenn Morris  <rgm@gnu.org>
5574
5575         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5576
5577 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5580         excessive whitespace from the default values of title and description.
5581
5582 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5585         mail-fetch-field to fetch Content-Description header in order to
5586         exclude newlines.
5587
5588 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5589
5590         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5591         format used by GnuPG 2.0.11.
5592
5593 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5596         to deleted part.
5597
5598 2009-05-30  David Engster  <dengste@eml.cc>
5599
5600         * nnmairix.el: Remove old documentation in the commentary block.
5601         (nnmairix-request-group): Do not update active file for nnml back ends.
5602         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5603         end so that overview files are ignored.
5604         (nnmairix-update-groups): Make updating the groups more robust by using
5605         marks.
5606         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5607         with dollar characters in message-id.
5608
5609 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5612         2008-12-25 in dns.el.
5613
5614 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5615
5616         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5617         could happen if the text is only composed of spaces and/or tabs.
5618
5619 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5620
5621         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5622         when sending a queued message to avoid extra mml tags.
5623
5624 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5627
5628 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5631         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5632         rmail-toggle-header for XEmacs;
5633         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5634
5635 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-dired.el: Remove autoload for gnus-setup-message.
5638         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5639         displaying Gnus logo; always use compose-mail.
5640
5641 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5644
5645 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5648         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5649         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5650         available.
5651         (gnus-nocem-epg-verify): New function.
5652
5653 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5654
5655         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5656
5657 2009-02-15  Glenn Morris  <rgm@gnu.org>
5658
5659         * gnus-util.el (rmail-insert-rmail-file-header)
5660         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5661         autoloads.
5662         (rmail-default-rmail-file): Remove unnecessary declaration.
5663         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5664
5665 2009-02-14  Glenn Morris  <rgm@gnu.org>
5666
5667         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5668         variable (only used in gnus-util, which declares it anyway).
5669         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5670         which was only needed by gnus-art (changed to not use it any more).
5671         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5672         only used in gnus-util, which autoloads it itself.
5673         (rmail-update-summary): Fix autoload.
5674
5675         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5676         rather than rmail-output-to-rmail-file.
5677
5678 2009-02-07  Glenn Morris  <rgm@gnu.org>
5679
5680         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5681         autoload of function that no longer exists.
5682         (rmail-toggle-header): Declare.
5683         (message-forward-rmail-make-body): Handle mbox Rmail.
5684
5685 2009-01-31  Glenn Morris  <rgm@gnu.org>
5686
5687         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5688         2009-01-09 change.
5689
5690 2009-01-31  Dave Love  <fx@gnu.org>
5691
5692         * imap.el (imap-fetch-safe): Bind debug-on-error.
5693         (imap-debug): Add imap-fetch-safe.
5694
5695 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5696
5697         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5698         (auth-source-forget-all-cached): New convenience function.
5699         (auth-source-user-or-password): Accept list of modes or a single mode.
5700
5701         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5702         auth-source modes.
5703
5704         * netrc.el (netrc-machine-user-or-password): Use list of
5705         auth-source modes.
5706
5707         * nnimap.el (nnimap-open-connection): Use list of
5708         auth-source modes.
5709
5710         * nntp.el (nntp-send-authinfo): Use list of
5711         auth-source modes.
5712
5713 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5716         now.
5717
5718 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5721         coding system in XEmacs; add a workaround for XEmacs.
5722
5723         * lpath.el: Fbind coding-system-aliasee.
5724
5725 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5728         of current-language-environment.
5729
5730 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5733         available at runtime.
5734
5735 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5738
5739 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5740
5741         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5742         the greatest positive fixnum value doesn't work under an XEmacs with
5743         bignum support; use the most-positive-fixnum constant instead,
5744         available since Emacs 21.1 with cl and XEmacs 21.1.
5745
5746 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5749         XEmacs gets not to work.
5750
5751 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * mm-util.el (mm-coding-system-priorities): Allow the value like
5754         "Japanese (UTF-8)" of current-language-environment.
5755
5756 2009-01-09  Glenn Morris  <rgm@gnu.org>
5757
5758         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5759         with last-command-event.
5760
5761 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5764         in the doc string.
5765
5766         * message.el (message-fix-before-sending): Amend comment.
5767
5768 2009-01-08  Dave Love  <fx@gnu.org>
5769
5770         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5771
5772 2009-01-07  David Engster  <dengste@eml.cc>
5773
5774         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5775         simplified server definitions by converting it via
5776         gnus-server-to-method.
5777
5778 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5781         parameter's operands.
5782
5783 2009-01-06  David Engster  <dengste@eml.cc>
5784
5785         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5786         primary select method (for gnus-group-mark-article-as-read).
5787
5788 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5789
5790         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5791         `(gnus)Face', not `(gnus)X-Face'.
5792
5793 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * mm-util.el (mm-ucs-to-char): New function.
5796
5797         * mm-url.el (mm-url-decode-entities): Use it.
5798
5799         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5800         unicode-to-char.
5801
5802 2009-01-05  Dave Love  <fx@gnu.org>
5803
5804         * time-date.el: Require cl for `declare'.
5805
5806 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5809         Dave Love.
5810
5811 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * message.el (message-fix-before-sending): Add `eight-bit' to
5814         illegible-text check.
5815
5816 2009-01-03  Michael Olson  <mwolson@gnu.org>
5817
5818         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5819         `headers' is nil.  This can occur if the IMAP server does not have
5820         permissions to read messages from a folder, but can write new messages
5821         to the folder.
5822         (nnimap-request-article-part): Do not insert `data' if it is nil.
5823
5824         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5825         characters which will confuse `read', so skip past them.
5826
5827 2009-01-01  Dave Love  <fx@gnu.org>
5828
5829         * imap.el (imap-string-to-integer): Fix typo.
5830         (imap-fetch-safe): New function.
5831         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5832
5833         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5834
5835         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5836         (imap-parse-greeting): Fix doc strings.
5837         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5838         (imap-parse-flag-list): Make messages unique.
5839         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5840
5841         * nnimap.el: Fix author email.
5842         (nnimap-split-rule): Add FIXME comment.
5843         (nnimap-debug): Fix doc string.
5844
5845 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5848
5849 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5852         nslookup if resolv.conf isn't available.
5853         (dns-query): Rename from query-dns.
5854         (dns-query-cached): Rename from query-dns-cached.
5855
5856 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5859         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5860         to check if those variables exist (first appeared in Emacs 18.50).
5861
5862 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * mm-util.el (mm-line-number-at-pos): New function.
5865
5866         * spam-report.el (spam-report-process-queue): Use it.
5867
5868 2008-12-24  David Engster  <dengste@eml.cc>
5869
5870         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5871         parameters that haven't existed as variables as buffer-local variables.
5872
5873 2008-12-23  Dave Love  <fx@gnu.org>
5874
5875         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5876         cadar.
5877
5878         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5879         imap-starttls-p.
5880         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5881
5882 2008-12-22  Dave Love  <fx@gnu.org>
5883
5884         * imap.el: Fix author email.  Doc fixes.
5885         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5886         reply.
5887
5888 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * spam-report.el (spam-report-gmane-max-requests): New constant.
5891         (spam-report-gmane-wait): New variable.
5892         (spam-report-gmane-ham, spam-report-gmane-spam)
5893         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5894         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5895         the server.
5896
5897         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5898         Add explanations.
5899
5900         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5901         nnheader-accept-process-output and nnheader-read-timeout if available.
5902         (pop3-movemail): Use it.
5903
5904         * message.el (message-check-news-body-syntax): Fix signature check if
5905         there's an attachment.
5906
5907 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * mm-util.el: Add comments to the mm- emulating functions.
5910
5911 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5914         Reported by Stephen Berman <stephen.berman@gmx.net>.
5915
5916 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * mm-util.el (mm-substring-no-properties): New function.
5919         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5920         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5921         (mm-string-to-multibyte): Doc fix.
5922
5923         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5924
5925 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * mml.el (mml-attach-file): Strip text properties from file name.
5928         (Bug#1574)
5929
5930 2008-12-16  Glenn Morris  <rgm@gnu.org>
5931
5932         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5933
5934 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5937         knows since the charset specified might be a bogus alias that
5938         mm-charset-synonym-alist provides.
5939
5940 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5943         "ISO_8859-1".
5944
5945         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5946
5947 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * mm-util.el (mm-charset-eval-alist):
5950         Define it before mm-charset-to-coding-system.
5951         (mm-charset-to-coding-system): Add optional argument `silent';
5952         define it before mm-charset-override-alist.
5953         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5954         default value if it can be used in Emacs currently running;
5955         silence mm-charset-to-coding-system.
5956
5957 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5960         `allow-override' which says whether to use `mm-charset-override-alist'.
5961         (rfc2047-decode-encoded-words): Use it.
5962
5963         * mm-util.el (mm-charset-override-alist): Fix custom type;
5964         add `(gb2312 . gbk)' to choices.
5965
5966 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5969         fast.
5970
5971         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5972
5973         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5974
5975 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5976
5977         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5978         on links.
5979
5980         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5981
5982 2008-12-03  Lute Kamstra  <lute@gnu.org>
5983
5984         * sha1.el: Remove leading * from docstrings of defcustoms,
5985         deffaces, defconsts and defuns.
5986
5987 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5990         users' addresses that don't have domain parts.
5991         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5992         rather than message-narrow-to-head since there will be the message
5993         header separator.
5994
5995 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5996
5997         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5998         since the result is inserted in a unibyte buffer anyway.
5999         (nnimap-demule-use-string-to-multibyte): Remove.
6000         (nnimap-demule): Alias it to mm-string-to-multibyte.
6001
6002 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6005         variable for debugging bug#464 and bug#1174.
6006         (nnimap-demule): Use it.
6007
6008 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6011         score calculation correctly.
6012
6013 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6014
6015         * message.el (message-send-mail): Just set the buffer to unibyte
6016         rather than use mm-with-unibyte-current-buffer which does a lot more.
6017         (message-send-mail-partially): Don't bother with
6018         mm-with-unibyte-current-buffer since it's already been made unibyte by
6019         message-send-mail.
6020
6021 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6024
6025 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6026
6027         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6028
6029 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6032         require itself and to remove `with-no-warnings'.
6033
6034 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         * starttls.el (starttls-any-program-available): Get the name of the
6037         available TLS layer program.
6038         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6039         well as the host name in the "opening" message.
6040
6041         * auth-source.el (auth-source-cache, auth-source-do-cache)
6042         (auth-source-user-or-password): Cache passwords and logins by default,
6043         allow override with `auth-source-do-cache'.
6044         (auth-source-forget-user-or-password): Allow users to remove cache
6045         entries if needed.
6046
6047 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6048
6049         * md4.el (md4-buffer): Fix typo in docstring.
6050         (md4, md4-64): Doc fixes.
6051         (md4-pack-int32): Reflow docstring.
6052
6053 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6054
6055         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6056         condition-case to only the forward-sexp call.
6057
6058 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6061         quotes contained.  Make it more robust regardless by an extra
6062         condition-case wrapper.
6063
6064 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6067
6068 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * nnml.el (nnml-request-expire-articles): Check if the function set to
6071         `nnmail-expiry-target' returns the symbol `delete'.
6072
6073         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6074
6075         * nnmail.el (nnmail-expiry-target): Fix custom type.
6076
6077 2008-10-02  Glenn Morris  <rgm@gnu.org>
6078
6079         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6080         Silence compiler warning.
6081
6082 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6083
6084         * tls.el (open-tls-stream): Show the actual command being
6085         executed, instead of the format string.
6086
6087 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * lpath.el: Fbind codepage-setup for Emacs 23.
6090
6091 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6092
6093         * mml.el (mml-menu): Don't assume mml2015 is bound.
6094
6095 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6098         exists.
6099
6100 2008-09-27  Glenn Morris  <rgm@gnu.org>
6101
6102         * gnus-util.el (mail-header-remove-comments): Autoload it.
6103
6104 2008-09-27  Andreas Schwab  <schwab@suse.de>
6105
6106         * gnus-util.el (gnus-split-references): Strip comments.
6107         (gnus-parent-id): Likewise.
6108
6109 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * message.el (message-confirm-send): Fix version.
6112
6113 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * message.el (message-idna-to-ascii-rhs-1): Use
6116         mail-extract-address-components rather than mail-header-parse-addresses
6117         that is an alias by default to ietf-drums-parse-addresses that does not
6118         support non-ASCII names in headers' contents.
6119
6120 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * message.el (message-confirm-send): Fix variable documentation to
6123         avoid the "y/n" wording.
6124
6125 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6126
6127         * message.el (message-set-auto-save-file-name): Save to a different
6128         filename so multiple messages (especially drafts) can be recovered.
6129
6130 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * message.el (message-confirm-send): Add appropriate version.
6133
6134 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6135
6136         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6137         defvar.
6138
6139 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6140
6141         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6142         (mm-pkcs7-enveloped-magic): Ditto.
6143
6144 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6145
6146         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6147         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6148
6149 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6152         default, it's better.
6153
6154 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6157         summary line gnus-number property and ignore them (with a warning
6158         message).
6159
6160 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6163         macro caddr in the interactive form since it won't be expanded.
6164
6165 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6168         `charset'; fix name of function called recursively.
6169         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6170
6171 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6174         (gnus-mime-set-charset-parameters): New function.
6175         (gnus-mime-view-part-as-charset): Use it to correctly display part
6176         specifying wrong charset.
6177
6178 2008-09-08  David Engster  <dengste@eml.cc>
6179
6180         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6181         in completing-read for back end server.
6182
6183 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * message.el (message-confirm-send): New variable to confirm sending a
6186         message.
6187         (message-send): Use it.
6188
6189 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6192
6193 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6196
6197 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6200         prevent tracking too many groups.
6201         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6202         Use it.
6203
6204 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6205
6206         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6207         moving point to the bottom of the window in order to avoid recentering.
6208
6209 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6212
6213         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6214         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6215         (gnus-article-beginning-of-window): Fix calculation.
6216
6217 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-msg.el (gnus-summary-supersede-article)
6220         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6221         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6222         message header.
6223
6224 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6225
6226         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6227         pending output coming after the status change.
6228
6229 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6230
6231         * message.el:
6232         * gnus-start.el:
6233         * gnus-registry.el: Remove VMS support.
6234
6235 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6238         macro.
6239         (rfc2104-hash): Use it.
6240
6241 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6244         (gnus-summary-sort-by-most-recent-date): New commands.
6245         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6246         and menu entries.
6247
6248 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6251         don't redisplay article for raw contents; remove plural articles stuff.
6252
6253         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6254         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6255         on gnus-summary-save-article; display results properly.
6256
6257 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * lpath.el: No need to fbind ns-focus-frame.
6260
6261 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6264
6265 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-art.el (gnus-summary-save-in-pipe):
6268         Consider gnus-save-all-headers.
6269
6270 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6271
6272         * gnus-util.el (ns-focus-frame): Remove declaration.
6273         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6274         like x.
6275
6276 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6277
6278         * rfc2104.el (rfc2104-zero): Delete defconst.
6279         (rfc2104-hex-alist): Likewise.
6280         (rfc2104-hex-to-int): Delete func.
6281         (rfc2104-hexstring-to-bitstring): Likewise.
6282         (rfc2104-nybbles): New defconst.
6283         (rfc2104-hash): Rewrite for speed.
6284
6285 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * tls.el (open-tls-stream): Make it work with the 2nd argument
6288         BUFFER that is a string but does not exist as a buffer object, as
6289         mentioned in the doc-string.
6290
6291 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6294         SXEmacs.
6295
6296 2008-07-16  Glenn Morris  <rgm@gnu.org>
6297
6298         * gnus-util.el (ns-focus-frame): Declare for compiler.
6299
6300 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6303         set as a group parameter.
6304         (gnus-summary-save-in-pipe): Work when it is called independently.
6305         (gnus-summary-pipe-to-muttprint): Don't modify
6306         gnus-summary-pipe-output-default-command.
6307
6308 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * message.el (message-send-mail-with-sendmail):
6311         Display the error message.
6312
6313 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-art.el (gnus-default-article-saver):
6316         Add gnus-summary-save-in-pipe to choices.
6317         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6318         gnus-summary-pipe-output-default-command as the default command.
6319         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6320         instead of gnus-last-shell-command.
6321
6322         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6323         New user option.
6324         (gnus-summary-muttprint-program): Mention the value will be changed.
6325         (gnus-summary-save-article): Force showing of all headers.
6326         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6327
6328 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6329
6330         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6331
6332 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6333
6334         * nnimap.el (nnimap-id):
6335         * sieve-manage.el (sieve-manage-open): Doc fixes.
6336
6337 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6338
6339         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6340         if available.
6341
6342 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6343
6344         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6345
6346         * nnkiboze.el (nnkiboze-generate-group):
6347         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6348
6349         * nnmairix.el: Require CL.
6350
6351 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * dgnushack.el: Autoload get-display-table and put-display-table for
6354         XEmacs 21.5.
6355
6356         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6357         21.4 and SXEmacs.
6358
6359 2008-06-15  David Engster  <dengste@eml.cc>
6360
6361         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6362
6363 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6364
6365         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6366         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6367         runtime choice under XEmacs.
6368
6369         * gnus-sum.el (gnus-summary-set-display-table):
6370         Use `gnus-put-display-table', `gnus-get-display-table',
6371         `gnus-set-display-table' for the display table, instead of `aset'.
6372
6373         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6374         Use `gnus-put-display-table', `gnus-get-display-table',
6375         `gnus-set-display-table' for the display table.
6376
6377 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * nnmairix.el: Add autoloads.
6380
6381 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * nnmairix.el (nnmairix-delete-recreate-group)
6384         (nnmairix-update-and-clear-marks): Fix error messages.
6385
6386 2008-06-14  David Engster  <dengste@eml.cc>
6387
6388         * nnmairix.el: Upgrade to version 0.6.
6389         (nnmairix-group-toggle-propmarks-this-group)
6390         (nnmairix-group-toggle-readmarks-this-group)
6391         (nnmairix-group-delete-recreate-this-group)
6392         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6393         (nnmairix-remove-tick-mark-original-article): New commands.
6394         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6395         (nnmairix-propagate-marks-to-nnmairix-groups)
6396         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6397         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6398         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6399         functions needed for marks propagation and manipulation of read marks.
6400         (nnmairix-update-groups): New function.
6401         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6402         (nnmairix-determine-original-group-from-registry)
6403         (nnmairix-determine-original-group-from-path)
6404         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6405         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6406         New helper functions.
6407         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6408         keystrokes for new commands.
6409         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6410         (nnmairix-request-group): Check allow-fast group parameter.
6411         (nnmairix-request-create-group): Set allow-fast group parameter if
6412         nnmairix-allowfast-default is set.
6413         (nnmairix-close-group): Propagate marks upon closing if needed.
6414         (nnmairix-group-toggle-threads-this-group): Use new.
6415         nnmairix-group-toggle-parameter helper function.
6416         (nnmairix-search): Better check for empty search result.
6417         (nnmairix-goto-original-article): Use new helper functions for
6418         determining original article.
6419         (nnmairix-show-original-article): Make sure message-id is in brackets.
6420         (nnmairix-call-mairix-binary): Change variable name.
6421         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6422         helper function.
6423         (nnmairix-widget-toggle-activate): Fix doc string.
6424
6425 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * nnir.el: Require edmacro when compiling with XEmacs.
6428         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6429         available in Emacs 21.
6430
6431 2008-06-11  Glenn Morris  <rgm@gnu.org>
6432
6433         * gnus-util.el (x-focus-frame):
6434         * gnus.el (image-size):
6435         * mm-decode.el (image-size): Declare.
6436
6437         * gnus-picon.el (declare-function): Add compat definition.
6438         (image-size): Declare.
6439
6440         * gnus-group.el (tool-bar-map):
6441         * gnus-sum.el (tool-bar-map): Define for compiler.
6442
6443         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6444
6445         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6446
6447         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6448         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6449         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6450         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6451         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6452         * sieve-manage.el, spam-report.el, spam.el:
6453         Remove unnecessary eval-and-compile of autoloads.
6454
6455 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6456
6457         * auth-source.el: Precise Tramp doc.
6458
6459 2008-06-07  Glenn Morris  <rgm@gnu.org>
6460
6461         * nnmairix.el: Remove unnecessary eval-when-compile.
6462
6463 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * lpath.el: Fbind propertize for XEmacs 21.4.
6466
6467 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * nnir.el: Move here from ../contrib.
6470
6471 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6472
6473         * gnus-util.el (gnus-read-shell-command): New function.
6474         * mm-decode.el (mm-pipe-part):
6475         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6476
6477 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6480
6481 2008-06-03  Glenn Morris  <rgm@gnu.org>
6482
6483         * pop3.el (nnheader-accept-process-output): Autoload it.
6484
6485 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6488         are not 2-digit hexadecimal characters that follow `%'s.
6489
6490 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * message.el (message-bogus-recipient-p): Fix type in doc string.
6493         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6494         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6495         Improve custom options.
6496         (message-bogus-recipient-p): Adjust accordingly.
6497
6498 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6499
6500         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6501         long-form month and day names.
6502
6503 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * dgnushack.el: Autoload debug, eudc-expand-inline and
6506         pgg-snarf-keys-region for XEmacs.
6507
6508         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6509
6510         * nnmairix.el: Require edmacro when compiling with XEmacs.
6511
6512 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6515         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6516
6517 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * auth-source.el: Add more docs.
6520
6521         * netrc.el (netrc-machine): Always match if the port is not given.
6522
6523 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6526         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6527         retrieval faster in some cases, but might make CPU usage larger.
6528         If this has any bad side effects, we might revert this change.
6529
6530         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6531         seems to make mail retrieval much, much faster.
6532         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6533         unconditionally.
6534
6535         * gnus-draft.el (gnus-group-send-queue):
6536         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6537
6538 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6541
6542         * message.el (message-bogus-address-regexp): Fix and improve custom
6543         type.
6544         (message-setup-hook): Add message-check-recipients as custom option.
6545
6546 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * message.el (message-cite-function): Remove bogus autoload which crept
6549         in during merge from v5-10.
6550
6551 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6552
6553         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6554
6555         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6556
6557         * auth-source.el: Preliminary Tramp docs.
6558         (auth-sources): Change the default auth-sources to use
6559         EPA .gpg files.
6560
6561 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * nntp.el: Autoload `auth-source-user-or-password'.
6564         (nntp-send-authinfo): Use it.
6565
6566         * nnimap.el: Autoload `auth-source-user-or-password'.
6567         (nnimap-open-connection): Use it.
6568
6569         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6570         for the gnus-message function.
6571         (auth-source-user-or-password): Use it.
6572
6573 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6574
6575         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6576         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6577         (rfc2104-hash): Use it.
6578
6579 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6580
6581         * gnus-art.el (gnus-article-toggle-truncate-lines):
6582         Don't use `iff' in docstring.
6583
6584 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6587
6588         * gnus-util.el (gnus-extract-address-component-name)
6589         (gnus-extract-address-component-email): Convenience functions around
6590         `gnus-extract-address-components'.
6591
6592         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6593         Use `gnus-extract-address-component-email' to fix bug of comparing full
6594         sender name to `user-mail-address'.
6595
6596 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6599         catch/throw to optimize.
6600         (gnus-registry-find-keywords): Just use member to find a keyword.
6601
6602 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6605         is current before calling gnus-server-prepare.
6606         (gnus-server-setup-buffer, gnus-server-update-server)
6607         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6608
6609 2008-05-04  Juri Linkov  <juri@jurta.org>
6610
6611         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6612         (mailcap-file-default-commands): Use mailcap-replace-in-string
6613         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6614         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6615
6616 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6617
6618         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6619
6620 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6621
6622         * gnus.el: Bump version to 0.11.
6623
6624 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6625
6626         * gnus.el: No Gnus v0.10 is released.
6627
6628 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6631         hooks.
6632         (gnus-update-read-articles): Speed up non-marks-using users.
6633         (gnus-use-marks): Define gnus-use-marks.
6634         (gnus-propagate-marks): Rename variable to something more sensible.
6635
6636 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6637
6638         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6639         (gmm-image-load-path-for-library): Fix typos in docstrings.
6640         (gmm-message): Reflow docstring.
6641
6642 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6643
6644         * mail-source.el (mail-source-set-1, mail-source-bind):
6645         Move auth-source code out of the macro to clean it up and fix bugs.
6646
6647 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6650         by sender if it's equal to user-mail-address, it's likely to be
6651         useless.
6652
6653         * mail-source.el (mail-source-bind): Don't use user or password if they
6654         are not bound.  Unintern them if they are nil.  Don't use server unless
6655         it's bound, and default it to empty string otherwise.
6656
6657 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * mail-source.el: Load auth-source.el.
6660         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6661         get user name or password, if auth-sources is set up.
6662
6663         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6664         strategy of splitting with parent.
6665         (gnus-registry-split-fancy-with-parent)
6666         (gnus-registry-post-process-groups): Use it and fix prior
6667         bug (returning a list as the split result).
6668
6669         * auth-source.el (auth-sources): Remove server parameter.
6670         (auth-source-pick, auth-source-user-or-password)
6671         (auth-source-user-or-password-imap)
6672         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6673         (auth-source-user-or-password-sftp)
6674         (auth-source-user-or-password-smtp): Remove server parameter.
6675
6676 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6677
6678         * smime.el (smime-sign-region, smime-encrypt-region)
6679         (smime-decrypt-region):
6680         Remove redundant calls to `generate-new-buffer-name'.
6681
6682 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6683
6684         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6685         Don't use QP for message/rfc822.
6686         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6687
6688 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6689
6690         * sieve-manage.el (sieve-string-bytes): Remove.
6691         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6692         correct byte-length only if the process's coding-system is the same as
6693         the one used internally by Emacs to represent strings.
6694
6695 2008-04-22  Juri Linkov  <juri@jurta.org>
6696
6697         * mailcap.el (mailcap-file-default-commands): New function.
6698
6699 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-signature-separator, message-cite-function):
6702         Change custom version.
6703
6704 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6705
6706         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6707         commands.
6708         (tls-checktrust): Ditto.
6709
6710 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * mm-decode.el (mm-display-external): Make temp file read-only.
6713
6714 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6717         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6718         `C-c C-f d'.
6719
6720 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6721
6722         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6723
6724 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * gnus.el: Bump version to 0.9.
6727
6728 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6729
6730         * gnus.el: No Gnus v0.8 is released.
6731
6732 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6733
6734         * mail-source.el (mail-source-value):
6735         Prefer fboundp to functionp so it works with macros as well.
6736
6737 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6738
6739         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6740         Fix last change in case the element is not even a symbol.
6741
6742 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6743
6744         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6745         Prefer fboundp to functionp so it works with macros as well.
6746
6747 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * auth-source.el: Add docs.
6750         (auth-sources): Modify format to support server.
6751         (auth-source-pick, auth-source-user-or-password)
6752         (auth-source-user-or-password-imap)
6753         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6754         (auth-source-user-or-password-sftp)
6755         (auth-source-user-or-password-smtp): Add server parameter.
6756
6757 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * gnus-registry.el: Initialize the registry when gnus-registry-install
6760         is t.
6761
6762 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * compface.el (uncompface): Make buffer unibyte.
6765
6766 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6767
6768         * mail-source.el (mail-source-value):
6769         Prefer fboundp to functionp so it works with macros as well.
6770
6771 2008-04-05  Glenn Morris  <rgm@gnu.org>
6772
6773         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6774
6775 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6776
6777         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6778         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6779
6780         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6781         multibyteness after rather than before erasing it.
6782
6783         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6784         mm-with-multibyte.
6785         (gnus-request-article-this-buffer): Make sure the proper decoding is
6786         used if gnus-original-article-buffer happens to be unibyte.
6787
6788         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6789         default-enable-multibyte-characters.
6790
6791         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6792         default-enable-multibyte-characters.
6793
6794         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6795
6796         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6797
6798 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6799
6800         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6801         Fix last change in case the element is not even a symbol.
6802
6803 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6804
6805         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6806         (imap-message-copyuid-1): Use it.
6807         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6808         J. Williams in
6809         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6810
6811         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6812         imap-enable-exchange-bug-workaround.
6813         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6814
6815 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6816
6817         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6818         a 100 byte status-checks into a 2-3MB transfer for each group.
6819         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6820         to enable bug workaround or not.
6821         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6822
6823 2008-03-31  Glenn Morris  <rgm@gnu.org>
6824
6825         * message.el (mml2015-use): Declare for compiler.
6826         (message-info): Require mml2015 when appropriate.
6827
6828 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6831         whitespace.
6832
6833 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6834
6835         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6836         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6837         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6838         (nntp-service-to-port): New function.
6839         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6840         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6841         (nntp-open-netcat-stream): New function.
6842         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6843
6844 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6845
6846         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6847
6848 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6851
6852 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6853
6854         * dns.el (dns-write): Use set-buffer-multibyte.
6855
6856 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6857
6858         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6859
6860 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * message.el (message-signature-separator): Change default.
6863         Improve custom type.
6864         (message-cite-function): Change default to
6865         message-cite-original-without-signature.
6866
6867         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6868         toggle.
6869
6870         * message.el (message-check-news-body-syntax): Fix signature check.
6871         (message-setup-1): Mark buffer as unmodified _after_ running
6872         message-setup-hook and handling message-alternative-emails.
6873         (message-shorten-references): Be more strict when building list of
6874         valid references to comply with GNKSA.
6875
6876         * gnus-group.el (gnus-read-ephemeral-bug-group)
6877         (gnus-read-ephemeral-debian-bug-group)
6878         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6879
6880         * message.el (message-info): Don't use booleanp which isn't supported
6881         in Emacs 21 and XEmacs.
6882
6883 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6886         gnus-group-gmane-group-download-format.
6887         (gnus-group-read-ephemeral-gmane-group): Rename from
6888         gnus-group-read-ephemeral-gmane-group.
6889         (gnus-read-ephemeral-gmane-group-url): Rename from
6890         gnus-group-read-ephemeral-gmane-group-url.
6891         (gnus-bug-group-download-format-alist): New variable.
6892         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6893         (gnus-read-ephemeral-emacs-bug-group): New commands.
6894
6895 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6898         (gnus-visible-headers): Improve custom type.
6899
6900 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * mml.el (mml-menu): Add workarounds for XEmacs.
6903
6904         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6905         X-Boundary header.
6906
6907         * message.el (message-simplify-recipients): Fix previous commit.
6908
6909 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * mm-util.el (mm-set-buffer-multibyte): New function.
6912         * mm-decode.el (mm-copy-to-buffer): Use it.
6913
6914         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6915         Prefer fboundp to functionp so it works with macros as well.
6916
6917 2008-03-19  Glenn Morris  <rgm@gnu.org>
6918
6919         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6920         Accidentally removed in the sync process with Emacs.
6921
6922 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * message.el (message-alter-recipients-discard-bogus-full-name):
6925         New function.
6926         (message-alter-recipients-function): New variable.
6927         (message-get-reply-headers): Use it.
6928         (message-replace-header): New helper function.
6929         (message-recipients-without-full-name): New variable.
6930         (message-simplify-recipients): New command.
6931
6932         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6933
6934         * message.el (message-info): Handle EasyPG manual.
6935
6936         * mml.el (mml-menu): Add entry for EasyPG.
6937
6938 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6939
6940         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6941         parameter.
6942
6943         * message.el (message-disassociate-draft): Specify drafts group name
6944         fully.
6945
6946 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6949         Eliminate unnecessary duplicates from the match list.
6950
6951 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6954
6955         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6956
6957         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6958         args of `how-many' of which the XEmacs version doesn't take; declare
6959         Info-index-next as function.
6960
6961 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-score.el (gnus-score-headers): Fix handling of
6964         gnus-inhibit-slow-scoring.
6965
6966         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6967         string.
6968         (gnus-button-url-regexp): Improve handling of parenthesis.
6969         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6970         (gnus-button-handle-info-keystrokes): Handle index entries.
6971
6972 2008-03-15  Glenn Morris  <rgm@gnu.org>
6973
6974         * parse-time.el (parse-time-string): Simplify.
6975
6976 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6979         Incoming* files.
6980
6981 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * auth-source.el (auth-sources): Rename from auth-source-choices.
6984         (auth-source-pick): Use it.
6985
6986 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6987
6988         * binhex.el (binhex-decode-region-internal):
6989         * uudecode.el (uudecode-decode-region-internal):
6990         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6991         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6992         setting default-enable-multibyte-characters.
6993
6994 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * auth-source.el (auth-source-protocols)
6997         (auth-source-protocols-customize, auth-source-choices): Add and
6998         modified variable customizations and defaults.
6999         (auth-source-pick, auth-source-user-or-password)
7000         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7001         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7002         (auth-source-user-or-password-sftp)
7003         (auth-source-user-or-password-smtp): Use new variables and provide an
7004         interface to netrc.el.
7005
7006 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7009         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7010         Make sure the nntp port to specify is a string.
7011
7012 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * nntp.el: Use with-current-buffer.
7015         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7016         dubious mm-with-unibyte-current-buffer.
7017         (nntp-with-open-group-function): New function extracted from
7018         nntp-with-open-group macro.
7019         (nntp-with-open-group): Use the function, so it's easier to debug.
7020         Add indentation and debugging info.
7021         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7022         Recommend the use of the netcat alternatives.
7023
7024         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7025         Avoid mm-string-as-multibyte as well.
7026
7027         * nnweb.el (nnweb-insert-html):
7028         Remove use of nnheader-string-as-multibyte.
7029
7030         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7031         (nnheader-string-as-multibyte): Remove.
7032
7033         * mm-view.el: Use inhibit-read-only.
7034         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7035         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7036         or unibyte-string.
7037
7038         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7039         (mm-uu-yenc-extract): Use with-current-buffer.
7040
7041         * gnus-soup.el (gnus-soup-send-packet): Don't use
7042         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7043
7044         * nnmh.el: Use with-current-buffer.
7045         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7046         mm-string-as-multibyte on the output of mm-encode-coding-string.
7047
7048         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7049         (nnimap-request-move-article): Use with-current-buffer.
7050
7051         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7052         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7053         conversion uses string-make-unibyte rather than string-as-unibyte.
7054
7055         * gnus-msg.el: Use with-current-buffer.
7056
7057         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7058
7059 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7060
7061         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7062         string for caching if it is 'PIN.
7063
7064 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * lpath.el: Consider the case without Emacs/W3.
7067
7068 2008-03-08  Glenn Morris  <rgm@gnu.org>
7069
7070         * time-date.el (date-to-time, time-subtract, time-add)
7071         (safe-date-to-time): Doc fixes.
7072
7073 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7074
7075         * mail-source.el (mail-source-delete-old-incoming-confirm):
7076         Change default to nil.
7077         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7078
7079 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * lpath.el: Rearrange.
7082
7083         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7084         (gnus-article-goto-prev-page): Work for articles having ^L's.
7085
7086         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7087
7088         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7089
7090 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7091
7092         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7093         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7094         (gnus-bookmark-jump): Adjust some variable names.
7095
7096 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * auth-source.el: New package.
7099         (auth-source-choices): Add customization entry point variable.
7100
7101         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7102         bug.
7103
7104 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7105
7106         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7107         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7108         (gnus-registry-install-shortcuts): Rename from
7109         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7110         the `gnus-registry-mark-map' keymap dynamically from
7111         `gnus-registry-marks'.  The generated functions update the summary line
7112         when a registry mark is added or deleted, and will call
7113         `gnus-registry-install-p' (see the comments in the code).
7114         (gnus-registry-user-format-function-M): Use concat intelligently.
7115
7116         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7117         the registry mark functions.
7118
7119 2008-03-05  Glenn Morris  <rgm@gnu.org>
7120
7121         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7122         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7123         gnus-art.
7124         (top-level): No need to load own source when compiling.
7125
7126 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7129         Suggested by <chris.anderton@zetnet.co.uk>.
7130
7131 2008-03-04  Glenn Morris  <rgm@gnu.org>
7132
7133         * gnus-sum.el (top-level): No need to require gnus when compiling,
7134         since unconditionally required near start of file.
7135         (gnus-summary-display-while-building): Move definition before use.
7136
7137 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7138
7139         * gnus-registry.el (gnus-registry-user-format-function-M):
7140         Add formatting function.
7141
7142 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7145         with plists.
7146         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7147         Use new format.
7148
7149 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7152         `where-is-internal' that returns a range of key sequences.
7153
7154 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7157
7158         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7159         (gnus-summary-jump-to-group): Consider windows on other displayed
7160         frames as well.  Similar changes might be needed elsewhere, but that's
7161         the one I've bumped into during my use.
7162
7163         * nndoc.el (nndoc-oe-dbx-type-p):
7164         * gnus-msg.el (gnus-debug):
7165         * gnus-group.el (gnus-update-group-mark-positions):
7166         Use mm-string-to-multibyte.
7167
7168 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7171         doesn't handle NotDashEscaped.
7172
7173         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7174         (mml-dnd-attach-options): Fix typo in custom choice.
7175
7176         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7177         Change nndoc-article-type to mbox.
7178         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7179
7180         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7181         to nil, instead of html2text.
7182
7183         * imap.el (imap-debug): Add `imap-ping-server'.
7184
7185         * gnus-bookmark.el: Add FIXMEs.
7186
7187         * message.el (message-form-letter-separator)
7188         (message-send-form-letter-delay): New variables.
7189         (message-send-form-letter): Use them.  New command to send form
7190         letters.  Requested by Uwe Siart.
7191         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7192
7193 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * Update copyright years.
7196
7197 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         Sync from EMACS_22_BASE.
7200
7201         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7202
7203 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7204
7205         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7206         empty author.
7207
7208 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7209
7210         * gnus-registry.el (gnus-registry-marks): Add variable for
7211         customization of marks and their appearance.
7212         (gnus-registry-read-mark): Use it.
7213         (gnus-registry-do-marks): Add utility function to loop through
7214         `gnus-registry-marks'.
7215         (gnus-registry-install-shortcuts-and-menus): Add function to install
7216         shortcuts and menus.
7217         (gnus-registry-initialize): Use it.
7218         (gnus-registry-default-mark): Clarify documentation.
7219
7220 2008-02-29  Glenn Morris  <rgm@gnu.org>
7221
7222         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7223         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7224         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7225         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7226         Change defcustom :version from 23.0 to 23.1.
7227
7228 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * gnus-registry.el (gnus-registry-follow-group-p)
7231         (gnus-registry-post-process-groups): Add functions to aid registry
7232         splitting and improve logging.  Clarify behavior in function
7233         documentation.
7234         (gnus-registry-split-fancy-with-parent): Use them.
7235
7236 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7237
7238         * gnus-art.el: Use with-current-buffer.
7239
7240 2008-02-27  David Engster  <dengste@eml.cc>
7241
7242         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7243         Express real group name in the response.
7244
7245 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7248         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7249         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7250         autoload gnus-registry-fetch-group when compiling.
7251         (nnmairix-request-group-with-article-number-correction):
7252         Remove unreferenced argument passed to nnmairix-call-backend.
7253
7254 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7257         (mm-uu-extract): Improve face for low color ttys.
7258         Reported by Sascha Wilde.
7259
7260 2008-02-27  Glenn Morris  <rgm@gnu.org>
7261
7262         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7263         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7264         variables to defconsts.  Convert comments to doc-strings.
7265         (nnmairix-last-server, nnmairix-current-server): Convert from free
7266         variables to defvars.  Convert comments to doc-strings.
7267         (gnus-registry-fetch-group): Autoload.
7268         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7269         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7270         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7271         caddr.
7272         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7273         nnmairix-request-group-with-article-number-correction call.
7274         (nnmairix-fast, nnmairix-group): New, less general names, for free
7275         variables passed from nnmairix-request-group to
7276         nnmairix-request-group-with-article-number-correction.  Declare.
7277         (nnmairix-request-group-with-article-number-correction):
7278         Use nnmairix-fast, nnmairix-group rather than fast, group.
7279
7280 2008-02-26  David Engster  <dengste@eml.cc>
7281
7282         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7283         version 0.5.
7284
7285 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7286
7287         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7288         instead of making an extra function call.  Don't add the current group
7289         to articles only when they have the group.  Use
7290         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7291         Reported by David <de_bb@arcor.de>.
7292
7293 2008-02-24  Miles Bader  <miles@gnu.org>
7294
7295         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7296         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7297         (mm-find-mime-charset-region):
7298         * mm-bodies.el (mm-encode-body):
7299         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7300
7301 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7304         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7305
7306 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * mail-source.el (mail-source-delete-incoming): Change default.
7309         Supplement doc string.
7310
7311         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7312
7313 2008-02-14  Glenn Morris  <rgm@gnu.org>
7314
7315         * time-date.el (format-seconds): New function.
7316
7317 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * nnmail.el (nnmail-message-id-cache-file): Derive from
7320         `gnus-home-directory'.
7321
7322 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7325         Document negative prefix.
7326
7327         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7328
7329 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * message.el (message-unsent-separator): Add the Exim bounce
7332         separator.
7333
7334 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7335
7336         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7337         list.
7338         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7339         recipient/signer list.
7340
7341 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * Makefile.in (datarootdir): Define.
7344         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7345         name that might contain whitespace.
7346
7347 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7350         fbound (Emacs 23 unicode), signal an error.
7351
7352 2008-02-08  Glenn Morris  <rgm@gnu.org>
7353
7354         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7355
7356 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7357
7358         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7359         ports to the calls to `netrc-machine-user-or-password' in addition to
7360         "imap" and "imaps".
7361
7362 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7363
7364         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7365
7366         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7367
7368 2008-02-01  Kenichi Handa  <handa@m17n.org>
7369
7370         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7371         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7372         (rfc2104-hash): Convert the result of concat to unibyte string.
7373
7374 2008-02-01  Dave Love  <fx@gnu.org>
7375
7376         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7377         coding-system-for-read.
7378         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7379
7380 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7383         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7384         <hanche@math.ntnu.no>.
7385
7386 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7389
7390         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7391
7392 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7393
7394         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7395         * message.el (message-beginning-of-line): Use featurep instead of bound
7396         tests in order to resolve conditionals at compile time.
7397
7398 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7399
7400         * mail-source.el (mail-sources): Add `group' choice.
7401
7402         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7403         parameter `in-group' to control into which group the articles go.
7404         Add treatment of `group' mail-source.
7405
7406 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7409
7410         * mm-decode.el (mm-dissect-buffer): Decode description.
7411
7412         * mml.el (mml-to-mime): Encode message header first.
7413
7414 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7417         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7418
7419         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7420         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7421
7422 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7425
7426 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7429         prefix keys.
7430         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7431         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7432         gnus-xmas.el.
7433
7434         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7435         (gnus-xmas-article-describe-bindings): New function.
7436         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7437         gnus-xmas-article-describe-bindings.
7438
7439         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7440
7441 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7444         Add new variables for article mark management.
7445         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7446         list of extra data entries which, when present, will indicate that the
7447         article ID should not be trimmed from the registry.
7448         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7449         functions.
7450         (gnus-registry-read-mark): New function to read a mark name from the
7451         user.
7452         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7453         (gnus-registry-set-article-mark-internal): New functions to add and
7454         remove marks.
7455         (gnus-registry-get-article-marks): New function to show the marks for
7456         an article, or retrieve them for further use.
7457
7458 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7461         keys when no argument is given.
7462
7463 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * imap.el (imap-ping-server): New variable.
7466         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7467         (imap-ping-server): Minor doc string fixes.
7468
7469 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7470
7471         * imap.el (imap-ping-server): New function.
7472         (imap-opened): Call imap-ping-server.
7473
7474 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * gnus-sum.el (gnus-article-sort-by-random)
7477         (gnus-thread-sort-by-random): Fix doc strings.
7478         Reported by jidanni@jidanni.org.
7479
7480 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-article-describe-bindings): New function.
7483         (gnus-article-read-summary-keys): Use it.
7484         (gnus-article-mode-map): Bind `C-h b' to it.
7485
7486 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7489         XEmacs.
7490         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7491         Protect against non-character events.
7492
7493         * lpath.el: Fbind map-keymap for Emacs 21.
7494
7495 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7498         New command.
7499         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7500         instead of END.  Change name of the temp file.
7501         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7502         customizable.
7503
7504 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7507         bind `S W' to gnus-article-wide-reply-with-original; set default
7508         binding to gnus-article-read-summary-send-keys.
7509         (gnus-article-read-summary-keys): Fix the order of keys; display
7510         continuation keys correctly in the echo area; describe bindings
7511         correctly when keys end with `C-h'.
7512         (gnus-article-read-summary-send-keys): New function.
7513         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7514         Work for gnus-article-read-summary-send-keys; display continuation keys
7515         correctly in the echo area.
7516         (gnus-article-reply-with-original): Ignore prefix argument.
7517         (gnus-article-wide-reply-with-original): New function.
7518
7519         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7520         Emacs 21.
7521
7522 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7525         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7526
7527 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7530         (gnus-group-read-ephemeral-gmane-group): New command.
7531
7532 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7533
7534         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7535
7536 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         * message.el (message-send-mail-function): Increase custom version.
7539
7540         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7541         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7542
7543 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7544
7545         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7546         for the cases where imap-authenticate is called with a nil buffer
7547         parameter.
7548
7549 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7552         html parts correctly; support forwarded messages.
7553         (gnus-article-browse-html-article): Remove work buffers.
7554
7555         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7556         compiling.
7557         (netrc-bound-and-true-p): New macro.
7558         (netrc-parse): Use it instead of bound-and-true-p that is not available
7559         in XEmacs 21.4.
7560
7561 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7562
7563         * gnus-registry.el (gnus-registry-mark-article)
7564         (gnus-registry-article-marks): Add functionality to mark articles
7565         through the Gnus registry.
7566
7567         * encrypt.el: Clarify documentation for the new pgg method.
7568         (encrypt-file-alist): Add PGG option.
7569         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7570         functionality.  Abstract password key and messaging to external
7571         functions.
7572         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7573         (encrypt-message-method-and-cipher): Add new convenience external
7574         functions.
7575         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7576         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7577
7578         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7579         (netrc-parse): Use encrypt-file-alist to determine if
7580         encrypt-find-model or encrypt-insert-file-contents should be used.
7581
7582         * encrypt.el: Clarify documentation.  Load password-cache or
7583         password, whichever one is found first, instead of autoloading.
7584
7585 2007-12-19  Glenn Morris  <rgm@gnu.org>
7586
7587         * mml.el (message-options-set, message-narrow-to-head)
7588         (message-in-body-p, message-mail-p, message-encode-message-body):
7589         Autoload.
7590         (message-remove-header, message-narrow-to-headers-or-head)
7591         (message-subscribed-p, message-make-mail-followup-to)
7592         (message-position-on-field, message-news-p)
7593         (message-options-set-recipient, message-generate-headers)
7594         (message-sort-headers): Declare as functions.
7595
7596 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7599         convention in doc string.
7600
7601 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7604         title to html parts.
7605         (gnus-article-browse-html-article): Pass message header to it.
7606
7607         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7608
7609 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7612         or password compatible with XEmacs.
7613
7614 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7617         format document.
7618         (gnus-mime-delete-part): Don't write description line if empty.
7619         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7620
7621 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7622
7623         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7624         (gnus-summary-mark-read-and-unread-as-read)
7625         (gnus-summary-mark-current-read-and-unread-as-read)
7626         (gnus-summary-mark-unread-as-ticked): Doc fix.
7627         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7628
7629 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7632         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7633
7634 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7637         yes-or-no-p.
7638
7639 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * mm-decode.el (mm-add-meta-html-tag): New function.
7642         (mm-save-part-to-file, mm-pipe-part): Use it.
7643
7644         * gnus-art.el (gnus-article-browse-delete-temp-files):
7645         Use gnus-y-or-n-p instead of y-or-n-p.
7646         (gnus-article-browse-html-parts): Work with message/external-body; use
7647         mm-add-meta-html-tag.
7648
7649 2007-12-11  Glenn Morris  <rgm@gnu.org>
7650
7651         * gnus-cache.el: Require gnus-sum not just when compiling.
7652
7653         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7654
7655         * gnus-int.el (gnus-server-opened, gnus-status-message):
7656         Move definitions before use.
7657
7658         * mm-decode.el: Require gnus-util.
7659         (mm-remove-part): Only call delete-annotation on XEmacs.
7660
7661         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7662
7663         * nnmail.el: Require gnus-int.
7664
7665         * spam.el: Move `require's before `eval-when-compile's.
7666
7667         * gnus-ems.el (gnus-alive-p):
7668         * gnus-fun.el (message-goto-eoh):
7669         * gnus-util.el (gnus-group-name-decode):
7670         * mail-source.el (gnus-compress-sequence):
7671         * message.el (Info-goto-node, format-spec):
7672         * mm-bodies.el (message-options-get):
7673         * mm-decode.el (mm-view-pkcs7):
7674         * mm-util.el (gmm-write-region):
7675         * mml-smime.el (mml-compute-boundary)
7676         (gnus-completing-read-with-default):
7677         * mml.el (widget-button-press, gnus-make-hashtable):
7678         * mml1991.el (mm-decode-content-transfer-encoding)
7679         (mm-encode-content-transfer-encoding)
7680         (message-options-get, message-options-set):
7681         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7682         * nnfolder.el (gnus-request-group):
7683         * nnheader.el (ietf-drums-unfold-fws):
7684         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7685         * smime.el (gnus-run-mode-hooks):
7686         * spam-stat.el (gnus-message): Autoload.
7687
7688         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7689         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7690         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7691         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7692         Add declare-function compatibility definition.
7693
7694         * gnus-cache.el (nnvirtual-find-group-art):
7695         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7696         (gnus-add-image, gnus-add-wash-type):
7697         * gnus-group.el (nnkiboze-score-file):
7698         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7699         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7700         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7701         (message-tokenize-header, gnus-get-buffer-create)
7702         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7703         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7704         * gnus.el (gnus-group-decoded-name):
7705         * mail-source.el (imap-capability):
7706         * mm-bodies.el (message-options-set):
7707         * mm-decode.el (gnus-configure-windows):
7708         * mm-extern.el (message-goto-body):
7709         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7710         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7711         (epg-sub-key-validity, message-options-set):
7712         * mml.el (widget-event-point, gnus-configure-windows):
7713         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7714         * mml2015.el (epg-check-configuration, epg-configuration)
7715         (message-options-set):
7716         * nndb.el (nndb-request-article):
7717         * nnfolder.el (gnus-request-create-group):
7718         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7719         * nnmaildir.el (gnus-group-mark-article-read):
7720         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7721         * rfc1843.el (message-fetch-field):
7722         * spam.el (gnus-extract-address-components):
7723         Declare as functions.
7724
7725 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7728
7729         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7730
7731         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7732         bind show-trailing-whitespace for XEmacs.
7733
7734 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7737         new no-op macro for backward compatibility.
7738
7739         * imap.el (imap-string-to-integer): New function.
7740
7741 2007-12-09  Glenn Morris  <rgm@gnu.org>
7742
7743         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7744
7745         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7746         * message.el, mm-view.el, sieve-manage.el, smime.el:
7747         Add declare-function compatibility definition.
7748
7749         * gnus-art.el (w3-region, w3m-region, Info-menu):
7750         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7751         * gnus-sum.el (gnus-get-predicate):
7752         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7753         * message.el (mail-abbrev-in-expansion-header-p):
7754         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7755         (w3m-detect-meta-charset, w3m-region):
7756         * sieve-manage.el (password-read, password-cache-add)
7757         (password-cache-remove):
7758         * smime.el (password-read-and-add): Declare as functions.
7759
7760 2007-12-08  David Kastrup  <dak@gnu.org>
7761
7762         * gnus-sum.el (gnus-summary-simplify-subject-query):
7763         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7764         `message'.
7765
7766 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7769         it to bind idna-program, installation-directory, defined-colors, and
7770         face-attribute for XEmacs of the version that compiles defcustom forms.
7771
7772 2007-12-07  Glenn Morris  <rgm@gnu.org>
7773
7774         * gnus-art.el (article-make-date-line): Revert previous change.
7775
7776 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7779
7780 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7781
7782         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7783         Call gnus-add-to-range ranges only once with a prepared article-list.
7784
7785 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7786
7787         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7788         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7789         group names with backslashes.
7790         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7791
7792 2007-12-06  Deepak Goel  <deego3@gmail.com>
7793
7794         * gnus-art.el (article-make-date-line):
7795         * gnus-start.el (gnus-load):
7796         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7797
7798 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (gnus-use-idna)
7801         * gnus-start.el (gnus-site-init-file)
7802         * message.el (message-use-idna)
7803         * mm-uu.el (mm-uu-hide-markers)
7804         * smiley.el (smiley-style): Revert changes that suppress warnings.
7805
7806 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7809         specify charset to html source.
7810         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7811
7812 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7815         idna-program in order to suppress byte compile warning issued by XEmacs
7816         that came to byte compile the default value section of defcustom forms
7817         recently.
7818
7819         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7820         value of installation-directory.
7821
7822         * message.el (message-use-idna): Don't directly refer to the value of
7823         idna-program.
7824
7825         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7826
7827         * smiley.el (smiley-style): Don't directly call face-attribute.
7828
7829 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7832
7833         * gnus-dired.el: Reduce Gnus dependencies.
7834         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7835         Don't require.  Use autoloads instead.
7836         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7837         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7838         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7839         (gnus-dired-mode): Adjust doc string.
7840         (gnus-dired-mail-mode): New variable.
7841         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7842         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7843         (gnus-dired-mail-buffers): New function.  Return mail or message
7844         composition buffers.
7845         (gnus-dired-attach): Use it.
7846         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7847         NO-DECODE.
7848         (gnus-dired-print): Use `gnus-print-buffer' depending on
7849         `gnus-dired-mail-mode'.
7850
7851 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * rfc2047.el (rfc2047-encoded-word-regexp)
7854         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7855         explaining what regexp patterns are for.
7856
7857 2007-12-04  Glenn Morris  <rgm@gnu.org>
7858
7859         * password.el: Move to password-cache.el.
7860
7861         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7862         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7863         * mml-smime.el (password-read, password-cache-add)
7864         (password-cache-remove):
7865         No need to autoload, since mml-sec requires password.
7866
7867         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7868         * message.el (gnus-extract-address-components):
7869         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7870
7871         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7872         password.
7873
7874 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * mailcap.el: Reduce dependencies.
7877         (mail-header-parse-content-type): Autoload.
7878         (mailcap-delete-duplicates): New alias.
7879         (mailcap-mime-info): Add optional argument NO-DECODE.
7880         (mailcap-mime-types): Use mailcap-delete-duplicates.
7881
7882         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7883
7884 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7885
7886         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7887         (imap-parse-status): Upcase status-att for servers that sends them
7888         lower-case (e.g., MS Exchange 2007).
7889
7890 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7893         function.
7894
7895         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7896         (gnus-uu-yenc-article): New function.
7897
7898         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7899
7900         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7901
7902 2007-12-02  Glenn Morris  <rgm@gnu.org>
7903
7904         * binhex.el (binhex): New custom group.
7905         (binhex-decoder-program, binhex-decoder-switches)
7906         (binhex-use-external): Move to the binhex custom group.
7907
7908         * uudecode.el (uudecode): New custom group.
7909         (uudecode-decoder-program, uudecode-decoder-switches)
7910         (uudecode-use-external): Move to the uudecode custom group.
7911
7912         * netrc.el (top-level): Don't load `encrypt' features.
7913         (netrc-parse): Don't use encrypt.
7914         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7915
7916         * encrypt.el: Remove file.
7917
7918 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7921         matches on patches.
7922
7923         * gnus-art.el (gnus-article-browse-html-article):
7924         Mention `mm-text-html-renderer' in the doc string.
7925
7926         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7927         string.  Add comments.
7928
7929         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7930         if rhs is ASCII.
7931
7932 2007-12-01  Glenn Morris  <rgm@gnu.org>
7933
7934         * mail-source.el (top-level): Require format-spec before
7935         eval-when-compile.
7936
7937 2007-11-30  Glenn Morris  <rgm@gnu.org>
7938
7939         * encrypt.el: Require password, rather than autoloading password-read.
7940
7941 2007-11-29  Glenn Morris  <rgm@gnu.org>
7942
7943         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7944         (sasl-make-client, sasl-next-step, sasl-step-data)
7945         (sasl-step-set-data): Declare as functions.
7946
7947 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7950
7951 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7952
7953         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7954         certs should be verified and what is to be done in the event of a
7955         verification failure.
7956
7957         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7958         caller can indicate whether the cache should be disregarded for this
7959         call.  This way the result of the call is reproducible at all times and
7960         can be considered a canonical server name for the supplied method.
7961         (gnus-agent-method-p): Canonicalize server names by pushing their
7962         method through `gnus-method-to-server' using the no-cache argument.
7963
7964         * gnus-srvr.el (gnus-server-insert-server-line):
7965         Call `gnus-method-to-server' with `no-cache' argument.
7966
7967         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7968         gnus-agent-possibly-synchronize-flags as this should be called when the
7969         server is actually being opened.
7970         (gnus-agent-possibly-synchronize-flags)
7971         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7972         flags file of an agentized server to the latter function.
7973
7974         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7975         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7976         after a connection has been established successfully.
7977
7978 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-art.el (article-display-face): Force to display face if called
7981         interactively; check if gnus-article-x-face-too-ugly matches author.
7982         (article-display-x-face): Display face even if From header is missing
7983         as article-display-face does.
7984
7985 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7986
7987         * hashcash.el (message-narrow-to-headers-or-head)
7988         (message-fetch-field, message-goto-eoh)
7989         (message-narrow-to-headers): Declare as functions.
7990
7991 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * mail-source.el (mail-sources): Default to fetch from file for
7994         compatibility with default of nnmail-spool-file.
7995
7996 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7999         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8000         to look for encoded word that should be encoded again.
8001         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8002         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8003         encoding pattern.
8004         (rfc2047-decode-region): Switch strict regexp and loose one according
8005         to rfc2047-allow-irregular-q-encoded-words.
8006
8007 2007-11-25  Romain Francoise  <romain@orebokech.com>
8008
8009         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8010
8011 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * tls.el (tls-program): Provide more custom choices from
8014         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8015         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8016
8017 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8020         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8021
8022         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8023         `nnmail-spool-file'.
8024
8025         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8026         `nnmail-spool-file'.
8027
8028         * gnus-move.el (gnus-change-server): Ditto.
8029
8030         * gnus-kill.el (gnus-batch-score): Ditto.
8031
8032         * gnus-cache.el (gnus-jog-cache): Ditto.
8033
8034         * gnus-msg.el (gnus-summary-reply):
8035         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8036
8037 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8040         version.  Minor improvement to doc strings.
8041         (tls-program): Add comment.
8042
8043 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8044
8045         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8046         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8047         mismatch between the hostname provided in the certificate and the name
8048         of the host connnecting to.
8049         (open-tls-stream): Use them.  Check certificates against trusted root
8050         certificates.
8051
8052 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * gnus-cache.el (gnus-cache-generate-nov-databases):
8055         Use nnml-generate-nov-databases-directory instead of
8056         nnml-generate-nov-databases-1.
8057
8058 2007-11-24  Glenn Morris  <rgm@gnu.org>
8059
8060         * message.el (message-tool-bar-retro): Update for rename
8061         mail_send.xpm->mail-send.xpm.
8062
8063 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8066         `smime-ldap-search' for Emacs 22 and up.
8067
8068 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8069
8070         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8071
8072         * message.el (message-send-mail-function): Fix error convention.
8073         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8074         (message-widen-reply, message-send-mail, message-talkative-question)
8075         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8076         (message-clone-locals, message-send-news): Use with-current-buffer.
8077         (message-insert-or-toggle-importance): Remove unused var `valid'.
8078         (message-make-references): Remove unused var `new-references'.
8079         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8080
8081 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8082
8083         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8084         (spam-split-symbolic-return-positive): Reflow docstring.
8085         (spam-backends, spam-summary-exit-behavior)
8086         (spam-mark-ham-unread-before-move-from-spam-group)
8087         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8088         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8089         (spam-clear-cache, spam-backend-check, spam-install-backend)
8090         (spam-install-statistical-backend, spam-list-of-processors)
8091         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8092         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8093         (spam-check-crm114, spam-initialize, spam-unload-hook):
8094         Fix typos in docstrings.
8095
8096 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8099         been checked if they have never been read and those group levels are
8100         higher than the one that a user specified.
8101
8102 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8105         foreign groups unless a group level is specified by a user.
8106         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8107
8108 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8109
8110         * message.el (message-send-mail-function): Require sendmail.
8111
8112 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * message.el (message-send-mail-function): Check for smtpmail too.
8115
8116         * utf7.el (utf7-encode, utf7-decode): Use coding system
8117         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8118
8119         * message.el (message-send-mail-function): New function.
8120         (message-send-mail-function): Set default using
8121         message-send-mail-function.  Adjust doc string.
8122         (message-send-mail-with-mailclient): New function.
8123
8124 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8125
8126         * smime.el (from):
8127         * rfc2047.el (message-posting-charset):
8128         * qp.el (mm-use-ultra-safe-encoding):
8129         * pop3.el (parse-time-months):
8130         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8131         * nnml.el (files):
8132         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8133         (jka-compr-compression-info-list, ange-ftp-path-format)
8134         (efs-path-regexp):
8135         * nndiary.el (files):
8136         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8137         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8138         (epg-digest-algorithm-alist, inhibit-redisplay)
8139         (password-cache-expiry):
8140         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8141         (pgg-output-buffer, password-cache-expiry):
8142         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8143         (efs-path-regexp):
8144         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8145         (inhibit-redisplay):
8146         * mm-uu.el (file-name, start-point, end-point, entry)
8147         (gnus-newsgroup-name, gnus-newsgroup-charset):
8148         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8149         (latin-unity-ucs-list):
8150         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8151         (mm-uu-binhex-decode-function):
8152         * message.el (gnus-message-group-art, gnus-list-identifiers)
8153         (rmail-enable-mime-composing, gnus-local-organization)
8154         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8155         (gnus-read-active-file, facemenu-add-face-function)
8156         (facemenu-remove-face-function, gnus-article-decoded-p)
8157         (tool-bar-mode):
8158         * mail-source.el (display-time-mail-function):
8159         * gnus-util.el (nnmail-pathname-coding-system)
8160         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8161         (gnus-original-article-buffer, gnus-user-agent)
8162         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8163         (xemacs-codename, sxemacs-codename, emacs-program-version):
8164         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8165         * gnus-start.el (gnus-agent-covered-methods)
8166         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8167         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8168         (gnus-newsgroup-headers, gnus-group-list-mode)
8169         (gnus-group-mark-positions, gnus-newsgroup-data)
8170         (gnus-newsgroup-unreads, nnoo-state-alist)
8171         (gnus-current-select-method, mail-sources)
8172         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8173         (nnmail-spool-file, gnus-cache-active-hashtb):
8174         * gnus-mh.el (mh-lib-progs):
8175         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8176         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8177         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8178         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8179         (gnus-group-buffer):
8180         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8181         (font-lock-set-defaults):
8182         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8183         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8184         (gnus-summary-post-menu, total-parts, type, condition, length):
8185         * gnus-agent.el (gnus-agent-read-agentview):
8186         * flow-fill.el (show-trailing-whitespace):
8187         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8188         eval-and-compile wrappers for byte compiler pacifiers.
8189
8190         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8191         (mm-display-inline-fontify): Check for featurep 'xemacs not
8192         extent-list.
8193
8194         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8195         itimer-list.
8196         (mm-create-image-xemacs): Only do something for XEmacs.
8197         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8198
8199         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8200
8201         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8202         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8203
8204 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8205
8206         * nnimap.el (nnimap-split-download-body):
8207         * gnus-demon.el (gnus-demon):
8208         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8209
8210 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8213         New macros.
8214         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8215         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8216         copy data from unibyte buffer to multibyte current buffer.
8217         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8218         to copy data from unibyte current buffer to multibyte buffer.
8219         (nntp-make-process-buffer): Make process buffer unibyte.
8220
8221         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8222
8223 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8224
8225         * pop3.el (pop3-open-server): Accept and process data more robustly at
8226         connexion start to avoid spurious "POP SSL connexion failed" errors.
8227
8228 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8231         read group names.
8232
8233 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8236
8237 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8240         (nnmail-save-active): Use a unibyte buffer when saving active file,
8241         which may contain non-ASCII group names.
8242
8243         * nnml.el (nnml-request-group): Decode group names in messages.
8244
8245 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * message.el (message-citation-line-function)
8248         (message-insert-formatted-citation-line): Fix spelling of
8249         `message-insert-formated-citation-line'.
8250
8251 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8252
8253         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8254
8255 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8258         nnmail-pathname-coding-system.
8259
8260         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8261         that a user enters; decode group names in messages.
8262
8263         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8264
8265 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8268
8269         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8270
8271         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8272         risky local variable.
8273
8274         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8275
8276 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8277
8278         * encrypt.el: Improve documentation to fix function name typo.
8279         Reported by Daiki Ueno <ueno@unixuser.org>.
8280
8281 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8284         even if the point is not in the last page of an article.
8285         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8286         back to the previous page.
8287
8288 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8291
8292 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8295
8296 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8297
8298         * message.el (message-check-news-body-syntax):
8299         Avoid mm-string-as-multibyte.
8300         (message-hide-headers): Don't assume (point-min)==1.
8301
8302 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * message.el (message-remove-blank-cited-lines): Fix if remove is
8305         given.
8306         (message-bogus-address-regexp): New variable.
8307         (message-bogus-recipient-p): New function.
8308         (message-check-recipients): New command.
8309         (message-syntax-checks): Add `bogus-recipient'.
8310         (message-fix-before-sending): Add `bogus-recipient'.
8311
8312         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8313         (gnus-treat-body-boundary): Don't test window-system.
8314
8315 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8316
8317         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8318
8319 2007-10-28  Miles Bader  <miles@gnu.org>
8320
8321         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8322         at compile-time too.
8323
8324 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-msg.el (gnus-message-setup-hook):
8327         Add `message-remove-blank-cited-lines' to options.
8328
8329 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * message.el (message-remove-blank-cited-lines): New function.
8332         Suggested by Karl Plästerer.
8333
8334 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8337         mapc.
8338
8339         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8340         (top-level): Use mapc to set functions to be traced for debugging.
8341
8342         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8343         called for effect with while loop.
8344
8345         * message.el (message-talkative-question): Replace mapcar called for
8346         effect with mapc.
8347
8348         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8349         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8350         called for effect with dolist.
8351
8352         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8353
8354         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8355         gnus-extra-headers and nnmail-extra-headers.
8356
8357         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8358         called for effect with dolist.
8359         (top-level): Use mapc to set functions to be traced for debugging.
8360
8361         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8362         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8363         dolist.
8364
8365         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8366         Replace mapcar called for effect with mapc.
8367         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8368         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8369         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8370         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8371
8372         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8373         remove-if that's a cl function.
8374
8375         * webmail.el (webmail-debug): Replace mapcar called for effect with
8376         dolist.
8377
8378         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8379         with mapc.
8380
8381 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8384         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8385         with while loop.
8386
8387         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8388         functions from article-* functions.
8389         (gnus-multi-decode-header): Replace mapcar called for effect with
8390         dolist.
8391
8392         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8393         (gnus-bookmark-show-details): Replace mapcar called for effect with
8394         while loop.
8395
8396         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8397         called for effect with while loop.
8398
8399         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8400         with dolist.
8401
8402         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8403         Replace mapcar called for effect with dolist.
8404
8405         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8406
8407         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8408         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8409         Replace mapcar called for effect with dolist.
8410         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8411         mapc.
8412
8413         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8414         Replace mapcar called for effect with dolist.
8415         (gnus-topic-list): Replace mapcar called for effect with mapc.
8416
8417         * gnus.el: Use mapc instead of mapcar to add autoloads.
8418
8419 2007-10-23  Richard Stallman  <rms@gnu.org>
8420
8421         * gnus-group.el (gnus-group-highlight): Mark as risky.
8422
8423 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus.el (gnus-server-to-method): Return method found first in
8426         gnus-newsrc-alist.
8427
8428         * gnus-art.el (gnus-article-highlight-signature)
8429         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8430         button overlay without the front stickiness.
8431
8432 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8433
8434         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8435         overview buffer needed a catch to receive its throw.
8436         (gnus-agent-flush-cache): Declare as interactive to make this function
8437         easier to use.
8438
8439 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8442         `next-line'.
8443
8444 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8447         exclude address matching message-dont-reply-to-names.
8448
8449 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * gnus-util.el (gnus-string<): New function.
8452
8453         * gnus-sum.el (gnus-article-sort-by-author)
8454         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8455
8456 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8459         the frame-focus tag is set in gnus-buffer-configuration.
8460
8461 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8464         the front stickiness.
8465
8466 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8469         url pattern; remove duplicate one.
8470         (gnus-article-extend-url-button): New function.
8471         (gnus-article-add-buttons): Use it.
8472         (gnus-button-push): Use concatenated url that it makes.
8473
8474 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8475
8476         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8477
8478 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8479
8480         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8481         Don't hardcode point-min==1.
8482
8483 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8486         Fix comment about "iso8859-1".
8487
8488 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8489
8490         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8491         ones returned from the verify-function.
8492
8493         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8494         Call mml2015-extract-cleartext-signature if extraction failed.
8495
8496 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8497
8498         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8499         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8500         failed.
8501
8502 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8505
8506 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8509         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8510         recommends to use EasyPG instead of PGG.
8511
8512         * pgg.el: Revert to revision 6.23.2.16.
8513
8514         * pgg-def.el: Revert to revision 6.6.2.14.
8515
8516         * pgg-gpg.el: Revert to revision 6.23.2.34.
8517
8518 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8521         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8522         thread for both the null and zero (kill/expire thread) universal prefix
8523         cases.
8524         (gnus-summary-expire-thread): Add new function to expire a thread,
8525         using gnus-summary-kill-thread.
8526         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8527         shortcuts for gnus-summary-expire-thread.
8528         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8529         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8530
8531 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8532
8533         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8534         extras value, so an extras entry can be deleted.
8535         (gnus-registry-delete-extra-entry): Use it.
8536         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8537         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8538         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8539         storage through the gnus-registry, and provide an appropriate API for
8540         it.
8541
8542 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8545         Suggested by Leo <sdl.web@gmail.com>.
8546
8547         * gnus.el: Do.
8548
8549 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8552         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8553
8554         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8555
8556         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8557         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8558
8559 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8562         newline.
8563         (nnmbox-request-accept-article): Don't change article in source buffer;
8564         narrow to header to use message-fetch-field rather than
8565         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8566         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8567         as delimiters; make sure article ends with newline.
8568         (nnmbox-delete-mail): Correct last position of article to be deleted;
8569         ignore X-Gnus-Newsgroup header in article body.
8570         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8571         positions; make sure article ends with newline.
8572
8573         * message.el (message-display-abbrev): Don't infloop when a user
8574         inserts SPC in the beginning of header.
8575
8576         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8577         coding-system-for-read and coding-system-for-write for XEmacs having no
8578         file-coding feature.
8579
8580         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8581
8582 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8583
8584         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8585         list of groups not followed by default.  Fix type to be regexp.
8586         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8587
8588 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8589
8590         * hmac-def.el (define-hmac-function): Switch from old-style to
8591         new-style backquotes.
8592
8593         * md4.el (md4-make-step): Likewise.
8594
8595 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8598         raw-text coding system when saving .newsrc file, which may contain
8599         non-ASCII group names.
8600
8601 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-cus.el (gnus-score-extra): New widget.
8604         (gnus-score-extra-convert): New function.
8605         (gnus-score-customize): Use it for Extra.
8606
8607 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8608
8609         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8610         (mml2015-mailcrypt-clear-verify): Use it.
8611         (mml2015-gpg-clear-verify): Use it.
8612         (mml2015-pgg-clear-verify): Use it.
8613         (mml2015-epg-clear-verify): Replace the current part with the output
8614         from GnuPG; don't extract the plaintext by itself.
8615
8616         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8617         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8618         mml2015-clear-verify-function; don't touch the armor headers or
8619         dash-escaped text here.
8620
8621 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8624         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8625         parts, or application/octet-stream as a last resort.
8626         (gnus-mime-view-part-as-type): Don't toggle display.
8627         (gnus-mime-view-part-as-charset): Don't turn off display before
8628         querying charset.
8629
8630         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8631         stuff to undisplayer function in Emacs.
8632         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8633
8634         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8635         text/calendar parts.
8636
8637 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8640         decoding text/calendar parts.
8641
8642         * message.el (message-forward-make-body-mime): Always mark body as
8643         having no illegible text; remove signed-or-encrypted argument.
8644         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8645
8646         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8647         (mml-generate-mime-1): Don't encode body if it is specified to be in
8648         raw form; don't make buffer be unibyte when inserting multibyte string.
8649
8650 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8651
8652         * sha1.el: Fix up comment style.
8653         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8654         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8655
8656         * hex-util.el: Fix up comment style.
8657         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8658
8659         * gnus-salt.el: Use with-current-buffer.
8660         (gnus-pick-setup-message): Fix long-standing typo.
8661
8662 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * imap.el (imap-logout-timeout): New variable.
8665         (imap-logout, imap-logout-wait): New functions.
8666         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8667
8668         * nnimap.el (nnimap-logout-timeout): New server variable.
8669         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8670         nnimap-logout-timeout.
8671
8672         * gnus-art.el (gnus-article-summary-command-nosave)
8673         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8674
8675 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus.el (gnus-maximum-newsgroup): New variable.
8678
8679         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8680         according to gnus-maximum-newsgroup.
8681
8682         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8683         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8684         Limit the range of articles according to gnus-maximum-newsgroup.
8685
8686 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8687
8688         * gnus-art.el (gnus-sticky-article): Fix problems described in
8689         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8690         Don't perform gnus-configure-windows here; reuse existing sticky
8691         article buffer.
8692
8693         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8694         it doesn't exist in gnus-article-mode.
8695
8696 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8699         (gnus-agent-decoded-group-name): New function.
8700         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8701         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8702
8703 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8704
8705         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8706         Add binding for gnus-sticky-article.
8707         (gnus-summary-exit): Don't kill sticky article buffers.
8708
8709         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8710         article buffer.
8711         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8712         (gnus-kill-sticky-article-buffers): New commands.
8713
8714 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * nntp.el (nntp-xref-number-is-evil): New server variable.
8717         (nntp-find-group-and-number): If it is non-nil, don't trust article
8718         numbers in the Xref header.
8719
8720 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-agent.el (gnus-agent-read-group): New function.
8723         (gnus-agent-flush-group, gnus-agent-expire-group)
8724         (gnus-agent-regenerate-group): Use it.
8725         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8726         nnmail-pathname-coding-system.
8727
8728 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8731
8732         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8733         that are unread as unread, and also as selected so that information of
8734         marks having been changed by a user may be updated when exiting group.
8735
8736 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8739
8740 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8743         calculated ignoring signature parts to gnus-treat-article.
8744
8745 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8748         a point here in order to keep the window start.
8749         (gnus-insert-mime-security-button): Make a button overlay without the
8750         front stickiness.
8751         (gnus-mime-display-security): Goto the end of a button.
8752
8753         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8754
8755 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8758         group-name-at-point.
8759         (gnus-group-completing-read): New function that offers decoded
8760         non-ASCII group names for completion.
8761         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8762         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8763         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8764         (gnus-group-fetch-control): Use it.
8765         (gnus-fetch-group): Use group-name-at-point for the initial value
8766         rather than the default value; use gnus-alive-p.
8767
8768         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8769         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8770         (gnus-summary-post-news): Use gnus-group-completing-read.
8771
8772         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8773         (gnus-read-move-group-name): Decode group name for completion.
8774
8775 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8776
8777         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8778         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8779         Yamaoka slightly modified the code).
8780
8781 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8784         (nnmail-split-incoming): Bind it.
8785
8786         * nnml.el (nnml-group-name-charset): New function.
8787         (nnml-decoded-group-name): Use it; don't decode group name if
8788         nnmail-group-names-not-encoded-p is non-nil.
8789         (nnml-encoded-group-name): New function.
8790         (nnml-group-pathname): Inline nnml-decoded-group-name.
8791         (nnml-request-expire-articles): Decode group name in message.
8792         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8793         nnmail-pathname-coding-system.
8794         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8795         not decoded ones according to nnmail-group-names-not-encoded-p.
8796         (nnml-generate-active-info): Use nnml-encoded-group-name.
8797
8798 2007-08-08  Glenn Morris  <rgm@gnu.org>
8799
8800         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8801         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8802         doc-strings and comments.
8803
8804 2007-07-25  Glenn Morris  <rgm@gnu.org>
8805
8806         * Relicense all FSF files to GPLv3 or later.
8807
8808 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-sum.el (gnus-summary-move-article):
8811         Make gnus-summary-respool-article work.
8812
8813 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8816         string.
8817
8818 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8819
8820         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8821         that should be ignored when comparing distant RSS articles with local
8822         ones.
8823         (nnrss-make-hash-index): New function.  Create a hash index according
8824         to the ignored fields.
8825         (nnrss-check-group): Use it.
8826
8827 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8830
8831         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8832
8833         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8834         the new optional argument ENCODED is non-nil.
8835         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8836         coding system for encoding group name.
8837         (gnus-group-make-rss-group): Pass un-encoded group name to
8838         gnus-group-make-group.
8839         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8840         encoded.
8841
8842         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8843         Encode group name to which articles are moved or copied.
8844         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8845         coding system for encoding Newsgroup, Followup-To and Xref headers.
8846
8847         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8848         marks; use nnheader-file-coding-system to write a file.
8849         (nnagent-retrieve-headers): Bind file-name-coding-system to
8850         nnmail-pathname-coding-system.
8851
8852         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8853
8854         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8855         (nnml-request-article, nnml-request-create-group)
8856         (nnml-request-rename-group, nnml-find-id)
8857         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8858         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8859         (nnml-save-marks): Use nnml-group-pathname instead of
8860         nnmail-group-pathname.
8861
8862         (nnml-request-create-group, nnml-request-expire-articles)
8863         (nnml-request-move-article, nnml-request-delete-group)
8864         (nnml-deletable-article-p, nnml-possibly-create-directory)
8865         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8866         (nnml-open-marks): Bind file-name-coding-system to
8867         nnmail-pathname-coding-system.
8868
8869         (nnml-request-article): Pass server argument to nnml-find-group-number.
8870         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8871         Pass server argument to nnml-possibly-create-directory.
8872         (nnml-request-accept-article): Pass server argument to
8873         nnml-active-number and nnml-save-mail.
8874         (nnml-find-group-number): Pass server argument to nnml-find-id.
8875         (nnml-request-update-info): Pass server argument to
8876         nnml-marks-changed-p.
8877
8878         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8879         (nnml-save-mail, nnml-active-number): Add server argument.
8880
8881         (nnml-request-delete-group): Warn if group is missing.
8882         (nnml-get-nov-buffer): Decode group name.
8883         (nnml-generate-active-info): Encode group name.
8884         (nnml-open-marks): Decode group name in messages.
8885
8886 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8889         if it is not specified.
8890         (gnus-article-pipe-part, gnus-article-save-part)
8891         (gnus-article-interactively-view-part, gnus-article-copy-part)
8892         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8893         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8894         (gnus-article-replace-part, gnus-article-delete-part)
8895         (gnus-article-view-part-as-type): Pass raw prefix argument to
8896         gnus-article-part-wrapper.
8897
8898 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-agent.el (gnus-agent-save-active):
8901         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8902
8903         * gnus-cache.el (gnus-cache-save-buffers)
8904         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8905         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8906         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8907         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8908         (gnus-cache-generate-active, gnus-cache-rename-group)
8909         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8910         (gnus-cache-update-overview-total-fetched-for):
8911         Bind file-name-coding-system to nnmail-pathname-coding-system.
8912         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8913         New variables.
8914         (gnus-cache-decoded-group-name): New function.
8915         (gnus-cache-file-name): Use it.
8916         (gnus-cache-generate-active): Use non-decoded group name for active.
8917
8918         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8919         right place.
8920         (gnus-write-active-file): Don't break non-ASCII group names.
8921
8922         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8923         nnmail-pathname-coding-system.
8924
8925         * lpath.el: Bind default-file-name-coding-system,
8926         file-name-coding-system and language-info-alist for XEmacs.
8927
8928         * gnus-uu.el (gnus-uu-decode-save): Typo.
8929
8930 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8933
8934 2007-07-14  David Kastrup  <dak@gnu.org>
8935
8936         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8937         finishing actions if we did not edit the article.
8938
8939 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8942         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8943         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8944         (gnus-agent-flush-group, gnus-agent-flush-cache)
8945         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8946         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8947         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8948         (gnus-agent-regenerate-group)
8949         (gnus-agent-update-files-total-fetched-for)
8950         (gnus-agent-update-view-total-fetched-for):
8951         Bind file-name-coding-system to nnmail-pathname-coding-system.
8952         (gnus-agent-group-pathname): Don't encode file names by
8953         nnmail-pathname-coding-system.
8954         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8955         coding-system-for-write instead of buffer-file-coding-system to
8956         gnus-agent-file-coding-system.
8957
8958         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8959         Decode group name.
8960
8961         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8962
8963         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8964         (gnus-read-newsrc-el-file): Make group names unibyte.
8965
8966         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8967         nnmail-pathname-coding-system.
8968
8969         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8970         (nnrss-request-delete-group): Bind file-name-coding-system to
8971         nnmail-pathname-coding-system.
8972         (nnrss-read-server-data, nnrss-read-group-data):
8973         Bind file-name-coding-system correctly.
8974         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8975
8976         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8977         (nntp-server-to-method-cache): New variable.
8978         (nntp-group-pathname): New function that decodes non-ASCII group names.
8979         (nntp-possibly-create-directory, nntp-marks-changed-p)
8980         (nntp-save-marks, nntp-open-marks): Use it.
8981         (nntp-possibly-create-directory, nntp-open-marks):
8982         Bind file-name-coding-system to nnmail-pathname-coding-system.
8983         (nntp-open-marks): Decode group names when bootstrapping marks.
8984
8985         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8986         Newsgroups and Folowup-To headers.
8987
8988 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8991         (gnus-server-closed-face, gnus-server-denied-face)
8992         (gnus-server-offline-face): Remove variable.
8993         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8994
8995         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8996         of modifying message-stack directly for XEmacs.
8997
8998         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8999         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9000         if the coding-system argument is nil for XEmacs.
9001
9002         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9003         mm-charset-override-alist.
9004
9005         * rfc2047.el: Don't require base64; require rfc2045 for the function
9006         rfc2045-encode-string.
9007         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9008         to quote the parameter value.
9009
9010 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9013         form in gnus-group-name-charset-method-alist.
9014
9015         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9016         overrides the default layout edit-form.
9017
9018         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9019
9020         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9021
9022 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9025         as unfetched articles.
9026
9027 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9030
9031 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9034         original back end that keeps marks in the local system.
9035
9036 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9039         arg of pop-to-buffer for XEmacs.
9040         (gnus-article-read-summary-keys): Ditto; don't restore window
9041         configuration if summary command ends up with neither article buffer
9042         nor summary buffer; describe bindings if summary keys end with C-h.
9043
9044 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * message.el (message-fix-before-sending): Skip raw message part to be
9047         forwarded while checking illegible text.
9048         (message-forward-make-body-mime, message-forward-make-body):
9049         Mark signed or encrypted raw message as having no illegible text.
9050
9051 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9054         (gnus-message-with-timestamp-1): New macro.
9055         (gnus-message-with-timestamp): New function.
9056         (gnus-message): Use them.
9057
9058         * nnheader.el (nnheader-message): Use them.
9059
9060 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9063         .newsrc.eld file.
9064
9065 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-agent.el (gnus-agent-fetch-headers)
9068         (gnus-agent-retrieve-headers):
9069         Bind gnus-decode-encoded-address-function to identity.
9070
9071         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9072         available also when the server returns simply a dot.
9073
9074         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9075
9076 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9079
9080 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-ems.el (gnus-x-splash): Make it work.
9083
9084         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9085         from being used.
9086
9087         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9088
9089 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9092         4th and the 5th arguments.
9093
9094         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9095         the front stickiness.
9096         (gnus-article-summary-command-nosave): Correct the order of the
9097         arguments passed to pop-to-buffer.
9098         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9099         summary command ends up with the article buffer.
9100
9101         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9102         the same faces.
9103
9104 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9105
9106         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9107
9108 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9109
9110         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9111         * gnus-sum.el (gnus-summary-highlight):
9112         * pgg.el (pgg-sign-region, pgg-sign):
9113         * mail-source.el (mail-source-delete-old-incoming-confirm):
9114         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9115
9116 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * gnus-art.el (gnus-mime-view-part-externally)
9119         (gnus-mime-view-part-internally): Fix predicate function passed to
9120         completing-read.
9121
9122         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9123
9124         * gnus.el (gnus-update-message-archive-method): Add :version.
9125
9126 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus.el (gnus-update-message-archive-method): New variable.
9129
9130         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9131         according to gnus-message-archive-method if
9132         gnus-update-message-archive-method is non-nil.
9133
9134 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9137         Suggested by Loic Dachary <loic@dachary.org>.
9138         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9139
9140 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * message.el (message-pop-to-buffer): Add switch-function argument.
9143         (message-mail): Pass switch-function argument to it.
9144
9145 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9148         Improve doc string.
9149
9150 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9153         (gnus-header-content)
9154         * gnus-cite.el (gnus-cite-10)
9155         * gnus-srvr.el (gnus-server-closed)
9156         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9157         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9158         (gnus-group-mail-3-empty, gnus-group-mail-low)
9159         (gnus-group-mail-low-empty, gnus-splash)
9160         * message.el (message-header-to, message-header-cc)
9161         (message-header-subject, message-header-other, message-header-name)
9162         (message-header-xheader, message-separator, message-cited-text)
9163         (message-mml): Lighten colors of faces used for dark background.
9164
9165 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9166
9167         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9168         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9169
9170 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * message.el (message-narrow-to-headers-or-head):
9173         Ignore mail-header-separator in the body.
9174
9175 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9178         same as window size.
9179
9180 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9181
9182         * message.el (message-font-lock-keywords): Use message-header-xheader
9183         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9184         ahead of the anything pattern, to get it recognised.
9185
9186 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9189         spam.el loads uses it in the compiled defadvice form.
9190
9191 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9192
9193         * gnus-sum.el (gnus-articles-to-read)
9194         (gnus-summary-insert-old-articles): Don't truncate group name for
9195         `read-string'.
9196
9197         * gnus-util.el (gnus-limit-string): Delete this function.
9198
9199         * gnus-sum.el (gnus-simplify-subject-fully):
9200         Use `truncate-string-to-width' instead.
9201
9202 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9203
9204         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9205         Tell if, on summary exit, the next group has to be selected.
9206         (gnus-summary-exit): Use it.
9207
9208 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9211         non-break space.
9212
9213 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9216         Check if group is not a directory.
9217         (nnfolder-request-expire-articles): Don't delete articles if the target
9218         group is not available.
9219
9220         * nnml.el (nnml-request-create-group): Properly check if group is not a
9221         file.
9222         (nnml-request-expire-articles): Don't delete articles if the target
9223         group is not available.
9224
9225         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9226         Don't quote characters that are within parentheses.
9227
9228 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9231         (gnus-handle-ephemeral-exit): Select article according to it.
9232
9233 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * message.el (message-insert-formated-citation-line): Remove newline.
9236         (message-citation-line-format): Add final \n here so that the user can
9237         avoid a blank line.
9238
9239 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9240
9241         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9242         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9243         Update lanl/arXiv support.
9244
9245 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * gnus.el: Bump version number.
9248
9249 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * gnus.el (gnus-version-number): Bump version.
9252
9253 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9254
9255         * gnus.el: No Gnus v0.6 is released.
9256
9257 2007-04-27  Didier Verna  <didier@xemacs.org>
9258
9259         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9260         * gmm-utils.el (gmm-regexp-concat): ... here.
9261         * message.el: Don't require 'gnus-util.
9262         (message-dont-reply-to-names): Handle name change above.
9263         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9264
9265 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9268         since the initial value varies according to the system.
9269
9270 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9273
9274 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9275
9276         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9277
9278 2007-04-24  Didier Verna  <didier@xemacs.org>
9279
9280         Improve the type of gnus-ignored-from-addresses.
9281         * gnus-util.el (gnus-orify-regexp): New function.
9282         * message.el (gnus-util): Require it.
9283         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9284         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9285         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9286
9287 2007-04-24  Didier Verna  <didier@xemacs.org>
9288
9289         * gnus-sum.el:
9290         * gnus-utils.el: Fix some trailing whitespaces.
9291
9292 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9295         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9296         article's Message-ID; refer parent article in summary buffer.
9297
9298         * message.el (message-bounce): Call mime-to-mml.
9299
9300         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9301         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9302         optimize and/or forms properly.
9303
9304 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9307         URL.
9308
9309 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9312
9313 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9316         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9317         displayed of multipart/alternative part if it is invoked from summary
9318         buffer.
9319
9320         * mm-view.el (mm-inline-text-html-render-with-w3m)
9321         (mm-inline-text-html-render-with-w3m-standalone)
9322         (mm-inline-render-with-function): Use mail-parse-charset by default.
9323
9324 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9325
9326         * parse-time.el (parse-time-string-chars): Check if CHAR
9327         is less than the length of parse-time-syntax.
9328
9329 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9332         from gnus-newsgroup-processable.
9333
9334 2007-04-16  Didier Verna  <didier@xemacs.org>
9335
9336         * gnus-msg.el (gnus-configure-posting-styles):
9337         Handle message-signature-directory properly with :file syntax.
9338         Reported by "Leo".
9339
9340 2007-04-11  Didier Verna  <didier@xemacs.org>
9341
9342         New user option: message-signature-directory.
9343         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9344         * message.el (message-insert-signature): Ditto.
9345         * message.el (message-signature-file): Doc update.
9346         * message.el (message-signature-directory): New.
9347
9348 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-msg.el (gnus-inews-yank-articles):
9351         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9352
9353 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * message.el (message-yank-original): Make sure cited text ends with
9356         newline; don't exchange point and mark.
9357
9358 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9359
9360         * tls.el (open-tls-stream): Properly handle case where there
9361         is no associated buffer.
9362
9363 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9364
9365         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9366         message-yank-original, make sure (< mark TEXT point).
9367
9368 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * message.el (message-fill-column): New variable.
9371         (message-mode): Use it.  Add comment on a possible new hook.
9372
9373         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9374         (nnmail-get-new-mail): Reformat.
9375
9376         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9377
9378         * gmm-utils.el: Fix Commentary.
9379         (gmm-tool-bar-from-list): Fix typo in doc string.
9380
9381 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9382
9383         * message.el (message-yank-original): Don't switch point and mark
9384         unnecessarily to put point and mark as documented.
9385
9386 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9389         from the message heads.
9390
9391 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9392
9393         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9394         article buffer does not have a window.  This may not be the best
9395         solution but is certainly better than setting the start of the null,
9396         that is the current, window.
9397
9398 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9401         (gnus-draft-setup): Run it.
9402
9403         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9404         gnus-score-fast-scoring.  Allow regexp.
9405         (gnus-score-headers): Use it.
9406
9407         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9408         XEmacs.
9409
9410         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9411         string.
9412         (gnus-button-alist): Also catch `<f1> k ...'.
9413         (gnus-treat-display-x-face): Fix doc string.
9414
9415 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9416
9417         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9418         evaluation of gnus-extended-version to ensure correct generation of the
9419         User-Agent header when message-generate-headers-first is used.
9420
9421 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9422
9423         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9424         hashcash-path is nil.  Don't call callback with incorrect number of
9425         parameters if val is 0.
9426
9427 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9428
9429         * message.el (message-required-news-headers):
9430         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9431
9432 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9433
9434         * tls.el (open-tls-stream): In handshake-waiting loop,
9435         don't wait more if there is output available to process.
9436
9437 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9438
9439         * tls.el (tls-program): Doc fix.
9440
9441 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * message.el (message-generate-new-buffers): Change the meaning of the
9444         nil value; add `standard' to the choices; treat t as `unique'; improve
9445         doc string.
9446         (gnus-select-frame-set-input-focus): Autoload.
9447         (message-buffer-name): Search for the existing message buffer if
9448         message-generate-new-buffers is nil or `standard'; treat the value t of
9449         message-generate-new-buffers as `unique'.
9450         (message-pop-to-buffer): Raise the frame already displaying the message
9451         buffer; clear the echo area after querying.
9452         (message-setup): Pass the `continue' argument to compose-mail.
9453         (message-mail): Prefer `switch-function' if it is given; search for the
9454         existing message buffer if the `continue' argument is non-nil; pass
9455         continue and switch-function arguments to compose-mail by way of
9456         message-setup.
9457         (message-mail-other-window): Adjust argument of message-setup.
9458         (message-mail-other-frame): Ditto.
9459
9460 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9463         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9464         to turn font-lock on when turning gnus-message-citation-mode on.
9465
9466 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9467
9468         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9469         (mml-smime-function-alist): New variable; add epg as the backend.
9470         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9471         mml-smime- functions instead.
9472         * mm-view.el: Require smime.
9473
9474 2007-03-05  Didier Verna  <didier@xemacs.org>
9475
9476         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9477         instead of just inheritance for posting styles.
9478         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9479
9480 2007-02-24  Chris Moore  <dooglus@gmail.com>
9481
9482         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9483         * pgg-pgp.el (pgg-pgp-encrypt-region):
9484         * pgg-gpg.el (pgg-gpg-encrypt-region):
9485         Check pgg-encrypt-for-me if no other recipients.
9486
9487 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9488
9489         * tls.el (tls-certtool-program): Fix custom type.
9490
9491 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9494         and point-at-eol instead of line-(beginning|end)-position.
9495
9496         * assistant.el (assistant-parse-buffer): Ditto.
9497
9498         * netrc.el (netrc-parse-services): Ditto.
9499
9500 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9501
9502         * mml2015.el (mml2015-epg-find-usable-key): New function.
9503         (mml2015-epg-sign): Use it.
9504         (mml2015-epg-encrypt): Use it.
9505
9506 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * message.el (message-make-in-reply-to): Quote name containing
9509         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9510         if there are special characters.  Reported by NAKAJI Hiroyuki
9511         <nakaji@jp.freebsd.org>.
9512
9513 2007-02-27  Didier Verna  <didier@xemacs.org>
9514
9515         Include the group parameters as well as the topic ones in the
9516         inheritance filter process.
9517         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9518         argument GROUP-PARAMS-LIST.
9519         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9520
9521 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * nntp.el (nntp-never-echoes-commands)
9524         (nntp-open-connection-functions-never-echo-commands): New variables.
9525         (nntp-send-command): Use them.
9526
9527 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9528
9529         * mml2015.el (mml2015-epg-verify): Simplify.
9530
9531 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * mml.el (mml-content-disposition-alist): New user option.
9534         (mml-content-disposition): New function.
9535         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9536         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9537
9538 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9539
9540         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9541         verification.
9542
9543 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9544
9545         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9546         articles posted in the last 24 hours.
9547
9548 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9549
9550         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9551
9552 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9553
9554         * nntp.el (nntp-send-command): Don't wait for echoes when
9555         nntp-open-ssl-stream is used.
9556
9557 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9560         (gnus-message-add-citation-keywords)
9561         (gnus-message-remove-citation-keywords): Remove.
9562         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9563         directly, make the variables in font-lock-defaults buffer-local, add
9564         gnus-message-citation-keywords to them and then update the value of
9565         font-lock-keywords.
9566
9567 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * message.el (message-cite-original-1): Don't call
9570         gnus-article-highlight-citation.
9571
9572         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9573         citations; fix line count.
9574
9575 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9578         (gnus-message-add-citation-keywords)
9579         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9580         versions of font-lock-add-keywords and font-lock-remove-keywords to
9581         work with XEmacs correctly.
9582
9583 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-cite.el (gnus-cite-face-list): Set the values of
9586         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9587         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9588         (gnus-message-cite-prefix-regexp): New variable.
9589         (gnus-message-search-citation-line): Use it; protect against long
9590         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9591         the 0th match data for Emacs.
9592         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9593         (gnus-message-add-citation-keywords): Append keywords rather than
9594         prepending; emulate font-lock-add-keywords if it is not available.
9595         (gnus-message-remove-citation-keywords):
9596         Emulate font-lock-remove-keywords if it is not available.
9597
9598         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9599
9600         * message.el (message-cite-prefix-regexp): Set the value of
9601         gnus-message-cite-prefix-regexp.
9602
9603 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9604
9605         * nnweb.el (nnweb-google-parse-1): Update parser.
9606
9607 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9608
9609         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9610
9611 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9612
9613         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9614         regexp.
9615
9616 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9619         string-to-multibyte.
9620         (uudecode-decode-region-internal): Use it.
9621
9622         * lpath.el: Fbind string-as-multibyte for XEmacs.
9623
9624 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9627         Fix custom choice.
9628
9629         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9630
9631 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9632
9633         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9634
9635         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9636         `write-region' to respect `mm-inhibit-file-name-handlers'.
9637
9638 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9641         Use gnus-home-directory instead of "~/" or "$HOME".
9642
9643 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9644
9645         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9646         to mention filename.
9647         Add comments at beginning regarding usage.
9648         (encrypt-write-file-contents): Change interactive so a string is
9649         acceptable.  If the file has no associated model, show an error instead
9650         of a nonsense prompt.
9651
9652 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9653
9654         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9655         Thanks to Yoshihiko Yamada for kind notification of this typo.
9656
9657 2007-01-12  Kenichi Handa  <handa@m17n.org>
9658
9659         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9660         multibyte buffer.
9661
9662 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * gnus-score.el (gnus-score-fast-scoring): New variable.
9665         (gnus-score-headers): Use it.
9666
9667         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9668
9669         * message.el (message-cite-original-1):
9670         Call gnus-article-highlight-citation if requested.
9671         (message-make-from): Allow name and address as optional arguments.
9672
9673         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9674
9675         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9676         bugs to doc string.
9677         (gnus-button-alist): Add mid\\|message-id.
9678         (gnus-button-fetch-group): Extend for use in
9679         `browse-url-browser-function'.
9680         (gnus-button-url-regexp): Try to catch paired parentheses like in
9681         Wikipedia URLs.
9682
9683         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9684         Suggested by Simon Krahnke <overlord@gmx.li>.
9685
9686 2007-01-13  Romain Francoise  <romain@orebokech.com>
9687
9688         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9689         Update copyright.
9690
9691 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9692
9693         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9694
9695 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * gnus-registry.el (gnus-registry-unfollowed-groups)
9698         (gnus-registry-split-fancy-with-parent): Fix documentation.
9699
9700 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9703         from nnweb groups.
9704
9705 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9708         Xref urls.  Erase buffer before requesting head.
9709
9710         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9711
9712 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9715         customizable.
9716
9717 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9718
9719         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9720         no signing key is found.
9721         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9722         no encrypting and/or signing key is found.
9723
9724 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9727
9728 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9729
9730         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9731         headers read from disk with the ones newly found in the current search.
9732         This should no longer cause problems, because the article numbers in
9733         Gmane's `nov.php' output are ignored since the previous change.
9734
9735 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9736
9737         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9738
9739 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9742         replace-regexp-in-string; bind url-version; fbind display-images-p and
9743         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9744         find-face and set-itimer-function for Emacs; bind itimer-list for
9745         Emacs.
9746
9747         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9748
9749 2007-01-01  Romain Francoise  <romain@orebokech.com>
9750
9751         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9752
9753 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9754
9755         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9756         `define-minor-mode' macro definition expanded properly.
9757         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9758         exclude it there.
9759
9760         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9761         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9762         `fboundp' test.
9763         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9764         This is OK to autoload in (S)XEmacs now.
9765
9766 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767
9768         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9769         keystroke.
9770         (gnus-summary-limit-to-singletons): Fix typo.
9771
9772         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9773         else fails.
9774
9775 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9776
9777         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9778         docstring.
9779
9780         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9781         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9782         (gnus-summary-insert-dormant-articles): Fix typo in message.
9783
9784 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9787         nil for XEmacs.
9788         (gnus-message-citation-mode): Don't autoload in XEmacs.
9789
9790         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9791
9792 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9793
9794         * nnimap.el (nnimap-expunge-search-string):
9795         Mention nnimap-search-uids-not-since-is-evil in docstring.
9796
9797 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * spam.el: Revert to make-obsolete-variable because
9800         define-obsolete-variable-alias is not supported in Emacs 21.
9801
9802         * spam.el (spam-ifile-path, spam-ifile-database-path)
9803         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9804         make-obsolete-variable.
9805         (spam-bsfilter-path, spam-bsfilter-program)
9806         (spam-spamassassin-path, spam-spamassassin-program)
9807         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9808         Don't use "path" inappropriately.
9809         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9810         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9811         variable names.
9812
9813 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9814
9815         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9816         summary buffer.
9817
9818         * password.el (password-cache-remove): Use clear-string to burn
9819         password, if available.
9820
9821 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9824
9825         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9826
9827         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9828         (gnus-message-highlight-citation): Move defcustom here from
9829         gnus-cite.el.
9830         (gnus-message-citation-mode): Autoload.
9831
9832         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9833         checks to make it compile with XEmacs.
9834         (gnus-message-citation-mode): New minor mode.
9835         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9836         (gnus-message-highlight-citation): New variables.
9837         (gnus-message-search-citation-line)
9838         (gnus-message-add-citation-keywords)
9839         (gnus-message-remove-citation-keywords)
9840         (turn-on-gnus-message-citation-mode)
9841         (turn-off-gnus-message-citation-mode): New functions.
9842
9843 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9844
9845         * gnus-cite.el: Enable highlighting of different citation levels in
9846         message-mode.
9847
9848 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * message.el (message-make-fqdn): Fix comment.
9851         (message-bogus-system-names): Add ".local".
9852
9853         * spam.el (spam-ifile-path, spam-ifile-program)
9854         (spam-ifile-database-path, spam-ifile-database)
9855         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9856         Don't use "path" inappropriately.
9857         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9858         strings.
9859         (spam-check-ifile, spam-ifile-register-with-ifile)
9860         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9861         Use new variable names.
9862
9863         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9864         (gnus-treat-display-smileys): Simplify using
9865         gnus-image-type-available-p.
9866
9867         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9868         available.
9869
9870         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9871         Use `display-images-p' if available.
9872
9873 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9876         one after turning on the buffer's multibyteness instead of decoding
9877         them directly in the unibyte buffer that causes unexpected conversion
9878         in Emacs 23 (unicode).
9879
9880 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9881
9882         * message.el (message-generate-hashcash): Fix custom type.
9883
9884 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9887
9888 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9891         disconnect icons.  Add help text.
9892
9893 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9894
9895         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9896         negated to be consistent with the others we handle.
9897
9898 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9901         version of gnus-summary-buffer to something, so that we can use two
9902         article buffers at the same time.
9903
9904 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9905
9906         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9907         trigger all the extra headers.
9908         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9909         sorting.
9910
9911 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9912
9913         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9914         solid groups.
9915
9916 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9917
9918         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9919
9920 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * legacy-gnus-agent.el: Add Copyright notice.
9923
9924 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9925
9926         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9927
9928 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9931
9932         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9933         to make it work reliably in CVS Emacs.
9934         (gnus-summary-limit-strange-charsets-predicate)
9935         (gnus-summary-limit-to-predicate): New functions.
9936
9937 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9938
9939         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9940         specifying array size.
9941         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9942         array if it is too small.
9943         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9944         (gnus-sort-threads-loop): New function.
9945
9946 2006-12-06  Chris Moore  <dooglus@gmail.com>
9947
9948         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9949         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9950
9951 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9952
9953         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9954         options.
9955
9956 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957
9958         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9959         DOS-ing the recipient.
9960
9961         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9962         the headers when creating the mapping to avoid mismappings.
9963         (nnweb-gmane-create-mapping): Always nix out old mapping.
9964
9965 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9968         and mm-verify-option to never.
9969
9970 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * message.el (message-signed-or-encrypted-p): New function.
9973         (message-forward-make-body): Use it.
9974
9975         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9976         Replace encode-coding-string with mm-encode-coding-string.
9977
9978 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * nneething.el (nneething-decode-file-name):
9981         Replace decode-coding-string with mm-decode-coding-string.
9982
9983         * gnus-int.el (gnus-open-server): Say failed server's name.
9984
9985 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9986
9987         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9988         strings to a single string.  Quote `errors-file-name'.
9989         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9990         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9991         Adjust calls.  Use `shell-quote-argument'.
9992
9993 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9994
9995         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9996         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9997
9998         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9999         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10000         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10001         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10002         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10003         (gnus-subscribe-newsgroup, gnus-1):
10004         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10005         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10006         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10007         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10008
10009 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10012         keystroke.
10013         (gnus-summary-limit-to-bodies): Implement headersp.
10014
10015 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10018
10019 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10022
10023 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * message.el (message-generate-hashcash): Expand range of values to
10026         include `opportunistic'.
10027         (message-send-mail): Use it.
10028
10029 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10030
10031         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10032         and comment it.
10033
10034         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10035
10036 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gnus-util.el (gnus-extract-address-components): Improve comment.
10039
10040 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-util.el (gnus-extract-address-components): Work with address in
10043         which the name portion contains @.
10044
10045         * lpath.el: Fbind custom-autoload.
10046
10047 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * gnus.el (gnus-start): Move custom group up.
10050         (gnus-select-method): Don't autoload, but make it available for
10051         `customize-variable'.
10052         (gnus-getenv-nntpserver): Don't autoload.
10053
10054 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10055
10056         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10057
10058 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * message.el (message-sendmail-extra-arguments): New variable.
10061         (message-send-mail-with-sendmail): Use it.
10062
10063 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10066         mm-with-unibyte-current-buffer to make string unibyte.
10067
10068         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10069         mm-string-as-multibyte.
10070
10071 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10072
10073         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10074         Reported by Werner Koch <wk@gnupg.org>.
10075
10076 2006-11-14  Daiki Ueno  <ueno@p360>
10077
10078         * mml2015.el: Autoload epa-select-keys when compiling.
10079
10080 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10081
10082         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10083         message-options.
10084         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10085
10086 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10087
10088         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10089         EasyPG (< 0.0.6).
10090         (mml2015-always-trust): New user option.
10091         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10092         prompt.
10093
10094 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * nntp.el (nntp-authinfo-force): New variable.
10097         (nntp-send-authinfo): Use it.
10098
10099 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10102         decode encoded words.  Improve prompt.  Add comment about forwarding.
10103         (message-replacement-char): Move up.
10104
10105 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10106
10107         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10108         instead of gnus-intersection because arguments of gnus-sorted-nunion
10109         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10110
10111 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10114         (message-simplify-subject-functions):
10115         Enable message-strip-subject-encoded-words by default.
10116
10117 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * message.el (message-strip-subject-encoded-words): New function.
10120         (message-simplify-subject-functions): New variable.
10121         (message-simplify-subject): Use it.  Fix typo in doc string.
10122         Support message-strip-subject-encoded-words.
10123
10124 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10125
10126         * gnus-diary.el (gnus-diary-delay-format-function):
10127         * nndiary.el (nndiary-reminders):
10128         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10129
10130 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * gnus-art.el (article-hide-boring-headers): Fetch date from
10133         gnus-original-article-buffer to avoid problems with localized date
10134         strings.
10135
10136 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10139
10140 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10143         New variables.
10144         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10145         (mm-charset-synonym-alist): Move some entries to
10146         mm-codepage-iso-8859-list.
10147         (mm-charset-synonym-alist, mm-charset-override-alist):
10148         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10149
10150 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10153
10154 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10157         with Emacs 21 and XEmacs.
10158
10159 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10160
10161         * spam.el (spam-parse-address): New function for better parsing,
10162         catching errors, etc.
10163         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10164
10165 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * mm-view.el: Add interactive arg to html2text autoload.
10168
10169 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10172
10173 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10176         New variables.
10177         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10178         (mm-charset-synonym-alist): Move some entries to
10179         mm-codepage-iso-8859-list.
10180
10181         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10182
10183 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * message.el (message-citation-line-format)
10186         (message-insert-formated-citation-line): Fix implementation of %E, %N
10187         and %n according to the doc string.
10188
10189 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10192         Use car-safe to avoid bad parses.
10193
10194 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10197         names.
10198
10199         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10200
10201 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10204         header.
10205
10206         * message.el (message-draft-headers): Add Date.
10207         (message-headers-to-generate): Fix typo in docstring.
10208
10209         * nndraft.el (nndraft-required-headers): New variable.
10210         (nndraft-generate-headers): Use it.
10211
10212         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10213
10214 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10215
10216         * gnus-registry.el (gnus-registry-wash-for-keywords)
10217         (gnus-registry-find-keywords): New functions to allow easy searching of
10218         articles that are in the registry.
10219
10220 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10221
10222         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10223         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10224         Reported by Damien Elmes <damien@repose.cx>.
10225
10226 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * gnus.el (gnus-mime): Remove unused custom group.
10229
10230 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10231
10232         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10233         "blank line" when searching for end of armor headers.
10234
10235 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gmm-utils.el (gmm-write-region): Fix variable name.
10238
10239 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * gmm-utils.el (gmm-write-region): New function based on compatibility
10242         code from `mm-make-temp-file'.
10243
10244         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10245
10246         * nnmaildir.el (nnmaildir--update-nov)
10247         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10248         Use `gmm-write-region'.
10249
10250 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10253         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10254
10255         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10256
10257         * message.el (message-replacement-char): New variable.
10258         (message-fix-before-sending): Use it.
10259         (message-simplify-subject): New function to remove duplicate code.
10260         (message-reply, message-followup): Use it.
10261
10262         * gnus-sum.el (gnus-summary-make-menu-bar):
10263         Clarify gnus-summary-limit-to-articles.
10264
10265 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-util.el (gnus-with-local-quit): New macro.
10268
10269         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10270
10271 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10272
10273         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10274         ignore non-string data.
10275
10276 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10279         non-string data (needs to be done in the registry too).
10280
10281 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10282
10283         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10284         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10285         (gnus-registry-split-fancy-with-parent)
10286         (gnus-registry-fetch-simplified-message-subject-fast)
10287         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10288         Remove text properties on ingress into the registry and when it's saved.
10289         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10290         registry from entries with no groups.
10291
10292 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10293
10294         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10295         function to remove string properties.
10296
10297 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gmm-utils.el (gmm): Adjust custom version.
10300
10301         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10302         Adjust custom version.
10303
10304         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10305
10306 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-art.el (gnus-insert-prev-page-button)
10309         (gnus-insert-next-page-button): Simplify.  Reformat.
10310
10311 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10312
10313         * gnus-art.el (gnus-insert-prev-page-button)
10314         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10315
10316 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10317
10318         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10319
10320 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10321
10322         * gnus-art.el (gnus-insert-mime-button)
10323         (gnus-insert-mime-security-button):
10324         Apply gnus-article-button-face to MIME and security buttons.
10325
10326 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10329         readable.
10330
10331 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10334
10335 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10336
10337         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10338         `browse-url-of-file' instead of `browse-url'.
10339
10340 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10341
10342         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10343         regexp.  Articles containing quotation were cut prematurely.
10344
10345 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * message.el (message-cite-original-1): Use nobody by default for the
10348         value of From header.
10349         (message-reply): Ditto.
10350
10351 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10352
10353         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10354         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10355         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10356
10357 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10360         mails in the doc string.  Add some URLs in comment.
10361         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10362
10363 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10366         backslashes handling and the way to find boundaries of quoted strings.
10367
10368 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10369
10370         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10371         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10372         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10373         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10374
10375 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10378         doc string.
10379         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10380
10381 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * lpath.el: Fbind epg-check-configuration.
10384
10385 2006-09-06  Simon Josefsson  <jas@extundo.com>
10386
10387         * mml2015.el (mml2015-use): Doc fix, mention epg.
10388
10389 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10390
10391         * mml2015.el (mml2015-use): Default to epg, if available.
10392
10393 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10394
10395         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10396         message-sender.
10397         (mml1991-epg-encrypt): Ditto.
10398         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10399         message-sender.
10400         (mml2015-epg-encrypt): Ditto.
10401
10402 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10403
10404         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10405         several common directories.
10406
10407 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10408
10409         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10410         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10411
10412 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * gnus-art.el (article-decode-encoded-words): Make it fast.
10415
10416 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10419
10420         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10421         in quoted string into `\'.
10422
10423 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10426         Use standard-syntax-table.
10427
10428 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-art.el (gnus-decode-address-function): New variable.
10431         (article-decode-encoded-words): Use it to decode headers which are
10432         assumed to contain addresses.
10433         (gnus-mime-delete-part): Remove useless `or'.
10434
10435         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10436         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10437         (gnus-nov-parse-line): Use it to decode From header.
10438         (gnus-get-newsgroup-headers): Ditto.
10439         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10440
10441         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10442         (mail-decode-encoded-address-string): New alias.
10443
10444         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10445         New function.
10446         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10447         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10448         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10449         (rfc2047-decode-string): Ditto.
10450         (rfc2047-decode-address-region): New function.
10451         (rfc2047-decode-address-string): New function.
10452
10453 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * message.el (message-caesar-buffer-body): Allow rotating headers.
10456
10457         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10458
10459         * message.el (message-insert-formated-citation-line): Fix %f.
10460         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10461
10462 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10465         (gnus-bookmark-mouse-available-p): New macro.
10466         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10467         (gnus-bookmark-bmenu-show-infos): Use it.
10468         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10469         (gnus-bookmark-bmenu-hide-infos): Ditto.
10470         (gnus-bookmark-remove-properties): New function.
10471         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10472         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10473         (gnus-bookmark-write-file): Bind coding-system-for-write.
10474         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10475         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10476         group before selecting it.
10477         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10478         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10479         quit-window if it is not available; use gnus-mouse-2 and bind it to
10480         gnus-bookmark-bmenu-select-by-mouse.
10481         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10482         (gnus-bookmark-bmenu-select-by-mouse): New function.
10483
10484 2006-08-13  Romain Francoise  <romain@orebokech.com>
10485
10486         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10487         space.
10488
10489 2006-08-10  Romain Francoise  <romain@orebokech.com>
10490
10491         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10492         (dns-mode-soa-auto-increment-serial): New user option.
10493         (dns-mode-soa-maybe-increment-serial): New function.
10494         (dns-mode): Add the latter to `write-contents-functions'.
10495
10496 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * compface.el (uncompface): Use binary rather than raw-text-unix.
10499
10500 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * compface.el (uncompface): Make sure the eol conversion doesn't take
10503         place when communicating with the external programs.
10504         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10505
10506 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10509
10510 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10511
10512         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10513         Make it more robust by parsing author and date independently.
10514
10515 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10518
10519 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10520
10521         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10522         first matching secret key.
10523         (mml2015-epg-encrypt): Ditto.
10524
10525         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10526         first matching secret key.
10527         (mml1991-epg-encrypt): Ditto.
10528
10529         * mml2015.el (mml2015-encrypt-to-self): New user option.
10530         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10531         mml2015-epg-encrypt-to-self is set.
10532
10533         * mml1991.el (mml1991-encrypt-to-self): New variable.
10534         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10535         mml1991-epg-encrypt-to-self is set.
10536
10537         * mml2015.el (mml2015-signers): New user option.
10538         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10539         (mml2015-epg-encrypt): Allow to select signing keys.
10540
10541         * mml1991.el (mml1991-signers): New variable.
10542         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10543         (mml1991-epg-encrypt): Allow to select signing keys.
10544
10545 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * nnheader.el (nnheader-insert-head): Make it work even if the file
10548         uses CRLF for the line-break code.
10549
10550 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10551
10552         * mml2015.el: Require mml-sec instead of password.
10553         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10554         (mml2015-cache-passphrase): Inherit the default value from
10555         mml-secure-cache-passphrase.
10556         (mml2015-passphrase-cache-expiry): Inherit the default value from
10557         mml-secure-passphrase-cache-expiry.
10558
10559         * mml1991.el: Require mml-sec instead of password.
10560         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10561         (mml1991-cache-passphrase): Inherit the default value from
10562         mml-secure-cache-passphrase.
10563         (mml1991-passphrase-cache-expiry): Inherit the default value from
10564         mml-secure-passphrase-cache-expiry.
10565
10566         * mml-sec.el: Require password.
10567         (mml-secure-verbose): New user option.
10568         (mml-secure-cache-passphrase): New user option.
10569         (mml-secure-passphrase-cache-expiry): New user option.
10570
10571 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10572
10573         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10574         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10575         andreas@altroot.de (Andreas Vögele).
10576
10577         FIXME: Use `tiny change'?
10578
10579 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10580
10581         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10582         workaround for the url package included with Emacs.
10583
10584         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10585
10586 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10589         correctly.  This fixes a bug caused by the 2006-05-12 change.
10590
10591 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10592
10593         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10594         some information about the error when saying that the `bogus' mail
10595         group will be used.
10596
10597 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10600         string.
10601
10602 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10603
10604         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10605
10606 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10607
10608         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10609
10610 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10611
10612         * mml1991.el (mml1991-function-alist): Add epg.
10613         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10614         (mml1991-epg-encrypt): New functions.
10615
10616 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10617
10618         * mml2015.el (mml2015-verbose): New variable.
10619         (mml2015-cache-passphrase): Ditto.
10620         (mml2015-passphrase-cache-expiry): Ditto.
10621         (mml2015-function-alist): Add epg.
10622         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10623         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10624         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10625         New functions.
10626
10627 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10628
10629         * message.el (message-cite-original-1): Preserve region when removing
10630         quoted text due to X-No-Archive in order to avoid bogus attribution
10631         when citing multiple messages.
10632
10633 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10634
10635         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10636         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10637
10638 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gnus-diary.el (gnus-user-format-function-d)
10641         (gnus-user-format-function-D): Autoload.
10642
10643         * imap.el (Commentary): Fix typo.
10644
10645         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10646         2006-04-22 contribution.
10647
10648 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10649
10650         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10651         It didn't really fix the bogosity I'm seeing with solid web groups.
10652
10653 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10654
10655         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10656         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10657         created using server names.  If we use the feature without declaring
10658         it, Gnus does not properly manage server and group state.
10659
10660         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10661         bound.
10662
10663 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10664
10665         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10666         looking up the method using GROUP's prefix before inventing a new one.
10667         It is used on killed/unknown groups in various places where returning
10668         an all-new method isn't expected by the caller.
10669
10670         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10671         and match semantics of gnus-group-real-prefix.
10672
10673 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * nnmail.el (nnmail-broken-references-mailers): New variable.
10676         (nnmail-ignore-broken-references): New function generalizing
10677         nnmail-fix-eudora-headers.
10678         (nnmail-fix-eudora-headers): Now obsolete.
10679
10680         * gnus-art.el (gnus-button-handle-custom):
10681         Support `customize-apropos*'.
10682
10683 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10684
10685         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10686
10687         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10688         articles.
10689
10690 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * message.el (message-cite-reply-above): New variable.
10693         (message-yank-original): Use it.
10694
10695 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10698
10699 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10702         as read.
10703
10704         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10705
10706 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10709         (gnus-bookmark-default-file): Use gnus-directory.
10710         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10711         Remove "*" in doc string.
10712         (gnus-bookmark-write-file): Simplify.
10713         (gnus-bookmark-maybe-sort-alist): Use `when'.
10714         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10715         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10716         Add FIXME about Emacs 21 and XEmacs compatibility.
10717         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10718         compatibility.
10719         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10720         compatibility.
10721         (gnus-bookmark-menu-heading): Fix version.
10722
10723 2006-06-19  Bastien Guerry  <bzg@altern.org>
10724
10725         * gnus-bookmark.el: New file.
10726
10727 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * message.el (message-syntax-checks): Doc fix.
10730
10731 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10732
10733         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10734         unsubscribed groups as if they were killed ones.  It causes duplicate
10735         entries in gnus-newsrc-alist.
10736
10737 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * message.el (message-syntax-checks): Doc fix.
10740         (message-send-mail): Add check for continuation headers.
10741         (message-check-news-header-syntax): Fix regexp used to check for
10742         continuation headers.
10743
10744 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10747
10748 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10751
10752 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10755         default-truncate-lines.
10756
10757 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10760         to fill the utf-8 entry.
10761
10762         * lpath.el: Fbind unicode-precedence-list.
10763
10764 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10765
10766         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10767
10768 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10769
10770         * gnus-agent.el (directory-files-and-attributes): Move all the way
10771         forward (the third and final move).
10772         (gnus-agent-read-agentview): Trap reconstruction errors due to
10773         nonexistent directory.  Handle by returning nil.
10774
10775 2006-05-30  Didier Verna  <didier@xemacs.org>
10776
10777         * message.el (message-dont-reply-to-names): Update the custom type.
10778         * message.el (message-dont-reply-to-names): New defsubst: potentially
10779         convert a list of regexps into a single one.
10780         * message.el (message-get-reply-headers): Use it.
10781         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10782
10783 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-agent.el (directory-files-and-attributes): Move forward.
10786
10787 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * gnus-ml.el (gnus-mailing-list-subscribe)
10790         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10791         (gnus-mailing-list-message): Fix doc strings.
10792
10793 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10794
10795         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10796         of doing it manually.
10797
10798 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10801         comment.
10802
10803 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10804
10805         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10806         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10807         (gnus-agent-read-local): All symbols allocated in my-obarray.
10808         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10809         (gnus-agent-regenerate-group): Check numeric names to see if they are
10810         messages or groups.
10811         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10812         better way of do this...)
10813
10814         * gnus-cache.el (gnus-agent-total-fetched-for):
10815         Ignore 'dummy.group' (there should be a better way of do this...)
10816
10817 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10820         (gnus-saved-headers): Ditto.
10821         (gnus-default-article-saver): Mention functions may have properties.
10822         (gnus-article-save): Override gnus-save-all-headers and
10823         gnus-saved-headers by :headers property which saver function may have.
10824         (gnus-summary-save-in-file): Add :headers property.
10825         (gnus-summary-write-to-file): Ditto.
10826
10827         * gnus-sum.el (gnus-summary-save-article): Bind
10828         gnus-prompt-before-saving to t when saving many articles in a file;
10829         always show all headers.
10830
10831         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10832
10833 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10836         marks.
10837
10838         * message.el (message-indent-citation): Add optional arguments to allow
10839         using it outside of message buffers.
10840
10841         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10842         (gnus-article-treat-unfold-headers): Use it.
10843         (gnus-article-truncate-lines): New variable.
10844         (gnus-article-mode): Use it.
10845         (gnus-article-toggle-truncate-lines): New function.
10846
10847         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10848         Add gnus-article-toggle-truncate-lines.
10849
10850         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10851         coding system in XEmacs, use binary.
10852
10853 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10856         after-load-alist.
10857
10858         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10859         this function should save decoded articles.
10860         (gnus-summary-write-to-file): Use property to specify this function
10861         should save decoded articles and specify gnus-summary-save-in-file
10862         should be used to save articles other than the first one when saving
10863         many articles.
10864         (gnus-summary-save-body-in-file): Use property to specify this
10865         function should save decoded articles.
10866         (gnus-summary-write-body-to-file): Use property to specify this
10867         function should save decoded articles and specify
10868         gnus-summary-save-body-in-file should be used to save articles other
10869         than the first one when saving many articles.
10870
10871         * gnus-sum.el (gnus-summary-save-article): Simplify.
10872
10873 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-art.el (gnus-default-article-saver):
10876         Add gnus-summary-write-body-to-file.
10877         (gnus-article-save-coding-system): Don't use coding system object
10878         in XEmacs.
10879         (gnus-read-save-file-name): Add optional `dir-var' argument which
10880         specifies directory in which files are saved; work even if optional
10881         `variable' argument is not specified.
10882         (gnus-summary-write-to-file): Read file name.
10883         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10884         (gnus-summary-write-body-to-file): New function.
10885
10886         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10887         (gnus-summary-local-variables): Add it.
10888         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10889         (gnus-summary-save-article): Remove optional `decode' argument;
10890         determine whether to decode articles by the value of
10891         gnus-default-article-saver; when saving many files using
10892         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10893         it first and use gnus-summary-save-in-file or
10894         gnus-summary-save-body-in-file thereafter unless
10895         gnus-prompt-before-saving is always; move point to article which
10896         will be saved.
10897         (gnus-summary-save-article-file): Revert.
10898         (gnus-summary-write-article-file): Revert.
10899         (gnus-summary-save-article-body-file): Revert.
10900         (gnus-summary-write-article-body-file): New function.
10901
10902 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-art.el (gnus-default-article-saver): Doc fix.
10905         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10906         from gnus-summary-save-article-coding-system, and default to a
10907         certain coding system.
10908         (gnus-output-to-file): Add coding cookie and encode text according
10909         to gnus-article-save-coding-system; don't use mm-append-to-file.
10910
10911         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10912         gnus-art.el and rename to gnus-article-save-coding-system.
10913         (gnus-summary-save-article): Require gnus-art; don't show all
10914         headers if it decodes articles; don't add coding cookie here;
10915         don't bind mm-text-coding-system-for-write.
10916         (gnus-summary-save-article-file): Save decoded articles.
10917         (gnus-summary-write-article-file): When saving many files, use
10918         gnus-summary-write-to-file first and gnus-summary-save-in-file
10919         thereafter unless gnus-prompt-before-saving is always.
10920         (gnus-summary-save-article-body-file): Save decoded articles.
10921
10922         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10923
10924 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * nnrss.el (nnrss-check-group): Bind hash-index.
10927
10928 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10929
10930         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10931         its hash index.  Store this hash in `nnrss-group-data'.
10932         (nnrss-read-group-data): Update accordingly.
10933
10934 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10937         entry.
10938
10939         * gnus-sum.el (gnus-summary-make-menu-bar):
10940         Add gnus-article-browse-html-article.
10941
10942 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10943
10944         * gnus-sum.el (gnus-summary-mime-map):
10945         Add gnus-article-browse-html-article.
10946
10947         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10948
10949 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10952         suitable coding systems in customize.
10953
10954 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * mail-source.el (mail-sources): Fix custom type.
10957
10958 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10961         (gnus-summary-expire-articles-now): Shorten prompt.
10962
10963         * gmm-utils.el (wid-edit): Require.
10964         (defun-gmm): Rename from `gmm-defun-compat'.
10965         (gmm-image-search-load-path): Use it.
10966         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10967
10968 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-sum.el (gnus-summary-save-article-coding-system):
10971         New variable.
10972         (gnus-summary-save-article): Add optional `decode' argument.
10973         If it is set and gnus-summary-save-article-coding-system is non-nil,
10974         save decoded article.
10975         (gnus-summary-write-article-file): Save decoded article if
10976         gnus-summary-save-article-coding-system is non-nil.
10977
10978         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10979         type.
10980
10981 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10984
10985 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10988         first to test gnus-single-article-buffer which may be buffer-local.
10989
10990         * gnus-sum.el (gnus-summary-setup-buffer):
10991         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10992         group; make gnus-article-buffer, gnus-article-current, and
10993         gnus-original-article-buffer always buffer-local.
10994         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10995         group.
10996         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10997
10998 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * nnml.el (nnml-request-compact-group): Compressed files might not
11001         have .gz extension.
11002
11003 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11004
11005         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11006         (mm-copy-to-buffer): Use with-current-buffer.
11007         (mm-display-part): Simplify.
11008         (mm-inlinable-p): Add optional arg `type'.
11009
11010 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11011
11012         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11013         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11014         Try harder to show the attachment internally or externally using
11015         gnus-mime-view-part-as-type.
11016
11017 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * message.el (message-from-style, message-signature-separator)
11020         (message-user-organization-file, message-send-mail-function)
11021         (message-citation-line-function, message-yank-prefix)
11022         (message-indent-citation-function, message-signature)
11023         (message-signature-file, message-signature-insert-empty-line):
11024         Remove autoloads.
11025
11026         * gnus-art.el (gnus-buttonized-mime-types):
11027         Remove "multipart/signed".  Revert 2006-04-26 change.
11028
11029 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * gnus.el (gnus-version-number): Bump version.
11032
11033 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11034
11035         * gnus.el: No Gnus v0.5 is released.
11036
11037 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11038
11039         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11040         fetching articles by message-id.
11041
11042 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * message.el (hashcash): Require hashcash as normal.
11045
11046         * ecomplete.el (ecomplete-highlight-match-line):
11047         Use point-at-eol.
11048         (ecomplete-highlight-match-line): Use `highlight', because that
11049         face exists in both Emacs and XEmacs.
11050
11051         * message.el (message-display-abbrev): Use point-at-bol.
11052
11053         * mail-source.el: Don't require timer/timer-funcs.
11054
11055         * gnus-async.el: Ditto.
11056
11057         * password.el: Ditto.
11058
11059         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11060
11061         * mm-url.el: Ditto.
11062
11063         * gnus-xmas.el: Don't require timer-funcs.
11064
11065         * mm-util.el: Require timer/timer-funcs.
11066
11067 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11068
11069         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11070         Close.
11071
11072 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11075         unibyte after clear-decrypt function runs.
11076
11077         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11078         returns as a unibyte string.
11079
11080 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * lpath.el: Revert.
11083
11084         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11085         (pgg-gpg-process-sentinel): Revert.
11086
11087         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11088         (pgg-pgp-lookup-key): Revert.
11089
11090         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11091         (pgg-pgp5-lookup-key): Revert.
11092
11093         * pgg.el (pgg-fetch-key): Revert.
11094
11095 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * lpath.el: Fbind string-as-multibyte for XEmacs.
11098
11099         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11100         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11101         (mml1991-pgg-encrypt): Ditto.
11102
11103         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11104         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11105         a multibyte buffer.
11106
11107         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11108         (pgg-pgp-lookup-key): Ditto.
11109
11110         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11111         (pgg-pgp5-lookup-key): Ditto.
11112
11113         * pgg.el (pgg-fetch-key): Ditto.
11114
11115 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * message.el (message-user-organization-file): Check several
11118         locations of the organization file.
11119
11120         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11121         Add gnus-article-view-part-as-type.
11122
11123         * gnus-art.el (gnus-article-view-part-as-type): New function.
11124
11125         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11126         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11127
11128         * mml.el: Simplify autoload.
11129         (mml-mode): defvar dnd-protocol-alist instead of using
11130         symbol-value.
11131         (mml-default-directory): New variable.
11132         (mml-minibuffer-read-file): Use it.
11133         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11134
11135         * message.el (message-citation-line-format): New variable.
11136         (message-insert-formated-citation-line): New function.
11137         (message-citation-line-function):
11138         Add `message-insert-formated-citation-line' to custom type.
11139
11140         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11141         to doc string.
11142
11143         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11144         depending on mm-verify-option.
11145
11146 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11149         binding pgg-* variables; reimplement the section which prevents
11150         MIME header from being signed.
11151         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11152         pgg-text-mode; remove a blank line at the top of body.
11153
11154         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11155         lines at the top of body; use gnus-newsgroup-charset if there's no
11156         Charset header.
11157
11158 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * message.el (message-self-insert-commands): Doc fix.
11161
11162         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11163         (mm-uu-pgp-encrypted-test): Ditto.
11164         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11165         between header and body; return application/pgp-encrypted handle
11166         if decryption failed; decode decrypted body by charset.
11167
11168         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11169         element match to application/pgp-*.
11170
11171 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11172
11173         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11174         HTML.
11175
11176 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * mail-source.el (mail-source-call-script): Message the error
11179         string.
11180
11181 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * gnus-util.el (gnus-byte-compile): Use it.
11184
11185 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11186
11187         * gnus-util.el (kill-empty-logs): New function.
11188
11189 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * message.el (message-mail-alias-type): Doc fix.
11192         (message-mail-alias-type-p): New function.
11193         (message-send): Use it.
11194         (message-mode): Ditto.
11195         (message-strip-forbidden-properties): Ditto.
11196
11197         * ecomplete.el (ecomplete-database-file-coding-system):
11198         New variable.
11199         (ecomplete-save): Use it.
11200         (ecomplete-setup): Use it.
11201
11202 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * message.el (message-self-insert-commands): New variable.
11205         (message-strip-forbidden-properties): Use it.
11206
11207 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11210         that doesn't make XEmacs choke.
11211
11212 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-util.el (gnus-replace-in-string):
11215         Prefer replace-regexp-in-string over of replace-in-string.
11216
11217 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-util.el (gnus-select-frame-set-input-focus):
11220         Use select-frame-set-input-focus if it is available in XEmacs; use
11221         definition defined in Emacs 22 for old Emacsen.
11222
11223         * dgnushack.el: Autoload unmorse-region for XEmacs.
11224
11225         * lpath.el: Bind cursor-in-non-selected-windows and
11226         select-frame-set-input-focus for XEmacs.
11227
11228 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11231
11232 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * gnus-registry.el (gnus-registry-cache-save): Remove text
11235         properties when saving via the temp buffer.
11236
11237 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * message.el (message-generate-hashcash): Honor custom type.
11240
11241 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11242
11243         * message.el (message-generate-hashcash): Default to non-nil when
11244         hashcash is found.
11245
11246         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11247         (gnus-refer-thread-limit): Increase default to 500.
11248
11249         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11250
11251         * flow-fill.el (fill-flowed): Allow delete-space.
11252
11253 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11256         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11257         Remove autoloads.
11258
11259 2006-04-18  Simon Josefsson  <jas@extundo.com>
11260
11261         * message.el (message-generate-hashcash): Default to.
11262
11263 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11266         concatenating segments rather than before concatenating them.
11267
11268 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11271
11272 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11275
11276         * message.el (message-forward-make-body-plain):
11277         Allow message-forward-ignored-headers to be a list.
11278         (message-remove-ignored-headers): Factor out into function.
11279         (message-forward-make-body-mml): Use it.
11280
11281         * imap.el (imap-quote-specials): New function.
11282         (imap-login-auth): Quote specials.
11283
11284         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11285         (rfc2231-parse-string): Allow concatanation of parameters that
11286         aren't contiguous.  The test case is
11287           (mail-header-parse-content-type "message/external-body;
11288             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11289             access-type=LOCAL-FILE;
11290             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11291
11292 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11293
11294         * nntp.el (nntp-accept-process-output): Return the value of
11295         `nnheader-accept-process-output'.
11296
11297 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11300         (gnus-button-alist): Recognize more diff formats.
11301         (gnus-button-patch): Strip directory.
11302
11303 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11306         Emacs 22 when setting focus.
11307
11308 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11309
11310         * gnus-art.el (gnus-article-treat-types): Do treatment of
11311         text/x-verbatim parts.
11312         (gnus-button-patch): New command.
11313
11314         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11315         addresses that contain invalid characters.
11316
11317 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11318
11319         * message.el (message-put-addresses-in-ecomplete):
11320         Use gnus-replace-in-string.
11321         (message-is-yours-p): Use the more correct
11322         mail-header-parse-address instead of
11323         mail-extract-address-components.
11324         (message-put-addresses-in-ecomplete): Fix typo.
11325
11326         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11327         keystroke.
11328
11329         * gnus-art.el (gnus-treatment-function-alist): Change order of
11330         newsgroups/generic header folding to avoid double-folding.
11331
11332         * message.el (message-hidden-headers): Add X-Draft-From.
11333
11334         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11335         New command.
11336         (gnus-summary-repeat-search-article-backward): New command.
11337
11338         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11339         groups in the parent topic.
11340
11341 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11342
11343         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11344         (spam-extra-header-to-number): Return the CRM114 number as a
11345         number instead of a string.
11346
11347 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * gnus-art.el (gnus-face-properties-alist): Move here from
11350         gnus-fun.
11351
11352         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11353
11354 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * message.el (message-strip-forbidden-properties): Only display on
11357         self-insert-command.
11358
11359         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11360         reindent.
11361         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11362
11363 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11364
11365         * smiley.el (smiley-style): Fix typo.
11366
11367 2006-03-23  Kenichi Handa  <handa@m17n.org>
11368
11369         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11370         instead of set-buffer-multibyte.
11371
11372 2006-03-23  Kenichi Handa  <handa@m17n.org>
11373
11374         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11375         buffer and then decode the buffer text if necessary.
11376         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11377         first, and after mm-encode-body, change the buffer to unibyte.
11378
11379 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * hashcash.el (hashcash-insert-payment-async-2):
11382         Use message-goto-eoh instead of doing it manually.
11383         (mail-add-payment): Use message-narrow-to-header instead of trying
11384         to do the same itself.
11385
11386         * message.el (message-hidden-headers): Add Face.
11387
11388         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11389         reparenting code.
11390         (gnus-summary-reparent-children): Refactored out code.
11391         (gnus-summary-thread-map): New keystroke.
11392         (gnus-summary-reparent-children): Make into command.
11393
11394         * smiley.el (smiley-style): Default to `medium' if using a large
11395         font.
11396
11397         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11398         does it itself.
11399
11400         * message.el (message-point-in-header-p): Simplify definition.
11401
11402 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * nnagent.el (nnagent-request-set-mark): Silence log file
11405         writing.
11406         (nnagent-request-set-mark): Use write-region instead of
11407         append-to-file.
11408
11409         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11410         strange select method.
11411
11412         * ecomplete.el (ecomplete-display-matches): Get highlightling
11413         right.
11414         (ecomplete-display-matches): Use literals.
11415         (ecomplete-display-matches): Disable message logging.
11416
11417         * message.el (message-display-abbrev): Small optimization.
11418
11419         * ecomplete.el (ecomplete-display-matches): Allow automatic
11420         display.
11421
11422         * message.el (message-strip-forbidden-properties):
11423         Display abbrevs.
11424         (message-display-abbrev): Get automatic display right.
11425
11426         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11427         keystrokes.
11428
11429 2006-04-13  Romain Francoise  <romain@orebokech.com>
11430
11431         TODO: Backport to v5-10!
11432
11433         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11434         Move here (and rename) from gnus-registry.el.
11435
11436         * gnus-registry.el: Require gnus-util.
11437         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11438
11439 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * gnus-group.el (gnus-group-catchup-current):
11442         Change if-then-else-if-then-else into cond.
11443         (gnus-group-catchup): Indent.
11444         (group-name-at-point): New function.
11445         (gnus-fetch-group): Provide default from thing at point.
11446
11447 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448
11449         * message.el (message-display-abbrev): Fix regexp.
11450
11451         * ecomplete.el (ecomplete-highlight-match-line):
11452         Reimplement choosing.
11453         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11454         dead variables.
11455
11456         * message.el (message-newline-and-indent): Remove debugging.
11457         (message-display-abbrev): Use new implementation.
11458
11459 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gnus-art.el (gnus-article-mode):
11462         Set cursor-in-non-selected-windows to nil.
11463
11464         * smiley.el: Revert previous change.
11465         (smiley-data-directory): defvar it before using it in the
11466         defcustom of `smiley-style'.
11467
11468 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469
11470         * message.el (message-newline-and-indent): New function.
11471
11472         * ecomplete.el: Implement more bits.
11473
11474         * message.el (message-put-addresses-in-ecomplete): Clean up the
11475         string.
11476
11477         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11478
11479         * gnus-sum.el (gnus-summary-save-parts):
11480         Bind gnus-summary-save-parts-counter and use it to make unique file
11481         names.
11482
11483         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11484
11485         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11486         parameter to say whether to actually parse the individual
11487         addresses.
11488
11489         * message.el (message-put-addresses-in-ecomplete): New function.
11490         (ecomplete): Require.
11491         (message-mail-alias-type): Add ecomplete as an option.
11492
11493 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11494
11495         * flow-fill.el (fill-flowed): Remove trailing space from blank
11496         quoted lines.
11497
11498 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * smiley.el (smiley-style): Move definition later to avoid a
11501         compilation warning.
11502
11503 2006-04-12  Kenichi Handa  <handa@m17n.org>
11504
11505         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11506         buffer and then decode the buffer text if necessary.
11507         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11508         first, and after mm-encode-body, change the buffer to unibyte.
11509         Use mm-disable-multibyte instead of set-buffer-multibyte.
11510
11511 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11514         Content-Type header instead of Content-Disposition header.
11515         (gnus-mime-inline-part): Ditto.
11516         (gnus-mime-view-part-as-charset): Ignore charset that the part
11517         specifies.
11518
11519         * mm-decode.el (mm-display-part): Work with external parts and
11520         usual parts similarly.
11521
11522         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11523         instead of gnus-display-mime.
11524
11525         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11526         instead of with-temp-buffer.
11527
11528         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11529         tag to summarized topics part in order to encode non-ASCII text.
11530
11531 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11532
11533         * smiley.el (smiley-style): New variable.
11534         (smiley-directory): New function.
11535         (smiley-data-directory): Derive from `smiley-style' using
11536         `smiley-directory'.
11537         (smiley-regexp-alist): Add new entries.
11538
11539         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11540         (gnus-article-browse-delete-temp): Add :version.
11541
11542 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11543
11544         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11545         the sieve region.
11546
11547 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548
11549         * gnus.el (gnus-version-number): Bump version.
11550
11551 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus.el: No Gnus v0.4 is released.
11554
11555 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11556
11557         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11558         layout.
11559
11560         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11561         unknown charset.
11562
11563         * message.el (message-header-synonyms): Add Original-To to the
11564         default.
11565
11566         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11567         optional parameter.
11568
11569 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gnus-fun.el (gnus): Require it for gnus-directory.
11572
11573 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11576
11577 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11578
11579         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11580
11581 2006-04-05  Simon Josefsson  <jas@extundo.com>
11582
11583         * password.el (password-reset): New function.
11584
11585 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11586
11587         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11588         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11589
11590 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11591
11592         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11593         Some whitespace was matched into the url, which broke browsing hits
11594         > 100 when mm-url-use-external was nil.
11595
11596 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11599         Check gnus-extra-headers for 'Newsgroups.
11600
11601         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11602         bound.
11603
11604 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11605
11606         * pgg-gpg.el: Clean up process buffers every time gpg processes
11607         complete.
11608
11609 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11612         doc string.
11613
11614 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11615
11616         * pgg-gpg.el (pgg-gpg-process-filter)
11617         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11618
11619         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11620         lines, temporary fix.
11621
11622 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11625
11626 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11627
11628         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11629         default-enable-multibyte-characters.  This reverts the change from
11630         revision 6.17 which is no longer necessary because the passphrase
11631         is sent separately now.  GnuPG messages are unreadable under
11632         multibyte locales with default-enable-multibyte-characters set to
11633         nil.
11634
11635 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * message.el (message-tool-bar-gnome): Move "spell".
11638
11639 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11642         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11643         instead.
11644
11645 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11646
11647         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11648         Improve newsgroups handling for NNTP overviews which don't include
11649         Newsgroups.
11650
11651 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11652
11653         * message.el (message-resend): Bind message-generate-hashcash to nil.
11654
11655 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11656
11657         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11658         when searching for already-paid recipients.
11659
11660 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11661
11662         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11663         passphrases when it is not needed.
11664         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11665         passphrase stuff from gpg, should only be necessary when you use
11666         gpg with a smartcard.
11667
11668 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * mml.el (mml-insert-mime): Ignore cached contents of
11671         message/external-body part.
11672
11673         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11674         (mm-insert-part): Ditto.
11675
11676 2006-03-23  Simon Josefsson  <jas@extundo.com>
11677
11678         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11679         Reiner.
11680         (pgg-gpg-use-agent-p): Use it again.
11681
11682 2006-03-23  Simon Josefsson  <jas@extundo.com>
11683
11684         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11685         older emacsen.
11686         (pgg-gpg-use-agent-p): Don't use it.
11687
11688 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11691         if we can.
11692
11693 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11694
11695         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11696         (pgg-gpg-update-agent): New function.
11697         (pgg-gpg-use-agent-p): New function.
11698         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11699         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11700         (pgg-gpg-sign-region): Use it.
11701
11702 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11705         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11706
11707 2006-03-21  Simon Josefsson  <jas@extundo.com>
11708
11709         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11710         <wilde@sha-bang.de>.
11711         (pgg-gpg-use-agent): New variable.
11712         (pgg-gpg-process-region): Use it.
11713         (pgg-gpg-encrypt-region): Likewise.
11714         (pgg-gpg-encrypt-symmetric-region): Likewise.
11715         (pgg-gpg-decrypt-region): Likewise.
11716         (pgg-gpg-sign-region): Likewise.
11717         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11718
11719 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11722
11723         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11724         Add comment on version.
11725
11726 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * smiley.el: Add missing test smiley.
11729
11730 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * mm-decode.el (mm-with-part): New macro.
11733         (mm-get-part): Use it; work with message/external-body as well.
11734         (mm-save-part): Treat name and filename equally.
11735
11736         * mm-extern.el (mm-extern-cache-contents): New function.
11737         (mm-inline-external-body): Use it; force the part to be displayed;
11738         move undisplayer added to the cached handle to the parent.
11739
11740         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11741         (gnus-mime-view-part-as-type): Work with message/external-body.
11742
11743         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11744
11745 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11748         images in image-load-path.  [Sync with image.el, revision 1.60, in
11749         Emacs.]
11750
11751 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11754         path rather than symbol.  Always return list of directories.
11755         Guarantee that image directory comes first.  [Sync with image.el,
11756         revision 1.59, in Emacs.]
11757
11758         * message.el (message-make-tool-bar): Adjust to new API of
11759         `gmm-image-load-path-for-library'.
11760
11761         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11762
11763         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11764
11765 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11766
11767         * gnus-art.el (gnus-article-only-boring-p):
11768         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11769         intangible text.
11770         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11771
11772 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11775         Use `defun' instead of `gmm-defun-compat'.
11776
11777 2006-03-14  Simon Josefsson  <jas@extundo.com>
11778
11779         * message.el (message-unique-id): Don't use message-number-base36
11780         if (user-uid) is a float.
11781         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11782
11783 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11786
11787         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11788         empty line between a part and a message part.
11789
11790 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * smiley.el: Add more test smileys.
11793         (smiley-data-directory, smiley-regexp-alist)
11794         (gnus-smiley-file-types): Fix doc strings.
11795         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11796         adding new elements.
11797         (smiley-mouse-map): Unused code.  Make it a comment.
11798
11799 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11802         scan latest NoCeM messages instead of old ones.
11803         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11804         delimiters that are recently used.
11805         (gnus-nocem-load-cache): Add autoload cookie.
11806
11807         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11808
11809         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11810         level which is larger than gnus-use-nocem is specified.
11811
11812         * gnus-group.el (gnus-group-get-new-news): Ditto.
11813
11814 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-util.el (gnus-tool-bar-update): New function.
11817
11818         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11819         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11820
11821         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11822
11823         * gnus-group.el (gnus-group-redraw-when-idle)
11824         (gnus-group-redraw-check): Remove.
11825         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11826
11827 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11830         if optional last element is specified in splits (FIELD VALUE...).
11831
11832 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11835         to gmm-image-load-path-for-library.  Call with no-error argument.
11836         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11837
11838         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11839
11840         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11841
11842         * gmm-utils.el (gmm-image-load-path): Remove alias.
11843
11844 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * gmm-utils.el (gmm-image-load-path): Add alias.
11847
11848         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11849         nnml-generate-nov-databases-1.
11850         (nnml-generate-nov-databases): Use it.
11851         (nnml-generate-nov-databases-directory): Document no-active
11852         argument.
11853
11854         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11855         directory if path is t.  Add no-error.
11856
11857         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11858         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11859
11860         * gnus-art.el (gnus-article-browse-delete-temp-files):
11861         Simplify resetting gnus-article-browse-html-temp-list.
11862
11863         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11864         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11865         Add example to docstring.  Rename local variables.  Move error
11866         checks to default case in cond and simplify.
11867
11868 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11871         handle is multipart when calling it recursively.
11872         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11873
11874 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11875
11876         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11877         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11878
11879 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11882         is loaded.
11883
11884         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11885         loaded.
11886
11887 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11890         to "Emacs 23 (unicode)" in doc string.
11891
11892         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11893         "Emacs 23 (unicode)" in comment.
11894
11895 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11898
11899         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11900         characters 160 through 255 in Emacs 23.
11901
11902 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11905         gnus-article-browse-html-temp.
11906         (gnus-article-browse-delete-temp): Make it customizable.
11907         Add `file'.  Adjust doc string.
11908         (gnus-article-browse-delete-temp-files): Add argument.
11909         Allow query for each file.  Adjust doc string.
11910         (gnus-article-browse-html-parts):
11911         Add `gnus-article-browse-delete-temp-files' to
11912         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11913
11914 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11915
11916         * gnus-art.el (gnus-article-browse-html-temp)
11917         (gnus-article-browse-delete-temp): New variables.
11918         (gnus-article-browse-delete-temp-files): New function.
11919         (gnus-article-browse-html-parts): Use it.
11920
11921 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11924
11925         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11926         string.
11927
11928         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11929         gnus-summary-insert-new-articles when unplugged.
11930         Remove gnus-summary-search-article-forward.
11931
11932         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11933         display-visual-class instead of display-color-cells.
11934
11935 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * dgnushack.el: Autoload customize-group for XEmacs.
11938
11939         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11940         message/* containing non-ASCII text properly.
11941
11942 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * message.el: Require gmm-utils, remove autoloads.
11945         (message-tool-bar): Set default based on
11946         gmm-tool-bar-style.
11947         (message-tool-bar-gnome): Add gmm-customize-mode.
11948
11949         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11950         gmm-tool-bar-style.
11951         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11952
11953         * gnus-group.el (gnus-group-tool-bar): Set default based on
11954         gmm-tool-bar-style.
11955         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11956
11957         * gmm-utils.el (gmm-image-directory): Rename variable from
11958         gmm-image-load-path.
11959         (gmm-image-load-path): Use gmm-image-directory.
11960         (gmm-customize-mode): New function.
11961         (gmm-tool-bar-style): New variable.
11962
11963         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11964         gnus-group-redraw-line-number.
11965         (gnus-group-redraw-check): Simplify.
11966         (gnus-group-tool-bar-update): Remove redraw check.
11967         (gnus-group-make-tool-bar): Add redraw check.
11968
11969 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11970
11971         * gnus-art.el (gnus-button): Add missing parentheses.
11972
11973 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * lpath.el: Fbind line-number-at-pos.
11976
11977 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11980
11981 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * gnus-art.el (gnus-button): New face.
11984         (gnus-article-button-face): Use it.
11985
11986         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11987         Add gnus-summary-next-page.  Re-order.
11988
11989         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11990         next-node are now included.
11991         (gnus-group-redraw-line-number): New internal variable.
11992         (gnus-group-redraw-check): Helper function for updating the tool
11993         bar.
11994         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11995
11996         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11997
11998         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11999         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12000         Use it to match format of Spamassassin 3.0 and later.
12001         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12002         (spam-check-bogofilter)
12003         (spam-bogofilter-register-with-bogofilter): Fix args of
12004         `gnus-error' calls.
12005
12006 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12009         unnecessary interaction when sending queued mails.
12010         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12011
12012 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12015         first or last are nil.
12016
12017 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12018
12019         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12020
12021 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022
12023         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12024
12025 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * dns.el (query-dns): Protect more against buggy tcp output.
12028
12029 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12032         nov.php.
12033
12034 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12035
12036         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12037         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12038         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12039         output on the server side.
12040         (nnweb-google-create-mapping): Update regexps and add some
12041         progress indication.
12042
12043 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * gnus-group.el (gnus-group-tool-bar-gnome):
12046         Fix gnus-agent-toggle-plugged.  Re-order icons.
12047         (gnus-group-tool-bar-gnome):
12048         Add gnus-group-{prev,next}-unread-group.
12049         (gnus-group-tool-bar-gnome): Re-order icons.
12050
12051         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12052         Move gnus-summary-insert-new-articles.
12053
12054         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12055         Fix comments.
12056
12057         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12058         also available in Emacs 21.3.
12059
12060         * message.el (message-fix-before-sending): Change "Emacs 22" to
12061         "Emacs 23 (unicode)" in comment.
12062
12063         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12064         "Emacs 23 (unicode)" in comment.
12065
12066         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12067         comment.
12068         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12069
12070         * mm-view.el (mm-fill-flowed): Add :version.
12071
12072 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12075         and load-path.
12076
12077 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * message.el: Autoload gmm-image-load-path.
12080         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12081         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12082         consitency.
12083
12084         * gmm-utils.el (gmm-image-load-path): Also search in
12085         "../etc/images".  Don't set gmm-image-load-path if we don't find
12086         the image.
12087
12088 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gmm-utils.el (gmm-image-load-path): Don't make
12091         `gmm-image-load-path' include subdirectories which the second arg
12092         `image' might specify.
12093
12094         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12095         subdirectory to icon file names.
12096
12097         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12098
12099 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12102         gmm-image-load-path calls.
12103
12104         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12105
12106         * message.el (message-make-tool-bar): Ditto.
12107
12108         * mml.el (mml-preview): Add comment concerning tool bar icons.
12109
12110         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12111         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12112
12113         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12114         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12115
12116         * message.el (message-tool-bar-gnome): Use new icon names.
12117         (message-make-tool-bar): Use `gmm-image-load-path'.
12118
12119         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12120         New functions from MH-E.
12121         (gmm-image-load-path): New variable from MH-E.
12122         (gmm-image-load-path): New function from MH-E.  Add arguments
12123         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12124         *-image-load-path-called-flag.
12125
12126 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12127
12128         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12129
12130 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12131
12132         * nnimap.el (nnimap-request-move-article): Change folder back to
12133         source group before deleting.
12134
12135 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12138
12139         * gnus-art.el (mm-url-insert-file-contents-external):
12140         Autoload mm-url.
12141
12142         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12143
12144 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12147         coding system which mm-charset-to-coding-system returns for a
12148         given charset is valid.
12149
12150 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12151
12152         * html2text.el (html2text-remove-tag-list):
12153         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12154
12155 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12156
12157         * gnus-cus.el: Revert 2005-10-17 change.
12158
12159 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-art.el (article-strip-banner):
12162         Call article-really-strip-banner only when the regexp match is made.
12163
12164 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-art.el (article-strip-banner):
12167         Use gnus-extract-address-components instead of
12168         mail-header-parse-addresses to make it work with non-ASCII text;
12169         remove mail-encode-encoded-word-string.
12170
12171         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12172         values which are surrounded with \"...\"; make it never cause a
12173         Lisp error; give up parsing of parameters if it failed in
12174         extracting type.
12175
12176 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12177
12178         * smime.el (smime-cert-by-ldap-1): Fix bug where
12179         `smime-ldap-search' returns results without userCertificates.
12180
12181 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12184
12185 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * spam.el (spam-check-spamassassin-headers): Adapt format for
12188         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12189         <ari@mbf.ocn.ne.jp>.
12190         (spam-list-of-processors): Add spam-use-gmane.
12191
12192 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12195         make-temp-file; make it work with XEmacs as well.
12196
12197         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12198         mm-make-temp-file.
12199
12200         * mm-decode.el (mm-display-external): Use the 3rd arg of
12201         mm-make-temp-file.
12202         (mm-create-image-xemacs): Ditto.
12203
12204 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12207         with message-narrow-to-headers.
12208         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12209         (gnus-draft-check-draft-articles): New function.
12210         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12211
12212 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus-art.el (gnus-article-browse-html-parts):
12215         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12216         Don't use suffix argument for mm-make-temp-file for Emacs 21
12217         compatibility.  Remove useless `format'.
12218
12219 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12220
12221         * nnweb.el (nnweb-google-wash-article): Update regexps.
12222         (nnweb-group-alist): Use defvoo instead of defvar.
12223
12224 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12227         re-loading nn* modules.
12228
12229 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12232         for `tool-bar-mode' and don't check it's default-value.
12233
12234         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12235
12236         * message.el (message-make-tool-bar): Ditto.
12237
12238         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12239         `substring'.  Shorten tmp-file name.
12240
12241         * gnus.el: Remove bogus comment.
12242
12243 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12244
12245         * gnus-art.el (gnus-article-browse-html-parts): New function.
12246         (gnus-article-browse-html-article): New function for viewing html
12247         articles with a browser.
12248
12249 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12250
12251         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12252         in elisp.
12253         (pgg-gpg-encrypt-symmetric-region): Ditto.
12254         (pgg-gpg-sign-region): Ditto.
12255
12256         * pgg-def.el (pgg-text-mode): New variable.
12257
12258         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12259         (mml2015-pgg-encrypt): Ditto.
12260
12261         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12262         (mml1991-pgg-encrypt): Ditto.
12263
12264 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * nnfolder.el (nnfolder-insert-newsgroup-line):
12267         Use message-make-date instead of current-time-string.
12268
12269         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12270         to gnus-decoded which mm-uu might set.
12271
12272 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12275         don't decode quoted parameters; remove misimported Emacs code.
12276         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12277         (rfc2231-decode-encoded-string): Don't use split-string which
12278         behaves differently according to Emacs version; use
12279         mm-decode-coding-region to convert charset to coding-system.
12280         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12281         (rfc2231-encode-string): Remove misimported Emacs code.
12282
12283 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12286         when calling mail-header-parse-content-type.
12287         (article-de-quoted-unreadable): Ditto.
12288         (article-de-base64-unreadable): Ditto.
12289         (article-wash-html): Ditto.
12290
12291         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12292         calling mail-header-parse-content-type and
12293         mail-header-parse-content-disposition.
12294         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12295         mail-header-parse-content-type.
12296
12297         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12298         insert charset and format parameters; encode description after
12299         inserting it to buffer.
12300         (mml-insert-parameter): Fold lines properly even if a parameter is
12301         segmented into two or more lines; change the max column to 76.
12302
12303         * rfc1843.el (rfc1843-decode-article-body): Don't use
12304         ignore-errors when calling mail-header-parse-content-type.
12305
12306         * rfc2231.el (rfc2231-parse-string): Return at least type if
12307         possible; don't cause an error even if it fails in parsing of
12308         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12309         (rfc2231-encode-string): Don't break lines at the beginning, leave
12310         it to mml-insert-parameter.
12311
12312         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12313         calling mail-header-parse-content-type.
12314
12315 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * spam-report.el (spam-report-gmane-use-article-number):
12318         Improve doc string.
12319         (spam-report-gmane-internal): Check if a suitable header was found
12320         in the article.
12321
12322 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12325         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12326
12327 2006-02-05  Romain Francoise  <romain@orebokech.com>
12328
12329         Update copyright notices of all files in the gnus directory.
12330
12331 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12332
12333         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12334
12335 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12338         segmented lines of parameter value to cope with Thunderbird 1.5
12339         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12340         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12341         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12342
12343 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12344
12345         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12346         parts.
12347
12348 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12349
12350         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12351         there's only one active file for all servers.
12352         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12353         solid groups.  Gnus might have used a FAST request to select the group.
12354         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12355         and nnweb-search redundantly in the active file.
12356         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12357         (nnweb-request-create-group): Don't use ARGS.
12358         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12359         initialisations.  Let nnoo do the work.
12360
12361 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12364         Say the part has been decoded.
12365
12366         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12367
12368 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12369
12370         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12371         mailcap-viewer-test-cache when there's no 'test clause, since that
12372         will invert the meaning of a "nil" test previously determined by
12373         mailcap-mailcap-entry-passes-test.
12374
12375 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12378         compiling.
12379
12380         * gnus-sum.el: Ditto.
12381
12382         * message.el: Don't bind tool-bar-map when compiling.
12383
12384 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12387
12388 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12389
12390         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12391         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12392         current Google Groups.
12393
12394 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12397         and tool-bar-mode.
12398
12399         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12400         and tool-bar-mode.
12401
12402         * message.el (message-tool-bar-update): Simplify.
12403         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12404
12405         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12406         gnus-summary-buffer.
12407         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12408         gnus-summary-reply.
12409
12410         * gmm-utils.el (gmm): Add :version.
12411
12412 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * Makefile.in (clean): New rule.
12415         (distclean): Use it.
12416
12417 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12418
12419         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12420         Don't autoload.
12421
12422 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gmm-utils.el (gmm-verbose): Add :group.
12425
12426 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * message.el: Change some comments WRT tool-bars.
12429
12430         * gnus-sum.el (gnus-summary-tool-bar)
12431         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12432         (gnus-summary-tool-bar-zap-list): New variables.
12433         (gnus-summary-make-tool-bar): Complete rewrite using
12434         `gmm-tool-bar-from-list'.
12435
12436         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12437         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12438         New variables.
12439         (gnus-group-make-tool-bar): Complete rewrite using
12440         `gmm-tool-bar-from-list'.
12441         (gnus-group-tool-bar-update): New function.
12442
12443         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12444
12445 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12448         is dissected into a single part of which the type is the same as
12449         the given one; decode charset.
12450
12451 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12452
12453         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12454         into alists as symbol not string, since that's what
12455         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12456         look for.
12457
12458 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12461         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12462
12463         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12464
12465 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12468         (gnus-xmas-mime-security-button-menu): New function.
12469
12470         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12471         (gnus-mime-security-button-menu): New definition.
12472         (gnus-mime-security-button-map): Use them.
12473         (gnus-mime-security-button-menu): New function.
12474         (gnus-insert-mime-security-button): Addition to help echo.
12475         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12476         (gnus-mime-security-pipe-part): New functions.
12477
12478         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12479         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12480
12481         * mm-decode.el (mm-handle-set-disposition): Remove.
12482         (mm-handle-set-description): Remove.
12483
12484 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12487         (mm-w3m-standalone-supports-m17n-p): New function.
12488         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12489         w3m usage.
12490
12491         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12492         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12493
12494 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * message.el (message-tool-bar-zap-list):
12497         Use gmm-tool-bar-zap-list as custom type.
12498         (message-tool-bar-update): New function.
12499         (message-tool-bar, message-tool-bar-gnome)
12500         (message-tool-bar-retro): Add message-tool-bar-update.
12501         (message-tool-bar-gnome): Add flyspell-buffer.
12502
12503         * gnus-util.el (gnus-error): Describe `args'.
12504
12505         * gmm-utils.el (gmm-error): Describe `args'.
12506         (gmm-tool-bar-zap-list): New widget.
12507         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12508
12509 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12512         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12513         the number of recursive calls.
12514
12515         * mm-decode.el (mm-handle-set-disposition): New macro.
12516         (mm-handle-set-description): New macro.
12517
12518 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12521         encoding.
12522
12523 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * message.el (message-tool-bar-zap-list, message-tool-bar)
12526         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12527         (message-tool-bar-local-item-from-menu): Remove.
12528         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12529         (message-make-tool-bar): New function.
12530         (message-mode): Use `message-make-tool-bar'.
12531
12532         * gmm-utils.el: New file.
12533         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12534         (gmm-lazy): New widget copied from `nnmail.el'.
12535         (gmm-tool-bar-from-list): New function for creating customizable
12536         tool bars.
12537         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12538         output.
12539         (gmm): Add :prefix to defgroup.
12540
12541 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12542
12543         * gmm-utils.el (gmm-widget-p): New function.
12544
12545 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * mml.el (mml-attach-file): Describe `description' in doc string.
12548         (mml-menu): Add Emacs MIME manual and PGG manual.
12549
12550 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12551
12552         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12553
12554 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12555
12556         * nntp.el (nntp-end-of-line): Doc fix.
12557
12558 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12559
12560         * imap.el (imap-open): Handle case where buffer is a buffer
12561         object.
12562
12563 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12564
12565         * gnus-delay.el (gnus-delay): Don't autoload.
12566         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12567         to be re-loaded when customizing the `gnus-delay' group.
12568
12569 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12570
12571         * message.el (message-insert-citation-line): Use newlines.
12572
12573 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12574
12575         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12576         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12577         these routines, so the passphrase can be managed externally and
12578         passed in to the system.
12579         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12580         pgg-add-passphrase-to-cache function.
12581
12582         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12583         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12584         these routines, so the passphrase can be managed externally and
12585         passed in to the system.
12586         (pgg-pgp5-sign-region): Use new name of
12587         pgg-add-passphrase-to-cache function.
12588
12589 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12590
12591         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12592         part of the decoded armor to find the key-identifier.
12593         (pgg-gpg-lookup-key-owner): New function to return the
12594         human-readable identifier of a key owner.
12595         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12596         itself.
12597         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12598         the key value) if we have a key and can match it against a secret
12599         key.  Also, added a note pointing out fact that the prompt only
12600         indicates the first matching key.
12601
12602         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12603         pgg-decrypt-region.
12604         (pgg-add-passphrase-to-cache): Rename from
12605         `pgg-add-passphrase-cache' to reduce confusion (all callers
12606         changed).
12607         (pgg-remove-passphrase-from-cache): Rename from
12608         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12609         changed).
12610         (pgg-read-passphrase, pgg-add-passphrase-cache)
12611         (pgg-remove-passphrase-cache): Add informative docstrings.
12612         (pgg-decrypt): Convey provided passphrase in subordinate call to
12613         pgg-decrypt-region.
12614
12615 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12616
12617         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12618         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12619         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12620         'passphrase' argument, so the passphrase can be managed externally
12621         and then passed in to the system.
12622
12623         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12624         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12625         so the passphrase cache can be used reliably with identifiers
12626         besides a pgp packet's key id.
12627
12628         * pgg-gpg.el (pgg-gpg-encrypt-region)
12629         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12630         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12631         these routines, so the passphrase can be managed externally and
12632         passed in to the system.
12633
12634         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12635         'notruncate' argument, so the passphrase cache can be used
12636         reliably with identifiers besides a pgp packet's key id.
12637
12638 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12639
12640         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12641         symmetric encryption.
12642         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12643         encrypted session key.
12644         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12645         message ask for the passphrase in a proper way.
12646
12647         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12648         New user commands for symmetric encryption.
12649
12650 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12653
12654         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12655
12656 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12657
12658         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12659
12660 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * mm-decode.el (mm-inlined-types): Add application/pgp.
12663         (mm-automatic-display): Ditto.
12664
12665         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12666         part as text.
12667
12668 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * nnrss.el: Update copyright.
12671         (nnrss-opml-import): Query whether to subscribe to each entry.
12672
12673         * gnus-art.el:
12674         * gnus-sum.el:
12675         * gnus-xmas.el:
12676         * messagexmas.el:
12677         * mm-uu.el:
12678         * mm-view.el: Update copyright.
12679
12680 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * message.el (message-info): New function.
12683         (message-mode-menu): Add it.
12684         Update copyright.
12685
12686         * ChangeLog: Fix and update copyright.
12687
12688 2006-01-13  Romain Francoise  <romain@orebokech.com>
12689
12690         * message.el (message-forward-subject-name-subject): Prefer the
12691         address to 'nowhere' if the sender has no name.
12692         Fix typo.  Update copyright year.
12693
12694 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-art.el (article-wash-html):
12697         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12698         (gnus-article-wash-html-with-w3m-standalone): New function.
12699
12700         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12701         mm-inline-text-html-render-with-w3m-standalone.
12702         (mm-text-html-washer-alist): Map w3m-standalone to
12703         gnus-article-wash-html-with-w3m-standalone.
12704         (mm-inline-text-html-render-with-w3m-standalone): New function.
12705
12706 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12709         Improve LaTeX.
12710
12711 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12714         (nnrss-request-article): Render text/plain parts as HTML.
12715
12716         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12717         the buffer.
12718
12719 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12722         custom definition of `gnus-posting-styles'.
12723
12724         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12725         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12726
12727 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12730         Use nntp for bug archive.
12731
12732 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12735         parts.
12736         (nnrss-normalize-date): New function converts ISO 8601 date into
12737         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12738         (nnrss-check-group): Use it.
12739
12740 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12743
12744         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12745         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12746         (nnrss-insert-w3): Ditto.
12747
12748 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12751         the articles to be forwarded including the case where neither a
12752         number of articles nor a region is specified.
12753
12754 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * nnrss.el (nnrss-request-article): Fix last change; fill
12757         text/plain parts.
12758
12759 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12762         in text/plain part.
12763         (nnrss-check-group): Don't add excessive newline to dc:subject.
12764
12765 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12766
12767         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12768         article.
12769
12770 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12773         (nnml-use-compressed-files, nnml-save-mail): Support other
12774         comression programs such as bzip2.
12775
12776 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * dns.el (query-dns): Make sure we check the buffer size before
12779         removing tcp headers.
12780
12781 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12784         remove MIME buttons associated with multipart/alternative parts.
12785         (gnus-mime-display-alternative): Tag buttons using `article-type'
12786         text property.
12787
12788         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12789         associated with multipart/alternative parts.
12790
12791         * gnus-art.el (gnus-signature-separator): Fix custom type.
12792
12793         * mm-decode.el (mm-inlined-types): Fix custom type.
12794         (mm-keep-viewer-alive-types): Ditto.
12795         (mm-automatic-display): Ditto.
12796         (mm-attachment-override-types): Ditto.
12797         (mm-inline-override-types): Ditto.
12798         (mm-automatic-external-display): Ditto.
12799
12800 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * spam-report.el (spam-report-user-mail-address)
12803         (spam-report-user-agent): New variables.
12804         (spam-report-url-ping-plain): Use spam-report-user-agent.
12805
12806 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12807
12808         * gnus-art.el (gnus-button-handle-custom): Do not just use
12809         `customize-apropos' for any "M-x customize-*" button but the
12810         function called for.  Accept both the function name and its
12811         argument in order to achieve this.
12812         (gnus-button-alist): Remove support for "custom:" URL's.
12813         Pass function name to `gnus-button-handle-custom' in case of "M-x
12814         customize-*" buttons.
12815
12816 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12819         multipart/alternative and add xref to mm-discouraged-alternatives
12820         in doc string.
12821
12822         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12823         gnus-buttonized-mime-types in doc string.
12824
12825 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12828         Suggest image/.* in the doc string.
12829
12830 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12833         message-marks (Debian bug #342521).
12834
12835 2005-12-12  Simon Josefsson  <jas@extundo.com>
12836
12837         * password.el (password-read-from-cache): Add.
12838         (password-read): Use it.
12839
12840 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * rfc2047.el (rfc2047-charset-to-coding-system):
12843         Recognize us-ascii as a MIME charset.
12844
12845         * mm-bodies.el (mm-decode-content-transfer-encoding):
12846         Protect against the case where the 2nd arg TYPE is nil.
12847
12848 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * pop3.el (pop3-stream-type): Fix custom version.
12851
12852         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12853
12854 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12855
12856         * mm-decode.el (mm-display-external): Add missing cdr.
12857
12858 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12861         RFC1524) if it is in mailcap or add a suffix according to
12862         mailcap-mime-extensions when generating a temp filename; postpone
12863         deleting a temp file for 2 seconds for some wrappers, shell
12864         scripts, and so on, which might exit right after having started a
12865         viewer command as a background job.
12866
12867 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * nntp.el (nntp-marks-directory): Fix custom group.
12870
12871         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12872         steps when < 10.
12873
12874         * gnus-start.el (gnus-no-server-1):
12875         Mention `gnus-level-default-subscribed' in doc string.
12876
12877 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12878
12879         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12880         parens.
12881
12882 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-xmas.el (gnus-use-toolbar): Revert.
12885         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12886         gnus-use-toolbar is default.
12887
12888         * messagexmas.el (message-use-toolbar): Revert.
12889         (message-setup-toolbar): Use global default-toolbar if
12890         message-use-toolbar is default.
12891
12892 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12895         according to default-toolbar-visible-p.
12896
12897         * messagexmas.el (message-use-toolbar): Ditto.
12898
12899 2005-11-26  Dave Love  <fx@gnu.org>
12900
12901         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12902         (tls-program, tls-success): Provide openssl alternative.
12903
12904         * starttls.el: Doc fixes.
12905         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12906         SERVICE to PORT.
12907
12908         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12909         port null or service name.
12910         (starttls-negotiate): Autoload.
12911
12912 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * message.el (message-kill-to-signature): Fix interactive spec.
12915
12916 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * pop3.el (pop3-open-server): Recognize a string as a service name.
12919
12920 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12921
12922         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12923
12924 2005-11-23  Dave Love  <fx@gnu.org>
12925
12926         Add pop3s, pop3/starttls.
12927
12928         * pop3.el (pop3-authentication-scheme): Clarify doc.
12929         (open-tls-stream, starttls-open-stream): Autoload.
12930         (pop3-stream-type): New.
12931         (pop3-open-server): Use it.
12932
12933         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12934         for POP.
12935         (mail-source-keyword-map): Add :stream for POP.
12936         (mail-source-fetch-pop): Use pop3-stream-type.
12937
12938 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12941         of current-time-string.
12942
12943 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12944
12945         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12946         date header.
12947
12948 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12949
12950         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12951         it can seriously impact performance as it bypasses the agent's
12952         local caches.
12953
12954 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12955
12956         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12957         must be explicitly online rather than "not explicitly offline" for
12958         its flags to be synchronized.
12959
12960         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12961         that gnus-uu-unmark-thread will function correctly.
12962
12963         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12964         1024K is instead displayed as 1M.
12965
12966 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12969
12970 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12971
12972         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12973
12974 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12975
12976         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12977         error message to display actual error condition.
12978         (gnus-agent-save-local): Avoid saving symbols that are bound to
12979         nil as they simply result in a warning message in
12980         gnus-agent-read-local.
12981
12982 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12985         rather than make-variable-buffer-local for file-precious-flag.
12986
12987 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12988
12989         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12990         for duplicates which are removed.  The invalid sort check then
12991         triggers a rescan after the sort as sorting may have moved
12992         duplicate entries such that they can be cheaply detected.
12993
12994 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12997
12998 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12999
13000         * gnus-agent.el (gnus-agent-article-alist-save-format):
13001         Change internal variable to a custom variable.  Change default value
13002         from compressed(2) to uncompressed(1).
13003         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13004         support for uncompressed agentview files.  Taken together, reading
13005         the agentview file should now be 6-7 times faster.
13006
13007 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13008
13009         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13010         as a buffer-local variable.  This avoids creating truncated
13011         dribble files as a result of a hang up, eg.
13012
13013 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13014
13015         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13016         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13017         XEmacs.
13018
13019 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-start.el (gnus-start-draft-setup):
13022         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13023
13024         * gnus.el (gnus-splash): Change custom group.
13025         (gnus-group-get-parameter, gnus-group-parameter-value):
13026         Describe allow-list argument.
13027
13028         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13029         string.
13030
13031 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * gnus-art.el (gnus-default-article-saver): Add user-defined
13034         `function' to custom type.
13035
13036 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13037
13038         * imap.el (imap-open): Handle case where buffer is a buffer
13039         object.
13040
13041 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13044         long lines.
13045         (gnus-cache-delete-group): Wrap doc strings.
13046
13047         * gnus-agent.el (gnus-agent-rename-group)
13048         (gnus-agent-delete-group): Wrap doc strings.
13049
13050 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * messagexmas.el (message-use-toolbar): Change the valid values
13053         into default, top, bottom, left, and right.
13054         (message-toolbar-thickness): New variable.
13055         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13056         well.
13057         (message-setup-toolbar): Make it work.
13058
13059         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13060         (gnus-use-toolbar): Change the valid values into default, top,
13061         bottom, left, and right.
13062         (gnus-toolbar-thickness): New variable.
13063         (gnus-xmas-setup-toolbar): New function.
13064         (gnus-xmas-setup-group-toolbar): Use it.
13065         (gnus-xmas-setup-summary-toolbar): Use it.
13066
13067 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13068
13069         * gnus-start.el (gnus-1): Add "native" to
13070         gnus-predefined-server-alist.
13071
13072         * gnus.el (gnus-method-to-server): Don't add "native" to the
13073         lists here, because that leads to problems when
13074         gnus-select-method is bound.
13075
13076 2005-11-09  Simon Josefsson  <jas@extundo.com>
13077
13078         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13079         use (not sort-by-date) instead.
13080
13081 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13082
13083         * gnus-delay.el (gnus-delay-group): Don't autoload.
13084         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13085         to be re-loaded when customizing the `gnus-delay' group.
13086
13087 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13088
13089         * message.el: Revert last changes.
13090         (message-insert-citation-line): Use newlines.
13091
13092 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13093
13094         * message.el (message-courtesy-message)
13095         (message-mark-insert-begin, message-mark-insert-end)
13096         (message-elide-ellipsis, message-cancel-message)
13097         (message-add-header, message-change-subject)
13098         (message-cross-post-followup-to-header)
13099         (message-cross-post-insert-note, message-reduce-to-to-cc)
13100         (message-widen-reply, message-delete-not-region)
13101         (message-kill-to-signature, message-insert-signature)
13102         (message-insert-importance-high, message-insert-importance-low)
13103         (message-insert-or-toggle-importance)
13104         (message-insert-disposition-notification-to)
13105         (message-indent-citation, message-yank-original)
13106         (message-cite-original-without-signature, message-cite-original)
13107         (message-insert-citation-line, message-position-on-field)
13108         (message-fix-before-sending, message-send-mail-partially)
13109         (message-send-mail, message-send-mail-with-sendmail)
13110         (message-send-mail-with-qmail, message-send-news)
13111         (message-check-news-header-syntax, message-generate-headers)
13112         (message-insert-courtesy-copy, message-fill-address)
13113         (message-fill-header, message-shorten-references)
13114         (message-setup-1, message-cancel-news)
13115         (message-forward-make-body-plain, message-forward-make-body-mime)
13116         (message-forward-make-body-mml, message-encode-message-body)
13117         (message-forward-make-body-digest-plain)
13118         (message-forward-make-body-digest-mime)
13119         (message-use-alternative-email-as-from): Insert `hard-newline'
13120         instead of ordinary newlines.
13121
13122 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * message.el (message-generate-headers): Downcase the argument
13125         given to message-check-element.
13126
13127 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13128
13129         * nntp.el (nntp-authinfo-rejected): New error condition.
13130         (nntp-wait-for): Use new error condition to signal authentication
13131         error.
13132         (nntp-retrieve-data): Rethrow new error condition to break out of
13133         recursive call to nntp-send-authinfo.
13134
13135 2005-11-08  Romain Francoise  <romain@orebokech.com>
13136
13137         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13138         (gnus-summary-exit-map): Bind to `Z p'.
13139         (gnus-summary-make-menu-bar): Add menu item.
13140
13141 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13144         (gnus-treat-*): Add `first' in all doc strings.
13145
13146         * gnus-group.el (gnus-group-compact-group): Fix typo.
13147
13148 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus.el (gnus-parameters-case-fold-search): New variable.
13151         (gnus-parameters-get-parameter): Use it.
13152
13153         * gnus-score.el (gnus-home-score-file): Doc fix.
13154
13155 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13156
13157         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13158
13159 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * mm-util.el (mm-special-display-p): New function.
13162
13163         * mml.el (mml-preview): Use it; doc fix.
13164
13165 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13166
13167         * imap.el (imap-open): Handle case where buffer is a buffer object.
13168
13169 2005-10-29  Romain Francoise  <romain@orebokech.com>
13170
13171         * message.el (message-fix-before-sending): Fix comment.
13172
13173 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13174
13175         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13176
13177 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13178
13179         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13180         Used in gnus-score.el.
13181
13182 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13185
13186 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13189         whitespace removed in revision 7.8.  Use concatenated string to
13190         protect trailing whitespace.
13191
13192 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13193
13194         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13195         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13196         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13197         Courier IMAP ("some version from 2004").  Mostly based on similar
13198         code in the same function.
13199
13200 2005-10-26  Didier Verna  <didier@xemacs.org>
13201
13202         * gnus-group.el (gnus-group-compact-group): Invalidate original
13203         article buffer.
13204         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13205         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13206         NOV database and in article itself.
13207         Invalidate article backlog.
13208
13209 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13212
13213 2005-10-26  Simon Josefsson  <jas@extundo.com>
13214
13215         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13216         part of 2004-07-25 change.
13217
13218 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * message.el (message-display-completion-list): New function.
13221         (message-expand-group): Use it; make sure the Completions buffer
13222         is modifiable.
13223 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13224
13225         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13226         user-mail-name is an empty string.
13227
13228 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13231         depending on gnus-score-decay-constant.
13232
13233         * encrypt.el (encrypt-insert-file-contents)
13234         (encrypt-write-file-contents): Don't use `gnus-message'.
13235
13236         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13237         arguments.
13238         (mm-uu-type-alist): Add message-marks and insert-marks.
13239         Pass arguments to mm-uu-verbatim-marks-extract.
13240         (mm-uu-hide-markers): New variable.
13241         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13242
13243         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13244         (gnus-convert-image-to-face-command): Use "convert" by default to
13245         allow other input image formats.
13246         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13247         accordingly.
13248
13249 2005-10-23  Simon Josefsson  <jas@extundo.com>
13250
13251         * imap.el (imap-gssapi-program): Align command line parameters
13252         with latest GNU SASL.
13253         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13254
13255 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13256
13257         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13258         HTML.
13259         (nnslashdot-request-article): Ditto.
13260
13261         * lpath.el (featurep): Add nobreak-char-display.
13262
13263 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13264
13265         * mail-source.el (mail-source-fetch-pop): Require pop3.
13266         (mail-source-check-pop): Ditto.
13267
13268 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13271         errors.
13272
13273 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13276         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13277
13278         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13279
13280         * mm-bodies.el (mm-decode-string):
13281         Call `mm-charset-to-coding-system' with allow-override argument.
13282
13283 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13286         (rfc2047-charset-to-coding-system): New function.
13287         (rfc2047-decode-encoded-words): New function.
13288         (rfc2047-decode-region): Use them.
13289         (rfc2047-decode-cte): Remove.
13290         (rfc2047-parse-and-decode): Remove.
13291         (rfc2047-decode): Remove.
13292
13293 2005-10-15  Kenichi Handa  <handa@m17n.org>
13294
13295         * rfc2047.el (rfc2047-decode-cte): New function.
13296         (rfc2047-decode-region): Change the way to decode successive
13297         encoded-words: decode B- or Q-encoding in each encoded-word,
13298         concatenate them, and decode it as charset.
13299
13300 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * lpath.el: Fbind codepage-setup for XEmacs.
13303
13304 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13305
13306         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13307         widget-move-and-invoke.
13308         (gnus-custom-mode): Use gnus-custom-map.
13309
13310 2005-10-15  Bill Wohler  <wohler@newt.com>
13311
13312         * message.el (message-tool-bar-map): Rename image file from
13313         mail_send to mail/send.
13314
13315 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13316
13317         * message.el (message-expand-group): Pass the common
13318         prefix substring of completion to `display-completion-list'.
13319
13320 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * mml-sec.el (mml-secure-method): New internal variable.
13323         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13324         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13325         New functions using mml-secure-method.
13326
13327         * mml.el (mml-mode-map): Add key bindings for those functions.
13328         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13329         Harder <harder@myrealbox.com>.
13330         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13331         Goto end of message if point is the headers of the message.
13332
13333         * message.el (message-in-body-p): New function.
13334
13335         * assistant.el: Autoload gnus-util and netrc.
13336
13337         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13338         Use `mm-charset-override-alist' only when decoding.
13339
13340         * mm-bodies.el (mm-decode-body):
13341         Call `mm-charset-to-coding-system' with allow-override argument.
13342
13343         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13344         `filename' from Content-Disposition if Content-Type doesn't
13345         provide `name'.
13346         (gnus-mime-view-part-as-type): Set default instead of
13347         initial-input.
13348
13349 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13350
13351         * format-spec.el (format-spec): Propagate text properties of % spec.
13352
13353 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * gnus-art.el (gnus-treat-predicate): Add `first'.
13356
13357 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13360         (mm-charset-override-alist): New variable.
13361         (mm-charset-to-coding-system): Use it.
13362         (mm-codepage-setup): New helper function.
13363         (mm-charset-eval-alist): New variable.
13364         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13365         Warn about unknown charsets.
13366
13367         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13368
13369 2005-10-04  David Hansen  <david.hansen@gmx.net>
13370
13371         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13372         (nnrss-check-group): Ditto.
13373
13374 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13377         Rename x-gnus-verbatim to x-verbatim.
13378         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13379
13380         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13381         x-verbatim.
13382
13383         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13384
13385         * gnus-util.el (gnus-remove-duplicates): Remove.
13386
13387         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13388         instead of gnus-remove-duplicates.
13389
13390         * message.el (message-remove-duplicates): Remove.
13391         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13392         message-remove-duplicates.
13393
13394         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13395         available, else use implementation from `delete-dups'.
13396
13397         * message.el (message-insert-expires): New function.
13398         (message-mode-map): Add key binding.
13399         (message-mode-field-menu): Add menu entry.
13400         (message-mode): Document it.
13401         (message-make-expires-date): Use `message-make-date'.
13402
13403 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13404
13405         * message.el (message-make-expires-date): New function.
13406
13407 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * Makefile.in (list-installed-shadows): New entry.
13410         (install): Use it.
13411         (remove-installed-shadows): New entry.
13412
13413         * dgnushack.el (dgnushack-default-load-path): New variable.
13414         (dgnushack-find-lisp-shadows): New function.
13415         (dgnushack-remove-lisp-shadows): New function.
13416
13417 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * Makefile.in (install-el-elc): New entry.
13420         (install): Use it so that .el files are necessarily installed.
13421
13422 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13425
13426 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13427
13428         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13429         function rather than the diff-mode.el package.
13430         (mm-display-external): Use with-current-buffer.
13431         (mm-viewer-completion-map, mm-viewer-completion-map):
13432         Move initialization inside declaration.
13433
13434 2005-09-29  Simon Josefsson  <jas@extundo.com>
13435
13436         * spam.el: Load hashcash when compiling, to avoid warnings.
13437         Don't autoload mail-check-payment.
13438         (spam-check-hashcash): Define unconditionally, since hashcash.el
13439         is part of Gnus now.  Ignore errors from payment checking.
13440
13441 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * message.el (message-bold-region, message-unbold-region):
13444         Rename from `bold-region' and `unbold-region'.
13445
13446         * message.el: Remove useless autoloads.
13447
13448 2005-09-28  Simon Josefsson  <jas@extundo.com>
13449
13450         * message.el (message-use-idna): Default to t.
13451         (message-use-idna): Test whether encoding works too.  Doc fix.
13452
13453 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * nntp.el (nntp-warn-about-losing-connection): Remove.
13456
13457 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13460         customizable.  Change default value.
13461         (mm-uu-diff-groups-regexp): Change default value.
13462         (mm-uu-type-alist): Add doc string.
13463         (mm-uu-configure): Add doc string.  Make it interactive.
13464         (mm-uu-tex-groups-regexp): New variable.
13465         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13466         (mm-uu-type-alist): Add LaTeX documents.
13467         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13468         of "text/verbatim".
13469         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13470
13471         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13472         instead of "text/verbatim".
13473
13474         * message.el (message-mark-inserted-region)
13475         (message-mark-insert-file): Use slrn style marks when called with
13476         prefix argument.
13477
13478 2005-09-27  Simon Josefsson  <jas@extundo.com>
13479
13480         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13481
13482 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13483
13484         * message.el (message-remove-duplicates): New function.
13485         Implementation borrowed from `gnus-remove-duplicates'.
13486         (message-idna-to-ascii-rhs): Also encode idna addresses in
13487         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13488         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13489         only ask about the same idna domain once per header and also tell
13490         in what header to replace the idna domain.
13491
13492         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13493         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13494         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13495         a header is decoded and not just the last one.
13496
13497 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13500         has been decoded.
13501
13502         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13503         (mm-insert-part): Don't modify text if it has been decoded.
13504
13505         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13506         decoded.
13507
13508         * mm-view.el (mm-inline-text): Don't strip text props unless
13509         decoding enriched or richtext parts.
13510
13511 2005-09-25  Romain Francoise  <romain@orebokech.com>
13512
13513         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13514         * gnus-start.el (gnus-subscribe-interactively):
13515         * gnus-uu.el (gnus-uu-grab-articles):
13516         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13517         space.
13518
13519 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13520
13521         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13522         * mm-view.el (mm-view-pkcs7-decrypt):
13523         * gnus-sum.el (gnus-summary-limit-to-extra)
13524         (gnus-summary-respool-article, gnus-read-move-group-name):
13525         * gnus-score.el (gnus-summary-increase-score):
13526         * gnus-util.el (gnus-completing-read-with-default):
13527         * gnus-art.el (gnus-read-save-file-name)
13528         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13529         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13530         * message.el (message-check-news-header-syntax):
13531         Follow convention for reading with the minibuffer.
13532
13533 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * spam-report.el (spam-report-url-ping-plain):
13536         Use gnus-extended-version as User-Agent.
13537
13538         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13539         default value is nil.
13540
13541         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13542         (mm-uu-verbatim-marks-extract): New function.
13543         (mm-uu-extract): New face.
13544         (mm-uu-copy-to-buffer): Use it.
13545
13546         * spam-report.el (spam-report-gmane-ham): Rename from
13547         `spam-report-gmane-unspam'.
13548         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13549         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13550
13551         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13552         Autoload.
13553         (spam-report-gmane-unregister-routine):
13554         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13555
13556 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13557
13558         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13559         (spam-report-gmane-unregister-routine): Add support for gmane
13560         unregistration.
13561
13562         * spam-report.el (spam-report-gmane-unspam)
13563         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13564         (spam-report-gmane): Change to take a single article and do unspam
13565         registration.
13566
13567 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * mm-url.el (mm-url-decode-entities): Fix regexp.
13570
13571 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13572
13573         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13574         default to nil, to be able to use Gnus at all.  If the default
13575         switches to something else, then the function should be fixed not
13576         be exceedingly slow.
13577
13578 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13579
13580         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13581         fail hard.
13582
13583         * spam-report.el: Add better Keywords line.
13584
13585         * spam.el: Add Maintainer and better Keywords line.
13586
13587 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * gnus-art.el (gnus-article-replace-part)
13590         (gnus-mime-replace-part): New functions.
13591         (gnus-mime-action-alist, gnus-mime-button-commands)
13592         (gnus-mime-save-part-and-strip): Add file argument.
13593         (gnus-article-part-wrapper): Add interactive argument.
13594
13595         * gnus-sum.el (gnus-summary-mime-map):
13596         Add `gnus-article-replace-part'.
13597
13598 2005-09-19  Didier Verna  <didier@xemacs.org>
13599
13600         The nnml compaction feature:
13601         * nnml.el (nnml-request-compact-group): New function.
13602         * nnml.el (nnml-request-compact): New function.
13603         * gnus-int.el (gnus-request-compact-group): New function.
13604         * gnus-int.el (gnus-request-compact): New function.
13605         * gnus-group.el (gnus-group-compact-group): New function.
13606         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13607         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13608         * gnus-srvr.el (gnus-server-compact-server): New function.
13609         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13610         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13611
13612 2005-09-18  Deepak Goel  <deego@gnufans.org>
13613
13614         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13615         format spec.
13616
13617 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13620
13621 2005-09-15  Romain Francoise  <romain@orebokech.com>
13622
13623         * message.el (message-fill-paragraph): Clarify docstring.
13624
13625 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-art.el (gnus-mime-display-part): Protect against broken
13628         MIME messages.
13629
13630 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13633         before parsing header.
13634
13635 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13636
13637         * html2text.el (html2text-replace-list): Add new entities.
13638
13639 2005-09-11  Romain Francoise  <romain@orebokech.com>
13640
13641         * message.el (message-alternative-emails): Improve docstring.
13642         (message-setup-1): Call `message-use-alternative-email-as-from'
13643         after `message-setup-hook' to give it precedence over posting
13644         styles, etc.
13645         (message-use-alternative-email-as-from): Add docstring.
13646         Remove the original From header if present.
13647
13648         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13649         (nnml-save-mail): Use it.
13650
13651         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13652         articles.  Add new argument `silent'.
13653         (gnus-uu-mark-all): Report the total number of marked articles.
13654
13655 2005-09-10  Romain Francoise  <romain@orebokech.com>
13656
13657         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13658         (gnus-uu-mark-series): Likewise.
13659
13660 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13661
13662         * spam-report.el (spam-report-gmane): Fix generation of spam
13663         report URL.
13664
13665 2005-09-10  Simon Josefsson  <jas@extundo.com>
13666
13667         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13668         t, based on discussion on the ding list with Robert Epprecht
13669         <epprecht@solnet.ch>.
13670
13671 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * spam-report.el (spam-report-gmane): Make it work without
13674         X-Report-Spam header.  Gmane now only provides Archived-At.
13675         This is only used if `spam-report-gmane-use-article-number' is nil.
13676         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13677
13678         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13679         make `gnus-summary-sort-by-recipient' work with threading.
13680
13681         * nnweb.el (nnweb-google-wash-article): Print a message if article
13682         is not available.
13683
13684 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13685
13686         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13687         change.  Decode text/* parts content before displaying.
13688
13689 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13692
13693 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13696
13697         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13698         url-package-name, url-package-version,
13699         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13700         w3m-display-inline-images, and w3m-minor-mode-map.
13701
13702 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * message.el (message-tab-body-function): Fix mismatched custom type.
13705
13706         * gnus.el (gnus-group-change-level-function): Ditto.
13707
13708         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13709
13710         * gnus-art.el (gnus-signature-limit)
13711         (gnus-article-mime-part-function): Ditto.
13712
13713 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mml.el (mml-mode): Silence the byte compiler.
13716
13717         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13718         using `(sit-for 0)' before moving the point to the specified part;
13719         skip unbuttonized parts.
13720         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13721         return to the summary window if gnus-auto-select-part is non-nil.
13722
13723 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13726         New variables.
13727         (mml-dnd-attach-file, mml-mode): Use them.
13728
13729         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13730         Make fetching article by MID work again for Google Groups.
13731         Add FIXME concerning gnus-group-make-web-group.
13732
13733         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13734         Don't depend on Gnus by using mail-extract-address-components if
13735         gnus-extract-address-components is not bound.
13736
13737 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13738
13739         * gnus-art.el (gnus-mime-display-security): Don't display the
13740         signature, but only the signed part.
13741
13742 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13745
13746         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13747         list, not listp.
13748
13749 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13750
13751         * mm-encode.el (mm-encode-content-transfer-encoding):
13752         Likewise when encoding.
13753
13754         * mm-bodies.el (mm-decode-content-transfer-encoding):
13755         De-canonicalize CRLF for all text content types, not just
13756         text/plain.
13757
13758 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13761         valid article; point arrow and cursor at the MIME button.
13762
13763 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13766         Suggested by Dan Christensen <jdc@uwo.ca>.
13767
13768         * mm-decode.el (mm-save-part): Enable change of prompt.
13769
13770 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13771
13772         * gnus-msg.el (gnus-inews-add-send-actions):
13773         Make `message-post-method' lambda parameter ARG `&optional'.
13774
13775 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * gnus-sum.el (gnus-summary-mime-map):
13778         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13779         gnus-article-jump-to-part.
13780
13781         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13782         (gnus-article-edit-part): Use it.
13783         (gnus-article-part-wrapper): Add no-handle argument.
13784         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13785         New functions.
13786
13787 2005-08-29  Romain Francoise  <romain@orebokech.com>
13788
13789         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13790         docstring.
13791         (gnus-face-from-file): Likewise.
13792
13793 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13796         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13797         non-nil.
13798         (gnus-auto-select-part): New variable.
13799         (gnus-article-jump-to-part): New function.
13800         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13801         (gnus-mime-delete-part): Allow selecting specified part after
13802         deleting or stripping parts.
13803         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13804         part if argument is bogus.
13805
13806 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13807
13808         * gnus-art.el (w3m-minor-mode-map):
13809         * gnus-spec.el (gnus-newsrc-file-version):
13810         * gnus-util.el (nnmail-active-file-coding-system)
13811         (gnus-original-article-buffer, gnus-user-agent):
13812         * gnus.el (gnus-ham-process-destinations)
13813         (gnus-parameter-ham-marks-alist)
13814         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13815         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13816         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13817         * mm-decode.el (gnus-current-window-configuration):
13818         * mm-extern.el (gnus-article-mime-handles):
13819         * mm-url.el (url-current-object, url-package-name)
13820         (url-package-version):
13821         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13822         (smime-keys, w3m-cid-retrieve-function-alist)
13823         (w3m-current-buffer, w3m-display-inline-images)
13824         (w3m-minor-mode-map):
13825         * mml-smime.el (gnus-extract-address-components):
13826         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13827         (gnus-newsrc-hashtb, message-default-charset)
13828         (message-deletable-headers, message-options)
13829         (message-posting-charset, message-required-mail-headers)
13830         (message-required-news-headers):
13831         * mml1991.el (mc-pgp-always-sign):
13832         * mml2015.el (mc-pgp-always-sign):
13833         * nnheader.el (nnmail-extra-headers):
13834         * rfc1843.el (gnus-decode-encoded-word-function)
13835         (gnus-decode-header-function, gnus-newsgroup-name):
13836         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13837
13838 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13839
13840         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13841         the end of the date treatments.
13842
13843 2005-08-15  Simon Josefsson  <jas@extundo.com>
13844
13845         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13846         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13847         Capello and Romain Francoise.
13848         (pgg-fetch-key-function): Remove, not used?
13849         (pgg-insert-url-with-w3): Require url, to get
13850         url-insert-file-contents regardless of where it is defined.
13851
13852 2005-08-13  Romain Francoise  <romain@orebokech.com>
13853
13854         * message.el (message-cite-original-1): New function.
13855         (message-cite-original): Use it.
13856         (message-cite-original-without-signature): Ditto.
13857
13858 2005-08-08  Romain Francoise  <romain@orebokech.com>
13859
13860         * message.el (message-yank-empty-prefix): New variable.
13861         (message-indent-citation): Use it.
13862         (message-cite-original-without-signature): Respect X-No-Archive.
13863
13864 2005-08-08  Simon Josefsson  <jas@extundo.com>
13865
13866         * pgg.el: Autoload url-insert-file-contents instead of loading
13867         w3/url.
13868         (pgg-insert-url-with-w3): Don't load url here.
13869
13870 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13871
13872         * message.el (message-kill-to-signature): Don't insert newline at
13873         bol.
13874         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13875
13876 2005-08-06  Romain Francoise  <romain@orebokech.com>
13877
13878         * message.el (message-user-fqdn): Fix typo in docstring.
13879
13880 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13881
13882         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13883
13884         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13885
13886 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * mm-bodies.el (mm-encode-body): Use coding system rather than
13889         charset to encode text.
13890
13891         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13892         number of charsets if utf-8 is available (XEmacs).
13893
13894 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13897         taken from `gnus-button-mid-or-mail-regexp'.
13898         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13899         (gnus-button-alist): Improve regexp for domain part of the MIDs
13900         for news:localpart@domain buttons.
13901         (gnus-button-ctan-directory-regexp): Update.
13902
13903 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * sieve-manage.el (sieve-manage-interactive-login):
13906         Use make-local-variable rather than make-variable-buffer-local.
13907         (sieve-manage-open): Ditto.
13908         (sieve-manage-authenticate): Ditto.
13909
13910         * mml.el (mml-generate-mime-1): Make the content type default to
13911         text/plain if the filename is not specified.
13912
13913 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13916         instead of insert-buffer.
13917
13918         * message.el (message-yank-original): Ditto; set the mark at the
13919         end of the yanked message.
13920
13921 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13924         lines to scroll rather than to stop it.
13925
13926         * mml.el (mml-generate-default-type): Add doc string.
13927         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13928         default to application/octet-stream when determining the content
13929         type if it is not specified for the part or the mml contents; add
13930         a comment about mml-generate-default-type.
13931
13932 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13935         make it default to application/octet-stream when determining the
13936         content type if it is not specified for the external contents.
13937
13938 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13941         segmented parameter but also other parameters might be there.
13942
13943 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * mm-decode.el (mm-display-external): Delete temp file, directory
13946         and buffer immediately if the external process is exited.
13947
13948 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13951         fewer lines than that of scroll-margin.
13952         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13953
13954 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-art.el (gnus-article-next-page): Revert.
13957         (gnus-article-beginning-of-window): New macro.
13958         (gnus-article-next-page-1): Use it.
13959         (gnus-article-prev-page): Ditto.
13960         (gnus-article-edit-part): Use insert-buffer-substring instead of
13961         insert-buffer.
13962         (gnus-article-edit-exit): Ditto.
13963
13964         * gnus-util.el (gnus-beginning-of-window): Remove.
13965         (gnus-end-of-window): Remove.
13966
13967         * lpath.el: Don't bind header-line-format and scroll-margin.
13968
13969 2005-07-25  Simon Josefsson  <jas@extundo.com>
13970
13971         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13972         to have the url package without w3.  Reported by Daiki Ueno
13973         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13974
13975 2005-07-20  Didier Verna  <didier@xemacs.org>
13976
13977         * gnus-diary.el: Remove the description comment (nndiary is now
13978         properly documented in the Gnus manual).
13979         Fix the spelling of "Back End".
13980         * nndiary.el: Ditto.
13981         Fix the copyright notice.
13982
13983 2005-07-18  Romain Francoise  <romain@orebokech.com>
13984
13985         * gnus-sum.el (gnus-summary-to-prefix)
13986         (gnus-summary-newsgroup-prefix): New variables.
13987         (gnus-summary-from-or-to-or-newsgroups): Use them.
13988
13989 2005-07-17  Romain Francoise  <romain@orebokech.com>
13990
13991         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13992         space as it's generally not especially interesting to the user.
13993
13994 2005-07-16  Romain Francoise  <romain@orebokech.com>
13995
13996         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13997         nil to avoid prompting and file modification if one of the
13998         messages at the top of the nnfolder file contains a copyright
13999         notice.
14000         Update copyright notice.
14001
14002         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14003         instead of `current-time-string' as the latter creates a time
14004         string that is not RFC 2822 compliant (it lacks the zone).
14005         Update copyright notice.
14006
14007 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14010         for text/rtf.  Display default in prompt.  Pass default for M-n.
14011
14012         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14013
14014 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14015
14016         * gnus-msg.el (gnus-button-mailto):
14017         Remove save-selected-window-window hackery because it relies on
14018         save-selected-window internals.
14019
14020 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14023         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14024         (gnus-article-prev-page): Ditto.
14025
14026         * gnus-util.el (gnus-beginning-of-window): New function.
14027         (gnus-end-of-window): New function.
14028
14029         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14030
14031 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14032
14033         * gnus-score.el (gnus-score-edit-all-score):
14034         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14035         gnus-message.
14036
14037 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14038
14039         * gnus-msg.el (gnus-button-mailto):
14040         Remove save-selected-window-window hackery because it relies on
14041         save-selected-window internals.
14042
14043 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14046         add-minor-mode.
14047         (gnus-binary-mode): Ditto.
14048
14049         * gnus-topic.el (gnus-topic-mode): Ditto.
14050
14051 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14052
14053         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14054         (gnus-article-prev-page): Take scroll-margin into consideration.
14055
14056 2005-07-04  Lute Kamstra  <lute@gnu.org>
14057
14058         Update FSF's address in GPL notices.
14059
14060 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14061
14062         * gnus.el (gnus-exit):
14063         * gnus-group.el (gnus-group-icons):
14064         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14065
14066         * gnus-nocem.el (gnus-nocem):
14067         * message.el (message-various, message-buffers, message-sending)
14068         (message-interface, message-forwarding, message-insertion)
14069         (message-headers, message-news, message-mail):
14070         * pgg-gpg.el (pgg-gpg):
14071         * pgg-parse.el (pgg-parse):
14072         * pgg-pgp.el (pgg-pgp):
14073         * pgg-pgp5.el (pgg-pgp5):
14074         * pop3.el (pop3): Finish `defgroup' description with period.
14075
14076 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-art.el (article-display-face): Improve the efficiency.
14079         (article-display-x-face): Ditto; remove grey x-face stuff.
14080
14081 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-art.el (article-display-face): Correct the position in
14084         which Faces are inserted.
14085
14086 2005-06-29  Didier Verna  <didier@xemacs.org>
14087
14088         * gnus-art.el (article-display-face): Display faces in correct
14089         order.
14090
14091 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14094         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14095         (gnus-nocem-check-article): Fetch the Type header.
14096         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14097         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14098         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14099         make sure gnus-nocem-hashtb is initialized.
14100         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14101         (gnus-nocem-unwanted-article-p): Ditto.
14102
14103         * pgg.el (pgg-verify): Return the verification result.
14104
14105 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14106
14107         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14108         is ascii.
14109
14110 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14111
14112         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14113         `show-nonbreak-escape'.
14114
14115 2005-06-23  Lute Kamstra  <lute@gnu.org>
14116
14117         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14118
14119         * dig.el (dig-mode):
14120         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14121
14122 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14123
14124         * nnimap.el (nnimap-split-download-body): Fix spellings.
14125
14126 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14127
14128         * gnus-art.el (gnus-article-encrypt-body):
14129         * gnus-cus.el (gnus-score-customize):
14130         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14131         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14132
14133 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14134
14135         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14136         header by looking for magic "MII" at the beginnig.
14137
14138 2005-06-16  Miles Bader  <miles@gnu.org>
14139
14140         * gnus-xmas.el (gnus-xmas-group-startup-message):
14141         Use renamed gnus-splash face.
14142
14143         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14144         (assistant-field-face): New backward-compatibility alias for renamed
14145         face.
14146         (assistant-render-text): Use renamed assistant-field face.
14147
14148         * spam.el (spam): Remove "-face" suffix from face name.
14149         (spam-face): New backward-compatibility alias for renamed face.
14150         (spam-face, spam-initialize): Use renamed spam face.
14151
14152         * message.el (message-header-to, message-header-cc)
14153         (message-header-subject, message-header-newsgroups)
14154         (message-header-other, message-header-name)
14155         (message-header-xheader, message-separator, message-cited-text)
14156         (message-mml): Remove "-face" suffix from face names.
14157         (message-header-to-face, message-header-cc-face)
14158         (message-header-subject-face, message-header-newsgroups-face)
14159         (message-header-other-face, message-header-name-face)
14160         (message-header-xheader-face, message-separator-face)
14161         (message-cited-text-face, message-mml-face):
14162         New backward-compatibility aliases for renamed faces.
14163         (message-font-lock-keywords): Use renamed message faces.
14164
14165         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14166         (sieve-test-commands, sieve-tagged-arguments):
14167         Remove "-face" suffix from face names.
14168         (sieve-control-commands-face, sieve-action-commands-face)
14169         (sieve-test-commands-face, sieve-tagged-arguments-face):
14170         New backward-compatibility aliases for renamed faces.
14171         (sieve-control-commands-face, sieve-action-commands-face)
14172         (sieve-test-commands-face, sieve-tagged-arguments-face):
14173         Use renamed sieve faces.
14174
14175         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14176         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14177         (gnus-group-news-3-empty, gnus-group-news-4)
14178         (gnus-group-news-4-empty, gnus-group-news-5)
14179         (gnus-group-news-5-empty, gnus-group-news-6)
14180         (gnus-group-news-6-empty, gnus-group-news-low)
14181         (gnus-group-news-low-empty, gnus-group-mail-1)
14182         (gnus-group-mail-1-empty, gnus-group-mail-2)
14183         (gnus-group-mail-2-empty, gnus-group-mail-3)
14184         (gnus-group-mail-3-empty, gnus-group-mail-low)
14185         (gnus-group-mail-low-empty, gnus-summary-selected)
14186         (gnus-summary-cancelled, gnus-summary-high-ticked)
14187         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14188         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14189         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14190         (gnus-summary-low-undownloaded)
14191         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14192         (gnus-summary-low-unread, gnus-summary-normal-unread)
14193         (gnus-summary-high-read, gnus-summary-low-read)
14194         (gnus-summary-normal-read, gnus-splash):
14195         Remove "-face" suffix from face names.
14196         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14197         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14198         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14199         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14200         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14201         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14202         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14203         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14204         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14205         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14206         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14207         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14208         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14209         (gnus-summary-normal-ticked-face)
14210         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14211         (gnus-summary-normal-ancient-face)
14212         (gnus-summary-high-undownloaded-face)
14213         (gnus-summary-low-undownloaded-face)
14214         (gnus-summary-normal-undownloaded-face)
14215         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14216         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14217         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14218         (gnus-splash-face):
14219         New backward-compatibility aliases for renamed faces.
14220         (gnus-group-startup-message): Use renamed gnus faces.
14221
14222         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14223         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14224         (gnus-server-agent): Remove "-face" suffix from face names.
14225         (gnus-server-agent-face, gnus-server-opened-face)
14226         (gnus-server-closed-face, gnus-server-denied-face)
14227         (gnus-server-offline-face):
14228         New backward-compatibility aliases for renamed faces.
14229         (gnus-server-agent-face, gnus-server-opened-face)
14230         (gnus-server-closed-face, gnus-server-denied-face)
14231         (gnus-server-offline-face): Use renamed gnus faces.
14232
14233         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14234         Remove "-face" suffix from face names.
14235         (gnus-picon-xbm-face, gnus-picon-face):
14236         New backward-compatibility aliases for renamed faces.
14237
14238         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14239         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14240         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14241         (gnus-cite-11): Remove "-face" suffix from face names.
14242         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14243         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14244         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14245         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14246         New backward-compatibility aliases for renamed faces.
14247         (gnus-cite-attribution-face, gnus-cite-face-list)
14248         (gnus-article-boring-faces): Use renamed gnus faces.
14249
14250         * gnus-art.el (gnus-signature, gnus-header-from)
14251         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14252         (gnus-header-content): Remove "-face" suffix from face names.
14253         (gnus-signature-face, gnus-header-from-face)
14254         (gnus-header-subject-face, gnus-header-newsgroups-face)
14255         (gnus-header-name-face, gnus-header-content-face):
14256         New backward-compatibility aliases for renamed faces.
14257         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14258
14259         * gnus-sum.el (gnus-summary-selected-face)
14260         (gnus-summary-highlight): Use renamed gnus faces.
14261         * gnus-group.el (gnus-group-highlight): Likewise.
14262
14263 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14264
14265         * gnus-sieve.el (gnus-sieve-article-add-rule):
14266         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14267         * spam-stat.el (spam-stat-buffer-change-to-spam)
14268         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14269
14270         * message.el (message-is-yours-p):
14271         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14272
14273 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * mm-view.el (mm-inline-text): Withdraw the last change.
14276
14277 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14280         executing enriched-decode.
14281
14282 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14285         charset of tar files.
14286
14287 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14288
14289         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14290
14291 2005-06-04  Lute Kamstra  <lute@gnu.org>
14292
14293         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14294         information is never recorded.
14295
14296 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14297
14298         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14299
14300 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * pop3.el (pop3-apop): Run md5 in the binary mode.
14303
14304         * starttls.el (starttls-set-process-query-on-exit-flag):
14305         Use eval-and-compile.
14306
14307 2005-05-31  Simon Josefsson  <jas@extundo.com>
14308
14309         * smime.el (smime-replace-in-string): Define.
14310         (smime-cert-by-ldap-1): Use it.
14311
14312 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-art.el (article-display-x-face): Replace
14315         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14316
14317         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14318         set-process-query-on-exit-flag or process-kill-without-query.
14319
14320         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14321         loop instead of replace-regexp.
14322
14323         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14324         instead of process-kill-without-query if it is available.
14325
14326         * lpath.el: Fbind ldap-search-entries.
14327
14328         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14329         instead of find-file-hooks if it is available.
14330
14331         * mml1991.el: Bind pgg-default-user-id when compiling.
14332
14333         * mml2015.el: Bind pgg-default-user-id when compiling.
14334
14335         * nndraft.el (nndraft-request-associate-buffer):
14336         Use write-contents-functions instead of write-contents-hooks if it is
14337         available.
14338
14339         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14340         instead of find-file-hooks if it is available.
14341
14342         * nntp.el (nntp-open-connection): Replace
14343         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14344         (nntp-open-ssl-stream): Ditto.
14345         (nntp-open-tls-stream): Ditto.
14346
14347         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14348         set-process-query-on-exit-flag or process-kill-without-query.
14349         (starttls-open-stream-gnutls): Use it instead of
14350         process-kill-without-query.
14351         (starttls-open-stream): Ditto.
14352
14353 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14354
14355         * smime.el (smime-cert-by-ldap-1): Don't use
14356         replace-regexp-in-string.
14357
14358 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14359
14360         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14361
14362         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14363         in PEM format.  Adjust to the XEmacs compability.
14364
14365 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14368         by `string-to-number'.
14369         * gnus-agent.el (gnus-agent-regenerate-group)
14370         (gnus-agent-fetch-articles): Ditto.
14371         * gnus-art.el (gnus-button-fetch-group): Ditto.
14372         * gnus-cache.el (gnus-cache-generate-active)
14373         (gnus-cache-articles-in-group): Ditto.
14374         * gnus-group.el (gnus-group-set-current-level)
14375         (gnus-group-insert-group-line): Ditto.
14376         * gnus-score.el (gnus-score-set-expunge-below)
14377         (gnus-score-set-mark-below, gnus-summary-score-effect)
14378         (gnus-summary-score-entry): Ditto.
14379         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14380         (gnus-soup-pack): Ditto.
14381         * gnus-spec.el (gnus-xmas-format): Ditto.
14382         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14383         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14384         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14385         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14386         * nndb.el (nndb-get-remote-expire-response): Ditto.
14387         * nndiary.el (nndiary-parse-schedule-value)
14388         (nndiary-string-to-number, nndiary-request-replace-article)
14389         (nndiary-request-article): Ditto.
14390         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14391         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14392         * nneething.el (nneething-make-head): Ditto.
14393         * nnfolder.el (nnfolder-request-article)
14394         (nnfolder-retrieve-headers): Ditto.
14395         * nnheader.el (nnheader-file-to-number): Ditto.
14396         * nnkiboze.el (nnkiboze-request-article): Ditto.
14397         * nnmail.el (nnmail-process-unix-mail-format)
14398         (nnmail-process-babyl-mail-format): Ditto.
14399         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14400         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14401         (nnmh-request-create-group, nnmh-request-list-1)
14402         (nnmh-request-group, nnmh-request-article): Ditto.
14403         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14404         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14405         * nnsoup.el (nnsoup-make-active): Ditto.
14406         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14407         * nntp.el (nntp-find-group-and-number)
14408         (nntp-retrieve-headers-with-xover): Ditto.
14409         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14410         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14411         (pgg-format-key-identifier): Ditto.
14412         * pop3.el (pop3-last, pop3-stat): Ditto.
14413         * qp.el (quoted-printable-decode-region): Ditto.
14414
14415         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14416         of concat.
14417
14418 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14421
14422         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14423
14424         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14425
14426         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14427
14428         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14429
14430         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14431
14432         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14433         (gnus-carpal-mode): Ditto.
14434
14435         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14436         (gnus-browse-mode): Ditto.
14437
14438         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14439
14440         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14441
14442 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14443
14444         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14445
14446 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-util.el (gnus-run-mode-hooks): New function.
14449
14450         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14451
14452         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14453         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14454
14455 2005-05-27  Lute Kamstra  <lute@gnu.org>
14456
14457         * dns-mode.el (dns-mode): Specify customization group.
14458
14459 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14460
14461         * gnus-agent.el (gnus-agent-make-mode-line-string):
14462         Use mode-line-highlight as mouse-face.
14463
14464 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * canlock.el (canlock): Change the parent group to news.
14467
14468         * deuglify.el (gnus-outlook-deuglify): Add :group.
14469
14470         * dig.el (dig): Add :group.
14471
14472         * dns-mode.el (dns-mode): Add :group.
14473
14474         * encrypt.el (encrypt): Add :group.
14475
14476         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14477         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14478         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14479         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14480         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14481
14482         * gnus-diary.el (gnus-diary): Add :group.
14483
14484         * gnus.el (gnus-group-news-1-face): Add :group.
14485         (gnus-group-news-1-empty-face): Ditto.
14486         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14487         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14488         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14489         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14490         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14491         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14492         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14493         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14494         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14495         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14496         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14497         (gnus-summary-high-ticked-face): Ditto.
14498         (gnus-summary-low-ticked-face): Ditto.
14499         (gnus-summary-normal-ticked-face): Ditto.
14500         (gnus-summary-high-ancient-face): Ditto.
14501         (gnus-summary-low-ancient-face): Ditto.
14502         (gnus-summary-normal-ancient-face): Ditto.
14503         (gnus-summary-high-undownloaded-face): Ditto.
14504         (gnus-summary-low-undownloaded-face): Ditto.
14505         (gnus-summary-normal-undownloaded-face): Ditto.
14506         (gnus-summary-high-unread-face): Ditto.
14507         (gnus-summary-low-unread-face): Ditto.
14508         (gnus-summary-normal-unread-face): Ditto.
14509         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14510         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14511
14512         * hashcash.el (hashcash): New custom group.
14513         (hashcash-default-payment): Add :group.
14514         (hashcash-payment-alist): Ditto.
14515         (hashcash-default-accept-payment): Ditto.
14516         (hashcash-accept-resources): Ditto.
14517         (hashcash-path): Ditto.
14518         (hashcash-extra-generate-parameters): Ditto.
14519         (hashcash-double-spend-database): Ditto.
14520         (hashcash-in-news): Ditto.
14521
14522         * message.el (message-minibuffer-local-map): Add :group.
14523
14524         * netrc.el (netrc): Add :group.
14525
14526         * sieve-manage.el (sieve-manage-log): Add :group.
14527         (sieve-manage-default-user): Diito.
14528         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14529         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14530         (sieve-manage-authenticators): Ditto.
14531         (sieve-manage-authenticator-alist): Ditto.
14532         (sieve-manage-default-port): Ditto.
14533
14534         * sieve-mode.el (sieve-control-commands-face): Add :group.
14535         (sieve-action-commands-face): Ditto.
14536         (sieve-test-commands-face): Ditto.
14537         (sieve-tagged-arguments-face): Ditto.
14538
14539         * smime.el (smime): Add :group.
14540
14541         * spam-report.el (spam-report): Add :group.
14542
14543         * spam.el (spam, spam-face): Add :group.
14544
14545 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14548         return \n.\n.\n at the end of articles.  Protect against that.
14549         (nntp-with-open-group): Allow debugging.
14550
14551         * nnheader.el (mail-header-set-extra): Make into a function
14552         because I just could't understand how to quote the list properly.
14553
14554         * dns.el (query-dns-cached): New function.
14555
14556 2005-05-26  Lute Kamstra  <lute@gnu.org>
14557
14558         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14559
14560 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14563
14564         * gnus-art.el: Don't autoload mail-extract-address-components.
14565
14566         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14567         eval-and-compile to evaluate it.
14568
14569         * hashcash.el: Don't autoload executable-find.
14570
14571         * nndb.el: Don't declare the nndb back end two or more times; don't
14572         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14573
14574         * nntp.el: Autoload format-spec instead of format; use
14575         eval-and-compile to evaluate autoload forms.
14576
14577 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14578
14579         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14580
14581 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14582
14583         * gnus.el (gnus-version-number): Bump version.
14584
14585 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14586
14587         * gnus.el: No Gnus v0.3 is released.
14588
14589 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * lpath.el (featurep): Bind show-nonbreak-escape.
14592
14593 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * gnus-art.el (gnus-article-edit-part): Disable undo.
14596
14597 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14600         gnus-article-date-lapsed-new-header is t if date timer is active;
14601         skip headers in which the original date value is empty.
14602         (gnus-article-save-original-date): Redefine it as a macro.
14603         (gnus-display-mime): Use it.
14604
14605 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-art.el (article-date-ut): Support converting date in
14608         forwarded parts as well.
14609         (gnus-article-save-original-date): New function.
14610         (gnus-display-mime): Use it.
14611
14612 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14613
14614         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14615         enclosure element of <item>.
14616
14617 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * message.el (message-kill-buffer-query): Rename from
14620         `message-kill-buffer-query-if-modified'.  Add :version.
14621
14622 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14625         window layout.
14626
14627 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * mml.el: Autoload dnd when compiling.
14630
14631 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14634         x-dnd-*.
14635
14636 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * qp.el (quoted-printable-encode-region): Save excursion.
14639
14640 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14641
14642         * message.el (message-kill-buffer-query-if-modified): Add new variable
14643         so the user can kill a modified message buffer quickly.
14644         (message-kill-buffer): Use it.
14645
14646 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * lpath.el: Fbind display-time-event-handler; don't fbind
14649         string-to-multibyte.
14650
14651         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14652
14653 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14656         contained in text because xml.el decodes entities) with LFs.
14657
14658 2005-04-11  Lute Kamstra  <lute@gnu.org>
14659
14660         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14661         differently.
14662
14663 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14664
14665         * mm-util.el (mm-detect-coding-region): Typo.
14666
14667 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14670
14671 2005-04-06  Deepak Goel  <deego@gnufans.org>
14672
14673         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14674         user-function allow user modifications of the scores.
14675         (spam-stat-score-buffer-user): New function, to allow
14676         user-computed modifications to the score.
14677         (spam-stat-score-buffer-user-functions): List of additional
14678         scoring functions.
14679         (spam-stat-error-holder): Global temporary error holder.
14680         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14681         variable.
14682
14683 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14684
14685         * gnus-registry.el (gnus-registry-clean-empty-function)
14686         (gnus-registry-trim, gnus-registry-fetch-groups)
14687         (gnus-registry-delete-group): Groups that match
14688         `gnus-registry-ignored-groups' are removed from the registry
14689         entries, not just ignored for splitting.  This helps clean up the
14690         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14691         to get all the groups a message ID is in.
14692
14693         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14694         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14695         (spam-stat-score-buffer-user-functions): Add :number custom type.
14696
14697 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14700         argument in XEmacs.
14701
14702         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14703         (nnrss-request-group): Decode group name first.
14704         (nnrss-request-article): Make a text/plain article if mml-to-mime
14705         failed.
14706         (nnrss-get-encoding): Return a compatible encoding according to
14707         nnrss-compatible-encoding-alist.
14708         (nnrss-find-el): Use consp instead of listp.
14709         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14710
14711 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14714         which Emacs 20 doesn't support.
14715         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14716
14717 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14720         silence the byte compiler inside the defun.
14721
14722         * gnus-demon.el (parse-time-string): Add autoload.
14723
14724         * gnus-delay.el (parse-time-string): Add autoload.
14725
14726         * gnus-art.el (parse-time-string): Add autoload.
14727
14728         * nnultimate.el (parse-time): Require for `parse-time-string'.
14729
14730 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14733
14734         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14735
14736         * smime.el (smime-ldap-host-list): Add :version.
14737
14738 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14741         pass it to `gnus-browse-read-group'.
14742         (gnus-browse-read-group): Add NUMBER argument and pass it to
14743         `gnus-group-read-ephemeral-group'.
14744
14745         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14746         argument and pass it to `gnus-group-read-group'.
14747
14748 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14749
14750         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14751         mm-xemacs-find-mime-charset-1 if we have the mule feature
14752         available at runtime.
14753
14754 2005-03-25  Werner Lemberg  <wl@gnu.org>
14755
14756         * nnmaildir.el: Replace `illegal' with `invalid'.
14757
14758 2005-03-23  Lute Kamstra  <lute@gnu.org>
14759
14760         * time-date.el: Add comment on time value formats.
14761         Don't require parse-time.
14762         (with-decoded-time-value): New macro.
14763         (encode-time-value): New function.
14764         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14765         (days-to-time): Return a valid time value when arg is huge.
14766         (time-since): Use time-subtract.
14767         (time-to-number-of-days): Use time-to-seconds.
14768
14769 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14770
14771         * gnus-start.el (gnus-display-time-event-handler):
14772         Check display-time-timer at runtime rather than only at load time
14773         in case display-time-mode is turned off in the mean time.
14774
14775 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14778         used.
14779
14780         * nneething.el (nneething-map-file-directory): Derive from
14781         `gnus-directory'.
14782
14783         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14784         the To/Cc button.
14785
14786 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * nnmaildir.el (nnmaildir-request-accept-article):
14789         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14790
14791 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14792
14793         * gnus-async.el: Require timer-funcs at compile time when in
14794         XEmacs for `run-with-idle-timer'.
14795
14796 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14797
14798         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14799         autoloaded function.
14800
14801 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14802
14803         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14804
14805 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14806
14807         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14808
14809 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14810
14811         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14812         Add gnus-expert-user to default.
14813
14814 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14815
14816         * nnimap.el (nnimap-open-server): Ditto.
14817
14818         * imap.el (imap-authenticate): Fix typo.
14819
14820 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14821
14822         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14823         buffer (since IMAP server might return FETCH response out of
14824         order, and the nntp buffer must be sorted).
14825
14826 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14827
14828         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14829         comparison on string.
14830
14831         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14832         (gnus-agent-score): Rename category keywords to match gnus-cus.
14833         (gnus-agent-summary-fetch-series): Modify to protect against
14834         gnus-agent-summary-fetch-group clearing processable flags.
14835         (gnus-agent-synchronize-group-flags): Update live group buffer as
14836         synchronization may occur due to the user toggle the plugged
14837         status.
14838         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14839         successfully downloaded.
14840         (gnus-agent-expire-group-1): Avoid using markers when the overview
14841         is in ascending order; greatly improves performance.
14842         (gnus-agent-regenerate-group):
14843         Use gnus-agent-synchronize-group-flags to reset read status in both
14844         gnus and server.
14845         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14846
14847 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * message.el: Don't autoload former message-utils variables.
14850         (message-strip-subject-trailing-was): Change doc string.
14851
14852         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14853         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14854         (nnweb-google-search): Add "hl=en" here.
14855         (nnweb-google-parse-1, nnweb-google-create-mapping):
14856         Don't hardcode URL.
14857
14858 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * message.el (message-get-reply-headers, message-followup):
14861         Mention related variables `message-use-followup-to' and
14862         `message-use-mail-followup-to', in the information buffer.
14863
14864         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14865         of broken groups(-beta).google.com.
14866
14867 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14868
14869         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14870         parameter to invoked gnus-request-move-article; remove the
14871         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14872         all at once instead of once per article.
14873         (gnus-summary-remove-process-mark): Accept a list of articles as
14874         well as a single article for processing.
14875
14876         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14877         parameter.
14878
14879         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14880
14881         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14882
14883         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14884         parameter.
14885
14886         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14887         parameter.
14888
14889         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14890         parameter and remove the gnus-sum-hint-move-is-internal variable.
14891
14892         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14893         parameter.
14894
14895         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14896         parameter.
14897
14898         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14899         parameter.
14900
14901         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14902
14903         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14904         parameter.
14905
14906         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14907         parameter.
14908
14909 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14910
14911         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14912         a more conservative way.
14913
14914 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14915
14916         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14917         buffer, so it moves the window's cursor.
14918
14919 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14920
14921         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14922         `mm-dissect-multipart' and receive the from field as an (optional)
14923         argument from `mm-dissect-multipart'.
14924         (mm-dissect-multipart): Receive the from field as an argument and
14925         pass it on when we call `mm-dissect-buffer' on MIME parts.
14926         Fixes verification/decryption of signed/encrypted MIME parts.
14927
14928 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * gnus-sum.el (gnus-summary-move-article):
14931         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14932         whatever it calls (right now, only nnimap-request-move article
14933         respects it).
14934
14935         * nnimap.el (nnimap-request-move-article):
14936         When gnus-sum-hint-move-is-internal is set, don't do the extra
14937         nnimap-request-article.
14938
14939 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14942
14943         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14944         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14945
14946         * gnus-sum.el (gnus-summary-caesar-message):
14947         Apply `gnus-treat-article' after rotation.
14948
14949         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14950         doc string.
14951
14952 2005-02-22  Simon Josefsson  <jas@extundo.com>
14953
14954         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14955         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14956         <arne@arnested.dk>.
14957         (encrypt): Add password-cache and password-cache-expiry as group
14958         members.
14959
14960 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14961
14962         * smime.el (smime-ldap-host-list): Doc fix.
14963         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14964         cache) password.
14965         (smime-sign-region): Use it.
14966         (smime-decrypt-region): Use it.
14967         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14968         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14969         fails.
14970         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14971         certificate from DER to PEM format rather than calling openssl.
14972
14973         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14974
14975         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14976         for signing/encryption.
14977
14978         * mml.el (mml-parse-1): Use them.
14979
14980 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14981
14982         * nnrss.el (nnrss-verbose): Remove.
14983         (nnrss-request-group): Use `nnheader-message' instead.
14984
14985 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14986
14987         * nnrss.el (nnrss-verbose): New variable.
14988         (nnrss-request-group): Make it say nnrss is requesting a group.
14989
14990 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14993         Handle news URL with given port correctly.
14994
14995 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14998         containing special characters.
14999
15000         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15001
15002         * mml.el (mime-to-mml): Ditto.
15003
15004         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15005         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15006         (rfc2047-decode-region): Quote decoded words containing special
15007         characters when rfc2047-quote-decoded-words-containing-tspecials
15008         is non-nil.
15009
15010 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15011
15012         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15013
15014         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15015
15016 2005-02-15  Simon Josefsson  <jas@extundo.com>
15017
15018         * nnimap.el (nnimap-debug): Doc fix.
15019
15020         * imap.el (imap-debug): Doc fix.
15021
15022 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15025
15026 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15027
15028         * gnus.el (spam-contents): Improve docs for spam-contents
15029         parameter in its variable incarnation.
15030
15031 2005-02-14  Simon Josefsson  <jas@extundo.com>
15032
15033         * smime-ldap.el: Use require instead of load-library for ldap.
15034         (smime-ldap-search): Indent.
15035         (smime-ldap-search-internal): Shorten line.
15036
15037         * smime.el (smime-cert-by-dns): Add doc-string.
15038         (smime-cert-by-ldap-1): Indent.
15039
15040         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15041         mml-smime-get-dns-ldap.
15042         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15043
15044 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15045
15046         * smime.el: Require smime-ldap.
15047         (smime-ldap-host-list): New variable.
15048         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15049
15050         * mml-smime.el (mml-smime-encrypt-query): New function.
15051         (mml-smime-encrypt-query): Use it.
15052
15053         * smime-ldap.el: New file.
15054
15055 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15058
15059 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15062         argument in doc string.  Make query for type more clear.
15063
15064 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus.el (gnus-group-startup-message): Search for gnus images in
15067         etc/images/gnus.
15068         * mm-util.el (mm-image-load-path): Likewise.
15069         * smiley.el (smiley-data-directory): Search for smilies in
15070         etc/images/smilies.
15071
15072 2005-02-09  Kim F. Storm  <storm@cua.dk>
15073
15074         Change Emacs release version from 21.4 to 22.1 throughout.
15075         Change Emacs development version from 21.3.50 to 22.0.50.
15076
15077 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15080
15081         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15082         non-Mule XEmacs as well.
15083         (mm-decompress-buffer): Signal an error intentionally if it does
15084         not decompress compressed data because auto-compression-mode is
15085         disabled.
15086
15087 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15090         an ID in the registry even if it has no groups.
15091
15092 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15095         merge it into mm-decompress-buffer.
15096         (gnus-mime-copy-part): Use the MIME part charset, the value which
15097         a user specified or gnus-newsgroup-charset for decoding, like
15098         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15099         save-buffer what was used.  Suggested by Kevin Ryde
15100         <user42@zip.com.au>.
15101         (gnus-mime-inline-part): Allow the name parameter as well as the
15102         filename parameter; force decompressing of compressed data; always
15103         display contents being not decoded as unibyte.
15104
15105         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15106         as well as the filename parameter.
15107
15108         * mm-util.el (mm-decompress-buffer):
15109         Merge gnus-mime-jka-compr-maybe-uncompress.
15110         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15111         of compressed data.
15112
15113 2005-02-08  Simon Josefsson  <jas@extundo.com>
15114
15115         * imap.el (imap-log): Doc fix.
15116
15117 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15120         the coding cookies; decompress compressed parts.
15121
15122         * mml.el (mml-generate-mime-1): Add the charset parameter according
15123         to the value which a user specified manually or the coding cookie.
15124
15125         * mm-util.el (mm-string-to-multibyte): New function.
15126         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15127         (mm-coding-system-to-mime-charset): New function.
15128         (mm-decompress-buffer): New function.
15129         (mm-find-buffer-file-coding-system): New function.
15130
15131         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15132         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15133         parts.
15134
15135 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15136
15137         * mm-view.el (mm-display-inline-fontify): Decode a part according
15138         to the charset parameter.
15139
15140 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15143         prefix arg is neither nil nor a number, as info specifies.
15144
15145 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15148         timestamps.
15149
15150 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15151
15152         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15153         groups error checking and notify user.
15154
15155 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15156
15157         * message.el (message-send-mail-function): Check existence of
15158         sendmail-program first before using default value
15159         `message-send-mail-with-sendmail'.  Otherwise use more generic
15160         `smtpmail-send-it'.
15161
15162 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * nntp.el (nntp-request-update-info): Always return nil.
15165
15166 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15167
15168         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15169
15170 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15171
15172         * message.el (message-beginning-of-line): Change the behavior when
15173         invoked between BOL and : so that it first moves backward.
15174
15175 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15178         article buffer when editing of the article is discarded.
15179         (gnus-article-prepare): Revert.
15180
15181 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-art.el (gnus-article-prepare):
15184         Remove message-strip-forbidden-properties from the local hook.
15185
15186 2005-01-27  Simon Josefsson  <jas@extundo.com>
15187
15188         * password.el (password-cache-add): Only start one timer per key.
15189         Reported by Derek Atkins <warlord@MIT.EDU>.
15190
15191 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15192
15193         * run-at-time.el: Remove.  It is no longer needed as
15194         timer-funcs.el in the xemacs-base package has a working version of
15195         `run-at-time'.
15196
15197         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15198
15199         * password.el: Require timer-funcs instead of run-at-time in
15200         XEmacs.
15201         Remove `password-run-at-time' macro.
15202         (password-cache-add): Use `run-at-time' instead of
15203         `password-run-at-time'.
15204
15205         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15206         Remove `nnheader-cancel-function-timers' alias,
15207         `cancel-function-timers' exists in XEmacs in timer-funcs.
15208
15209         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15210         for `run-with-idle-timer'.
15211
15212         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15213         for `run-at-time'.
15214
15215         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15216         for `with-timeout'.
15217
15218         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15219         the same as for XEmacs 21.4.
15220         No need to ignore `run-with-idle-timer', this function exists in
15221         XEmacs now in timer-funcs.el in the xemacs-base package.
15222         (dgnushack-compile): No need to delete
15223         run-at-time.el from the list of files to compile because it
15224         doesn't exist anymore.
15225
15226 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15229         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15230
15231 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15232
15233         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15234         sensitively.
15235
15236 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15237
15238         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15239
15240 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15243         which will be inserted according to the multibyteness of a buffer
15244         rather than the type of contents.  Suggested by ARISAWA Akihiro
15245         <ari@mbf.ocn.ne.jp>.
15246
15247         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15248         of string which old xml.el may return rather than a string.
15249
15250 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15253
15254 2005-01-16  Simon Josefsson  <jas@extundo.com>
15255
15256         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15257         idn/idna.el isn't available.
15258         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15259         <michael@waxrat.com>.
15260
15261         * hashcash.el: Remove non-FSF copyright header.
15262
15263         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15264         (hashcash-generate-payment): Use it.
15265         (hashcash-generate-payment-async): Use it.
15266
15267 2005-01-15  Simon Josefsson  <jas@extundo.com>
15268
15269         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15270         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15271
15272         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15273         gnus-summary-idna-message.
15274         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15275         (gnus-summary-idna-message): New function.
15276
15277 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15280         gnus-novice-user.
15281
15282 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * nnrss.el (nnrss-request-delete-group): Delete entries in
15285         nnrss-group-alist as well.
15286         (nnrss-save-server-data): Insert newline.
15287
15288 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * gnus.el (gnus-user-agent): Use list of symbols instead of
15291         symbols.  Display full version number for (S)XEmacs.
15292         Optionally display (S)XEmacs codename.
15293
15294         * gnus-util.el (gnus-emacs-version): Update for new
15295         `gnus-user-agent'.
15296
15297         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15298         Gnus version.
15299
15300 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15301
15302         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15303         which is unreadable in some setups.
15304
15305 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-spec.el (gnus-update-format-specifications): Flush the
15308         group format spec cache if it doesn't support decoded group names.
15309
15310 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15313         Allow to apply decay on score files matching a regexp.
15314
15315 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15318         compatibility in %g and %c.
15319
15320 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15323         name for only %g and %c.
15324         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15325         of gnus-tmp-group to decoded group name.
15326         (gnus-group-make-rss-group): Exclude `/'s from group names.
15327
15328 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * nnrss.el (nnrss-get-encoding): Fix regexp.
15331
15332 2004-12-27  Simon Josefsson  <jas@extundo.com>
15333
15334         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15335         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15336         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15337
15338 2004-12-17  Kim F. Storm  <storm@cua.dk>
15339
15340         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15341
15342         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15343
15344 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15345
15346         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15347
15348 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * nnrss.el: Require rfc2047 and mml.
15351         (nnrss-file-coding-system): New variable.
15352         (nnrss-format-string): Redefine it as an inline function.
15353         (nnrss-decode-group-name): New function.
15354         (nnrss-string-as-multibyte): Remove.
15355         (nnrss-retrieve-headers): Decode group name; don't use
15356         nnrss-format-string.
15357         (nnrss-request-group): Decode group name.
15358         (nnrss-request-article): Decode group name; allow a Message-ID as
15359         well as an article number; don't use nnrss-format-string; encode a
15360         Message-ID string which may contain non-ASCII characters; use
15361         mml-to-mime to compose a MIME article.
15362         (nnrss-request-expire-articles): Decode group name.
15363         (nnrss-request-delete-group): Decode group name.
15364         (nnrss-fetch): Clarify error message.
15365         (nnrss-read-server-data): Use insert-file-contents instead of load;
15366         bind file-name-coding-system; use multibyte buffer.
15367         (nnrss-save-server-data): Bind coding-system-for-write to the
15368         value of nnrss-file-coding-system; bind file-name-coding-system;
15369         add coding cookie.
15370         (nnrss-read-group-data): Use insert-file-contents instead of load;
15371         bind file-name-coding-system; use multibyte buffer.
15372         (nnrss-save-group-data): Bind coding-system-for-write to the
15373         value of nnrss-file-coding-system; bind file-name-coding-system.
15374         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15375         make it work with non-ASCII text.
15376         (nnrss-find-el): Make it work with old xml.el as well.
15377
15378 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15379
15380         * nnrss.el (nnrss-get-encoding): New function.
15381         (nnrss-fetch): Use unibyte buffer initially; bind
15382         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15383         decode contents according to the encoding attribute.
15384         (nnrss-save-group-data): Add coding cookie.
15385         (nnrss-mime-encode-string): New function.
15386         (nnrss-check-group): Use it to encode subject and author.
15387
15388 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15389
15390         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15391         imaginary variable.
15392
15393 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15396         correctly even if there are wide characters.
15397
15398 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15401         downcased symbol names; make a new cache instead of reusing
15402         bbdb-hashtable.
15403
15404 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15407         concatenating segments rather than before concatenating them.
15408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15409
15410         * message.el (message-get-reply-headers): Bind `extra'.
15411
15412 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * message.el (message-extra-wide-headers): New variable.
15415         (message-get-reply-headers): Use it.
15416
15417 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15420         (gnus-agent-group-pathname): Ditto.
15421
15422         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15423
15424         * gnus-group.el (gnus-group-make-group): Decode group name.
15425         (gnus-group-make-rss-group): Register the group data after opening
15426         the nnrss group.
15427
15428 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15429
15430         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15431         by expiry now get marked as read.
15432
15433 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15436
15437 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15438
15439         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15440         unify Latin characters in XEmacs.
15441         (mm-find-mime-charset-region): Use it.
15442
15443 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-util.el (gnus-delete-directory): New function.
15446
15447         * gnus-agent.el (gnus-agent-delete-group): Use it.
15448
15449         * gnus-cache.el (gnus-cache-delete-group): Use it.
15450
15451 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15454         names.
15455
15456 2004-12-16  Simon Josefsson  <jas@extundo.com>
15457
15458         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15459
15460 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15463
15464         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15465         (gnus-group-set-current-level): Decode group name.
15466
15467 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15468
15469         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15470         failed.
15471
15472 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-group.el (gnus-group-delete-group): Decode group name.
15475         (gnus-group-make-rss-group): Encode group name.
15476         (gnus-group-catchup-current): Decode group name.
15477         (gnus-group-kill-group): Decode group name.
15478
15479 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15480
15481         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15482
15483 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-group.el (gnus-group-make-rss-group):
15486         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15487
15488         * gnus-start.el (gnus-setup-news): Honor user's setting to
15489         gnus-message-archive-method.  Suggested by Lute Kamstra
15490         <lute@gnu.org>.
15491
15492 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15493
15494         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15495         global counterparts of the buffer-local variables.
15496
15497 2004-11-16  Romain Francoise  <romain@orebokech.com>
15498
15499         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15500         counterparts of the buffer-local variables.
15501
15502 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15503
15504         * message.el (message-forbidden-properties): Fix typo in doc
15505         string.
15506
15507 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * gnus-util.el (gnus-replace-in-string): Add doc string.
15510
15511         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15512         to avoid problems when splitting mails with many recipients.
15513
15514 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15515
15516         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15517         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15518
15519 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15520
15521         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15522         if there is no hashtable in memory or file modification time is
15523         newer than cached timestamp.
15524
15525 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * gnus-sum.el (gnus-summary-limit-to-recipient):
15528         Implement not-matching option.
15529
15530 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15533         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15534         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15535         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15536         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15537         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15538
15539 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * message.el (message-forward-make-body-mml): Remove headers
15542         according to message-forward-ignored-headers if a message is decoded.
15543
15544 2004-12-02  Romain Francoise  <romain@orebokech.com>
15545
15546         * message.el (message-forward-make-body-plain): Always remove
15547         headers according to message-forward-ignored-headers.
15548
15549 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15550
15551         * spam.el (spam-summary-prepare-exit): Remove the
15552         gnus-summary-limit pop for now, it has problems with ham marks for
15553         me.
15554
15555 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15556
15557         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15558         correctly.
15559
15560 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15561
15562         * format-spec.el (format-spec): Message the char.
15563
15564 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15565
15566         * gnus-art.el (gnus-split-methods): Reformat comments.
15567
15568         * spam.el (spam-summary-prepare-exit): Remove article limits
15569         before exiting the summary buffer.
15570
15571 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15574         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15575
15576         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15577         order to silence the byte compiler.
15578
15579         * spam.el: Fix the way to silence the byte compiler, which
15580         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15581         bbdb-search-simple, spam-BBDB-register-routine,
15582         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15583         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15584         spam-stat-buffer-is-spam, spam-stat-load,
15585         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15586         spam-stat-save and spam-stat-split-fancy.
15587
15588 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15591         which may confuse users.
15592         (canlock-password-for-verify): Ditto.
15593
15594         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15595
15596         * gnus-art.el (gnus-emphasis-alist): Ditto.
15597
15598         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15599
15600         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15601
15602         * gnus-start.el (gnus-save-killed-list): Ditto.
15603
15604         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15605         (gnus-sum-thread-tree-root): Ditto.
15606         (gnus-sum-thread-tree-false-root): Ditto.
15607         (gnus-sum-thread-tree-single-indent): Ditto.
15608
15609         * message.el (message-courtesy-message): Ditto.
15610         (message-archive-note): Ditto.
15611         (message-subscribed-address-file): Ditto.
15612         (message-user-fqdn): Ditto.
15613
15614         * spam-report.el (spam-report-gmane-regex): Ditto.
15615
15616         * spam.el (spam-blackhole-good-server-regex): Ditto.
15617
15618 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * mml.el (mml-preview): Widen the message buffer before copying
15621         the contents to the preview buffer; sort headers before previewing.
15622
15623         * message.el (message-hidden-headers): Fix the way to avoid a bug
15624         in the `repeat' widget in Emacs 21.3 or earlier.
15625
15626 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * message.el (message-hidden-headers): Default to "^References:".
15629         Improve customization type.  Suggested by Reiner Steib
15630         <Reiner.Steib@gmx.de>.
15631
15632 2004-11-25  Romain Francoise  <romain@orebokech.com>
15633
15634         * message.el (message-strip-forbidden-properties): Remove check for
15635         obsolete `message-hidden' text property, hidden headers are not
15636         accessible in the buffer anymore.
15637
15638 2004-11-22  Romain Francoise  <romain@orebokech.com>
15639
15640         * message.el (message-header-format-alist): Add `From' in list
15641         so that it can be sorted.
15642         (message-fix-before-sending): Widen and sort headers before
15643         sending.
15644         (message-hide-headers): Use narrowing to hide headers by moving
15645         them to the top of the buffer and narrowing to the region
15646         underneath.
15647
15648 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * message.el (message-strip-forbidden-properties):
15651         Bind buffer-read-only (etc) to nil.
15652
15653 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15656         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15657
15658 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15659
15660         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15661
15662 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * dns.el (query-dns): Use sit-for to time instead of
15665         accept-process-output, since that doesn't seem to work on udp
15666         sockets.
15667
15668 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15671
15672 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15673
15674         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15675         doc string.  Improve doc string.
15676
15677 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * nntp.el (nntp-request-update-info): Return nil if
15680         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15681         may not call gnus-activate-group which uselessly issues the GROUP
15682         commands for all nntp groups and wastes time.  Reported by Romain
15683         Francoise <romain@orebokech.com>.
15684
15685         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15686
15687 2004-11-15  Simon Josefsson  <jas@extundo.com>
15688
15689         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15690         headers separately.
15691         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15692         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15693
15694 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gnus-start.el (gnus-convert-old-newsrc):
15697         Assign legacy-gnus-agent to 5.10.7.
15698
15699 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15700
15701         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15702         start of the lines.
15703
15704 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15705
15706         * hashcash.el (hashcash-default-payment): Change default to 20.
15707         (hashcash-default-accept-payment): Change default to 20.
15708         (hashcash-process-alist): New variable.
15709         (hashcash-generate-payment-async): Add.
15710         (hashcash-already-paid-p): Add.
15711         (hashcash-insert-payment): Don't generate payments twice.
15712         (hashcash-insert-payment-async): Add.
15713         (hashcash-insert-payment-async-2): Add.
15714         (hashcash-cancel-async): Add.
15715         (hashcash-wait-async): Add.
15716         (hashcash-processes-running-p): Add.
15717         (hashcash-wait-or-cancel): Add.
15718         (mail-add-payment): New optional argument.  Conditionally start
15719         asynchronous calculation.
15720         (mail-add-payment-async): Add.
15721
15722         * message.el (message-send-mail): Wait for asynchronous hashcash
15723         results.  Don't clobber existing X-Hashcash headers.
15724         (message-setup-1): Call mail-add-payment-async when
15725         message-generate-hashcash is non-nil.
15726
15727 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15728
15729         * message.el (message-use-alternative-email-as-from): Examine the
15730         From header as well; use message-make-from in order to include a
15731         user's full name.
15732
15733 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15736         default; improve customization type.
15737         (gnus-emphasis-custom-with-format): New macro.
15738         (gnus-emphasis-custom-value-to-external): New function.
15739         (gnus-emphasis-custom-value-to-internal): New function.
15740
15741 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15742
15743         * dns.el (query-dns): Resolve reverse addresses.
15744
15745 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746
15747         * gnus-group.el (gnus-group-get-new-news): Use it.
15748
15749         * gnus-start.el (gnus-check-reasonable-setup): New function.
15750
15751 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15754         "Args out of range" error.  Reported by Arnaud Giersch
15755         <arnaud.giersch@free.fr>.
15756
15757 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15758
15759         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15760
15761 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15762
15763         * spam.el (spam group): Add :version.
15764
15765         * pgg-def.el (pgg group): Add :version.
15766
15767 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (gnus-article-edit-article): Don't associate the
15770         article buffer with a draft file.  This is a temporary measure
15771         against the 2004-08-22 change to gnus-article-edit-mode.
15772
15773 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15776         (html2text-format-tags): Remove unused variable `attr'.
15777
15778 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15781
15782         * tls.el (tls-process-connection-type, tls-success)
15783         (tls-certtool-program): Add :version.
15784
15785         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15786         (starttls-extra-arguments, starttls-process-connection-type)
15787         (starttls-connect, starttls-failure, starttls-success): Add :version.
15788
15789         * spam-stat.el (spam-stat): Add :version.
15790
15791         * sieve.el (sieve): Add :version.
15792
15793         * sha1.el (sha1): Add :version.
15794         (sha1-use-external): Remove redundant version.
15795
15796         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15797         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15798         (nnmail-split-fancy-match-partial-words)
15799         (nnmail-split-lowercase-expanded): Add :version.
15800
15801         * nndiary.el (nndiary): Add :version.
15802
15803         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15804
15805         * mml-sec.el (mml-default-sign-method)
15806         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15807         Add :version.
15808
15809         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15810
15811         * mm-url.el (mm-url-use-external, mm-url-program)
15812         (mm-url-arguments): Add :version.
15813
15814         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15815         (mm-attachment-file-modes, mm-decrypt-option)
15816         (mm-w3m-safe-url-regexp): Add :version.
15817
15818         * message.el (message-cite-prefix-regexp)
15819         (message-sendmail-envelope-from, message-minibuffer-local-map)
15820         (message-user-fqdn, message-completion-alist): Add :version.
15821
15822         * gnus-win.el (gnus-configure-windows-hook)
15823         (gnus-use-frames-on-any-display): Add :version.
15824
15825         * gnus-art.el (gnus-article-address-banner-alist)
15826         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15827         (gnus-treat-from-picon, gnus-treat-mail-picon)
15828         (gnus-treat-x-pgp-sig): Add :version.
15829
15830         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15831         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15832         (gnus-summary-article-delete-hook)
15833         (gnus-summary-display-while-building): Add :version.
15834
15835         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15836         (gnus-get-top-new-news-hook): Add :version.
15837
15838         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15839         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15840
15841         * gnus-registry.el (gnus-registry): Add :version.
15842
15843         * gnus-spec.el (gnus-use-correct-string-widths)
15844         (gnus-make-format-preserve-properties): Add :version.
15845
15846         * gnus.el (gnus-group-charter-alist)
15847         (gnus-group-fetch-control-use-browse-url)
15848         (gnus-install-group-spam-parameters): Add :version.
15849
15850         * gnus-diary.el (gnus-diary): Add :version.
15851
15852         * gnus-delay.el (gnus-delay): Add :version.
15853
15854         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15855         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15856         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15857         Add :version.
15858
15859         * gnus-agent.el (gnus-agent-max-fetch-size)
15860         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15861         (gnus-agent-prompt-send-queue): Add :version.
15862
15863         * deuglify.el (gnus-outlook-deuglify): Add :version.
15864
15865         * html2text.el: Beautify code.  Improve doc strings.
15866         Some checkdoc cleanup.
15867         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15868
15869 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15870
15871         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15872
15873 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15876         when package is loaded.
15877
15878         * spam.el (spam-summary-score-preferred-header): Add global preference
15879         for people who want to override the default SpamAssassin over
15880         Bogofilter preference (when both are set).
15881         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15882         (spam-user-format-function-S):
15883         Check spam-summary-score-preferred-header.
15884         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15885         (spam-user-format-function-S): Format the score correctly.
15886
15887 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15890         signature file.  Suggested by Manoj Srivastava
15891         <srivasta@golden-gryphon.com>.
15892
15893         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15894         iso-2022-jp even in the Japanese language environment.
15895         Suggested by Jason Rumney <jasonr@gnu.org>.
15896
15897 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15900         use the same characters as the dummy marks; make it free from
15901         getting affected by the language environment.
15902         (gnus-summary-read-group-1): Update mark positions only when the
15903         format spec is updated.
15904
15905         * gnus-spec.el (gnus-update-format-specifications): Return a list
15906         of updated types.
15907
15908 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15911         of boundp to check if display-warning is available.
15912
15913 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15916
15917 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * nnspool.el (nnspool-spool-directory): Use news-path if the
15920         news-directory variable is not bound.
15921
15922         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15923         function instead of display-warning if it is not available.
15924
15925 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15928         v5-10: Use `point-at-bol'.
15929
15930 2004-10-26  Simon Josefsson  <jas@extundo.com>
15931
15932         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15933         <chenggao@gmail.com>.
15934
15935 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15938         instead.
15939
15940 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15941
15942         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15943         to remove a server from the nnimap-server-buffer-alist.
15944         (nnimap-open-connection, nnimap-close-server): Use it.
15945
15946         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15947
15948 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15951         running the major-mode function.
15952
15953 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15956         dummy marks in the right way.
15957
15958 2004-10-18  David Edmondson  <dme@dme.org>
15959
15960         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15961         excessively.
15962
15963 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15964
15965         * gnus-util.el (gnus-split-references): Accept a nil references
15966         string and go on blissfully.
15967
15968         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15969         cases where the references string is non-nil but has no references.
15970
15971         * encrypt.el: Add autoload tags.
15972
15973         * spam.el (spam-resolve-registrations-routine): Remove article
15974         from unregistration list too.  Reported by David Hanak
15975         <dhanak@isis.vanderbilt.edu>
15976
15977 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15978
15979         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15980         nil.  Change custom type.
15981
15982 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15983
15984         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15985
15986         * gnus-sum.el (gnus-summary-move-article): Use it.
15987
15988 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15989
15990         * encrypt.el: Add autoload cookies.
15991
15992         * spam.el (spam-backend-article-list-property)
15993         (spam-backend-get-article-todo-list)
15994         (spam-backend-put-article-todo-list)
15995         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15996         Resolve registrations separately.
15997         (spam-register-routine): Format comments.
15998         (spam-unregister-routine, spam-register-routine): Always call with
15999         specific-articles, no default list.
16000         (spam-summary-prepare-exit): Use the spam-classifications function.
16001
16002         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16003         gnus-encrypt.el.
16004
16005         * encrypt.el: Copied from gnus-encrypt.el.
16006
16007         * gnus-encrypt.el: Commented that it's obsolete.
16008
16009 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16012         (gnus-score-save): Use it.
16013
16014         * message.el (message-bury): Use `window-dedicated-p'.
16015
16016 2004-10-15  Simon Josefsson  <jas@extundo.com>
16017
16018         * pop3.el (top-level): Don't require nnheader.
16019         (pop3-read-timeout): Add.
16020         (pop3-accept-process-output): Add.
16021         (pop3-read-response, pop3-retr): Use it.
16022
16023 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16024
16025         * spam.el (spam-register-routine): Move comment.
16026         (spam-verify-bogofilter): Use 'unknown for the initial
16027         spam-bogofilter-valid state, not 'never.
16028
16029         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16030         for netrc-machine.
16031
16032         * nnimap.el (nnimap-open-connection):
16033         Use netrc-machine-user-or-password.
16034
16035 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16036
16037         * gnus-registry.el (gnus-registry-unload-hook):
16038         Set as a variable with add-hook.
16039
16040         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16041         of news-path.
16042
16043         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16044
16045         * spam.el: Delete duplicate `provide'.
16046         (spam-unload-hook): Set as a variable with add-hook.
16047
16048 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16051         in the doc string.
16052
16053         * message.el (message-ignored-news-headers)
16054         (message-ignored-supersedes-headers)
16055         (message-ignored-resent-headers)
16056         (message-forward-ignored-headers): Improve custom type.
16057
16058 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * message.el (message-tokenize-header): Fix 2004-09-06 change
16061         which used point-min in the wrong place.
16062
16063 2004-10-12  Simon Josefsson  <jas@extundo.com>
16064
16065         * tls.el (tls-certtool-program): New variable.
16066         (tls-certificate-information): New function, based on
16067         ssl-certificate-information.
16068
16069 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * compface.el: Move the version of ELisp-based uncompface program
16072         to the contrib directory because of the copyright problem.
16073
16074 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * message.el (message-kill-buffer): Raise the current frame.
16077
16078 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16081
16082         * gnus.el (message-y-or-n-p): Autoload.
16083
16084         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16085         (pop3-password-required, pop3-authentication-scheme)
16086         (pop3-leave-mail-on-server): Make customizable.
16087         (pop3): New custom group.
16088         (pop3-retr): Remove `sleep-for' statements.
16089         Suggested by Dave Love <fx@gnu.org>.
16090
16091         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16092         Windows/DOS.
16093
16094         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16095         (imap-parse-body): Fix incorrect use of `assert'.
16096         Suggested by Dave Love <fx@gnu.org>.
16097
16098         * mml.el (mml-minibuffer-read-disposition): Require match.
16099         Suggested by Dave Love <fx@gnu.org>.
16100
16101 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16104         doc string.
16105
16106 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16109
16110 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16111
16112         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16113         instead of calling `mm-insert-inline', to decode text/* parts
16114         before displaying them.
16115
16116 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * mm-uu.el (mm-uu-text-plain-type): New variable.
16119         (mm-uu-pgp-signed-extract-1): Use it.
16120         (mm-uu-pgp-encrypted-extract-1): Use it.
16121         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16122         bind mm-uu-text-plain-type with that value.
16123         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16124         mm-uu-dissect.
16125
16126 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * gnus-group.el (gnus-update-group-mark-positions):
16129         * gnus-sum.el (gnus-update-summary-mark-positions):
16130         * message.el (message-check-news-body-syntax):
16131         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16132         of string-as-multibyte.
16133
16134 2004-10-05  Juri Linkov  <juri@jurta.org>
16135
16136         * gnus-group.el (gnus-update-group-mark-positions):
16137         * gnus-sum.el (gnus-update-summary-mark-positions):
16138         * message.el (message-check-news-body-syntax):
16139         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16140         8-bit unibyte values to a multibyte string for search functions.
16141
16142 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16145         (mm-uu-dissect-text-parts): New function.
16146
16147         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16148         dissect text parts.
16149
16150         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16151         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16152
16153         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16154
16155         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16156         Use gnus-current-topics instead of gnus-current-topic.
16157
16158 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16159
16160         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16161
16162 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16163
16164         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16165         where approriate.
16166
16167         * nnml.el (nnml-generate-active-info): do.
16168
16169         * nndiary.el (nndiary-generate-active-info): do.
16170
16171         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16172         (gnus-topic-move): do.
16173
16174         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16175         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16176
16177         * gnus-srvr.el (gnus-server-prepare)
16178         (gnus-server-open-all-servers): do.
16179
16180         * gnus-msg.el (gnus-summary-cancel-article)
16181         (gnus-summary-resend-message)
16182         (gnus-summary-mail-crosspost-complaint): do.
16183
16184         * gnus-move.el (gnus-change-server): do.
16185
16186         * gnus-group.el (gnus-group-unmark-all-groups)
16187         (gnus-group-set-current-level): do.
16188
16189 2004-10-04  Simon Josefsson  <jas@extundo.com>
16190
16191         * message.el (message-generate-hashcash): Doc fix.
16192
16193 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16194
16195         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16196         avoid infinite recursion via gnus-get-function.
16197
16198 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16199
16200         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16201
16202         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16203
16204         * nnmail.el (nnmail-split-history): do.
16205
16206         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16207         (nnml-request-delete-group): do.
16208
16209         * nnslashdot.el (nnslashdot-read-groups): do.
16210
16211         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16212         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16213
16214         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16215         (nnspool-sift-nov-with-sed): Use last.
16216         (nnspool-retrieve-headers-with-nov): Use mapc.
16217         (nnspool-request-newgroups): Use dolist.
16218         (nnspool-request-group): Use last.
16219
16220         * nntp.el (nntp-read-server-type): Use dolist.
16221
16222         * nnvirtual.el (nnvirtual-create-mapping)
16223         (nnvirtual-update-read-and-marked): Use dolist.
16224         (nnvirtual-convert-headers): Simplify.
16225
16226 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16227
16228         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16229         Add support for sync'ing tick marks.
16230
16231 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16234         there's no visible header.
16235
16236 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16237
16238         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16239         When necessary, pass full group name to gnus-request-set-marks.
16240
16241 2004-10-01  Simon Josefsson  <jas@extundo.com>
16242
16243         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16244         acroread.
16245
16246 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * spam-report.el (spam-report-gmane): Fix interactive.
16249
16250         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16251
16252         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16253         when writing file.
16254         (gnus-agent-synchronize-flags): Don't default to being
16255         interactive.
16256
16257 2004-09-30  Simon Josefsson  <jas@extundo.com>
16258
16259         * message.el (message-generate-hashcash): Add.
16260         (message-send-mail): Use it, call mail-add-payment.
16261
16262 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16265
16266 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16267
16268         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16269         gnus-requst-update-info with explicit code to sync the in-memory
16270         info read flags with the marks being sync'd to the backend.
16271
16272         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16273
16274 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16275
16276         * spam.el (spam-verify-bogofilter): Add new function.
16277         (spam-check-bogofilter)
16278         (spam-bogofilter-register-with-bogofilter): Use it.
16279         (spam-verify-bogofilter): Add small fixes.
16280
16281 2004-09-28  Simon Josefsson  <jas@extundo.com>
16282
16283         * hashcash.el (hashcash-generate-payment): Revert.
16284
16285 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16286
16287         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16288         Use gnus-extract-references instead of gnus-split-references.
16289
16290         * gnus-util.el (gnus-extract-references): Add new function, analogous
16291         to gnus-split-references but extracts only the message-ID without
16292         anything extra.
16293
16294         * hashcash.el (hashcash-generate-payment)
16295         (hashcash-check-payment): Do the right thing if hashcash-path is
16296         nil (because the hashcash program could not be found).
16297
16298         * spam.el (spam-use-hashcash): Remove comment.
16299
16300 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16301
16302         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16303         (gnus-cache-enter-article, gnus-cache-remove-article)
16304         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16305
16306         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16307
16308         * gnus-art.el (article-hide-boring-headers)
16309         (article-translate-strings, article-display-face)
16310         (gnus-article-mime-match-handle-first)
16311         (gnus-article-highlight-headers)
16312         (gnus-article-add-buttons-to-head): do.
16313
16314 2004-09-27  Simon Josefsson  <jas@extundo.com>
16315
16316         * hashcash.el: New version, from
16317         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16318         ../contrib/.
16319
16320 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16323
16324 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16325
16326         * gnus-dup.el (gnus-dup-open): Use mapc.
16327         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16328
16329         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16330         Reported by Stefan Wiens <s.wi@gmx.net>.
16331
16332         * gnus.el (gnus-shutdown): Use dolist.
16333
16334         * gnus-undo.el (gnus-undo): Use mapc.
16335
16336         * nnrss.el (nnrss-generate-active): do.
16337
16338         * message.el (message-cite-original-without-signature)
16339         (message-cite-original): Use mapc.
16340         (message-do-actions, message-make-forward-subject): Use dolist.
16341
16342 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16343
16344         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16345         deletion to remove entire duplicate line.  Fixes merged article
16346         number bug.
16347
16348 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16349
16350         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16351         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16352         first ask if you want to open a server and then, even when you
16353         responded with no, asking if you want to synchronize the server's
16354         flags.
16355         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16356         multi-line expressions.
16357         (gnus-agent-synchronize-group-flags): New internal function.
16358         Updates marks in memory (in the info structure) AND in the
16359         backend.
16360
16361         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16362
16363         * nnagent.el (nnagent-request-set-mark):
16364         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16365         method, to ensure that synchronization updates marks in the
16366         backend and in the info (in memory) structure.
16367
16368 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16371         convention fully; don't miss the root article of a thread; make
16372         the X-Draft-From header with correct article numbers.
16373
16374 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16375
16376         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16377         unless plugged.  Disable the agent so that an open failure causes
16378         an error.
16379
16380         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16381         Revert 2004-09-21 change.  The backend must be opened while
16382         synchronizing flags even when the backend stores the flags
16383         locally.
16384
16385 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16388         in `header' match.  Reported by Svend Tollak Munkejord.
16389
16390         * message.el (message-cite-original): Fix use of
16391         `message-cite-articles-with-x-no-archive'.
16392
16393 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16396         (gnus-window-to-buffer): Ditto.
16397
16398         * mml.el (mml-preview-buffer): New variable.
16399         (mml-preview): Manage window layout with gnus-buffer-configuration.
16400
16401         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16402         X-Draft-From header even if those articles aren't quoted.
16403
16404 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16405
16406         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16407         (gnus-request-set-mark, gnus-request-update-mark): Use new
16408         g-s-t-u-l-m to decide to use backend even when unplugged.
16409
16410 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16413         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16414
16415 2004-09-20  Simon Josefsson  <jas@extundo.com>
16416
16417         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16418         "utf-16-le".
16419
16420 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16421
16422         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16423
16424 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * uudecode.el (uudecode-use-external): Add :version.
16427
16428         * smime.el (smime-CA-file, smime-encrypt-cipher)
16429         (smime-dns-server): Add :version.
16430
16431         * smiley.el (gnus-smiley-file-types): Add :version.
16432
16433         * sha1.el (sha1-use-external): Add :version.
16434
16435         * pgg-def.el (pgg-query-keyserver): Add :version.
16436
16437         * nnmail.el (nnmail-fancy-expiry-targets)
16438         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16439         Add :version.
16440
16441         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16442         (nnimap-retrieve-groups-asynchronous): Add :version.
16443         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16444
16445         * mml.el (mml-content-disposition-parameters)
16446         (mml-insert-mime-headers-always): Add :version.
16447
16448         * mm-util.el (mm-coding-system-priorities): Add :version.
16449
16450         * mm-decode.el (mm-inline-text-html-with-images)
16451         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16452         (mm-verify-option): Add :version.
16453         (mm-text-html-renderer): Change :version.
16454
16455         * message.el (message-fcc-externalize-attachments)
16456         (message-required-headers, message-draft-headers)
16457         (message-subject-trailing-was-query)
16458         (message-subject-trailing-was-ask-regexp)
16459         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16460         (message-mark-insert-end, message-archive-header)
16461         (message-archive-note, message-cross-post-default)
16462         (message-cross-post-note, message-followup-to-note)
16463         (message-cross-post-note-function, message-use-mail-followup-to)
16464         (message-subscribed-address-functions)
16465         (message-subscribed-address-file, message-subscribed-addresses)
16466         (message-subscribed-regexps, message-allow-no-recipients)
16467         (message-yank-cited-prefix, message-signature-insert-empty-line)
16468         (message-hidden-headers, message-hierarchical-addresses)
16469         (message-mail-user-agent, message-use-idna)
16470         (message-valid-fqdn-regexp)
16471         (message-strip-special-text-properties, message-header-synonyms)
16472         (message-beginning-of-line, message-tab-body-function): Add :version.
16473         (message-insert-canlock, message-wide-reply-confirm-recipients):
16474         Change :version.
16475
16476         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16477         and :version.
16478         (mail-source-delete-old-incoming-confirm)
16479         (mail-source-movemail-program): Add :version.
16480
16481         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16482         (gnus-agent-cache, gnus-agent): Change :version.
16483
16484         * gnus-util.el (gnus-use-byte-compile): Change :version.
16485
16486         * gnus-sum.el (gnus-summary-make-false-root-always)
16487         (gnus-summary-default-high-score)
16488         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16489         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16490         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16491         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16492         (gnus-sum-thread-tree-single-indent)
16493         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16494         (gnus-sum-thread-tree-leaf-with-other)
16495         (gnus-sum-thread-tree-single-leaf): Add :version.
16496         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16497         (gnus-article-loose-mime): Change :version.
16498
16499         * gnus-start.el (gnus-backup-startup-file)
16500         (gnus-save-startup-file-via-temp-buffer): Add :version.
16501
16502         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16503         (gnus-server-offline-face): Add :version.
16504
16505         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16506
16507         * gnus-msg.el (gnus-gcc-externalize-attachments)
16508         (gnus-debug-files, gnus-debug-exclude-variables)
16509         (gnus-discouraged-post-methods): Change :version.
16510         (gnus-confirm-mail-reply-to-news)
16511         (gnus-confirm-treat-mail-like-news): Add :version.
16512
16513         * gnus-int.el (gnus-server-unopen-status): Add :version.
16514
16515         * gnus-group.el (gnus-group-jump-to-group-prompt)
16516         (gnus-large-ephemeral-newsgroup)
16517         (gnus-fetch-old-ephemeral-headers): Add :version.
16518
16519         * gnus-fun.el (gnus-x-face-directory)
16520         (gnus-convert-pbm-to-x-face-command)
16521         (gnus-convert-image-to-x-face-command)
16522         (gnus-convert-image-to-face-command): Add :version.
16523
16524         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16525
16526         * gnus-cite.el (gnus-cite-blank-line-after-header)
16527         (gnus-article-boring-faces): Add :version.
16528
16529         * gnus-art.el (gnus-buttonized-mime-types)
16530         (gnus-inhibit-mime-unbuttonizing)
16531         (gnus-treat-display-face)
16532         (gnus-treat-body-boundary): Change :version.
16533         (gnus-body-boundary-delimiter, gnus-picon-databases)
16534         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16535         (gnus-treat-date-english, gnus-treat-fold-headers)
16536         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16537         (gnus-treat-mail-picon, gnus-treat-wash-html)
16538         (gnus-article-encrypt-protocol)
16539         (gnus-use-idna, gnus-article-over-scroll)
16540         (gnus-mime-display-multipart-alternative-as-mixed)
16541         (gnus-mime-display-multipart-related-as-mixed)
16542         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16543         (gnus-ctan-url, gnus-button-ctan-handler)
16544         (gnus-button-handle-ctan-bogus-regexp)
16545         (gnus-button-ctan-directory-regexp)
16546         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16547         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16548         (gnus-button-man-level, gnus-button-emacs-level)
16549         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16550
16551         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16552         (gnus-agent-go-online): Change :version.
16553         (gnus-agent-expire-unagentized-dirs)
16554         (gnus-agent-auto-agentize-methods): Add :version.
16555
16556         * flow-fill.el (fill-flowed-display-column)
16557         (fill-flowed-encode-column): Add :version.
16558
16559         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16560         (gnus-outlook-deuglify-unwrap-max)
16561         (gnus-outlook-deuglify-cite-marks)
16562         (gnus-outlook-deuglify-unwrap-stop-chars)
16563         (gnus-outlook-deuglify-no-wrap-chars)
16564         (gnus-outlook-deuglify-attrib-cut-regexp)
16565         (gnus-outlook-deuglify-attrib-verb-regexp)
16566         (gnus-outlook-deuglify-attrib-end-regexp)
16567         (gnus-outlook-display-hook): Add :version.
16568
16569         * binhex.el (binhex-use-external): Add :version.
16570
16571 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16574         and `invisible'.
16575
16576 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16579         in gnus-registry-trim.
16580
16581 2004-09-13  Simon Josefsson  <jas@extundo.com>
16582
16583         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16584
16585         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16586
16587         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16588         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16589         <yamaoka@jpl.org>.
16590         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16591         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16592         <yamaoka@jpl.org>.
16593
16594         * sieve.el (sieve-manage-mode): Ditto.
16595
16596 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16597
16598         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16599
16600 2004-09-11  Simon Josefsson  <jas@extundo.com>
16601
16602         * dns-mode.el: Add.
16603
16604         * mm-view.el (mm-display-dns-inline): Add.
16605
16606         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16607         (mm-automatic-display): Ditto.
16608
16609         * mailcap.el (mailcap-mime-data): Add text/dns.
16610         (mailcap-mime-extensions): Map .soa to text/dns.
16611
16612 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16613
16614         * gnus-art.el (article-decode-mime-words, article-babel)
16615         (gnus-article-highlight-signature, gnus-article-add-buttons)
16616         (gnus-signature-toggle): Remove unnecessary bindings of
16617         `inhibit-read-only' inherited from v5.10 merge.
16618
16619 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * nntp.el (nntp): New customization group.
16622         (nntp-authinfo-file): Add customization group.
16623
16624         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16625
16626         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16627
16628         * gnus.el (to-address, to-list, subscribed)
16629         (large-newsgroup-initial): Ditto.
16630
16631         * flow-fill.el (fill-flowed-display-column)
16632         (fill-flowed-encode-column): Ditto.
16633
16634 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16635
16636         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16637         Use point-min rather than 1.
16638         (message-send-mail): Use buffer-size rather than point-max.
16639
16640         * gnus-sum.el (gnus-summary-search-article-forward):
16641         Signal a specific `search-failed' rather than a generic `error'.
16642
16643         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16644         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16645         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16646
16647 2004-09-10  Simon Josefsson  <jas@extundo.com>
16648
16649         * nndb.el (require): Remove tcp and duplicate cl.
16650
16651 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-agent.el (directory-files-and-attributes): Move forward.
16654
16655 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16656
16657         * gnus-agent.el (directory-files-and-attributes):
16658         Optionally defined to support XEmacs.
16659
16660 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16661
16662         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16663         to avoid run-time CL dependencies.
16664         (gnus-agent-unfetch-articles): New function.
16665         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16666         article numbers even when local .overview file is missing.
16667         (gnus-agent-read-article-number): New function.  Only accepts
16668         27-bit article numbers.
16669         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16670         Use gnus-agent-read-article-number.
16671         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16672         from backend while recognizing that article numbers in .overview
16673         must be valid.
16674         (gnus-agent-update-files-total-fetched-for):
16675         Use directory-files-and-attributes to improve performance.
16676         * gnus-int.el (gnus-request-move-article):
16677         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16678         improve performance.
16679
16680         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16681         some users confused by references to .newsrc when they only have a
16682         .newsrc.eld file.
16683         (gnus-convert-mark-converter-prompt)
16684         (gnus-convert-converter-needs-prompt): Fix use of property list.
16685         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16686         New function.  Used internally to only display 'gnus converting
16687         files' message when actually necessary.
16688
16689         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16690         methods now autoloaded.
16691
16692 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16695         identifiers.
16696
16697 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * gnus-picon.el: Fix indentation and closing parenthesis.
16700
16701 2004-09-01  Simon Josefsson  <jas@extundo.com>
16702
16703         * message.el (message-canlock-generate): Require sha1, not
16704         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16705         to require within a function.  Sadly, if sha1.el isn't loaded, the
16706         let binding in m-c-g will hide the defcustom definition, which is
16707         bad.)
16708
16709         * canlock.el: Require sha1, not sha1-el.
16710
16711         * message.el: Don't autoload sha1 (there is a autoload cookie in
16712         sha1.el).
16713
16714         * sha1-el.el: Rename to sha1.el.
16715
16716 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16717
16718         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16719
16720 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16721
16722         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16723
16724 2004-08-30  Kim F. Storm  <storm@cua.dk>
16725
16726         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16727
16728         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16729         Add :group 'nnimap.
16730
16731 2004-08-30  Andreas Schwab  <schwab@suse.de>
16732
16733         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16734         ?* and ?\;.
16735
16736         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16737         and ?\' to symbol instead of whitespace.
16738
16739 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16742
16743         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16744         instead of re-search-forward.
16745
16746         * gnus-uu.el (gnus-uu-save-article): Ditto.
16747         (gnus-uu-post-encode-uuencode): Ditto.
16748
16749         * html2text.el (html2text-clean-list-items): Ditto.
16750         (html2text-clean-dtdd): Ditto.
16751         (html2text-format-tags): Ditto.
16752
16753         * message.el (message-send-mail-with-sendmail): Fix regexp.
16754         (message-fill-field-general): Use search-forward instead of
16755         re-search-forward.
16756         (unbold-region): Ditto.
16757
16758         * nnrss.el (nnrss-request-article): Ditto.
16759
16760         * nnslashdot.el (nnslashdot-request-article): Ditto.
16761
16762         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16763
16764         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16765         "Unrecognized menu descriptor" error in XEmacs.
16766
16767 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16768
16769         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16770         parent article of a sparse article in the thread hashtb.
16771
16772 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16773
16774         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16775         (nnmail-expand-newtext): Lowercase expanded entries if
16776         nnmail-split-lowercase-expanded is non-nil.
16777
16778 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16781
16782         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16783         of gnus-tmp-news-method into string under XEmacs.  It will be
16784         passed to gnus-correct-length which takes only a string argument.
16785
16786 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-util.el (gnus-bind-print-variables): New macro.
16789         (gnus-prin1): Use it.
16790         (gnus-prin1-to-string): Use it.
16791         (gnus-pp): New function.
16792         (gnus-pp-to-string): New function.
16793
16794         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16795         Replace pp-to-string with gnus-pp-to-string.
16796         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16797         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16798         * gnus-msg.el (gnus-debug): Ditto.
16799         * gnus-score.el (gnus-score-save): Ditto.
16800         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16801         gnus-pp-to-string.
16802         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16803         with gnus-pp.
16804         * score-mode.el (gnus-score-pretty-print): Ditto.
16805         * webmail.el (webmail-debug): Ditto.
16806
16807 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-art.el (article-display-face, article-display-x-face):
16810         Use buffer-read-only.
16811
16812 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * gnus-art.el (article-hide-list-identifiers):
16815         Bind inhibit-read-only as t.
16816
16817 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16820
16821 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16822
16823         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16824         (gnus-narrow-to-page): Don't assume point-min == 1.
16825         (gnus-article-edit-mode): Derive from message-mode.
16826
16827         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16828         point-min == 1.
16829
16830         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16831         Disable incorrect use of `assert'.
16832
16833         * message.el (message-mode): Set comment-start-skip.
16834
16835
16836 2004-08-22  Sam Steingold  <sds@gnu.org>
16837
16838         * pop3.el (pop3-leave-mail-on-server): New user variable.
16839         (pop3-movemail): Delete mail only when it is nil.
16840
16841 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16844
16845         * mml.el (mml-preview): Use `pop-to-buffer'.
16846
16847         * message.el (message-goto-mail-followup-to): Insert after "To".
16848         (message-carefully-insert-headers): Add comment.
16849
16850         * gnus.el: Remove unused variable `gnus-article-check-size'.
16851
16852         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16853
16854         * gnus-art.el (gnus-button-alist):
16855         Improve `gnus-button-handle-library' entry.
16856
16857 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16858
16859         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16860         Use downcase, since XEmacs capitalizes error messages differently.
16861
16862 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16863
16864         * nntp.el: Add (require 'gnus) due to reference to
16865         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16866
16867 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16868
16869         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16870         Bind `mm-fill-flowed'.
16871
16872         * mm-decode.el (mm-dissect-singlepart): Check it.
16873
16874 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16877         'imap' for netrc parsing.
16878
16879 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * mailcap.el (mailcap-mime-data): Mark as risky.
16882
16883 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16886         may be included in the encoded word.
16887         (rfc2047-encode): Don't append a space if the encoded word
16888         includes close parenthesis.
16889
16890 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16893         of text within parentheses.
16894
16895 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16898         (gnus-encrypt-write-file-contents): Make the password key the file
16899         name PLUS the cipher, not just the cipher.  Also remove failed
16900         passwords from the cache.
16901
16902 2004-08-06  Simon Josefsson  <jas@extundo.com>
16903
16904         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16905         Doc fix.
16906
16907 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16910         LWSP.
16911
16912 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16915         Try to append in-reply-to: data to the references: header.
16916
16917         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16918         (netrc-parse): Use gnus-encrypt.el functions.
16919
16920         * gnus-encrypt.el: Add new file for encryption support; currently
16921         does only a few GPG ciphers and an internal XOR cipher.
16922
16923         * password.el: Add comments on using password-read-and-add.
16924         (password-read-and-add): Add function to read and add the
16925         password to the cache at once.
16926
16927 2004-07-28  Simon Josefsson  <jas@extundo.com>
16928
16929         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16930         parameter (but don't use it, for now).
16931
16932         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16933         instead of hard coding to nil.
16934
16935 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16938         as mm-inline-image-xemacs does.
16939
16940 2004-07-26  Simon Josefsson  <jas@extundo.com>
16941
16942         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16943         Revert part of 2004-07-17 change below.
16944
16945 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16948         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16949
16950 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16951
16952         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16953         quotes that actually start with ">" at the beginning of the
16954         lines.
16955
16956 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * rfc2047.el (rfc2047-encode-region): Fix last change.
16959         (rfc2047-encode-parameter): Remove useless concat.
16960
16961 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16964         encode special characters; fix some kind of misconfigured headers;
16965         signal a real error if debug-on-quit or debug-on-error is non-nil.
16966         (rfc2047-encode-max-chars): New variable.
16967         (rfc2047-encode-1): Use it.
16968         (rfc2047-encode-parameter): New function.
16969
16970         * mml.el (mml-insert-parameter): Remove an excessive space.
16971
16972 2004-07-17  Simon Josefsson  <jas@extundo.com>
16973
16974         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16975         Kai Grossjohann <kai@emptydomain.de>.
16976         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16977         (gnus-group-make-menu-bar): Ditto.
16978
16979         * gnus-util.el (gnus-group-server): Add.
16980
16981 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * message.el (message-clone-locals): Clone sendmail and smtp
16984         variables.
16985
16986 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * rfc2047.el (rfc2047-encode-region): Fix last change.
16989
16990 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16993         characters as non-special.
16994
16995 2004-07-09  Simon Josefsson  <jas@extundo.com>
16996
16997         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16998         Users will lose all flag changes made while unplugged with
16999         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17000         good default.  See numerous reports on ding mailing list.
17001
17002 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17005         add generate-head-function and generate-article-function to the
17006         rfc822-forward entry.
17007         (nndoc-rfc822-forward-generate-article): New function.
17008         (nndoc-rfc822-forward-generate-head): New function.
17009
17010         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17011
17012 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17013
17014         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17015         respect display group parameter and gnus-summary-expunge-below.
17016         (gnus-articles-to-read): Remove unused reference to display group
17017         parameter.
17018
17019 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17020
17021         * nnheader.el (nnheader-uniquify-message-id): New experimental
17022         variable.
17023         (nnheader-nov-read-message-id): Use it.
17024
17025         * spam-report.el (spam-report-gmane): Add interactive.
17026
17027 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * mm-encode.el (mm-content-transfer-encoding-defaults):
17030         Use qp-or-base64 for the application/* types.
17031
17032 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17033
17034         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17035
17036 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17039         trim value.
17040
17041 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17042
17043         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17044         New macro and function.
17045         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17046
17047 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17050         after-load-alist.
17051
17052 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17053
17054         * gnus-group.el (gnus-group-get-new-news-this-group):
17055         Don't update info that isn't there.
17056
17057 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17058
17059         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17060         entry.
17061
17062 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * mm-view.el (mm-inline-render-with-function): Use multibyte
17065         buffer; decode html source by charset.
17066
17067         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17068
17069         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17070         Mule-UCS is loaded under XEmacs.
17071         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17072
17073 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17076
17077 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * mm-util.el (mm-coding-system-p): Return a coding-system.
17080         (mm-mime-mule-charset-alist): Use shift_jis instead of
17081         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17082         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17083         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17084         instead of japanese-shift-jis and iso-latin-1 respectively in
17085         order to share the default value with both Emacs and XEmacs-mule.
17086         (mm-mule-charset-to-mime-charset):
17087         Make mm-coding-system-priorities effective.
17088         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17089         while predicating of candidates upon the priorities.
17090
17091 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * gnus-sum.el (gnus-summary-make-menu-bar):
17094         Add gnus-uu-invert-processable.
17095
17096         * gnus.el: Autoload gnus-uu-invert-processable.
17097
17098 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * mm-util.el (mm-with-multibyte-buffer): New macro.
17101
17102         * rfc2047.el (rfc2047-encode-string): Use it.
17103         (rfc2047-encode-region): Move point to the end of the region after
17104         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17105
17106 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17109         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17110
17111 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17114         (gnus-cite-parse): Ignore quoted envelope From_.
17115         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17116
17117 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17118
17119         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17120         invalid addresses.
17121
17122 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17123
17124         * spam.el: Change section markers, revise TODO list.
17125         (spam-backends): Make new master list of all installed backends.
17126         (spam-summary-exit-behavior): Add new variable to determine how
17127         messages moves are done at summary exit.
17128         (spam-move-spam-nonspam-groups-only)
17129         (spam-process-ham-in-nonham-groups)
17130         (spam-process-ham-in-spam-groups): Remove variables, the
17131         spam-summary-exit-behavior variable should be used to manage this
17132         behavior.
17133         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17134         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17135         and spam-old-spam-articles.
17136         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17137         Add empty variables, placeholders for the backends they represent.
17138         (spam-set-difference): Move, unchanged.
17139         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17140         unless the user has a processor variable.
17141         (spam-classifications, spam-classification-valid-p)
17142         (spam-backend-properties, spam-backend-property-valid-p)
17143         (spam-backend-function-type-valid-p)
17144         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17145         (spam-report-articles-gmane, spam-report-articles-resend):
17146         Remove functions, they are not needed.
17147         (spam-install-backend-super, spam-backend-list)
17148         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17149         (spam-backend-function, spam-backend-ham-registration-function)
17150         (spam-backend-spam-registration-function)
17151         (spam-backend-ham-unregistration-function)
17152         (spam-backend-spam-unregistration-function)
17153         (spam-backend-statistical-p, spam-backend-mover-p)
17154         (spam-install-backend-alias, spam-install-checkonly-backend)
17155         (spam-install-mover-backend, spam-install-nocheck-backend)
17156         (spam-install-backend, spam-install-statistical-backend)
17157         (spam-install-statistical-checkonly-backend): Add backend installation
17158         support.
17159         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17160         (spam-group-processor-p): Use the new backend code and respect the
17161         summary exit behavior.
17162         (spam-mark-spam-as-expired-and-move-routine): Remove.
17163         (spam-summary-prepare): Change to use the new spam-old-articles
17164         variable.
17165         (spam-copy-or-move-routine, spam-copy-spam-routine)
17166         (spam-move-spam-routine, spam-copy-ham-routine)
17167         (spam-move-ham-routine): Add code to copy/move ham or spam.
17168         (spam-fetch-field-fast): Improve doc and code, plus allow the
17169         'number request.
17170         (spam-list-of-checks, spam-list-of-statistical-checks):
17171         Remove variables.
17172         (spam-split, spam-find-spam): Use the new backend code.
17173         (spam-registration-functions): Remove variable.
17174         (spam-unregister-routine): Add convenience wrapper.
17175         (spam-log-undo-registration, spam-register-routine)
17176         (spam-log-processing-to-registry)
17177         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17178         where possible.
17179         (spam-check-gmane-xref, spam-check-regex-headers)
17180         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17181         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17182         (spam-check-bogofilter-headers, spam-check-spamoracle)
17183         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17184         (spam-check-crm114-headers): Use the spam-split-group that
17185         spam-split prepares, no need to determine it every time.
17186
17187         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17188         to the nnheader-parse-naked-head call.
17189
17190         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17191
17192         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17193         the nnheader-nov-read-message-id call.
17194
17195 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17198         gnus-activate-group twice.  Suggested by Markus Peter
17199         <warp@spin.de>.
17200
17201 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-art.el (gnus-article-time-format): Exchange the order of
17204         day and month in the default value; fix customization type.
17205         (article-date-ut): Use add-text-properties.
17206         (article-make-date-line): Use message-make-date instead of
17207         current-time-string.
17208
17209         * message.el (message-fetch-field): Don't use set-text-properties.
17210         (message-make-date): Simplify.
17211
17212         * messagexmas.el (message-xmas-make-date): New function.
17213         (message-xmas-redefine): Defalias message-make-date to it.
17214
17215 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17218         (rfc2047-encode-region): Treat text within parentheses as special;
17219         show the original text when error has occurred.
17220
17221         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17222         already-computed method to gnus-activate-group.
17223
17224         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17225         same select-methods identical Lisp objects.
17226
17227         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17228         object when modifying the info.
17229
17230 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17233         gnus-opened-servers since it has never been opened with the new
17234         configuration yet.
17235
17236 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17239         arg to nnheader-generate-fake-message-id.
17240
17241 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17242
17243         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17244         number and build a fake message ID localized to a group and
17245         article number (so it's repeatable from that point on).
17246         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17247         ID format.
17248
17249         * gnus-sum.el (gnus-get-newsgroup-headers):
17250         Call nnheader-generate-fake-message-id with the article number.
17251
17252 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17253
17254         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17255         end-of-buffer.
17256
17257 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17258
17259         * message.el (message-ignored-supersedes-headers): Add Approved.
17260
17261 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17264         goto-char.
17265         (rfc2047-encode): Fold the line before encoding.
17266
17267 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268
17269         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17270         folding -- not all headers can be folded, and this should be done
17271         by the message composition mode.  Probably.  I think.
17272
17273 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17276         fast.
17277
17278         * gnus-ems.el (gnus-remove-image): Don't use
17279         message-text-with-property; remove only the image found first.
17280
17281         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17282         found first.
17283
17284 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17285
17286         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17287
17288 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * message.el (message-text-with-property): Make it fast and accept
17291         optional arguments.
17292         (message-strip-forbidden-properties): Use it.
17293         (message-fix-before-sending): Follow the m-t-w-p change.
17294
17295         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17296
17297 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * gnus-art.el (article-hide-headers): Don't change the buffer
17300         mistakenly when performing mml-preview even if
17301         gnus-single-article-buffer is nil.
17302
17303 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17304
17305         * message.el (message-expand-name-databases): New user option.
17306         (message-expand-name): Use it.
17307
17308 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17309
17310         * spam.el (spam-report-articles-resend)
17311         (spam-report-resend-register-routine): Allow ham reporting.
17312         (spam-report-resend-register-ham-routine): Add wrapper.
17313         (spam-registration-functions): Add ham resending functions.
17314         (spam-list-of-processors): Add ham resend processor.
17315
17316         * gnus.el (ham-resend-to): Add new group parameter.
17317         (spam-process): Add ham resend option.
17318
17319         * spam-report.el (spam-report-resend): Allow reporting ham.
17320         (spam-report-resend-ham): Add wrapper.
17321
17322 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17323
17324         * message.el (message-cite-articles-with-x-no-archive):
17325         New variable.
17326         (message-cite-original): Use it.
17327
17328 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * message.el (message-cite-original): Respect X-No-Archive.
17331
17332 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * gnus-art.el (article-hide-headers): Refer to the values for
17335         gnus-ignored-headers and gnus-visible-headers in the summary
17336         buffer since a user may have set them as group parameters.
17337
17338 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17339
17340         * assistant.el (assistant-node-name): Add convenience function.
17341         (assistant-render-text, assistant-render-node): Add error handling,
17342         plus handle multiple next nodes.
17343         (assistant-find-next-node): Comment out for now.
17344         (assistant-find-next-nodes): Add function, returns list of next
17345         nodes.
17346
17347 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17348
17349         * mail-source.el (mail-source-directory): Fix doc-string.
17350
17351 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * assistant.el (assistant-render-text, assistant-eval): Add :set
17354         widget type, which is different because it takes and returns a
17355         list.  Much hilarity ensues.
17356
17357 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17360
17361         * gnus-group.el (gnus-group-get-new-news-this-group):
17362         Add doc-string.
17363
17364         * gnus-start.el (gnus-activate-group): Add doc-string.
17365
17366 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17369
17370 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17371
17372         * assistant.el (assistant-render-text): Try to add a :set
17373         widget, more to come.
17374
17375         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17376         strings.
17377         (spam-report-articles-resend)
17378         (spam-register-routine): Do registration iff any articles warrant
17379         it.
17380         (spam-summary-prepare-exit): Change log message for nil group
17381         destinations.
17382
17383 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17384
17385         * spam.el (spam-report-resend-register-routine):
17386         Allow spam-report-resend-to to be a group parameter or a global value.
17387
17388 2004-05-26  Simon Josefsson  <jas@extundo.com>
17389
17390         * starttls.el: Merge with my GNUTLS based starttls.el.
17391         (starttls-gnutls-program, starttls-use-gnutls)
17392         (starttls-extra-arguments, starttls-process-connection-type)
17393         (starttls-connect, starttls-failure, starttls-success):
17394         New variables.
17395         (starttls-program, starttls-extra-args): Doc fix.
17396         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17397         New functions.
17398         (starttls-negotiate, starttls-open-stream):
17399         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17400         function if it is set.
17401
17402 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17405         structured fields.
17406
17407 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17410
17411 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17414         Add variable.
17415         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17416         assigning the spam-mark to new messages.
17417
17418 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17419
17420         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17421
17422 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17425
17426         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17427         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17428         default.
17429
17430 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17431
17432         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17433         correct data.
17434
17435 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17438         (spam-group-processor-p): Fix function.
17439         (spam-group-processor-multiple-p)
17440         (spam-group-spam-processor-report-gmane-p)
17441         (spam-group-spam-processor-report-resend-p)
17442         (spam-group-spam-processor-bogofilter-p)
17443         (spam-group-spam-processor-blacklist-p)
17444         (spam-group-spam-processor-ifile-p)
17445         (spam-group-ham-processor-ifile-p)
17446         (spam-group-spam-processor-spamoracle-p)
17447         (spam-group-spam-processor-crm114-p)
17448         (spam-group-ham-processor-bogofilter-p)
17449         (spam-group-spam-processor-stat-p)
17450         (spam-group-ham-processor-stat-p)
17451         (spam-group-ham-processor-whitelist-p)
17452         (spam-group-ham-processor-BBDB-p)
17453         (spam-group-ham-processor-spamoracle-p)
17454         (spam-group-ham-processor-copy-p): Remove functions with some
17455         prejudice against unneeded code.
17456         (spam-report-articles-resend)
17457         (spam-report-resend-register-routine): Allow the group/topic
17458         spam-resend-to value to override spam-report-resend-to.
17459         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17460         properly now.
17461
17462         * gnus.el (spam-resend-to): Add group/topic parameter.
17463         (spam-process): Move the OBSOLETE processors to the end of the
17464         choices.
17465
17466 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17467
17468         * spam-report.el (spam-report-resend-to, spam-report-resend):
17469         Start with resend-to set to nil, and then ask the user if necessary.
17470         (spam-report-resend): spam-report-resend takes a list of articles, not
17471         separate article numbers.
17472
17473 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17476         addition to emacs-w3m.
17477
17478 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17479
17480         * assistant.el (assistant-authinfo-data): New function.
17481         (assistant-eval): Eval for entire assistant.
17482
17483         * netrc.el (netrc-services-file): New variable.
17484         (netrc-parse-services): New function.
17485         (netrc-find-service-name): New function.
17486         (netrc-find-service-number): New function.
17487         (netrc-port-equal): New function.
17488         (netrc-machine): Use it.
17489
17490         * nnimap.el (nnimap-open-connection): Use netrc.
17491
17492         * gnus-util.el (gnus-netrc-get): Remove aliases.
17493
17494         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17495
17496         * assistant.el (wid-edit): Fix compilation.
17497
17498         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17499
17500 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17501
17502         * gnus-util.el (gnus-set-file-modes): New function.  (small
17503         patch).
17504
17505 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17508
17509         * assistant.el (assistant-render-node): Fix up rendering and
17510         read-only text.
17511         (assistant-render-node): Reset.
17512         (assistant-make-read-only): Not sticky.
17513
17514 2004-05-20  Danny Siu  <dsiu@adobe.com>
17515
17516         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17517         centered even when gnus-auto-center-summary is t.
17518
17519 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17520
17521         * dns.el (dns-get-txt-answer): New function.
17522         (dns-read-txt): Ditto.
17523         (query-dns): Use it.
17524
17525 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17528         active for foreign groups even if the group level is higher than
17529         the specified value.
17530
17531 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17534         non-active groups.
17535
17536         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17537
17538 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17539
17540         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17541
17542 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17543
17544         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17545         (spam-crm114-header, spam-crm114-spam-switch)
17546         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17547         (spam-crm114-positive-spam-header)
17548         (spam-crm114-database-directory, spam-list-of-processors)
17549         (spam-group-spam-processor-crm114-p)
17550         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17551         (spam-generic-score, spam-list-of-checks)
17552         (spam-list-of-statistical-checks, spam-registration-functions)
17553         (spam-check-crm114-headers, spam-crm114-score)
17554         (spam-check-crm114, spam-crm114-register-with-crm114)
17555         (spam-crm114-register-spam-routine)
17556         (spam-crm114-unregister-spam-routine)
17557         (spam-crm114-register-ham-routine)
17558         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17559         From asjo@koldfront.dk (Adam Sjøgren).
17560
17561         * gnus.el: Add spam-use-crm114.
17562
17563         * spam.el (spam-list-of-processors, spam-registration-functions):
17564         Add spam-use-resend.
17565         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17566         (spam-report-articles-gmane): Add doc fix.
17567         (spam-report-articles-resend, spam-report-resend-register-routine):
17568         Add wrappers around spam-report-resend-to.
17569
17570         * spam-report.el (spam-report-resend-to, spam-report-resend):
17571         Add support for resending spam.
17572         (spam-report-gmane): Fix line length >80.
17573
17574         * gnus.el (spam-process): Add spam-use-resend.
17575
17576 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17577
17578         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17579         number of processed spam messages.
17580         (spam-ham-copy-or-move-routine): Return the number of processed
17581         ham messages.
17582         (spam-summary-prepare-exit): Use the above values to decide
17583         whether status messages shouled be displayed.
17584
17585 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17588         `rfc2047-encoding-function-alist' in order to avoid conflicting
17589         with the old version.
17590         (rfc2047-encode-region): Concatenate words containing non-ASCII
17591         characters in structured fields; don't encode space-delimited
17592         ASCII words even in unstructured fields; don't break words at
17593         char-category boundaries.
17594         (rfc2047-encode-1): New function.
17595         (rfc2047-encode): Use it; encode text so that it occupies the
17596         maximum width within 76-column; work correctly on Q encoding for
17597         iso-2022-* charsets.
17598         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17599         sure not to break a line just after the header name.
17600         (rfc2047-b-encode-region): Remove.
17601         (rfc2047-b-encode-string): New function.
17602         (rfc2047-q-encode-region): Remove.
17603         (rfc2047-q-encode-string): New function.
17604
17605         * mm-util.el (mm-replace-in-string): New function.
17606
17607 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17608
17609         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17610         Really get it right.
17611         (gnus-inews-make-draft): Really.
17612
17613 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17614
17615         * nnmh.el (nnmh-request-list-1): Don't check the link count
17616         before descending.  (small patch)
17617
17618 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17619
17620         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17621         stuff.
17622
17623         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17624         Match on real group name.
17625
17626         * gnus-art.el (gnus-signature-limit): Doc fix.
17627
17628         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17629
17630         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17631
17632 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17633
17634         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17635         isn't a string.
17636
17637 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17638
17639         * gnus-draft.el (gnus-draft-send):
17640         Bind rfc2047-encode-encoded-words.
17641
17642         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17643         (rfc2047-encodable-p): Say that =? needs encoding.
17644         (rfc2047-encode-encoded-words): New variable.
17645
17646         * gnus-group.el (gnus-group-select-group): Doc fix.
17647
17648         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17649
17650         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17651         to nil.
17652
17653         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17654
17655         * nnheader.el (nnheader-get-lines-and-char): New function.
17656
17657 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * gnus-msg.el (gnus-summary-followup-with-original):
17660         Document yanking of region when active.
17661
17662 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17665         groups if the group level is higher than the specified value.
17666
17667 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17668
17669         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17670         (gnus-group-jump-to-group): Add prefix argument using
17671         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17672         non-active group.
17673
17674         * compface.el (uncompface): Be verbose when changing
17675         `uncompface-use-external'.
17676
17677         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17678         handle manual section.
17679
17680 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * gnus-art.el (gnus-button-alist): Revert previous change.
17683
17684 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17685
17686         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17687
17688 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17689
17690         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17691         whether backend can accept message.
17692
17693         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17694
17695 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17696
17697         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17698         Avoid creating directory when nntp-marks-is-evil is true.
17699         Reported by Reiner Steib.
17700
17701 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17702
17703         * gnus-picon.el (gnus-picon-style): New variable.
17704         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17705         (gnus-picon-transform-address): Support `gnus-picon-style'.
17706         From Jesper Harder <harder@ifa.au.dk>.
17707
17708 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17709
17710         * message.el (message-fill-field): Return point.
17711         (message-generate-headers): Go to end of field.
17712
17713         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17714         stuff for non-living groups.
17715
17716 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * gnus-art.el (gnus-article-followup-with-original)
17719         (gnus-article-reply-with-original): gnus-mark-active-p ->
17720         gnus-region-active-p.
17721
17722 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17723
17724         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17725         only when there is spam or ham to be processed.
17726
17727 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17728
17729         * mail-source.el (mail-source-delete-crash-box): Refactor.
17730         (mail-source-fetch): Use it.
17731         (mail-source-fetch-file): Ditto.
17732         (mail-source-fetch-directory): Run postscript in loop.
17733         (mail-source-fetch-pop): Delete.
17734         (mail-source-fetch-maildir): Ditto.
17735         (mail-source-fetch-imap): Ditto.
17736
17737         * imap.el (imap-authenticators): Comment out sasl.
17738
17739         * message.el (message-skip-to-next-address): New function.
17740         (message-fill-header-address): Refactor.
17741         (message-fill-address): Use it.
17742         (message-delete-address): Use it.
17743         (message-fill-header-general): Refactor.
17744         (message-fill-field-address): Rename.
17745         (message-narrow-to-field): Find the start of the header.
17746         (message-header-format-alist): Don't pre-fill.
17747         (message-fill-header): Remove.
17748         (message-insert-header): New function.
17749         (message-shorten-references): Use it.
17750
17751         * rfc2047.el (rfc2047-field-value): Strip props.
17752
17753         * mail-parse.el (mail-header-make-address): New alias.
17754
17755         * ietf-drums.el (ietf-drums-make-address): New function.
17756
17757         * imap.el: Add compiler directives.
17758
17759         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17760
17761         * gnus-art.el (article-decode-idna-rhs): Don't use
17762         message-idna-inside-rhs-p.
17763
17764 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765
17766         * message.el (message-idna-inside-rhs-p): Remove.
17767         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17768
17769         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17770         false positives.
17771
17772 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17773
17774         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17775
17776 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17777
17778         * nneething.el (nneething-file-name): Don't create spurious
17779         files.
17780
17781         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17782         (gnus-inews-do-gcc): Remove sleep.
17783
17784         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17785         part under point.
17786
17787         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17788         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17789
17790 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17791
17792         * spam.el (spam-summary-prepare-exit): Fix (length).
17793
17794 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17795
17796         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17797         as expired without moving it" message when there are spam
17798         messages left.
17799
17800 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17801
17802         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17803         header is not nil.
17804
17805 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17806
17807         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17808         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17809         (nntp-marks-changed-p): New arg SERVER.
17810         (nntp-request-update-info): Adjust caller.
17811
17812 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17813
17814         * nntp.el (nntp-save-marks): Pass missing arg.
17815
17816 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17817
17818         * nntp.el: Support marks.
17819         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17820         (nntp-marks-modtime, nntp-marks-directory): New variables.
17821         (nntp-request-set-mark, nntp-request-update-info)
17822         (nntp-possibly-create-directory, nntp-marks-changed-p)
17823         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17824         New functions.
17825
17826 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17827
17828         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17829         (gnus-xmas-redefine): Rename.
17830
17831         * gnus-score.el (gnus-score-insert-help):
17832         Use gnus-select-lowest-window.
17833
17834         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17835         appt-select-lowest-window and rename to gnus-select-lowest-window.
17836
17837         * gnus.el: do.
17838
17839 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17840
17841         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17842         encodings of MIME-encoded words, in order to improve
17843         interoperability with several broken MUAs.
17844
17845 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17846
17847         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17848         tags, only when charsets are not specified in headers.
17849         (mm-inline-text-html-render-with-w3m): Ditto.
17850
17851         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17852         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17853
17854 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17855
17856         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17857         instead of MIME-decoded from fields when checking
17858         `gnus-article-address-banner-alist'.
17859
17860 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17861
17862         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17863         description rather than subject.
17864
17865 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17866
17867         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17868
17869 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17870
17871         * gnus.el (gnus-version-number): Bump.
17872
17873 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17874
17875         * gnus.el: No Gnus v0.2 is released.
17876
17877 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17878
17879         * gnus-agent.el (gnus-agent-read-agentview):
17880         Inline gnus-uncompress-range.
17881
17882 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17883
17884         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17885         `exec-installed-p'.
17886
17887 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17888
17889         * gnus.el (spam-process, spam-autodetect-methods):
17890         Add bsfilter and bsfilter-headers.
17891
17892         * spam.el (spam-bsfilter): New customize group.
17893         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17894         (spam-bsfilter-header, spam-bsfilter-probability-header)
17895         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17896         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17897         (spam-bsfilter-database-directory): New options.
17898         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17899         (spam-list-of-statistical-checks, spam-registration-functions):
17900         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17901         (spam-bsfilter-score): New command.
17902         (spam-check-bsfilter-headers, spam-check-bsfilter)
17903         (spam-bsfilter-register-with-bsfilter)
17904         (spam-bsfilter-register-spam-routine)
17905         (spam-bsfilter-unregister-spam-routine)
17906         (spam-bsfilter-register-ham-routine)
17907         (spam-bsfilter-unregister-ham-routine): New functions.
17908         (spam-generic-score): Support bsfilter; Accept an optional argument
17909         to recalcurate spam score even if scoring header has already been
17910         added.
17911         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17912         optional argument to recalcurate spam score even if scoring header
17913         has already been added.
17914
17915 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17916
17917         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17918         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17919         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17920         link is missing.
17921
17922 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17925         (html2text-get-attr): Rewrite.
17926
17927         * message.el (message-setup-1): Remove redundant put-text-property
17928         on mail-header-separator.
17929
17930 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17931
17932         * gnus-registry.el (gnus-registry-cache-whitespace)
17933         (gnus-registry-action, gnus-registry-spool-action)
17934         (gnus-registry-split-fancy-with-parent): Change message levels
17935         from 5 to 3 or 7, as needed.
17936
17937         * spam.el (spam-summary-prepare-exit)
17938         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17939         (spam-split, spam-find-spam, spam-log-undo-registration)
17940         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17941         level from 5 to 6.
17942
17943 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17946         2004-03-04 change).
17947
17948 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17949
17950         * sieve-manage.el (sieve-manage-open):
17951         * nnweb.el (nnweb-insert-html):
17952         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17953         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17954         * nnspool.el (nnspool-request-group):
17955         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17956         * nnml.el (nnml-request-update-info):
17957         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17958         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17959         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17960         (nnimap-request-set-mark):
17961         * nnfolder.el (nnfolder-request-update-info):
17962         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17963         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17964         * gnus-uu.el (gnus-uu-find-articles-matching):
17965         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17966         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17967         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17968         * gnus-nocem.el (gnus-nocem-scan-groups):
17969         * gnus-int.el (gnus-start-news-server):
17970         * gnus-group.el (gnus-group-make-kiboze-group)
17971         (gnus-group-browse-foreign-server):
17972         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17973         Use mapc when appropriate.
17974
17975 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17976
17977         FIXME: Make separate entries for each person.
17978
17979         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17980         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17981         <shields@msrl.com>:
17982
17983         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17984         may need for spam sorting and scoring.
17985         (spam-user-format-function-S): Add user format function suitable for
17986         general use.
17987         (spam-article-sort-by-spam-status): Add sorting function for summary
17988         sorting.
17989         (spam-extra-header-to-number): Add function to get a score from a
17990         header.
17991         (spam-summary-score): Add function to get a numeric score from the
17992         headers.
17993         (spam-generic-score): Fix function doc, was in wrong place.
17994         (spam-initialize): Take symbols when it's run, and install the
17995         extra headers that spam-necessary-extra-headers thinks we need.
17996
17997 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18000         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18001
18002 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18003
18004         * gnus-sum.el (gnus-set-global-variables)
18005         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18006         (gnus-article-get-xrefs, gnus-summary-best-group)
18007         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18008         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18009         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18010         Use with-current-buffer.
18011
18012 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18013
18014         * spam.el (spam-summary-prepare-exit): Simplify logic.
18015         (spam-fetch-article-header): Read the article header if it's not
18016         available.
18017         (spam-list-articles): Simplify logic.
18018         (spam-filelist-register-routine): Fix bug with unregister-list.
18019
18020         * gnus-registry.el: Fix comments at beginning.
18021
18022 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18023
18024         * message.el (message-cater-to-broken-inn): Remove.
18025         (message-shorten-references): Make sure the total folded length of
18026         References is shorter than 998 characters to cater to a bug in INN
18027         2.3.  Also, don't pretend that references aren't folded -- this
18028         hasn't worked for a while.
18029
18030 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18031
18032         * gnus-agent.el (gnus-agentize):
18033         gnus-agent-send-mail-real-function no longer set to current value
18034         of message-send-mail-function but rather a lambda that calls
18035         message-send-mail-function.  The change makes the agent real-time
18036         responsive to user changes to message-send-mail-function.
18037
18038 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18039
18040         * legacy-gnus-agent.el
18041         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18042         help from Florian Weimer <fw@deneb.enyo.de>
18043
18044 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * nnmail.el (nnmail-cache-insert): Revert last change.
18047
18048 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * nnmail.el (nnmail-cache-insert): Always check whether
18051         nnmail-cache-ignore-groups matches a group name.
18052
18053 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18054
18055         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18056         (spam-find-spam, spam-log-processing-to-registry)
18057         (spam-log-registered-p, spam-log-unregistration-needed-p)
18058         (spam-log-undo-registration): Use gnus-message instead of
18059         gnus-error, none of these errors are fatal.
18060
18061         * gnus-registry.el (gnus-registry-clean-empty-function)
18062         (gnus-registry-clean-empty): Remove only empty entries without
18063         extra data.
18064
18065 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18066
18067         * spam-stat.el (spam-stat-buffer-change-to-spam)
18068         (spam-stat-buffer-change-to-non-spam): Change (error) to
18069         (gnus-message 8) invocation.
18070
18071 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * nntp.el (nntp-via-netcat-command): New variable.
18074         (nntp-via-netcat-switches): New variable.
18075         (nntp-open-via-rlogin-and-netcat): New function.
18076         (nntp-open-connection-function): Doc fix.
18077         (nntp-telnet-command): Doc fix.
18078         (nntp-end-of-line): Doc fix.
18079         (nntp-via-rlogin-command): Doc fix.
18080         (nntp-via-user-name): Doc fix.
18081         (nntp-via-address): Doc fix.
18082
18083 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18086         error in Emacs 21.1.
18087
18088 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18089
18090         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18091
18092 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18093
18094         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18095         (gnus-agent-with-refreshed-group): New macro.
18096         (gnus-agent-rename-group): New function.
18097         (gnus-agent-delete-group): New function.
18098         (gnus-agent-save-group-info): Use gnus-command-method when
18099         `method' parameter is nil.  Don't write nil entries into the
18100         active file.
18101         (gnus-agent-get-group-info): New function.
18102         (gnus-agent-fetch-articles):
18103         Use gnus-agent-update-files-total-fetched-for to increment disk space
18104         used.
18105         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18106         Use gnus-agent-update-view-total-fetched-for to increment disk space
18107         used.
18108         (gnus-agent-get-local): Add optional parameters to avoid calling
18109         gnus-group-real-name and gnus-find-method-for-group.
18110         (gnus-agent-set-local): Delete stored entry if either min, or max,
18111         are nil.
18112         (gnus-agent-fetch-session): Reworded error/quit messages.
18113         On quit, use gnus-agent-regenerate-group to record existance of any
18114         articles fetched to disk before the quit occurred.
18115         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18116         gnus-agent-update-view-total-fetched-for, and
18117         gnus-agent-update-files-total-fetched-for to decrement disk space
18118         used.
18119         (gnus-agent-retrieve-headers):
18120         Use gnus-agent-update-view-total-fetched-for to increment disk space
18121         used.
18122         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18123         with gnus-agent-update-files-total-fetched-for to decrement disk
18124         space and fresh group buffer.
18125         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18126         (gnus-agent-need-update-total-fetched-for): New variable.
18127         (gnus-agent-update-files-total-fetched-for): New function.
18128         (gnus-agent-update-view-total-fetched-for): New function.
18129         (gnus-agent-total-fetched-for): New function.
18130
18131         * gnus-cache.el (gnus-cache-save-buffers):
18132         Use gnus-cache-update-overview-total-fetched-for to change disk space
18133         used by this group.
18134         (gnus-cache-possibly-enter-article):
18135         Use gnus-cache-update-file-total-fetched-for to increment disk space
18136         used by this group.
18137         (gnus-cache-possibly-remove-article):
18138         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18139         used by this group.
18140         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18141         (gnus-cache-rename-group): New function.
18142         (gnus-cache-delete-group): New function.
18143         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18144         (gnus-cache-need-update-total-fetched-for): New variable.
18145         (gnus-cache-with-refreshed-group): New macro.
18146         (gnus-cache-update-file-total-fetched-for): New function.
18147         (gnus-cache-update-overview-total-fetched-for): New function.
18148         (gnus-cache-rename-group-total-fetched-for): New function.
18149         (gnus-cache-delete-group-total-fetched-for): New function.
18150         (gnus-cache-total-fetched-for): New function.
18151
18152         * gnus-group.el: Require gnus-sum and autoload functions to
18153         resolve warnings when gnus-group.el compiled alone.
18154         (gnus-group-line-format): Documented new %F.
18155         (size of Fetched data) group line format; identifies disk space
18156         used by agent and cache.
18157         (gnus-group-line-format-alist): Defined new F format.
18158         (gnus-total-fetched-for): New function.
18159         (gnus-group-delete-group): No longer update
18160         gnus-cache-active-altered as gnus-request-delete-group now keeps
18161         the cache in sync.
18162         (gnus-group-list-active): Let the agent store a server's active
18163         list if currently plugged.
18164
18165         * gnus-int.el (gnus-request-delete-group):
18166         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18167         local disk in sync with the server.
18168         (gnus-request-rename-group):
18169         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18170         local disk in sync with the server.
18171
18172         * gnus-start.el (gnus-get-unread-articles):
18173         Cosmetic simplification to logic.
18174
18175         * gnus-util.el (gnus-rename-file): New function.
18176
18177 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18178
18179         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18180
18181 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18182
18183         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18184         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18185
18186 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18187
18188         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18189         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18190
18191 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18192
18193         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18194
18195 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18196
18197         * spam.el (spam-set-difference): Add function to replace
18198         gnus-set-difference in spam.el.
18199         (spam-summary-prepare-exit): Use spam-set-difference.
18200
18201 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18202
18203         * gnus-registry.el (gnus-registry-cache-file): Update to use
18204         gnus-dribble-directory OR gnus-home-directory OR ~.
18205         (gnus-registry-split-fancy-with-parent): Fix doc.
18206
18207 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * message.el (message-exchange-point-and-mark):
18210         Use message-mark-active-p.  Suggested by Jesper Harder
18211         <harder@ifa.au.dk>.
18212
18213 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * message.el (message-exchange-point-and-mark): Don't activate
18216         region if it was inactive.  Suggested by Hiroshi Fujishima
18217         <pooh@nature.tsukuba.ac.jp>.
18218
18219 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * gnus-art.el (article-display-face): Display Faces in the same
18222         order as X-Faces.
18223
18224 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18227
18228 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18231         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18232         (gnus-article-mime-hierarchy): Remove.
18233         (gnus-article-mime-hierarchy-next): Remove.
18234         (gnus-article-mode): Revert 2004-03-19 change.
18235         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18236         (gnus-insert-mime-button): Revert 2004-03-19 change.
18237         (gnus-mime-accumulate-hierarchy): Remove.
18238         (gnus-mime-enter-multipart): Remove.
18239         (gnus-mime-leave-multipart): Remove.
18240         (gnus-mime-display-part): Revert 2004-03-19 change.
18241         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18242
18243         * mml.el (mml-preview): Revert 2004-03-19 change.
18244
18245 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18246
18247         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18248
18249 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18252         t while entering a file name using the mm-with-multibyte macro.
18253         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18254
18255         * mm-util.el (mm-with-multibyte): New macro.
18256
18257 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18260         New user option.
18261         (gnus-mime-multipart-functions): Doc and customization fix.
18262         (gnus-article-mime-hierarchy): New variable.
18263         (gnus-article-mime-hierarchy-next): New variable.
18264         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18265         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18266         gnus-article-mime-hierarchy-next to nil.
18267         (gnus-insert-mime-button): Show hierarchy numbers.
18268         (gnus-mime-accumulate-hierarchy): New function.
18269         (gnus-mime-enter-multipart): New function.
18270         (gnus-mime-leave-multipart): New function.
18271         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18272         (gnus-mime-display-alternative): Show hierarchy numbers.
18273
18274         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18275         gnus-article-mime-hierarchy-next to nil.
18276
18277 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18278
18279         * dns.el: Don't require gnus-xmas.
18280
18281 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18282
18283         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18284         inline PGP.
18285         (mml-menu): Disable mml-quote-region if mark is inactive.
18286
18287 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18290         when the group's active is not available.
18291
18292 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18295         error.
18296
18297 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * imap.el (imap-store-password): New variable.
18300         (imap-interactive-login): Use it.
18301         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18302
18303 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18306         window-start and hscroll to summary window.
18307
18308 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18309
18310         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18311         conversion message to newsrc-dribble when an actual conversion is
18312         performed.
18313
18314 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18315
18316         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18317
18318 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * mm-decode.el (mm-complicated-handles): New function reviving
18321         former definition of mm-multiple-handles.
18322
18323         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18324         (gnus-mime-delete-part): Use it.
18325
18326 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18327
18328         * gnus-agent.el (gnus-agent-read-local):
18329         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18330         avoid the implicit assumption that they will always be equal.
18331         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18332         coding-system-for-write, as the with-temp-file macro first prints
18333         to a buffer then saves the buffer.
18334
18335 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-art.el (gnus-article-edit-part): New function.
18338         (gnus-mime-save-part-and-strip): Use it; do query instead of
18339         signaling an error; don't use mm-multiple-handles.
18340         (gnus-mime-delete-part): Ditto.
18341
18342 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18343
18344         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18345         old file versions.
18346         (gnus-group-prepare-hook): Remove function that converted list
18347         form of gnus-agent-expire-days to group properties.
18348
18349         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18350         (gnus-request-accept-article): Re-indented.
18351
18352         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18353         converters to handle old agent file formats.  Add logic for a
18354         "backup before upgrading warning".
18355         (gnus-convert-mark-converter-prompt): Developers can mark
18356         functions as needing (default), or not needing,
18357         gnus-convert-old-newsrc's "backup before upgrading warning".
18358         (gnus-convert-converter-needs-prompt): Tests whether the user
18359         should be protected from potentially irreversable changes by the
18360         function.
18361
18362         * legacy-gnus-agent.el: New.  Provides converters that are only
18363         loaded when gnus-convert-old-newsrc needs to call them.
18364
18365 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * mail-source.el (mail-source-touch-pop): Doc fix.
18368
18369         * message.el (message-smtpmail-send-it): Doc fix.
18370
18371 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18372
18373         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18374
18375         * nnmail.el (nnmail-split-fancy): do.
18376
18377         * gnus-kill.el (gnus-kill, gnus-execute): do.
18378
18379 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18380
18381         * gnus-sum.el (gnus-widget-reversible-match)
18382         (gnus-widget-reversible-to-internal)
18383         (gnus-widget-reversible-to-external): New functions.
18384         (gnus-widget-reversible): New widget.
18385         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18386
18387 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18388
18389         * gnus-sum.el (gnus-thread-sort-functions)
18390         (gnus-article-sort-functions): Document `(not F)' items.
18391
18392 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18393
18394         * spam.el (spam-use-gmane-xref): Add new backend.
18395         (spam-gmane-xref-spam-group): Add variable to control the name of the
18396         Gmane spam group.
18397         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18398         (spam-regex-headers-spam, spam-regex-headers-ham)
18399         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18400         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18401         backends and checks.
18402         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18403
18404         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18405         an autodetect method.
18406
18407 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18408
18409         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18410         articles are being added to a group.
18411         (gnus-request-replace-article): Inform the agent that articles
18412         need to be uncached as the cached contents are no longer valid.
18413
18414 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * binhex.el: Don't autoload executable-find.
18417
18418         * canlock.el: Don't autoload mail-fetch-field.
18419
18420         * dgnushack.el: Autoload c-mode for XEmacs.
18421
18422         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18423
18424         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18425         rmail-dont-reply-to and rmail-output.
18426
18427         * gnus-score.el: Don't autoload ffap-string-at-point.
18428
18429         * gnus-setup.el: Don't autoload sc-cite-original.
18430
18431         * imap.el: Don't autoload base64-decode-string,
18432         base64-encode-string and md5.
18433
18434         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18435         and rmail-msg-restore-non-pruned-header.
18436
18437         * mm-decode.el: Don't autoload executable-find.
18438
18439         * mm-url.el: Don't autoload executable-find.
18440
18441         * mm-view.el: Don't autoload diff-mode.
18442
18443         * nndb.el: Don't autoload news-reply-mode, news-setup,
18444         cancel-timer and telnet.
18445
18446         * password.el: Don't autoload run-at-time for Emacs.
18447
18448         * sha1-el.el: Don't autoload executable-find.
18449
18450         * sieve-mode.el: Don't autoload c-mode.
18451
18452         * uudecode.el: Don't autoload executable-find.
18453
18454 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18455
18456         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18457         (gnus-agent-possibly-alter-active): Avoid null in numeric
18458         comparison.
18459         (gnus-agent-set-local): Refuse to save null in local object table.
18460         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18461         list of articles that will be marked as unread.
18462
18463 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18466
18467 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18470         language tags.
18471
18472 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18473
18474         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18475         Don't bind "obarray".
18476
18477         * gnus-sum.el (gnus-thread-sort-functions):
18478         Add `gnus-thread-sort-by-most-recent-number' and
18479         `gnus-thread-sort-by-most-recent-date'.
18480         Reported by Kai Grossjohann <kai@emptydomain.de>.
18481
18482 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18485
18486 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18487
18488         * gnus-cus.el (gnus-agent-customize-category):
18489         Remove ignore-errors macro reference that required cl to be loaded at
18490         run-time.
18491
18492         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18493         single-interval range of the form (min . max).  Previously the
18494         range had to look like ((min . max)).  Likewise, return
18495         (min . max) rather than ((min . max)).
18496         (gnus-range-map): Use gnus-range-normalize to accept
18497         single-interval range.
18498
18499         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18500         the cache, but not the agent, now appear with their usual face.
18501
18502         * dgnushack.el (loaddir): New variable that is bound to the
18503         directory containing the dgnushack.el file. Use loaddir, rather
18504         than srcdir, to update load-path. Change lets dgnushack compile
18505         code in directories other than GNUS/lisp.
18506
18507 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18508
18509         * lpath.el: Don't bind w3m-safe-url-regexp.
18510
18511         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18512         w3m-safe-url-regexp variable buffer-local.
18513
18514         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18515
18516 2004-02-27  Simon Josefsson  <jas@extundo.com>
18517
18518         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18519         gnus-group-real-prefix.
18520         (gnus-summary-move-article): Use it, instead of
18521         gnus-group-real-prefix.
18522
18523 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * lpath.el: Bind w3m-safe-url-regexp.
18526
18527         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18528         w3m-safe-url-regexp variable buffer-local and set it as the value
18529         of mm-w3m-safe-url-regexp.
18530
18531         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18532
18533         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18534         parsing gnus-posting-styles when the message is not for replying.
18535
18536         * dgnushack.el: Autoload sgml-mode for XEmacs.
18537
18538         * nnrss.el (nnrss-opml-export):
18539         Use mm-set-buffer-file-coding-system instead of
18540         set-buffer-file-coding-system.
18541
18542 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18545         of checkdoc.el).
18546         * nnrss.el: do.
18547         * gnus-mlspl.el: do.
18548         * gnus-ml.el: do.
18549         * gnus-srvr.el: do.
18550
18551         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18552
18553 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18554
18555         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18556         Corrections to custom-manual links.
18557
18558         * gnus-art.el (gnus-article): Ditto.
18559
18560         * mm-decode.el (mime-display, mime-security): Ditto.
18561
18562 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * flow-fill.el: Typo.
18565
18566 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18567
18568         * spam-wash.el: New file.
18569
18570 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18571
18572         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18573
18574 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18575
18576         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18577         to be run with new-articles as LIST1, not LIST2.
18578         (spam-registration-functions): Add spam-use-ham-copy as a nil
18579         registration backend.
18580
18581 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18582
18583         * spam-stat.el (spam-stat-washing-hook): New option.
18584         (spam-stat-buffer-words): Use it.
18585         (spam-stat-process-directory, spam-stat-test-directory):
18586         Use insert-file-contents-literally.
18587         (spam-stat-coding-system): New variable.
18588         (spam-stat-load, spam-stat-save): Use it.
18589
18590 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * spam-report.el (spam-report-plug-agent):
18593         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18594
18595 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18596
18597         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18598         Allow / in mailto URLs.
18599
18600 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * spam-report.el (spam-report-process-queue): Fix interactive use.
18603         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18604         (spam-report-unplug-agent): Doc fixes.
18605         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18606         (spam-report-agentize, spam-report-deagentize): Autoload.
18607
18608 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18611
18612         * message.el (message-setup-fill-variables): Add mml tags to
18613         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18614         <ajk@iu.edu>.
18615         (message-mode): Don't modify paragraph-separate there.
18616
18617 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * compface.el (uncompface-use-external): Default to undecided.
18620         (uncompface-use-external-threshold): New variable.
18621         (uncompface-float-time): New macro.
18622         (uncompface): Determine whether to use the external decoder if
18623         uncompface-use-external is undecided.
18624
18625 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18626
18627         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18628         after images.
18629
18630         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18631
18632 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18633
18634         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18635
18636         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18637
18638         * gnus-sum.el (gnus-summary-limit-to-age)
18639         (gnus-summary-limit-children): do.
18640
18641         * gnus-int.el (gnus-request-scan): do.
18642
18643         * gnus-group.el (gnus-group-suspend): do.
18644
18645         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18646
18647         * gnus-cite.el (gnus-cite-parse-attributions): do.
18648
18649         * gnus-agent.el (gnus-summary-set-agent-mark)
18650         (gnus-agent-regenerate-group): do.
18651
18652         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18653
18654         * binhex.el (binhex-decode-region-internal): do.
18655
18656 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * gnus-fun.el (gnus-face-properties-alist): New user option.
18659         (gnus-display-x-face-in-from): Use it.
18660
18661         * gnus-art.el (article-display-face): Ditto.
18662
18663         * compface.el (uncompface-use-external): Default to nil.
18664
18665 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18666
18667         * nntp.el (nntp-erase-buffer): New function.
18668         (nntp-retrieve-data, nntp-send-command)
18669         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18670         (nntp-possibly-change-group): Use it.
18671
18672         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18673         Use with-current-buffer.
18674
18675 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18676
18677         * compface.el: Merge the ELisp-based uncompface program.
18678         (compface): New customization group.
18679         (uncompface-use-external): New user option.
18680         (uncompface): Call uncompface-internal if uncompface-use-external
18681         is nil.
18682         (uncompface-internal): New function.  Note that there are also
18683         some other functions and variables added for this function.
18684
18685 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18688         if necessary.
18689
18690 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * spam-report.el (spam-report-unplug-agent)
18693         (spam-report-plug-agent, spam-report-deagentize)
18694         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18695         Add support for the Agent in spam-report: when unplugged, report to a
18696         file; when plugged, submit all the requests.
18697
18698         * spam.el (spam-register-routine): Fix message about
18699         registration.
18700
18701 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18702
18703         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18704         dependencies.
18705         (rfc2047-encode): Use it.
18706
18707         * gnus-art.el (gnus-button-marker-list): Move before first
18708         reference.
18709
18710         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18711         (imap-parse-body): Fix format string mismatch.
18712
18713         * gnus-score.el (gnus-summary-increase-score): do.
18714
18715         * nnrss.el (nnrss-close): New function.
18716
18717 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18718
18719         * nnrss.el (nnrss-make-filename): New function.
18720         (nnrss-request-delete-group, nnrss-read-server-data)
18721         (nnrss-save-server-data, nnrss-read-group-data)
18722         (nnrss-save-group-data): Use it.
18723         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18724         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18725         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18726
18727 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18728
18729         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18730
18731 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18732
18733         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18734         files.
18735
18736         * message.el (message-generate-headers-first): Don't quote nil
18737         and t in docstrings.
18738
18739         * imap.el (imap-id): do.
18740
18741         * gnus-agent.el (gnus-agent-consider-all-articles)
18742         (gnus-agent-queue-mail): do.
18743
18744 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * spam-report.el (spam-report-process-queue): New function.
18747         Process requests from `spam-report-requests-file'.
18748         (spam-report-process-queue): Doc fix.
18749
18750 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18751
18752         * spam.el (spam-register-routine)
18753         (spam-log-processing-to-registry, spam-log-registered-p)
18754         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18755         Change "check" to "spam-check" for semi-clarity.
18756
18757 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18758
18759         * pop3.el: Require nnheader.
18760
18761         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18762
18763         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18764
18765         * gnus-picon.el: Require cl.
18766
18767         * gnus-fun.el: Require gnus-ems and gnus-util.
18768
18769         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18770
18771         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18772
18773         * gnus-art.el (gnus-article-edit-mode): Define before first
18774         reference.
18775
18776 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18779         (gnus-uu-post-encoded): Use point-at-bol.
18780
18781         * gnus-topic.el (gnus-group-active-topic-p): do.
18782
18783         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18784
18785         * gnus-group.el (gnus-group-kill-region): do.
18786
18787         * gnus-art.el (article-date-ut): do.
18788
18789         * message.el (message-fetch-field): Remove redundant
18790         case-fold-search binding.
18791         (message-narrow-to-field): Simplify.
18792
18793 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * spam.el (spam-directory): Derive from `gnus-directory'.
18796
18797         * spam-report.el (spam-report-url-to-file)
18798         (spam-report-requests-file): New function and variable for offline
18799         reporting.
18800         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18801         and user defined function.
18802         (spam-report-url-ping-mm-url): Remove doubled slash.
18803
18804 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18805
18806         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18807
18808 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18809
18810         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18811         Fix format string mismatch.
18812
18813         * sieve.el (sieve-deactivate-all): do.
18814
18815         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18816
18817         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18818
18819         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18820
18821         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18822
18823 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18826         the list of checks.
18827
18828 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18829
18830         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18831         padding.
18832
18833 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18834
18835         * mm-view.el (mm-fill-flowed): New variable.
18836         (mm-inline-text): Use it.
18837
18838 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18839
18840         * spam.el (spam-spamassassin-register-ham-routine)
18841         (spam-spamassassin-register-spam-routine): Fix function names.
18842
18843 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * gnus.el (gnus-tmp-grouplens): Remove.
18846         (gnus-summary-line-format): Remove grouplens.
18847
18848         * gnus-group.el (gnus-group-line-format): Ditto.
18849
18850         * gnus-spec.el (gnus-format-specs): Ditto.
18851         (gnus-update-format-specifications): Flush the group format spec
18852         cache if there's the grouplens stuff.
18853         (gnus-parse-simple-format): Replace %l with the empty string.
18854
18855 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18856
18857         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18858         omission.
18859
18860 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18863         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18864
18865 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18866
18867         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18868         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18869         New macros and functions.
18870         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18871         Handle > NLINK_MAX messages.
18872         * nnmaildir.el (nnmaildir-request-set-mark):
18873         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18874
18875 2004-01-25  Alex Schroeder  <alex@gnu.org>
18876
18877         * spam-stat.el (spam-stat-process-directory-age): New option.
18878         (spam-stat-process-directory): Use it.
18879
18880 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18881
18882         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18883         (spam-stat-save): Accept prefix argument.
18884
18885 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18886
18887         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18888         links" error.
18889
18890 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18893         the rest of the and/or forms.
18894
18895 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18896
18897         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18898         compatibility with old .newsrc.eld files.
18899
18900         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18901
18902         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18903
18904         * gnus-start.el (gnus-1): do.
18905
18906         * gnus-group.el (gnus-group-line-format-alist): do.
18907
18908         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18909
18910         * gnus-gl.el: Remove.
18911
18912 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18913
18914         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18915         marks consisting of a single range {for example, (3 . 5)} rather
18916         than a list of a single range { ((3 . 5)) }.
18917
18918 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18919
18920         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18921         Use with-current-buffer.
18922         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18923         avoid consing a string.
18924
18925         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18926         Remove obsolete entries for big5 and gb2312.
18927
18928 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18929
18930         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18931         uncompressed list.
18932
18933 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18934
18935         * spam-stat.el (spam-stat-strip-xref): New function.
18936         (spam-stat-process-directory): Use it.
18937
18938         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18939         here -- it's done in message-fetch-field.
18940
18941 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18942
18943         * gnus-agent.el (gnus-agent-queue-mail)
18944         (gnus-agent-prompt-send-queue): New variables.
18945         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18946         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18947         "nndraft:queue" along to gnus-draft-send.
18948         Use gnus-agent-prompt-send-queue.
18949         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18950         is "nndraft:queue".  Suggested by Gaute Strokkenes
18951         <gs234@srcf.ucam.org>
18952
18953         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18954         (agent-enable-undownloaded-faces): Add.
18955         (gnus-agent-cat-groups): Use eval-and-compile, not
18956         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18957         method of gnus-agent-cat-groups even when the buffer has been
18958         evaled.
18959         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18960         delete gnus-agent-save-active-1.
18961         (gnus-agent-save-groups): Delete.  Identical to
18962         gnus-agent-save-active.
18963         (gnus-agent-write-active): No longer adjust agent's copy of active
18964         file as agent's adjustments are now stored in their own
18965         file.  Remove optional parameter.
18966         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18967         servers.  Add use of min/max range limits from server's local
18968         file.
18969         (gnus-agent-save-alist): Remove unused optional argument.
18970         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18971         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18972         (gnus-agent-set-local): A per-server file that keeps min/max range
18973         limits for articles known to the agent.  Provides a fast mechanism
18974         for altering many active ranges.
18975         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18976         active file (local makes it unnecessary).
18977         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18978
18979         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18980         (agent-enable-undownloaded-faces): Add.
18981
18982         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18983         disable it when sending to "nndraft:queue".
18984         (gnus-group-send-queue): Add safety check to avoid sending queue
18985         when unplugged.
18986
18987         * gnus-group.el (gnus-group-catchup): Use new
18988         gnus-sequence-of-unread-articles, not
18989         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18990         numbers of articles.  Use gnus-range-map to avoid having to
18991         uncompress the unread list.
18992         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18993         Fix invalid ange-ftp reference.
18994
18995         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18996         (gnus-sorted-range-intersection): Intersection of two ranges
18997         without requiring that they first be uncompressed.
18998
18999         * gnus-start.el (gnus-activate-group): Unless blocked by the
19000         caller, possibly expand the active range to include both cached
19001         and agentized articles.
19002         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19003         multiple version-dependent converters.
19004         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19005         gnus-agent-save-active.
19006         (gnus-save-newsrc-file): Save dirty agent range limits.
19007
19008         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19009         gnus-agent-possibly-alter-active.
19010         (gnus-adjust-marked-articles): Faster handling of simple lists.
19011
19012 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19013
19014         * spam-stat.el (spam-stat-test-directory): New optional argument
19015         displays a list of files detected.  Suggested by Andrew Cohen
19016         <cohen@andy.bu.edu>.
19017         (spam-stat-buffer-words-with-scores): Don't narrow and change
19018         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19019
19020 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19021
19022         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19023         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19024         (spam-spamassassin-arguments)
19025         (spam-spamassassin-spam-flag-header)
19026         (spam-spamassassin-positive-spam-flag-header)
19027         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19028         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19029         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19030         (spam-list-of-processors, spam-list-of-checks)
19031         (spam-list-of-statistical-checks, spam-registration-functions)
19032         (spam-check-spamassassin-headers, spam-check-spamassassin)
19033         (spam-spamassassin-score)
19034         (spam-spamassassin-register-with-sa-learn)
19035         (spam-spamassassin-register-spam-routine)
19036         (spam-spamassassin-register-ham-routine)
19037         (spam-assassin-register-spam-routine)
19038         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19039         (spam-bogofilter-score): Fix to show article before scoring.
19040
19041 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19042
19043         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19044         default scoring function.
19045         (spam-generic-score): Call spam-spamassassin-score if
19046         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19047         spam-bogofilter-score otherwise.
19048
19049         * gnus.el (spam-process, spam-autodetect-methods):
19050         Add spamassassin and spamassassin-headers.
19051
19052 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19053
19054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19055         Suppress unnecessary messages.
19056
19057 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19058
19059         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19060         make-hash-table.
19061
19062 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * canlock.el (base64-encode-string): Don't autoload it.
19065
19066 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * run-at-time.el: Remove useless (require 'itimer),
19069         eval-and-compile and (featurep 'xemacs).
19070
19071 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19072
19073         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19074         GROUP is a virtual group.
19075
19076 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19077
19078         * gnus.el: Autoload `message-y-or-n-p'.
19079
19080 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19081
19082         * pgg-parse.el: Remove unnecessary (require 'custom).
19083
19084         * pgg-def.el: do.
19085
19086         * nnmail.el: do.
19087
19088         * gnus-undo.el: do.
19089
19090         * gnus-picon.el: do.
19091
19092         * gnus-util.el: do.
19093
19094 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19095
19096         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19097
19098 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19101         handle, as well as a list.
19102
19103         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19104         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19105         (mm-w3m-cid-retrieve): Simplify.
19106
19107 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19108
19109         * message.el (message-kill-to-signature): Allow prefix arg to
19110         specify number of lines to keep before signature.
19111
19112 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19113
19114         * message.el (message-kill-to-signature): Change docstring.
19115
19116 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * canlock.el: Always require sha1-el.
19119         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19120
19121         * message.el: Autoload sha1 only when compiling.
19122
19123         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19124         eudc-expand-inline for XEmacs.
19125
19126 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * message.el (message-canlock-generate): Require sha1-el.
19129
19130 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19131
19132         * message.el (message-expand-name): Silence the byte compiler.
19133
19134         * lpath.el: Add detect-coding-system.
19135
19136         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19137         cus-edit.
19138
19139 2004-01-13  Simon Josefsson  <jas@extundo.com>
19140
19141         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19142         Invoke gnus-score-mode.
19143         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19144
19145         * gnus-range.el (gnus-compress-sequence): Doc fix.
19146         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19147
19148 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19151
19152 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19153
19154         * spam.el (spam-get-article-as-string): Update to use
19155         gnus-request-article-this-buffer, much simpler.
19156         (spam-get-article-as-buffer): Remove.
19157
19158 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19159
19160         * message.el (message-expand-name): Use EUDC if the user uses that.
19161
19162 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19163
19164         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19165         character for the encoding to avoid consing a string.
19166
19167         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19168         unnecessarily.
19169
19170         * mm-util.el (mm-replace-chars-in-string): Remove.
19171
19172         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19173         of mm-replace-chars-in-string.
19174
19175 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19176
19177         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19178
19179         * mm-util.el (mm-subst-char-in-string): Support inplace.
19180
19181         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19182         a new string in every iteration.  Use shy groups.
19183
19184 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19187         * gnus-soup.el (gnus-soup-group-brew):
19188         * gnus-msg.el (gnus-put-message):
19189         * gnus-move.el (gnus-group-move-group-to-server):
19190         * gnus-kill.el (gnus-batch-score):
19191         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19192         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19193         (gnus-group-update-group, gnus-group-read-group)
19194         (gnus-group-make-group, gnus-group-make-help-group)
19195         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19196         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19197         (gnus-group-sort-by-unread, gnus-group-catchup)
19198         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19199         (gnus-group-yank-group, gnus-group-set-info)
19200         (gnus-group-list-groups):
19201         * gnus.el (gnus-generate-new-group-name):
19202         * gnus-delay.el (gnus-delay-send-queue):
19203         * nnvirtual.el (nnvirtual-catchup-group):
19204         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19205         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19206         (gnus-group-prepare-topics, gnus-topic-check-topology):
19207         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19208         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19209         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19210         (gnus-group-make-articles-read):
19211         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19212         (gnus-group-change-level, gnus-kill-newsgroup)
19213         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19214         (gnus-get-unread-articles, gnus-make-articles-unread)
19215         (gnus-make-ascending-articles-unread): Use accessor
19216         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19217         to get group information for improved readability.
19218
19219
19220 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19221
19222         * gnus-art.el (article-decode-mime-words, article-babel)
19223         (gnus-article-highlight-signature, gnus-article-add-buttons)
19224         (gnus-signature-toggle): Use gnus-with-article-buffer.
19225
19226         * gnus-art.el (gnus-article-highlight-headers)
19227         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19228
19229         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19230         (gnus-article-set-globals, gnus-request-article-this-buffer)
19231         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19232         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19233         (gnus-mime-display-alternative): Use with-current-buffer.
19234
19235 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19236
19237         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19238         also under 80 char limit, and call gnus-error if needed.
19239         (spam-fetch-article-header): Fix - it was a
19240         buffer-local variable (gnus-newsgroup-data).
19241         (spam-find-spam): Use spam-generate-fake-headers, forget about
19242         spam-insert-fake-headers.
19243         (spam-insert-fake-headers): Remove.
19244
19245 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19246
19247         * deuglify.el (gnus-article-outlook-unwrap-lines)
19248         (gnus-outlook-rearrange-article)
19249         (gnus-outlook-repair-attribution-outlook)
19250         (gnus-outlook-repair-attribution-block)
19251         (gnus-outlook-repair-attribution-other): Remove redundant
19252         save-excursion.
19253
19254 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19255
19256         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19257         (spam-fetch-field-subject-fast)
19258         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19259         (spam-fetch-article-header): Add functions to deal with Gnus
19260         internals for fast retrieval of article header data.
19261         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19262
19263 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19264
19265         * pop3.el (pop3-md5): Remove.
19266         (pop3-apop): Replace pop3-md5 with md5.
19267
19268         * mm-bodies.el: base64 is always built-in.
19269
19270         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19271         Use with-current-buffer.
19272
19273 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * canlock.el (canlock-insert-header): Remove excessive grouping in
19276         regexp.
19277
19278         * gnus-sum.el (gnus-summary-read-document): Ditto.
19279
19280         * gnus-uu.el (gnus-uu-part-number): Ditto.
19281
19282         * html2text.el (html2text-remove-tags): Ditto.
19283         (html2text-format-tags): Ditto.
19284         (html2text-format-single-elements): Ditto.
19285
19286         * mml.el (mml-parse-1): Ditto.
19287
19288 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19289
19290         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19291
19292         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19293
19294         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19295
19296         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19297
19298 2003-11-15  Simon Josefsson  <jas@extundo.com>
19299
19300         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19301         (pgg-gpg-lookup-key): Use regexp match instead of
19302         split-string (split-string is different between emacs 21.2 and
19303         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19304
19305 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19306
19307         * gnus-art.el (gnus-mime-view-all-parts)
19308         (gnus-article-part-wrapper, gnus-article-view-part):
19309         Use with-current-buffer.
19310
19311 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19312
19313         * spam.el (spam-disable-spam-split-during-ham-respool)
19314         (spam-spamoracle-database, spam-cache-lookups)
19315         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19316         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19317         (spam-group-ham-marks, spam-group-spam-marks)
19318         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19319         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19320         also add spam-use-blackholes to the statistical checks.
19321         (spam-fetch-field-fast): Add interface to fetching fields, may
19322         become a macro.
19323         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19324         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19325         (spam-insert-fake-headers): Fake an article when needed.
19326         (spam-find-spam): Fake article when possible.
19327         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19328         (spam-check-bogofilter-headers): Use message-fetch-field instead
19329         of nnmail-fetch-field.
19330
19331 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19332
19333         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19334
19335 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19336
19337         * spam.el (spam-split): Do not require spam-use-CHECK to be
19338         enabled if that check is passed to spam-split explicitly; also
19339         fix so 'spam doesn't get converted to spam-split-group when
19340         spam-split-symbolic-return is t.
19341         (spam-find-spam): Find registrations of the article and use those
19342         instead of re-running spam-split to find the spam/ham
19343         classification of the article.
19344         (spam-log-processing-to-registry, spam-log-registered-p)
19345         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19346         Use gnus-error instead of gnus-message.
19347         (spam-log-registration-type): Add function to determine the
19348         classification of a message based on registry entries; will
19349         return nil if both 'spam and 'ham are found.
19350         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19351         a reasonably fast local cache without the loading errors.
19352         (spam-cache-lookups): Set to t by default.
19353         (spam-find-spam): Don't try to guess spam-cache-lookups.
19354         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19355         spam-caches entry.
19356         (spam-filelist-build-cache, spam-filelist-check-cache):
19357         Fix caching of whitelist/blacklist entries.
19358         (spam-check-whitelist, spam-check-blacklist):
19359         Invoke spam-from-listed-p with a type, not a cache variable.
19360         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19361
19362 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19365
19366         * nnmail.el (nnmail-split-fancy): do.
19367
19368         * mml.el (mml-parse): do.
19369
19370         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19371         (gnus-score-adaptive): do.
19372
19373 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19376         (gnus-mime-button-map): Don't set keymap parent.
19377         (gnus-button-ctan-directory-regexp): Use shy grouping.
19378         (gnus-prev-page-map): Don't set keymap parent.
19379         (gnus-prev-page-map): Remove duplicated one.
19380         (gnus-next-page-map): Don't set keymap parent.
19381         (gnus-mime-security-button-map): Ditto.
19382
19383         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19384         version number.
19385
19386         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19387
19388 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * canlock.el (canlock-sha1-function): Remove.
19391         (canlock-sha1-function-for-verify): Remove.
19392         (canlock-openssl-program): Remove.
19393         (canlock-openssl-args): Remove.
19394         (canlock-ignore-errors): Remove.
19395         (canlock-sha1-with-openssl): Remove.
19396         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19397         (canlock-verify): Don't use canlock-ignore-errors.
19398
19399         * sha1-el.el (sha1-string-external): Make it can return a string
19400         in binary form.
19401         (sha1-region-external): Ditto.
19402         (sha1-string-internal): Ditto.
19403         (sha1-region-internal): Ditto.
19404         (sha1-region): Ditto.
19405         (sha1-string): Ditto.
19406         (sha1): Ditto.
19407
19408 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19409
19410         * spam.el (spam-report-articles-gmane): New command.
19411
19412 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19415
19416         * run-at-time.el (run-at-time-saved): Remove.
19417         (run-at-time): Doc fix.
19418
19419 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19420
19421         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19422         (gnus-summary-limit-map): Add it.
19423         (gnus-summary-make-menu-bar): do.
19424
19425 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19426
19427         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19428         Make attempt at some caching support (done for BBDB only now).
19429         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19430         addresses to be checked.
19431         (spam-clear-cache-BBDB): Add function, to be invoked by
19432         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19433         (spam-check-BBDB): Check and use the caches, if
19434         spam-cache-lookups is on, remove superfluous (provide).
19435
19436 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19439
19440 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19441
19442         * run-at-time.el (run-at-time-saved): Move to after the definition
19443         of `run-at-time'.
19444
19445         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19446
19447 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19450         mm-w3m-local-map-property.
19451
19452         * mm-view.el (mm-w3m-mode-map): Remove.
19453         (mm-w3m-local-map-property): Remove.
19454         (mm-inline-text-html-render-with-w3m): Don't use
19455         mm-w3m-local-map-property.
19456
19457 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458
19459         * run-at-time.el: New file.
19460
19461         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19462         under Emacs.
19463
19464         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19465         of gnus-set-text-properties.
19466
19467         * gnus-uu.el (gnus-uu-save-article): Ditto.
19468
19469         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19470
19471         * gnus-cite.el (gnus-cite-parse): Ditto.
19472
19473         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19474         of gnus-.
19475
19476         * gnus-xmas.el (run-at-time): Require run-at-time.
19477
19478         * gnus.el: Change calls to nnheader-run-at-time and
19479         password-run-at-time throughout to use run-at-time directly.
19480
19481         * password.el: Remove definition of run-at-time.
19482
19483         * nnheaderxm.el: Remove definition of run-at-time.
19484
19485 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19486
19487         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19488         in prompt.
19489
19490 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19491
19492         * messagexmas.el (message-xmas-redefine): Alias
19493         `message-make-caesar-translation-table' to
19494         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19495         version.
19496
19497         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19498         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19499         `gnus-xmas-set-text-properties'.
19500         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19501         `gnus-xmas-completing-read'.
19502         (gnus-xmas-completing-read): Removed.
19503         (gnus-xmas-open-network-stream): Removed.
19504
19505         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19506         XEmacs version.
19507
19508         * dns.el (dns-make-network-process): Use `open-network-stream'
19509         instead of `gnus-xmas-open-network-stream'.
19510
19511         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19512
19513         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19514
19515 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19516
19517         * gnus-art.el (gnus-mime-display-alternative)
19518         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19519         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19520         Don't use gnus-local-map-property.
19521
19522         * gnus-util.el (gnus-local-map-property): Remove.
19523
19524         * mm-view.el (mm-view-pkcs7-decrypt):
19525         Replace gnus-completing-read-maybe-default with completing-read.
19526
19527         * gnus-util.el (gnus-completing-read): do.
19528         (gnus-completing-read-maybe-default): Remove.
19529
19530 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19531
19532         * password.el: Only autoload `run-at-time' if not XEmacs.
19533         Only autoload the itimer functions if XEmacs.
19534
19535 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19538         XEmacsen.
19539
19540         * dgnushack.el: Autoload executable-find for XEmacs.
19541
19542 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19543
19544         * gnus-art.el (gnus-read-string): Remove.
19545         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19546         read-string.
19547
19548 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19549
19550         * netrc.el: Autoload password-read.
19551         (netrc): Add configuration group.
19552         (netrc-encoding-method, netrc-openssl-path):
19553         Add variables for encoding and decoding of files with symmetric
19554         ciphers.
19555         (netrc-encode): Add assistant function to encode a file with
19556         netrc-encoding-method.
19557         (netrc-parse): Add interactive parameter, added optional
19558         decoding if netrc-encoding-method is non-nil but otherwise
19559         behavior is standard.
19560         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19561         Do s/encode/encrypt/ everywhere.
19562
19563         * spam.el: Remove executable-find autoload.
19564
19565 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19566
19567         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19568
19569         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19570
19571 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19572
19573         * gnus-art.el (gnus-treat-ansi-sequences)
19574         (article-treat-ansi-sequences): New variable and function.
19575         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19576
19577         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19578         Use it.
19579
19580 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19581
19582         * mm-util.el (mm-quote-arg): Remove.
19583
19584         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19585         shell-quote-argument.
19586
19587         * gnus-uu.el (gnus-uu-command): do.
19588
19589         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19590
19591         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19592         with make-char.
19593
19594         * mm-util.el (mm-make-char): Remove.
19595
19596         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19597         add-minor-mode.
19598
19599         * gnus-undo.el (gnus-undo-mode): do.
19600
19601         * gnus-topic.el (gnus-topic-mode): do.
19602
19603         * gnus-sum.el (gnus-dead-summary-mode): do.
19604
19605         * gnus-start.el (gnus-slave-mode): do.
19606
19607         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19608
19609         * gnus-ml.el (gnus-mailing-list-mode): do.
19610
19611         * gnus-gl.el (gnus-grouplens-mode): do.
19612
19613         * gnus-draft.el (gnus-draft-mode): do.
19614
19615         * gnus-dired.el (gnus-dired-mode): do.
19616
19617         * gnus-ems.el (gnus-add-minor-mode): Remove.
19618
19619         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19620         Replace gnus-char-width with char-width.
19621
19622         * gnus-ems.el (gnus-char-width): Remove.
19623
19624         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19625         Replace gnus-char-width with char-width.
19626
19627         * gnus-ems.el (gnus-char-width): Remove.
19628
19629         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19630         definition.
19631         Remove Emacs 20 hash table compatibility code.
19632
19633         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19634         20 compatibility code.
19635
19636         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19637
19638         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19639
19640         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19641         Replace with point-at-{eol,bol}.
19642
19643         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19644
19645         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19646
19647         * flow-fill.el (fill-flowed-point-at-bol)
19648         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19649
19650         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19651         Replace with point-at-{eol,bol} throughout all files.
19652
19653 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * ntlm.el (ntlm-string-as-unibyte): New macro.
19656         (ntlm-build-auth-response): Use it.
19657
19658         Remove Emacs 20 stuff:
19659         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19660         (butlast, mapc, remove): Remove the compiler macros.
19661         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19662         of delq and copy-sequence.
19663         * gnus-art.el (popup-menu): Remove the compiler macro.
19664         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19665         Emacs 20.
19666
19667 2004-01-05  Simon Josefsson  <jas@extundo.com>
19668
19669         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19670         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19671         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19672         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19673         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19674         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19675         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19676         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19677         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19678         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19679         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19680         string-xor into ntlm-string-xor.
19681         Suggested by Jesper Harder <harder@myrealbox.com>.
19682
19683         * ntlm.el: Don't include poem.
19684
19685         * md4.el (print-int32, print-string-hexa): Remove.
19686         Suggested by Jesper Harder <harder@myrealbox.com>.
19687
19688         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19689
19690         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19691         probably breaks emacs with DL patch, but do we care? Is anyone
19692         still using the DL stuff?)
19693
19694         * sieve-manage.el: Use the password package.
19695         (sieve-manage-read-passwd): Remove.
19696         (sieve-manage-interactive-login): Use password.  Re-add
19697         condition-case around loop.
19698
19699         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19700         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19701         Use the password package.
19702
19703 2003-02-19  Simon Josefsson  <jas@extundo.com>
19704
19705         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19706         token.
19707
19708 2002-08-07  Simon Josefsson  <jas@extundo.com>
19709
19710         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19711         (sieve-manage-authenticators):
19712         (sieve-manage-authenticator-alist): Add some SASL mechs.
19713         (sieve-sasl-auth): New function.
19714         (sieve-manage-cram-md5-auth):
19715         (sieve-manage-plain-auth): Rewrite using SASL library.
19716         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19717         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19718         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19719         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19720
19721 2004-01-05  Simon Josefsson  <jas@extundo.com>
19722
19723         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19724         New files.
19725
19726 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19727
19728         * gnus-group.el (gnus-no-groups-message): Update.
19729
19730         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19731
19732 2003-11-09  Simon Josefsson  <jas@extundo.com>
19733
19734         * imap.el: Support for ID IMAP extension (RFC 2971).
19735         (imap-local-variables): Add imap-id.
19736         (imap-id): New variable.
19737         (imap-id): New function.
19738         (imap-parse-response): Parse untagged ID response.
19739         * nnimap.el (nnimap-id): New variable.
19740         (nnimap-open-connection): Use it.
19741
19742 2003-12-28  Simon Josefsson  <jas@extundo.com>
19743
19744         * gnus-score.el (gnus-score-edit-all-score): New.
19745         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19746
19747 2004-01-04  Simon Josefsson  <jas@extundo.com>
19748
19749         * password.el: Add.
19750
19751 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19752
19753         * dns.el (dns-query-types): Fix typo.
19754         (dns-query-types): New function.
19755         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19756         PTR and SOA replies, see RFC 1035.
19757
19758 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19759
19760         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19761
19762         * Move to Changelog.2.
19763
19764 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19765
19766         * gnus.el (gnus-version-number): Bump version.
19767
19768 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19769
19770         * gnus.el: No Gnus v0.1 is released.
19771
19772 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19773
19774         * gnus.el: No Gnus v0.0 is released.
19775
19776 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19777
19778         * gnus.el (gnus-version-number): Bump.
19779         (gnus-version): No.
19780
19781 See ChangeLog.2 for earlier changes.
19782
19783     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19784       Free Software Foundation, Inc.
19785
19786   This file is part of GNU Emacs.
19787
19788   GNU Emacs is free software: you can redistribute it and/or modify
19789   it under the terms of the GNU General Public License as published by
19790   the Free Software Foundation, either version 3 of the License, or
19791   (at your option) any later version.
19792
19793   GNU Emacs is distributed in the hope that it will be useful,
19794   but WITHOUT ANY WARRANTY; without even the implied warranty of
19795   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19796   GNU General Public License for more details.
19797
19798   You should have received a copy of the GNU General Public License
19799   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19800
19801 ;; Local Variables:
19802 ;; coding: utf-8
19803 ;; fill-column: 79
19804 ;; add-log-time-zone-rule: t
19805 ;; End: