gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
[gnus] / lisp / ChangeLog
1 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4
5 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-sum.el (gnus-summary-respool-article): The completion function
8         expects a list instead of an alist.
9
10         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
11         string as the parameter.
12
13         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
14
15         * shr.el (shr-stylesheet): New dynamic variable for cascading the
16         styles.
17         (shr-colorize-region): New function.
18         (shr-insert-background-overlay): Remove.
19         (shr-render-td): Background setting should be taken care of on a higher
20         level.
21         (shr-tag-body): Use post-hoc colorizations.
22         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
23         (shr-put-color-1): Don't overwrite old colors.
24         (shr-colorize-region): When the background color isn't explicit, use
25         a fixed background.
26
27         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
28         nnmail variables.
29
30 2010-12-05  Bjørn Mork  <bjorn@mork.no>
31
32         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
33         unless necessary.
34
35 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
38         server.
39
40 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
43         so that TAB works.
44
45         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
46         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
47
48         * shr.el (shr-urlify): Show the URL before the title to avoid
49         misleading URLs.
50
51 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
52
53         * shr.el (shr-urlify): Display the title in <a> tags.
54
55 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
56
57         * nnir.el (nnir-categorize): Replace mapcar with mapc.
58
59 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
60
61         * nnir.el: Rearrange code to allow macros to be autoloaded by
62         gnus-sum.el.
63         (nnir-retrieve-headers-override-function): Make this variable
64         customizable.
65         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
66
67         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
68         from nnir.el.
69
70 2010-12-03  Julien Danjou  <julien@danjou.info>
71
72         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
73
74 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
77         allow optional argument `environment'.
78
79 2010-12-03  Glenn Morris  <rgm@gnu.org>
80
81         * mm-extern.el (message-goto-body): Update declaration.
82
83 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-util.el (gnus-macroexpand-all): New function.
86
87         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
88         instead of macroexpand-all that is unavailable in XEmacs.
89
90 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
91
92         * nnir.el (nnir-summary-line-format): New variable.
93         (nnir-mode): Use it.
94         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
95         (nnir-article-ids): Reimplement as defsubst.
96         (nnir-retrieve-headers): Don't mangle the subject header.
97         (nnir-run-imap): Use 100 as RSV score.
98         (nnir-run-find-grep): Fix for full server searching.
99         (nnir-run-gmane): Better restriction to gmane groups.
100
101         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
102         summary buffers.
103
104 2010-12-02  Julien Danjou  <julien@danjou.info>
105
106         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
107
108         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
109
110         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
111         support.
112
113 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
114
115         * nnir.el: Update to handle the registry better.
116         (autoload): Silence byte-compiler.
117         (nnir-open-server): Add a hook for nnir groups.
118         (nnir-request-move-article): Don't mangle the header. Better to use
119         formating variables (which will be added in the future).
120         (nnir-registry-action): Update the registry using the original article
121         group name.
122         (nnir-mode): Install nnir-specific hooks for updating the registry.
123
124         * gnus-sum.el
125         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
126         obsolete variables.
127         (gnus-summary-move-article): Remove use of obsolete variables.
128         (gnus-summary-local-variables): Make move and delete hooks local to
129         summary buffers.
130
131 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * rtree.el: New file.
134
135 2010-12-01  Julien Danjou  <julien@danjou.info>
136
137         * message.el (message-user-organization): Do not use
138         gnus-local-organization.
139
140         * gnus.el: Remove gnus-local-organization.
141
142         * gnus-msg.el: Remove nastygram thing.
143
144 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
145
146         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
147         funcall.
148
149 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
152         names.
153
154         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
155         characters.
156
157         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
158         to t of inhibit-read-only since it is inside gnus-with-article-headers.
159         Suggested by Štěpán Němec <stepnem@gmail.com>.
160         (gnus-gravatar-transform-address): Use mail-extract-address-components
161         that supports non-ASCII names rather than mail-header-parse-addresses.
162
163 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * proto-stream.el (open-protocol-stream): All starttls connections are
166         handled by the network handler.
167
168 2010-11-30  Julien Danjou  <julien@danjou.info>
169
170         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
171         (nnimap-open-connection-1): Fix PREAUTH.
172
173         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
174
175 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
178         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
179         (shr-insert): Use them.
180         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
181
182 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
183
184         * nnir.el (nnir-request-move-article): Bail out if original group
185         doesn't support article moves.
186         (nnir-get-active): Improve active list retrieval.
187
188 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * shr.el (shr-find-fill-point): Don't break before apostrophes.
191
192 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
193
194         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
195         seem to accept strings-with-numbers as port numbers,
196
197 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
198
199         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
200         change the registry.
201
202 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
205         delete-dups that is not available in XEmacs 21.4.
206
207         * mm-util.el (mm-delete-duplicates): Add comment.
208
209 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
210
211         * nnir.el (nnir-ignored-newsgroups): New variable.
212         (nnir-get-active): Use it.
213
214 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * proto-stream.el (proto-stream-open-network): Add some comments.
217
218         * nntp.el (nntp-open-connection): Provide a :success condition.
219
220         * nnimap.el (nnimap-open-connection-1): Ditto.
221
222         * proto-stream.el (proto-stream-open-network): See what the response to
223         the STARTTLS command is.
224
225         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
226         backwards compatibility).
227         (nnimap-open-connection-1): Really respect nnimap-server-port.
228
229         * proto-stream.el (proto-stream-open-network): When doing opportunistic
230         TLS upgrades we don't really care about the identity of the peer.
231         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
232         that what we've checked for.
233         (proto-stream-always-use-starttls): Only default to t if
234         open-gnutls-stream exists.
235         (proto-stream-open-network): If STARTTLS failed, then just open a
236         normal connection.
237         (proto-stream-open-network): Wait until the greeting before doing
238         STARTTLS.
239
240         * nntp.el (nntp-open-connection): Report what the connection error is.
241
242         * proto-stream.el (open-protocol-stream): Renamed from
243         open-proto-stream.
244
245 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * nnimap.el (nnimap-stream): Change default to `undecided'.
248         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
249         first, and then network.
250         (nnimap-open-connection-1): Respect nnimap-server-port.
251         (nnimap-open-connection): Be more backwards-compatible.
252
253         * proto-stream.el (proto-stream-always-use-starttls): New variable.
254         (proto-stream-open-starttls): De-duplicate the starttls code.
255         (proto-stream-open-starttls): Folded back into the main function.
256         (proto-stream-open-network): Fix typo in the gnutls path.
257         (proto-stream-command): Refactor out.
258
259         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
260
261         * proto-stream.el (proto-stream-open-starttls): Actually implement the
262         starttls.el STARTTLS.
263
264         * color.el (color-lab->srgb): Fix function call name.
265
266         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
267         if we're using tls.el.
268         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
269         built in, then don't try to establish a STARTTLS connection.
270
271         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
272         servers.
273
274         * proto-stream.el (open-proto-stream): Use network, not stream.
275         (open-proto-stream): Add a way to specify what the end of a command is.
276
277         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
278         connections types.
279         (nntp-open-network-stream): Remove.
280         (nntp-open-ssl-stream): Remove.
281         (nntp-open-tls-stream): Remove.
282         (nntp-ssl-program): Remove.
283
284         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
285
286 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
287
288         * nnir.el: Fix typos.
289         (nnir-retrieve-headers-override-function): Rename variable to reflect
290         new semantics.
291         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
292         macros.
293         (nnir-request-article, nnir-request-move-article): Use them.
294         (nnir-categorize): New function.
295         (nnir-run-query): Use it.
296         (nnir-retrieve-headers): Rewrite to batch header retrieval.
297         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
298         sorted.
299         (nnir-group-full-name): Use gnus-group-full-name instead.
300         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
301         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
302
303 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
306
307         * proto-stream.el: New library to provide protocol-specific
308         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
309         protocols.
310         (open-proto-stream): Complete the documentation.
311         (proto-stream-open-network): Fix some typos.
312
313         * nnimap.el (nnimap-open-connection): Use it.
314
315 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
316
317         * pop3.el (pop3-open-server): Read server greeting before starting TLS
318         negotiation.
319
320 2010-11-26  Julien Danjou  <julien@danjou.info>
321
322         * color.el: Rename various rgb functions to srgb.
323
324 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
327         names.
328
329 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * shr.el (shr-insert): Revert last change.
332         (shr-find-fill-point): Never leave point being at bol;
333         relax the kinsoku limitation when rendering tables.
334
335 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
338         results from -accept-article.
339
340         * shr-color.el: Require cl when compiling.
341
342         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
343         checkin.
344
345         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
346
347         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
348
349         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
350         'add and 'delete to set backend marks.
351
352         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
353
354         * nnheader.el (nnheader-update-marks-actions): Refactor out.
355
356         * nntp.el (nntp-request-set-mark): Use it.
357
358         * nnfolder.el (nnfolder-request-set-mark): Ditto.
359
360         * nnml.el (nnml-request-set-mark): Ditto.
361
362         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
363         introduces regressions in article selection.
364         (nnimap-find-uid-response): New function.
365         (nnimap-request-accept-article): Use the UID returned, if any.
366         (nnimap-request-move-article): Use the UID returned, if any.
367         (nnimap-get-groups): Reimplement to work with folded lines.
368         (nnimap-find-uid-response): The UID is the last element in the list.
369         (nnimap-request-set-mark): Extend syntax with 'set.
370
371         * nnml.el (nnml-request-set-mark): Ditto.
372
373         * nnfolder.el (nnfolder-request-set-mark): Ditto.
374
375         * nntp.el (nntp-request-set-mark): Ditto.
376
377 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * message.el (message-called-interactively-p): A temporary macro.
380         (message-goto-body): Use it temporarily.
381
382 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
385         (nnimap-last-response-string): Unfold quoted lines, if they exist.
386         (nnimap-last-response-string): Fix last unfolding fix.
387
388 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * shr.el (shr-insert): Fix the way to fold lines.
391
392 2010-11-25  Julien Danjou  <julien@danjou.info>
393
394         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
395
396         * color.el: Rename from color-lab.el
397         (color-rgb->hex): Add.
398         (color-complement): Add.
399         (color-complement-hex): Add.
400
401         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
402
403 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * shr-color.el (shr-color-visible): Don't bug out if the colour names
406         don't exist.
407
408 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
411         assuming that article displaying or another mml-preview may be
412         interrupted for an error or for the like.
413
414         * shr.el (shr-get-background): Fix argument name.
415
416 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
419
420         * gnus-sum.el (gnus-summary-include-articles): New function.
421
422         * message.el (message-goto-body): called-interactively-p needs a
423         parameter, so use `any'.
424
425         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
426         clear marks before moving, since they're synced from the Gnus side
427         first.
428
429         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
430         (gnus-summary-move-article): Copy over all marks before moving, so that
431         IMAP doesn't think a new article has arrived.
432
433 2010-11-24  Julien Danjou  <julien@danjou.info>
434
435         * shr.el (shr-insert-background-overlay): Fix typo.
436         (shr-render-td): Copy the background before rendering.
437
438         * shr-color.el (shr-color-visible): Fix docstring.
439
440         * shr.el (shr-tag-table): Add bgcolor support.
441         (shr-render-td): Add bgcolor support.
442         (shr-get-background): Add.
443         (shr-insert-foreground-overlay): Use shr-get-background.
444
445         * message.el (message-goto-body): Use called-interactively-p.
446         (message-in-body-p): message-goto-body returns point.
447
448 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
451         Fixes something or other in Emacs 23, and is backwards compatible.
452
453         * message.el (message-goto-body): Remove the <#secure special-casing,
454         which is too special.
455
456         * shr.el (shr-parse-style): Drop !important from styles.
457
458 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
459
460         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
461         this function to return incorrect results when calling it with an
462         explicit article argument different from
463         (gnus-summary-article-number).
464
465 2010-11-24  Julien Danjou  <julien@danjou.info>
466
467         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
468         (shr-tag-body): Add background support.
469         (shr-descend): Add background support.
470         (shr-tag-title): Add.
471
472         * shr-color.el (shr-color-visible): Really return original background
473         if fixed.
474
475 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-color-check): Protect against non-existant colour names.
478
479 2010-11-24  Julien Danjou  <julien@danjou.info>
480
481         * color-lab.el: Require 'cl when compiling.
482
483         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
484
485         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
486         matched part.
487
488         * color-lab.el: Fix all expt calls to use float type.
489
490 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
493         expression to shr-color-check as is.
494
495         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
496
497         * color-lab.el: Add coding cookie.
498         (float-pi): Use eval-and-compile.
499
500         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
501         compiled for Emacsen having no `libxml-parse-html-region' support.
502
503 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * shr.el (shr-insert-color-overlay): Split stuff like
506         "#444444 !important" to find the real colour.
507         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
508         parse <font color="red"> entries.
509
510 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
511
512         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
513         point when parsing headers.
514
515         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
516         is positioned properly when parsing headers.
517
518 2010-11-23  Julien Danjou  <julien@danjou.info>
519
520         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
521
522         * shr-color.el (shr-color->hexadecimal): Add support for color names.
523
524         * shr.el (shr-parse-style): Replace \n with space in style parsing.
525
526         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
527         shr-color-hue-to-rgb.
528         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
529
530 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * shr.el (shr-color->hexadecimal): Autoload.
533         (shr-descend): Add color to all tags.
534
535 2010-11-22  Julien Danjou  <julien@danjou.info>
536
537         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
538         shr-color->hexadecimal.
539
540         * shr-color.el (shr-color->hexadecimal): Add converting functions for
541         RGB() or HSL() color representation.
542
543         * shr.el (shr-tag-font): Add.
544         (shr-tag-color-check): New function to get better colors.
545         (shr-tag-insert-color-overlay): Factorize code between tag-font and
546         tag-span.
547
548         * shr-color.el: New file.
549
550         * color-lab.el: New file.
551
552         * gnus-art.el (gnus-url-mailto): Do not downcase args.
553
554 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
555
556         * nnir.el: Fix typo in comments.
557         (nnir-run-imap): Simplify code. No need to reverse artlist.
558         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
559
560 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
563
564         * nnimap.el (nnimap-get-capabilities): Refactor out.
565         (nnimap-open-connection): Re-request capabilities after STARTTLS.
566
567 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
568
569         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
570         appearing when `mm-uu-hide-markers' is nil.
571
572 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * nnimap.el (nnimap-unselect-group): Make into its own function.
575         (nnimap-request-rename-group): Unselect group before renaming.
576         This had gotten lost somewhere.
577         (nnimap-request-accept-article): Keep track of examined groups, and
578         unselect the group before APPENDing to read-only groups.
579         (nnimap-request-move-article): Clear flags before moving so that they
580         can be re-set later.
581
582 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
585         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
586
587 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-art.el (gnus-mime-display-single)
590         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
591         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
592         parameter.
593
594 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
597         (shr-table-vertical-line): New variable.
598         (shr-insert-table): Use it.
599
600 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-html.el (gnus-html-wash-images): Don't display images if
603         gnus-inhibit-images is non-nil; register displayer for cid images.
604         (gnus-html-display-image): Work for cid image.
605         (gnus-html-insert-image): Allow arguments.
606         (gnus-html-put-image): Inhibit read-only.
607         (gnus-html-prefetch-images): Don't prefetch images if
608         gnus-inhibit-images is non-nil.
609
610 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * shr.el (shr-put-image): Break lines when inserting big pictures.
613
614 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
615
616         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
617         sender, thanks Katsumi Yamaoka.
618
619 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
620
621         * nnir.el (nnir-run-imap): Reverse the article list for each group
622         rather than the whole list.
623
624 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * shr.el (shr-image-displayer): Protect function against non-existent
627         image source.
628
629         * gnus-art.el (gnus-inhibit-images): New user option.
630         (gnus-mime-display-single): Don't display image if it is non-nil.
631
632         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
633         gnus-inhibit-images.
634
635         * shr.el (shr-image-displayer): New function.
636         (shr-tag-img): Use it.
637
638 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
639
640         * mml2015.el (mml2015-epg-sign): Use From header.
641
642 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-html.el (gnus-html-wash-images): Register a displayer.
645
646         * gnus-util.el (gnus-find-text-property-region): Return markers.
647
648         * shr.el (shr-tag-img): Put a displayer in the text property.
649
650         * gnus-util.el (gnus-find-text-property-region): New utility function.
651
652         * gnus-html.el (gnus-html-display-image): Make the alt optional.
653         (gnus-html-show-images): Remove.
654
655         * gnus-art.el (gnus-article-show-images): New, more general function.
656
657         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
658         image url text properties.
659
660         * shr.el: Ditto.
661
662         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
663         gnus-agent-auto-agentize-methods is set.  Which it isn't.
664
665 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
668         work for two or more articles.
669
670 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
673         divide an image that's in an html article to two or more when washing
674         non-ASCII characters in alt text of it.
675
676 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
679         smime-decrypt-region using function argument.
680         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
681
682         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
683
684         * smime.el (smime-decrypt-region): Catch it.
685
686 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * smime.el (smime-mode-map): Move initialization into declaration.
689         (gnus-run-mode-hooks): Don't autoload.
690         (smime-mode): Use define-derived-mode.
691
692 2010-11-11  Glenn Morris  <rgm@gnu.org>
693
694         * smime.el (from): Restrict declaration to XEmacs.
695
696         * nnir.el (gnus-group-topic-name): Autoload.
697
698 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * shr.el (shr-insert): Don't break long line if it is because of
701         kinsoku-bol characters in the line end.
702
703 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
704
705         * nnir.el (nnir-request-move-article): Fix to provide original group
706         and subject.
707         (nnir-warp-to-article): Don't fail on articles whose headers haven't
708         been retrieved.
709
710         * gnus-sum.el (gnus-summary-move-article): Use original group and
711         subject for virtual articles such as those in an nnir summary buffer.
712
713 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
716         least 21.5).
717
718         * smime.el (from): Declare it again for XEmacs.
719
720 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * message.el (message-resend): Don't disable encoding unless it's
723         already encoded.
724
725         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
726         low-numbered articles.
727
728 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * rfc2047.el (rfc2047-syntax-table): Simplify.
731
732         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
733
734         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
735         set-char-table-range for XEmacs.
736
737 2010-11-10  Glenn Morris  <rgm@gnu.org>
738
739         * time-date.el (time-to-seconds): Always an alias on Emacs,
740         never a real function.
741         (with-no-warnings): Remove compat stub, now unused.
742         (time-less-p): Doc fix.
743         (time-to-number-of-days): Simplify.
744
745         * smime.el (from): Remove unused declaration.
746
747         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
748         (gnus-float-time): On Emacs, always an alias.
749
750         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
751         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
752
753 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * dgnushack.el: Don't use ignore-errors in the top level form since it
756         is unavailable in XEmacs even if cl is loaded.
757
758         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
759
760 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * shr.el (browse-url-mailto): Autoload.
763
764         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
765
766         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
767         regexp doesn't need quoting.
768
769 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
770
771         * message.el (message-subject-trailing-was-ask-regexp)
772         (message-subject-trailing-was-regexp): Match was: in addition to was.
773
774 2010-11-09  Glenn Morris  <rgm@gnu.org>
775
776         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
777         (nnbabyl-check-mbox): Use point-at-bol.
778
779 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
782
783         * message.el (message-mailto): New function.
784         (message-mailto): Should accept other parameters.
785         (message-mailto): Remove since it duplicates browse-url-mailto
786         functionality.
787
788 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
791         methods.
792         (gnus-read-active-file): Ditto.
793
794         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
795         ": " from the prompt.
796         (gnus-group-make-group): Ditto.
797
798 2010-11-07  Glenn Morris  <rgm@gnu.org>
799
800         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
801         (gnus-bookmark-kill-line): Use point-at-eol.
802
803 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
806         asterisks in From header.
807
808 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
811         string to avoid making the From headers syntactically invalid.
812
813         * message.el (message-send-mail): Don't insert courtesy messages if the
814         message already has List-Post and List-ID messages.
815
816 2010-11-06  Glenn Morris  <rgm@gnu.org>
817
818         * gnus-art.el (gnus-treat-article): Give dynamic local variables
819         `condition', `type', `length' a prefix.
820         (gnus-treat-predicate): Update for above name changes.
821
822 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
823
824         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
825         binding.  Handled by `gnus-summary-refer-thread' instead.
826         (nnir-warp-to-article): New backend function.
827
828         * nnimap.el (nnimap-request-thread): Force dependency updating.
829
830         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
831         (gnus-summary-refer-thread): Rework to improve thread-referral.
832
833         * gnus-int.el (gnus-warp-to-article): New function.
834
835         * gnus-sum.el (gnus-summary-article-map): Bind it.
836
837 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
838
839         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
840         gnus-summary-refer-thread.
841
842         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
843         headers.
844         (gnus-summary-limit-include-thread): Prevent articles in thread from
845         being cut in gnus-cut-threads.
846         (gnus-summary-refer-thread): Limit retrieved headers to those in
847         thread.
848
849 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * message.el (message-send-mail): Use the value of
852         message-courtesy-message from the message buffer.
853
854         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
855
856         * shr.el (shr-browse-url): Implement mailto: URLs.
857
858         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
859         "raw".
860
861         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
862         if it's already selected.
863
864         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
865
866 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
869         to measure the length and truncate alt text.
870
871 2010-11-03  Glenn Morris  <rgm@gnu.org>
872
873         * nndiary.el (nndiary-generate-nov-databases-1)
874         (nndiary-generate-active-info): Rename dynamic variable `files' to
875         something less generic.
876
877 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
878
879         * nnir.el (nnir-request-move-article): Call the underlying backend to
880         move articles from nnir.
881
882 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
885
886 2010-11-02  Julien Danjou  <julien@danjou.info>
887
888         * nnir.el: Remove wais support.
889
890 2010-11-02  Glenn Morris  <rgm@gnu.org>
891
892         * gnus-html.el: Reorder requirements to quieten compiler.
893
894 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
897         properly for XEmacs as well.
898         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
899         (gnus-article-natural-long-line-p): Use window-width rather than
900         frame-width.
901
902 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
903
904         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
905         (nnir-read-parms): Don't modify query.
906         (nnir-run-query): Add ability to search topic on current line.
907         (nnir-get-active): Clean up.
908
909 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
912         degenerate articles.
913
914         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
915         (gnus-print-buffer): Just print the buffer as is, without any copying
916         to a buffer and then re-highlighting.
917
918         * nnimap.el (nnimap-request-group): Store the new updated info.
919         (nnimap-request-group): Select the group when we don't know whether it
920         exists or not.
921
922         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
923         groups.
924
925         * gnus-group.el (gnus-group-find-new-groups): Display all the new
926         groups.
927
928         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
929         groups.
930
931         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
932         long-lines case by only filling the long lines.
933
934         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
935         (bug #7311).
936
937 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * shr.el: No need to declare `declare-function' since shr.el is for
940         only Emacsen that provide `libxml-parse-html-region'.
941
942         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
943         effective only in a file it is referred to.
944
945 2010-11-01  Glenn Morris  <rgm@gnu.org>
946
947         * mm-util.el (gnus-completing-read): Autoload.
948         (mm-read-coding-system): Simplify Emacs definition.
949
950         * nnmail.el (gnus-activate-group):
951         * nnimap.el (gnutls-negotiate):
952         * nntp.el (netrc-parse): Fix declarations.
953
954 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
957         string-match-p in Emacs >=23.
958
959         * gnus-msg.el (gnus-configure-posting-styles)
960         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
961
962 2010-11-01  Glenn Morris  <rgm@gnu.org>
963
964         * nnir.el (declare-function): Add compat stub.
965         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
966         (nnir-run-gmane): Require 'mm-url.
967
968         * mm-util.el (mm-string-to-multibyte): Simplify.
969
970         * shr.el (declare-function): Add compat stub.
971         (url-cache-create-filename): Declare.
972         (mm-disable-multibyte, widget-convert-button): Autoload.
973
974         * smime.el (ldap-search): Declare.
975         (smime-cert-by-ldap-1): Require ldap on Emacs.
976
977         * nnimap.el: Require nnmail, and gnus-sum when compiling.
978         (nnimap-keepalive): Use gnus-float-time.
979
980         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
981         (mail-source-delete-crash-box): Use gnus-float-time.
982
983         * gnus-dired.el (gnus-completing-read): Autoload.
984
985         * mm-view.el (gnus-rescale-image): Autoload.
986
987         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
988
989         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
990
991         * sieve-manage.el: Require 'cl when compiling.
992
993         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
994         (gnus-iswitchb-completing-read): Require iswitchb.
995         (gnus-select-frame-set-input-focus): Silence compiler.
996
997 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * message.el (message-subject-trailing-was-query): Change default to t,
1000         since I think that's what most people want.
1001
1002         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1003         appending for easier debugging.
1004         (nnimap-wait-for-connection): Take a regexp.
1005         (nnimap-request-accept-article): Wait for the continuation line before
1006         sending anything unless we're streaming.
1007
1008         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1009         leave the header washing to take place.
1010
1011 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1012
1013         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1014         regular expression match and replace in posting styles.
1015
1016 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1017
1018         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1019         an entire server.
1020         (nnir-get-active): New function.
1021         (nnir-run-imap): Use it.
1022         (nnir-run-gmane): Who knew, gmane search returns an article score!
1023
1024         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1025         server on the current line with nnir.
1026
1027 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1030         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1031         left edge.
1032         (gnus-article-foldable-buffer): Skip past the prefix when determining
1033         raggedness.
1034
1035         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1036         the raw article, and change `C-u g' to show the article without doing
1037         treatments.
1038
1039         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1040         on to `gnus-treat-article'.
1041         (gnus-inhibit-article-treatments): New variable.
1042
1043         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1044
1045         * gnus-art.el (gnus-treatment-function-alist): Have
1046         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1047         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1048         sections.
1049
1050         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1051         parameter.
1052         (gnus-article-fill-cited-long-lines): New function.
1053         (gnus-article-fill-cited-article): Allow filling only long sections.
1054
1055         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1056         and non-punctuation (like after the apostrophe in "'We").
1057
1058         * gnus-sum.el (gnus-summary-select-article): Make sure
1059         gnus-original-article-buffer is alive.
1060
1061         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1062         reflect the order they're in in the digest.
1063
1064         * gnus.el (gnus-group-startup-message): Move point to the start of the
1065         buffer.
1066
1067         * nnimap.el (nnimap-capability): New function.
1068         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1069         is set.
1070
1071 2010-10-31  David Engster  <dengste@eml.cc>
1072
1073         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1074         conform with changes to gnus-completing-read.
1075
1076 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1079
1080 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1081
1082         * nnir.el: Move defvar, defcustom around to keep file organized
1083         and keep byte-compiler quiet.
1084         (nnir-read-parms): Accept search-engine as arg.
1085         (nnir-run-query): Pass search-engine as arg.
1086         (nnir-search-engine): Remove.
1087
1088 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * shr.el (shr-generic): The text nodes should be text, not :text.
1091
1092         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1093         later in the file.
1094
1095 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1096
1097         * nnir.el: General clean up.  Allow searching with multiple engines.
1098         Allow separate extra-parameters for each engine.
1099         Batch queries when possible.
1100         (nnir-imap-default-search-key,nnir-method-default-engines):
1101         Add customize interface.
1102         (nnir-run-gmane): New engine.
1103         (nnir-engines): Use it.  Qualify all prompts with engine name.
1104         (nnir-search-engine): Remove global variable.
1105         (nnir-run-hyrex): Restore for now.
1106         (nnir-extra-parms,nnir-search-history): New variables.
1107         (gnus-group-make-nnir-group): Use them.
1108         (nnir-group-server): Remove in favor of gnus-group-server.
1109         (nnir-request-group): Avoid searching twice.
1110         (nnir-sort-groups-by-server): New function.
1111
1112 2010-10-30  Julien Danjou  <julien@danjou.info>
1113
1114         * gnus-group.el: Remove gnus-group-fetch-control.
1115
1116         * gnus-start.el (gnus-find-new-newsgroups):
1117         Remove gnus-check-first-time-used.
1118
1119         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1120
1121 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1122
1123         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1124         set on groups that don't have \* permanentflags.
1125
1126 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1129         control the background color.
1130         (shr-tag-img): Ignore very small web bug type images.
1131         (shr-put-image): Add help-echo alt texts to the images.
1132         (shr-tag-video): Show the video poster image.
1133
1134 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * shr.el (shr-table-depth): New variable.
1137         (shr-tag-table-1): Only insert the images after the top-level table.
1138
1139         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1140
1141         * gnus-util.el (gnus-list-memq-of-list): New function.
1142
1143         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1144         selected.
1145         (nnimap-unsplittable-articles): New slot.
1146         (nnimap-new-articles): Use it.
1147
1148 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1149
1150         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1151         move to the previous line on `M-g'.
1152
1153 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1156         *-request-group, which seems unnecessary.
1157
1158         * nnimap.el (nnimap-quote-specials): Function copied over from
1159         imap.el.
1160         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1161         they support that.  Suggested by Tom Regner.
1162
1163 2010-10-29  Julien Danjou  <julien@danjou.info>
1164
1165         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1166         defalias.
1167         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1168
1169         * gnus.el: Remove `gnus-nntp-service' variable.
1170         (gnus-secondary-servers): Make obsolete.
1171         (gnus-nntp-server): Make obsolete.
1172
1173         * gnus-start.el (gnus-1): Remove x-splash calls.
1174
1175         * gnus-ems.el (gnus-x-splash): Remove.
1176
1177         * gnus.el (gnus-group-startup-message): Simplify/update code.
1178
1179         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1180         definition.
1181
1182         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1183         capability before doing anything.
1184         (gnus-group-insert-group-line): Remove useless
1185         gnus-group-remove-excess-properties.
1186
1187 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1190
1191 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1194         config after reselecting.
1195
1196 2010-10-28  Julien Danjou  <julien@danjou.info>
1197
1198         * shr.el (shr-put-image): Use point even if only inserting text.
1199         (shr-put-image): Save excursion when inserting alt text on non-graphic
1200         display, so the behaviour is the same when we are on a graphic display.
1201
1202         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1203
1204 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1207         (gnus-mime-copy-part): Check coding system, not charset.
1208         (gnus-mime-view-part-externally): Never remove part.
1209         (gnus-mime-view-part-internally): Don't remove part here.
1210         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1211         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1212         multipart/alternative.
1213
1214         * mm-decode.el (mm-display-part): Take optional arg `force'.
1215
1216 2010-10-26  Julien Danjou  <julien@danjou.info>
1217
1218         * gnus-group.el (gnus-group-default-list-level): Add this function to
1219         compute the default list level.
1220         (gnus-group-default-list-level): Add possibility to use a function.
1221
1222 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1225
1226         * gnus-group.el (gnus-group-completing-read)
1227         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1228         gnus-replace-in-string.
1229
1230 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * shr.el (shr-tag-div): Add.
1233
1234         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1235
1236 2010-10-25  Julien Danjou  <julien@danjou.info>
1237
1238         * gnus-util.el: Remove `gnus-with-local-quit'.
1239
1240         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1241
1242 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1245         the original article buffer.
1246
1247 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * nnimap.el (nnimap-request-head): New function.
1250         (nnimap-request-move-article): Try to be slighly faster by not
1251         requesting the entire message when moving.
1252         (nnimap-transform-headers): Don't bug out on bodiless articles.
1253         (nnimap-send-command): Have no outstanding messages if the IMAP server
1254         doesn't support streaming.
1255         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1256
1257 2010-10-24  Julien Danjou  <julien@danjou.info>
1258
1259         * message.el (message-default-headers): Fix type.
1260
1261 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1264         prefetching images.
1265
1266         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1267         backend for unknown groups.  This is mainly useful for nnimap groups.
1268
1269         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1270         group isn't covered by the agent.
1271
1272 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1273
1274         * nnir.el (nnir-method-default-engines): New variable.
1275         (nnir-run-query): Use it.
1276         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1277         (gnus-summary-nnir-goto-thread): Change group if needed.
1278
1279         * gnus-group.el (gnus-group-group-map): Add key binding for
1280         gnus-group-make-nnir-group.
1281
1282 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * shr.el (shr-tag-object): Add.
1285
1286         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1287         original article buffer live.
1288         (gnus-summary-select-article-buffer):
1289         Mention gnus-widen-article-buffer.
1290
1291 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * shr.el (shr-tag-strong): Add.
1294
1295 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1298         group names.  They mess up the group buffer badly.
1299
1300         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1301
1302         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1303         instead of the summary one.
1304
1305 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * mml.el (mml-preview): Work properly when editing article.
1308
1309         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1310         gnus-have-read-active-file if it's already been in.
1311
1312 2010-10-22  Tom Tromey  <tromey@redhat.com>
1313
1314         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1315         gnus-group-completing-read.
1316
1317 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * message.el (message-mode-map): Don't bind M-; to comment region, to
1320         allow the global comment-dwim to work.
1321
1322 2010-10-21  Julien Danjou  <julien@danjou.info>
1323
1324         * message.el (message-setup-1): Allow message-default-headers to be a
1325         function.
1326
1327 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * shr.el (shr-tag-table): Simplify.
1330
1331 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1334         to avoid trying to snarf invalid stuff.
1335
1336         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1337
1338         * gnus.el (gnus-message-archive-group): Quote value.
1339         (gnus-message-archive-group): Mark as changed.
1340
1341         * shr.el (shr-add-font): Don't put the font properties on the newline
1342         or the indentation.
1343
1344         * message.el (message-fix-before-sending): Change options when sending
1345         non-printable characters.
1346
1347         * gnus.el (gnus-message-archive-method): Change the default to
1348         monthly outgoing groups.
1349
1350         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1351         that have gotten new numbers.
1352
1353         * nnimap.el (nnimap-request-replace-article): New function.
1354
1355 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1358         (nnrss-request-article): Don't use special html washing code.
1359
1360 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * shr.el (shr-tag-table): Remove useless nconc.
1363
1364 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-art.el (article-wash-html): Simplify and remove the charset
1367         stuff.  Use the normal html rendering code instead of the special html
1368         washing code.
1369
1370         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1371         `gnus-w3m' symbols.
1372         (mm-text-html-washer-alist): Remove.
1373
1374         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1375         (mm-inline-media-tests): Remove use.
1376         (mm-text-html-renderer): Change default to the `shr' symbol.
1377
1378         * mm-view.el (mm-inline-text-html): Remove use.
1379
1380         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1381         `gnus-blocked-images' to be a function.
1382         (gnus-article-wash-function): Remove.
1383
1384 2010-10-20  Julien Danjou  <julien@danjou.info>
1385
1386         * spam.el (spam-list-of-processors): Mark as obsolete.
1387
1388         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1389         (nnimap-insert-partial-structure): Fix boundary detection.
1390
1391 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1392
1393         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1394         run file-truename on remote files.  This can be expensive and even
1395         prevent one from editing drafts if some unrelated buffer has a stale
1396         connection.
1397
1398 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1401         kinsoku-eol regardless of shr-kinsoku-shorten.
1402         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1403         (shr-tag-table): Support caption, thead, and tfoot.
1404
1405 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1408         lines.
1409         (shr-save-contents): New command and keystroke.
1410
1411         * nndoc.el (nndoc-type-alist): Add git support.
1412         (nndoc-git-type-p): New function.
1413         (nndoc-transform-git-article): Ditto.
1414         (nndoc-transform-git-headers): Ditto.
1415         (nndoc-transform-git-headers): Generate Subject headers.
1416
1417         * shr.el (shr-parse-style): New function.
1418         (shr-tag-span): Ditto.
1419
1420         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1421         to `G G' to avoid collisions.
1422
1423 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * shr.el: Load kinsoku if necessary.
1426         (shr-kinsoku-shorten): New internal variable.
1427         (shr-find-fill-point): Make kinsoku shorten text line if
1428         shr-kinsoku-shorten is bound to non-nil.
1429         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1430         shr-indentation too when testing if table is wider than frame width.
1431         (shr-insert-table): Use `string-width' instead of `length' to measure
1432         text width.
1433         (shr-insert-table-ruler): Make sure indentation is done at bol.
1434
1435 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1436
1437         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1438         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1439         undecoded network data.
1440
1441 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1444         name in the mode line spec so that the mode line menu works
1445         (bug #2431).
1446
1447         * message.el (message-get-reply-headers): If we're fed `to-address',
1448         then always use that.
1449
1450         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1451         aren't so wide as to need to switch off the edit menu.
1452
1453         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1454         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1455
1456         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1457         `M-g'.
1458         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1459         the permanent marks.
1460
1461 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1462
1463         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1464         Splitting according to references/in-reply-to obeys the ignore-groups
1465         variable, while splitting by sender and subject do not.
1466
1467 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1470         alist, so that we can look for non-Unicode chars.
1471         (article-translate-strings): Allow both character and string maps.
1472
1473 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * shr.el (shr-insert): Don't insert space behind a wide character
1476         categorized as kinsoku-bol, or between characters both categorized as
1477         nospace.
1478
1479 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1480
1481         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1482         headers to gnus-newsgroup-headers.
1483
1484 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * shr.el (shr-tag-img): Don't align images -- since we're not
1487         rescaling, this often leads to ugly displays.
1488
1489 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1492         duplicates.
1493
1494 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1495
1496         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1497         call.
1498
1499 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus.el: Autoload gnus-html-show-images.
1502
1503         * nnimap.el: Use nnheader-message throughout.
1504
1505         * shr.el (shr-tag-img): Ignore images with no data.
1506
1507 2010-10-15  Julien Danjou  <julien@danjou.info>
1508
1509         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1510         a possibility to disable format=flow encoding when using hard newlines.
1511
1512 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * shr.el (shr-insert): Remove space inserted before or after a
1515         breakable character or at the beginning or the end of a line.
1516         (shr-find-fill-point): Do kinsoku; find the second best point or give
1517         it up if there's no breakable point.
1518
1519 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnimap.el (nnimap-open-connection): Message when opening connection
1522         for debugging purposes.
1523
1524         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1525         on every setup buffer call to allow this to change from article to
1526         article.
1527
1528         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1529         buffers where we have a wide table.
1530
1531 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1532
1533         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1534         uses *-request-thread.
1535
1536 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1539         incantation, which is no longer valid.
1540
1541 2010-10-14  Julien Danjou  <julien@danjou.info>
1542
1543         * shr.el: Fix defcustom type (char -> character).
1544
1545 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1548         programs.
1549
1550 2010-10-14  Julien Danjou  <julien@danjou.info>
1551
1552         * shr.el (shr-tag-a): Use url-link as widget type.
1553
1554         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1555         `gnus-group-get-icon'.
1556
1557 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1560         This should make server editing work better.
1561
1562         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1563
1564         * tls.el (tls-program): Remove spurious %s from openssl.
1565
1566         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1567         (nnimap-parse-flags): Fix regexp.
1568
1569         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1570         probably work for CJVK text, too.
1571
1572         * nnimap.el (nnimap-extend-tls-programs): Remove.
1573         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1574
1575         * tls.el (tls-starttls-switches): Remove starttls hack.
1576         (open-tls-stream): Ditto.
1577         (tls-find-starttls-argument): Ditto.
1578
1579 2010-10-13  Julien Danjou  <julien@danjou.info>
1580
1581         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1582         responses.
1583
1584 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1587
1588         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1589         anything in Emacs.
1590
1591         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1592
1593 2010-10-13  Julien Danjou  <julien@danjou.info>
1594
1595         * shr.el (shr-width): Make shr-width a defcustom with default to
1596         fill-column.
1597         (shr-tag-img): Use shr-width rather than fill-column.
1598
1599 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * dgnushack.el (byte-optimize-apply)
1602         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1603
1604         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1605         position when (X-)Faces exist.
1606         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1607         avatars when called interactively.
1608
1609 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1612         gnus-article-x-face-too-ugly is bound.
1613
1614 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1617
1618         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1619         mailbox that doesn't exist.
1620
1621 2010-10-12  Julien Danjou  <julien@danjou.info>
1622
1623         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1624         (shr-get-image-data): Encode URL properly when fetching from cache.
1625         (shr-tag-img): Use aligned-to spaces to align correctly images.
1626
1627         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1628         before inserting the Gravatar.
1629
1630         * shr.el (shr-tag-img): Add align attribute support for <img>.
1631
1632 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-gravatar.el (gnus-art): Require.
1635
1636         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1637         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1638         Remove long obsoleted functions.
1639
1640 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1643
1644         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1645
1646         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1647         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1648         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1649         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1650         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1651         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1652         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1653
1654 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * nnimap.el (nnimap-request-rename-group): Select group read-only
1657         before renaming it.
1658
1659         * shr.el (shr-insert): Fix up the white space only regexp.
1660
1661         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1662         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1663
1664         * shr.el (shr-current-column): New function.
1665         (shr-find-fill-point): New function.
1666
1667 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1668
1669         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1670         numbers.
1671
1672 2010-10-11  Julien Danjou  <julien@danjou.info>
1673
1674         * shr.el (shr-hr-line): Add.
1675         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1676         display hr lines.
1677         (shr-max-columns): Do not change state to nil if we just inserting
1678         spaces.
1679
1680 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1683         select the last group.
1684
1685 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1686
1687         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1688
1689 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1690
1691         * dig.el (dig-mode-map): Declare and define in one step.
1692
1693 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1696         for Gnus.
1697         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1698         (nnimap-update-qresync-info): Mark \Seen articles as read.
1699
1700         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1701         non-variable, too.
1702
1703         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1704         available.
1705         (nnimap-update-info): Rely more on the current active than the param
1706         active to avoid marking articles as read too much.
1707
1708         * auth-source.el (auth-source-create): Use (user-login-name) for the
1709         user name default.
1710
1711         * nnimap.el (nnimap-update-info): If the server doesn't return any
1712         useful info, just use the previous info.
1713         (nnimap-update-info): Prefer old info over start-article.
1714         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1715
1716 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1717
1718         * nnir.el (autoload): Clean up autoloads.
1719         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1720         Use key rather than value.
1721         (nnir-imap-search-other): New variable.
1722         (nnir-read-parm): Use it.
1723         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1724         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1725
1726 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1727
1728         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1729         the process, too.
1730
1731 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * spam.el (gnus-summary-mode-map): Bind to "$".
1734         Suggested by Russ Allbery.
1735
1736         * shr.el: Rework the way things are indented by <li> slightly.
1737
1738         * gnus.el (gnus-group-set-parameter): Fix typo.
1739
1740         * nnimap.el: Start implementing QRESYNC support.
1741
1742 2010-10-09  Julien Danjou  <julien@danjou.info>
1743
1744         * nnir.el (nnir-engines): Fix too many arguments.
1745
1746 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1749         group is the "last", so that the backends like nnfolder actually save
1750         their folders.
1751
1752         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1753         try to use that for the tls stream.
1754         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1755         UIDVALIDITY and find out which groups are read-only and not.
1756         (nnimap-get-flags): Use the same marks parsing code as the rest of
1757         nnimap.
1758
1759 2010-10-09  Julien Danjou  <julien@danjou.info>
1760
1761         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1762
1763         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1764         retrieving gravatars.
1765
1766         * shr.el (shr-table-corner): Add.
1767         (shr-table-line): Add.
1768         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1769
1770 2010-10-08  Julien Danjou  <julien@danjou.info>
1771
1772         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1773
1774 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1777
1778         * gnus-sum.el (gnus-mark-article-as-unread)
1779         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1780         (gnus-summary-set-bookmark): Use it.
1781
1782         * gnus-msg.el (gnus-setup-message): Use it.
1783
1784         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1785
1786         * gnus.el (gnus-group-remove-parameter): Use it.
1787
1788         * gnus-group.el (gnus-group-make-web-group): Use it.
1789
1790         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1791
1792         * nnregistry.el: Update docs to mention manual.
1793
1794         * gnus-registry.el: Update docs to mention nnregistry.el.
1795         (gnus-registry-initialize): Don't install nnregistry refer method
1796         automatically.
1797         (gnus-registry-install-nnregistry): Remove it.
1798
1799 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * shr.el (shr-insert): Don't insert double spaces.
1802
1803 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-gravatar.el (gnus-treat-from-gravatar)
1806         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1807         called interactively.
1808
1809         * gnus-art.el (gnus-mime-view-part-externally)
1810         (gnus-mime-view-part-internally): Make predicate function passed to
1811         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1812         of a mime type.
1813
1814         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1815
1816 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * shr.el (require): Require cl when compiling.
1819         (shr-tag-hr): New function.
1820
1821         * nnimap.el (nnimap-update-info): Remove double setting of high.
1822         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1823         This makes nnimap work properly on Courier again.
1824
1825         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1826         the variable for backwards compatability.
1827
1828         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1829         the file name before using to avoid setting mm-default-directory to
1830         nil.
1831
1832         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1833         bidning gnus-agent variables.
1834
1835         * shr.el (shr-render-td): Use a cache for the table rendering function
1836         to avoid getting an exponential rendering behaviour in nested tables.
1837         (shr-insert): Rework the line-breaking algorithm.
1838         (shr-insert): Don't leave trailing spaces.
1839         (shr-insert-table): Also insert empty TDs.
1840         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1841
1842 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1843
1844         * gnus-sum.el (gnus-number): Rename from `number'.
1845         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1846         (gnus-summary-limit-children): Update uses correspondingly.
1847
1848 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1851         (gnus-gravatar-transform-address): Don't show avatars of people of
1852         which mail addresses match gnus-gravatar-too-ugly.
1853
1854 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * shr.el (shr-table-widths): Expand TD elements to fill available
1857         space.
1858
1859 2010-10-07  Julien Danjou  <julien@danjou.info>
1860
1861         * nnimap.el (nnimap-request-rename-group): Add this method.
1862
1863 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1866         name from XEmacs' function-arglist.
1867
1868         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1869         gravatar under XEmacs.
1870
1871 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1872
1873         * auth-source.el: Update docs with TODO items.
1874
1875         * gnus-sync.el: Update docs to explain state and plans.
1876
1877         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1878         Hooks for mark updates.
1879         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1880
1881         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1882         hooks with arguments, which is needed for mark update hooks.
1883
1884 2010-10-06  Julien Danjou  <julien@danjou.info>
1885
1886         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1887         was matched.
1888
1889         * sieve-manage.el: Update example in `Commentary'.
1890
1891         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1892
1893         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1894         not 2000.
1895         (sieve-manage-authenticate): Re-add function.
1896
1897 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-insert): Get 'space transition right.
1900         (shr-render-td): Only delete space at the end of the TD.
1901
1902         * nnimap.el (nnimap-open-connection): Prepare to support
1903         open-gnutls-stream.
1904
1905         * shr.el: Rearrange function order to be more logical.
1906
1907 2010-10-06  Julien Danjou  <julien@danjou.info>
1908
1909         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1910         (nnrss-discover-feed): Remove 404 URL in docstring.
1911
1912         * nnir.el: Fix Swish-E URL.
1913         Fix Namazu URL.
1914
1915         * message.el (message-change-subject): Remove 404 URL in a comment.
1916
1917 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1920         called interactively.
1921
1922         * gnus-util.el (gnus-remove-if): Allow hash table.
1923         (gnus-remove-if-not): New function.
1924
1925         * gnus-art.el (gnus-mime-view-part-as-type)
1926         * gnus-score.el (gnus-summary-score-effect)
1927         * gnus-sum.el (gnus-read-move-group-name):
1928         Replace remove-if-not with gnus-remove-if-not.
1929
1930         * gnus-group.el (gnus-group-completing-read):
1931         Regard collection as a hash table if it is not a list.
1932
1933 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1936
1937         * shr.el: Document the table-rendering algorithm.
1938
1939 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1942         for Emacsen having no `libxml-parse-html-region' support.
1943
1944 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1947         invalid URLs.
1948
1949         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1950         line-broken.
1951         (shr-tag-img): Ignore image fetching errors.
1952         (shr-overlays-in-region): Compute overlay positions correctly.
1953
1954         * mm-decode.el (mm-shr): Require shr.
1955
1956         * gnus-art.el (gnus-blocked-images): Move variable here.
1957
1958         * shr.el (shr-insert-table): Bind free variable.
1959
1960         * mm-decode.el (mm-shr): Bind shr-content-function.
1961
1962         * shr.el (shr-content-function): New variable.
1963
1964         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1965         added for symmetry.
1966
1967         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1968
1969         * gnus-group.el (gnus-group-make-group): Doc fix.
1970
1971         * nnimap.el (nnimap-request-newgroups): Return success.
1972
1973         * shr.el (shr-find-elements): New function.
1974         (shr-tag-table): Put all the images after the table.
1975         (shr-tag-table): Really inhibit images inside the table.
1976         (shr-collect-overlays): Copy over overlays from the TD elements to the
1977         main document.
1978
1979         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1980         gnus-blocked-images.
1981
1982 2010-10-05  Julien Danjou  <julien@danjou.info>
1983
1984         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1985
1986         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1987         (gnus-html-maximum-image-size): Add this function.
1988         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1989
1990         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1991         server-value of the capability is nil.
1992
1993 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * shr.el (shr-tag-em): Add <EM> tag.
1996
1997 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1998
1999         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2000         customizable.
2001
2002         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2003         handing broken links to browse-url.
2004
2005 2010-10-05  Julien Danjou  <julien@danjou.info>
2006
2007         * gnus-util.el (gnus-emacs-completing-read)
2008         (gnus-iswitchb-completing-read): Use autoload rather than require.
2009
2010 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2013         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2014         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2015         iswitchb-temp-buflist for XEmacs.
2016
2017         * gnus-util.el (gnus-completing-read-function): Exclude
2018         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2019         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2020         XEmacs.
2021
2022         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2023         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2024
2025         * gnus-html.el: Don't require help-fns under XEmacs.
2026         (gnus-html-schedule-image-fetching): Work for XEmacs.
2027
2028         * mm-decode.el (mm-shr): Decode contents by charset.
2029
2030 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2033         unknown.
2034
2035         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2036         (shr-get-image-data): Ensure against the cache file missing.
2037
2038         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2039         for data.
2040
2041         * spam-report.el (spam-report-url-ping-plain): Don't query about
2042         killing the process.
2043
2044         * shr.el (shr-render-td): Protect against too-wide text.
2045
2046 2010-10-04  Julien Danjou  <julien@danjou.info>
2047
2048         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2049         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2050
2051         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2052         retrieved.
2053
2054 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * shr.el (browse-url): Require.
2057         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2058         lines.
2059         (shr-show-alt-text, shr-browse-image): New commands.
2060         (shr-browse-url, shr-copy-url): New commands.
2061
2062         * gnus-sum.el (gnus-widen-article-window): New variable.
2063         (gnus-summary-select-article-buffer): Use it.
2064
2065         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2066         without @ signs.
2067
2068 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2069
2070         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2071
2072 2010-10-04  Julien Danjou  <julien@danjou.info>
2073
2074         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2075         for XEmacs.
2076
2077 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2080
2081         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2082         (nnimap-close-server): Implement.
2083
2084         * dgnushack.el (iswitchb): Require to shut up the compiler.
2085
2086         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2087         (shr-insert): Tweak line breaking.
2088         (shr-insert): Handle <pre> better.
2089         (shr-tag-li): Get <li> indentation right.
2090         (shr-tag-li): Get <li> indentation even righter.
2091         (shr-tag-blockquote): Ensure paragraph start.
2092         (shr-make-table): Tweak table generation.
2093         (shr-make-table): Fix typo.
2094
2095         * shr.el: Implement table rendering.
2096
2097 2010-10-04  Julien Danjou  <julien@danjou.info>
2098
2099         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2100
2101 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * shr.el (shr-insert): Use string anchors instead of line anchors.
2104
2105 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * shr.el: Add headings.
2108         (shr-ensure-paragraph): Actually work.
2109         (shr-tag-li): Make <ul> prettier.
2110         (shr-insert): Get white space at the beginning/end of elements right.
2111         (shr-tag-p): Collapse subsequent <p>s.
2112         (shr-ensure-paragraph): Don't insert double line feeds after blank
2113         lines.
2114         (shr-insert): \t is also space.
2115         (shr-tag-s): Fix "s" tag name function.
2116         (shr-tag-s): Fix face prop name.
2117
2118 2010-10-03  Julien Danjou  <julien@danjou.info>
2119
2120         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2121
2122         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2123         gnus-window-inside-pixel-edges.
2124
2125         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2126         gnus-ems.
2127
2128         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2129
2130         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2131         function.
2132
2133         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2134         resize choice.
2135
2136 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2139         beginning of the buffer.
2140
2141         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2142         article buffer again.
2143
2144         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2145
2146         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2147         when it's at the start of the buffer.
2148
2149         * shr.el (shr-tag-blockquote): Convert name.
2150         (shr-rescale-image): Use the right image-size variant.
2151
2152         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2153         buffer isn't shown, then select the current article first instead of
2154         bugging out.
2155         (gnus-summary-select-article-buffer): Show both the article and summary
2156         buffers again.
2157
2158         * shr.el (shr-fontize-cont): Protect against regions with no text.
2159         Rename tag functions to shr-tag-* for enhanced security.
2160         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2161
2162 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2163
2164         * shr.el (shr-insert):
2165         * pop3.el (pop3-movemail):
2166         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2167         loaded.
2168
2169 2010-10-03  Glenn Morris  <rgm@gnu.org>
2170
2171         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2172
2173         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2174
2175         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2176
2177         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2178
2179         * gnus-util.el (gnus-make-local-hook): Simplify.
2180
2181 2010-10-02  Julien Danjou  <julien@danjou.info>
2182
2183         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2184         (gnus-ido-completing-read): New function.
2185         (gnus-emacs-completing-read): New function.
2186         (gnus-completing-read): Use gnus-completing-read-function.
2187         Add gnus-completing-read-function.
2188
2189 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * shr.el (shr-insert-document): Autoload.
2192         (shr-img): Be silent.
2193         (shr-insert): Add a newline after every picture before text.
2194         (shr-add-font): Use overlays for combining faces.
2195         (shr-insert): Pass upwards the text start point.
2196
2197         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2198         possible.
2199         (mm-shr): New function.
2200
2201 2010-10-02  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2204         should go backward.
2205
2206 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2207
2208         * shr.el (shr): Fix typo in provide call.
2209
2210 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * shr.el: New file.
2213
2214         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2215
2216         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2217         completing read.
2218
2219 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2222         we're being queried about.  Suggested by Dan Jacobson.
2223
2224         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2225         Suggested by Jason Eisner.
2226
2227         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2228         table, too.  Suggested by Stefan Wiens.
2229         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2230         the table unnecessary.  Suggested by Stefan Wiens.
2231
2232         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2233         longer needed, and probably doesn't work either, as pointed out by
2234         Stefan Wiens.
2235         (gnus-summary-exit): Remove call to the clearing function.
2236         (gnus-summary-exit-no-update): Ditto.
2237
2238         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2239         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2240         Reported by Stefan Monnier.
2241         (gnus-summary-save-in-rmail): Ditto.
2242
2243         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2244         article buffer, instead of both the article buffer and the summary
2245         buffer.  Sort of suggested by Dan Jacobson.
2246
2247         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2248
2249         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2250         Suggested by Dan Jacobson.
2251
2252         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2253         documentation clearer.
2254
2255         * message.el (message-shorten-references): Comment on the number "21".
2256         Suggested by Stefan Monnier.
2257
2258         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2259         Suggested by Dan Jacobson.
2260
2261         * gnus.el (gnus-large-newsgroup):
2262         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2263
2264         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2265         externalize attachments.  Bug reported by Steve Wen.
2266
2267         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2268         really message anything to the user.
2269
2270         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2271         directly.
2272
2273         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2274         messages in empty groups.
2275
2276 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2277
2278         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2279         non-UIDNEXT group.
2280
2281 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2284         not the value from the collection.
2285
2286         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2287         values.  This sometimes happens on some groups that have no info.
2288         (nnimap-request-newgroups): New function.
2289
2290 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2291
2292         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2293         check into `gnus-registry-initialize'.
2294         (gnus-registry-initialize): Ditto.
2295         Fix and extend header docs.
2296
2297 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2300         regexp backtrace overflows.
2301
2302         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2303         for starttls that tls.el implements; i.e. openssl.
2304
2305         * tls.el (tls-starttls-switches): Give up on using starttls with
2306         gnutls-cli.
2307         (tls-program): Add --insecure to be consistent with the defaults from
2308         openssl s_client.  Now all three commands are insecure.
2309
2310 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * lpath.el: Bind completion-styles-alist for XEmacs.
2313
2314         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2315         (gravatar-create-image): New function that's an alias to
2316         gnus-xmas-create-image, gnus-create-image, or create-image.
2317         (gravatar-data->image): Use it.
2318
2319 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2320
2321         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2322         install the nnregistry refer method.
2323         (gnus-registry-install-hooks): Use it.
2324         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2325         unfollowed groups.
2326
2327 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2328
2329         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2330         expanding threads.
2331
2332 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * nnir.el: Use the server names without suffixes (bug #7009).
2335
2336         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2337         unencrypted to STARTTLS, if possible.
2338
2339 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2340
2341         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2342         headers before superseding.
2343
2344 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnrss.el (nnrss-use-local): Add documentation.
2347
2348         * nnimap.el (nnimap-extend-tls-programs): New function.
2349         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2350         (nnimap-wait-for-connection): Accept the greeting from the stupid
2351         output from openssl s_client -starttls, too.
2352
2353         * tls.el (tls-starttls-switches): New variable.
2354         (tls-find-starttls-argument): Use it.
2355         (open-tls-stream): Ditto.
2356
2357         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2358         (netrc-machine): Ditto.
2359
2360         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2361         article number.
2362         (nnimap-split-fancy): New variable.
2363         (nnimap-split-incoming-mail): Use it.
2364
2365         * nntp.el (nntp-server-list-active-group): Document.
2366
2367         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2368         SELECT to get the message-id.
2369
2370         * mail-source.el (mail-sources): Remove webmail support.
2371         (defvar): Ditto.
2372         (mail-source-fetcher-alist): Ditto.
2373         (mail-source-fetch-webmail): Remove.
2374
2375         * webmail.el: Remove -- doesn't seem relevant any more.
2376
2377         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2378
2379         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2380         the \r.
2381
2382 2010-09-30  Julien Danjou  <julien@danjou.info>
2383
2384         * gnus-agent.el (gnus-agent-add-group): Fix call to
2385         gnus-completing-read.
2386
2387 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * nndoc.el (nndoc-retrieve-groups): New function.
2390
2391         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2392         `default', use nnmail-split-methods.
2393         (nnimap-request-article): Downcase the NILs so that they are nil.
2394
2395         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2396         symbol.
2397
2398         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2399         code, since if the user has requested network, that's what they ought
2400         to get.
2401         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2402         (nnimap-split-rule): Mark as obsolete.
2403
2404         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2405         New variable.
2406
2407         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2408         correct slot, too.
2409
2410 2010-09-29  Julien Danjou  <julien@danjou.info>
2411
2412         * gnus.el (gnus-local-domain): Declare variable obsolete.
2413
2414         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2415         Fix history computing.
2416         (gnus-ido-completing-read): Require ido.
2417
2418 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2421         build Gnus.
2422
2423         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2424         when interpreting the structures.
2425         (nnimap-request-accept-article): Add \r\n to the lines to make this
2426         work with Cyrus.
2427
2428         * nndraft.el (nndraft-request-expire-articles): Use the group name
2429         instead if "nndraft".  Fix found by Nils Ackermann.
2430
2431 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2432
2433         * nnregistry.el: Add.
2434
2435 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2436
2437         * nnmail.el (group, group-art-list, group-art):
2438         Remove unneeded directives.
2439
2440 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2443         (mm-mime-charset)
2444         * rfc2047.el (rfc2047-syntax-table)
2445         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2446
2447         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2448         rather than `insert-file-contents' and `eval-region'.
2449
2450         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2451         construction.
2452
2453         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2454
2455         * time-date.el: No need to require cl for Emacs 21.
2456
2457 2010-09-29  Julien Danjou  <julien@danjou.info>
2458
2459         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2460         replacement of `gnus-gravatar-relief' to mimic
2461         `gnus-faces-properties-alist'.
2462         Add :version property.
2463
2464 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * mail-source.el (mail-source-report-new-mail)
2467         * message.el (message-default-mail-headers)
2468         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2469
2470         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2471
2472 2010-09-28  Julien Danjou  <julien@danjou.info>
2473
2474         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2475         mail-address contains the same string as real-name.
2476
2477         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2478         non-blank in header, otherwise it'll get stripped.
2479
2480         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2481         real-name, and then for mail address rather than doing : or , search.
2482
2483 2010-09-27  Julien Danjou  <julien@danjou.info>
2484
2485         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2486         right completing-read function.
2487         (gnus-use-ido): New variable
2488         (gnus-completing-read-with-default): Remove.
2489         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2490         (gnus-agent-add-group):
2491         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2492         * mm-view.el (mm-view-pkcs7-decrypt):
2493         * mm-util.el (mm-codepage-setup):
2494         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2495         * mml-smime.el (mml-smime-openssl-sign-query):
2496         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2497         (mml-insert-multipart):
2498         * gnus-msg.el (gnus-summary-yank-message):
2499         * gnus-int.el (gnus-start-news-server):
2500         * mm-decode.el (mm-interactively-view-part):
2501         * gnus-dired.el (gnus-dired-attach):
2502         * gnus.el (gnus-read-method):
2503         * gnus-bookmark.el (gnus-bookmark-jump):
2504         * gnus-art.el (gnus-mime-view-part-as-type)
2505         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2506         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2507         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2508         * nnmairix.el (nnmairix-create-server-and-default-group)
2509         (nnmairix-update-groups, nnmairix-get-server)
2510         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2511         (nnmairix-get-group-from-file-path):
2512         * nnrss.el (nnrss-find-rss-via-syndic8):
2513         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2514         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2515         (gnus-group-browse-foreign-server):
2516         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2517         (gnus-summary-execute-command, gnus-summary-respool-article)
2518         (gnus-read-move-group-name):
2519         * gnus-score.el (gnus-summary-increase-score)
2520         (gnus-summary-score-effect):
2521         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2522
2523 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2526         x-focus-frame.
2527
2528         * nnimap.el (auth-source-forget-user-or-password)
2529         (auth-source-user-or-password): Autoload.
2530
2531         * message.el (message-from-style, message-interactive)
2532         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2533         (message-yank-prefix, message-indentation-spaces, message-signature)
2534         (message-signature-file): Add comment.
2535
2536 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2539         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2540         new articles.
2541
2542         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2543         parts.
2544         (nnimap-request-article): Work with the t setting, too.
2545
2546         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2547         that you don't get flashes of other buffers.
2548         (gnus-summary-show-complete-article): Intern before setting.
2549
2550 2010-09-27  David Engster  <dengste@eml.cc>
2551
2552         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2553         well as HEADERS.
2554         (nnmairix-retrieve-headers): Provide new argument for the above.
2555
2556 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-sum.el (gnus-summary-move-article): Don't alter
2559         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2560         group.
2561
2562         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2563
2564         * message.el (message-cite-prefix-regexp): Revert my last edit.
2565
2566         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2567         variable instead of the Gnus variable.
2568
2569         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2570
2571         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2572
2573         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2574         since some servers don't like it.
2575         (nnimap-open-connection): Forget credentials if the server says the
2576         password was wrong.
2577         (nnimap-parse-line): Protect against invalid data.
2578
2579         * gnus-sum.el (gnus-summary-move-article): Add comment.
2580         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2581         nothing alters it while scanning for new messages.
2582
2583         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2584         which may or may not help.
2585         (nnimap-open-connection): If we're doing a stream connection, and then
2586         discover we're on a STARTTLS-capable server, then open a STARTTLS
2587         connection instead.
2588
2589 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * nnimap.el (utf7): Require.
2592
2593         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2594         prefix.
2595
2596 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2597
2598         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2599
2600 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * nnimap.el (nnimap-request-accept-article): Message the error on
2603         error.
2604
2605 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2608
2609 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * nndoc.el (nndoc-request-list): Return success always.
2612
2613         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2614         `fetch-old' -- we only want to fetch the articles we've requested.
2615         The rest are in the agent, probably.
2616         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2617         disappeared server" to something low.  It's not important.
2618
2619         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2620         arrived before the FETCH data.
2621
2622         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2623         target here, because we don't know the Gnus name of the group.
2624
2625         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2626         for the correct group.
2627
2628         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2629
2630         * gnus.el (gnus): Give a final warning after startup.
2631
2632         * gnus-util.el (gnus-action-message-log): New variable.
2633         (gnus-message): Use it.
2634         (gnus-final-warning): New function.
2635
2636         * nnimap.el (nnimap-open-connection): Record the greeting.
2637         (nnimap): Add greeting.
2638
2639 2010-09-26  Julien Danjou  <julien@danjou.info>
2640
2641         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2642         arguments.
2643         (gnus-html-wash-images): Fix spec computing to include start/end.
2644
2645         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2646
2647 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2650         deletion.
2651         (nnimap-retrieve-headers): Don't select the group, because that's
2652         already done by nnimap-possibly-change-group.
2653
2654         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2655         (gnus-picon-transform-address): Use it.
2656
2657         * mail-source.el (mail-source-value): Revert previous patch.
2658
2659         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2660         on failure.
2661         (nnimap-open-connection): Look up both virtual and physical server name
2662         credentials.
2663
2664         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2665
2666 2009-02-07  Dave Love  <fx@gnu.org>
2667
2668         * tls.el (open-tls-stream): Don't query killing process.
2669
2670 2009-02-08  Dave Love  <fx@gnu.org>
2671
2672         * gnus-win.el (gnus-window-to-buffer-helper)
2673         (gnus-all-windows-visible-p): Function needn't be a symbol.
2674
2675         * mail-source.el (mail-source-value): Function needn't be a symbol.
2676
2677 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * message.el (message-cite-prefix-regexp): Remove } from the cite
2680         prefix.
2681
2682         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2683         highlight again, so that the highlight is correct.
2684
2685         * gnus-picon.el (gnus-picon): Remove again.
2686         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2687
2688         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2689         doing the header highlightling, so that the background colour of the
2690         picon is correct.
2691
2692         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2693         (gnus-picon): Ditto.
2694         (gnus-picon): Reinstate.  The background colour for picons is white.
2695         (gnus-picon-insert-glyph): Make the background white.
2696
2697         * nnml.el (nnml-open-nov): Don't return dead buffers.
2698
2699         * auth-source.el (auth-source-create): Query the user for whether to
2700         store the credentials.
2701
2702         * netrc.el (netrc-store-data): New function.
2703
2704         * auth-source.el (auth-source-user-or-password): Use the existing auth
2705         sources, if any, for creation.
2706
2707         * gnus.el (gnus-group-fast-parameter): Return the last matching
2708         parameter instead of the first matching parameter.
2709
2710 2010-09-26  Julien Danjou  <julien@danjou.info>
2711
2712         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2713
2714 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * mml2015.el (mml2015-use): Remove gpg support.
2717
2718         * mml1991.el (mml1991-function-alist): Remove gpg function.
2719         (mml1991-gpg-sign): Remove.
2720
2721 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2722
2723         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2724         (gnus-browse-unsubscribe-current-group): Document it.
2725         (gnus-browse-unsubscribe-group): Use it.
2726
2727 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2730         address to the To list for easier response.
2731
2732         * gnus.el (gnus-play-startup-jingle): Remove.
2733         (gnus-splash): Don't play jingle.
2734         (gnus): Silence gnus-load message.
2735
2736         * gnus-art.el (gnus-treat-play-sounds): Remove.
2737
2738         * gnus.el (gnus-play-jingle): Remove audio support.
2739
2740         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2741
2742         * earcon.el: Remove -- no users.
2743
2744         * gnus-audio.el: Remove -- no users of this package.
2745
2746         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2747
2748         * gnus-start.el (gnus-setup-news): Remove nocem support.
2749
2750         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2751
2752         * gnus.el (gnus-use-nocem): Remove.
2753
2754         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2755         Remove.
2756
2757         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2758         uses NoCeM any more.
2759
2760         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2761         (gnus-button-ctan-handler): Ditto.
2762         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2763         (gnus-button-ctan-directory-regexp): Ditto.
2764         (gnus-button-handle-ctan): Ditto.
2765         (gnus-button-tex-level): Ditto.
2766         (gnus-button-alist): Remove CTAN stuff.
2767
2768 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2771         nnimap-streaming test.
2772
2773         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2774         servers twice.
2775
2776         * nnimap.el (nnimap-open-connection): Add more error reporting when
2777         nnimap fails early.
2778
2779         * nnheader.el (nnheader-get-report-string): New function.
2780         (nnheader-get-report): Use it.
2781
2782         * gnus-int.el (gnus-check-server): Say what the error was when opening
2783         failed.
2784
2785         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2786         using streaming.
2787
2788 2010-09-25  Julien Danjou  <julien@danjou.info>
2789
2790         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2791         gnus-window-inside-pixel-edges.
2792
2793 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2796
2797         * mm-decode.el (mm-save-part): Allow saving to other directories the
2798         normal Emacs way.
2799
2800         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2801         Suggested by Jay Berkenbilt.
2802
2803         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2804         there isn't a single byte.
2805
2806         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2807         just do it.  It doesn't really seem to matter what the user responds
2808         here, I think, so it's just a confusing question.
2809
2810         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2811         non-streaming case.
2812
2813         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2814         (gnus-article-encrypt-body): Use it.
2815
2816         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2817         keystroke.
2818
2819         * nnimap.el (nnimap-find-wanted-parts-1):
2820         Use gnus-fetch-partial-articles.
2821
2822         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2823
2824         * nnimap.el (nnimap-insert-partial-structure): New function.
2825         (nnimap-get-partial-article): New function.
2826         (nnimap-request-article): Use it.
2827         (nnimap-wait-for-response): Return whether the wait was successful.
2828         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2829         retrieval wasn't successful.
2830         (nnimap-retrieve-group-data-early): Allow throttling servers.
2831         (nnimap-streaming): New variable.
2832         (nnimap-fetch-partial-articles): Remove.
2833
2834         * mm-decode.el (mm-with-part): Protect against killed buffers.
2835
2836         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2837         for prettier summary display.
2838
2839 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2840
2841         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2842
2843 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2846         apparently third-party libraries depend on it.
2847
2848         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2849         before starting negotiation.
2850
2851         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2852         privacy reasons.
2853         (gnus-treat-mail-gravatar): Ditto.
2854
2855         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2856         buffer when inserting images.  Inserting text into the headers, for
2857         instance, can make them invalid.
2858
2859 2010-09-25  Julien Danjou  <julien@danjou.info>
2860
2861         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2862         variables.
2863
2864         * nnheader.el: Remove useless variables news-reply-yank-from and
2865         news-reply-yank-message-id.
2866
2867         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2868         variables.
2869
2870         * mml1991.el: Remove useless mml1991-verbose.
2871
2872         * gnus.el: Remove useless variable gnus-use-generic-from.
2873         Remove obsolete variable gnus-topic-indentation.
2874
2875         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2876
2877         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2878
2879         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2880
2881         * gnus-group.el: Remove useless gnus-group-icon-cache.
2882         Remove useless gnus-ephemeral-group-server.
2883
2884         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2885
2886         * mml2015.el: Remove useless mml2015-verbose.
2887
2888         * mml-smime.el: Remove useless mml-smime-verbose.
2889
2890         * gnus.el: Remove useless gnus-local-domain.
2891
2892         * gnus-gravatar.el (gnus-gravatar-transform-address):
2893         Use gnus-gravatar-size.
2894
2895         * gnus-art.el: Remove useless gnus-treat-translate.
2896
2897 2010-09-24  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-sum.el: Add support for Gravatars.
2900
2901         * gnus-art.el: Add support for Gravatars.
2902
2903         * gnus-gravatar.el: Add this file.
2904
2905         * gravatar.el: Add this file.
2906
2907 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2910
2911         * gnus-group.el (gnus-group-fetch-faq): Remove.
2912
2913         * gnus.el (gnus-group-faq-directory): Remove.
2914
2915         * gnus-group.el (gnus-group-fetch-charter): Remove.
2916
2917         * gnus.el (gnus-group-charter-alist): Remove.
2918
2919         * gnus-group.el (gnus-group-archive-directory): Remove.
2920         (gnus-group-recent-archive-directory): Ditto.
2921         (gnus-group-make-archive-group): Remove.
2922
2923         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2924
2925         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2926         use the same article number for all the cached articles.
2927
2928         * nnimap.el (nnimap-command): Register the last command time so
2929         that we can use it for idling NOOPs.
2930         (nnimap-open-connection): Start the keeplive timer.
2931         (nnimap-make-process-buffer): Store all the process buffers.
2932         (nnimap-keepalive): New function.
2933
2934         * starttls.el (starttls-open-stream): Add autoload cookie.
2935
2936 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2937
2938         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2939         handling.
2940
2941 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2944         its data structures.
2945
2946         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2947         instead of the cl.el copy-list.
2948         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2949         equalp.
2950
2951 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2954         and tool-bar-local-item-from-menu.
2955
2956         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2957         mode-line-highlight face for Emacs.
2958
2959         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2960         loading gnus-sum.elc; fix comment for canlock-verify.
2961         (gnus-article-jump-to-part): Use read-number.
2962         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2963         Remove Emacs pre-21 compatible code for help-echo.
2964         (gnus-article-next-page-1): No need to adjust the number of lines.
2965         (gnus-article-describe-bindings): Always use help-buffer.
2966
2967         * gnus-audio.el (gnus-audio-inline-sound)
2968         * gnus-cus.el (gnus-custom-mode)
2969         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2970
2971         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2972
2973         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2974         compatible code.
2975
2976 2010-09-24  Glenn Morris  <rgm@gnu.org>
2977
2978         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2979         visiting the fcc file in rmail-mode.
2980
2981         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2982
2983 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * nnir.el: Silence the byte compiler.
2986
2987         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2988         alias to browse-url-url-encode-chars if any.
2989         (gnus-html-encode-url): Use it.
2990
2991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-start.el (gnus-use-backend-marks): New variable.
2994         (gnus-get-unread-articles-in-group): Use it.
2995
2996         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2997         makeover.
2998
2999 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3000
3001         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3002
3003 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3006         Remove.
3007         (gnus-setup-news-hook):
3008         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3009
3010         * gnus-int.el (gnus-request-update-info): Protect against backends not
3011         having the function.
3012
3013         * nnimap.el (nnimap-stream): Mention starttls.
3014         (nnimap-open-connection): Add starttls support.
3015
3016 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3017
3018         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3019
3020 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3023         BODYSTRUCTUREs.
3024         (nnimap-transform-headers): Unfold quoted {42} headers.
3025
3026         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3027         the info.
3028         (gnus-get-unread-articles): Only call updatep on backends that support
3029         it.
3030
3031         * nnweb.el (nnweb-request-update-info): NOOP.
3032
3033         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3034
3035         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3036         since it only deals with marks.
3037
3038         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3039         gnus-request-marks, and make a new gnus-request-update-info.
3040
3041         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3042         the active instead of the high number, which is usually too low.
3043
3044 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3047         * encrypt.el: Remove.
3048
3049 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3052         server in symbolic form.
3053
3054         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3055
3056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3059         (nnimap-update-info): Fix up code slightly.
3060
3061         * gnus-int.el (gnus-open-server): Add tracing for performance
3062         debugging.
3063
3064         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3065         (gnus-group-insert-group-line): Pass the real group name so that it
3066         gets the right data.
3067
3068         * gnus-start.el (gnus-get-unread-articles): Don't have
3069         `gnus-get-unread-articles-in-group' update info, since that can be
3070         really slow and doesn't seem to be needed?
3071
3072 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3073
3074         * time-date.el (date-to-time): Try using parse-time-string first before
3075         using the slower timezone-make-date-arpa-standard.
3076
3077 2010-09-22  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-group.el (gnus-group-insert-group-line):
3080         Call gnus-group-highlight-line.
3081         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3082         default hook list.
3083         (gnus-group-update-eval-form): Add new function.
3084         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3085         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3086
3087 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3090         immediate, then expire all articles.
3091         (nnimap-update-info): Fix off-by-one errors.
3092         (nnimap-flags-to-marks): Would return no marks lists for group with no
3093         flags.  Instead return the other data.
3094
3095 2010-09-22  Julien Danjou  <julien@danjou.info>
3096
3097         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3098         Only return an icon.
3099         (gnus-group-insert-group-line): Compute icon to return.
3100
3101         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3102         (gnus-html-image-fetched): Only cache if
3103         gnus-html-image-automatic-caching is set.
3104         (gnus-html-image-fetched): Check for errors.
3105
3106 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3109         once per method on `g'.  This ensures that backends like nnfolder don't
3110         open all their folders.
3111
3112         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3113         (nnimap-request-list): Nix out group in the correct buffer.
3114         (nnimap-parse-flags): Implement by using `read' instead of
3115         hand-parsing.
3116         (nnimap-flags-to-marks): Pass on permanent-flags.
3117         (nnimap-make-process-buffer): Record the server name.
3118         (nnimap-parse-flags): Fix typo.
3119         (nnimap-request-scan): Run split on the server in general, not just a
3120         single group.
3121
3122         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3123         parameter, and propagate this downwards.
3124
3125         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3126         since EXAMINE changes it on the server.
3127
3128         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3129         this command might take a while.
3130
3131 2010-09-22  Julien Danjou  <julien@danjou.info>
3132
3133         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3134         harmful if you have 2 images side-by-side, they can't be properly
3135         update on text deletion.  Using text-property is safer here.
3136         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3137         data.
3138
3139 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * nnimap.el (nnimap-expunge-inbox): Remove.
3142         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3143         (nnimap-expunge): Flip default to t.
3144
3145         * gnus.el (gnus-method-to-server): Don't push things to the cache
3146         unless it's unique.
3147         (gnus-server-to-method): Ditto.
3148
3149 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3152
3153 2010-09-22  Julien Danjou  <julien@danjou.info>
3154
3155         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3156         get the start of data.
3157         (gnus-html-encode-url): Add this function to encode special chars in
3158         URL.
3159         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3160         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3161
3162         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3163         default.
3164         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3165
3166         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3167         images alt-text.
3168         (gnus-html-put-image): Put alt-text as help-echo.
3169
3170 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3173         * mm-util.el (mm-decompress-buffer)
3174         * nnir.el (nnir-run-find-grep)
3175         * pop3.el (pop3-list): Use 3rd arg of split-string.
3176
3177         * time-date.el (format-seconds): Comment fix.
3178
3179         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3180         and byte-optimize-form-code-walker.
3181         (dgnushack-make-auto-load): Don't advise make-autoload.
3182
3183         * lpath.el: Remove Emacs 21 stuff.
3184
3185 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3188         outside the active range.  Suggested by Dan Christensen.
3189
3190         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3191         slightly later to avoid double-getting it.
3192
3193         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3194         previous patch.
3195
3196         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3197
3198 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3199
3200         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3201
3202 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-int.el (gnus-open-server): Give a better error message in the
3205         "go offline" case.
3206
3207         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3208         marks for nnimap, which is seldom the right thing to do.
3209
3210         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3211         (gnus-same-method-different-name): New function.
3212
3213         * nnimap.el (parse-time): Require.
3214
3215         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3216         method in the presence of many similar methods.
3217
3218         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3219
3220         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3221         nnml-inhibit-expiry.
3222
3223         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3224         find out whether methods are equal.
3225
3226         * nnimap.el (nnimap-find-expired-articles): New function.
3227         (nnimap-process-expiry-targets): New function.
3228         (nnimap-request-move-article): Request the article before looking at
3229         what the Message-ID is.  Fix found by Andrew Cohen.
3230         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3231
3232         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3233         for oldness in addition to being a predicate.
3234
3235         * nnimap.el (nnimap-request-group): When we have zero articles, return
3236         the right data to Gnus.
3237         (nnimap-request-expire-articles): Only delete articles immediately if
3238         the target is 'delete.
3239
3240         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3241         method, this would bug out.
3242
3243         * gnus-group.el (gnus-group-expunge-group): Rename from
3244         gnus-group-nnimap-expunge, and implemented as a normal interface
3245         function.
3246
3247         * gnus-int.el (gnus-request-expunge-group): New function.
3248
3249         * nnimap.el (nnimap-request-create-group): Implement.
3250         (nnimap-request-expunge-group): New function.
3251
3252 2010-09-21  Julien Danjou  <julien@danjou.info>
3253
3254         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3255         (gnus-html-cache-expired): Add new function.
3256         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3257         wethever we should display image for fetch it.
3258         Compute alt-text earlier to pass it to the fetching function too.
3259         (gnus-html-schedule-image-fetching): Change function argument to only
3260         get one image at a time, not a list.
3261         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3262         cache.
3263         (gnus-html-get-image-data): New function to retrieve image data from
3264         cache.
3265         (gnus-html-put-image): Change buffer argument to use image data rather
3266         than file, and place image above region rather than inserting a new
3267         one.  Do not take alt-text as argument, since it's useless now: we place
3268         the image above alt-text.
3269         (gnus-html-prune-cache): Remove.
3270         (gnus-html-show-images): Start to fetch image when we find one, do not
3271         push into a temporary list.
3272         (gnus-html-prefetch-images): Only fetch image if they have expired.
3273         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3274         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3275
3276 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3279
3280 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3283         spec inser "*" if the group isn't active instead of 0.
3284
3285         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3286         opening the server.
3287         (nnimap-request-delete-group): Implement group deletion.
3288         (nnimap-transform-headers): Return the size of the entire message in
3289         the Bytes header, not just the size of the first part.
3290         (nnimap-request-move-article): When moving an article from nnimap,
3291         request the article first so the accepting form has an article to
3292         accept.  Reported by Dan Christensen.
3293         (nnimap-command): Make sure that the error message doesn't error out.
3294
3295 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3296
3297         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3298         we haven't requested anything.
3299
3300 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3303         "".  Fix found by Andrew Cohen.
3304
3305         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3306         instead of -encode-string.
3307
3308 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3311
3312         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3313         by mm-subst-char-in-string.
3314
3315 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3318         waiting for the connection string.
3319
3320         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3321         arriving.
3322
3323         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3324         bogus characters.  This allows selecting certain Gmail groups.
3325
3326         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3327         (nnimap-fetch-partial-articles): New variable.
3328         (nnimap-open-connection): When looking for credentials, also use the
3329         nnimap-server-port.
3330         (nnimap-request-article): Return the group/article number, so that Gnus
3331         `^' works as expected.
3332         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3333
3334         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3335         comments.
3336         (gnus-methods-sloppily-equal): New function.
3337         (gnus): When using the development version of Gnus, load the gnus-load
3338         file.
3339
3340         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3341         `gnus-open-server' on each method before trying to scan them etc.
3342         This ensures that all the backend parameters are set correctly.
3343
3344         * nnimap.el (nnimap-authenticator): New variable.
3345         (nnimap-open-connection): Allow anonymous login.
3346         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3347         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3348
3349         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3350         patch, found by Knut Anders Hatlen.
3351
3352 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3353
3354         * gnus-agent.el (gnus-agent-batch-confirmation)
3355         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3356         to gnus-message.
3357         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3358         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3359         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3360         * gnus-int.el (gnus-open-server): Likewise.
3361         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3362         (gnus-score-check-syntax): Likewise.
3363         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3364         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3365         Likewise.
3366         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3367
3368 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3371         calling conventions so that prefetch doesn't bug out.
3372
3373 2010-09-19  Julien Danjou  <julien@danjou.info>
3374
3375         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3376         rather than `subst-char-in-region' in order to be able to replace ASCII
3377         char by UTF-8 ones.
3378
3379         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3380         than curl.
3381         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3382         the right URL and ALT text on images.
3383         (gnus-html-wash-tags): Fix tag case.
3384         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3385         (gnus-article-html): Add -o display_ins_del=2 option.
3386         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3387
3388 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3391         the extra mail headers, which sometimes seem to happen for unknown
3392         reasons.
3393
3394         * mail-parse.el (mail-header-encode-parameter): Define as
3395         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3396         (or most, perhaps?) mail readers don't understand the latter, but do
3397         understand the former.
3398
3399         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3400         to nil, so that no methods are automatically agentized.  I think this
3401         is probably what most users want.
3402
3403         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3404         from url-retrieve, for instance about invalid URLs.
3405
3406         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3407         groups that have no articles.
3408         (nnimap-request-article): Check that we really got an article when we
3409         requested one.
3410
3411         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3412         doesn't exist.
3413
3414         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3415         nntp buffer so the agent can save it.
3416         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3417         that CRLF doesn't get translated to \n.
3418         (nnimap-open-connection): Don't make 'shell commands only send \n.
3419
3420 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3421
3422         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3423         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3424         Update var name.
3425         (nnml-generate-nov-file): Use dolist.
3426         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3427         Use with-current-buffer.
3428
3429 2010-09-18  Julien Danjou  <julien@danjou.info>
3430
3431         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3432         parallel.
3433
3434 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3437         the range update right.
3438         (nnimap-request-group): Don't make `M-g' bug out on group with no
3439         marks.
3440         (nnoo): Require, so that other packages can require nnimap.
3441         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3442         command we're looking for.  This helps when the server sends more
3443         responses after we've gotten everything we expected.
3444         (nnimap): Add a `newlinep' field to keep track of end-of-line
3445         conventions.
3446         Don't send CRLF to things that don't want it.
3447         (nnimap-request-accept-article): Ditto.
3448
3449 2010-09-18  Julien Danjou  <julien@danjou.info>
3450
3451         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3452         than curl to retrieve images.
3453
3454 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3457         the marks.
3458         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3459         (nnimap-wait-for-connection): New function.
3460         (nnimap-open-connection): If we have PREAUTH, don't query for login
3461         credentials.
3462         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3463         when doing a partial update.
3464
3465 2010-09-18  Julien Danjou  <julien@danjou.info>
3466
3467         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3468         tags.
3469
3470 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nnimap.el (nnimap-credentials): New function.
3473         (nnimap-open-connection): Use the new function to look for credentials
3474         also on the numeric equivalents of "imap" and "imaps".
3475
3476         * gnus-start.el (gnus-activate-group): Send the info to
3477         gnus-request-group.
3478
3479         * nnimap.el (nnimap-request-group): Have the "check" version of the
3480         function parse flags and update the info, so that a `M-g' get a total
3481         resync of all flags from the group.
3482
3483         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3484         to allow backends to alter the info on group selection.  Also alter all
3485         the backend -request-group functions to take the parameter.
3486
3487         * nnimap.el (nnimap-store-info): New function.
3488         (nnimap-update-info): Store the info for later usage.
3489         (nnimap-request-group): Use the stored info for the dont-check case, so
3490         that we don't retrieve all marks when we enter a group.
3491
3492         * nnimap.el: Use deffoo instead of defun for interface functions.
3493
3494         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3495         update the group info.  This makes the nndraft groups, for instance, go
3496         back to their old behaviour.
3497
3498         * gnus-sum.el (gnus-select-newsgroup): Indent.
3499
3500         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3501         in.
3502         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3503         nothing.
3504
3505         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3506         from methods that are denied.
3507
3508         * gnus-int.el (gnus-method-denied-p): New function.
3509
3510         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3511         store the password instead of netrc.
3512         (nnimap-open-connection): Don't error out when we can't make a
3513         connections.
3514
3515         * auth-source.el (auth-source-create): In the password prompt, say what
3516         we're querying for.  Also prompt for user name if that hasn't been
3517         given.
3518
3519         * nnimap.el (nnimap-with-process-buffer): Remove.
3520
3521 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3524         method when we're reading from the agent.
3525
3526         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3527
3528         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3529         that's probably most useful for users.
3530
3531         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3532         "failed" all the time.
3533
3534         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3535         ...)) with (with-current-buffer ... ).
3536
3537         * nntp.el (nntp-open-server): Return whether the open was successful or
3538         not.
3539
3540         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3541         select an unread unseen article first.
3542
3543         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3544         /etc/services, supply some sensible port defaults.
3545
3546         * dgnushack.el: Define netrc-credentials.
3547
3548 2010-09-17  Julien Danjou  <julien@danjou.info>
3549
3550         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3551
3552 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3553
3554         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3555         doesn't have any parameters.
3556
3557 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3560         only upcased checks.
3561
3562         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3563
3564         * nnimap.el (nnimap-open-shell-stream): New function.
3565         (nnimap-open-connection): Use it.
3566         (nnimap-transform-headers): Get the number of lines in each message.
3567         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3568         number of lines.
3569         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3570         problem.
3571
3572         * utf7.el (utf7-encode): Autoload.
3573
3574         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3575         to allow the mail splitting to not return a default group.  This is
3576         useful for nnimap, which will leave unmatched mail in the inbox.
3577
3578         * nnimap.el: Rewritten.
3579
3580         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3581         nnimap usage.
3582
3583         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3584         if the move is internal, so that nnimap can do fast internal moves.
3585
3586         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3587         data.
3588         (gnus-read-active-for-groups): Support finishing the early retrieval of
3589         data.
3590
3591         * gnus-range.el (gnus-range-nconcat): New function.
3592
3593         * gnus-int.el (gnus-finish-retrieve-group-infos)
3594         (gnus-retrieve-group-data-early): New functions.
3595
3596 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3597
3598         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3599         (nnrss-retrieve-groups):
3600         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3601         (pop3-quit): Use with-current-buffer.
3602
3603 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3606         instead of nnheader-accept-process-output.
3607
3608         * dgnushack.el (dgnushack-compile): Add comment.
3609
3610         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3611
3612         * gnus-html.el (gnus-html-schedule-image-fetching)
3613         (gnus-html-prefetch-images): Replace process-kill-without-query by
3614         gnus-set-process-query-on-exit-flag.
3615
3616 2010-09-16  Romain Francoise  <romain@orebokech.com>
3617
3618         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3619
3620 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3623         parameter to unintern is mandatory-ish in Emacs 24.
3624
3625         * gnus-html.el (gnus-html-schedule-image-fetching)
3626         (gnus-html-prefetch-images): Check for curl before using it.
3627
3628         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3629         depend on curl, which isn't essential.
3630
3631         * imap.el: Revert back to version
3632         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3633         seem problematic.
3634
3635 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3636
3637         * gnus-registry.el (gnus-registry-install-shortcuts):
3638         Explicitly pass `obarray' to `unintern' to avoid a warning.
3639
3640 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3643         change.
3644
3645         * nnrss.el (nnrss-request-list): Remove this function and related
3646         functions, including the moreover stuff.
3647
3648 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * nnrss.el (nnrss-retrieve-groups): New function.
3651
3652 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3653
3654         * .dir-locals.el: Add no-byte-compile cookie.
3655
3656 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * time-date.el (format-seconds): Comment fix.
3659
3660         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3661         for back end that doesn't support request-scan.
3662
3663 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3666         then do request scans from the backends.
3667
3668         * netrc.el (netrc-credentials): New conveniency function.
3669
3670         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3671         avoid running a hook per line, since this takes a lot of time,
3672         profiling shows.
3673         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3674         directly if gnus-visual-p is true.
3675
3676 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3679         groups; replace mapcar with dolist which is a bit faster; pass groups
3680         info to gnus-read-active-file-1.
3681         (gnus-read-active-file-1): Scan only specified groups if the new
3682         optional arg `infos' is given.
3683
3684 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3687
3688         * pop3.el (pop3-movemail): Remove.
3689         (pop3-streaming-movemail): Rename to pop3-movemail.
3690
3691         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3692         don't restrict end-tag searches to the end of the line.
3693
3694 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3697         articles of every unchecked group to t, which means unknown since the
3698         server has never been opened.
3699
3700 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus-html.el (gnus-html-show-alt-text): New command.
3703         (gnus-html-browse-image): Ditto.
3704         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3705         to browse the image directly.
3706         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3707         better.
3708
3709         * gnus-async.el (gnus-async-article-callback):
3710         Call `gnus-html-prefetch-images' unconditionally.
3711
3712         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3713         before feeding URLs to curl.
3714
3715 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3718         internal images as deletable by `W D D'.
3719
3720         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3721         (gnus-async-article-callback): Fix typo.
3722
3723 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3726         current line to work around bugs in the output from w3m.
3727
3728         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3729         for groups that want that.
3730
3731         * nntp.el (nntp-wait-for-string): Supply a timeout for
3732         accept-process-output to ensure progress.
3733
3734         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3735         level to get unread articles from, then use that for foreign groups,
3736         too.
3737
3738         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3739         confuses the rest of the function.
3740
3741         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3742         for the methods that support -retrieve-groups, too.
3743
3744         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3745
3746 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3749         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3750
3751         * pop3.el: Require cl when compiling.
3752         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3753
3754 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3757         that aren't going to be activated.
3758         (gnus-get-unread-articles): Fix up the last commit.
3759
3760         * gnus-html.el (gnus-article-html): Allow calling without specifying
3761         the handle.  In that case, dissect the buffer first.
3762
3763         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3764
3765         * nnimap.el (nnimap-open-connection): Revert the change that would look
3766         into authinfo for imaps instead of imap.
3767
3768         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3769         say that you don't want to call gnus-request-group with don-check, but
3770         do check the reponse.  This is for virtual groups only.
3771         (gnus-get-unread-articles): Count the archive groups as secondary, so
3772         that they're activated the same way as before.
3773
3774         * imap.el (imap-message-map): Removed optional buffer parameter, since
3775         no callers use it.
3776         (imap-message-get): Ditto.
3777         (imap-message-put): Ditto.
3778         (imap-mailbox-map): Ditto.
3779         (imap-mailbox-put): Ditto.
3780         (imap-mailbox-get): Ditto.
3781         (imap-mailbox-get): Revert last change for this function.
3782
3783         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3784         case-insensitively.
3785         (nnimap-debug): Remove.
3786
3787         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3788         to use `imap-fetch' instead.  According to the comments, this should be
3789         safe, since all other IMAP clients use the 1:* syntax.
3790         (imap-enable-exchange-bug-workaround): Removed.
3791         (imap-debug): Removed -- doesn't seem very useful.
3792
3793         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3794         mail from a file, and the file doesn't exist.
3795
3796         * imap.el (imap-log): New convenience function used throughout instead
3797         of repeating the same code all over the place.
3798
3799         * pop3.el (pop3-streaming-movemail): Return t for success.
3800
3801         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3802         .authinfo if we're using ssl connection.
3803
3804         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3805         already have if we're in a main Gnus `g' run.
3806
3807         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3808
3809 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3812
3813         * nnmh.el (nnmh-request-list-1): Bind `file'.
3814
3815         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3816         alias to set-process-query-on-exit-flag or process-kill-without-query.
3817         (pop3-open-server): Use it.
3818
3819 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3822         box to the Incoming file.  Fixes mistake in previous checkin.
3823
3824         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3825         request loop (for debugging purposes) removed.
3826
3827         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3828         culprit is more visible.
3829         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3830         (nnml-add-incremental-nov): New functions to do "incremental" nov
3831         updates, where we just append to the end of the existing nov files
3832         without reading/writing them in full.
3833
3834         * mail-source.el (mail-source-delete-crash-box): Really only check the
3835         incoming files once in a while.
3836
3837         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3838
3839         * mail-source.el (mail-source-delete-crash-box): Only check the
3840         incoming files for deletion once per day to save a lot of file
3841         accesses.
3842
3843         * pop3.el (pop3-logon): Fix up unbound variable typo.
3844
3845         * mail-source.el (pop3-streaming-movemail): Autoload.
3846
3847         * pop3.el (pop3-streaming-movemail):
3848         Respect pop3-leave-mail-on-server.
3849
3850         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3851         retrieval.
3852
3853         * pop3.el (pop3-process-filter): Remove unused function.
3854         (pop3-streaming-movemail, pop3-send-streaming-command)
3855         (pop3-wait-for-messages, pop3-write-to-file)
3856         (pop3-number-of-responses): New functions for streaming pop3
3857         retrieval.
3858
3859         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3860         come from no known methods.
3861         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3862         list.
3863
3864         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3865         message sizes.
3866         (pop3-movemail): Use erase-buffer instead of looping and deleting
3867         regions, which seems rather odd.
3868
3869         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3870         file once per `g' run.
3871
3872         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3873         directories.  This makes the draft queue directory work.
3874
3875         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3876         data from the backends, so that we only request the list of groups from
3877         each method once.  This should speed things up considerably.
3878
3879         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3880         detect that it's not implemented.
3881
3882         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3883         we actually do recurse down into the tree, but don't stat all leaf
3884         nodes.
3885
3886         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3887         then say so instead of bugging out.
3888
3889         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3890         files exist before trying to read them.
3891
3892         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3893         around <pre_int>.
3894
3895         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3896
3897         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3898
3899 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * mm-util.el (mm-image-load-path): Just return the image directories,
3902         not all directories in the path in addition to the image directories.
3903         (mm-image-load-path): Maintain a cache of the image directories so that
3904         the `g' command in Gnus doesn't have to stat dozens of directories each
3905         time.
3906
3907         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3908         (gnus-html-wash-tags): Add a new `i' command to insert images.
3909         (gnus-html-insert-image): New command and keystroke.
3910         (gnus-html-redisplay-with-images): New command and keystroke.
3911         (gnus-html-show-images): Rename command.
3912         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3913         spacers.
3914         (gnus-html-wash-tags): Decode entities at the end, so that entities
3915         inside the tags don't mess up the rest of the "parsing".
3916
3917         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3918         so that nnimap methods aren't agentized by default.  There's apparently
3919         many problems related to agent/imap behaviour.
3920
3921         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3922
3923         * gnus-html.el: Doc fix.
3924
3925 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3928         specifier-spec-list for Emacs 21.
3929
3930         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3931         glyph-width and glyph-height instead of display-graphic-p and
3932         image-size; make avoidance of displaying small images work for XEmacs.
3933
3934         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3935         for XEmacs.
3936
3937         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3938         of symbol that holds plist data.
3939         (gnus-process-plist): Remove plist of process after getting it.
3940
3941 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * message.el (message-generate-hashcash): Change default to
3944         'opportunistic if hashcash is installed.
3945
3946         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3947         (gnus-html-put-image): Only call image-size once, since it's somewhat
3948         time-consuming on remote X servers.
3949
3950 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3953         type on data, not a file name.
3954
3955         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3956         window-pixel-edges for Emacs 21.
3957
3958         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3959         decoded contents.
3960         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3961
3962 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3965         group line format, since it isn't very interesting.
3966
3967         * gnus-agent.el (gnus-agent-short-article),
3968         (gnus-agent-long-article): Increase values for these two variables,
3969         since most people are likely to have more network connection and
3970         storage than before.
3971
3972         * gnus.el (gnus-refer-article-method): Change default to 'current.
3973         When referring an article, the common behaviour is to refer it from the
3974         current select method, not the native select method.  The chances of
3975         the native select method having the message in question is rather slim
3976         these days.
3977
3978         * gnus-sum.el (gnus-auto-select-subject): Change default to
3979         `unseen-or-unread'.  I think it's likely that most people want to
3980         select an unseen article over a previously seen, but unread one.
3981
3982         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3983         means that in the article buffer none of the minor mode elements will
3984         be shown, usually, and this is not desirable in most cases.
3985
3986         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3987         that commands like `d' (and the like) go to the next line in the
3988         buffer, instead of the next unread article.  I think this is the
3989         behaviour that is most natural for most users.
3990         (gnus-single-article-buffer): Change default to nil, so that people can
3991         have as many article buffers open as they have summary buffer.  I think
3992         this is the most natural way for the groups to behave.
3993
3994         * message.el (message-generate-new-buffers): Change default to
3995         `unsent', so that all new message buffers start their names with the
3996         string "*unsent", and it's easier to find the buffers if you move from
3997         them.
3998
3999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4002         small.  They're probably tracking images.
4003         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4004         (gnus-html-rescale-image): Yet another try at getting the image sizing
4005         right.
4006
4007         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4008         nntp-marks-file-name is nil.
4009
4010 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4011
4012         * gnus-html.el (gnus-html-wash-tags)
4013         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4014         Better logging.
4015
4016 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4019
4020         * gnus-html.el (gnus-html-wash-tags): Check the value of
4021         gnus-blocked-images in the summary buffer.
4022
4023 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4026
4027 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4030         like "a", it seems like.
4031         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4032         since it needs to be picked from the correct buffer.
4033
4034         * nnwfm.el: Remove.
4035
4036         * nnlistserv.el: Remove.
4037
4038 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4041         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4042
4043 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * nnkiboze.el: Remove.
4046
4047         * nndb.el: Remove.
4048
4049         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4050         alt text.
4051         (gnus-html-rescale-image): Try to get the rescaling logic right for
4052         images that are just wide and not tall.
4053
4054         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4055         overshadow variable bindings.
4056
4057 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * gnus-html.el (gnus-html-wash-tags)
4060         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4061         Add extra logging.
4062
4063 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4066         (gnus-max-image-proportion): New variable.
4067         (gnus-html-rescale-image): New function.
4068         (gnus-html-put-image): Rescale images.
4069
4070 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4071
4072         Fix up some byte-compiler warnings.
4073         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4074         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4075         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4076         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4077         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4078         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4079         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4080
4081 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-html.el (gnus-article-html): Decode contents by charset.
4084
4085 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4088         (gnus-html-frame-width, gnus-blocked-images)
4089         * message.el (message-prune-recipient-rules): Add custom version.
4090         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4091
4092         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4093         functions.
4094
4095         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4096         gnus-process-get.
4097
4098 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4099
4100         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4101         instead of lsub directly.
4102
4103 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * nnwarchive.el: Remove.
4106
4107         * gnus-soup.el: Remove.
4108
4109         * nnsoup.el: Remove.
4110
4111         * nnultimate.el: Remove.
4112
4113         * gnus-html.el (gnus-blocked-images): New variable.
4114
4115         * message.el (message-prune-recipients): New function.
4116         (message-prune-recipient-rules): New variable.
4117
4118         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4119         guess whether a long line is natural text or not.
4120
4121         * gnus-html.el (gnus-html-schedule-image-fetching):
4122         Use gnus-process-plist and friends for compatibility.
4123
4124 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         * gnus-html.el: Require packages that define macros used in this file.
4127         (gnus-article-mouse-face): Declare to silence byte-compiler.
4128         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4129         process-get.
4130         (gnus-html-put-image): Use plist-get to avoid getf.
4131         (gnus-html-prefetch-images): Use with-current-buffer.
4132
4133 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-ems.el: Provide compatibility functions for
4136         gnus-set-process-plist.
4137
4138         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4139         header-line-format for XEmacs 21.4.
4140
4141         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4142         * gnus.el (gnus-valid-select-methods)
4143         * message.el (message-send-mail-partially-limit)
4144         * mm-decode.el (mm-text-html-renderer)
4145         * mml.el (mml-insert-mime-headers-always)
4146         * smiley.el (smiley-regexp-alist): Bump custom version.
4147
4148 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * gnus-html.el: require mm-url.
4151         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4152         with the url to `url'.
4153         (gnus-html-wash-tags): Support cid: URLs/images.
4154
4155 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4158         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4159         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4160
4161         * gnus-move.el: Remove file, since it doesn't really work.
4162
4163         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4164         UTF-8.  This seems to fix problems with some German web feeds.
4165
4166         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4167         at the top so that the proper colours are applied.
4168
4169         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4170         don't have dots in their names.
4171
4172         * gnus-art.el (gnus-article-view-part): Doc fix.
4173
4174         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4175         XEmacs-compatible.
4176         (gnus-html-put-image): Don't do images on non-graphic displays.
4177
4178         * nnslashdot.el: Remove this unused backend.
4179
4180         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4181         actions.
4182         (gnus-undo-register-1): Revert last change.
4183
4184         * gnus-group.el (gnus-group-completing-read): Protect against not
4185         having completion-styles bound.
4186
4187         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4188         make broken recipients happier.
4189
4190         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4191
4192         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4193         point parameter.
4194
4195         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4196
4197         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4198         completion-styles for group selection.
4199
4200 2009-02-04  Andreas Schwab  <schwab@suse.de>
4201
4202         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4203         headers and regexp-quote the match if necessary.
4204
4205 2009-03-24  Miles Bader  <miles@gnu.org>
4206
4207         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4208         the blinking smiley.
4209
4210 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4211
4212         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4213         blink smiley.
4214
4215 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4218         where the dribbel file lives exists.
4219
4220         * message.el (message-send-mail-partially-limit): Change the default to
4221         nil, since most people don't want this.
4222
4223         * mm-url.el (mm-url-decode-entities): Also decode entities like
4224         &#x3212.
4225
4226 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4227
4228         * gnus-sum.el (gnus-summary-idna-message):
4229         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4230         Hyperlink urls in docstrings with URL `...'.
4231
4232 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4233
4234         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4235         functions.
4236
4237 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4240         say what the mouseover text should be.
4241
4242         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4243         version of the mm-w3m-safe-url-regexp variable to only download images
4244         in the groups where we want that to happen.
4245
4246         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4247
4248         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4249         easier debugging.
4250         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4251         big pictures in the article buffer.
4252
4253         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4254         gnus-article-html.
4255         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4256         w3m.
4257
4258         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4259
4260 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4263         which doesn't exist.
4264
4265         * message.el (message-inhibit-ecomplete): New variable to allow some
4266         function to inhibit ecomplete address storage.
4267         (message-resend): Disable ecomplete message storage when resending
4268         messages.
4269
4270         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4271
4272 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4275         Save excursion while copying, moving, and deleting articles in order to
4276         prevent the cursor from jumping to unforeseen place.
4277
4278 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * lpath.el: No need to bind bookmark-current-buffer,
4281         bookmark-yank-point and bookmark-make-record-function.
4282
4283 2010-08-17  Glenn Morris  <rgm@gnu.org>
4284
4285         * gnus-sync.el: Require gnus components whose functions are used.
4286
4287         * gnus-art.el (bookmark-make-record-function):
4288         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4289         Declare for compiler.
4290
4291         * mm-url.el (mml-compute-boundary): Autoload.
4292
4293 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4296
4297 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4298
4299         Typo fix "hoo4a" -> "hook".
4300
4301         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4302
4303 2010-08-14  Glenn Morris  <rgm@gnu.org>
4304
4305         * gnus-sync.el (gnus-sync): Fix defgroup version.
4306
4307 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4308
4309         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4310
4311         * gnus-sync.el: Fix docs.
4312         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4313         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4314
4315 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         Optimizations for gnus-sync.el.
4318
4319         * gnus-sync.el: Add docs about gnus-sync-backend
4320         possibilities.
4321         (gnus-sync-save): Remove unnecessary message.
4322         (gnus-sync-read): Optimize and show what groups were skipped.
4323
4324 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         Minor bug fixes for gnus-sync.el.
4327
4328         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4329         Don't read the sync on get-new-news.
4330
4331         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4332         quiet.
4333
4334         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4335         (fix typo).
4336
4337 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4338
4339         Make saving and restoring of hidden threads work with overlays.
4340         Patch applied by Ted Zlatanov.
4341
4342         * gnus-sum.el (gnus-hidden-threads-configuration)
4343         (gnus-restore-hidden-threads-configuration): Update to deal with text
4344         properties, rather than searching for a magic character.
4345
4346 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         New gnus-sync.el library for synchronization of marks.
4349
4350         * gnus-sync.el: New library for synchronization of marks.
4351
4352         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4353         renamed from `gnus-registry-grep-in-list'.
4354
4355         * gnus-registry.el (gnus-registry-follow-group-p):
4356         Use `gnus-grep-in-list'.
4357
4358         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4359
4360 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4363         determining charset of text fails.
4364
4365 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * nnmail.el (nnmail-get-new-mail-1): Revert.
4368
4369         * nnml.el (nnml-active-number): Make sure names of newly created groups
4370         in nnml-group-alist are encoded.
4371
4372 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4375         containing non-ASCII characters in active file for nnml back end.
4376
4377 2010-07-24  David Engster  <dengste@eml.cc>
4378
4379         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4380         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4381
4382 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4383
4384         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4385         tag (Bug#6654).
4386
4387 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4390         the article buffer, not the summary buffer.
4391
4392 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4395         Emacs 23 as well.
4396
4397 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4400         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4401
4402 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4403
4404         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4405         Patch applied by Karl Fogel.
4406
4407         * gnus-sum.el (gnus-summary-bookmark-make-record):
4408         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4409
4410 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4411
4412         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4413         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4414         C-w still not working correctly from Article buffers; Thierry's
4415         patch to fix that will be applied after this.
4416
4417         * gnus-art.el (bookmark-make-record-function): New local variable.
4418
4419         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4420         article buffer.
4421         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4422
4423 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4424
4425         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4426         on changes in bookmark.el.
4427
4428 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4431         `no-log' instead of message not to log prompt string.
4432
4433 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4434
4435         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4436         the *other* type of HTML form submission.
4437
4438 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4439
4440         * auth-source.el (auth-source-pick): If choice does not contain a
4441         questioned keyword, set the check to t.
4442
4443 2010-06-12  Romain Francoise  <romain@orebokech.com>
4444
4445         * gnus-util.el (gnus-date-get-time): Move up before first use.
4446
4447 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4450         (gnus-article-edit-part): Bind it to make last part that is substituted
4451         or deleted visible.
4452         (gnus-mime-display-single): Buttonize part of which id equals to
4453         gnus-mime-buttonized-part-id.
4454
4455 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4456
4457         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4458         (gnus-dd-mmm): Use gnus-date-get-time.
4459         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4460         simplify logic.
4461         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4462         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4463
4464 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4465
4466         * auth-source.el (top): Autoload `secrets-list-collections',
4467         `secrets-create-item', `secrets-delete-item'.
4468         (auth-sources): Fix tag string.
4469         (auth-get-source, auth-source-retrieve, auth-source-create)
4470         (auth-source-delete): New defuns.
4471         (auth-source-pick): Rewrite in order to avoid 2 passes.
4472         (auth-source-forget-user-or-password): New parameter USERNAME.
4473         (auth-source-user-or-password): New parameters CREATE-MISSING and
4474         DELETE-EXISTING.  Retrieve password interactively, if needed.
4475
4476 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4477
4478         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4479         deleting unused directories when gnus-expert-user is t.
4480
4481 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4484         for each temp file when gnus-article-browse-delete-temp is ask.
4485
4486 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4487
4488         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4489         Lisp calls to delete-backward-char by calls to delete-char.
4490
4491 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4492
4493         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4494
4495 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4496
4497         * password-cache.el (password-cache-remove): Fix docstring.
4498
4499 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4502         article unless decoding article to be saved.
4503
4504 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4507         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4508         generated within the mm-with-unibyte-current-buffer macro.
4509
4510 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4513         to nil when we're in a mml-preview buffer and no group is selected.
4514
4515 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4516
4517         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4518         when catching the `C-g'.  Reported by "Leo".
4519
4520 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * message.el (message-forward-make-body-plain)
4523         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4524         multibyte-string-p.
4525
4526         * lpath.el: Revert.
4527
4528 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * message.el (message-forward-make-body-mml): Assume original message
4531         is multibyte string; error on unibyte.
4532         (message-forward-make-body-plain): Ditto; don't add excessive newline
4533         in body end.
4534
4535         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4536
4537 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4538
4539         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4540         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4541
4542 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * mm-extern.el (mm-extern-url): Don't use
4545         mm-with-unibyte-current-buffer.
4546         (mm-extern-cache-contents): Use with-current-buffer instead of
4547         save-excursion + set-buffer.
4548
4549 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * mm-util.el (mm-emacs-mule): Remove.
4552
4553 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4554
4555         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4556         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4557         change.
4558
4559 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4562         bind the default value of enable-multibyte-characters to nil.
4563
4564 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * message.el (message-forward-make-body-plain)
4567         (message-forward-make-body-mml):
4568         Don't use mm-with-unibyte-current-buffer.
4569
4570 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4571
4572         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4573
4574 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4575
4576         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4577         (Bug#5592).
4578
4579 2010-05-07  Julien Danjou  <julien@danjou.info>
4580
4581         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4582         it to mm-pipe-part.
4583
4584         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4585         it is given.
4586
4587 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * binhex.el (binhex-decode-region-internal)
4590         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4591         (dns-query)
4592         * nnweb.el (nnweb-gmane-search)
4593         * pgg-parse.el (pgg-parse-armor)
4594         * pgg.el (pgg-verify-region)
4595         * sha1.el (sha1-string-external)
4596         * uudecode.el (uudecode-decode-region-internal)
4597         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4598         XEmacs.
4599
4600         * gnus-art.el (gnus-article-browse-html-parts)
4601         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4602         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4603         make-temp-file.
4604
4605         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4606         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4607         compiling.
4608
4609         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4610         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4611         XEmacs when compiling.
4612
4613         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4614         gnus-pick-mode-off-hook for XEmacs when compiling.
4615         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4616         gnus-binary-mode-off-hook for XEmacs when compiling.
4617
4618         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4619         Return nil if char-charset is not available.
4620
4621         * imap.el (imap-disable-multibyte)
4622         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4623         macros.
4624
4625         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4626         instead of encode-coding-string.
4627
4628         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4629         'xemacs) instead of mm-emacs-mule to switch function definitions.
4630         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4631
4632         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4633         bind temporary-file-directory for XEmacs;
4634         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4635         timer-set-function for XEmacs 21.4 and SXEmacs;
4636         bind timer-list for XEmacs 21.4 and SXEmacs;
4637         fbind char-charset and find-charset-region for non-Mule XEmacs;
4638         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4639         encode-coding-region and encode-coding-string for XEmacs having no
4640         file-coding feature.
4641
4642 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4643
4644         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4645
4646 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4649         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4650
4651 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4652
4653         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4654         alias `jka-compr-delete-temp-file' no longer exists.
4655
4656 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4657
4658         Use define-minor-mode in Gnus where applicable.
4659         * mml.el (mml-mode): Use define-minor-mode.
4660         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4661         (gnus-undo-mode): Use define-minor-mode.
4662         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4663         (gnus-dead-summary-mode): Use define-minor-mode.
4664         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4665         Initialize in declaration.
4666         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4667         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4668         (gnus-mailing-list-mode): Use define-minor-mode.
4669         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4670         (gnus-draft-mode): Use define-minor-mode.
4671         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4672         (gnus-dired-mode): Use define-minor-mode.
4673
4674 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4675
4676         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4677         handles on recursive mml-to-mime translation and check them for
4678         boundary delimiter collisions.  Reported by Greg Troxel.
4679
4680 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4683
4684 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4685
4686         * mm-util.el (mm-find-buffer-file-coding-system):
4687         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4688
4689 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4690
4691         * message.el (message-generate-headers): Record insertion of optional
4692         headers as well.  Otherwise the check to prevent repeated insertion of
4693         optional headers is a no-op.
4694
4695 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * smime.el: Don't mention CVS.
4698
4699         * nnrss.el (nnrss-fetch): Don't mention CVS.
4700
4701         * nnir.el: Don't mention CVS.
4702
4703 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4704
4705         * gnus-sum.el (gnus-summary-bookmark-make-record):
4706         Add `location' field.
4707
4708 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * lpath.el: Fbind bookmark-default-handler,
4711         bookmark-get-bookmark-record, bookmark-make-record-default,
4712         bookmark-prop-get for Emacs <23 and XEmacs.
4713
4714 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4715
4716         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4717         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4718         Use with-current-buffer to silence the byte-compiler.
4719         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4720         bother to require `gnus'.
4721         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4722
4723 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4724
4725         * gnus-sum.el (gnus-summary-bookmark-make-record)
4726         (gnus-summary-bookmark-jump): New functions.
4727         (gnus-summary-mode): Setup bookmark support.
4728
4729 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4730
4731         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4732         if set.
4733
4734 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4737         gnus-article-browse-html-save-cid-image; make it work recursively for
4738         forwarded messages as well.
4739         (gnus-article-browse-html-parts): Work when prefix arg is given.
4740         (gnus-article-browse-html-article): Doc fix.
4741
4742 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4743
4744         * message.el (message-default-mail-headers):
4745         (message-default-headers): Carry the value mail-default-headers over
4746         into message-default-mail-headers, rather than message-default-headers.
4747
4748 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4749
4750         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4751         charset.
4752
4753         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4754         charset into the <meta> tag when the article is encoded to utf-8.
4755
4756 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-article-browse-delete-temp-files):
4759         Delete directories as well.
4760         (gnus-article-browse-html-parts): Work for images that do not specify
4761         file names; delete temp directory when quitting; insert header at the
4762         right place; use file: scheme for image files.
4763
4764 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4765
4766         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4767         (gnus-article-browse-html-parts): Use it to make temporary cid image
4768         files in addition to html file so that browser may display them.
4769
4770 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4773
4774 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4777
4778 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4779
4780         * auth-source.el (auth-sources): Change default to be simpler.
4781         Explain about Secret Service API sources.  Improve Customize options.
4782         (auth-source-pick): Change to accept any number of search parameters.
4783         Implement fallbacks iteratively, not recursively.  Add scoring on the
4784         second pass and sort by score.  Call Secret Service API when needed.
4785         (auth-source-user-or-password): Use it.  Call Secret Service API
4786         directly when needed to get the user name and the password.
4787
4788 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4789
4790         * message.el (message-interactive): Doc fix.
4791         (message-qmail-inject-args): Reflow.
4792         (message-kill-to-signature): Fix typo in docstring.
4793
4794         * smiley.el (smiley-buffer): Fix typo in docstring.
4795
4796 2010-03-24  Glenn Morris  <rgm@gnu.org>
4797
4798         * mail-source.el (gnus-message): Declare.
4799         (mail-source-delete-old-incoming): Require gnus-util.
4800
4801 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4804
4805         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4806
4807         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4808         password-cache's default if it is not bound.
4809         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4810         password-cache-expiry's default if it is not bound.
4811
4812         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4813         available in Emacs 21.
4814
4815         * lpath.el: Suppress compiler warnings for:
4816         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4817         XEmacs;
4818         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4819         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4820         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4821
4822 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4823
4824         * auth-source.el (auth-sources): Fix up definition so extra parameters
4825         are always inline.
4826
4827 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4828
4829         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4830         wasn't updated after mismatch.  Clear cached mailbox info correctly
4831         when uidvalidity changes.
4832         (nnimap-group-prefixed-name): New function to avoid some code
4833         duplication.
4834         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4835         (nnimap-request-group): Use it.
4836         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4837         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4838         with many imap folders.  This is done by caching the group status from
4839         the imap server persistently in a group parameter `imap-status'.  (This
4840         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4841         but not persistently, so every Gnus startup was still very slow.)
4842
4843 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4844
4845         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4846         delete the extra newline.  Otherwise editing of :string and :number
4847         types don't work.
4848
4849 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4852         secrets.el dependency.
4853         (auth-sources): Add optional user name.  Add secrets.el configuration
4854         choice (unused right now).
4855
4856 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4857
4858         * gnus-sum.el (gnus-summary-make-menu-bar):
4859         Let `gnus-registry-install-shortcuts' fill in the functions.
4860
4861         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4862         warnings.
4863         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4864         (gnus-registry-install-shortcuts): Populate and use it in a
4865         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4866
4867 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4868
4869         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4870         In-place substitutions for the group name encoding/decoding.
4871         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4872         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4873         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4874         (nnimap-update-unseen, nnimap-request-list)
4875         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4876         (nnimap-request-set-mark, nnimap-split-to-groups)
4877         (nnimap-split-articles, nnimap-request-newgroups)
4878         (nnimap-request-create-group, nnimap-request-accept-article)
4879         (nnimap-request-delete-group, nnimap-request-rename-group)
4880         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4881         `encoded-mbx' for consistency.
4882         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4883         variable `imap-current-mailbox'.
4884
4885         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4886         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4887
4888 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4889
4890         * pop3.el (pop3-display-message-size-flag): Display message size byte
4891         counts during POP3 download.
4892         (pop3-movemail): Use it.
4893         (pop3-list): Implement listing of available messages.
4894
4895 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4896
4897         * nnir.el (nnir-get-article-nov-override-function): New function to
4898         override the normal NOV retrieval.
4899         (nnir-retrieve-headers): Use it.
4900
4901 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4902
4903         * auth-source.el (netrc-machine-user-or-password): Autoload.
4904
4905 2010-03-19  Glenn Morris  <rgm@gnu.org>
4906
4907         Stop message.el from loading about 40 libraries it doesn't always need.
4908         The general approach is to autoload rather than require, and to
4909         require in the specific functions rather than the file.  (Bug#5642)
4910
4911         * gmm-utils.el: Don't require wid-edit.
4912         (widget-create-child-value, widget-convert, widget-default-get):
4913         Autoload.
4914
4915         * gnus-util.el: Don't require time-date, netrc.
4916         (message-fetch-field, gnus-group-name-decode): Declare rather than
4917         autoloading.
4918         (gnus-fetch-field): Require message.
4919         (gnus-decode-newsgroups): Require gnus-group.
4920
4921         * ietf-drums.el: Don't require time-date.
4922
4923         * message.el: Don't require hashcash, canlock, ecomplete.
4924         Do require mail-utils.  Require nnheader only when compiling.
4925         (smtpmail-default-smtp-server): Remove declaration.
4926         (message-send-mail-function): Check smtpmail-default-smtp-server
4927         is bound rather than requiring smtpmail.
4928         (message-auto-save-directory, message-insert-signature):
4929         Use expand-file-name rather than nnheader-concat.
4930         (nnheader-insert-file-contents): Autoload.
4931         (hashcash-wait-async): Declare.
4932         (message-send-mail): Only call gnus-setup-posting-charset if
4933         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4934         (message-send-mail-with-sendmail): Require sendmail.
4935         (canlock-password, canlock-password-for-verify): Declare.
4936         (message-canlock-password): Require canlock.
4937         (nnheader-get-report): Autoload.
4938         (gnus-setup-posting-charset): Declare.
4939         (message-send-news): Require gnus-msg.
4940         (message-make-references, message-make-in-reply-to): Use mail-header-id
4941         rather than the alias mail-header-message-id.
4942         (ecomplete-add-item, ecomplete-save): Declare.
4943         (message-put-addresses-in-ecomplete): Require ecomplete.
4944         (ecomplete-display-matches): Autoload.
4945
4946         * mm-decode.el: Don't require mailcap, gnus-util.
4947         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4948         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4949         Autoload.
4950         (mailcap-mime-extensions): Declare.
4951
4952         * mm-encode.el: Don't require mailcap.
4953         (mailcap-extension-to-mime): Autoload.
4954
4955         * mml-sec.el: Don't require password-cache.
4956
4957         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4958         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4959         (mml-minibuffer-read-type): Require mailcap.
4960         (mml-preview): Require gnus-msg.
4961
4962         * mml1991.el: Require password-cache.
4963         (password-cache-expiry): Remove declaration.
4964
4965         * mml2015.el: Require password-cache.
4966         (password-cache-expiry): Remove declaration.
4967
4968         * nneething.el (mailcap): Require mailcap.
4969
4970         * nnheader.el (declare-function): Add compatibility stub.
4971         (message-remove-header): Declare rather than autoload.
4972         (nnheader-replace-header): Require message.
4973
4974         * nnimap.el (declare-function): Add compatibility stub.
4975         (netrc-parse, netrc-machine-user-or-password): Declare.
4976         (nnimap-open-connection): Require netrc.
4977
4978         * nntp.el (declare-function): Add compatibility stub.
4979         (netrc-parse, netrc-machine, netrc-get): Declare.
4980         (nntp-send-authinfo): Require netrc.
4981
4982         * rfc2047.el: Don't require qp.
4983         (quoted-printable-encode-region, quoted-printable-decode-string):
4984         Autoload.
4985
4986         * sieve-mode.el: Don't require easymenu.
4987         (easy-menu-add-item): Autoload it.
4988
4989         * spam-stat.el (time-to-number-of-days): Autoload it.
4990
4991 2010-03-19  Glenn Morris  <rgm@gnu.org>
4992
4993         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4994
4995 2010-03-18  Glenn Morris  <rgm@gnu.org>
4996
4997         * hashcash.el (declare-function): Remove duplicate definition.
4998
4999 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5000
5001         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5002         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5003         value if any backslash escapes).
5004
5005 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5008         if it is available.  (bug#5647)
5009
5010         * lpath.el: Suppress compiler warning for coding-system-from-name for
5011         Emacs 21 and XEmacs.
5012
5013 2010-03-14  Juri Linkov  <juri@jurta.org>
5014
5015         * hmac-def.el:
5016         * hmac-md5.el:
5017         * netrc.el: Fix keywords.
5018
5019 2010-02-26  Glenn Morris  <rgm@gnu.org>
5020
5021         * message.el (message-send-mail-function): Change the default, so that
5022         it inherits from a customized send-mail-function.  (Bug#5643)
5023
5024 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5027         shell-command-to-string signals an error (bug#5299).
5028
5029 2010-02-24  Glenn Morris  <rgm@gnu.org>
5030
5031         * message.el (message-smtpmail-send-it)
5032         (message-send-mail-with-mailclient): Doc fixes.
5033
5034 2010-02-16  Glenn Morris  <rgm@gnu.org>
5035
5036         * message.el (message-default-mail-headers): Change the default value
5037         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5038
5039 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5042         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5043
5044 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5045
5046         * time-date.el (date-to-time): Doc fix (Bug#5408).
5047
5048 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5049
5050         * message.el (message-mail): Just pass yank-action on to message-setup.
5051         (message-setup): Handle (FUN . ARGS) form of yank-action.
5052         (message-with-reply-buffer, message-widen-reply)
5053         (message-yank-original): Handle non-buffer values of
5054         message-reply-buffer (Bug#4080).
5055         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5056
5057 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5058
5059         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5060         Fix typo in docstring.
5061
5062 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5063
5064         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5065         response.
5066
5067 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5070
5071         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5072
5073         * message.el (message-check-news-header-syntax): Protect against a
5074         string that `rfc822-addresses' returns when parsing fails.
5075
5076 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5079         (gnus-previous-char-property-change): New functions.
5080
5081         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5082
5083 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5084
5085         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5086         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5087
5088 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5089
5090         * message.el (message-exchange-point-and-mark): Rework last change to
5091         avoid using optional arg of exchange-point-and-mark, for backward
5092         compatibility.
5093
5094 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5095
5096         * message.el (message-exchange-point-and-mark):
5097         Call exchange-point-and-mark with an argument rather than setting
5098         mark-active by hand (Bug#5175).
5099
5100 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * nntp.el (nntp-service-to-port): Work for service expressed with
5103         numeric string; replace [:digit:] with [0-9] for XEmacs.
5104
5105 2009-12-17  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus-group.el (gnus-bug-group-download-format-alist):
5108         Change emacs entry to debbugs.gnu.org.  Bump :version.
5109
5110 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5111
5112         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5113
5114 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * message.el (message-info): Explain why we use `Info-goto-node'.
5117
5118 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5121
5122 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5123
5124         * message.el (message-completion-in-region): New compatibility function.
5125         (message-expand-group): Use it.
5126
5127 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5130         with no unread article should be listed if the 2nd arg `predicate' is
5131         given.
5132
5133 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5136
5137 2009-11-29  Juri Linkov  <juri@jurta.org>
5138
5139         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5140         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5141         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5142
5143 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5144
5145         * sha1.el (sha1-string-external): default-directory "/" in case
5146         otherwise non-existent.  process-connection-type pipe for touch of
5147         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5148
5149 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5150
5151         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5152         it's comms related and sgml-mode.el has "comm" on that basis too.
5153
5154 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5157         containing tspecial characters if they have been already quoted.
5158
5159 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5160
5161         * dns-mode.el (auto-mode-alist): Purecopy string.
5162
5163 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5164
5165         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5166
5167 2009-10-24  Glenn Morris  <rgm@gnu.org>
5168
5169         * gnus-art.el (help-xref-stack-item): Define for compiler.
5170
5171 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5172
5173         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5174
5175 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5178
5179 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5182         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5183
5184 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5187         (gnus-overlays-in): New alias to overlays-in.
5188
5189         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5190         gnus-overlay-get, and gnus-delete-overlay.
5191         (gnus-summary-show-thread): Make it work as well for systems in which
5192         next-single-char-property-change is not available.
5193         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5194
5195         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5196         (gnus-overlay-get): New alias to extent-property.
5197         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5198
5199         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5200         SXEmacs.
5201
5202         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5203         SXEmacs.
5204
5205 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5208
5209 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5210
5211         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5212         and XEmacs that don't have `remove-overlays'.
5213
5214 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5215
5216         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5217         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5218         selective display.  Use overlays instead.
5219
5220 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5221
5222         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5223
5224 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5225
5226         * spam-stat.el (spam-stat-load): Fix typo in message.
5227
5228 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5229
5230         * dig.el (dig-invoke): Fix typo in docstring.
5231         (query-dig): Reflow docstring.
5232
5233 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5234
5235         * gnus-art.el (gnus-article-encrypt-body):
5236         * message.el (message-check-recipients):
5237         * mm-util.el (mm-codepage-setup):
5238         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5239         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5240
5241 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5242
5243         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5244         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5245         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5246         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5247         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5248
5249 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5250
5251         * dig.el: Add "Keywords: comm", as per net-utils.el.
5252
5253 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5254
5255         * dig.el (dig-mode): Use define-derived-mode.
5256
5257 2009-09-19  Glenn Morris  <rgm@gnu.org>
5258
5259         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5260
5261 2009-09-18  Glenn Morris  <rgm@gnu.org>
5262
5263         * gnus-diary.el (gnus-diary-check-message):
5264         * message.el (message-insert-formatted-citation-line):
5265         * nnbabyl.el (top-level):
5266         * nndiary.el (nndiary-schedule):
5267         Fix typos in condition-case handlers.
5268
5269 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5272         configuration that provides the sole article window in a frame;
5273         position point correctly after deleting a part.
5274
5275 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5276
5277         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5278         (spam-resolve-registrations-routine): Use it to unregister articles
5279         that change status.
5280
5281 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5284         with XEmacs.
5285         (parse-time-string-chars): Use it.
5286
5287 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * imap.el (imap-interactive-login): Better messages.
5290         (imap-open): Fix bug with renamed buffer on reconnect.
5291         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5292         for easier debugging and cleaner code.  On successful (guessed based on
5293         server capabilities) secondary authentication, set imap-state
5294         correctly.
5295         (imap-last-authenticator): Define imap-last-authenticator as a variable
5296         to avoid warnings.
5297
5298 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * nnrss.el (nnrss-request-article): Remove binding of
5301         default-enable-multibyte-characters that has gotten needless by
5302         the 2007-07-13 change in rfc2047-encode-message-header.
5303
5304         * mml.el (mml-insert-multipart): Error on the message header.
5305         (mml-insert-part): Error on the message header; position point at
5306         the end of a MIME tag.
5307
5308 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * time-date.el (autoload): Expand define-obsolete-function-alias into
5311         defalias and make-obsolete for old Emacsen that Gnus supports.
5312         (with-no-warnings): Define it for old Emacsen.
5313         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5314         is available.
5315         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5316         float-time is available; suppress compile warning for time-to-seconds.
5317
5318         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5319         (gnus-float-time): Alias to float-time if it exists.
5320
5321         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5322         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5323         float-time is available; suppress compile warning for time-to-seconds.
5324
5325         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5326         XEmacs.
5327
5328 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * imap.el (imap-message-map): Docstring fix.
5331
5332 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5335         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5336         Add the optional argument `encoding' that overrides the default.
5337
5338         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5339         mm-encode-buffer.
5340
5341 2009-09-04  Glenn Morris  <rgm@gnu.org>
5342
5343         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5344         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5345         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5346         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5347         * mm-util.el (mm-with-unibyte-current-buffer)
5348         (mm-find-buffer-file-coding-system):
5349         * yenc.el (yenc-decode-region): Use default-value rather than
5350         default-enable-multibyte-characters.
5351
5352 2009-09-03  Glenn Morris  <rgm@gnu.org>
5353
5354         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5355         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5356         than default-enable-multibyte-characters.
5357
5358 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5359
5360         * gnus-art.el (gnus-article-read-summary-keys):
5361         Fix gnus-buffer-configuration's value temporarily used.
5362
5363 2009-09-02  Glenn Morris  <rgm@gnu.org>
5364
5365         * gnus-util.el (gnus-float-time): New function.
5366         * gnus-delay.el (gnus-delay-article):
5367         * gnus-sum.el (gnus-thread-latest-date):
5368         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5369         * nnspool.el (nnspool-request-newgroups):
5370         Use gnus-float-time rather than time-to-seconds.
5371         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5372
5373         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5374         (gnus-header-subject-face, gnus-header-newsgroups-face)
5375         (gnus-header-name-face, gnus-header-content-face):
5376         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5377         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5378         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5379         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5380         (gnus-cite-face-11):
5381         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5382         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5383         (gnus-server-closed-face, gnus-server-denied-face)
5384         (gnus-server-offline-face):
5385         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5386         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5387         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5388         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5389         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5390         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5391         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5392         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5393         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5394         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5395         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5396         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5397         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5398         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5399         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5400         (gnus-summary-high-undownloaded-face)
5401         (gnus-summary-low-undownloaded-face)
5402         (gnus-summary-normal-undownloaded-face)
5403         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5404         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5405         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5406         (gnus-splash-face):
5407         * message.el (message-header-to-face, message-header-cc-face)
5408         (message-header-subject-face, message-header-newsgroups-face)
5409         (message-header-other-face, message-header-name-face)
5410         (message-header-xheader-face, message-separator-face)
5411         (message-cited-text-face, message-mml-face):
5412         * sieve-mode.el (sieve-control-commands-face)
5413         (sieve-action-commands-face, sieve-test-commands-face)
5414         (sieve-tagged-arguments-face):
5415         * spam.el (spam-face):
5416         Mark face aliases with "-face" in the name as obsolete.
5417
5418 2009-09-01  Glenn Morris  <rgm@gnu.org>
5419
5420         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5421         than goto-line.
5422
5423 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5426         Don't move point if the command is invoked inside the message header.
5427
5428 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5429
5430         * imap.el (imap-send-command): Simplify.
5431         (imap-wait-for-tag): point-max -> buffer-size.
5432
5433 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5434
5435         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5436         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5437         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5438         * nnir.el (nnir-swish-e-index-file):
5439         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5440         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5441         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5442         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5443         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5444         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5445
5446 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5449         Don't save excursion.
5450
5451 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5452
5453         * nnheader.el (nnheader-find-file-noselect):
5454         * mm-util.el (mm-insert-file-contents):
5455         Use (default-value 'major-mode) instead of default-major-mode.
5456
5457 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5458
5459         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5460
5461 2009-08-26  Glenn Morris  <rgm@gnu.org>
5462
5463         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5464         than placing in files.el.
5465
5466 2009-08-25  Glenn Morris  <rgm@gnu.org>
5467
5468         * nnir.el (top-level): Don't require cl at run-time.
5469         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5470         Replace cl-function substitute with gnus-replace-in-string.
5471         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5472         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5473         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5474         simplified expansions.
5475
5476 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5477
5478         * dig.el (dig): Add autoload cookie.
5479
5480 2009-08-22  Glenn Morris  <rgm@gnu.org>
5481
5482         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5483         goto-line.
5484
5485 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5486
5487         * parse-time.el (parse-time-string-chars): Save match data.
5488
5489 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5490
5491         * parse-time.el (parse-time-string-chars): Compute using character
5492         classes, to handle non-ascii characters (Bug#3190).
5493
5494 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5497
5498         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5499         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5500         (gnus-mm-display-part, gnus-mime-display-single)
5501         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5502         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5503
5504         * gnus-sum.el
5505         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5506         (gnus-summary-move-article): Add expirable mark to articles copied or
5507         moved to group that has auto-expire turned on if the option is non-nil.
5508
5509 2009-07-24  Glenn Morris  <rgm@gnu.org>
5510
5511         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5512         Fix typo.  (Bug#3903)
5513
5514 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5517         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5518         that should not be used for draft articles.
5519         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5520         that has no concern in minor mode keys.
5521         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5522         Abolish.
5523
5524 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5527         article without making inquiry to a user for unknown encoding.
5528
5529         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5530         (nnmaildir--scan): Assume i-node and device number that file-attributes
5531         returns might be cons-cell.
5532
5533         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5534
5535         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5536
5537 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * auth-source.el: Remove docs now in auth.texi.  Don't use
5540         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5541         `auth-source-hide-passwords' and use them.
5542
5543 2009-07-15  Glenn Morris  <rgm@gnu.org>
5544
5545         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5546
5547 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5550         excessive whitespace from the default values of title and description.
5551
5552 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5555         mail-fetch-field to fetch Content-Description header in order to
5556         exclude newlines.
5557
5558 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5559
5560         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5561         format used by GnuPG 2.0.11.
5562
5563 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5566         to deleted part.
5567
5568 2009-05-30  David Engster  <dengste@eml.cc>
5569
5570         * nnmairix.el: Remove old documentation in the commentary block.
5571         (nnmairix-request-group): Do not update active file for nnml back ends.
5572         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5573         end so that overview files are ignored.
5574         (nnmairix-update-groups): Make updating the groups more robust by using
5575         marks.
5576         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5577         with dollar characters in message-id.
5578
5579 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5582         2008-12-25 in dns.el.
5583
5584 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5585
5586         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5587         could happen if the text is only composed of spaces and/or tabs.
5588
5589 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5590
5591         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5592         when sending a queued message to avoid extra mml tags.
5593
5594 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5597
5598 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5601         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5602         rmail-toggle-header for XEmacs;
5603         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5604
5605 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-dired.el: Remove autoload for gnus-setup-message.
5608         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5609         displaying Gnus logo; always use compose-mail.
5610
5611 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5614
5615 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5618         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5619         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5620         available.
5621         (gnus-nocem-epg-verify): New function.
5622
5623 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5626
5627 2009-02-15  Glenn Morris  <rgm@gnu.org>
5628
5629         * gnus-util.el (rmail-insert-rmail-file-header)
5630         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5631         autoloads.
5632         (rmail-default-rmail-file): Remove unnecessary declaration.
5633         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5634
5635 2009-02-14  Glenn Morris  <rgm@gnu.org>
5636
5637         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5638         variable (only used in gnus-util, which declares it anyway).
5639         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5640         which was only needed by gnus-art (changed to not use it any more).
5641         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5642         only used in gnus-util, which autoloads it itself.
5643         (rmail-update-summary): Fix autoload.
5644
5645         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5646         rather than rmail-output-to-rmail-file.
5647
5648 2009-02-07  Glenn Morris  <rgm@gnu.org>
5649
5650         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5651         autoload of function that no longer exists.
5652         (rmail-toggle-header): Declare.
5653         (message-forward-rmail-make-body): Handle mbox Rmail.
5654
5655 2009-01-31  Glenn Morris  <rgm@gnu.org>
5656
5657         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5658         2009-01-09 change.
5659
5660 2009-01-31  Dave Love  <fx@gnu.org>
5661
5662         * imap.el (imap-fetch-safe): Bind debug-on-error.
5663         (imap-debug): Add imap-fetch-safe.
5664
5665 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5666
5667         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5668         (auth-source-forget-all-cached): New convenience function.
5669         (auth-source-user-or-password): Accept list of modes or a single mode.
5670
5671         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5672         auth-source modes.
5673
5674         * netrc.el (netrc-machine-user-or-password): Use list of
5675         auth-source modes.
5676
5677         * nnimap.el (nnimap-open-connection): Use list of
5678         auth-source modes.
5679
5680         * nntp.el (nntp-send-authinfo): Use list of
5681         auth-source modes.
5682
5683 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5684
5685         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5686         now.
5687
5688 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5691         coding system in XEmacs; add a workaround for XEmacs.
5692
5693         * lpath.el: Fbind coding-system-aliasee.
5694
5695 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5698         of current-language-environment.
5699
5700 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5703         available at runtime.
5704
5705 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5708
5709 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5710
5711         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5712         the greatest positive fixnum value doesn't work under an XEmacs with
5713         bignum support; use the most-positive-fixnum constant instead,
5714         available since Emacs 21.1 with cl and XEmacs 21.1.
5715
5716 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5719         XEmacs gets not to work.
5720
5721 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * mm-util.el (mm-coding-system-priorities): Allow the value like
5724         "Japanese (UTF-8)" of current-language-environment.
5725
5726 2009-01-09  Glenn Morris  <rgm@gnu.org>
5727
5728         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5729         with last-command-event.
5730
5731 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5734         in the doc string.
5735
5736         * message.el (message-fix-before-sending): Amend comment.
5737
5738 2009-01-08  Dave Love  <fx@gnu.org>
5739
5740         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5741
5742 2009-01-07  David Engster  <dengste@eml.cc>
5743
5744         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5745         simplified server definitions by converting it via
5746         gnus-server-to-method.
5747
5748 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5751         parameter's operands.
5752
5753 2009-01-06  David Engster  <dengste@eml.cc>
5754
5755         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5756         primary select method (for gnus-group-mark-article-as-read).
5757
5758 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5759
5760         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5761         `(gnus)Face', not `(gnus)X-Face'.
5762
5763 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * mm-util.el (mm-ucs-to-char): New function.
5766
5767         * mm-url.el (mm-url-decode-entities): Use it.
5768
5769         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5770         unicode-to-char.
5771
5772 2009-01-05  Dave Love  <fx@gnu.org>
5773
5774         * time-date.el: Require cl for `declare'.
5775
5776 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5779         Dave Love.
5780
5781 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * message.el (message-fix-before-sending): Add `eight-bit' to
5784         illegible-text check.
5785
5786 2009-01-03  Michael Olson  <mwolson@gnu.org>
5787
5788         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5789         `headers' is nil.  This can occur if the IMAP server does not have
5790         permissions to read messages from a folder, but can write new messages
5791         to the folder.
5792         (nnimap-request-article-part): Do not insert `data' if it is nil.
5793
5794         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5795         characters which will confuse `read', so skip past them.
5796
5797 2009-01-01  Dave Love  <fx@gnu.org>
5798
5799         * imap.el (imap-string-to-integer): Fix typo.
5800         (imap-fetch-safe): New function.
5801         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5802
5803         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5804
5805         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5806         (imap-parse-greeting): Fix doc strings.
5807         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5808         (imap-parse-flag-list): Make messages unique.
5809         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5810
5811         * nnimap.el: Fix author email.
5812         (nnimap-split-rule): Add FIXME comment.
5813         (nnimap-debug): Fix doc string.
5814
5815 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5818
5819 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5822         nslookup if resolv.conf isn't available.
5823         (dns-query): Rename from query-dns.
5824         (dns-query-cached): Rename from query-dns-cached.
5825
5826 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5829         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5830         to check if those variables exist (first appeared in Emacs 18.50).
5831
5832 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * mm-util.el (mm-line-number-at-pos): New function.
5835
5836         * spam-report.el (spam-report-process-queue): Use it.
5837
5838 2008-12-24  David Engster  <dengste@eml.cc>
5839
5840         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5841         parameters that haven't existed as variables as buffer-local variables.
5842
5843 2008-12-23  Dave Love  <fx@gnu.org>
5844
5845         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5846         cadar.
5847
5848         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5849         imap-starttls-p.
5850         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5851
5852 2008-12-22  Dave Love  <fx@gnu.org>
5853
5854         * imap.el: Fix author email.  Doc fixes.
5855         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5856         reply.
5857
5858 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * spam-report.el (spam-report-gmane-max-requests): New constant.
5861         (spam-report-gmane-wait): New variable.
5862         (spam-report-gmane-ham, spam-report-gmane-spam)
5863         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5864         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5865         the server.
5866
5867         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5868         Add explanations.
5869
5870         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5871         nnheader-accept-process-output and nnheader-read-timeout if available.
5872         (pop3-movemail): Use it.
5873
5874         * message.el (message-check-news-body-syntax): Fix signature check if
5875         there's an attachment.
5876
5877 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * mm-util.el: Add comments to the mm- emulating functions.
5880
5881 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5884         Reported by Stephen Berman <stephen.berman@gmx.net>.
5885
5886 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * mm-util.el (mm-substring-no-properties): New function.
5889         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5890         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5891         (mm-string-to-multibyte): Doc fix.
5892
5893         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5894
5895 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * mml.el (mml-attach-file): Strip text properties from file name.
5898         (Bug#1574)
5899
5900 2008-12-16  Glenn Morris  <rgm@gnu.org>
5901
5902         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5903
5904 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5907         knows since the charset specified might be a bogus alias that
5908         mm-charset-synonym-alist provides.
5909
5910 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5913         "ISO_8859-1".
5914
5915         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5916
5917 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * mm-util.el (mm-charset-eval-alist):
5920         Define it before mm-charset-to-coding-system.
5921         (mm-charset-to-coding-system): Add optional argument `silent';
5922         define it before mm-charset-override-alist.
5923         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5924         default value if it can be used in Emacs currently running;
5925         silence mm-charset-to-coding-system.
5926
5927 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5930         `allow-override' which says whether to use `mm-charset-override-alist'.
5931         (rfc2047-decode-encoded-words): Use it.
5932
5933         * mm-util.el (mm-charset-override-alist): Fix custom type;
5934         add `(gb2312 . gbk)' to choices.
5935
5936 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5939         fast.
5940
5941         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5942
5943         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5944
5945 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5946
5947         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5948         on links.
5949
5950         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5951
5952 2008-12-03  Lute Kamstra  <lute@gnu.org>
5953
5954         * sha1.el: Remove leading * from docstrings of defcustoms,
5955         deffaces, defconsts and defuns.
5956
5957 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5960         users' addresses that don't have domain parts.
5961         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5962         rather than message-narrow-to-head since there will be the message
5963         header separator.
5964
5965 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5968         since the result is inserted in a unibyte buffer anyway.
5969         (nnimap-demule-use-string-to-multibyte): Remove.
5970         (nnimap-demule): Alias it to mm-string-to-multibyte.
5971
5972 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5975         variable for debugging bug#464 and bug#1174.
5976         (nnimap-demule): Use it.
5977
5978 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5981         score calculation correctly.
5982
5983 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5984
5985         * message.el (message-send-mail): Just set the buffer to unibyte
5986         rather than use mm-with-unibyte-current-buffer which does a lot more.
5987         (message-send-mail-partially): Don't bother with
5988         mm-with-unibyte-current-buffer since it's already been made unibyte by
5989         message-send-mail.
5990
5991 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5992
5993         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5994
5995 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5998
5999 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6002         require itself and to remove `with-no-warnings'.
6003
6004 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6005
6006         * starttls.el (starttls-any-program-available): Get the name of the
6007         available TLS layer program.
6008         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6009         well as the host name in the "opening" message.
6010
6011         * auth-source.el (auth-source-cache, auth-source-do-cache)
6012         (auth-source-user-or-password): Cache passwords and logins by default,
6013         allow override with `auth-source-do-cache'.
6014         (auth-source-forget-user-or-password): Allow users to remove cache
6015         entries if needed.
6016
6017 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6018
6019         * md4.el (md4-buffer): Fix typo in docstring.
6020         (md4, md4-64): Doc fixes.
6021         (md4-pack-int32): Reflow docstring.
6022
6023 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6026         condition-case to only the forward-sexp call.
6027
6028 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6031         quotes contained.  Make it more robust regardless by an extra
6032         condition-case wrapper.
6033
6034 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6037
6038 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * nnml.el (nnml-request-expire-articles): Check if the function set to
6041         `nnmail-expiry-target' returns the symbol `delete'.
6042
6043         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6044
6045         * nnmail.el (nnmail-expiry-target): Fix custom type.
6046
6047 2008-10-02  Glenn Morris  <rgm@gnu.org>
6048
6049         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6050         Silence compiler warning.
6051
6052 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6053
6054         * tls.el (open-tls-stream): Show the actual command being
6055         executed, instead of the format string.
6056
6057 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * lpath.el: Fbind codepage-setup for Emacs 23.
6060
6061 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6062
6063         * mml.el (mml-menu): Don't assume mml2015 is bound.
6064
6065 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6068         exists.
6069
6070 2008-09-27  Glenn Morris  <rgm@gnu.org>
6071
6072         * gnus-util.el (mail-header-remove-comments): Autoload it.
6073
6074 2008-09-27  Andreas Schwab  <schwab@suse.de>
6075
6076         * gnus-util.el (gnus-split-references): Strip comments.
6077         (gnus-parent-id): Likewise.
6078
6079 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * message.el (message-confirm-send): Fix version.
6082
6083 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * message.el (message-idna-to-ascii-rhs-1): Use
6086         mail-extract-address-components rather than mail-header-parse-addresses
6087         that is an alias by default to ietf-drums-parse-addresses that does not
6088         support non-ASCII names in headers' contents.
6089
6090 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * message.el (message-confirm-send): Fix variable documentation to
6093         avoid the "y/n" wording.
6094
6095 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6096
6097         * message.el (message-set-auto-save-file-name): Save to a different
6098         filename so multiple messages (especially drafts) can be recovered.
6099
6100 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * message.el (message-confirm-send): Add appropriate version.
6103
6104 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6107         defvar.
6108
6109 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6110
6111         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6112         (mm-pkcs7-enveloped-magic): Ditto.
6113
6114 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6115
6116         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6117         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6118
6119 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6120
6121         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6122         default, it's better.
6123
6124 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6127         summary line gnus-number property and ignore them (with a warning
6128         message).
6129
6130 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6133         macro caddr in the interactive form since it won't be expanded.
6134
6135 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6138         `charset'; fix name of function called recursively.
6139         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6140
6141 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6144         (gnus-mime-set-charset-parameters): New function.
6145         (gnus-mime-view-part-as-charset): Use it to correctly display part
6146         specifying wrong charset.
6147
6148 2008-09-08  David Engster  <dengste@eml.cc>
6149
6150         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6151         in completing-read for back end server.
6152
6153 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * message.el (message-confirm-send): New variable to confirm sending a
6156         message.
6157         (message-send): Use it.
6158
6159 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6162
6163 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6166
6167 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6170         prevent tracking too many groups.
6171         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6172         Use it.
6173
6174 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6175
6176         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6177         moving point to the bottom of the window in order to avoid recentering.
6178
6179 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6182
6183         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6184         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6185         (gnus-article-beginning-of-window): Fix calculation.
6186
6187 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-msg.el (gnus-summary-supersede-article)
6190         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6191         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6192         message header.
6193
6194 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6195
6196         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6197         pending output coming after the status change.
6198
6199 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6200
6201         * message.el:
6202         * gnus-start.el:
6203         * gnus-registry.el: Remove VMS support.
6204
6205 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6208         macro.
6209         (rfc2104-hash): Use it.
6210
6211 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6214         (gnus-summary-sort-by-most-recent-date): New commands.
6215         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6216         and menu entries.
6217
6218 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6221         don't redisplay article for raw contents; remove plural articles stuff.
6222
6223         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6224         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6225         on gnus-summary-save-article; display results properly.
6226
6227 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * lpath.el: No need to fbind ns-focus-frame.
6230
6231 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6234
6235 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-art.el (gnus-summary-save-in-pipe):
6238         Consider gnus-save-all-headers.
6239
6240 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6241
6242         * gnus-util.el (ns-focus-frame): Remove declaration.
6243         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6244         like x.
6245
6246 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6247
6248         * rfc2104.el (rfc2104-zero): Delete defconst.
6249         (rfc2104-hex-alist): Likewise.
6250         (rfc2104-hex-to-int): Delete func.
6251         (rfc2104-hexstring-to-bitstring): Likewise.
6252         (rfc2104-nybbles): New defconst.
6253         (rfc2104-hash): Rewrite for speed.
6254
6255 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * tls.el (open-tls-stream): Make it work with the 2nd argument
6258         BUFFER that is a string but does not exist as a buffer object, as
6259         mentioned in the doc-string.
6260
6261 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6264         SXEmacs.
6265
6266 2008-07-16  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-util.el (ns-focus-frame): Declare for compiler.
6269
6270 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6273         set as a group parameter.
6274         (gnus-summary-save-in-pipe): Work when it is called independently.
6275         (gnus-summary-pipe-to-muttprint): Don't modify
6276         gnus-summary-pipe-output-default-command.
6277
6278 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6279
6280         * message.el (message-send-mail-with-sendmail):
6281         Display the error message.
6282
6283 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-art.el (gnus-default-article-saver):
6286         Add gnus-summary-save-in-pipe to choices.
6287         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6288         gnus-summary-pipe-output-default-command as the default command.
6289         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6290         instead of gnus-last-shell-command.
6291
6292         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6293         New user option.
6294         (gnus-summary-muttprint-program): Mention the value will be changed.
6295         (gnus-summary-save-article): Force showing of all headers.
6296         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6297
6298 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6299
6300         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6301
6302 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6303
6304         * nnimap.el (nnimap-id):
6305         * sieve-manage.el (sieve-manage-open): Doc fixes.
6306
6307 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6308
6309         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6310         if available.
6311
6312 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6313
6314         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6315
6316         * nnkiboze.el (nnkiboze-generate-group):
6317         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6318
6319         * nnmairix.el: Require CL.
6320
6321 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * dgnushack.el: Autoload get-display-table and put-display-table for
6324         XEmacs 21.5.
6325
6326         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6327         21.4 and SXEmacs.
6328
6329 2008-06-15  David Engster  <dengste@eml.cc>
6330
6331         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6332
6333 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6334
6335         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6336         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6337         runtime choice under XEmacs.
6338
6339         * gnus-sum.el (gnus-summary-set-display-table):
6340         Use `gnus-put-display-table', `gnus-get-display-table',
6341         `gnus-set-display-table' for the display table, instead of `aset'.
6342
6343         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6344         Use `gnus-put-display-table', `gnus-get-display-table',
6345         `gnus-set-display-table' for the display table.
6346
6347 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * nnmairix.el: Add autoloads.
6350
6351 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * nnmairix.el (nnmairix-delete-recreate-group)
6354         (nnmairix-update-and-clear-marks): Fix error messages.
6355
6356 2008-06-14  David Engster  <dengste@eml.cc>
6357
6358         * nnmairix.el: Upgrade to version 0.6.
6359         (nnmairix-group-toggle-propmarks-this-group)
6360         (nnmairix-group-toggle-readmarks-this-group)
6361         (nnmairix-group-delete-recreate-this-group)
6362         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6363         (nnmairix-remove-tick-mark-original-article): New commands.
6364         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6365         (nnmairix-propagate-marks-to-nnmairix-groups)
6366         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6367         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6368         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6369         functions needed for marks propagation and manipulation of read marks.
6370         (nnmairix-update-groups): New function.
6371         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6372         (nnmairix-determine-original-group-from-registry)
6373         (nnmairix-determine-original-group-from-path)
6374         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6375         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6376         New helper functions.
6377         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6378         keystrokes for new commands.
6379         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6380         (nnmairix-request-group): Check allow-fast group parameter.
6381         (nnmairix-request-create-group): Set allow-fast group parameter if
6382         nnmairix-allowfast-default is set.
6383         (nnmairix-close-group): Propagate marks upon closing if needed.
6384         (nnmairix-group-toggle-threads-this-group): Use new.
6385         nnmairix-group-toggle-parameter helper function.
6386         (nnmairix-search): Better check for empty search result.
6387         (nnmairix-goto-original-article): Use new helper functions for
6388         determining original article.
6389         (nnmairix-show-original-article): Make sure message-id is in brackets.
6390         (nnmairix-call-mairix-binary): Change variable name.
6391         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6392         helper function.
6393         (nnmairix-widget-toggle-activate): Fix doc string.
6394
6395 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * nnir.el: Require edmacro when compiling with XEmacs.
6398         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6399         available in Emacs 21.
6400
6401 2008-06-11  Glenn Morris  <rgm@gnu.org>
6402
6403         * gnus-util.el (x-focus-frame):
6404         * gnus.el (image-size):
6405         * mm-decode.el (image-size): Declare.
6406
6407         * gnus-picon.el (declare-function): Add compat definition.
6408         (image-size): Declare.
6409
6410         * gnus-group.el (tool-bar-map):
6411         * gnus-sum.el (tool-bar-map): Define for compiler.
6412
6413         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6414
6415         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6416
6417         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6418         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6419         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6420         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6421         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6422         * sieve-manage.el, spam-report.el, spam.el:
6423         Remove unnecessary eval-and-compile of autoloads.
6424
6425 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6426
6427         * auth-source.el: Precise Tramp doc.
6428
6429 2008-06-07  Glenn Morris  <rgm@gnu.org>
6430
6431         * nnmairix.el: Remove unnecessary eval-when-compile.
6432
6433 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * lpath.el: Fbind propertize for XEmacs 21.4.
6436
6437 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * nnir.el: Move here from ../contrib.
6440
6441 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6442
6443         * gnus-util.el (gnus-read-shell-command): New function.
6444         * mm-decode.el (mm-pipe-part):
6445         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6446
6447 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6450
6451 2008-06-03  Glenn Morris  <rgm@gnu.org>
6452
6453         * pop3.el (nnheader-accept-process-output): Autoload it.
6454
6455 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6458         are not 2-digit hexadecimal characters that follow `%'s.
6459
6460 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * message.el (message-bogus-recipient-p): Fix type in doc string.
6463         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6464         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6465         Improve custom options.
6466         (message-bogus-recipient-p): Adjust accordingly.
6467
6468 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6469
6470         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6471         long-form month and day names.
6472
6473 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * dgnushack.el: Autoload debug, eudc-expand-inline and
6476         pgg-snarf-keys-region for XEmacs.
6477
6478         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6479
6480         * nnmairix.el: Require edmacro when compiling with XEmacs.
6481
6482 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6485         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6486
6487 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6488
6489         * auth-source.el: Add more docs.
6490
6491         * netrc.el (netrc-machine): Always match if the port is not given.
6492
6493 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6496         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6497         retrieval faster in some cases, but might make CPU usage larger.
6498         If this has any bad side effects, we might revert this change.
6499
6500         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6501         seems to make mail retrieval much, much faster.
6502         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6503         unconditionally.
6504
6505         * gnus-draft.el (gnus-group-send-queue):
6506         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6507
6508 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6511
6512         * message.el (message-bogus-address-regexp): Fix and improve custom
6513         type.
6514         (message-setup-hook): Add message-check-recipients as custom option.
6515
6516 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * message.el (message-cite-function): Remove bogus autoload which crept
6519         in during merge from v5-10.
6520
6521 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6522
6523         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6524
6525         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6526
6527         * auth-source.el: Preliminary Tramp docs.
6528         (auth-sources): Change the default auth-sources to use
6529         EPA .gpg files.
6530
6531 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * nntp.el: Autoload `auth-source-user-or-password'.
6534         (nntp-send-authinfo): Use it.
6535
6536         * nnimap.el: Autoload `auth-source-user-or-password'.
6537         (nnimap-open-connection): Use it.
6538
6539         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6540         for the gnus-message function.
6541         (auth-source-user-or-password): Use it.
6542
6543 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6544
6545         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6546         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6547         (rfc2104-hash): Use it.
6548
6549 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6550
6551         * gnus-art.el (gnus-article-toggle-truncate-lines):
6552         Don't use `iff' in docstring.
6553
6554 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6557
6558         * gnus-util.el (gnus-extract-address-component-name)
6559         (gnus-extract-address-component-email): Convenience functions around
6560         `gnus-extract-address-components'.
6561
6562         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6563         Use `gnus-extract-address-component-email' to fix bug of comparing full
6564         sender name to `user-mail-address'.
6565
6566 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6567
6568         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6569         catch/throw to optimize.
6570         (gnus-registry-find-keywords): Just use member to find a keyword.
6571
6572 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6575         is current before calling gnus-server-prepare.
6576         (gnus-server-setup-buffer, gnus-server-update-server)
6577         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6578
6579 2008-05-04  Juri Linkov  <juri@jurta.org>
6580
6581         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6582         (mailcap-file-default-commands): Use mailcap-replace-in-string
6583         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6584         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6585
6586 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6587
6588         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6589
6590 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6591
6592         * gnus.el: Bump version to 0.11.
6593
6594 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6595
6596         * gnus.el: No Gnus v0.10 is released.
6597
6598 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6601         hooks.
6602         (gnus-update-read-articles): Speed up non-marks-using users.
6603         (gnus-use-marks): Define gnus-use-marks.
6604         (gnus-propagate-marks): Rename variable to something more sensible.
6605
6606 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6607
6608         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6609         (gmm-image-load-path-for-library): Fix typos in docstrings.
6610         (gmm-message): Reflow docstring.
6611
6612 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * mail-source.el (mail-source-set-1, mail-source-bind):
6615         Move auth-source code out of the macro to clean it up and fix bugs.
6616
6617 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6620         by sender if it's equal to user-mail-address, it's likely to be
6621         useless.
6622
6623         * mail-source.el (mail-source-bind): Don't use user or password if they
6624         are not bound.  Unintern them if they are nil.  Don't use server unless
6625         it's bound, and default it to empty string otherwise.
6626
6627 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * mail-source.el: Load auth-source.el.
6630         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6631         get user name or password, if auth-sources is set up.
6632
6633         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6634         strategy of splitting with parent.
6635         (gnus-registry-split-fancy-with-parent)
6636         (gnus-registry-post-process-groups): Use it and fix prior
6637         bug (returning a list as the split result).
6638
6639         * auth-source.el (auth-sources): Remove server parameter.
6640         (auth-source-pick, auth-source-user-or-password)
6641         (auth-source-user-or-password-imap)
6642         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6643         (auth-source-user-or-password-sftp)
6644         (auth-source-user-or-password-smtp): Remove server parameter.
6645
6646 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6647
6648         * smime.el (smime-sign-region, smime-encrypt-region)
6649         (smime-decrypt-region):
6650         Remove redundant calls to `generate-new-buffer-name'.
6651
6652 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6653
6654         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6655         Don't use QP for message/rfc822.
6656         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6657
6658 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6659
6660         * sieve-manage.el (sieve-string-bytes): Remove.
6661         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6662         correct byte-length only if the process's coding-system is the same as
6663         the one used internally by Emacs to represent strings.
6664
6665 2008-04-22  Juri Linkov  <juri@jurta.org>
6666
6667         * mailcap.el (mailcap-file-default-commands): New function.
6668
6669 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * message.el (message-signature-separator, message-cite-function):
6672         Change custom version.
6673
6674 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6675
6676         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6677         commands.
6678         (tls-checktrust): Ditto.
6679
6680 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * mm-decode.el (mm-display-external): Make temp file read-only.
6683
6684 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6687         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6688         `C-c C-f d'.
6689
6690 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6691
6692         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6693
6694 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * gnus.el: Bump version to 0.9.
6697
6698 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * gnus.el: No Gnus v0.8 is released.
6701
6702 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6703
6704         * mail-source.el (mail-source-value):
6705         Prefer fboundp to functionp so it works with macros as well.
6706
6707 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6708
6709         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6710         Fix last change in case the element is not even a symbol.
6711
6712 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6715         Prefer fboundp to functionp so it works with macros as well.
6716
6717 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6718
6719         * auth-source.el: Add docs.
6720         (auth-sources): Modify format to support server.
6721         (auth-source-pick, auth-source-user-or-password)
6722         (auth-source-user-or-password-imap)
6723         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6724         (auth-source-user-or-password-sftp)
6725         (auth-source-user-or-password-smtp): Add server parameter.
6726
6727 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * gnus-registry.el: Initialize the registry when gnus-registry-install
6730         is t.
6731
6732 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * compface.el (uncompface): Make buffer unibyte.
6735
6736 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6737
6738         * mail-source.el (mail-source-value):
6739         Prefer fboundp to functionp so it works with macros as well.
6740
6741 2008-04-05  Glenn Morris  <rgm@gnu.org>
6742
6743         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6744
6745 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6748         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6749
6750         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6751         multibyteness after rather than before erasing it.
6752
6753         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6754         mm-with-multibyte.
6755         (gnus-request-article-this-buffer): Make sure the proper decoding is
6756         used if gnus-original-article-buffer happens to be unibyte.
6757
6758         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6759         default-enable-multibyte-characters.
6760
6761         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6762         default-enable-multibyte-characters.
6763
6764         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6765
6766         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6767
6768 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6769
6770         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6771         Fix last change in case the element is not even a symbol.
6772
6773 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6774
6775         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6776         (imap-message-copyuid-1): Use it.
6777         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6778         J. Williams in
6779         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6780
6781         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6782         imap-enable-exchange-bug-workaround.
6783         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6784
6785 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6786
6787         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6788         a 100 byte status-checks into a 2-3MB transfer for each group.
6789         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6790         to enable bug workaround or not.
6791         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6792
6793 2008-03-31  Glenn Morris  <rgm@gnu.org>
6794
6795         * message.el (mml2015-use): Declare for compiler.
6796         (message-info): Require mml2015 when appropriate.
6797
6798 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6801         whitespace.
6802
6803 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6806         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6807         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6808         (nntp-service-to-port): New function.
6809         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6810         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6811         (nntp-open-netcat-stream): New function.
6812         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6813
6814 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6815
6816         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6817
6818 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6819
6820         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6821
6822 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6823
6824         * dns.el (dns-write): Use set-buffer-multibyte.
6825
6826 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6827
6828         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6829
6830 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * message.el (message-signature-separator): Change default.
6833         Improve custom type.
6834         (message-cite-function): Change default to
6835         message-cite-original-without-signature.
6836
6837         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6838         toggle.
6839
6840         * message.el (message-check-news-body-syntax): Fix signature check.
6841         (message-setup-1): Mark buffer as unmodified _after_ running
6842         message-setup-hook and handling message-alternative-emails.
6843         (message-shorten-references): Be more strict when building list of
6844         valid references to comply with GNKSA.
6845
6846         * gnus-group.el (gnus-read-ephemeral-bug-group)
6847         (gnus-read-ephemeral-debian-bug-group)
6848         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6849
6850         * message.el (message-info): Don't use booleanp which isn't supported
6851         in Emacs 21 and XEmacs.
6852
6853 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6856         gnus-group-gmane-group-download-format.
6857         (gnus-group-read-ephemeral-gmane-group): Rename from
6858         gnus-group-read-ephemeral-gmane-group.
6859         (gnus-read-ephemeral-gmane-group-url): Rename from
6860         gnus-group-read-ephemeral-gmane-group-url.
6861         (gnus-bug-group-download-format-alist): New variable.
6862         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6863         (gnus-read-ephemeral-emacs-bug-group): New commands.
6864
6865 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6868         (gnus-visible-headers): Improve custom type.
6869
6870 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * mml.el (mml-menu): Add workarounds for XEmacs.
6873
6874         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6875         X-Boundary header.
6876
6877         * message.el (message-simplify-recipients): Fix previous commit.
6878
6879 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6880
6881         * mm-util.el (mm-set-buffer-multibyte): New function.
6882         * mm-decode.el (mm-copy-to-buffer): Use it.
6883
6884         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6885         Prefer fboundp to functionp so it works with macros as well.
6886
6887 2008-03-19  Glenn Morris  <rgm@gnu.org>
6888
6889         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6890         Accidentally removed in the sync process with Emacs.
6891
6892 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * message.el (message-alter-recipients-discard-bogus-full-name):
6895         New function.
6896         (message-alter-recipients-function): New variable.
6897         (message-get-reply-headers): Use it.
6898         (message-replace-header): New helper function.
6899         (message-recipients-without-full-name): New variable.
6900         (message-simplify-recipients): New command.
6901
6902         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6903
6904         * message.el (message-info): Handle EasyPG manual.
6905
6906         * mml.el (mml-menu): Add entry for EasyPG.
6907
6908 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6909
6910         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6911         parameter.
6912
6913         * message.el (message-disassociate-draft): Specify drafts group name
6914         fully.
6915
6916 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6919         Eliminate unnecessary duplicates from the match list.
6920
6921 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6924
6925         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6926
6927         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6928         args of `how-many' of which the XEmacs version doesn't take; declare
6929         Info-index-next as function.
6930
6931 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * gnus-score.el (gnus-score-headers): Fix handling of
6934         gnus-inhibit-slow-scoring.
6935
6936         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6937         string.
6938         (gnus-button-url-regexp): Improve handling of parenthesis.
6939         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6940         (gnus-button-handle-info-keystrokes): Handle index entries.
6941
6942 2008-03-15  Glenn Morris  <rgm@gnu.org>
6943
6944         * parse-time.el (parse-time-string): Simplify.
6945
6946 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6949         Incoming* files.
6950
6951 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * auth-source.el (auth-sources): Rename from auth-source-choices.
6954         (auth-source-pick): Use it.
6955
6956 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6957
6958         * binhex.el (binhex-decode-region-internal):
6959         * uudecode.el (uudecode-decode-region-internal):
6960         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6961         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6962         setting default-enable-multibyte-characters.
6963
6964 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * auth-source.el (auth-source-protocols)
6967         (auth-source-protocols-customize, auth-source-choices): Add and
6968         modified variable customizations and defaults.
6969         (auth-source-pick, auth-source-user-or-password)
6970         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6971         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6972         (auth-source-user-or-password-sftp)
6973         (auth-source-user-or-password-smtp): Use new variables and provide an
6974         interface to netrc.el.
6975
6976 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6979         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6980         Make sure the nntp port to specify is a string.
6981
6982 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6983
6984         * nntp.el: Use with-current-buffer.
6985         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6986         dubious mm-with-unibyte-current-buffer.
6987         (nntp-with-open-group-function): New function extracted from
6988         nntp-with-open-group macro.
6989         (nntp-with-open-group): Use the function, so it's easier to debug.
6990         Add indentation and debugging info.
6991         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6992         Recommend the use of the netcat alternatives.
6993
6994         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6995         Avoid mm-string-as-multibyte as well.
6996
6997         * nnweb.el (nnweb-insert-html):
6998         Remove use of nnheader-string-as-multibyte.
6999
7000         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7001         (nnheader-string-as-multibyte): Remove.
7002
7003         * mm-view.el: Use inhibit-read-only.
7004         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7005         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7006         or unibyte-string.
7007
7008         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7009         (mm-uu-yenc-extract): Use with-current-buffer.
7010
7011         * gnus-soup.el (gnus-soup-send-packet): Don't use
7012         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7013
7014         * nnmh.el: Use with-current-buffer.
7015         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7016         mm-string-as-multibyte on the output of mm-encode-coding-string.
7017
7018         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7019         (nnimap-request-move-article): Use with-current-buffer.
7020
7021         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7022         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7023         conversion uses string-make-unibyte rather than string-as-unibyte.
7024
7025         * gnus-msg.el: Use with-current-buffer.
7026
7027         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7028
7029 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7030
7031         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7032         string for caching if it is 'PIN.
7033
7034 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * lpath.el: Consider the case without Emacs/W3.
7037
7038 2008-03-08  Glenn Morris  <rgm@gnu.org>
7039
7040         * time-date.el (date-to-time, time-subtract, time-add)
7041         (safe-date-to-time): Doc fixes.
7042
7043 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * mail-source.el (mail-source-delete-old-incoming-confirm):
7046         Change default to nil.
7047         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7048
7049 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * lpath.el: Rearrange.
7052
7053         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7054         (gnus-article-goto-prev-page): Work for articles having ^L's.
7055
7056         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7057
7058         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7059
7060 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7061
7062         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7063         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7064         (gnus-bookmark-jump): Adjust some variable names.
7065
7066 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7067
7068         * auth-source.el: New package.
7069         (auth-source-choices): Add customization entry point variable.
7070
7071         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7072         bug.
7073
7074 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7077         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7078         (gnus-registry-install-shortcuts): Rename from
7079         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7080         the `gnus-registry-mark-map' keymap dynamically from
7081         `gnus-registry-marks'.  The generated functions update the summary line
7082         when a registry mark is added or deleted, and will call
7083         `gnus-registry-install-p' (see the comments in the code).
7084         (gnus-registry-user-format-function-M): Use concat intelligently.
7085
7086         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7087         the registry mark functions.
7088
7089 2008-03-05  Glenn Morris  <rgm@gnu.org>
7090
7091         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7092         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7093         gnus-art.
7094         (top-level): No need to load own source when compiling.
7095
7096 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7099         Suggested by <chris.anderton@zetnet.co.uk>.
7100
7101 2008-03-04  Glenn Morris  <rgm@gnu.org>
7102
7103         * gnus-sum.el (top-level): No need to require gnus when compiling,
7104         since unconditionally required near start of file.
7105         (gnus-summary-display-while-building): Move definition before use.
7106
7107 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * gnus-registry.el (gnus-registry-user-format-function-M):
7110         Add formatting function.
7111
7112 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7115         with plists.
7116         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7117         Use new format.
7118
7119 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7122         `where-is-internal' that returns a range of key sequences.
7123
7124 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7125
7126         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7127
7128         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7129         (gnus-summary-jump-to-group): Consider windows on other displayed
7130         frames as well.  Similar changes might be needed elsewhere, but that's
7131         the one I've bumped into during my use.
7132
7133         * nndoc.el (nndoc-oe-dbx-type-p):
7134         * gnus-msg.el (gnus-debug):
7135         * gnus-group.el (gnus-update-group-mark-positions):
7136         Use mm-string-to-multibyte.
7137
7138 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7141         doesn't handle NotDashEscaped.
7142
7143         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7144         (mml-dnd-attach-options): Fix typo in custom choice.
7145
7146         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7147         Change nndoc-article-type to mbox.
7148         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7149
7150         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7151         to nil, instead of html2text.
7152
7153         * imap.el (imap-debug): Add `imap-ping-server'.
7154
7155         * gnus-bookmark.el: Add FIXMEs.
7156
7157         * message.el (message-form-letter-separator)
7158         (message-send-form-letter-delay): New variables.
7159         (message-send-form-letter): Use them.  New command to send form
7160         letters.  Requested by Uwe Siart.
7161         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7162
7163 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * Update copyright years.
7166
7167 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         Sync from EMACS_22_BASE.
7170
7171         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7172
7173 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7174
7175         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7176         empty author.
7177
7178 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * gnus-registry.el (gnus-registry-marks): Add variable for
7181         customization of marks and their appearance.
7182         (gnus-registry-read-mark): Use it.
7183         (gnus-registry-do-marks): Add utility function to loop through
7184         `gnus-registry-marks'.
7185         (gnus-registry-install-shortcuts-and-menus): Add function to install
7186         shortcuts and menus.
7187         (gnus-registry-initialize): Use it.
7188         (gnus-registry-default-mark): Clarify documentation.
7189
7190 2008-02-29  Glenn Morris  <rgm@gnu.org>
7191
7192         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7193         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7194         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7195         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7196         Change defcustom :version from 23.0 to 23.1.
7197
7198 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * gnus-registry.el (gnus-registry-follow-group-p)
7201         (gnus-registry-post-process-groups): Add functions to aid registry
7202         splitting and improve logging.  Clarify behavior in function
7203         documentation.
7204         (gnus-registry-split-fancy-with-parent): Use them.
7205
7206 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7207
7208         * gnus-art.el: Use with-current-buffer.
7209
7210 2008-02-27  David Engster  <dengste@eml.cc>
7211
7212         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7213         Express real group name in the response.
7214
7215 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7218         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7219         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7220         autoload gnus-registry-fetch-group when compiling.
7221         (nnmairix-request-group-with-article-number-correction):
7222         Remove unreferenced argument passed to nnmairix-call-backend.
7223
7224 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7227         (mm-uu-extract): Improve face for low color ttys.
7228         Reported by Sascha Wilde.
7229
7230 2008-02-27  Glenn Morris  <rgm@gnu.org>
7231
7232         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7233         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7234         variables to defconsts.  Convert comments to doc-strings.
7235         (nnmairix-last-server, nnmairix-current-server): Convert from free
7236         variables to defvars.  Convert comments to doc-strings.
7237         (gnus-registry-fetch-group): Autoload.
7238         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7239         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7240         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7241         caddr.
7242         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7243         nnmairix-request-group-with-article-number-correction call.
7244         (nnmairix-fast, nnmairix-group): New, less general names, for free
7245         variables passed from nnmairix-request-group to
7246         nnmairix-request-group-with-article-number-correction.  Declare.
7247         (nnmairix-request-group-with-article-number-correction):
7248         Use nnmairix-fast, nnmairix-group rather than fast, group.
7249
7250 2008-02-26  David Engster  <dengste@eml.cc>
7251
7252         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7253         version 0.5.
7254
7255 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7258         instead of making an extra function call.  Don't add the current group
7259         to articles only when they have the group.  Use
7260         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7261         Reported by David <de_bb@arcor.de>.
7262
7263 2008-02-24  Miles Bader  <miles@gnu.org>
7264
7265         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7266         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7267         (mm-find-mime-charset-region):
7268         * mm-bodies.el (mm-encode-body):
7269         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7270
7271 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7274         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7275
7276 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * mail-source.el (mail-source-delete-incoming): Change default.
7279         Supplement doc string.
7280
7281         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7282
7283 2008-02-14  Glenn Morris  <rgm@gnu.org>
7284
7285         * time-date.el (format-seconds): New function.
7286
7287 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * nnmail.el (nnmail-message-id-cache-file): Derive from
7290         `gnus-home-directory'.
7291
7292 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7295         Document negative prefix.
7296
7297         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7298
7299 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * message.el (message-unsent-separator): Add the Exim bounce
7302         separator.
7303
7304 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7305
7306         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7307         list.
7308         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7309         recipient/signer list.
7310
7311 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * Makefile.in (datarootdir): Define.
7314         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7315         name that might contain whitespace.
7316
7317 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7320         fbound (Emacs 23 unicode), signal an error.
7321
7322 2008-02-08  Glenn Morris  <rgm@gnu.org>
7323
7324         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7325
7326 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7327
7328         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7329         ports to the calls to `netrc-machine-user-or-password' in addition to
7330         "imap" and "imaps".
7331
7332 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7333
7334         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7335
7336         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7337
7338 2008-02-01  Kenichi Handa  <handa@m17n.org>
7339
7340         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7341         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7342         (rfc2104-hash): Convert the result of concat to unibyte string.
7343
7344 2008-02-01  Dave Love  <fx@gnu.org>
7345
7346         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7347         coding-system-for-read.
7348         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7349
7350 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7353         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7354         <hanche@math.ntnu.no>.
7355
7356 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7359
7360         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7361
7362 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7363
7364         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7365         * message.el (message-beginning-of-line): Use featurep instead of bound
7366         tests in order to resolve conditionals at compile time.
7367
7368 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7369
7370         * mail-source.el (mail-sources): Add `group' choice.
7371
7372         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7373         parameter `in-group' to control into which group the articles go.
7374         Add treatment of `group' mail-source.
7375
7376 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7379
7380         * mm-decode.el (mm-dissect-buffer): Decode description.
7381
7382         * mml.el (mml-to-mime): Encode message header first.
7383
7384 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7387         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7388
7389         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7390         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7391
7392 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7395
7396 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7399         prefix keys.
7400         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7401         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7402         gnus-xmas.el.
7403
7404         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7405         (gnus-xmas-article-describe-bindings): New function.
7406         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7407         gnus-xmas-article-describe-bindings.
7408
7409         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7410
7411 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7412
7413         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7414         Add new variables for article mark management.
7415         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7416         list of extra data entries which, when present, will indicate that the
7417         article ID should not be trimmed from the registry.
7418         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7419         functions.
7420         (gnus-registry-read-mark): New function to read a mark name from the
7421         user.
7422         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7423         (gnus-registry-set-article-mark-internal): New functions to add and
7424         remove marks.
7425         (gnus-registry-get-article-marks): New function to show the marks for
7426         an article, or retrieve them for further use.
7427
7428 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7431         keys when no argument is given.
7432
7433 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * imap.el (imap-ping-server): New variable.
7436         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7437         (imap-ping-server): Minor doc string fixes.
7438
7439 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7440
7441         * imap.el (imap-ping-server): New function.
7442         (imap-opened): Call imap-ping-server.
7443
7444 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-sum.el (gnus-article-sort-by-random)
7447         (gnus-thread-sort-by-random): Fix doc strings.
7448         Reported by jidanni@jidanni.org.
7449
7450 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-art.el (gnus-article-describe-bindings): New function.
7453         (gnus-article-read-summary-keys): Use it.
7454         (gnus-article-mode-map): Bind `C-h b' to it.
7455
7456 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7459         XEmacs.
7460         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7461         Protect against non-character events.
7462
7463         * lpath.el: Fbind map-keymap for Emacs 21.
7464
7465 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7468         New command.
7469         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7470         instead of END.  Change name of the temp file.
7471         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7472         customizable.
7473
7474 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7477         bind `S W' to gnus-article-wide-reply-with-original; set default
7478         binding to gnus-article-read-summary-send-keys.
7479         (gnus-article-read-summary-keys): Fix the order of keys; display
7480         continuation keys correctly in the echo area; describe bindings
7481         correctly when keys end with `C-h'.
7482         (gnus-article-read-summary-send-keys): New function.
7483         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7484         Work for gnus-article-read-summary-send-keys; display continuation keys
7485         correctly in the echo area.
7486         (gnus-article-reply-with-original): Ignore prefix argument.
7487         (gnus-article-wide-reply-with-original): New function.
7488
7489         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7490         Emacs 21.
7491
7492 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7495         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7496
7497 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7500         (gnus-group-read-ephemeral-gmane-group): New command.
7501
7502 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7503
7504         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7505
7506 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * message.el (message-send-mail-function): Increase custom version.
7509
7510         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7511         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7512
7513 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7514
7515         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7516         for the cases where imap-authenticate is called with a nil buffer
7517         parameter.
7518
7519 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7522         html parts correctly; support forwarded messages.
7523         (gnus-article-browse-html-article): Remove work buffers.
7524
7525         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7526         compiling.
7527         (netrc-bound-and-true-p): New macro.
7528         (netrc-parse): Use it instead of bound-and-true-p that is not available
7529         in XEmacs 21.4.
7530
7531 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7532
7533         * gnus-registry.el (gnus-registry-mark-article)
7534         (gnus-registry-article-marks): Add functionality to mark articles
7535         through the Gnus registry.
7536
7537         * encrypt.el: Clarify documentation for the new pgg method.
7538         (encrypt-file-alist): Add PGG option.
7539         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7540         functionality.  Abstract password key and messaging to external
7541         functions.
7542         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7543         (encrypt-message-method-and-cipher): Add new convenience external
7544         functions.
7545         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7546         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7547
7548         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7549         (netrc-parse): Use encrypt-file-alist to determine if
7550         encrypt-find-model or encrypt-insert-file-contents should be used.
7551
7552         * encrypt.el: Clarify documentation.  Load password-cache or
7553         password, whichever one is found first, instead of autoloading.
7554
7555 2007-12-19  Glenn Morris  <rgm@gnu.org>
7556
7557         * mml.el (message-options-set, message-narrow-to-head)
7558         (message-in-body-p, message-mail-p, message-encode-message-body):
7559         Autoload.
7560         (message-remove-header, message-narrow-to-headers-or-head)
7561         (message-subscribed-p, message-make-mail-followup-to)
7562         (message-position-on-field, message-news-p)
7563         (message-options-set-recipient, message-generate-headers)
7564         (message-sort-headers): Declare as functions.
7565
7566 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7569         convention in doc string.
7570
7571 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7574         title to html parts.
7575         (gnus-article-browse-html-article): Pass message header to it.
7576
7577         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7578
7579 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7582         or password compatible with XEmacs.
7583
7584 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7587         format document.
7588         (gnus-mime-delete-part): Don't write description line if empty.
7589         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7590
7591 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7592
7593         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7594         (gnus-summary-mark-read-and-unread-as-read)
7595         (gnus-summary-mark-current-read-and-unread-as-read)
7596         (gnus-summary-mark-unread-as-ticked): Doc fix.
7597         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7598
7599 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7602         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7603
7604 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7607         yes-or-no-p.
7608
7609 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * mm-decode.el (mm-add-meta-html-tag): New function.
7612         (mm-save-part-to-file, mm-pipe-part): Use it.
7613
7614         * gnus-art.el (gnus-article-browse-delete-temp-files):
7615         Use gnus-y-or-n-p instead of y-or-n-p.
7616         (gnus-article-browse-html-parts): Work with message/external-body; use
7617         mm-add-meta-html-tag.
7618
7619 2007-12-11  Glenn Morris  <rgm@gnu.org>
7620
7621         * gnus-cache.el: Require gnus-sum not just when compiling.
7622
7623         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7624
7625         * gnus-int.el (gnus-server-opened, gnus-status-message):
7626         Move definitions before use.
7627
7628         * mm-decode.el: Require gnus-util.
7629         (mm-remove-part): Only call delete-annotation on XEmacs.
7630
7631         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7632
7633         * nnmail.el: Require gnus-int.
7634
7635         * spam.el: Move `require's before `eval-when-compile's.
7636
7637         * gnus-ems.el (gnus-alive-p):
7638         * gnus-fun.el (message-goto-eoh):
7639         * gnus-util.el (gnus-group-name-decode):
7640         * mail-source.el (gnus-compress-sequence):
7641         * message.el (Info-goto-node, format-spec):
7642         * mm-bodies.el (message-options-get):
7643         * mm-decode.el (mm-view-pkcs7):
7644         * mm-util.el (gmm-write-region):
7645         * mml-smime.el (mml-compute-boundary)
7646         (gnus-completing-read-with-default):
7647         * mml.el (widget-button-press, gnus-make-hashtable):
7648         * mml1991.el (mm-decode-content-transfer-encoding)
7649         (mm-encode-content-transfer-encoding)
7650         (message-options-get, message-options-set):
7651         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7652         * nnfolder.el (gnus-request-group):
7653         * nnheader.el (ietf-drums-unfold-fws):
7654         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7655         * smime.el (gnus-run-mode-hooks):
7656         * spam-stat.el (gnus-message): Autoload.
7657
7658         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7659         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7660         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7661         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7662         Add declare-function compatibility definition.
7663
7664         * gnus-cache.el (nnvirtual-find-group-art):
7665         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7666         (gnus-add-image, gnus-add-wash-type):
7667         * gnus-group.el (nnkiboze-score-file):
7668         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7669         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7670         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7671         (message-tokenize-header, gnus-get-buffer-create)
7672         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7673         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7674         * gnus.el (gnus-group-decoded-name):
7675         * mail-source.el (imap-capability):
7676         * mm-bodies.el (message-options-set):
7677         * mm-decode.el (gnus-configure-windows):
7678         * mm-extern.el (message-goto-body):
7679         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7680         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7681         (epg-sub-key-validity, message-options-set):
7682         * mml.el (widget-event-point, gnus-configure-windows):
7683         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7684         * mml2015.el (epg-check-configuration, epg-configuration)
7685         (message-options-set):
7686         * nndb.el (nndb-request-article):
7687         * nnfolder.el (gnus-request-create-group):
7688         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7689         * nnmaildir.el (gnus-group-mark-article-read):
7690         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7691         * rfc1843.el (message-fetch-field):
7692         * spam.el (gnus-extract-address-components):
7693         Declare as functions.
7694
7695 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7698
7699         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7700
7701         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7702         bind show-trailing-whitespace for XEmacs.
7703
7704 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7707         new no-op macro for backward compatibility.
7708
7709         * imap.el (imap-string-to-integer): New function.
7710
7711 2007-12-09  Glenn Morris  <rgm@gnu.org>
7712
7713         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7714
7715         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7716         * message.el, mm-view.el, sieve-manage.el, smime.el:
7717         Add declare-function compatibility definition.
7718
7719         * gnus-art.el (w3-region, w3m-region, Info-menu):
7720         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7721         * gnus-sum.el (gnus-get-predicate):
7722         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7723         * message.el (mail-abbrev-in-expansion-header-p):
7724         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7725         (w3m-detect-meta-charset, w3m-region):
7726         * sieve-manage.el (password-read, password-cache-add)
7727         (password-cache-remove):
7728         * smime.el (password-read-and-add): Declare as functions.
7729
7730 2007-12-08  David Kastrup  <dak@gnu.org>
7731
7732         * gnus-sum.el (gnus-summary-simplify-subject-query):
7733         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7734         `message'.
7735
7736 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7739         it to bind idna-program, installation-directory, defined-colors, and
7740         face-attribute for XEmacs of the version that compiles defcustom forms.
7741
7742 2007-12-07  Glenn Morris  <rgm@gnu.org>
7743
7744         * gnus-art.el (article-make-date-line): Revert previous change.
7745
7746 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7749
7750 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7751
7752         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7753         Call gnus-add-to-range ranges only once with a prepared article-list.
7754
7755 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7756
7757         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7758         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7759         group names with backslashes.
7760         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7761
7762 2007-12-06  Deepak Goel  <deego3@gmail.com>
7763
7764         * gnus-art.el (article-make-date-line):
7765         * gnus-start.el (gnus-load):
7766         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7767
7768 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * gnus-art.el (gnus-use-idna)
7771         * gnus-start.el (gnus-site-init-file)
7772         * message.el (message-use-idna)
7773         * mm-uu.el (mm-uu-hide-markers)
7774         * smiley.el (smiley-style): Revert changes that suppress warnings.
7775
7776 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7779         specify charset to html source.
7780         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7781
7782 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7785         idna-program in order to suppress byte compile warning issued by XEmacs
7786         that came to byte compile the default value section of defcustom forms
7787         recently.
7788
7789         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7790         value of installation-directory.
7791
7792         * message.el (message-use-idna): Don't directly refer to the value of
7793         idna-program.
7794
7795         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7796
7797         * smiley.el (smiley-style): Don't directly call face-attribute.
7798
7799 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7802
7803         * gnus-dired.el: Reduce Gnus dependencies.
7804         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7805         Don't require.  Use autoloads instead.
7806         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7807         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7808         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7809         (gnus-dired-mode): Adjust doc string.
7810         (gnus-dired-mail-mode): New variable.
7811         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7812         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7813         (gnus-dired-mail-buffers): New function.  Return mail or message
7814         composition buffers.
7815         (gnus-dired-attach): Use it.
7816         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7817         NO-DECODE.
7818         (gnus-dired-print): Use `gnus-print-buffer' depending on
7819         `gnus-dired-mail-mode'.
7820
7821 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * rfc2047.el (rfc2047-encoded-word-regexp)
7824         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7825         explaining what regexp patterns are for.
7826
7827 2007-12-04  Glenn Morris  <rgm@gnu.org>
7828
7829         * password.el: Move to password-cache.el.
7830
7831         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7832         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7833         * mml-smime.el (password-read, password-cache-add)
7834         (password-cache-remove):
7835         No need to autoload, since mml-sec requires password.
7836
7837         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7838         * message.el (gnus-extract-address-components):
7839         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7840
7841         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7842         password.
7843
7844 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * mailcap.el: Reduce dependencies.
7847         (mail-header-parse-content-type): Autoload.
7848         (mailcap-delete-duplicates): New alias.
7849         (mailcap-mime-info): Add optional argument NO-DECODE.
7850         (mailcap-mime-types): Use mailcap-delete-duplicates.
7851
7852         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7853
7854 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7855
7856         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7857         (imap-parse-status): Upcase status-att for servers that sends them
7858         lower-case (e.g., MS Exchange 2007).
7859
7860 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7863         function.
7864
7865         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7866         (gnus-uu-yenc-article): New function.
7867
7868         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7869
7870         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7871
7872 2007-12-02  Glenn Morris  <rgm@gnu.org>
7873
7874         * binhex.el (binhex): New custom group.
7875         (binhex-decoder-program, binhex-decoder-switches)
7876         (binhex-use-external): Move to the binhex custom group.
7877
7878         * uudecode.el (uudecode): New custom group.
7879         (uudecode-decoder-program, uudecode-decoder-switches)
7880         (uudecode-use-external): Move to the uudecode custom group.
7881
7882         * netrc.el (top-level): Don't load `encrypt' features.
7883         (netrc-parse): Don't use encrypt.
7884         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7885
7886         * encrypt.el: Remove file.
7887
7888 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7891         matches on patches.
7892
7893         * gnus-art.el (gnus-article-browse-html-article):
7894         Mention `mm-text-html-renderer' in the doc string.
7895
7896         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7897         string.  Add comments.
7898
7899         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7900         if rhs is ASCII.
7901
7902 2007-12-01  Glenn Morris  <rgm@gnu.org>
7903
7904         * mail-source.el (top-level): Require format-spec before
7905         eval-when-compile.
7906
7907 2007-11-30  Glenn Morris  <rgm@gnu.org>
7908
7909         * encrypt.el: Require password, rather than autoloading password-read.
7910
7911 2007-11-29  Glenn Morris  <rgm@gnu.org>
7912
7913         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7914         (sasl-make-client, sasl-next-step, sasl-step-data)
7915         (sasl-step-set-data): Declare as functions.
7916
7917 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7920
7921 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7922
7923         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7924         certs should be verified and what is to be done in the event of a
7925         verification failure.
7926
7927         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7928         caller can indicate whether the cache should be disregarded for this
7929         call.  This way the result of the call is reproducible at all times and
7930         can be considered a canonical server name for the supplied method.
7931         (gnus-agent-method-p): Canonicalize server names by pushing their
7932         method through `gnus-method-to-server' using the no-cache argument.
7933
7934         * gnus-srvr.el (gnus-server-insert-server-line):
7935         Call `gnus-method-to-server' with `no-cache' argument.
7936
7937         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7938         gnus-agent-possibly-synchronize-flags as this should be called when the
7939         server is actually being opened.
7940         (gnus-agent-possibly-synchronize-flags)
7941         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7942         flags file of an agentized server to the latter function.
7943
7944         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7945         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7946         after a connection has been established successfully.
7947
7948 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus-art.el (article-display-face): Force to display face if called
7951         interactively; check if gnus-article-x-face-too-ugly matches author.
7952         (article-display-x-face): Display face even if From header is missing
7953         as article-display-face does.
7954
7955 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7956
7957         * hashcash.el (message-narrow-to-headers-or-head)
7958         (message-fetch-field, message-goto-eoh)
7959         (message-narrow-to-headers): Declare as functions.
7960
7961 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * mail-source.el (mail-sources): Default to fetch from file for
7964         compatibility with default of nnmail-spool-file.
7965
7966 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7969         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7970         to look for encoded word that should be encoded again.
7971         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7972         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7973         encoding pattern.
7974         (rfc2047-decode-region): Switch strict regexp and loose one according
7975         to rfc2047-allow-irregular-q-encoded-words.
7976
7977 2007-11-25  Romain Francoise  <romain@orebokech.com>
7978
7979         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7980
7981 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * tls.el (tls-program): Provide more custom choices from
7984         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7985         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7986
7987 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7990         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7991
7992         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7993         `nnmail-spool-file'.
7994
7995         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7996         `nnmail-spool-file'.
7997
7998         * gnus-move.el (gnus-change-server): Ditto.
7999
8000         * gnus-kill.el (gnus-batch-score): Ditto.
8001
8002         * gnus-cache.el (gnus-jog-cache): Ditto.
8003
8004         * gnus-msg.el (gnus-summary-reply):
8005         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8006
8007 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8010         version.  Minor improvement to doc strings.
8011         (tls-program): Add comment.
8012
8013 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8014
8015         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8016         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8017         mismatch between the hostname provided in the certificate and the name
8018         of the host connnecting to.
8019         (open-tls-stream): Use them.  Check certificates against trusted root
8020         certificates.
8021
8022 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-cache.el (gnus-cache-generate-nov-databases):
8025         Use nnml-generate-nov-databases-directory instead of
8026         nnml-generate-nov-databases-1.
8027
8028 2007-11-24  Glenn Morris  <rgm@gnu.org>
8029
8030         * message.el (message-tool-bar-retro): Update for rename
8031         mail_send.xpm->mail-send.xpm.
8032
8033 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8036         `smime-ldap-search' for Emacs 22 and up.
8037
8038 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8039
8040         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8041
8042         * message.el (message-send-mail-function): Fix error convention.
8043         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8044         (message-widen-reply, message-send-mail, message-talkative-question)
8045         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8046         (message-clone-locals, message-send-news): Use with-current-buffer.
8047         (message-insert-or-toggle-importance): Remove unused var `valid'.
8048         (message-make-references): Remove unused var `new-references'.
8049         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8050
8051 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8052
8053         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8054         (spam-split-symbolic-return-positive): Reflow docstring.
8055         (spam-backends, spam-summary-exit-behavior)
8056         (spam-mark-ham-unread-before-move-from-spam-group)
8057         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8058         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8059         (spam-clear-cache, spam-backend-check, spam-install-backend)
8060         (spam-install-statistical-backend, spam-list-of-processors)
8061         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8062         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8063         (spam-check-crm114, spam-initialize, spam-unload-hook):
8064         Fix typos in docstrings.
8065
8066 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8069         been checked if they have never been read and those group levels are
8070         higher than the one that a user specified.
8071
8072 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8075         foreign groups unless a group level is specified by a user.
8076         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8077
8078 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * message.el (message-send-mail-function): Require sendmail.
8081
8082 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * message.el (message-send-mail-function): Check for smtpmail too.
8085
8086         * utf7.el (utf7-encode, utf7-decode): Use coding system
8087         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8088
8089         * message.el (message-send-mail-function): New function.
8090         (message-send-mail-function): Set default using
8091         message-send-mail-function.  Adjust doc string.
8092         (message-send-mail-with-mailclient): New function.
8093
8094 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8095
8096         * smime.el (from):
8097         * rfc2047.el (message-posting-charset):
8098         * qp.el (mm-use-ultra-safe-encoding):
8099         * pop3.el (parse-time-months):
8100         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8101         * nnml.el (files):
8102         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8103         (jka-compr-compression-info-list, ange-ftp-path-format)
8104         (efs-path-regexp):
8105         * nndiary.el (files):
8106         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8107         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8108         (epg-digest-algorithm-alist, inhibit-redisplay)
8109         (password-cache-expiry):
8110         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8111         (pgg-output-buffer, password-cache-expiry):
8112         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8113         (efs-path-regexp):
8114         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8115         (inhibit-redisplay):
8116         * mm-uu.el (file-name, start-point, end-point, entry)
8117         (gnus-newsgroup-name, gnus-newsgroup-charset):
8118         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8119         (latin-unity-ucs-list):
8120         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8121         (mm-uu-binhex-decode-function):
8122         * message.el (gnus-message-group-art, gnus-list-identifiers)
8123         (rmail-enable-mime-composing, gnus-local-organization)
8124         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8125         (gnus-read-active-file, facemenu-add-face-function)
8126         (facemenu-remove-face-function, gnus-article-decoded-p)
8127         (tool-bar-mode):
8128         * mail-source.el (display-time-mail-function):
8129         * gnus-util.el (nnmail-pathname-coding-system)
8130         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8131         (gnus-original-article-buffer, gnus-user-agent)
8132         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8133         (xemacs-codename, sxemacs-codename, emacs-program-version):
8134         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8135         * gnus-start.el (gnus-agent-covered-methods)
8136         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8137         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8138         (gnus-newsgroup-headers, gnus-group-list-mode)
8139         (gnus-group-mark-positions, gnus-newsgroup-data)
8140         (gnus-newsgroup-unreads, nnoo-state-alist)
8141         (gnus-current-select-method, mail-sources)
8142         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8143         (nnmail-spool-file, gnus-cache-active-hashtb):
8144         * gnus-mh.el (mh-lib-progs):
8145         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8146         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8147         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8148         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8149         (gnus-group-buffer):
8150         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8151         (font-lock-set-defaults):
8152         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8153         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8154         (gnus-summary-post-menu, total-parts, type, condition, length):
8155         * gnus-agent.el (gnus-agent-read-agentview):
8156         * flow-fill.el (show-trailing-whitespace):
8157         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8158         eval-and-compile wrappers for byte compiler pacifiers.
8159
8160         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8161         (mm-display-inline-fontify): Check for featurep 'xemacs not
8162         extent-list.
8163
8164         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8165         itimer-list.
8166         (mm-create-image-xemacs): Only do something for XEmacs.
8167         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8168
8169         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8170
8171         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8172         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8173
8174 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8175
8176         * nnimap.el (nnimap-split-download-body):
8177         * gnus-demon.el (gnus-demon):
8178         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8179
8180 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8183         New macros.
8184         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8185         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8186         copy data from unibyte buffer to multibyte current buffer.
8187         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8188         to copy data from unibyte current buffer to multibyte buffer.
8189         (nntp-make-process-buffer): Make process buffer unibyte.
8190
8191         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8192
8193 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8194
8195         * pop3.el (pop3-open-server): Accept and process data more robustly at
8196         connexion start to avoid spurious "POP SSL connexion failed" errors.
8197
8198 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8201         read group names.
8202
8203 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8206
8207 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8210         (nnmail-save-active): Use a unibyte buffer when saving active file,
8211         which may contain non-ASCII group names.
8212
8213         * nnml.el (nnml-request-group): Decode group names in messages.
8214
8215 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * message.el (message-citation-line-function)
8218         (message-insert-formatted-citation-line): Fix spelling of
8219         `message-insert-formated-citation-line'.
8220
8221 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8224
8225 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8228         nnmail-pathname-coding-system.
8229
8230         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8231         that a user enters; decode group names in messages.
8232
8233         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8234
8235 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8238
8239         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8240
8241         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8242         risky local variable.
8243
8244         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8245
8246 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8247
8248         * encrypt.el: Improve documentation to fix function name typo.
8249         Reported by Daiki Ueno <ueno@unixuser.org>.
8250
8251 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8254         even if the point is not in the last page of an article.
8255         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8256         back to the previous page.
8257
8258 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8261
8262 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8265
8266 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8267
8268         * message.el (message-check-news-body-syntax):
8269         Avoid mm-string-as-multibyte.
8270         (message-hide-headers): Don't assume (point-min)==1.
8271
8272 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * message.el (message-remove-blank-cited-lines): Fix if remove is
8275         given.
8276         (message-bogus-address-regexp): New variable.
8277         (message-bogus-recipient-p): New function.
8278         (message-check-recipients): New command.
8279         (message-syntax-checks): Add `bogus-recipient'.
8280         (message-fix-before-sending): Add `bogus-recipient'.
8281
8282         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8283         (gnus-treat-body-boundary): Don't test window-system.
8284
8285 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8286
8287         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8288
8289 2007-10-28  Miles Bader  <miles@gnu.org>
8290
8291         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8292         at compile-time too.
8293
8294 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * gnus-msg.el (gnus-message-setup-hook):
8297         Add `message-remove-blank-cited-lines' to options.
8298
8299 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * message.el (message-remove-blank-cited-lines): New function.
8302         Suggested by Karl Plästerer.
8303
8304 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8307         mapc.
8308
8309         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8310         (top-level): Use mapc to set functions to be traced for debugging.
8311
8312         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8313         called for effect with while loop.
8314
8315         * message.el (message-talkative-question): Replace mapcar called for
8316         effect with mapc.
8317
8318         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8319         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8320         called for effect with dolist.
8321
8322         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8323
8324         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8325         gnus-extra-headers and nnmail-extra-headers.
8326
8327         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8328         called for effect with dolist.
8329         (top-level): Use mapc to set functions to be traced for debugging.
8330
8331         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8332         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8333         dolist.
8334
8335         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8336         Replace mapcar called for effect with mapc.
8337         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8338         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8339         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8340         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8341
8342         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8343         remove-if that's a cl function.
8344
8345         * webmail.el (webmail-debug): Replace mapcar called for effect with
8346         dolist.
8347
8348         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8349         with mapc.
8350
8351 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8354         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8355         with while loop.
8356
8357         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8358         functions from article-* functions.
8359         (gnus-multi-decode-header): Replace mapcar called for effect with
8360         dolist.
8361
8362         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8363         (gnus-bookmark-show-details): Replace mapcar called for effect with
8364         while loop.
8365
8366         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8367         called for effect with while loop.
8368
8369         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8370         with dolist.
8371
8372         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8373         Replace mapcar called for effect with dolist.
8374
8375         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8376
8377         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8378         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8379         Replace mapcar called for effect with dolist.
8380         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8381         mapc.
8382
8383         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8384         Replace mapcar called for effect with dolist.
8385         (gnus-topic-list): Replace mapcar called for effect with mapc.
8386
8387         * gnus.el: Use mapc instead of mapcar to add autoloads.
8388
8389 2007-10-23  Richard Stallman  <rms@gnu.org>
8390
8391         * gnus-group.el (gnus-group-highlight): Mark as risky.
8392
8393 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus.el (gnus-server-to-method): Return method found first in
8396         gnus-newsrc-alist.
8397
8398         * gnus-art.el (gnus-article-highlight-signature)
8399         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8400         button overlay without the front stickiness.
8401
8402 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8403
8404         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8405         overview buffer needed a catch to receive its throw.
8406         (gnus-agent-flush-cache): Declare as interactive to make this function
8407         easier to use.
8408
8409 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8412         `next-line'.
8413
8414 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8417         exclude address matching message-dont-reply-to-names.
8418
8419 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-util.el (gnus-string<): New function.
8422
8423         * gnus-sum.el (gnus-article-sort-by-author)
8424         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8425
8426 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8429         the frame-focus tag is set in gnus-buffer-configuration.
8430
8431 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8434         the front stickiness.
8435
8436 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8439         url pattern; remove duplicate one.
8440         (gnus-article-extend-url-button): New function.
8441         (gnus-article-add-buttons): Use it.
8442         (gnus-button-push): Use concatenated url that it makes.
8443
8444 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8445
8446         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8447
8448 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8449
8450         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8451         Don't hardcode point-min==1.
8452
8453 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8456         Fix comment about "iso8859-1".
8457
8458 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8459
8460         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8461         ones returned from the verify-function.
8462
8463         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8464         Call mml2015-extract-cleartext-signature if extraction failed.
8465
8466 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8467
8468         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8469         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8470         failed.
8471
8472 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8475
8476 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8479         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8480         recommends to use EasyPG instead of PGG.
8481
8482         * pgg.el: Revert to revision 6.23.2.16.
8483
8484         * pgg-def.el: Revert to revision 6.6.2.14.
8485
8486         * pgg-gpg.el: Revert to revision 6.23.2.34.
8487
8488 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8489
8490         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8491         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8492         thread for both the null and zero (kill/expire thread) universal prefix
8493         cases.
8494         (gnus-summary-expire-thread): Add new function to expire a thread,
8495         using gnus-summary-kill-thread.
8496         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8497         shortcuts for gnus-summary-expire-thread.
8498         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8499         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8500
8501 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8502
8503         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8504         extras value, so an extras entry can be deleted.
8505         (gnus-registry-delete-extra-entry): Use it.
8506         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8507         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8508         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8509         storage through the gnus-registry, and provide an appropriate API for
8510         it.
8511
8512 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8515         Suggested by Leo <sdl.web@gmail.com>.
8516
8517         * gnus.el: Do.
8518
8519 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8522         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8523
8524         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8525
8526         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8527         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8528
8529 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8532         newline.
8533         (nnmbox-request-accept-article): Don't change article in source buffer;
8534         narrow to header to use message-fetch-field rather than
8535         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8536         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8537         as delimiters; make sure article ends with newline.
8538         (nnmbox-delete-mail): Correct last position of article to be deleted;
8539         ignore X-Gnus-Newsgroup header in article body.
8540         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8541         positions; make sure article ends with newline.
8542
8543         * message.el (message-display-abbrev): Don't infloop when a user
8544         inserts SPC in the beginning of header.
8545
8546         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8547         coding-system-for-read and coding-system-for-write for XEmacs having no
8548         file-coding feature.
8549
8550         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8551
8552 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8555         list of groups not followed by default.  Fix type to be regexp.
8556         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8557
8558 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8559
8560         * hmac-def.el (define-hmac-function): Switch from old-style to
8561         new-style backquotes.
8562
8563         * md4.el (md4-make-step): Likewise.
8564
8565 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8568         raw-text coding system when saving .newsrc file, which may contain
8569         non-ASCII group names.
8570
8571 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-cus.el (gnus-score-extra): New widget.
8574         (gnus-score-extra-convert): New function.
8575         (gnus-score-customize): Use it for Extra.
8576
8577 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8578
8579         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8580         (mml2015-mailcrypt-clear-verify): Use it.
8581         (mml2015-gpg-clear-verify): Use it.
8582         (mml2015-pgg-clear-verify): Use it.
8583         (mml2015-epg-clear-verify): Replace the current part with the output
8584         from GnuPG; don't extract the plaintext by itself.
8585
8586         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8587         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8588         mml2015-clear-verify-function; don't touch the armor headers or
8589         dash-escaped text here.
8590
8591 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8594         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8595         parts, or application/octet-stream as a last resort.
8596         (gnus-mime-view-part-as-type): Don't toggle display.
8597         (gnus-mime-view-part-as-charset): Don't turn off display before
8598         querying charset.
8599
8600         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8601         stuff to undisplayer function in Emacs.
8602         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8603
8604         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8605         text/calendar parts.
8606
8607 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8610         decoding text/calendar parts.
8611
8612         * message.el (message-forward-make-body-mime): Always mark body as
8613         having no illegible text; remove signed-or-encrypted argument.
8614         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8615
8616         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8617         (mml-generate-mime-1): Don't encode body if it is specified to be in
8618         raw form; don't make buffer be unibyte when inserting multibyte string.
8619
8620 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8621
8622         * sha1.el: Fix up comment style.
8623         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8624         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8625
8626         * hex-util.el: Fix up comment style.
8627         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8628
8629         * gnus-salt.el: Use with-current-buffer.
8630         (gnus-pick-setup-message): Fix long-standing typo.
8631
8632 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * imap.el (imap-logout-timeout): New variable.
8635         (imap-logout, imap-logout-wait): New functions.
8636         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8637
8638         * nnimap.el (nnimap-logout-timeout): New server variable.
8639         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8640         nnimap-logout-timeout.
8641
8642         * gnus-art.el (gnus-article-summary-command-nosave)
8643         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8644
8645 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * gnus.el (gnus-maximum-newsgroup): New variable.
8648
8649         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8650         according to gnus-maximum-newsgroup.
8651
8652         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8653         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8654         Limit the range of articles according to gnus-maximum-newsgroup.
8655
8656 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8657
8658         * gnus-art.el (gnus-sticky-article): Fix problems described in
8659         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8660         Don't perform gnus-configure-windows here; reuse existing sticky
8661         article buffer.
8662
8663         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8664         it doesn't exist in gnus-article-mode.
8665
8666 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8669         (gnus-agent-decoded-group-name): New function.
8670         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8671         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8672
8673 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8674
8675         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8676         Add binding for gnus-sticky-article.
8677         (gnus-summary-exit): Don't kill sticky article buffers.
8678
8679         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8680         article buffer.
8681         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8682         (gnus-kill-sticky-article-buffers): New commands.
8683
8684 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * nntp.el (nntp-xref-number-is-evil): New server variable.
8687         (nntp-find-group-and-number): If it is non-nil, don't trust article
8688         numbers in the Xref header.
8689
8690 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-agent.el (gnus-agent-read-group): New function.
8693         (gnus-agent-flush-group, gnus-agent-expire-group)
8694         (gnus-agent-regenerate-group): Use it.
8695         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8696         nnmail-pathname-coding-system.
8697
8698 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8701
8702         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8703         that are unread as unread, and also as selected so that information of
8704         marks having been changed by a user may be updated when exiting group.
8705
8706 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8709
8710 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8713         calculated ignoring signature parts to gnus-treat-article.
8714
8715 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8718         a point here in order to keep the window start.
8719         (gnus-insert-mime-security-button): Make a button overlay without the
8720         front stickiness.
8721         (gnus-mime-display-security): Goto the end of a button.
8722
8723         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8724
8725 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8728         group-name-at-point.
8729         (gnus-group-completing-read): New function that offers decoded
8730         non-ASCII group names for completion.
8731         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8732         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8733         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8734         (gnus-group-fetch-control): Use it.
8735         (gnus-fetch-group): Use group-name-at-point for the initial value
8736         rather than the default value; use gnus-alive-p.
8737
8738         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8739         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8740         (gnus-summary-post-news): Use gnus-group-completing-read.
8741
8742         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8743         (gnus-read-move-group-name): Decode group name for completion.
8744
8745 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8746
8747         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8748         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8749         Yamaoka slightly modified the code).
8750
8751 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8754         (nnmail-split-incoming): Bind it.
8755
8756         * nnml.el (nnml-group-name-charset): New function.
8757         (nnml-decoded-group-name): Use it; don't decode group name if
8758         nnmail-group-names-not-encoded-p is non-nil.
8759         (nnml-encoded-group-name): New function.
8760         (nnml-group-pathname): Inline nnml-decoded-group-name.
8761         (nnml-request-expire-articles): Decode group name in message.
8762         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8763         nnmail-pathname-coding-system.
8764         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8765         not decoded ones according to nnmail-group-names-not-encoded-p.
8766         (nnml-generate-active-info): Use nnml-encoded-group-name.
8767
8768 2007-08-08  Glenn Morris  <rgm@gnu.org>
8769
8770         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8771         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8772         doc-strings and comments.
8773
8774 2007-07-25  Glenn Morris  <rgm@gnu.org>
8775
8776         * Relicense all FSF files to GPLv3 or later.
8777
8778 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-sum.el (gnus-summary-move-article):
8781         Make gnus-summary-respool-article work.
8782
8783 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8786         string.
8787
8788 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8789
8790         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8791         that should be ignored when comparing distant RSS articles with local
8792         ones.
8793         (nnrss-make-hash-index): New function.  Create a hash index according
8794         to the ignored fields.
8795         (nnrss-check-group): Use it.
8796
8797 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8800
8801         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8802
8803         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8804         the new optional argument ENCODED is non-nil.
8805         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8806         coding system for encoding group name.
8807         (gnus-group-make-rss-group): Pass un-encoded group name to
8808         gnus-group-make-group.
8809         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8810         encoded.
8811
8812         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8813         Encode group name to which articles are moved or copied.
8814         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8815         coding system for encoding Newsgroup, Followup-To and Xref headers.
8816
8817         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8818         marks; use nnheader-file-coding-system to write a file.
8819         (nnagent-retrieve-headers): Bind file-name-coding-system to
8820         nnmail-pathname-coding-system.
8821
8822         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8823
8824         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8825         (nnml-request-article, nnml-request-create-group)
8826         (nnml-request-rename-group, nnml-find-id)
8827         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8828         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8829         (nnml-save-marks): Use nnml-group-pathname instead of
8830         nnmail-group-pathname.
8831
8832         (nnml-request-create-group, nnml-request-expire-articles)
8833         (nnml-request-move-article, nnml-request-delete-group)
8834         (nnml-deletable-article-p, nnml-possibly-create-directory)
8835         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8836         (nnml-open-marks): Bind file-name-coding-system to
8837         nnmail-pathname-coding-system.
8838
8839         (nnml-request-article): Pass server argument to nnml-find-group-number.
8840         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8841         Pass server argument to nnml-possibly-create-directory.
8842         (nnml-request-accept-article): Pass server argument to
8843         nnml-active-number and nnml-save-mail.
8844         (nnml-find-group-number): Pass server argument to nnml-find-id.
8845         (nnml-request-update-info): Pass server argument to
8846         nnml-marks-changed-p.
8847
8848         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8849         (nnml-save-mail, nnml-active-number): Add server argument.
8850
8851         (nnml-request-delete-group): Warn if group is missing.
8852         (nnml-get-nov-buffer): Decode group name.
8853         (nnml-generate-active-info): Encode group name.
8854         (nnml-open-marks): Decode group name in messages.
8855
8856 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8859         if it is not specified.
8860         (gnus-article-pipe-part, gnus-article-save-part)
8861         (gnus-article-interactively-view-part, gnus-article-copy-part)
8862         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8863         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8864         (gnus-article-replace-part, gnus-article-delete-part)
8865         (gnus-article-view-part-as-type): Pass raw prefix argument to
8866         gnus-article-part-wrapper.
8867
8868 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-agent.el (gnus-agent-save-active):
8871         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8872
8873         * gnus-cache.el (gnus-cache-save-buffers)
8874         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8875         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8876         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8877         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8878         (gnus-cache-generate-active, gnus-cache-rename-group)
8879         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8880         (gnus-cache-update-overview-total-fetched-for):
8881         Bind file-name-coding-system to nnmail-pathname-coding-system.
8882         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8883         New variables.
8884         (gnus-cache-decoded-group-name): New function.
8885         (gnus-cache-file-name): Use it.
8886         (gnus-cache-generate-active): Use non-decoded group name for active.
8887
8888         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8889         right place.
8890         (gnus-write-active-file): Don't break non-ASCII group names.
8891
8892         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8893         nnmail-pathname-coding-system.
8894
8895         * lpath.el: Bind default-file-name-coding-system,
8896         file-name-coding-system and language-info-alist for XEmacs.
8897
8898         * gnus-uu.el (gnus-uu-decode-save): Typo.
8899
8900 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8903
8904 2007-07-14  David Kastrup  <dak@gnu.org>
8905
8906         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8907         finishing actions if we did not edit the article.
8908
8909 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8912         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8913         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8914         (gnus-agent-flush-group, gnus-agent-flush-cache)
8915         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8916         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8917         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8918         (gnus-agent-regenerate-group)
8919         (gnus-agent-update-files-total-fetched-for)
8920         (gnus-agent-update-view-total-fetched-for):
8921         Bind file-name-coding-system to nnmail-pathname-coding-system.
8922         (gnus-agent-group-pathname): Don't encode file names by
8923         nnmail-pathname-coding-system.
8924         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8925         coding-system-for-write instead of buffer-file-coding-system to
8926         gnus-agent-file-coding-system.
8927
8928         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8929         Decode group name.
8930
8931         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8932
8933         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8934         (gnus-read-newsrc-el-file): Make group names unibyte.
8935
8936         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8937         nnmail-pathname-coding-system.
8938
8939         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8940         (nnrss-request-delete-group): Bind file-name-coding-system to
8941         nnmail-pathname-coding-system.
8942         (nnrss-read-server-data, nnrss-read-group-data):
8943         Bind file-name-coding-system correctly.
8944         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8945
8946         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8947         (nntp-server-to-method-cache): New variable.
8948         (nntp-group-pathname): New function that decodes non-ASCII group names.
8949         (nntp-possibly-create-directory, nntp-marks-changed-p)
8950         (nntp-save-marks, nntp-open-marks): Use it.
8951         (nntp-possibly-create-directory, nntp-open-marks):
8952         Bind file-name-coding-system to nnmail-pathname-coding-system.
8953         (nntp-open-marks): Decode group names when bootstrapping marks.
8954
8955         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8956         Newsgroups and Folowup-To headers.
8957
8958 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8961         (gnus-server-closed-face, gnus-server-denied-face)
8962         (gnus-server-offline-face): Remove variable.
8963         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8964
8965         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8966         of modifying message-stack directly for XEmacs.
8967
8968         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8969         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8970         if the coding-system argument is nil for XEmacs.
8971
8972         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8973         mm-charset-override-alist.
8974
8975         * rfc2047.el: Don't require base64; require rfc2045 for the function
8976         rfc2045-encode-string.
8977         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8978         to quote the parameter value.
8979
8980 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8983         form in gnus-group-name-charset-method-alist.
8984
8985         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8986         overrides the default layout edit-form.
8987
8988         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8989
8990         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8991
8992 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8995         as unfetched articles.
8996
8997 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9000
9001 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9004         original back end that keeps marks in the local system.
9005
9006 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9009         arg of pop-to-buffer for XEmacs.
9010         (gnus-article-read-summary-keys): Ditto; don't restore window
9011         configuration if summary command ends up with neither article buffer
9012         nor summary buffer; describe bindings if summary keys end with C-h.
9013
9014 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * message.el (message-fix-before-sending): Skip raw message part to be
9017         forwarded while checking illegible text.
9018         (message-forward-make-body-mime, message-forward-make-body):
9019         Mark signed or encrypted raw message as having no illegible text.
9020
9021 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9024         (gnus-message-with-timestamp-1): New macro.
9025         (gnus-message-with-timestamp): New function.
9026         (gnus-message): Use them.
9027
9028         * nnheader.el (nnheader-message): Use them.
9029
9030 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9033         .newsrc.eld file.
9034
9035 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-agent.el (gnus-agent-fetch-headers)
9038         (gnus-agent-retrieve-headers):
9039         Bind gnus-decode-encoded-address-function to identity.
9040
9041         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9042         available also when the server returns simply a dot.
9043
9044         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9045
9046 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9049
9050 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-ems.el (gnus-x-splash): Make it work.
9053
9054         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9055         from being used.
9056
9057         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9058
9059 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9062         4th and the 5th arguments.
9063
9064         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9065         the front stickiness.
9066         (gnus-article-summary-command-nosave): Correct the order of the
9067         arguments passed to pop-to-buffer.
9068         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9069         summary command ends up with the article buffer.
9070
9071         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9072         the same faces.
9073
9074 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9075
9076         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9077
9078 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9079
9080         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9081         * gnus-sum.el (gnus-summary-highlight):
9082         * pgg.el (pgg-sign-region, pgg-sign):
9083         * mail-source.el (mail-source-delete-old-incoming-confirm):
9084         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9085
9086 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * gnus-art.el (gnus-mime-view-part-externally)
9089         (gnus-mime-view-part-internally): Fix predicate function passed to
9090         completing-read.
9091
9092         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9093
9094         * gnus.el (gnus-update-message-archive-method): Add :version.
9095
9096 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus.el (gnus-update-message-archive-method): New variable.
9099
9100         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9101         according to gnus-message-archive-method if
9102         gnus-update-message-archive-method is non-nil.
9103
9104 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9107         Suggested by Loic Dachary <loic@dachary.org>.
9108         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9109
9110 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * message.el (message-pop-to-buffer): Add switch-function argument.
9113         (message-mail): Pass switch-function argument to it.
9114
9115 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9118         Improve doc string.
9119
9120 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9123         (gnus-header-content)
9124         * gnus-cite.el (gnus-cite-10)
9125         * gnus-srvr.el (gnus-server-closed)
9126         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9127         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9128         (gnus-group-mail-3-empty, gnus-group-mail-low)
9129         (gnus-group-mail-low-empty, gnus-splash)
9130         * message.el (message-header-to, message-header-cc)
9131         (message-header-subject, message-header-other, message-header-name)
9132         (message-header-xheader, message-separator, message-cited-text)
9133         (message-mml): Lighten colors of faces used for dark background.
9134
9135 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9136
9137         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9138         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9139
9140 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * message.el (message-narrow-to-headers-or-head):
9143         Ignore mail-header-separator in the body.
9144
9145 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9148         same as window size.
9149
9150 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9151
9152         * message.el (message-font-lock-keywords): Use message-header-xheader
9153         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9154         ahead of the anything pattern, to get it recognised.
9155
9156 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9159         spam.el loads uses it in the compiled defadvice form.
9160
9161 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9162
9163         * gnus-sum.el (gnus-articles-to-read)
9164         (gnus-summary-insert-old-articles): Don't truncate group name for
9165         `read-string'.
9166
9167         * gnus-util.el (gnus-limit-string): Delete this function.
9168
9169         * gnus-sum.el (gnus-simplify-subject-fully):
9170         Use `truncate-string-to-width' instead.
9171
9172 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9173
9174         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9175         Tell if, on summary exit, the next group has to be selected.
9176         (gnus-summary-exit): Use it.
9177
9178 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9181         non-break space.
9182
9183 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9186         Check if group is not a directory.
9187         (nnfolder-request-expire-articles): Don't delete articles if the target
9188         group is not available.
9189
9190         * nnml.el (nnml-request-create-group): Properly check if group is not a
9191         file.
9192         (nnml-request-expire-articles): Don't delete articles if the target
9193         group is not available.
9194
9195         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9196         Don't quote characters that are within parentheses.
9197
9198 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9201         (gnus-handle-ephemeral-exit): Select article according to it.
9202
9203 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * message.el (message-insert-formated-citation-line): Remove newline.
9206         (message-citation-line-format): Add final \n here so that the user can
9207         avoid a blank line.
9208
9209 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9210
9211         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9212         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9213         Update lanl/arXiv support.
9214
9215 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus.el: Bump version number.
9218
9219 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * gnus.el (gnus-version-number): Bump version.
9222
9223 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9224
9225         * gnus.el: No Gnus v0.6 is released.
9226
9227 2007-04-27  Didier Verna  <didier@xemacs.org>
9228
9229         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9230         * gmm-utils.el (gmm-regexp-concat): ... here.
9231         * message.el: Don't require 'gnus-util.
9232         (message-dont-reply-to-names): Handle name change above.
9233         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9234
9235 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9238         since the initial value varies according to the system.
9239
9240 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9243
9244 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9245
9246         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9247
9248 2007-04-24  Didier Verna  <didier@xemacs.org>
9249
9250         Improve the type of gnus-ignored-from-addresses.
9251         * gnus-util.el (gnus-orify-regexp): New function.
9252         * message.el (gnus-util): Require it.
9253         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9254         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9255         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9256
9257 2007-04-24  Didier Verna  <didier@xemacs.org>
9258
9259         * gnus-sum.el:
9260         * gnus-utils.el: Fix some trailing whitespaces.
9261
9262 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9265         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9266         article's Message-ID; refer parent article in summary buffer.
9267
9268         * message.el (message-bounce): Call mime-to-mml.
9269
9270         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9271         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9272         optimize and/or forms properly.
9273
9274 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9277         URL.
9278
9279 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9282
9283 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9286         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9287         displayed of multipart/alternative part if it is invoked from summary
9288         buffer.
9289
9290         * mm-view.el (mm-inline-text-html-render-with-w3m)
9291         (mm-inline-text-html-render-with-w3m-standalone)
9292         (mm-inline-render-with-function): Use mail-parse-charset by default.
9293
9294 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9295
9296         * parse-time.el (parse-time-string-chars): Check if CHAR
9297         is less than the length of parse-time-syntax.
9298
9299 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9302         from gnus-newsgroup-processable.
9303
9304 2007-04-16  Didier Verna  <didier@xemacs.org>
9305
9306         * gnus-msg.el (gnus-configure-posting-styles):
9307         Handle message-signature-directory properly with :file syntax.
9308         Reported by "Leo".
9309
9310 2007-04-11  Didier Verna  <didier@xemacs.org>
9311
9312         New user option: message-signature-directory.
9313         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9314         * message.el (message-insert-signature): Ditto.
9315         * message.el (message-signature-file): Doc update.
9316         * message.el (message-signature-directory): New.
9317
9318 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-msg.el (gnus-inews-yank-articles):
9321         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9322
9323 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * message.el (message-yank-original): Make sure cited text ends with
9326         newline; don't exchange point and mark.
9327
9328 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9329
9330         * tls.el (open-tls-stream): Properly handle case where there
9331         is no associated buffer.
9332
9333 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9334
9335         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9336         message-yank-original, make sure (< mark TEXT point).
9337
9338 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * message.el (message-fill-column): New variable.
9341         (message-mode): Use it.  Add comment on a possible new hook.
9342
9343         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9344         (nnmail-get-new-mail): Reformat.
9345
9346         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9347
9348         * gmm-utils.el: Fix Commentary.
9349         (gmm-tool-bar-from-list): Fix typo in doc string.
9350
9351 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9352
9353         * message.el (message-yank-original): Don't switch point and mark
9354         unnecessarily to put point and mark as documented.
9355
9356 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9359         from the message heads.
9360
9361 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9362
9363         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9364         article buffer does not have a window.  This may not be the best
9365         solution but is certainly better than setting the start of the null,
9366         that is the current, window.
9367
9368 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9371         (gnus-draft-setup): Run it.
9372
9373         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9374         gnus-score-fast-scoring.  Allow regexp.
9375         (gnus-score-headers): Use it.
9376
9377         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9378         XEmacs.
9379
9380         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9381         string.
9382         (gnus-button-alist): Also catch `<f1> k ...'.
9383         (gnus-treat-display-x-face): Fix doc string.
9384
9385 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9386
9387         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9388         evaluation of gnus-extended-version to ensure correct generation of the
9389         User-Agent header when message-generate-headers-first is used.
9390
9391 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9392
9393         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9394         hashcash-path is nil.  Don't call callback with incorrect number of
9395         parameters if val is 0.
9396
9397 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9398
9399         * message.el (message-required-news-headers):
9400         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9401
9402 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9403
9404         * tls.el (open-tls-stream): In handshake-waiting loop,
9405         don't wait more if there is output available to process.
9406
9407 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9408
9409         * tls.el (tls-program): Doc fix.
9410
9411 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * message.el (message-generate-new-buffers): Change the meaning of the
9414         nil value; add `standard' to the choices; treat t as `unique'; improve
9415         doc string.
9416         (gnus-select-frame-set-input-focus): Autoload.
9417         (message-buffer-name): Search for the existing message buffer if
9418         message-generate-new-buffers is nil or `standard'; treat the value t of
9419         message-generate-new-buffers as `unique'.
9420         (message-pop-to-buffer): Raise the frame already displaying the message
9421         buffer; clear the echo area after querying.
9422         (message-setup): Pass the `continue' argument to compose-mail.
9423         (message-mail): Prefer `switch-function' if it is given; search for the
9424         existing message buffer if the `continue' argument is non-nil; pass
9425         continue and switch-function arguments to compose-mail by way of
9426         message-setup.
9427         (message-mail-other-window): Adjust argument of message-setup.
9428         (message-mail-other-frame): Ditto.
9429
9430 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9433         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9434         to turn font-lock on when turning gnus-message-citation-mode on.
9435
9436 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9437
9438         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9439         (mml-smime-function-alist): New variable; add epg as the backend.
9440         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9441         mml-smime- functions instead.
9442         * mm-view.el: Require smime.
9443
9444 2007-03-05  Didier Verna  <didier@xemacs.org>
9445
9446         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9447         instead of just inheritance for posting styles.
9448         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9449
9450 2007-02-24  Chris Moore  <dooglus@gmail.com>
9451
9452         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9453         * pgg-pgp.el (pgg-pgp-encrypt-region):
9454         * pgg-gpg.el (pgg-gpg-encrypt-region):
9455         Check pgg-encrypt-for-me if no other recipients.
9456
9457 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9458
9459         * tls.el (tls-certtool-program): Fix custom type.
9460
9461 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9464         and point-at-eol instead of line-(beginning|end)-position.
9465
9466         * assistant.el (assistant-parse-buffer): Ditto.
9467
9468         * netrc.el (netrc-parse-services): Ditto.
9469
9470 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9471
9472         * mml2015.el (mml2015-epg-find-usable-key): New function.
9473         (mml2015-epg-sign): Use it.
9474         (mml2015-epg-encrypt): Use it.
9475
9476 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * message.el (message-make-in-reply-to): Quote name containing
9479         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9480         if there are special characters.  Reported by NAKAJI Hiroyuki
9481         <nakaji@jp.freebsd.org>.
9482
9483 2007-02-27  Didier Verna  <didier@xemacs.org>
9484
9485         Include the group parameters as well as the topic ones in the
9486         inheritance filter process.
9487         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9488         argument GROUP-PARAMS-LIST.
9489         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9490
9491 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * nntp.el (nntp-never-echoes-commands)
9494         (nntp-open-connection-functions-never-echo-commands): New variables.
9495         (nntp-send-command): Use them.
9496
9497 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9498
9499         * mml2015.el (mml2015-epg-verify): Simplify.
9500
9501 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * mml.el (mml-content-disposition-alist): New user option.
9504         (mml-content-disposition): New function.
9505         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9506         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9507
9508 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9509
9510         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9511         verification.
9512
9513 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9514
9515         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9516         articles posted in the last 24 hours.
9517
9518 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9519
9520         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9521
9522 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9523
9524         * nntp.el (nntp-send-command): Don't wait for echoes when
9525         nntp-open-ssl-stream is used.
9526
9527 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9530         (gnus-message-add-citation-keywords)
9531         (gnus-message-remove-citation-keywords): Remove.
9532         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9533         directly, make the variables in font-lock-defaults buffer-local, add
9534         gnus-message-citation-keywords to them and then update the value of
9535         font-lock-keywords.
9536
9537 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * message.el (message-cite-original-1): Don't call
9540         gnus-article-highlight-citation.
9541
9542         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9543         citations; fix line count.
9544
9545 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9548         (gnus-message-add-citation-keywords)
9549         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9550         versions of font-lock-add-keywords and font-lock-remove-keywords to
9551         work with XEmacs correctly.
9552
9553 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-cite.el (gnus-cite-face-list): Set the values of
9556         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9557         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9558         (gnus-message-cite-prefix-regexp): New variable.
9559         (gnus-message-search-citation-line): Use it; protect against long
9560         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9561         the 0th match data for Emacs.
9562         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9563         (gnus-message-add-citation-keywords): Append keywords rather than
9564         prepending; emulate font-lock-add-keywords if it is not available.
9565         (gnus-message-remove-citation-keywords):
9566         Emulate font-lock-remove-keywords if it is not available.
9567
9568         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9569
9570         * message.el (message-cite-prefix-regexp): Set the value of
9571         gnus-message-cite-prefix-regexp.
9572
9573 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9574
9575         * nnweb.el (nnweb-google-parse-1): Update parser.
9576
9577 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9578
9579         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9580
9581 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9582
9583         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9584         regexp.
9585
9586 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9589         string-to-multibyte.
9590         (uudecode-decode-region-internal): Use it.
9591
9592         * lpath.el: Fbind string-as-multibyte for XEmacs.
9593
9594 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9597         Fix custom choice.
9598
9599         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9600
9601 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9602
9603         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9604
9605         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9606         `write-region' to respect `mm-inhibit-file-name-handlers'.
9607
9608 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9611         Use gnus-home-directory instead of "~/" or "$HOME".
9612
9613 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9614
9615         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9616         to mention filename.
9617         Add comments at beginning regarding usage.
9618         (encrypt-write-file-contents): Change interactive so a string is
9619         acceptable.  If the file has no associated model, show an error instead
9620         of a nonsense prompt.
9621
9622 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9623
9624         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9625         Thanks to Yoshihiko Yamada for kind notification of this typo.
9626
9627 2007-01-12  Kenichi Handa  <handa@m17n.org>
9628
9629         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9630         multibyte buffer.
9631
9632 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-score.el (gnus-score-fast-scoring): New variable.
9635         (gnus-score-headers): Use it.
9636
9637         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9638
9639         * message.el (message-cite-original-1):
9640         Call gnus-article-highlight-citation if requested.
9641         (message-make-from): Allow name and address as optional arguments.
9642
9643         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9644
9645         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9646         bugs to doc string.
9647         (gnus-button-alist): Add mid\\|message-id.
9648         (gnus-button-fetch-group): Extend for use in
9649         `browse-url-browser-function'.
9650         (gnus-button-url-regexp): Try to catch paired parentheses like in
9651         Wikipedia URLs.
9652
9653         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9654         Suggested by Simon Krahnke <overlord@gmx.li>.
9655
9656 2007-01-13  Romain Francoise  <romain@orebokech.com>
9657
9658         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9659         Update copyright.
9660
9661 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9662
9663         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9664
9665 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9666
9667         * gnus-registry.el (gnus-registry-unfollowed-groups)
9668         (gnus-registry-split-fancy-with-parent): Fix documentation.
9669
9670 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9673         from nnweb groups.
9674
9675 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9678         Xref urls.  Erase buffer before requesting head.
9679
9680         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9681
9682 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9685         customizable.
9686
9687 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9688
9689         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9690         no signing key is found.
9691         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9692         no encrypting and/or signing key is found.
9693
9694 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9697
9698 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9699
9700         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9701         headers read from disk with the ones newly found in the current search.
9702         This should no longer cause problems, because the article numbers in
9703         Gmane's `nov.php' output are ignored since the previous change.
9704
9705 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9706
9707         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9708
9709 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9712         replace-regexp-in-string; bind url-version; fbind display-images-p and
9713         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9714         find-face and set-itimer-function for Emacs; bind itimer-list for
9715         Emacs.
9716
9717         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9718
9719 2007-01-01  Romain Francoise  <romain@orebokech.com>
9720
9721         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9722
9723 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9724
9725         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9726         `define-minor-mode' macro definition expanded properly.
9727         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9728         exclude it there.
9729
9730         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9731         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9732         `fboundp' test.
9733         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9734         This is OK to autoload in (S)XEmacs now.
9735
9736 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9737
9738         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9739         keystroke.
9740         (gnus-summary-limit-to-singletons): Fix typo.
9741
9742         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9743         else fails.
9744
9745 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9746
9747         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9748         docstring.
9749
9750         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9751         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9752         (gnus-summary-insert-dormant-articles): Fix typo in message.
9753
9754 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9757         nil for XEmacs.
9758         (gnus-message-citation-mode): Don't autoload in XEmacs.
9759
9760         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9761
9762 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9763
9764         * nnimap.el (nnimap-expunge-search-string):
9765         Mention nnimap-search-uids-not-since-is-evil in docstring.
9766
9767 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * spam.el: Revert to make-obsolete-variable because
9770         define-obsolete-variable-alias is not supported in Emacs 21.
9771
9772         * spam.el (spam-ifile-path, spam-ifile-database-path)
9773         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9774         make-obsolete-variable.
9775         (spam-bsfilter-path, spam-bsfilter-program)
9776         (spam-spamassassin-path, spam-spamassassin-program)
9777         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9778         Don't use "path" inappropriately.
9779         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9780         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9781         variable names.
9782
9783 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9784
9785         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9786         summary buffer.
9787
9788         * password.el (password-cache-remove): Use clear-string to burn
9789         password, if available.
9790
9791 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9794
9795         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9796
9797         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9798         (gnus-message-highlight-citation): Move defcustom here from
9799         gnus-cite.el.
9800         (gnus-message-citation-mode): Autoload.
9801
9802         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9803         checks to make it compile with XEmacs.
9804         (gnus-message-citation-mode): New minor mode.
9805         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9806         (gnus-message-highlight-citation): New variables.
9807         (gnus-message-search-citation-line)
9808         (gnus-message-add-citation-keywords)
9809         (gnus-message-remove-citation-keywords)
9810         (turn-on-gnus-message-citation-mode)
9811         (turn-off-gnus-message-citation-mode): New functions.
9812
9813 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9814
9815         * gnus-cite.el: Enable highlighting of different citation levels in
9816         message-mode.
9817
9818 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * message.el (message-make-fqdn): Fix comment.
9821         (message-bogus-system-names): Add ".local".
9822
9823         * spam.el (spam-ifile-path, spam-ifile-program)
9824         (spam-ifile-database-path, spam-ifile-database)
9825         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9826         Don't use "path" inappropriately.
9827         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9828         strings.
9829         (spam-check-ifile, spam-ifile-register-with-ifile)
9830         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9831         Use new variable names.
9832
9833         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9834         (gnus-treat-display-smileys): Simplify using
9835         gnus-image-type-available-p.
9836
9837         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9838         available.
9839
9840         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9841         Use `display-images-p' if available.
9842
9843 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9846         one after turning on the buffer's multibyteness instead of decoding
9847         them directly in the unibyte buffer that causes unexpected conversion
9848         in Emacs 23 (unicode).
9849
9850 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9851
9852         * message.el (message-generate-hashcash): Fix custom type.
9853
9854 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9857
9858 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9861         disconnect icons.  Add help text.
9862
9863 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9864
9865         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9866         negated to be consistent with the others we handle.
9867
9868 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9871         version of gnus-summary-buffer to something, so that we can use two
9872         article buffers at the same time.
9873
9874 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9875
9876         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9877         trigger all the extra headers.
9878         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9879         sorting.
9880
9881 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9882
9883         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9884         solid groups.
9885
9886 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9887
9888         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9889
9890 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * legacy-gnus-agent.el: Add Copyright notice.
9893
9894 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9895
9896         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9897
9898 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9901
9902         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9903         to make it work reliably in CVS Emacs.
9904         (gnus-summary-limit-strange-charsets-predicate)
9905         (gnus-summary-limit-to-predicate): New functions.
9906
9907 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9908
9909         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9910         specifying array size.
9911         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9912         array if it is too small.
9913         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9914         (gnus-sort-threads-loop): New function.
9915
9916 2006-12-06  Chris Moore  <dooglus@gmail.com>
9917
9918         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9919         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9920
9921 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9922
9923         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9924         options.
9925
9926 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9929         DOS-ing the recipient.
9930
9931         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9932         the headers when creating the mapping to avoid mismappings.
9933         (nnweb-gmane-create-mapping): Always nix out old mapping.
9934
9935 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9938         and mm-verify-option to never.
9939
9940 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * message.el (message-signed-or-encrypted-p): New function.
9943         (message-forward-make-body): Use it.
9944
9945         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9946         Replace encode-coding-string with mm-encode-coding-string.
9947
9948 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * nneething.el (nneething-decode-file-name):
9951         Replace decode-coding-string with mm-decode-coding-string.
9952
9953         * gnus-int.el (gnus-open-server): Say failed server's name.
9954
9955 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9956
9957         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9958         strings to a single string.  Quote `errors-file-name'.
9959         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9960         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9961         Adjust calls.  Use `shell-quote-argument'.
9962
9963 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9964
9965         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9966         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9967
9968         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9969         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9970         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9971         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9972         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9973         (gnus-subscribe-newsgroup, gnus-1):
9974         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9975         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9976         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9977         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9978
9979 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980
9981         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9982         keystroke.
9983         (gnus-summary-limit-to-bodies): Implement headersp.
9984
9985 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9988
9989 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9992
9993 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * message.el (message-generate-hashcash): Expand range of values to
9996         include `opportunistic'.
9997         (message-send-mail): Use it.
9998
9999 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10000
10001         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10002         and comment it.
10003
10004         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10005
10006 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-util.el (gnus-extract-address-components): Improve comment.
10009
10010 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-util.el (gnus-extract-address-components): Work with address in
10013         which the name portion contains @.
10014
10015         * lpath.el: Fbind custom-autoload.
10016
10017 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus.el (gnus-start): Move custom group up.
10020         (gnus-select-method): Don't autoload, but make it available for
10021         `customize-variable'.
10022         (gnus-getenv-nntpserver): Don't autoload.
10023
10024 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10025
10026         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10027
10028 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * message.el (message-sendmail-extra-arguments): New variable.
10031         (message-send-mail-with-sendmail): Use it.
10032
10033 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10036         mm-with-unibyte-current-buffer to make string unibyte.
10037
10038         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10039         mm-string-as-multibyte.
10040
10041 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10042
10043         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10044         Reported by Werner Koch <wk@gnupg.org>.
10045
10046 2006-11-14  Daiki Ueno  <ueno@p360>
10047
10048         * mml2015.el: Autoload epa-select-keys when compiling.
10049
10050 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10051
10052         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10053         message-options.
10054         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10055
10056 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10059         EasyPG (< 0.0.6).
10060         (mml2015-always-trust): New user option.
10061         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10062         prompt.
10063
10064 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * nntp.el (nntp-authinfo-force): New variable.
10067         (nntp-send-authinfo): Use it.
10068
10069 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10072         decode encoded words.  Improve prompt.  Add comment about forwarding.
10073         (message-replacement-char): Move up.
10074
10075 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10076
10077         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10078         instead of gnus-intersection because arguments of gnus-sorted-nunion
10079         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10080
10081 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10084         (message-simplify-subject-functions):
10085         Enable message-strip-subject-encoded-words by default.
10086
10087 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * message.el (message-strip-subject-encoded-words): New function.
10090         (message-simplify-subject-functions): New variable.
10091         (message-simplify-subject): Use it.  Fix typo in doc string.
10092         Support message-strip-subject-encoded-words.
10093
10094 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10095
10096         * gnus-diary.el (gnus-diary-delay-format-function):
10097         * nndiary.el (nndiary-reminders):
10098         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10099
10100 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-art.el (article-hide-boring-headers): Fetch date from
10103         gnus-original-article-buffer to avoid problems with localized date
10104         strings.
10105
10106 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10109
10110 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10113         New variables.
10114         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10115         (mm-charset-synonym-alist): Move some entries to
10116         mm-codepage-iso-8859-list.
10117         (mm-charset-synonym-alist, mm-charset-override-alist):
10118         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10119
10120 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10123
10124 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10127         with Emacs 21 and XEmacs.
10128
10129 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10130
10131         * spam.el (spam-parse-address): New function for better parsing,
10132         catching errors, etc.
10133         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10134
10135 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * mm-view.el: Add interactive arg to html2text autoload.
10138
10139 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10142
10143 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10146         New variables.
10147         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10148         (mm-charset-synonym-alist): Move some entries to
10149         mm-codepage-iso-8859-list.
10150
10151         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10152
10153 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * message.el (message-citation-line-format)
10156         (message-insert-formated-citation-line): Fix implementation of %E, %N
10157         and %n according to the doc string.
10158
10159 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10160
10161         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10162         Use car-safe to avoid bad parses.
10163
10164 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10167         names.
10168
10169         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10170
10171 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10174         header.
10175
10176         * message.el (message-draft-headers): Add Date.
10177         (message-headers-to-generate): Fix typo in docstring.
10178
10179         * nndraft.el (nndraft-required-headers): New variable.
10180         (nndraft-generate-headers): Use it.
10181
10182         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10183
10184 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10185
10186         * gnus-registry.el (gnus-registry-wash-for-keywords)
10187         (gnus-registry-find-keywords): New functions to allow easy searching of
10188         articles that are in the registry.
10189
10190 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10191
10192         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10193         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10194         Reported by Damien Elmes <damien@repose.cx>.
10195
10196 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * gnus.el (gnus-mime): Remove unused custom group.
10199
10200 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10201
10202         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10203         "blank line" when searching for end of armor headers.
10204
10205 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gmm-utils.el (gmm-write-region): Fix variable name.
10208
10209 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * gmm-utils.el (gmm-write-region): New function based on compatibility
10212         code from `mm-make-temp-file'.
10213
10214         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10215
10216         * nnmaildir.el (nnmaildir--update-nov)
10217         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10218         Use `gmm-write-region'.
10219
10220 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10223         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10224
10225         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10226
10227         * message.el (message-replacement-char): New variable.
10228         (message-fix-before-sending): Use it.
10229         (message-simplify-subject): New function to remove duplicate code.
10230         (message-reply, message-followup): Use it.
10231
10232         * gnus-sum.el (gnus-summary-make-menu-bar):
10233         Clarify gnus-summary-limit-to-articles.
10234
10235 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-util.el (gnus-with-local-quit): New macro.
10238
10239         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10240
10241 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10242
10243         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10244         ignore non-string data.
10245
10246 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10247
10248         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10249         non-string data (needs to be done in the registry too).
10250
10251 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10252
10253         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10254         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10255         (gnus-registry-split-fancy-with-parent)
10256         (gnus-registry-fetch-simplified-message-subject-fast)
10257         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10258         Remove text properties on ingress into the registry and when it's saved.
10259         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10260         registry from entries with no groups.
10261
10262 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10265         function to remove string properties.
10266
10267 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gmm-utils.el (gmm): Adjust custom version.
10270
10271         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10272         Adjust custom version.
10273
10274         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10275
10276 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-art.el (gnus-insert-prev-page-button)
10279         (gnus-insert-next-page-button): Simplify.  Reformat.
10280
10281 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10282
10283         * gnus-art.el (gnus-insert-prev-page-button)
10284         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10285
10286 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10287
10288         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10289
10290 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10291
10292         * gnus-art.el (gnus-insert-mime-button)
10293         (gnus-insert-mime-security-button):
10294         Apply gnus-article-button-face to MIME and security buttons.
10295
10296 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10299         readable.
10300
10301 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10304
10305 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10306
10307         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10308         `browse-url-of-file' instead of `browse-url'.
10309
10310 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311
10312         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10313         regexp.  Articles containing quotation were cut prematurely.
10314
10315 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * message.el (message-cite-original-1): Use nobody by default for the
10318         value of From header.
10319         (message-reply): Ditto.
10320
10321 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10322
10323         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10324         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10325         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10326
10327 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10330         mails in the doc string.  Add some URLs in comment.
10331         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10332
10333 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10336         backslashes handling and the way to find boundaries of quoted strings.
10337
10338 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10339
10340         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10341         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10342         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10343         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10344
10345 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10348         doc string.
10349         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10350
10351 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * lpath.el: Fbind epg-check-configuration.
10354
10355 2006-09-06  Simon Josefsson  <jas@extundo.com>
10356
10357         * mml2015.el (mml2015-use): Doc fix, mention epg.
10358
10359 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10360
10361         * mml2015.el (mml2015-use): Default to epg, if available.
10362
10363 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10364
10365         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10366         message-sender.
10367         (mml1991-epg-encrypt): Ditto.
10368         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10369         message-sender.
10370         (mml2015-epg-encrypt): Ditto.
10371
10372 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10373
10374         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10375         several common directories.
10376
10377 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10378
10379         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10380         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10381
10382 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-art.el (article-decode-encoded-words): Make it fast.
10385
10386 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10389
10390         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10391         in quoted string into `\'.
10392
10393 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10396         Use standard-syntax-table.
10397
10398 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-art.el (gnus-decode-address-function): New variable.
10401         (article-decode-encoded-words): Use it to decode headers which are
10402         assumed to contain addresses.
10403         (gnus-mime-delete-part): Remove useless `or'.
10404
10405         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10406         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10407         (gnus-nov-parse-line): Use it to decode From header.
10408         (gnus-get-newsgroup-headers): Ditto.
10409         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10410
10411         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10412         (mail-decode-encoded-address-string): New alias.
10413
10414         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10415         New function.
10416         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10417         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10418         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10419         (rfc2047-decode-string): Ditto.
10420         (rfc2047-decode-address-region): New function.
10421         (rfc2047-decode-address-string): New function.
10422
10423 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * message.el (message-caesar-buffer-body): Allow rotating headers.
10426
10427         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10428
10429         * message.el (message-insert-formated-citation-line): Fix %f.
10430         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10431
10432 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10435         (gnus-bookmark-mouse-available-p): New macro.
10436         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10437         (gnus-bookmark-bmenu-show-infos): Use it.
10438         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10439         (gnus-bookmark-bmenu-hide-infos): Ditto.
10440         (gnus-bookmark-remove-properties): New function.
10441         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10442         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10443         (gnus-bookmark-write-file): Bind coding-system-for-write.
10444         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10445         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10446         group before selecting it.
10447         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10448         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10449         quit-window if it is not available; use gnus-mouse-2 and bind it to
10450         gnus-bookmark-bmenu-select-by-mouse.
10451         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10452         (gnus-bookmark-bmenu-select-by-mouse): New function.
10453
10454 2006-08-13  Romain Francoise  <romain@orebokech.com>
10455
10456         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10457         space.
10458
10459 2006-08-10  Romain Francoise  <romain@orebokech.com>
10460
10461         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10462         (dns-mode-soa-auto-increment-serial): New user option.
10463         (dns-mode-soa-maybe-increment-serial): New function.
10464         (dns-mode): Add the latter to `write-contents-functions'.
10465
10466 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * compface.el (uncompface): Use binary rather than raw-text-unix.
10469
10470 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * compface.el (uncompface): Make sure the eol conversion doesn't take
10473         place when communicating with the external programs.
10474         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10475
10476 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10479
10480 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10481
10482         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10483         Make it more robust by parsing author and date independently.
10484
10485 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10488
10489 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10490
10491         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10492         first matching secret key.
10493         (mml2015-epg-encrypt): Ditto.
10494
10495         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10496         first matching secret key.
10497         (mml1991-epg-encrypt): Ditto.
10498
10499         * mml2015.el (mml2015-encrypt-to-self): New user option.
10500         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10501         mml2015-epg-encrypt-to-self is set.
10502
10503         * mml1991.el (mml1991-encrypt-to-self): New variable.
10504         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10505         mml1991-epg-encrypt-to-self is set.
10506
10507         * mml2015.el (mml2015-signers): New user option.
10508         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10509         (mml2015-epg-encrypt): Allow to select signing keys.
10510
10511         * mml1991.el (mml1991-signers): New variable.
10512         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10513         (mml1991-epg-encrypt): Allow to select signing keys.
10514
10515 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * nnheader.el (nnheader-insert-head): Make it work even if the file
10518         uses CRLF for the line-break code.
10519
10520 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10521
10522         * mml2015.el: Require mml-sec instead of password.
10523         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10524         (mml2015-cache-passphrase): Inherit the default value from
10525         mml-secure-cache-passphrase.
10526         (mml2015-passphrase-cache-expiry): Inherit the default value from
10527         mml-secure-passphrase-cache-expiry.
10528
10529         * mml1991.el: Require mml-sec instead of password.
10530         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10531         (mml1991-cache-passphrase): Inherit the default value from
10532         mml-secure-cache-passphrase.
10533         (mml1991-passphrase-cache-expiry): Inherit the default value from
10534         mml-secure-passphrase-cache-expiry.
10535
10536         * mml-sec.el: Require password.
10537         (mml-secure-verbose): New user option.
10538         (mml-secure-cache-passphrase): New user option.
10539         (mml-secure-passphrase-cache-expiry): New user option.
10540
10541 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10542
10543         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10544         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10545         andreas@altroot.de (Andreas Vögele).
10546
10547         FIXME: Use `tiny change'?
10548
10549 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10550
10551         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10552         workaround for the url package included with Emacs.
10553
10554         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10555
10556 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10559         correctly.  This fixes a bug caused by the 2006-05-12 change.
10560
10561 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10562
10563         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10564         some information about the error when saying that the `bogus' mail
10565         group will be used.
10566
10567 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10570         string.
10571
10572 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10573
10574         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10575
10576 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10577
10578         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10579
10580 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10581
10582         * mml1991.el (mml1991-function-alist): Add epg.
10583         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10584         (mml1991-epg-encrypt): New functions.
10585
10586 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10587
10588         * mml2015.el (mml2015-verbose): New variable.
10589         (mml2015-cache-passphrase): Ditto.
10590         (mml2015-passphrase-cache-expiry): Ditto.
10591         (mml2015-function-alist): Add epg.
10592         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10593         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10594         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10595         New functions.
10596
10597 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10598
10599         * message.el (message-cite-original-1): Preserve region when removing
10600         quoted text due to X-No-Archive in order to avoid bogus attribution
10601         when citing multiple messages.
10602
10603 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10604
10605         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10606         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10607
10608 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus-diary.el (gnus-user-format-function-d)
10611         (gnus-user-format-function-D): Autoload.
10612
10613         * imap.el (Commentary): Fix typo.
10614
10615         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10616         2006-04-22 contribution.
10617
10618 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10619
10620         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10621         It didn't really fix the bogosity I'm seeing with solid web groups.
10622
10623 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10624
10625         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10626         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10627         created using server names.  If we use the feature without declaring
10628         it, Gnus does not properly manage server and group state.
10629
10630         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10631         bound.
10632
10633 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10634
10635         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10636         looking up the method using GROUP's prefix before inventing a new one.
10637         It is used on killed/unknown groups in various places where returning
10638         an all-new method isn't expected by the caller.
10639
10640         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10641         and match semantics of gnus-group-real-prefix.
10642
10643 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * nnmail.el (nnmail-broken-references-mailers): New variable.
10646         (nnmail-ignore-broken-references): New function generalizing
10647         nnmail-fix-eudora-headers.
10648         (nnmail-fix-eudora-headers): Now obsolete.
10649
10650         * gnus-art.el (gnus-button-handle-custom):
10651         Support `customize-apropos*'.
10652
10653 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10654
10655         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10656
10657         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10658         articles.
10659
10660 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * message.el (message-cite-reply-above): New variable.
10663         (message-yank-original): Use it.
10664
10665 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10668
10669 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10672         as read.
10673
10674         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10675
10676 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10679         (gnus-bookmark-default-file): Use gnus-directory.
10680         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10681         Remove "*" in doc string.
10682         (gnus-bookmark-write-file): Simplify.
10683         (gnus-bookmark-maybe-sort-alist): Use `when'.
10684         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10685         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10686         Add FIXME about Emacs 21 and XEmacs compatibility.
10687         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10688         compatibility.
10689         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10690         compatibility.
10691         (gnus-bookmark-menu-heading): Fix version.
10692
10693 2006-06-19  Bastien Guerry  <bzg@altern.org>
10694
10695         * gnus-bookmark.el: New file.
10696
10697 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * message.el (message-syntax-checks): Doc fix.
10700
10701 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10702
10703         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10704         unsubscribed groups as if they were killed ones.  It causes duplicate
10705         entries in gnus-newsrc-alist.
10706
10707 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * message.el (message-syntax-checks): Doc fix.
10710         (message-send-mail): Add check for continuation headers.
10711         (message-check-news-header-syntax): Fix regexp used to check for
10712         continuation headers.
10713
10714 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10717
10718 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10721
10722 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10725         default-truncate-lines.
10726
10727 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10730         to fill the utf-8 entry.
10731
10732         * lpath.el: Fbind unicode-precedence-list.
10733
10734 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10735
10736         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10737
10738 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10739
10740         * gnus-agent.el (directory-files-and-attributes): Move all the way
10741         forward (the third and final move).
10742         (gnus-agent-read-agentview): Trap reconstruction errors due to
10743         nonexistent directory.  Handle by returning nil.
10744
10745 2006-05-30  Didier Verna  <didier@xemacs.org>
10746
10747         * message.el (message-dont-reply-to-names): Update the custom type.
10748         * message.el (message-dont-reply-to-names): New defsubst: potentially
10749         convert a list of regexps into a single one.
10750         * message.el (message-get-reply-headers): Use it.
10751         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10752
10753 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-agent.el (directory-files-and-attributes): Move forward.
10756
10757 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * gnus-ml.el (gnus-mailing-list-subscribe)
10760         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10761         (gnus-mailing-list-message): Fix doc strings.
10762
10763 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10764
10765         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10766         of doing it manually.
10767
10768 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10771         comment.
10772
10773 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10774
10775         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10776         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10777         (gnus-agent-read-local): All symbols allocated in my-obarray.
10778         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10779         (gnus-agent-regenerate-group): Check numeric names to see if they are
10780         messages or groups.
10781         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10782         better way of do this...)
10783
10784         * gnus-cache.el (gnus-agent-total-fetched-for):
10785         Ignore 'dummy.group' (there should be a better way of do this...)
10786
10787 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10790         (gnus-saved-headers): Ditto.
10791         (gnus-default-article-saver): Mention functions may have properties.
10792         (gnus-article-save): Override gnus-save-all-headers and
10793         gnus-saved-headers by :headers property which saver function may have.
10794         (gnus-summary-save-in-file): Add :headers property.
10795         (gnus-summary-write-to-file): Ditto.
10796
10797         * gnus-sum.el (gnus-summary-save-article): Bind
10798         gnus-prompt-before-saving to t when saving many articles in a file;
10799         always show all headers.
10800
10801         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10802
10803 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10806         marks.
10807
10808         * message.el (message-indent-citation): Add optional arguments to allow
10809         using it outside of message buffers.
10810
10811         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10812         (gnus-article-treat-unfold-headers): Use it.
10813         (gnus-article-truncate-lines): New variable.
10814         (gnus-article-mode): Use it.
10815         (gnus-article-toggle-truncate-lines): New function.
10816
10817         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10818         Add gnus-article-toggle-truncate-lines.
10819
10820         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10821         coding system in XEmacs, use binary.
10822
10823 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10826         after-load-alist.
10827
10828         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10829         this function should save decoded articles.
10830         (gnus-summary-write-to-file): Use property to specify this function
10831         should save decoded articles and specify gnus-summary-save-in-file
10832         should be used to save articles other than the first one when saving
10833         many articles.
10834         (gnus-summary-save-body-in-file): Use property to specify this
10835         function should save decoded articles.
10836         (gnus-summary-write-body-to-file): Use property to specify this
10837         function should save decoded articles and specify
10838         gnus-summary-save-body-in-file should be used to save articles other
10839         than the first one when saving many articles.
10840
10841         * gnus-sum.el (gnus-summary-save-article): Simplify.
10842
10843 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-art.el (gnus-default-article-saver):
10846         Add gnus-summary-write-body-to-file.
10847         (gnus-article-save-coding-system): Don't use coding system object
10848         in XEmacs.
10849         (gnus-read-save-file-name): Add optional `dir-var' argument which
10850         specifies directory in which files are saved; work even if optional
10851         `variable' argument is not specified.
10852         (gnus-summary-write-to-file): Read file name.
10853         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10854         (gnus-summary-write-body-to-file): New function.
10855
10856         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10857         (gnus-summary-local-variables): Add it.
10858         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10859         (gnus-summary-save-article): Remove optional `decode' argument;
10860         determine whether to decode articles by the value of
10861         gnus-default-article-saver; when saving many files using
10862         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10863         it first and use gnus-summary-save-in-file or
10864         gnus-summary-save-body-in-file thereafter unless
10865         gnus-prompt-before-saving is always; move point to article which
10866         will be saved.
10867         (gnus-summary-save-article-file): Revert.
10868         (gnus-summary-write-article-file): Revert.
10869         (gnus-summary-save-article-body-file): Revert.
10870         (gnus-summary-write-article-body-file): New function.
10871
10872 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el (gnus-default-article-saver): Doc fix.
10875         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10876         from gnus-summary-save-article-coding-system, and default to a
10877         certain coding system.
10878         (gnus-output-to-file): Add coding cookie and encode text according
10879         to gnus-article-save-coding-system; don't use mm-append-to-file.
10880
10881         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10882         gnus-art.el and rename to gnus-article-save-coding-system.
10883         (gnus-summary-save-article): Require gnus-art; don't show all
10884         headers if it decodes articles; don't add coding cookie here;
10885         don't bind mm-text-coding-system-for-write.
10886         (gnus-summary-save-article-file): Save decoded articles.
10887         (gnus-summary-write-article-file): When saving many files, use
10888         gnus-summary-write-to-file first and gnus-summary-save-in-file
10889         thereafter unless gnus-prompt-before-saving is always.
10890         (gnus-summary-save-article-body-file): Save decoded articles.
10891
10892         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10893
10894 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * nnrss.el (nnrss-check-group): Bind hash-index.
10897
10898 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10899
10900         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10901         its hash index.  Store this hash in `nnrss-group-data'.
10902         (nnrss-read-group-data): Update accordingly.
10903
10904 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10905
10906         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10907         entry.
10908
10909         * gnus-sum.el (gnus-summary-make-menu-bar):
10910         Add gnus-article-browse-html-article.
10911
10912 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10913
10914         * gnus-sum.el (gnus-summary-mime-map):
10915         Add gnus-article-browse-html-article.
10916
10917         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10918
10919 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10922         suitable coding systems in customize.
10923
10924 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * mail-source.el (mail-sources): Fix custom type.
10927
10928 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10931         (gnus-summary-expire-articles-now): Shorten prompt.
10932
10933         * gmm-utils.el (wid-edit): Require.
10934         (defun-gmm): Rename from `gmm-defun-compat'.
10935         (gmm-image-search-load-path): Use it.
10936         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10937
10938 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * gnus-sum.el (gnus-summary-save-article-coding-system):
10941         New variable.
10942         (gnus-summary-save-article): Add optional `decode' argument.
10943         If it is set and gnus-summary-save-article-coding-system is non-nil,
10944         save decoded article.
10945         (gnus-summary-write-article-file): Save decoded article if
10946         gnus-summary-save-article-coding-system is non-nil.
10947
10948         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10949         type.
10950
10951 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10954
10955 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10958         first to test gnus-single-article-buffer which may be buffer-local.
10959
10960         * gnus-sum.el (gnus-summary-setup-buffer):
10961         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10962         group; make gnus-article-buffer, gnus-article-current, and
10963         gnus-original-article-buffer always buffer-local.
10964         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10965         group.
10966         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10967
10968 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * nnml.el (nnml-request-compact-group): Compressed files might not
10971         have .gz extension.
10972
10973 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10974
10975         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10976         (mm-copy-to-buffer): Use with-current-buffer.
10977         (mm-display-part): Simplify.
10978         (mm-inlinable-p): Add optional arg `type'.
10979
10980 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10981
10982         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10983         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10984         Try harder to show the attachment internally or externally using
10985         gnus-mime-view-part-as-type.
10986
10987 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * message.el (message-from-style, message-signature-separator)
10990         (message-user-organization-file, message-send-mail-function)
10991         (message-citation-line-function, message-yank-prefix)
10992         (message-indent-citation-function, message-signature)
10993         (message-signature-file, message-signature-insert-empty-line):
10994         Remove autoloads.
10995
10996         * gnus-art.el (gnus-buttonized-mime-types):
10997         Remove "multipart/signed".  Revert 2006-04-26 change.
10998
10999 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11000
11001         * gnus.el (gnus-version-number): Bump version.
11002
11003 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11004
11005         * gnus.el: No Gnus v0.5 is released.
11006
11007 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11008
11009         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11010         fetching articles by message-id.
11011
11012 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11013
11014         * message.el (hashcash): Require hashcash as normal.
11015
11016         * ecomplete.el (ecomplete-highlight-match-line):
11017         Use point-at-eol.
11018         (ecomplete-highlight-match-line): Use `highlight', because that
11019         face exists in both Emacs and XEmacs.
11020
11021         * message.el (message-display-abbrev): Use point-at-bol.
11022
11023         * mail-source.el: Don't require timer/timer-funcs.
11024
11025         * gnus-async.el: Ditto.
11026
11027         * password.el: Ditto.
11028
11029         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11030
11031         * mm-url.el: Ditto.
11032
11033         * gnus-xmas.el: Don't require timer-funcs.
11034
11035         * mm-util.el: Require timer/timer-funcs.
11036
11037 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11038
11039         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11040         Close.
11041
11042 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11045         unibyte after clear-decrypt function runs.
11046
11047         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11048         returns as a unibyte string.
11049
11050 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * lpath.el: Revert.
11053
11054         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11055         (pgg-gpg-process-sentinel): Revert.
11056
11057         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11058         (pgg-pgp-lookup-key): Revert.
11059
11060         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11061         (pgg-pgp5-lookup-key): Revert.
11062
11063         * pgg.el (pgg-fetch-key): Revert.
11064
11065 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * lpath.el: Fbind string-as-multibyte for XEmacs.
11068
11069         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11070         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11071         (mml1991-pgg-encrypt): Ditto.
11072
11073         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11074         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11075         a multibyte buffer.
11076
11077         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11078         (pgg-pgp-lookup-key): Ditto.
11079
11080         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11081         (pgg-pgp5-lookup-key): Ditto.
11082
11083         * pgg.el (pgg-fetch-key): Ditto.
11084
11085 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * message.el (message-user-organization-file): Check several
11088         locations of the organization file.
11089
11090         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11091         Add gnus-article-view-part-as-type.
11092
11093         * gnus-art.el (gnus-article-view-part-as-type): New function.
11094
11095         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11096         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11097
11098         * mml.el: Simplify autoload.
11099         (mml-mode): defvar dnd-protocol-alist instead of using
11100         symbol-value.
11101         (mml-default-directory): New variable.
11102         (mml-minibuffer-read-file): Use it.
11103         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11104
11105         * message.el (message-citation-line-format): New variable.
11106         (message-insert-formated-citation-line): New function.
11107         (message-citation-line-function):
11108         Add `message-insert-formated-citation-line' to custom type.
11109
11110         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11111         to doc string.
11112
11113         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11114         depending on mm-verify-option.
11115
11116 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11119         binding pgg-* variables; reimplement the section which prevents
11120         MIME header from being signed.
11121         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11122         pgg-text-mode; remove a blank line at the top of body.
11123
11124         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11125         lines at the top of body; use gnus-newsgroup-charset if there's no
11126         Charset header.
11127
11128 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * message.el (message-self-insert-commands): Doc fix.
11131
11132         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11133         (mm-uu-pgp-encrypted-test): Ditto.
11134         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11135         between header and body; return application/pgp-encrypted handle
11136         if decryption failed; decode decrypted body by charset.
11137
11138         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11139         element match to application/pgp-*.
11140
11141 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11142
11143         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11144         HTML.
11145
11146 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11147
11148         * mail-source.el (mail-source-call-script): Message the error
11149         string.
11150
11151 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * gnus-util.el (gnus-byte-compile): Use it.
11154
11155 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11156
11157         * gnus-util.el (kill-empty-logs): New function.
11158
11159 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * message.el (message-mail-alias-type): Doc fix.
11162         (message-mail-alias-type-p): New function.
11163         (message-send): Use it.
11164         (message-mode): Ditto.
11165         (message-strip-forbidden-properties): Ditto.
11166
11167         * ecomplete.el (ecomplete-database-file-coding-system):
11168         New variable.
11169         (ecomplete-save): Use it.
11170         (ecomplete-setup): Use it.
11171
11172 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * message.el (message-self-insert-commands): New variable.
11175         (message-strip-forbidden-properties): Use it.
11176
11177 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11178
11179         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11180         that doesn't make XEmacs choke.
11181
11182 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus-util.el (gnus-replace-in-string):
11185         Prefer replace-regexp-in-string over of replace-in-string.
11186
11187 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-util.el (gnus-select-frame-set-input-focus):
11190         Use select-frame-set-input-focus if it is available in XEmacs; use
11191         definition defined in Emacs 22 for old Emacsen.
11192
11193         * dgnushack.el: Autoload unmorse-region for XEmacs.
11194
11195         * lpath.el: Bind cursor-in-non-selected-windows and
11196         select-frame-set-input-focus for XEmacs.
11197
11198 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11201
11202 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * gnus-registry.el (gnus-registry-cache-save): Remove text
11205         properties when saving via the temp buffer.
11206
11207 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * message.el (message-generate-hashcash): Honor custom type.
11210
11211 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * message.el (message-generate-hashcash): Default to non-nil when
11214         hashcash is found.
11215
11216         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11217         (gnus-refer-thread-limit): Increase default to 500.
11218
11219         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11220
11221         * flow-fill.el (fill-flowed): Allow delete-space.
11222
11223 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11226         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11227         Remove autoloads.
11228
11229 2006-04-18  Simon Josefsson  <jas@extundo.com>
11230
11231         * message.el (message-generate-hashcash): Default to.
11232
11233 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11236         concatenating segments rather than before concatenating them.
11237
11238 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11241
11242 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11245
11246         * message.el (message-forward-make-body-plain):
11247         Allow message-forward-ignored-headers to be a list.
11248         (message-remove-ignored-headers): Factor out into function.
11249         (message-forward-make-body-mml): Use it.
11250
11251         * imap.el (imap-quote-specials): New function.
11252         (imap-login-auth): Quote specials.
11253
11254         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11255         (rfc2231-parse-string): Allow concatanation of parameters that
11256         aren't contiguous.  The test case is
11257           (mail-header-parse-content-type "message/external-body;
11258             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11259             access-type=LOCAL-FILE;
11260             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11261
11262 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11263
11264         * nntp.el (nntp-accept-process-output): Return the value of
11265         `nnheader-accept-process-output'.
11266
11267 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11270         (gnus-button-alist): Recognize more diff formats.
11271         (gnus-button-patch): Strip directory.
11272
11273 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11276         Emacs 22 when setting focus.
11277
11278 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279
11280         * gnus-art.el (gnus-article-treat-types): Do treatment of
11281         text/x-verbatim parts.
11282         (gnus-button-patch): New command.
11283
11284         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11285         addresses that contain invalid characters.
11286
11287 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * message.el (message-put-addresses-in-ecomplete):
11290         Use gnus-replace-in-string.
11291         (message-is-yours-p): Use the more correct
11292         mail-header-parse-address instead of
11293         mail-extract-address-components.
11294         (message-put-addresses-in-ecomplete): Fix typo.
11295
11296         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11297         keystroke.
11298
11299         * gnus-art.el (gnus-treatment-function-alist): Change order of
11300         newsgroups/generic header folding to avoid double-folding.
11301
11302         * message.el (message-hidden-headers): Add X-Draft-From.
11303
11304         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11305         New command.
11306         (gnus-summary-repeat-search-article-backward): New command.
11307
11308         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11309         groups in the parent topic.
11310
11311 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11312
11313         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11314         (spam-extra-header-to-number): Return the CRM114 number as a
11315         number instead of a string.
11316
11317 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11318
11319         * gnus-art.el (gnus-face-properties-alist): Move here from
11320         gnus-fun.
11321
11322         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11323
11324 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * message.el (message-strip-forbidden-properties): Only display on
11327         self-insert-command.
11328
11329         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11330         reindent.
11331         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11332
11333 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11334
11335         * smiley.el (smiley-style): Fix typo.
11336
11337 2006-03-23  Kenichi Handa  <handa@m17n.org>
11338
11339         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11340         instead of set-buffer-multibyte.
11341
11342 2006-03-23  Kenichi Handa  <handa@m17n.org>
11343
11344         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11345         buffer and then decode the buffer text if necessary.
11346         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11347         first, and after mm-encode-body, change the buffer to unibyte.
11348
11349 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * hashcash.el (hashcash-insert-payment-async-2):
11352         Use message-goto-eoh instead of doing it manually.
11353         (mail-add-payment): Use message-narrow-to-header instead of trying
11354         to do the same itself.
11355
11356         * message.el (message-hidden-headers): Add Face.
11357
11358         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11359         reparenting code.
11360         (gnus-summary-reparent-children): Refactored out code.
11361         (gnus-summary-thread-map): New keystroke.
11362         (gnus-summary-reparent-children): Make into command.
11363
11364         * smiley.el (smiley-style): Default to `medium' if using a large
11365         font.
11366
11367         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11368         does it itself.
11369
11370         * message.el (message-point-in-header-p): Simplify definition.
11371
11372 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * nnagent.el (nnagent-request-set-mark): Silence log file
11375         writing.
11376         (nnagent-request-set-mark): Use write-region instead of
11377         append-to-file.
11378
11379         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11380         strange select method.
11381
11382         * ecomplete.el (ecomplete-display-matches): Get highlightling
11383         right.
11384         (ecomplete-display-matches): Use literals.
11385         (ecomplete-display-matches): Disable message logging.
11386
11387         * message.el (message-display-abbrev): Small optimization.
11388
11389         * ecomplete.el (ecomplete-display-matches): Allow automatic
11390         display.
11391
11392         * message.el (message-strip-forbidden-properties):
11393         Display abbrevs.
11394         (message-display-abbrev): Get automatic display right.
11395
11396         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11397         keystrokes.
11398
11399 2006-04-13  Romain Francoise  <romain@orebokech.com>
11400
11401         TODO: Backport to v5-10!
11402
11403         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11404         Move here (and rename) from gnus-registry.el.
11405
11406         * gnus-registry.el: Require gnus-util.
11407         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11408
11409 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * gnus-group.el (gnus-group-catchup-current):
11412         Change if-then-else-if-then-else into cond.
11413         (gnus-group-catchup): Indent.
11414         (group-name-at-point): New function.
11415         (gnus-fetch-group): Provide default from thing at point.
11416
11417 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * message.el (message-display-abbrev): Fix regexp.
11420
11421         * ecomplete.el (ecomplete-highlight-match-line):
11422         Reimplement choosing.
11423         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11424         dead variables.
11425
11426         * message.el (message-newline-and-indent): Remove debugging.
11427         (message-display-abbrev): Use new implementation.
11428
11429 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * gnus-art.el (gnus-article-mode):
11432         Set cursor-in-non-selected-windows to nil.
11433
11434         * smiley.el: Revert previous change.
11435         (smiley-data-directory): defvar it before using it in the
11436         defcustom of `smiley-style'.
11437
11438 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * message.el (message-newline-and-indent): New function.
11441
11442         * ecomplete.el: Implement more bits.
11443
11444         * message.el (message-put-addresses-in-ecomplete): Clean up the
11445         string.
11446
11447         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11448
11449         * gnus-sum.el (gnus-summary-save-parts):
11450         Bind gnus-summary-save-parts-counter and use it to make unique file
11451         names.
11452
11453         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11454
11455         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11456         parameter to say whether to actually parse the individual
11457         addresses.
11458
11459         * message.el (message-put-addresses-in-ecomplete): New function.
11460         (ecomplete): Require.
11461         (message-mail-alias-type): Add ecomplete as an option.
11462
11463 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11464
11465         * flow-fill.el (fill-flowed): Remove trailing space from blank
11466         quoted lines.
11467
11468 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469
11470         * smiley.el (smiley-style): Move definition later to avoid a
11471         compilation warning.
11472
11473 2006-04-12  Kenichi Handa  <handa@m17n.org>
11474
11475         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11476         buffer and then decode the buffer text if necessary.
11477         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11478         first, and after mm-encode-body, change the buffer to unibyte.
11479         Use mm-disable-multibyte instead of set-buffer-multibyte.
11480
11481 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11484         Content-Type header instead of Content-Disposition header.
11485         (gnus-mime-inline-part): Ditto.
11486         (gnus-mime-view-part-as-charset): Ignore charset that the part
11487         specifies.
11488
11489         * mm-decode.el (mm-display-part): Work with external parts and
11490         usual parts similarly.
11491
11492         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11493         instead of gnus-display-mime.
11494
11495         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11496         instead of with-temp-buffer.
11497
11498         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11499         tag to summarized topics part in order to encode non-ASCII text.
11500
11501 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * smiley.el (smiley-style): New variable.
11504         (smiley-directory): New function.
11505         (smiley-data-directory): Derive from `smiley-style' using
11506         `smiley-directory'.
11507         (smiley-regexp-alist): Add new entries.
11508
11509         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11510         (gnus-article-browse-delete-temp): Add :version.
11511
11512 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11513
11514         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11515         the sieve region.
11516
11517 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518
11519         * gnus.el (gnus-version-number): Bump version.
11520
11521 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus.el: No Gnus v0.4 is released.
11524
11525 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11526
11527         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11528         layout.
11529
11530         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11531         unknown charset.
11532
11533         * message.el (message-header-synonyms): Add Original-To to the
11534         default.
11535
11536         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11537         optional parameter.
11538
11539 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-fun.el (gnus): Require it for gnus-directory.
11542
11543 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11546
11547 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11548
11549         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11550
11551 2006-04-05  Simon Josefsson  <jas@extundo.com>
11552
11553         * password.el (password-reset): New function.
11554
11555 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11556
11557         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11558         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11559
11560 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11561
11562         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11563         Some whitespace was matched into the url, which broke browsing hits
11564         > 100 when mm-url-use-external was nil.
11565
11566 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11569         Check gnus-extra-headers for 'Newsgroups.
11570
11571         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11572         bound.
11573
11574 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11575
11576         * pgg-gpg.el: Clean up process buffers every time gpg processes
11577         complete.
11578
11579 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11582         doc string.
11583
11584 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11585
11586         * pgg-gpg.el (pgg-gpg-process-filter)
11587         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11588
11589         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11590         lines, temporary fix.
11591
11592 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11595
11596 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11597
11598         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11599         default-enable-multibyte-characters.  This reverts the change from
11600         revision 6.17 which is no longer necessary because the passphrase
11601         is sent separately now.  GnuPG messages are unreadable under
11602         multibyte locales with default-enable-multibyte-characters set to
11603         nil.
11604
11605 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * message.el (message-tool-bar-gnome): Move "spell".
11608
11609 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11612         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11613         instead.
11614
11615 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11616
11617         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11618         Improve newsgroups handling for NNTP overviews which don't include
11619         Newsgroups.
11620
11621 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11622
11623         * message.el (message-resend): Bind message-generate-hashcash to nil.
11624
11625 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11626
11627         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11628         when searching for already-paid recipients.
11629
11630 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11631
11632         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11633         passphrases when it is not needed.
11634         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11635         passphrase stuff from gpg, should only be necessary when you use
11636         gpg with a smartcard.
11637
11638 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * mml.el (mml-insert-mime): Ignore cached contents of
11641         message/external-body part.
11642
11643         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11644         (mm-insert-part): Ditto.
11645
11646 2006-03-23  Simon Josefsson  <jas@extundo.com>
11647
11648         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11649         Reiner.
11650         (pgg-gpg-use-agent-p): Use it again.
11651
11652 2006-03-23  Simon Josefsson  <jas@extundo.com>
11653
11654         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11655         older emacsen.
11656         (pgg-gpg-use-agent-p): Don't use it.
11657
11658 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11661         if we can.
11662
11663 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11664
11665         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11666         (pgg-gpg-update-agent): New function.
11667         (pgg-gpg-use-agent-p): New function.
11668         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11669         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11670         (pgg-gpg-sign-region): Use it.
11671
11672 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11675         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11676
11677 2006-03-21  Simon Josefsson  <jas@extundo.com>
11678
11679         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11680         <wilde@sha-bang.de>.
11681         (pgg-gpg-use-agent): New variable.
11682         (pgg-gpg-process-region): Use it.
11683         (pgg-gpg-encrypt-region): Likewise.
11684         (pgg-gpg-encrypt-symmetric-region): Likewise.
11685         (pgg-gpg-decrypt-region): Likewise.
11686         (pgg-gpg-sign-region): Likewise.
11687         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11688
11689 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11692
11693         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11694         Add comment on version.
11695
11696 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * smiley.el: Add missing test smiley.
11699
11700 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * mm-decode.el (mm-with-part): New macro.
11703         (mm-get-part): Use it; work with message/external-body as well.
11704         (mm-save-part): Treat name and filename equally.
11705
11706         * mm-extern.el (mm-extern-cache-contents): New function.
11707         (mm-inline-external-body): Use it; force the part to be displayed;
11708         move undisplayer added to the cached handle to the parent.
11709
11710         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11711         (gnus-mime-view-part-as-type): Work with message/external-body.
11712
11713         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11714
11715 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11718         images in image-load-path.  [Sync with image.el, revision 1.60, in
11719         Emacs.]
11720
11721 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11724         path rather than symbol.  Always return list of directories.
11725         Guarantee that image directory comes first.  [Sync with image.el,
11726         revision 1.59, in Emacs.]
11727
11728         * message.el (message-make-tool-bar): Adjust to new API of
11729         `gmm-image-load-path-for-library'.
11730
11731         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11732
11733         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11734
11735 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11736
11737         * gnus-art.el (gnus-article-only-boring-p):
11738         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11739         intangible text.
11740         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11741
11742 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11745         Use `defun' instead of `gmm-defun-compat'.
11746
11747 2006-03-14  Simon Josefsson  <jas@extundo.com>
11748
11749         * message.el (message-unique-id): Don't use message-number-base36
11750         if (user-uid) is a float.
11751         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11752
11753 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11756
11757         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11758         empty line between a part and a message part.
11759
11760 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * smiley.el: Add more test smileys.
11763         (smiley-data-directory, smiley-regexp-alist)
11764         (gnus-smiley-file-types): Fix doc strings.
11765         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11766         adding new elements.
11767         (smiley-mouse-map): Unused code.  Make it a comment.
11768
11769 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11772         scan latest NoCeM messages instead of old ones.
11773         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11774         delimiters that are recently used.
11775         (gnus-nocem-load-cache): Add autoload cookie.
11776
11777         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11778
11779         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11780         level which is larger than gnus-use-nocem is specified.
11781
11782         * gnus-group.el (gnus-group-get-new-news): Ditto.
11783
11784 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-util.el (gnus-tool-bar-update): New function.
11787
11788         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11789         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11790
11791         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11792
11793         * gnus-group.el (gnus-group-redraw-when-idle)
11794         (gnus-group-redraw-check): Remove.
11795         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11796
11797 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11800         if optional last element is specified in splits (FIELD VALUE...).
11801
11802 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11805         to gmm-image-load-path-for-library.  Call with no-error argument.
11806         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11807
11808         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11809
11810         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11811
11812         * gmm-utils.el (gmm-image-load-path): Remove alias.
11813
11814 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gmm-utils.el (gmm-image-load-path): Add alias.
11817
11818         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11819         nnml-generate-nov-databases-1.
11820         (nnml-generate-nov-databases): Use it.
11821         (nnml-generate-nov-databases-directory): Document no-active
11822         argument.
11823
11824         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11825         directory if path is t.  Add no-error.
11826
11827         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11828         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11829
11830         * gnus-art.el (gnus-article-browse-delete-temp-files):
11831         Simplify resetting gnus-article-browse-html-temp-list.
11832
11833         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11834         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11835         Add example to docstring.  Rename local variables.  Move error
11836         checks to default case in cond and simplify.
11837
11838 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11841         handle is multipart when calling it recursively.
11842         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11843
11844 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11845
11846         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11847         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11848
11849 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11852         is loaded.
11853
11854         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11855         loaded.
11856
11857 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11860         to "Emacs 23 (unicode)" in doc string.
11861
11862         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11863         "Emacs 23 (unicode)" in comment.
11864
11865 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11868
11869         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11870         characters 160 through 255 in Emacs 23.
11871
11872 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11875         gnus-article-browse-html-temp.
11876         (gnus-article-browse-delete-temp): Make it customizable.
11877         Add `file'.  Adjust doc string.
11878         (gnus-article-browse-delete-temp-files): Add argument.
11879         Allow query for each file.  Adjust doc string.
11880         (gnus-article-browse-html-parts):
11881         Add `gnus-article-browse-delete-temp-files' to
11882         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11883
11884 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11885
11886         * gnus-art.el (gnus-article-browse-html-temp)
11887         (gnus-article-browse-delete-temp): New variables.
11888         (gnus-article-browse-delete-temp-files): New function.
11889         (gnus-article-browse-html-parts): Use it.
11890
11891 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11894
11895         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11896         string.
11897
11898         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11899         gnus-summary-insert-new-articles when unplugged.
11900         Remove gnus-summary-search-article-forward.
11901
11902         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11903         display-visual-class instead of display-color-cells.
11904
11905 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * dgnushack.el: Autoload customize-group for XEmacs.
11908
11909         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11910         message/* containing non-ASCII text properly.
11911
11912 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * message.el: Require gmm-utils, remove autoloads.
11915         (message-tool-bar): Set default based on
11916         gmm-tool-bar-style.
11917         (message-tool-bar-gnome): Add gmm-customize-mode.
11918
11919         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11920         gmm-tool-bar-style.
11921         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11922
11923         * gnus-group.el (gnus-group-tool-bar): Set default based on
11924         gmm-tool-bar-style.
11925         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11926
11927         * gmm-utils.el (gmm-image-directory): Rename variable from
11928         gmm-image-load-path.
11929         (gmm-image-load-path): Use gmm-image-directory.
11930         (gmm-customize-mode): New function.
11931         (gmm-tool-bar-style): New variable.
11932
11933         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11934         gnus-group-redraw-line-number.
11935         (gnus-group-redraw-check): Simplify.
11936         (gnus-group-tool-bar-update): Remove redraw check.
11937         (gnus-group-make-tool-bar): Add redraw check.
11938
11939 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11940
11941         * gnus-art.el (gnus-button): Add missing parentheses.
11942
11943 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * lpath.el: Fbind line-number-at-pos.
11946
11947 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11950
11951 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * gnus-art.el (gnus-button): New face.
11954         (gnus-article-button-face): Use it.
11955
11956         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11957         Add gnus-summary-next-page.  Re-order.
11958
11959         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11960         next-node are now included.
11961         (gnus-group-redraw-line-number): New internal variable.
11962         (gnus-group-redraw-check): Helper function for updating the tool
11963         bar.
11964         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11965
11966         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11967
11968         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11969         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11970         Use it to match format of Spamassassin 3.0 and later.
11971         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11972         (spam-check-bogofilter)
11973         (spam-bogofilter-register-with-bogofilter): Fix args of
11974         `gnus-error' calls.
11975
11976 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11979         unnecessary interaction when sending queued mails.
11980         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11981
11982 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11985         first or last are nil.
11986
11987 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11988
11989         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11990
11991 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992
11993         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11994
11995 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * dns.el (query-dns): Protect more against buggy tcp output.
11998
11999 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12002         nov.php.
12003
12004 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12005
12006         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12007         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12008         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12009         output on the server side.
12010         (nnweb-google-create-mapping): Update regexps and add some
12011         progress indication.
12012
12013 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * gnus-group.el (gnus-group-tool-bar-gnome):
12016         Fix gnus-agent-toggle-plugged.  Re-order icons.
12017         (gnus-group-tool-bar-gnome):
12018         Add gnus-group-{prev,next}-unread-group.
12019         (gnus-group-tool-bar-gnome): Re-order icons.
12020
12021         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12022         Move gnus-summary-insert-new-articles.
12023
12024         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12025         Fix comments.
12026
12027         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12028         also available in Emacs 21.3.
12029
12030         * message.el (message-fix-before-sending): Change "Emacs 22" to
12031         "Emacs 23 (unicode)" in comment.
12032
12033         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12034         "Emacs 23 (unicode)" in comment.
12035
12036         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12037         comment.
12038         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12039
12040         * mm-view.el (mm-fill-flowed): Add :version.
12041
12042 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12045         and load-path.
12046
12047 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * message.el: Autoload gmm-image-load-path.
12050         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12051         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12052         consitency.
12053
12054         * gmm-utils.el (gmm-image-load-path): Also search in
12055         "../etc/images".  Don't set gmm-image-load-path if we don't find
12056         the image.
12057
12058 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gmm-utils.el (gmm-image-load-path): Don't make
12061         `gmm-image-load-path' include subdirectories which the second arg
12062         `image' might specify.
12063
12064         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12065         subdirectory to icon file names.
12066
12067         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12068
12069 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12072         gmm-image-load-path calls.
12073
12074         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12075
12076         * message.el (message-make-tool-bar): Ditto.
12077
12078         * mml.el (mml-preview): Add comment concerning tool bar icons.
12079
12080         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12081         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12082
12083         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12084         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12085
12086         * message.el (message-tool-bar-gnome): Use new icon names.
12087         (message-make-tool-bar): Use `gmm-image-load-path'.
12088
12089         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12090         New functions from MH-E.
12091         (gmm-image-load-path): New variable from MH-E.
12092         (gmm-image-load-path): New function from MH-E.  Add arguments
12093         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12094         *-image-load-path-called-flag.
12095
12096 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12097
12098         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12099
12100 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12101
12102         * nnimap.el (nnimap-request-move-article): Change folder back to
12103         source group before deleting.
12104
12105 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12108
12109         * gnus-art.el (mm-url-insert-file-contents-external):
12110         Autoload mm-url.
12111
12112         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12113
12114 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12117         coding system which mm-charset-to-coding-system returns for a
12118         given charset is valid.
12119
12120 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12121
12122         * html2text.el (html2text-remove-tag-list):
12123         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12124
12125 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12126
12127         * gnus-cus.el: Revert 2005-10-17 change.
12128
12129 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-art.el (article-strip-banner):
12132         Call article-really-strip-banner only when the regexp match is made.
12133
12134 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (article-strip-banner):
12137         Use gnus-extract-address-components instead of
12138         mail-header-parse-addresses to make it work with non-ASCII text;
12139         remove mail-encode-encoded-word-string.
12140
12141         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12142         values which are surrounded with \"...\"; make it never cause a
12143         Lisp error; give up parsing of parameters if it failed in
12144         extracting type.
12145
12146 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12147
12148         * smime.el (smime-cert-by-ldap-1): Fix bug where
12149         `smime-ldap-search' returns results without userCertificates.
12150
12151 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12154
12155 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * spam.el (spam-check-spamassassin-headers): Adapt format for
12158         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12159         <ari@mbf.ocn.ne.jp>.
12160         (spam-list-of-processors): Add spam-use-gmane.
12161
12162 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12165         make-temp-file; make it work with XEmacs as well.
12166
12167         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12168         mm-make-temp-file.
12169
12170         * mm-decode.el (mm-display-external): Use the 3rd arg of
12171         mm-make-temp-file.
12172         (mm-create-image-xemacs): Ditto.
12173
12174 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12177         with message-narrow-to-headers.
12178         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12179         (gnus-draft-check-draft-articles): New function.
12180         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12181
12182 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12183
12184         * gnus-art.el (gnus-article-browse-html-parts):
12185         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12186         Don't use suffix argument for mm-make-temp-file for Emacs 21
12187         compatibility.  Remove useless `format'.
12188
12189 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12190
12191         * nnweb.el (nnweb-google-wash-article): Update regexps.
12192         (nnweb-group-alist): Use defvoo instead of defvar.
12193
12194 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12197         re-loading nn* modules.
12198
12199 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12202         for `tool-bar-mode' and don't check it's default-value.
12203
12204         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12205
12206         * message.el (message-make-tool-bar): Ditto.
12207
12208         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12209         `substring'.  Shorten tmp-file name.
12210
12211         * gnus.el: Remove bogus comment.
12212
12213 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12214
12215         * gnus-art.el (gnus-article-browse-html-parts): New function.
12216         (gnus-article-browse-html-article): New function for viewing html
12217         articles with a browser.
12218
12219 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12220
12221         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12222         in elisp.
12223         (pgg-gpg-encrypt-symmetric-region): Ditto.
12224         (pgg-gpg-sign-region): Ditto.
12225
12226         * pgg-def.el (pgg-text-mode): New variable.
12227
12228         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12229         (mml2015-pgg-encrypt): Ditto.
12230
12231         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12232         (mml1991-pgg-encrypt): Ditto.
12233
12234 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * nnfolder.el (nnfolder-insert-newsgroup-line):
12237         Use message-make-date instead of current-time-string.
12238
12239         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12240         to gnus-decoded which mm-uu might set.
12241
12242 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12245         don't decode quoted parameters; remove misimported Emacs code.
12246         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12247         (rfc2231-decode-encoded-string): Don't use split-string which
12248         behaves differently according to Emacs version; use
12249         mm-decode-coding-region to convert charset to coding-system.
12250         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12251         (rfc2231-encode-string): Remove misimported Emacs code.
12252
12253 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12256         when calling mail-header-parse-content-type.
12257         (article-de-quoted-unreadable): Ditto.
12258         (article-de-base64-unreadable): Ditto.
12259         (article-wash-html): Ditto.
12260
12261         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12262         calling mail-header-parse-content-type and
12263         mail-header-parse-content-disposition.
12264         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12265         mail-header-parse-content-type.
12266
12267         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12268         insert charset and format parameters; encode description after
12269         inserting it to buffer.
12270         (mml-insert-parameter): Fold lines properly even if a parameter is
12271         segmented into two or more lines; change the max column to 76.
12272
12273         * rfc1843.el (rfc1843-decode-article-body): Don't use
12274         ignore-errors when calling mail-header-parse-content-type.
12275
12276         * rfc2231.el (rfc2231-parse-string): Return at least type if
12277         possible; don't cause an error even if it fails in parsing of
12278         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12279         (rfc2231-encode-string): Don't break lines at the beginning, leave
12280         it to mml-insert-parameter.
12281
12282         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12283         calling mail-header-parse-content-type.
12284
12285 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * spam-report.el (spam-report-gmane-use-article-number):
12288         Improve doc string.
12289         (spam-report-gmane-internal): Check if a suitable header was found
12290         in the article.
12291
12292 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12295         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12296
12297 2006-02-05  Romain Francoise  <romain@orebokech.com>
12298
12299         Update copyright notices of all files in the gnus directory.
12300
12301 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12302
12303         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12304
12305 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12308         segmented lines of parameter value to cope with Thunderbird 1.5
12309         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12310         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12311         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12312
12313 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12314
12315         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12316         parts.
12317
12318 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12319
12320         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12321         there's only one active file for all servers.
12322         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12323         solid groups.  Gnus might have used a FAST request to select the group.
12324         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12325         and nnweb-search redundantly in the active file.
12326         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12327         (nnweb-request-create-group): Don't use ARGS.
12328         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12329         initialisations.  Let nnoo do the work.
12330
12331 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12334         Say the part has been decoded.
12335
12336         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12337
12338 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12339
12340         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12341         mailcap-viewer-test-cache when there's no 'test clause, since that
12342         will invert the meaning of a "nil" test previously determined by
12343         mailcap-mailcap-entry-passes-test.
12344
12345 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12348         compiling.
12349
12350         * gnus-sum.el: Ditto.
12351
12352         * message.el: Don't bind tool-bar-map when compiling.
12353
12354 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12357
12358 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12359
12360         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12361         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12362         current Google Groups.
12363
12364 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12367         and tool-bar-mode.
12368
12369         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12370         and tool-bar-mode.
12371
12372         * message.el (message-tool-bar-update): Simplify.
12373         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12374
12375         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12376         gnus-summary-buffer.
12377         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12378         gnus-summary-reply.
12379
12380         * gmm-utils.el (gmm): Add :version.
12381
12382 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * Makefile.in (clean): New rule.
12385         (distclean): Use it.
12386
12387 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12388
12389         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12390         Don't autoload.
12391
12392 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gmm-utils.el (gmm-verbose): Add :group.
12395
12396 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * message.el: Change some comments WRT tool-bars.
12399
12400         * gnus-sum.el (gnus-summary-tool-bar)
12401         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12402         (gnus-summary-tool-bar-zap-list): New variables.
12403         (gnus-summary-make-tool-bar): Complete rewrite using
12404         `gmm-tool-bar-from-list'.
12405
12406         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12407         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12408         New variables.
12409         (gnus-group-make-tool-bar): Complete rewrite using
12410         `gmm-tool-bar-from-list'.
12411         (gnus-group-tool-bar-update): New function.
12412
12413         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12414
12415 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12418         is dissected into a single part of which the type is the same as
12419         the given one; decode charset.
12420
12421 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12422
12423         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12424         into alists as symbol not string, since that's what
12425         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12426         look for.
12427
12428 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12431         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12432
12433         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12434
12435 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12438         (gnus-xmas-mime-security-button-menu): New function.
12439
12440         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12441         (gnus-mime-security-button-menu): New definition.
12442         (gnus-mime-security-button-map): Use them.
12443         (gnus-mime-security-button-menu): New function.
12444         (gnus-insert-mime-security-button): Addition to help echo.
12445         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12446         (gnus-mime-security-pipe-part): New functions.
12447
12448         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12449         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12450
12451         * mm-decode.el (mm-handle-set-disposition): Remove.
12452         (mm-handle-set-description): Remove.
12453
12454 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12457         (mm-w3m-standalone-supports-m17n-p): New function.
12458         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12459         w3m usage.
12460
12461         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12462         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12463
12464 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * message.el (message-tool-bar-zap-list):
12467         Use gmm-tool-bar-zap-list as custom type.
12468         (message-tool-bar-update): New function.
12469         (message-tool-bar, message-tool-bar-gnome)
12470         (message-tool-bar-retro): Add message-tool-bar-update.
12471         (message-tool-bar-gnome): Add flyspell-buffer.
12472
12473         * gnus-util.el (gnus-error): Describe `args'.
12474
12475         * gmm-utils.el (gmm-error): Describe `args'.
12476         (gmm-tool-bar-zap-list): New widget.
12477         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12478
12479 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12482         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12483         the number of recursive calls.
12484
12485         * mm-decode.el (mm-handle-set-disposition): New macro.
12486         (mm-handle-set-description): New macro.
12487
12488 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12491         encoding.
12492
12493 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * message.el (message-tool-bar-zap-list, message-tool-bar)
12496         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12497         (message-tool-bar-local-item-from-menu): Remove.
12498         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12499         (message-make-tool-bar): New function.
12500         (message-mode): Use `message-make-tool-bar'.
12501
12502         * gmm-utils.el: New file.
12503         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12504         (gmm-lazy): New widget copied from `nnmail.el'.
12505         (gmm-tool-bar-from-list): New function for creating customizable
12506         tool bars.
12507         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12508         output.
12509         (gmm): Add :prefix to defgroup.
12510
12511 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12512
12513         * gmm-utils.el (gmm-widget-p): New function.
12514
12515 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * mml.el (mml-attach-file): Describe `description' in doc string.
12518         (mml-menu): Add Emacs MIME manual and PGG manual.
12519
12520 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12521
12522         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12523
12524 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12525
12526         * nntp.el (nntp-end-of-line): Doc fix.
12527
12528 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12529
12530         * imap.el (imap-open): Handle case where buffer is a buffer
12531         object.
12532
12533 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12534
12535         * gnus-delay.el (gnus-delay): Don't autoload.
12536         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12537         to be re-loaded when customizing the `gnus-delay' group.
12538
12539 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12540
12541         * message.el (message-insert-citation-line): Use newlines.
12542
12543 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12544
12545         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12546         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12547         these routines, so the passphrase can be managed externally and
12548         passed in to the system.
12549         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12550         pgg-add-passphrase-to-cache function.
12551
12552         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12553         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12554         these routines, so the passphrase can be managed externally and
12555         passed in to the system.
12556         (pgg-pgp5-sign-region): Use new name of
12557         pgg-add-passphrase-to-cache function.
12558
12559 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12560
12561         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12562         part of the decoded armor to find the key-identifier.
12563         (pgg-gpg-lookup-key-owner): New function to return the
12564         human-readable identifier of a key owner.
12565         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12566         itself.
12567         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12568         the key value) if we have a key and can match it against a secret
12569         key.  Also, added a note pointing out fact that the prompt only
12570         indicates the first matching key.
12571
12572         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12573         pgg-decrypt-region.
12574         (pgg-add-passphrase-to-cache): Rename from
12575         `pgg-add-passphrase-cache' to reduce confusion (all callers
12576         changed).
12577         (pgg-remove-passphrase-from-cache): Rename from
12578         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12579         changed).
12580         (pgg-read-passphrase, pgg-add-passphrase-cache)
12581         (pgg-remove-passphrase-cache): Add informative docstrings.
12582         (pgg-decrypt): Convey provided passphrase in subordinate call to
12583         pgg-decrypt-region.
12584
12585 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12586
12587         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12588         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12589         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12590         'passphrase' argument, so the passphrase can be managed externally
12591         and then passed in to the system.
12592
12593         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12594         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12595         so the passphrase cache can be used reliably with identifiers
12596         besides a pgp packet's key id.
12597
12598         * pgg-gpg.el (pgg-gpg-encrypt-region)
12599         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12600         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12601         these routines, so the passphrase can be managed externally and
12602         passed in to the system.
12603
12604         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12605         'notruncate' argument, so the passphrase cache can be used
12606         reliably with identifiers besides a pgp packet's key id.
12607
12608 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12609
12610         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12611         symmetric encryption.
12612         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12613         encrypted session key.
12614         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12615         message ask for the passphrase in a proper way.
12616
12617         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12618         New user commands for symmetric encryption.
12619
12620 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12623
12624         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12625
12626 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12627
12628         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12629
12630 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * mm-decode.el (mm-inlined-types): Add application/pgp.
12633         (mm-automatic-display): Ditto.
12634
12635         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12636         part as text.
12637
12638 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * nnrss.el: Update copyright.
12641         (nnrss-opml-import): Query whether to subscribe to each entry.
12642
12643         * gnus-art.el:
12644         * gnus-sum.el:
12645         * gnus-xmas.el:
12646         * messagexmas.el:
12647         * mm-uu.el:
12648         * mm-view.el: Update copyright.
12649
12650 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * message.el (message-info): New function.
12653         (message-mode-menu): Add it.
12654         Update copyright.
12655
12656         * ChangeLog: Fix and update copyright.
12657
12658 2006-01-13  Romain Francoise  <romain@orebokech.com>
12659
12660         * message.el (message-forward-subject-name-subject): Prefer the
12661         address to 'nowhere' if the sender has no name.
12662         Fix typo.  Update copyright year.
12663
12664 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-art.el (article-wash-html):
12667         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12668         (gnus-article-wash-html-with-w3m-standalone): New function.
12669
12670         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12671         mm-inline-text-html-render-with-w3m-standalone.
12672         (mm-text-html-washer-alist): Map w3m-standalone to
12673         gnus-article-wash-html-with-w3m-standalone.
12674         (mm-inline-text-html-render-with-w3m-standalone): New function.
12675
12676 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12679         Improve LaTeX.
12680
12681 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12684         (nnrss-request-article): Render text/plain parts as HTML.
12685
12686         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12687         the buffer.
12688
12689 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12692         custom definition of `gnus-posting-styles'.
12693
12694         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12695         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12696
12697 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12700         Use nntp for bug archive.
12701
12702 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12705         parts.
12706         (nnrss-normalize-date): New function converts ISO 8601 date into
12707         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12708         (nnrss-check-group): Use it.
12709
12710 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12713
12714         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12715         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12716         (nnrss-insert-w3): Ditto.
12717
12718 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12721         the articles to be forwarded including the case where neither a
12722         number of articles nor a region is specified.
12723
12724 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * nnrss.el (nnrss-request-article): Fix last change; fill
12727         text/plain parts.
12728
12729 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12732         in text/plain part.
12733         (nnrss-check-group): Don't add excessive newline to dc:subject.
12734
12735 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12736
12737         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12738         article.
12739
12740 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12743         (nnml-use-compressed-files, nnml-save-mail): Support other
12744         comression programs such as bzip2.
12745
12746 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * dns.el (query-dns): Make sure we check the buffer size before
12749         removing tcp headers.
12750
12751 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12754         remove MIME buttons associated with multipart/alternative parts.
12755         (gnus-mime-display-alternative): Tag buttons using `article-type'
12756         text property.
12757
12758         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12759         associated with multipart/alternative parts.
12760
12761         * gnus-art.el (gnus-signature-separator): Fix custom type.
12762
12763         * mm-decode.el (mm-inlined-types): Fix custom type.
12764         (mm-keep-viewer-alive-types): Ditto.
12765         (mm-automatic-display): Ditto.
12766         (mm-attachment-override-types): Ditto.
12767         (mm-inline-override-types): Ditto.
12768         (mm-automatic-external-display): Ditto.
12769
12770 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * spam-report.el (spam-report-user-mail-address)
12773         (spam-report-user-agent): New variables.
12774         (spam-report-url-ping-plain): Use spam-report-user-agent.
12775
12776 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12777
12778         * gnus-art.el (gnus-button-handle-custom): Do not just use
12779         `customize-apropos' for any "M-x customize-*" button but the
12780         function called for.  Accept both the function name and its
12781         argument in order to achieve this.
12782         (gnus-button-alist): Remove support for "custom:" URL's.
12783         Pass function name to `gnus-button-handle-custom' in case of "M-x
12784         customize-*" buttons.
12785
12786 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12789         multipart/alternative and add xref to mm-discouraged-alternatives
12790         in doc string.
12791
12792         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12793         gnus-buttonized-mime-types in doc string.
12794
12795 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12798         Suggest image/.* in the doc string.
12799
12800 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12803         message-marks (Debian bug #342521).
12804
12805 2005-12-12  Simon Josefsson  <jas@extundo.com>
12806
12807         * password.el (password-read-from-cache): Add.
12808         (password-read): Use it.
12809
12810 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * rfc2047.el (rfc2047-charset-to-coding-system):
12813         Recognize us-ascii as a MIME charset.
12814
12815         * mm-bodies.el (mm-decode-content-transfer-encoding):
12816         Protect against the case where the 2nd arg TYPE is nil.
12817
12818 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * pop3.el (pop3-stream-type): Fix custom version.
12821
12822         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12823
12824 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12825
12826         * mm-decode.el (mm-display-external): Add missing cdr.
12827
12828 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12831         RFC1524) if it is in mailcap or add a suffix according to
12832         mailcap-mime-extensions when generating a temp filename; postpone
12833         deleting a temp file for 2 seconds for some wrappers, shell
12834         scripts, and so on, which might exit right after having started a
12835         viewer command as a background job.
12836
12837 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * nntp.el (nntp-marks-directory): Fix custom group.
12840
12841         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12842         steps when < 10.
12843
12844         * gnus-start.el (gnus-no-server-1):
12845         Mention `gnus-level-default-subscribed' in doc string.
12846
12847 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12848
12849         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12850         parens.
12851
12852 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-xmas.el (gnus-use-toolbar): Revert.
12855         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12856         gnus-use-toolbar is default.
12857
12858         * messagexmas.el (message-use-toolbar): Revert.
12859         (message-setup-toolbar): Use global default-toolbar if
12860         message-use-toolbar is default.
12861
12862 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12865         according to default-toolbar-visible-p.
12866
12867         * messagexmas.el (message-use-toolbar): Ditto.
12868
12869 2005-11-26  Dave Love  <fx@gnu.org>
12870
12871         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12872         (tls-program, tls-success): Provide openssl alternative.
12873
12874         * starttls.el: Doc fixes.
12875         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12876         SERVICE to PORT.
12877
12878         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12879         port null or service name.
12880         (starttls-negotiate): Autoload.
12881
12882 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * message.el (message-kill-to-signature): Fix interactive spec.
12885
12886 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * pop3.el (pop3-open-server): Recognize a string as a service name.
12889
12890 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12891
12892         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12893
12894 2005-11-23  Dave Love  <fx@gnu.org>
12895
12896         Add pop3s, pop3/starttls.
12897
12898         * pop3.el (pop3-authentication-scheme): Clarify doc.
12899         (open-tls-stream, starttls-open-stream): Autoload.
12900         (pop3-stream-type): New.
12901         (pop3-open-server): Use it.
12902
12903         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12904         for POP.
12905         (mail-source-keyword-map): Add :stream for POP.
12906         (mail-source-fetch-pop): Use pop3-stream-type.
12907
12908 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12911         of current-time-string.
12912
12913 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12914
12915         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12916         date header.
12917
12918 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12919
12920         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12921         it can seriously impact performance as it bypasses the agent's
12922         local caches.
12923
12924 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12925
12926         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12927         must be explicitly online rather than "not explicitly offline" for
12928         its flags to be synchronized.
12929
12930         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12931         that gnus-uu-unmark-thread will function correctly.
12932
12933         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12934         1024K is instead displayed as 1M.
12935
12936 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12937
12938         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12939
12940 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12941
12942         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12943
12944 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12945
12946         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12947         error message to display actual error condition.
12948         (gnus-agent-save-local): Avoid saving symbols that are bound to
12949         nil as they simply result in a warning message in
12950         gnus-agent-read-local.
12951
12952 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12955         rather than make-variable-buffer-local for file-precious-flag.
12956
12957 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12958
12959         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12960         for duplicates which are removed.  The invalid sort check then
12961         triggers a rescan after the sort as sorting may have moved
12962         duplicate entries such that they can be cheaply detected.
12963
12964 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12967
12968 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12969
12970         * gnus-agent.el (gnus-agent-article-alist-save-format):
12971         Change internal variable to a custom variable.  Change default value
12972         from compressed(2) to uncompressed(1).
12973         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12974         support for uncompressed agentview files.  Taken together, reading
12975         the agentview file should now be 6-7 times faster.
12976
12977 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12978
12979         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12980         as a buffer-local variable.  This avoids creating truncated
12981         dribble files as a result of a hang up, eg.
12982
12983 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12984
12985         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12986         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12987         XEmacs.
12988
12989 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * gnus-start.el (gnus-start-draft-setup):
12992         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12993
12994         * gnus.el (gnus-splash): Change custom group.
12995         (gnus-group-get-parameter, gnus-group-parameter-value):
12996         Describe allow-list argument.
12997
12998         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12999         string.
13000
13001 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * gnus-art.el (gnus-default-article-saver): Add user-defined
13004         `function' to custom type.
13005
13006 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13007
13008         * imap.el (imap-open): Handle case where buffer is a buffer
13009         object.
13010
13011 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13014         long lines.
13015         (gnus-cache-delete-group): Wrap doc strings.
13016
13017         * gnus-agent.el (gnus-agent-rename-group)
13018         (gnus-agent-delete-group): Wrap doc strings.
13019
13020 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * messagexmas.el (message-use-toolbar): Change the valid values
13023         into default, top, bottom, left, and right.
13024         (message-toolbar-thickness): New variable.
13025         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13026         well.
13027         (message-setup-toolbar): Make it work.
13028
13029         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13030         (gnus-use-toolbar): Change the valid values into default, top,
13031         bottom, left, and right.
13032         (gnus-toolbar-thickness): New variable.
13033         (gnus-xmas-setup-toolbar): New function.
13034         (gnus-xmas-setup-group-toolbar): Use it.
13035         (gnus-xmas-setup-summary-toolbar): Use it.
13036
13037 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * gnus-start.el (gnus-1): Add "native" to
13040         gnus-predefined-server-alist.
13041
13042         * gnus.el (gnus-method-to-server): Don't add "native" to the
13043         lists here, because that leads to problems when
13044         gnus-select-method is bound.
13045
13046 2005-11-09  Simon Josefsson  <jas@extundo.com>
13047
13048         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13049         use (not sort-by-date) instead.
13050
13051 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13052
13053         * gnus-delay.el (gnus-delay-group): Don't autoload.
13054         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13055         to be re-loaded when customizing the `gnus-delay' group.
13056
13057 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13058
13059         * message.el: Revert last changes.
13060         (message-insert-citation-line): Use newlines.
13061
13062 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13063
13064         * message.el (message-courtesy-message)
13065         (message-mark-insert-begin, message-mark-insert-end)
13066         (message-elide-ellipsis, message-cancel-message)
13067         (message-add-header, message-change-subject)
13068         (message-cross-post-followup-to-header)
13069         (message-cross-post-insert-note, message-reduce-to-to-cc)
13070         (message-widen-reply, message-delete-not-region)
13071         (message-kill-to-signature, message-insert-signature)
13072         (message-insert-importance-high, message-insert-importance-low)
13073         (message-insert-or-toggle-importance)
13074         (message-insert-disposition-notification-to)
13075         (message-indent-citation, message-yank-original)
13076         (message-cite-original-without-signature, message-cite-original)
13077         (message-insert-citation-line, message-position-on-field)
13078         (message-fix-before-sending, message-send-mail-partially)
13079         (message-send-mail, message-send-mail-with-sendmail)
13080         (message-send-mail-with-qmail, message-send-news)
13081         (message-check-news-header-syntax, message-generate-headers)
13082         (message-insert-courtesy-copy, message-fill-address)
13083         (message-fill-header, message-shorten-references)
13084         (message-setup-1, message-cancel-news)
13085         (message-forward-make-body-plain, message-forward-make-body-mime)
13086         (message-forward-make-body-mml, message-encode-message-body)
13087         (message-forward-make-body-digest-plain)
13088         (message-forward-make-body-digest-mime)
13089         (message-use-alternative-email-as-from): Insert `hard-newline'
13090         instead of ordinary newlines.
13091
13092 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * message.el (message-generate-headers): Downcase the argument
13095         given to message-check-element.
13096
13097 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13098
13099         * nntp.el (nntp-authinfo-rejected): New error condition.
13100         (nntp-wait-for): Use new error condition to signal authentication
13101         error.
13102         (nntp-retrieve-data): Rethrow new error condition to break out of
13103         recursive call to nntp-send-authinfo.
13104
13105 2005-11-08  Romain Francoise  <romain@orebokech.com>
13106
13107         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13108         (gnus-summary-exit-map): Bind to `Z p'.
13109         (gnus-summary-make-menu-bar): Add menu item.
13110
13111 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13114         (gnus-treat-*): Add `first' in all doc strings.
13115
13116         * gnus-group.el (gnus-group-compact-group): Fix typo.
13117
13118 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus.el (gnus-parameters-case-fold-search): New variable.
13121         (gnus-parameters-get-parameter): Use it.
13122
13123         * gnus-score.el (gnus-home-score-file): Doc fix.
13124
13125 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13126
13127         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13128
13129 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * mm-util.el (mm-special-display-p): New function.
13132
13133         * mml.el (mml-preview): Use it; doc fix.
13134
13135 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13136
13137         * imap.el (imap-open): Handle case where buffer is a buffer object.
13138
13139 2005-10-29  Romain Francoise  <romain@orebokech.com>
13140
13141         * message.el (message-fix-before-sending): Fix comment.
13142
13143 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13144
13145         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13146
13147 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13148
13149         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13150         Used in gnus-score.el.
13151
13152 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13155
13156 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13159         whitespace removed in revision 7.8.  Use concatenated string to
13160         protect trailing whitespace.
13161
13162 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13163
13164         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13165         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13166         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13167         Courier IMAP ("some version from 2004").  Mostly based on similar
13168         code in the same function.
13169
13170 2005-10-26  Didier Verna  <didier@xemacs.org>
13171
13172         * gnus-group.el (gnus-group-compact-group): Invalidate original
13173         article buffer.
13174         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13175         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13176         NOV database and in article itself.
13177         Invalidate article backlog.
13178
13179 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13182
13183 2005-10-26  Simon Josefsson  <jas@extundo.com>
13184
13185         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13186         part of 2004-07-25 change.
13187
13188 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * message.el (message-display-completion-list): New function.
13191         (message-expand-group): Use it; make sure the Completions buffer
13192         is modifiable.
13193 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13194
13195         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13196         user-mail-name is an empty string.
13197
13198 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13201         depending on gnus-score-decay-constant.
13202
13203         * encrypt.el (encrypt-insert-file-contents)
13204         (encrypt-write-file-contents): Don't use `gnus-message'.
13205
13206         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13207         arguments.
13208         (mm-uu-type-alist): Add message-marks and insert-marks.
13209         Pass arguments to mm-uu-verbatim-marks-extract.
13210         (mm-uu-hide-markers): New variable.
13211         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13212
13213         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13214         (gnus-convert-image-to-face-command): Use "convert" by default to
13215         allow other input image formats.
13216         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13217         accordingly.
13218
13219 2005-10-23  Simon Josefsson  <jas@extundo.com>
13220
13221         * imap.el (imap-gssapi-program): Align command line parameters
13222         with latest GNU SASL.
13223         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13224
13225 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13226
13227         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13228         HTML.
13229         (nnslashdot-request-article): Ditto.
13230
13231         * lpath.el (featurep): Add nobreak-char-display.
13232
13233 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13234
13235         * mail-source.el (mail-source-fetch-pop): Require pop3.
13236         (mail-source-check-pop): Ditto.
13237
13238 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13241         errors.
13242
13243 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13246         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13247
13248         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13249
13250         * mm-bodies.el (mm-decode-string):
13251         Call `mm-charset-to-coding-system' with allow-override argument.
13252
13253 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13256         (rfc2047-charset-to-coding-system): New function.
13257         (rfc2047-decode-encoded-words): New function.
13258         (rfc2047-decode-region): Use them.
13259         (rfc2047-decode-cte): Remove.
13260         (rfc2047-parse-and-decode): Remove.
13261         (rfc2047-decode): Remove.
13262
13263 2005-10-15  Kenichi Handa  <handa@m17n.org>
13264
13265         * rfc2047.el (rfc2047-decode-cte): New function.
13266         (rfc2047-decode-region): Change the way to decode successive
13267         encoded-words: decode B- or Q-encoding in each encoded-word,
13268         concatenate them, and decode it as charset.
13269
13270 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * lpath.el: Fbind codepage-setup for XEmacs.
13273
13274 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13275
13276         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13277         widget-move-and-invoke.
13278         (gnus-custom-mode): Use gnus-custom-map.
13279
13280 2005-10-15  Bill Wohler  <wohler@newt.com>
13281
13282         * message.el (message-tool-bar-map): Rename image file from
13283         mail_send to mail/send.
13284
13285 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13286
13287         * message.el (message-expand-group): Pass the common
13288         prefix substring of completion to `display-completion-list'.
13289
13290 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * mml-sec.el (mml-secure-method): New internal variable.
13293         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13294         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13295         New functions using mml-secure-method.
13296
13297         * mml.el (mml-mode-map): Add key bindings for those functions.
13298         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13299         Harder <harder@myrealbox.com>.
13300         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13301         Goto end of message if point is the headers of the message.
13302
13303         * message.el (message-in-body-p): New function.
13304
13305         * assistant.el: Autoload gnus-util and netrc.
13306
13307         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13308         Use `mm-charset-override-alist' only when decoding.
13309
13310         * mm-bodies.el (mm-decode-body):
13311         Call `mm-charset-to-coding-system' with allow-override argument.
13312
13313         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13314         `filename' from Content-Disposition if Content-Type doesn't
13315         provide `name'.
13316         (gnus-mime-view-part-as-type): Set default instead of
13317         initial-input.
13318
13319 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13320
13321         * format-spec.el (format-spec): Propagate text properties of % spec.
13322
13323 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-art.el (gnus-treat-predicate): Add `first'.
13326
13327 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13330         (mm-charset-override-alist): New variable.
13331         (mm-charset-to-coding-system): Use it.
13332         (mm-codepage-setup): New helper function.
13333         (mm-charset-eval-alist): New variable.
13334         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13335         Warn about unknown charsets.
13336
13337         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13338
13339 2005-10-04  David Hansen  <david.hansen@gmx.net>
13340
13341         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13342         (nnrss-check-group): Ditto.
13343
13344 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13347         Rename x-gnus-verbatim to x-verbatim.
13348         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13349
13350         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13351         x-verbatim.
13352
13353         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13354
13355         * gnus-util.el (gnus-remove-duplicates): Remove.
13356
13357         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13358         instead of gnus-remove-duplicates.
13359
13360         * message.el (message-remove-duplicates): Remove.
13361         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13362         message-remove-duplicates.
13363
13364         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13365         available, else use implementation from `delete-dups'.
13366
13367         * message.el (message-insert-expires): New function.
13368         (message-mode-map): Add key binding.
13369         (message-mode-field-menu): Add menu entry.
13370         (message-mode): Document it.
13371         (message-make-expires-date): Use `message-make-date'.
13372
13373 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13374
13375         * message.el (message-make-expires-date): New function.
13376
13377 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * Makefile.in (list-installed-shadows): New entry.
13380         (install): Use it.
13381         (remove-installed-shadows): New entry.
13382
13383         * dgnushack.el (dgnushack-default-load-path): New variable.
13384         (dgnushack-find-lisp-shadows): New function.
13385         (dgnushack-remove-lisp-shadows): New function.
13386
13387 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * Makefile.in (install-el-elc): New entry.
13390         (install): Use it so that .el files are necessarily installed.
13391
13392 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13395
13396 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13397
13398         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13399         function rather than the diff-mode.el package.
13400         (mm-display-external): Use with-current-buffer.
13401         (mm-viewer-completion-map, mm-viewer-completion-map):
13402         Move initialization inside declaration.
13403
13404 2005-09-29  Simon Josefsson  <jas@extundo.com>
13405
13406         * spam.el: Load hashcash when compiling, to avoid warnings.
13407         Don't autoload mail-check-payment.
13408         (spam-check-hashcash): Define unconditionally, since hashcash.el
13409         is part of Gnus now.  Ignore errors from payment checking.
13410
13411 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * message.el (message-bold-region, message-unbold-region):
13414         Rename from `bold-region' and `unbold-region'.
13415
13416         * message.el: Remove useless autoloads.
13417
13418 2005-09-28  Simon Josefsson  <jas@extundo.com>
13419
13420         * message.el (message-use-idna): Default to t.
13421         (message-use-idna): Test whether encoding works too.  Doc fix.
13422
13423 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * nntp.el (nntp-warn-about-losing-connection): Remove.
13426
13427 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13430         customizable.  Change default value.
13431         (mm-uu-diff-groups-regexp): Change default value.
13432         (mm-uu-type-alist): Add doc string.
13433         (mm-uu-configure): Add doc string.  Make it interactive.
13434         (mm-uu-tex-groups-regexp): New variable.
13435         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13436         (mm-uu-type-alist): Add LaTeX documents.
13437         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13438         of "text/verbatim".
13439         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13440
13441         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13442         instead of "text/verbatim".
13443
13444         * message.el (message-mark-inserted-region)
13445         (message-mark-insert-file): Use slrn style marks when called with
13446         prefix argument.
13447
13448 2005-09-27  Simon Josefsson  <jas@extundo.com>
13449
13450         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13451
13452 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13453
13454         * message.el (message-remove-duplicates): New function.
13455         Implementation borrowed from `gnus-remove-duplicates'.
13456         (message-idna-to-ascii-rhs): Also encode idna addresses in
13457         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13458         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13459         only ask about the same idna domain once per header and also tell
13460         in what header to replace the idna domain.
13461
13462         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13463         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13464         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13465         a header is decoded and not just the last one.
13466
13467 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13470         has been decoded.
13471
13472         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13473         (mm-insert-part): Don't modify text if it has been decoded.
13474
13475         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13476         decoded.
13477
13478         * mm-view.el (mm-inline-text): Don't strip text props unless
13479         decoding enriched or richtext parts.
13480
13481 2005-09-25  Romain Francoise  <romain@orebokech.com>
13482
13483         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13484         * gnus-start.el (gnus-subscribe-interactively):
13485         * gnus-uu.el (gnus-uu-grab-articles):
13486         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13487         space.
13488
13489 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13490
13491         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13492         * mm-view.el (mm-view-pkcs7-decrypt):
13493         * gnus-sum.el (gnus-summary-limit-to-extra)
13494         (gnus-summary-respool-article, gnus-read-move-group-name):
13495         * gnus-score.el (gnus-summary-increase-score):
13496         * gnus-util.el (gnus-completing-read-with-default):
13497         * gnus-art.el (gnus-read-save-file-name)
13498         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13499         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13500         * message.el (message-check-news-header-syntax):
13501         Follow convention for reading with the minibuffer.
13502
13503 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * spam-report.el (spam-report-url-ping-plain):
13506         Use gnus-extended-version as User-Agent.
13507
13508         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13509         default value is nil.
13510
13511         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13512         (mm-uu-verbatim-marks-extract): New function.
13513         (mm-uu-extract): New face.
13514         (mm-uu-copy-to-buffer): Use it.
13515
13516         * spam-report.el (spam-report-gmane-ham): Rename from
13517         `spam-report-gmane-unspam'.
13518         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13519         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13520
13521         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13522         Autoload.
13523         (spam-report-gmane-unregister-routine):
13524         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13525
13526 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13527
13528         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13529         (spam-report-gmane-unregister-routine): Add support for gmane
13530         unregistration.
13531
13532         * spam-report.el (spam-report-gmane-unspam)
13533         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13534         (spam-report-gmane): Change to take a single article and do unspam
13535         registration.
13536
13537 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * mm-url.el (mm-url-decode-entities): Fix regexp.
13540
13541 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542
13543         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13544         default to nil, to be able to use Gnus at all.  If the default
13545         switches to something else, then the function should be fixed not
13546         be exceedingly slow.
13547
13548 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13549
13550         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13551         fail hard.
13552
13553         * spam-report.el: Add better Keywords line.
13554
13555         * spam.el: Add Maintainer and better Keywords line.
13556
13557 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * gnus-art.el (gnus-article-replace-part)
13560         (gnus-mime-replace-part): New functions.
13561         (gnus-mime-action-alist, gnus-mime-button-commands)
13562         (gnus-mime-save-part-and-strip): Add file argument.
13563         (gnus-article-part-wrapper): Add interactive argument.
13564
13565         * gnus-sum.el (gnus-summary-mime-map):
13566         Add `gnus-article-replace-part'.
13567
13568 2005-09-19  Didier Verna  <didier@xemacs.org>
13569
13570         The nnml compaction feature:
13571         * nnml.el (nnml-request-compact-group): New function.
13572         * nnml.el (nnml-request-compact): New function.
13573         * gnus-int.el (gnus-request-compact-group): New function.
13574         * gnus-int.el (gnus-request-compact): New function.
13575         * gnus-group.el (gnus-group-compact-group): New function.
13576         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13577         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13578         * gnus-srvr.el (gnus-server-compact-server): New function.
13579         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13580         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13581
13582 2005-09-18  Deepak Goel  <deego@gnufans.org>
13583
13584         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13585         format spec.
13586
13587 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13590
13591 2005-09-15  Romain Francoise  <romain@orebokech.com>
13592
13593         * message.el (message-fill-paragraph): Clarify docstring.
13594
13595 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-art.el (gnus-mime-display-part): Protect against broken
13598         MIME messages.
13599
13600 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13603         before parsing header.
13604
13605 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13606
13607         * html2text.el (html2text-replace-list): Add new entities.
13608
13609 2005-09-11  Romain Francoise  <romain@orebokech.com>
13610
13611         * message.el (message-alternative-emails): Improve docstring.
13612         (message-setup-1): Call `message-use-alternative-email-as-from'
13613         after `message-setup-hook' to give it precedence over posting
13614         styles, etc.
13615         (message-use-alternative-email-as-from): Add docstring.
13616         Remove the original From header if present.
13617
13618         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13619         (nnml-save-mail): Use it.
13620
13621         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13622         articles.  Add new argument `silent'.
13623         (gnus-uu-mark-all): Report the total number of marked articles.
13624
13625 2005-09-10  Romain Francoise  <romain@orebokech.com>
13626
13627         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13628         (gnus-uu-mark-series): Likewise.
13629
13630 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * spam-report.el (spam-report-gmane): Fix generation of spam
13633         report URL.
13634
13635 2005-09-10  Simon Josefsson  <jas@extundo.com>
13636
13637         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13638         t, based on discussion on the ding list with Robert Epprecht
13639         <epprecht@solnet.ch>.
13640
13641 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * spam-report.el (spam-report-gmane): Make it work without
13644         X-Report-Spam header.  Gmane now only provides Archived-At.
13645         This is only used if `spam-report-gmane-use-article-number' is nil.
13646         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13647
13648         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13649         make `gnus-summary-sort-by-recipient' work with threading.
13650
13651         * nnweb.el (nnweb-google-wash-article): Print a message if article
13652         is not available.
13653
13654 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13655
13656         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13657         change.  Decode text/* parts content before displaying.
13658
13659 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13662
13663 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13666
13667         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13668         url-package-name, url-package-version,
13669         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13670         w3m-display-inline-images, and w3m-minor-mode-map.
13671
13672 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * message.el (message-tab-body-function): Fix mismatched custom type.
13675
13676         * gnus.el (gnus-group-change-level-function): Ditto.
13677
13678         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13679
13680         * gnus-art.el (gnus-signature-limit)
13681         (gnus-article-mime-part-function): Ditto.
13682
13683 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * mml.el (mml-mode): Silence the byte compiler.
13686
13687         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13688         using `(sit-for 0)' before moving the point to the specified part;
13689         skip unbuttonized parts.
13690         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13691         return to the summary window if gnus-auto-select-part is non-nil.
13692
13693 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13694
13695         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13696         New variables.
13697         (mml-dnd-attach-file, mml-mode): Use them.
13698
13699         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13700         Make fetching article by MID work again for Google Groups.
13701         Add FIXME concerning gnus-group-make-web-group.
13702
13703         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13704         Don't depend on Gnus by using mail-extract-address-components if
13705         gnus-extract-address-components is not bound.
13706
13707 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13708
13709         * gnus-art.el (gnus-mime-display-security): Don't display the
13710         signature, but only the signed part.
13711
13712 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13715
13716         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13717         list, not listp.
13718
13719 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13720
13721         * mm-encode.el (mm-encode-content-transfer-encoding):
13722         Likewise when encoding.
13723
13724         * mm-bodies.el (mm-decode-content-transfer-encoding):
13725         De-canonicalize CRLF for all text content types, not just
13726         text/plain.
13727
13728 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13731         valid article; point arrow and cursor at the MIME button.
13732
13733 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13736         Suggested by Dan Christensen <jdc@uwo.ca>.
13737
13738         * mm-decode.el (mm-save-part): Enable change of prompt.
13739
13740 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13741
13742         * gnus-msg.el (gnus-inews-add-send-actions):
13743         Make `message-post-method' lambda parameter ARG `&optional'.
13744
13745 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * gnus-sum.el (gnus-summary-mime-map):
13748         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13749         gnus-article-jump-to-part.
13750
13751         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13752         (gnus-article-edit-part): Use it.
13753         (gnus-article-part-wrapper): Add no-handle argument.
13754         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13755         New functions.
13756
13757 2005-08-29  Romain Francoise  <romain@orebokech.com>
13758
13759         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13760         docstring.
13761         (gnus-face-from-file): Likewise.
13762
13763 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13766         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13767         non-nil.
13768         (gnus-auto-select-part): New variable.
13769         (gnus-article-jump-to-part): New function.
13770         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13771         (gnus-mime-delete-part): Allow selecting specified part after
13772         deleting or stripping parts.
13773         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13774         part if argument is bogus.
13775
13776 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13777
13778         * gnus-art.el (w3m-minor-mode-map):
13779         * gnus-spec.el (gnus-newsrc-file-version):
13780         * gnus-util.el (nnmail-active-file-coding-system)
13781         (gnus-original-article-buffer, gnus-user-agent):
13782         * gnus.el (gnus-ham-process-destinations)
13783         (gnus-parameter-ham-marks-alist)
13784         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13785         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13786         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13787         * mm-decode.el (gnus-current-window-configuration):
13788         * mm-extern.el (gnus-article-mime-handles):
13789         * mm-url.el (url-current-object, url-package-name)
13790         (url-package-version):
13791         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13792         (smime-keys, w3m-cid-retrieve-function-alist)
13793         (w3m-current-buffer, w3m-display-inline-images)
13794         (w3m-minor-mode-map):
13795         * mml-smime.el (gnus-extract-address-components):
13796         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13797         (gnus-newsrc-hashtb, message-default-charset)
13798         (message-deletable-headers, message-options)
13799         (message-posting-charset, message-required-mail-headers)
13800         (message-required-news-headers):
13801         * mml1991.el (mc-pgp-always-sign):
13802         * mml2015.el (mc-pgp-always-sign):
13803         * nnheader.el (nnmail-extra-headers):
13804         * rfc1843.el (gnus-decode-encoded-word-function)
13805         (gnus-decode-header-function, gnus-newsgroup-name):
13806         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13807
13808 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13809
13810         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13811         the end of the date treatments.
13812
13813 2005-08-15  Simon Josefsson  <jas@extundo.com>
13814
13815         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13816         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13817         Capello and Romain Francoise.
13818         (pgg-fetch-key-function): Remove, not used?
13819         (pgg-insert-url-with-w3): Require url, to get
13820         url-insert-file-contents regardless of where it is defined.
13821
13822 2005-08-13  Romain Francoise  <romain@orebokech.com>
13823
13824         * message.el (message-cite-original-1): New function.
13825         (message-cite-original): Use it.
13826         (message-cite-original-without-signature): Ditto.
13827
13828 2005-08-08  Romain Francoise  <romain@orebokech.com>
13829
13830         * message.el (message-yank-empty-prefix): New variable.
13831         (message-indent-citation): Use it.
13832         (message-cite-original-without-signature): Respect X-No-Archive.
13833
13834 2005-08-08  Simon Josefsson  <jas@extundo.com>
13835
13836         * pgg.el: Autoload url-insert-file-contents instead of loading
13837         w3/url.
13838         (pgg-insert-url-with-w3): Don't load url here.
13839
13840 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13841
13842         * message.el (message-kill-to-signature): Don't insert newline at
13843         bol.
13844         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13845
13846 2005-08-06  Romain Francoise  <romain@orebokech.com>
13847
13848         * message.el (message-user-fqdn): Fix typo in docstring.
13849
13850 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13851
13852         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13853
13854         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13855
13856 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * mm-bodies.el (mm-encode-body): Use coding system rather than
13859         charset to encode text.
13860
13861         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13862         number of charsets if utf-8 is available (XEmacs).
13863
13864 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13867         taken from `gnus-button-mid-or-mail-regexp'.
13868         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13869         (gnus-button-alist): Improve regexp for domain part of the MIDs
13870         for news:localpart@domain buttons.
13871         (gnus-button-ctan-directory-regexp): Update.
13872
13873 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * sieve-manage.el (sieve-manage-interactive-login):
13876         Use make-local-variable rather than make-variable-buffer-local.
13877         (sieve-manage-open): Ditto.
13878         (sieve-manage-authenticate): Ditto.
13879
13880         * mml.el (mml-generate-mime-1): Make the content type default to
13881         text/plain if the filename is not specified.
13882
13883 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13886         instead of insert-buffer.
13887
13888         * message.el (message-yank-original): Ditto; set the mark at the
13889         end of the yanked message.
13890
13891 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13894         lines to scroll rather than to stop it.
13895
13896         * mml.el (mml-generate-default-type): Add doc string.
13897         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13898         default to application/octet-stream when determining the content
13899         type if it is not specified for the part or the mml contents; add
13900         a comment about mml-generate-default-type.
13901
13902 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13905         make it default to application/octet-stream when determining the
13906         content type if it is not specified for the external contents.
13907
13908 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13911         segmented parameter but also other parameters might be there.
13912
13913 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * mm-decode.el (mm-display-external): Delete temp file, directory
13916         and buffer immediately if the external process is exited.
13917
13918 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13921         fewer lines than that of scroll-margin.
13922         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13923
13924 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-art.el (gnus-article-next-page): Revert.
13927         (gnus-article-beginning-of-window): New macro.
13928         (gnus-article-next-page-1): Use it.
13929         (gnus-article-prev-page): Ditto.
13930         (gnus-article-edit-part): Use insert-buffer-substring instead of
13931         insert-buffer.
13932         (gnus-article-edit-exit): Ditto.
13933
13934         * gnus-util.el (gnus-beginning-of-window): Remove.
13935         (gnus-end-of-window): Remove.
13936
13937         * lpath.el: Don't bind header-line-format and scroll-margin.
13938
13939 2005-07-25  Simon Josefsson  <jas@extundo.com>
13940
13941         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13942         to have the url package without w3.  Reported by Daiki Ueno
13943         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13944
13945 2005-07-20  Didier Verna  <didier@xemacs.org>
13946
13947         * gnus-diary.el: Remove the description comment (nndiary is now
13948         properly documented in the Gnus manual).
13949         Fix the spelling of "Back End".
13950         * nndiary.el: Ditto.
13951         Fix the copyright notice.
13952
13953 2005-07-18  Romain Francoise  <romain@orebokech.com>
13954
13955         * gnus-sum.el (gnus-summary-to-prefix)
13956         (gnus-summary-newsgroup-prefix): New variables.
13957         (gnus-summary-from-or-to-or-newsgroups): Use them.
13958
13959 2005-07-17  Romain Francoise  <romain@orebokech.com>
13960
13961         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13962         space as it's generally not especially interesting to the user.
13963
13964 2005-07-16  Romain Francoise  <romain@orebokech.com>
13965
13966         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13967         nil to avoid prompting and file modification if one of the
13968         messages at the top of the nnfolder file contains a copyright
13969         notice.
13970         Update copyright notice.
13971
13972         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13973         instead of `current-time-string' as the latter creates a time
13974         string that is not RFC 2822 compliant (it lacks the zone).
13975         Update copyright notice.
13976
13977 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13978
13979         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13980         for text/rtf.  Display default in prompt.  Pass default for M-n.
13981
13982         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13983
13984 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13985
13986         * gnus-msg.el (gnus-button-mailto):
13987         Remove save-selected-window-window hackery because it relies on
13988         save-selected-window internals.
13989
13990 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13993         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13994         (gnus-article-prev-page): Ditto.
13995
13996         * gnus-util.el (gnus-beginning-of-window): New function.
13997         (gnus-end-of-window): New function.
13998
13999         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14000
14001 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14002
14003         * gnus-score.el (gnus-score-edit-all-score):
14004         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14005         gnus-message.
14006
14007 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14008
14009         * gnus-msg.el (gnus-button-mailto):
14010         Remove save-selected-window-window hackery because it relies on
14011         save-selected-window internals.
14012
14013 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14016         add-minor-mode.
14017         (gnus-binary-mode): Ditto.
14018
14019         * gnus-topic.el (gnus-topic-mode): Ditto.
14020
14021 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14022
14023         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14024         (gnus-article-prev-page): Take scroll-margin into consideration.
14025
14026 2005-07-04  Lute Kamstra  <lute@gnu.org>
14027
14028         Update FSF's address in GPL notices.
14029
14030 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14031
14032         * gnus.el (gnus-exit):
14033         * gnus-group.el (gnus-group-icons):
14034         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14035
14036         * gnus-nocem.el (gnus-nocem):
14037         * message.el (message-various, message-buffers, message-sending)
14038         (message-interface, message-forwarding, message-insertion)
14039         (message-headers, message-news, message-mail):
14040         * pgg-gpg.el (pgg-gpg):
14041         * pgg-parse.el (pgg-parse):
14042         * pgg-pgp.el (pgg-pgp):
14043         * pgg-pgp5.el (pgg-pgp5):
14044         * pop3.el (pop3): Finish `defgroup' description with period.
14045
14046 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (article-display-face): Improve the efficiency.
14049         (article-display-x-face): Ditto; remove grey x-face stuff.
14050
14051 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (article-display-face): Correct the position in
14054         which Faces are inserted.
14055
14056 2005-06-29  Didier Verna  <didier@xemacs.org>
14057
14058         * gnus-art.el (article-display-face): Display faces in correct
14059         order.
14060
14061 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14064         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14065         (gnus-nocem-check-article): Fetch the Type header.
14066         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14067         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14068         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14069         make sure gnus-nocem-hashtb is initialized.
14070         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14071         (gnus-nocem-unwanted-article-p): Ditto.
14072
14073         * pgg.el (pgg-verify): Return the verification result.
14074
14075 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14076
14077         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14078         is ascii.
14079
14080 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14081
14082         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14083         `show-nonbreak-escape'.
14084
14085 2005-06-23  Lute Kamstra  <lute@gnu.org>
14086
14087         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14088
14089         * dig.el (dig-mode):
14090         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14091
14092 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14093
14094         * nnimap.el (nnimap-split-download-body): Fix spellings.
14095
14096 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14097
14098         * gnus-art.el (gnus-article-encrypt-body):
14099         * gnus-cus.el (gnus-score-customize):
14100         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14101         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14102
14103 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14104
14105         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14106         header by looking for magic "MII" at the beginnig.
14107
14108 2005-06-16  Miles Bader  <miles@gnu.org>
14109
14110         * gnus-xmas.el (gnus-xmas-group-startup-message):
14111         Use renamed gnus-splash face.
14112
14113         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14114         (assistant-field-face): New backward-compatibility alias for renamed
14115         face.
14116         (assistant-render-text): Use renamed assistant-field face.
14117
14118         * spam.el (spam): Remove "-face" suffix from face name.
14119         (spam-face): New backward-compatibility alias for renamed face.
14120         (spam-face, spam-initialize): Use renamed spam face.
14121
14122         * message.el (message-header-to, message-header-cc)
14123         (message-header-subject, message-header-newsgroups)
14124         (message-header-other, message-header-name)
14125         (message-header-xheader, message-separator, message-cited-text)
14126         (message-mml): Remove "-face" suffix from face names.
14127         (message-header-to-face, message-header-cc-face)
14128         (message-header-subject-face, message-header-newsgroups-face)
14129         (message-header-other-face, message-header-name-face)
14130         (message-header-xheader-face, message-separator-face)
14131         (message-cited-text-face, message-mml-face):
14132         New backward-compatibility aliases for renamed faces.
14133         (message-font-lock-keywords): Use renamed message faces.
14134
14135         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14136         (sieve-test-commands, sieve-tagged-arguments):
14137         Remove "-face" suffix from face names.
14138         (sieve-control-commands-face, sieve-action-commands-face)
14139         (sieve-test-commands-face, sieve-tagged-arguments-face):
14140         New backward-compatibility aliases for renamed faces.
14141         (sieve-control-commands-face, sieve-action-commands-face)
14142         (sieve-test-commands-face, sieve-tagged-arguments-face):
14143         Use renamed sieve faces.
14144
14145         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14146         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14147         (gnus-group-news-3-empty, gnus-group-news-4)
14148         (gnus-group-news-4-empty, gnus-group-news-5)
14149         (gnus-group-news-5-empty, gnus-group-news-6)
14150         (gnus-group-news-6-empty, gnus-group-news-low)
14151         (gnus-group-news-low-empty, gnus-group-mail-1)
14152         (gnus-group-mail-1-empty, gnus-group-mail-2)
14153         (gnus-group-mail-2-empty, gnus-group-mail-3)
14154         (gnus-group-mail-3-empty, gnus-group-mail-low)
14155         (gnus-group-mail-low-empty, gnus-summary-selected)
14156         (gnus-summary-cancelled, gnus-summary-high-ticked)
14157         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14158         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14159         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14160         (gnus-summary-low-undownloaded)
14161         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14162         (gnus-summary-low-unread, gnus-summary-normal-unread)
14163         (gnus-summary-high-read, gnus-summary-low-read)
14164         (gnus-summary-normal-read, gnus-splash):
14165         Remove "-face" suffix from face names.
14166         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14167         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14168         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14169         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14170         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14171         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14172         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14173         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14174         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14175         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14176         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14177         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14178         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14179         (gnus-summary-normal-ticked-face)
14180         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14181         (gnus-summary-normal-ancient-face)
14182         (gnus-summary-high-undownloaded-face)
14183         (gnus-summary-low-undownloaded-face)
14184         (gnus-summary-normal-undownloaded-face)
14185         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14186         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14187         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14188         (gnus-splash-face):
14189         New backward-compatibility aliases for renamed faces.
14190         (gnus-group-startup-message): Use renamed gnus faces.
14191
14192         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14193         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14194         (gnus-server-agent): Remove "-face" suffix from face names.
14195         (gnus-server-agent-face, gnus-server-opened-face)
14196         (gnus-server-closed-face, gnus-server-denied-face)
14197         (gnus-server-offline-face):
14198         New backward-compatibility aliases for renamed faces.
14199         (gnus-server-agent-face, gnus-server-opened-face)
14200         (gnus-server-closed-face, gnus-server-denied-face)
14201         (gnus-server-offline-face): Use renamed gnus faces.
14202
14203         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14204         Remove "-face" suffix from face names.
14205         (gnus-picon-xbm-face, gnus-picon-face):
14206         New backward-compatibility aliases for renamed faces.
14207
14208         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14209         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14210         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14211         (gnus-cite-11): Remove "-face" suffix from face names.
14212         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14213         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14214         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14215         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14216         New backward-compatibility aliases for renamed faces.
14217         (gnus-cite-attribution-face, gnus-cite-face-list)
14218         (gnus-article-boring-faces): Use renamed gnus faces.
14219
14220         * gnus-art.el (gnus-signature, gnus-header-from)
14221         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14222         (gnus-header-content): Remove "-face" suffix from face names.
14223         (gnus-signature-face, gnus-header-from-face)
14224         (gnus-header-subject-face, gnus-header-newsgroups-face)
14225         (gnus-header-name-face, gnus-header-content-face):
14226         New backward-compatibility aliases for renamed faces.
14227         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14228
14229         * gnus-sum.el (gnus-summary-selected-face)
14230         (gnus-summary-highlight): Use renamed gnus faces.
14231         * gnus-group.el (gnus-group-highlight): Likewise.
14232
14233 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14234
14235         * gnus-sieve.el (gnus-sieve-article-add-rule):
14236         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14237         * spam-stat.el (spam-stat-buffer-change-to-spam)
14238         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14239
14240         * message.el (message-is-yours-p):
14241         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14242
14243 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * mm-view.el (mm-inline-text): Withdraw the last change.
14246
14247 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14250         executing enriched-decode.
14251
14252 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14255         charset of tar files.
14256
14257 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14258
14259         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14260
14261 2005-06-04  Lute Kamstra  <lute@gnu.org>
14262
14263         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14264         information is never recorded.
14265
14266 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14267
14268         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14269
14270 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * pop3.el (pop3-apop): Run md5 in the binary mode.
14273
14274         * starttls.el (starttls-set-process-query-on-exit-flag):
14275         Use eval-and-compile.
14276
14277 2005-05-31  Simon Josefsson  <jas@extundo.com>
14278
14279         * smime.el (smime-replace-in-string): Define.
14280         (smime-cert-by-ldap-1): Use it.
14281
14282 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (article-display-x-face): Replace
14285         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14286
14287         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14288         set-process-query-on-exit-flag or process-kill-without-query.
14289
14290         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14291         loop instead of replace-regexp.
14292
14293         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14294         instead of process-kill-without-query if it is available.
14295
14296         * lpath.el: Fbind ldap-search-entries.
14297
14298         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14299         instead of find-file-hooks if it is available.
14300
14301         * mml1991.el: Bind pgg-default-user-id when compiling.
14302
14303         * mml2015.el: Bind pgg-default-user-id when compiling.
14304
14305         * nndraft.el (nndraft-request-associate-buffer):
14306         Use write-contents-functions instead of write-contents-hooks if it is
14307         available.
14308
14309         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14310         instead of find-file-hooks if it is available.
14311
14312         * nntp.el (nntp-open-connection): Replace
14313         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14314         (nntp-open-ssl-stream): Ditto.
14315         (nntp-open-tls-stream): Ditto.
14316
14317         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14318         set-process-query-on-exit-flag or process-kill-without-query.
14319         (starttls-open-stream-gnutls): Use it instead of
14320         process-kill-without-query.
14321         (starttls-open-stream): Ditto.
14322
14323 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14324
14325         * smime.el (smime-cert-by-ldap-1): Don't use
14326         replace-regexp-in-string.
14327
14328 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14329
14330         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14331
14332         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14333         in PEM format.  Adjust to the XEmacs compability.
14334
14335 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14338         by `string-to-number'.
14339         * gnus-agent.el (gnus-agent-regenerate-group)
14340         (gnus-agent-fetch-articles): Ditto.
14341         * gnus-art.el (gnus-button-fetch-group): Ditto.
14342         * gnus-cache.el (gnus-cache-generate-active)
14343         (gnus-cache-articles-in-group): Ditto.
14344         * gnus-group.el (gnus-group-set-current-level)
14345         (gnus-group-insert-group-line): Ditto.
14346         * gnus-score.el (gnus-score-set-expunge-below)
14347         (gnus-score-set-mark-below, gnus-summary-score-effect)
14348         (gnus-summary-score-entry): Ditto.
14349         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14350         (gnus-soup-pack): Ditto.
14351         * gnus-spec.el (gnus-xmas-format): Ditto.
14352         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14353         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14354         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14355         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14356         * nndb.el (nndb-get-remote-expire-response): Ditto.
14357         * nndiary.el (nndiary-parse-schedule-value)
14358         (nndiary-string-to-number, nndiary-request-replace-article)
14359         (nndiary-request-article): Ditto.
14360         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14361         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14362         * nneething.el (nneething-make-head): Ditto.
14363         * nnfolder.el (nnfolder-request-article)
14364         (nnfolder-retrieve-headers): Ditto.
14365         * nnheader.el (nnheader-file-to-number): Ditto.
14366         * nnkiboze.el (nnkiboze-request-article): Ditto.
14367         * nnmail.el (nnmail-process-unix-mail-format)
14368         (nnmail-process-babyl-mail-format): Ditto.
14369         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14370         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14371         (nnmh-request-create-group, nnmh-request-list-1)
14372         (nnmh-request-group, nnmh-request-article): Ditto.
14373         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14374         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14375         * nnsoup.el (nnsoup-make-active): Ditto.
14376         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14377         * nntp.el (nntp-find-group-and-number)
14378         (nntp-retrieve-headers-with-xover): Ditto.
14379         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14380         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14381         (pgg-format-key-identifier): Ditto.
14382         * pop3.el (pop3-last, pop3-stat): Ditto.
14383         * qp.el (quoted-printable-decode-region): Ditto.
14384
14385         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14386         of concat.
14387
14388 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14391
14392         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14393
14394         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14395
14396         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14397
14398         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14399
14400         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14401
14402         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14403         (gnus-carpal-mode): Ditto.
14404
14405         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14406         (gnus-browse-mode): Ditto.
14407
14408         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14409
14410         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14411
14412 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14413
14414         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14415
14416 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-util.el (gnus-run-mode-hooks): New function.
14419
14420         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14421
14422         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14423         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14424
14425 2005-05-27  Lute Kamstra  <lute@gnu.org>
14426
14427         * dns-mode.el (dns-mode): Specify customization group.
14428
14429 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14430
14431         * gnus-agent.el (gnus-agent-make-mode-line-string):
14432         Use mode-line-highlight as mouse-face.
14433
14434 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * canlock.el (canlock): Change the parent group to news.
14437
14438         * deuglify.el (gnus-outlook-deuglify): Add :group.
14439
14440         * dig.el (dig): Add :group.
14441
14442         * dns-mode.el (dns-mode): Add :group.
14443
14444         * encrypt.el (encrypt): Add :group.
14445
14446         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14447         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14448         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14449         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14450         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14451
14452         * gnus-diary.el (gnus-diary): Add :group.
14453
14454         * gnus.el (gnus-group-news-1-face): Add :group.
14455         (gnus-group-news-1-empty-face): Ditto.
14456         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14457         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14458         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14459         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14460         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14461         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14462         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14463         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14464         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14465         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14466         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14467         (gnus-summary-high-ticked-face): Ditto.
14468         (gnus-summary-low-ticked-face): Ditto.
14469         (gnus-summary-normal-ticked-face): Ditto.
14470         (gnus-summary-high-ancient-face): Ditto.
14471         (gnus-summary-low-ancient-face): Ditto.
14472         (gnus-summary-normal-ancient-face): Ditto.
14473         (gnus-summary-high-undownloaded-face): Ditto.
14474         (gnus-summary-low-undownloaded-face): Ditto.
14475         (gnus-summary-normal-undownloaded-face): Ditto.
14476         (gnus-summary-high-unread-face): Ditto.
14477         (gnus-summary-low-unread-face): Ditto.
14478         (gnus-summary-normal-unread-face): Ditto.
14479         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14480         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14481
14482         * hashcash.el (hashcash): New custom group.
14483         (hashcash-default-payment): Add :group.
14484         (hashcash-payment-alist): Ditto.
14485         (hashcash-default-accept-payment): Ditto.
14486         (hashcash-accept-resources): Ditto.
14487         (hashcash-path): Ditto.
14488         (hashcash-extra-generate-parameters): Ditto.
14489         (hashcash-double-spend-database): Ditto.
14490         (hashcash-in-news): Ditto.
14491
14492         * message.el (message-minibuffer-local-map): Add :group.
14493
14494         * netrc.el (netrc): Add :group.
14495
14496         * sieve-manage.el (sieve-manage-log): Add :group.
14497         (sieve-manage-default-user): Diito.
14498         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14499         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14500         (sieve-manage-authenticators): Ditto.
14501         (sieve-manage-authenticator-alist): Ditto.
14502         (sieve-manage-default-port): Ditto.
14503
14504         * sieve-mode.el (sieve-control-commands-face): Add :group.
14505         (sieve-action-commands-face): Ditto.
14506         (sieve-test-commands-face): Ditto.
14507         (sieve-tagged-arguments-face): Ditto.
14508
14509         * smime.el (smime): Add :group.
14510
14511         * spam-report.el (spam-report): Add :group.
14512
14513         * spam.el (spam, spam-face): Add :group.
14514
14515 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14516
14517         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14518         return \n.\n.\n at the end of articles.  Protect against that.
14519         (nntp-with-open-group): Allow debugging.
14520
14521         * nnheader.el (mail-header-set-extra): Make into a function
14522         because I just could't understand how to quote the list properly.
14523
14524         * dns.el (query-dns-cached): New function.
14525
14526 2005-05-26  Lute Kamstra  <lute@gnu.org>
14527
14528         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14529
14530 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14533
14534         * gnus-art.el: Don't autoload mail-extract-address-components.
14535
14536         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14537         eval-and-compile to evaluate it.
14538
14539         * hashcash.el: Don't autoload executable-find.
14540
14541         * nndb.el: Don't declare the nndb back end two or more times; don't
14542         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14543
14544         * nntp.el: Autoload format-spec instead of format; use
14545         eval-and-compile to evaluate autoload forms.
14546
14547 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14548
14549         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14550
14551 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14552
14553         * gnus.el (gnus-version-number): Bump version.
14554
14555 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14556
14557         * gnus.el: No Gnus v0.3 is released.
14558
14559 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * lpath.el (featurep): Bind show-nonbreak-escape.
14562
14563 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-art.el (gnus-article-edit-part): Disable undo.
14566
14567 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14570         gnus-article-date-lapsed-new-header is t if date timer is active;
14571         skip headers in which the original date value is empty.
14572         (gnus-article-save-original-date): Redefine it as a macro.
14573         (gnus-display-mime): Use it.
14574
14575 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (article-date-ut): Support converting date in
14578         forwarded parts as well.
14579         (gnus-article-save-original-date): New function.
14580         (gnus-display-mime): Use it.
14581
14582 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14583
14584         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14585         enclosure element of <item>.
14586
14587 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * message.el (message-kill-buffer-query): Rename from
14590         `message-kill-buffer-query-if-modified'.  Add :version.
14591
14592 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14595         window layout.
14596
14597 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * mml.el: Autoload dnd when compiling.
14600
14601 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14604         x-dnd-*.
14605
14606 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * qp.el (quoted-printable-encode-region): Save excursion.
14609
14610 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14611
14612         * message.el (message-kill-buffer-query-if-modified): Add new variable
14613         so the user can kill a modified message buffer quickly.
14614         (message-kill-buffer): Use it.
14615
14616 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * lpath.el: Fbind display-time-event-handler; don't fbind
14619         string-to-multibyte.
14620
14621         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14622
14623 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14626         contained in text because xml.el decodes entities) with LFs.
14627
14628 2005-04-11  Lute Kamstra  <lute@gnu.org>
14629
14630         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14631         differently.
14632
14633 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14634
14635         * mm-util.el (mm-detect-coding-region): Typo.
14636
14637 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14640
14641 2005-04-06  Deepak Goel  <deego@gnufans.org>
14642
14643         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14644         user-function allow user modifications of the scores.
14645         (spam-stat-score-buffer-user): New function, to allow
14646         user-computed modifications to the score.
14647         (spam-stat-score-buffer-user-functions): List of additional
14648         scoring functions.
14649         (spam-stat-error-holder): Global temporary error holder.
14650         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14651         variable.
14652
14653 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14654
14655         * gnus-registry.el (gnus-registry-clean-empty-function)
14656         (gnus-registry-trim, gnus-registry-fetch-groups)
14657         (gnus-registry-delete-group): Groups that match
14658         `gnus-registry-ignored-groups' are removed from the registry
14659         entries, not just ignored for splitting.  This helps clean up the
14660         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14661         to get all the groups a message ID is in.
14662
14663         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14664         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14665         (spam-stat-score-buffer-user-functions): Add :number custom type.
14666
14667 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14670         argument in XEmacs.
14671
14672         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14673         (nnrss-request-group): Decode group name first.
14674         (nnrss-request-article): Make a text/plain article if mml-to-mime
14675         failed.
14676         (nnrss-get-encoding): Return a compatible encoding according to
14677         nnrss-compatible-encoding-alist.
14678         (nnrss-find-el): Use consp instead of listp.
14679         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14680
14681 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14684         which Emacs 20 doesn't support.
14685         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14686
14687 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14690         silence the byte compiler inside the defun.
14691
14692         * gnus-demon.el (parse-time-string): Add autoload.
14693
14694         * gnus-delay.el (parse-time-string): Add autoload.
14695
14696         * gnus-art.el (parse-time-string): Add autoload.
14697
14698         * nnultimate.el (parse-time): Require for `parse-time-string'.
14699
14700 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14703
14704         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14705
14706         * smime.el (smime-ldap-host-list): Add :version.
14707
14708 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14711         pass it to `gnus-browse-read-group'.
14712         (gnus-browse-read-group): Add NUMBER argument and pass it to
14713         `gnus-group-read-ephemeral-group'.
14714
14715         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14716         argument and pass it to `gnus-group-read-group'.
14717
14718 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14719
14720         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14721         mm-xemacs-find-mime-charset-1 if we have the mule feature
14722         available at runtime.
14723
14724 2005-03-25  Werner Lemberg  <wl@gnu.org>
14725
14726         * nnmaildir.el: Replace `illegal' with `invalid'.
14727
14728 2005-03-23  Lute Kamstra  <lute@gnu.org>
14729
14730         * time-date.el: Add comment on time value formats.
14731         Don't require parse-time.
14732         (with-decoded-time-value): New macro.
14733         (encode-time-value): New function.
14734         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14735         (days-to-time): Return a valid time value when arg is huge.
14736         (time-since): Use time-subtract.
14737         (time-to-number-of-days): Use time-to-seconds.
14738
14739 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14740
14741         * gnus-start.el (gnus-display-time-event-handler):
14742         Check display-time-timer at runtime rather than only at load time
14743         in case display-time-mode is turned off in the mean time.
14744
14745 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14748         used.
14749
14750         * nneething.el (nneething-map-file-directory): Derive from
14751         `gnus-directory'.
14752
14753         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14754         the To/Cc button.
14755
14756 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * nnmaildir.el (nnmaildir-request-accept-article):
14759         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14760
14761 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14762
14763         * gnus-async.el: Require timer-funcs at compile time when in
14764         XEmacs for `run-with-idle-timer'.
14765
14766 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14767
14768         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14769         autoloaded function.
14770
14771 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14772
14773         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14774
14775 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14776
14777         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14778
14779 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14780
14781         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14782         Add gnus-expert-user to default.
14783
14784 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14785
14786         * nnimap.el (nnimap-open-server): Ditto.
14787
14788         * imap.el (imap-authenticate): Fix typo.
14789
14790 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14791
14792         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14793         buffer (since IMAP server might return FETCH response out of
14794         order, and the nntp buffer must be sorted).
14795
14796 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14797
14798         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14799         comparison on string.
14800
14801         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14802         (gnus-agent-score): Rename category keywords to match gnus-cus.
14803         (gnus-agent-summary-fetch-series): Modify to protect against
14804         gnus-agent-summary-fetch-group clearing processable flags.
14805         (gnus-agent-synchronize-group-flags): Update live group buffer as
14806         synchronization may occur due to the user toggle the plugged
14807         status.
14808         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14809         successfully downloaded.
14810         (gnus-agent-expire-group-1): Avoid using markers when the overview
14811         is in ascending order; greatly improves performance.
14812         (gnus-agent-regenerate-group):
14813         Use gnus-agent-synchronize-group-flags to reset read status in both
14814         gnus and server.
14815         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14816
14817 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * message.el: Don't autoload former message-utils variables.
14820         (message-strip-subject-trailing-was): Change doc string.
14821
14822         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14823         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14824         (nnweb-google-search): Add "hl=en" here.
14825         (nnweb-google-parse-1, nnweb-google-create-mapping):
14826         Don't hardcode URL.
14827
14828 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * message.el (message-get-reply-headers, message-followup):
14831         Mention related variables `message-use-followup-to' and
14832         `message-use-mail-followup-to', in the information buffer.
14833
14834         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14835         of broken groups(-beta).google.com.
14836
14837 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14840         parameter to invoked gnus-request-move-article; remove the
14841         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14842         all at once instead of once per article.
14843         (gnus-summary-remove-process-mark): Accept a list of articles as
14844         well as a single article for processing.
14845
14846         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14847         parameter.
14848
14849         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14850
14851         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14852
14853         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14854         parameter.
14855
14856         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14857         parameter.
14858
14859         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14860         parameter and remove the gnus-sum-hint-move-is-internal variable.
14861
14862         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14863         parameter.
14864
14865         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14866         parameter.
14867
14868         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14869         parameter.
14870
14871         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14872
14873         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14874         parameter.
14875
14876         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14877         parameter.
14878
14879 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14880
14881         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14882         a more conservative way.
14883
14884 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14885
14886         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14887         buffer, so it moves the window's cursor.
14888
14889 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14890
14891         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14892         `mm-dissect-multipart' and receive the from field as an (optional)
14893         argument from `mm-dissect-multipart'.
14894         (mm-dissect-multipart): Receive the from field as an argument and
14895         pass it on when we call `mm-dissect-buffer' on MIME parts.
14896         Fixes verification/decryption of signed/encrypted MIME parts.
14897
14898 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * gnus-sum.el (gnus-summary-move-article):
14901         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14902         whatever it calls (right now, only nnimap-request-move article
14903         respects it).
14904
14905         * nnimap.el (nnimap-request-move-article):
14906         When gnus-sum-hint-move-is-internal is set, don't do the extra
14907         nnimap-request-article.
14908
14909 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14912
14913         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14914         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14915
14916         * gnus-sum.el (gnus-summary-caesar-message):
14917         Apply `gnus-treat-article' after rotation.
14918
14919         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14920         doc string.
14921
14922 2005-02-22  Simon Josefsson  <jas@extundo.com>
14923
14924         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14925         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14926         <arne@arnested.dk>.
14927         (encrypt): Add password-cache and password-cache-expiry as group
14928         members.
14929
14930 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14931
14932         * smime.el (smime-ldap-host-list): Doc fix.
14933         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14934         cache) password.
14935         (smime-sign-region): Use it.
14936         (smime-decrypt-region): Use it.
14937         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14938         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14939         fails.
14940         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14941         certificate from DER to PEM format rather than calling openssl.
14942
14943         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14944
14945         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14946         for signing/encryption.
14947
14948         * mml.el (mml-parse-1): Use them.
14949
14950 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14951
14952         * nnrss.el (nnrss-verbose): Remove.
14953         (nnrss-request-group): Use `nnheader-message' instead.
14954
14955 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14956
14957         * nnrss.el (nnrss-verbose): New variable.
14958         (nnrss-request-group): Make it say nnrss is requesting a group.
14959
14960 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14963         Handle news URL with given port correctly.
14964
14965 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14968         containing special characters.
14969
14970         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14971
14972         * mml.el (mime-to-mml): Ditto.
14973
14974         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14975         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14976         (rfc2047-decode-region): Quote decoded words containing special
14977         characters when rfc2047-quote-decoded-words-containing-tspecials
14978         is non-nil.
14979
14980 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14981
14982         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14983
14984         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14985
14986 2005-02-15  Simon Josefsson  <jas@extundo.com>
14987
14988         * nnimap.el (nnimap-debug): Doc fix.
14989
14990         * imap.el (imap-debug): Doc fix.
14991
14992 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14995
14996 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14997
14998         * gnus.el (spam-contents): Improve docs for spam-contents
14999         parameter in its variable incarnation.
15000
15001 2005-02-14  Simon Josefsson  <jas@extundo.com>
15002
15003         * smime-ldap.el: Use require instead of load-library for ldap.
15004         (smime-ldap-search): Indent.
15005         (smime-ldap-search-internal): Shorten line.
15006
15007         * smime.el (smime-cert-by-dns): Add doc-string.
15008         (smime-cert-by-ldap-1): Indent.
15009
15010         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15011         mml-smime-get-dns-ldap.
15012         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15013
15014 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15015
15016         * smime.el: Require smime-ldap.
15017         (smime-ldap-host-list): New variable.
15018         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15019
15020         * mml-smime.el (mml-smime-encrypt-query): New function.
15021         (mml-smime-encrypt-query): Use it.
15022
15023         * smime-ldap.el: New file.
15024
15025 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15028
15029 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15032         argument in doc string.  Make query for type more clear.
15033
15034 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * gnus.el (gnus-group-startup-message): Search for gnus images in
15037         etc/images/gnus.
15038         * mm-util.el (mm-image-load-path): Likewise.
15039         * smiley.el (smiley-data-directory): Search for smilies in
15040         etc/images/smilies.
15041
15042 2005-02-09  Kim F. Storm  <storm@cua.dk>
15043
15044         Change Emacs release version from 21.4 to 22.1 throughout.
15045         Change Emacs development version from 21.3.50 to 22.0.50.
15046
15047 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15050
15051         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15052         non-Mule XEmacs as well.
15053         (mm-decompress-buffer): Signal an error intentionally if it does
15054         not decompress compressed data because auto-compression-mode is
15055         disabled.
15056
15057 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15060         an ID in the registry even if it has no groups.
15061
15062 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15065         merge it into mm-decompress-buffer.
15066         (gnus-mime-copy-part): Use the MIME part charset, the value which
15067         a user specified or gnus-newsgroup-charset for decoding, like
15068         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15069         save-buffer what was used.  Suggested by Kevin Ryde
15070         <user42@zip.com.au>.
15071         (gnus-mime-inline-part): Allow the name parameter as well as the
15072         filename parameter; force decompressing of compressed data; always
15073         display contents being not decoded as unibyte.
15074
15075         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15076         as well as the filename parameter.
15077
15078         * mm-util.el (mm-decompress-buffer):
15079         Merge gnus-mime-jka-compr-maybe-uncompress.
15080         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15081         of compressed data.
15082
15083 2005-02-08  Simon Josefsson  <jas@extundo.com>
15084
15085         * imap.el (imap-log): Doc fix.
15086
15087 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15090         the coding cookies; decompress compressed parts.
15091
15092         * mml.el (mml-generate-mime-1): Add the charset parameter according
15093         to the value which a user specified manually or the coding cookie.
15094
15095         * mm-util.el (mm-string-to-multibyte): New function.
15096         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15097         (mm-coding-system-to-mime-charset): New function.
15098         (mm-decompress-buffer): New function.
15099         (mm-find-buffer-file-coding-system): New function.
15100
15101         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15102         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15103         parts.
15104
15105 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15106
15107         * mm-view.el (mm-display-inline-fontify): Decode a part according
15108         to the charset parameter.
15109
15110 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15113         prefix arg is neither nil nor a number, as info specifies.
15114
15115 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15118         timestamps.
15119
15120 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15121
15122         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15123         groups error checking and notify user.
15124
15125 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15126
15127         * message.el (message-send-mail-function): Check existence of
15128         sendmail-program first before using default value
15129         `message-send-mail-with-sendmail'.  Otherwise use more generic
15130         `smtpmail-send-it'.
15131
15132 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * nntp.el (nntp-request-update-info): Always return nil.
15135
15136 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15137
15138         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15139
15140 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15141
15142         * message.el (message-beginning-of-line): Change the behavior when
15143         invoked between BOL and : so that it first moves backward.
15144
15145 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15148         article buffer when editing of the article is discarded.
15149         (gnus-article-prepare): Revert.
15150
15151 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-art.el (gnus-article-prepare):
15154         Remove message-strip-forbidden-properties from the local hook.
15155
15156 2005-01-27  Simon Josefsson  <jas@extundo.com>
15157
15158         * password.el (password-cache-add): Only start one timer per key.
15159         Reported by Derek Atkins <warlord@MIT.EDU>.
15160
15161 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15162
15163         * run-at-time.el: Remove.  It is no longer needed as
15164         timer-funcs.el in the xemacs-base package has a working version of
15165         `run-at-time'.
15166
15167         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15168
15169         * password.el: Require timer-funcs instead of run-at-time in
15170         XEmacs.
15171         Remove `password-run-at-time' macro.
15172         (password-cache-add): Use `run-at-time' instead of
15173         `password-run-at-time'.
15174
15175         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15176         Remove `nnheader-cancel-function-timers' alias,
15177         `cancel-function-timers' exists in XEmacs in timer-funcs.
15178
15179         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15180         for `run-with-idle-timer'.
15181
15182         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15183         for `run-at-time'.
15184
15185         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15186         for `with-timeout'.
15187
15188         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15189         the same as for XEmacs 21.4.
15190         No need to ignore `run-with-idle-timer', this function exists in
15191         XEmacs now in timer-funcs.el in the xemacs-base package.
15192         (dgnushack-compile): No need to delete
15193         run-at-time.el from the list of files to compile because it
15194         doesn't exist anymore.
15195
15196 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15199         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15200
15201 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15202
15203         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15204         sensitively.
15205
15206 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15207
15208         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15209
15210 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15213         which will be inserted according to the multibyteness of a buffer
15214         rather than the type of contents.  Suggested by ARISAWA Akihiro
15215         <ari@mbf.ocn.ne.jp>.
15216
15217         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15218         of string which old xml.el may return rather than a string.
15219
15220 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15223
15224 2005-01-16  Simon Josefsson  <jas@extundo.com>
15225
15226         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15227         idn/idna.el isn't available.
15228         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15229         <michael@waxrat.com>.
15230
15231         * hashcash.el: Remove non-FSF copyright header.
15232
15233         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15234         (hashcash-generate-payment): Use it.
15235         (hashcash-generate-payment-async): Use it.
15236
15237 2005-01-15  Simon Josefsson  <jas@extundo.com>
15238
15239         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15240         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15241
15242         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15243         gnus-summary-idna-message.
15244         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15245         (gnus-summary-idna-message): New function.
15246
15247 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15250         gnus-novice-user.
15251
15252 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * nnrss.el (nnrss-request-delete-group): Delete entries in
15255         nnrss-group-alist as well.
15256         (nnrss-save-server-data): Insert newline.
15257
15258 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * gnus.el (gnus-user-agent): Use list of symbols instead of
15261         symbols.  Display full version number for (S)XEmacs.
15262         Optionally display (S)XEmacs codename.
15263
15264         * gnus-util.el (gnus-emacs-version): Update for new
15265         `gnus-user-agent'.
15266
15267         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15268         Gnus version.
15269
15270 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15273         which is unreadable in some setups.
15274
15275 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-spec.el (gnus-update-format-specifications): Flush the
15278         group format spec cache if it doesn't support decoded group names.
15279
15280 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15283         Allow to apply decay on score files matching a regexp.
15284
15285 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15288         compatibility in %g and %c.
15289
15290 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15293         name for only %g and %c.
15294         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15295         of gnus-tmp-group to decoded group name.
15296         (gnus-group-make-rss-group): Exclude `/'s from group names.
15297
15298 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * nnrss.el (nnrss-get-encoding): Fix regexp.
15301
15302 2004-12-27  Simon Josefsson  <jas@extundo.com>
15303
15304         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15305         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15306         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15307
15308 2004-12-17  Kim F. Storm  <storm@cua.dk>
15309
15310         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15311
15312         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15313
15314 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15315
15316         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15317
15318 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * nnrss.el: Require rfc2047 and mml.
15321         (nnrss-file-coding-system): New variable.
15322         (nnrss-format-string): Redefine it as an inline function.
15323         (nnrss-decode-group-name): New function.
15324         (nnrss-string-as-multibyte): Remove.
15325         (nnrss-retrieve-headers): Decode group name; don't use
15326         nnrss-format-string.
15327         (nnrss-request-group): Decode group name.
15328         (nnrss-request-article): Decode group name; allow a Message-ID as
15329         well as an article number; don't use nnrss-format-string; encode a
15330         Message-ID string which may contain non-ASCII characters; use
15331         mml-to-mime to compose a MIME article.
15332         (nnrss-request-expire-articles): Decode group name.
15333         (nnrss-request-delete-group): Decode group name.
15334         (nnrss-fetch): Clarify error message.
15335         (nnrss-read-server-data): Use insert-file-contents instead of load;
15336         bind file-name-coding-system; use multibyte buffer.
15337         (nnrss-save-server-data): Bind coding-system-for-write to the
15338         value of nnrss-file-coding-system; bind file-name-coding-system;
15339         add coding cookie.
15340         (nnrss-read-group-data): Use insert-file-contents instead of load;
15341         bind file-name-coding-system; use multibyte buffer.
15342         (nnrss-save-group-data): Bind coding-system-for-write to the
15343         value of nnrss-file-coding-system; bind file-name-coding-system.
15344         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15345         make it work with non-ASCII text.
15346         (nnrss-find-el): Make it work with old xml.el as well.
15347
15348 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15349
15350         * nnrss.el (nnrss-get-encoding): New function.
15351         (nnrss-fetch): Use unibyte buffer initially; bind
15352         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15353         decode contents according to the encoding attribute.
15354         (nnrss-save-group-data): Add coding cookie.
15355         (nnrss-mime-encode-string): New function.
15356         (nnrss-check-group): Use it to encode subject and author.
15357
15358 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15359
15360         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15361         imaginary variable.
15362
15363 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15366         correctly even if there are wide characters.
15367
15368 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15371         downcased symbol names; make a new cache instead of reusing
15372         bbdb-hashtable.
15373
15374 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15377         concatenating segments rather than before concatenating them.
15378         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15379
15380         * message.el (message-get-reply-headers): Bind `extra'.
15381
15382 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15383
15384         * message.el (message-extra-wide-headers): New variable.
15385         (message-get-reply-headers): Use it.
15386
15387 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15390         (gnus-agent-group-pathname): Ditto.
15391
15392         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15393
15394         * gnus-group.el (gnus-group-make-group): Decode group name.
15395         (gnus-group-make-rss-group): Register the group data after opening
15396         the nnrss group.
15397
15398 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15399
15400         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15401         by expiry now get marked as read.
15402
15403 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15406
15407 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15408
15409         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15410         unify Latin characters in XEmacs.
15411         (mm-find-mime-charset-region): Use it.
15412
15413 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-util.el (gnus-delete-directory): New function.
15416
15417         * gnus-agent.el (gnus-agent-delete-group): Use it.
15418
15419         * gnus-cache.el (gnus-cache-delete-group): Use it.
15420
15421 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15424         names.
15425
15426 2004-12-16  Simon Josefsson  <jas@extundo.com>
15427
15428         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15429
15430 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15433
15434         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15435         (gnus-group-set-current-level): Decode group name.
15436
15437 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15438
15439         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15440         failed.
15441
15442 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-group.el (gnus-group-delete-group): Decode group name.
15445         (gnus-group-make-rss-group): Encode group name.
15446         (gnus-group-catchup-current): Decode group name.
15447         (gnus-group-kill-group): Decode group name.
15448
15449 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15450
15451         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15452
15453 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-group.el (gnus-group-make-rss-group):
15456         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15457
15458         * gnus-start.el (gnus-setup-news): Honor user's setting to
15459         gnus-message-archive-method.  Suggested by Lute Kamstra
15460         <lute@gnu.org>.
15461
15462 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15463
15464         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15465         global counterparts of the buffer-local variables.
15466
15467 2004-11-16  Romain Francoise  <romain@orebokech.com>
15468
15469         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15470         counterparts of the buffer-local variables.
15471
15472 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * message.el (message-forbidden-properties): Fix typo in doc
15475         string.
15476
15477 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15478
15479         * gnus-util.el (gnus-replace-in-string): Add doc string.
15480
15481         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15482         to avoid problems when splitting mails with many recipients.
15483
15484 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15485
15486         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15487         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15488
15489 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15490
15491         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15492         if there is no hashtable in memory or file modification time is
15493         newer than cached timestamp.
15494
15495 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-sum.el (gnus-summary-limit-to-recipient):
15498         Implement not-matching option.
15499
15500 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15503         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15504         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15505         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15506         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15507         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15508
15509 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * message.el (message-forward-make-body-mml): Remove headers
15512         according to message-forward-ignored-headers if a message is decoded.
15513
15514 2004-12-02  Romain Francoise  <romain@orebokech.com>
15515
15516         * message.el (message-forward-make-body-plain): Always remove
15517         headers according to message-forward-ignored-headers.
15518
15519 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15520
15521         * spam.el (spam-summary-prepare-exit): Remove the
15522         gnus-summary-limit pop for now, it has problems with ham marks for
15523         me.
15524
15525 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15526
15527         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15528         correctly.
15529
15530 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15531
15532         * format-spec.el (format-spec): Message the char.
15533
15534 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * gnus-art.el (gnus-split-methods): Reformat comments.
15537
15538         * spam.el (spam-summary-prepare-exit): Remove article limits
15539         before exiting the summary buffer.
15540
15541 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15544         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15545
15546         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15547         order to silence the byte compiler.
15548
15549         * spam.el: Fix the way to silence the byte compiler, which
15550         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15551         bbdb-search-simple, spam-BBDB-register-routine,
15552         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15553         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15554         spam-stat-buffer-is-spam, spam-stat-load,
15555         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15556         spam-stat-save and spam-stat-split-fancy.
15557
15558 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15561         which may confuse users.
15562         (canlock-password-for-verify): Ditto.
15563
15564         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15565
15566         * gnus-art.el (gnus-emphasis-alist): Ditto.
15567
15568         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15569
15570         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15571
15572         * gnus-start.el (gnus-save-killed-list): Ditto.
15573
15574         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15575         (gnus-sum-thread-tree-root): Ditto.
15576         (gnus-sum-thread-tree-false-root): Ditto.
15577         (gnus-sum-thread-tree-single-indent): Ditto.
15578
15579         * message.el (message-courtesy-message): Ditto.
15580         (message-archive-note): Ditto.
15581         (message-subscribed-address-file): Ditto.
15582         (message-user-fqdn): Ditto.
15583
15584         * spam-report.el (spam-report-gmane-regex): Ditto.
15585
15586         * spam.el (spam-blackhole-good-server-regex): Ditto.
15587
15588 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * mml.el (mml-preview): Widen the message buffer before copying
15591         the contents to the preview buffer; sort headers before previewing.
15592
15593         * message.el (message-hidden-headers): Fix the way to avoid a bug
15594         in the `repeat' widget in Emacs 21.3 or earlier.
15595
15596 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * message.el (message-hidden-headers): Default to "^References:".
15599         Improve customization type.  Suggested by Reiner Steib
15600         <Reiner.Steib@gmx.de>.
15601
15602 2004-11-25  Romain Francoise  <romain@orebokech.com>
15603
15604         * message.el (message-strip-forbidden-properties): Remove check for
15605         obsolete `message-hidden' text property, hidden headers are not
15606         accessible in the buffer anymore.
15607
15608 2004-11-22  Romain Francoise  <romain@orebokech.com>
15609
15610         * message.el (message-header-format-alist): Add `From' in list
15611         so that it can be sorted.
15612         (message-fix-before-sending): Widen and sort headers before
15613         sending.
15614         (message-hide-headers): Use narrowing to hide headers by moving
15615         them to the top of the buffer and narrowing to the region
15616         underneath.
15617
15618 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15619
15620         * message.el (message-strip-forbidden-properties):
15621         Bind buffer-read-only (etc) to nil.
15622
15623 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15626         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15627
15628 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15629
15630         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15631
15632 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15633
15634         * dns.el (query-dns): Use sit-for to time instead of
15635         accept-process-output, since that doesn't seem to work on udp
15636         sockets.
15637
15638 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15641
15642 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15643
15644         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15645         doc string.  Improve doc string.
15646
15647 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * nntp.el (nntp-request-update-info): Return nil if
15650         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15651         may not call gnus-activate-group which uselessly issues the GROUP
15652         commands for all nntp groups and wastes time.  Reported by Romain
15653         Francoise <romain@orebokech.com>.
15654
15655         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15656
15657 2004-11-15  Simon Josefsson  <jas@extundo.com>
15658
15659         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15660         headers separately.
15661         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15662         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15663
15664 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * gnus-start.el (gnus-convert-old-newsrc):
15667         Assign legacy-gnus-agent to 5.10.7.
15668
15669 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15670
15671         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15672         start of the lines.
15673
15674 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15675
15676         * hashcash.el (hashcash-default-payment): Change default to 20.
15677         (hashcash-default-accept-payment): Change default to 20.
15678         (hashcash-process-alist): New variable.
15679         (hashcash-generate-payment-async): Add.
15680         (hashcash-already-paid-p): Add.
15681         (hashcash-insert-payment): Don't generate payments twice.
15682         (hashcash-insert-payment-async): Add.
15683         (hashcash-insert-payment-async-2): Add.
15684         (hashcash-cancel-async): Add.
15685         (hashcash-wait-async): Add.
15686         (hashcash-processes-running-p): Add.
15687         (hashcash-wait-or-cancel): Add.
15688         (mail-add-payment): New optional argument.  Conditionally start
15689         asynchronous calculation.
15690         (mail-add-payment-async): Add.
15691
15692         * message.el (message-send-mail): Wait for asynchronous hashcash
15693         results.  Don't clobber existing X-Hashcash headers.
15694         (message-setup-1): Call mail-add-payment-async when
15695         message-generate-hashcash is non-nil.
15696
15697 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15698
15699         * message.el (message-use-alternative-email-as-from): Examine the
15700         From header as well; use message-make-from in order to include a
15701         user's full name.
15702
15703 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15706         default; improve customization type.
15707         (gnus-emphasis-custom-with-format): New macro.
15708         (gnus-emphasis-custom-value-to-external): New function.
15709         (gnus-emphasis-custom-value-to-internal): New function.
15710
15711 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15712
15713         * dns.el (query-dns): Resolve reverse addresses.
15714
15715 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * gnus-group.el (gnus-group-get-new-news): Use it.
15718
15719         * gnus-start.el (gnus-check-reasonable-setup): New function.
15720
15721 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15724         "Args out of range" error.  Reported by Arnaud Giersch
15725         <arnaud.giersch@free.fr>.
15726
15727 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15728
15729         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15730
15731 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15732
15733         * spam.el (spam group): Add :version.
15734
15735         * pgg-def.el (pgg group): Add :version.
15736
15737 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (gnus-article-edit-article): Don't associate the
15740         article buffer with a draft file.  This is a temporary measure
15741         against the 2004-08-22 change to gnus-article-edit-mode.
15742
15743 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15746         (html2text-format-tags): Remove unused variable `attr'.
15747
15748 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15751
15752         * tls.el (tls-process-connection-type, tls-success)
15753         (tls-certtool-program): Add :version.
15754
15755         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15756         (starttls-extra-arguments, starttls-process-connection-type)
15757         (starttls-connect, starttls-failure, starttls-success): Add :version.
15758
15759         * spam-stat.el (spam-stat): Add :version.
15760
15761         * sieve.el (sieve): Add :version.
15762
15763         * sha1.el (sha1): Add :version.
15764         (sha1-use-external): Remove redundant version.
15765
15766         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15767         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15768         (nnmail-split-fancy-match-partial-words)
15769         (nnmail-split-lowercase-expanded): Add :version.
15770
15771         * nndiary.el (nndiary): Add :version.
15772
15773         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15774
15775         * mml-sec.el (mml-default-sign-method)
15776         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15777         Add :version.
15778
15779         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15780
15781         * mm-url.el (mm-url-use-external, mm-url-program)
15782         (mm-url-arguments): Add :version.
15783
15784         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15785         (mm-attachment-file-modes, mm-decrypt-option)
15786         (mm-w3m-safe-url-regexp): Add :version.
15787
15788         * message.el (message-cite-prefix-regexp)
15789         (message-sendmail-envelope-from, message-minibuffer-local-map)
15790         (message-user-fqdn, message-completion-alist): Add :version.
15791
15792         * gnus-win.el (gnus-configure-windows-hook)
15793         (gnus-use-frames-on-any-display): Add :version.
15794
15795         * gnus-art.el (gnus-article-address-banner-alist)
15796         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15797         (gnus-treat-from-picon, gnus-treat-mail-picon)
15798         (gnus-treat-x-pgp-sig): Add :version.
15799
15800         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15801         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15802         (gnus-summary-article-delete-hook)
15803         (gnus-summary-display-while-building): Add :version.
15804
15805         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15806         (gnus-get-top-new-news-hook): Add :version.
15807
15808         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15809         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15810
15811         * gnus-registry.el (gnus-registry): Add :version.
15812
15813         * gnus-spec.el (gnus-use-correct-string-widths)
15814         (gnus-make-format-preserve-properties): Add :version.
15815
15816         * gnus.el (gnus-group-charter-alist)
15817         (gnus-group-fetch-control-use-browse-url)
15818         (gnus-install-group-spam-parameters): Add :version.
15819
15820         * gnus-diary.el (gnus-diary): Add :version.
15821
15822         * gnus-delay.el (gnus-delay): Add :version.
15823
15824         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15825         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15826         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15827         Add :version.
15828
15829         * gnus-agent.el (gnus-agent-max-fetch-size)
15830         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15831         (gnus-agent-prompt-send-queue): Add :version.
15832
15833         * deuglify.el (gnus-outlook-deuglify): Add :version.
15834
15835         * html2text.el: Beautify code.  Improve doc strings.
15836         Some checkdoc cleanup.
15837         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15838
15839 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15840
15841         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15842
15843 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15844
15845         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15846         when package is loaded.
15847
15848         * spam.el (spam-summary-score-preferred-header): Add global preference
15849         for people who want to override the default SpamAssassin over
15850         Bogofilter preference (when both are set).
15851         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15852         (spam-user-format-function-S):
15853         Check spam-summary-score-preferred-header.
15854         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15855         (spam-user-format-function-S): Format the score correctly.
15856
15857 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15860         signature file.  Suggested by Manoj Srivastava
15861         <srivasta@golden-gryphon.com>.
15862
15863         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15864         iso-2022-jp even in the Japanese language environment.
15865         Suggested by Jason Rumney <jasonr@gnu.org>.
15866
15867 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15870         use the same characters as the dummy marks; make it free from
15871         getting affected by the language environment.
15872         (gnus-summary-read-group-1): Update mark positions only when the
15873         format spec is updated.
15874
15875         * gnus-spec.el (gnus-update-format-specifications): Return a list
15876         of updated types.
15877
15878 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15881         of boundp to check if display-warning is available.
15882
15883 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15884
15885         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15886
15887 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * nnspool.el (nnspool-spool-directory): Use news-path if the
15890         news-directory variable is not bound.
15891
15892         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15893         function instead of display-warning if it is not available.
15894
15895 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15898         v5-10: Use `point-at-bol'.
15899
15900 2004-10-26  Simon Josefsson  <jas@extundo.com>
15901
15902         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15903         <chenggao@gmail.com>.
15904
15905 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15908         instead.
15909
15910 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15911
15912         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15913         to remove a server from the nnimap-server-buffer-alist.
15914         (nnimap-open-connection, nnimap-close-server): Use it.
15915
15916         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15917
15918 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15921         running the major-mode function.
15922
15923 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15926         dummy marks in the right way.
15927
15928 2004-10-18  David Edmondson  <dme@dme.org>
15929
15930         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15931         excessively.
15932
15933 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15934
15935         * gnus-util.el (gnus-split-references): Accept a nil references
15936         string and go on blissfully.
15937
15938         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15939         cases where the references string is non-nil but has no references.
15940
15941         * encrypt.el: Add autoload tags.
15942
15943         * spam.el (spam-resolve-registrations-routine): Remove article
15944         from unregistration list too.  Reported by David Hanak
15945         <dhanak@isis.vanderbilt.edu>
15946
15947 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15950         nil.  Change custom type.
15951
15952 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15955
15956         * gnus-sum.el (gnus-summary-move-article): Use it.
15957
15958 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15959
15960         * encrypt.el: Add autoload cookies.
15961
15962         * spam.el (spam-backend-article-list-property)
15963         (spam-backend-get-article-todo-list)
15964         (spam-backend-put-article-todo-list)
15965         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15966         Resolve registrations separately.
15967         (spam-register-routine): Format comments.
15968         (spam-unregister-routine, spam-register-routine): Always call with
15969         specific-articles, no default list.
15970         (spam-summary-prepare-exit): Use the spam-classifications function.
15971
15972         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15973         gnus-encrypt.el.
15974
15975         * encrypt.el: Copied from gnus-encrypt.el.
15976
15977         * gnus-encrypt.el: Commented that it's obsolete.
15978
15979 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15982         (gnus-score-save): Use it.
15983
15984         * message.el (message-bury): Use `window-dedicated-p'.
15985
15986 2004-10-15  Simon Josefsson  <jas@extundo.com>
15987
15988         * pop3.el (top-level): Don't require nnheader.
15989         (pop3-read-timeout): Add.
15990         (pop3-accept-process-output): Add.
15991         (pop3-read-response, pop3-retr): Use it.
15992
15993 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * spam.el (spam-register-routine): Move comment.
15996         (spam-verify-bogofilter): Use 'unknown for the initial
15997         spam-bogofilter-valid state, not 'never.
15998
15999         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16000         for netrc-machine.
16001
16002         * nnimap.el (nnimap-open-connection):
16003         Use netrc-machine-user-or-password.
16004
16005 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16006
16007         * gnus-registry.el (gnus-registry-unload-hook):
16008         Set as a variable with add-hook.
16009
16010         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16011         of news-path.
16012
16013         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16014
16015         * spam.el: Delete duplicate `provide'.
16016         (spam-unload-hook): Set as a variable with add-hook.
16017
16018 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16021         in the doc string.
16022
16023         * message.el (message-ignored-news-headers)
16024         (message-ignored-supersedes-headers)
16025         (message-ignored-resent-headers)
16026         (message-forward-ignored-headers): Improve custom type.
16027
16028 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * message.el (message-tokenize-header): Fix 2004-09-06 change
16031         which used point-min in the wrong place.
16032
16033 2004-10-12  Simon Josefsson  <jas@extundo.com>
16034
16035         * tls.el (tls-certtool-program): New variable.
16036         (tls-certificate-information): New function, based on
16037         ssl-certificate-information.
16038
16039 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * compface.el: Move the version of ELisp-based uncompface program
16042         to the contrib directory because of the copyright problem.
16043
16044 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * message.el (message-kill-buffer): Raise the current frame.
16047
16048 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16051
16052         * gnus.el (message-y-or-n-p): Autoload.
16053
16054         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16055         (pop3-password-required, pop3-authentication-scheme)
16056         (pop3-leave-mail-on-server): Make customizable.
16057         (pop3): New custom group.
16058         (pop3-retr): Remove `sleep-for' statements.
16059         Suggested by Dave Love <fx@gnu.org>.
16060
16061         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16062         Windows/DOS.
16063
16064         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16065         (imap-parse-body): Fix incorrect use of `assert'.
16066         Suggested by Dave Love <fx@gnu.org>.
16067
16068         * mml.el (mml-minibuffer-read-disposition): Require match.
16069         Suggested by Dave Love <fx@gnu.org>.
16070
16071 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16072
16073         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16074         doc string.
16075
16076 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16079
16080 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16081
16082         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16083         instead of calling `mm-insert-inline', to decode text/* parts
16084         before displaying them.
16085
16086 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * mm-uu.el (mm-uu-text-plain-type): New variable.
16089         (mm-uu-pgp-signed-extract-1): Use it.
16090         (mm-uu-pgp-encrypted-extract-1): Use it.
16091         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16092         bind mm-uu-text-plain-type with that value.
16093         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16094         mm-uu-dissect.
16095
16096 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-group.el (gnus-update-group-mark-positions):
16099         * gnus-sum.el (gnus-update-summary-mark-positions):
16100         * message.el (message-check-news-body-syntax):
16101         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16102         of string-as-multibyte.
16103
16104 2004-10-05  Juri Linkov  <juri@jurta.org>
16105
16106         * gnus-group.el (gnus-update-group-mark-positions):
16107         * gnus-sum.el (gnus-update-summary-mark-positions):
16108         * message.el (message-check-news-body-syntax):
16109         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16110         8-bit unibyte values to a multibyte string for search functions.
16111
16112 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16115         (mm-uu-dissect-text-parts): New function.
16116
16117         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16118         dissect text parts.
16119
16120         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16121         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16122
16123         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16124
16125         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16126         Use gnus-current-topics instead of gnus-current-topic.
16127
16128 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16129
16130         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16131
16132 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16133
16134         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16135         where approriate.
16136
16137         * nnml.el (nnml-generate-active-info): do.
16138
16139         * nndiary.el (nndiary-generate-active-info): do.
16140
16141         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16142         (gnus-topic-move): do.
16143
16144         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16145         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16146
16147         * gnus-srvr.el (gnus-server-prepare)
16148         (gnus-server-open-all-servers): do.
16149
16150         * gnus-msg.el (gnus-summary-cancel-article)
16151         (gnus-summary-resend-message)
16152         (gnus-summary-mail-crosspost-complaint): do.
16153
16154         * gnus-move.el (gnus-change-server): do.
16155
16156         * gnus-group.el (gnus-group-unmark-all-groups)
16157         (gnus-group-set-current-level): do.
16158
16159 2004-10-04  Simon Josefsson  <jas@extundo.com>
16160
16161         * message.el (message-generate-hashcash): Doc fix.
16162
16163 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16164
16165         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16166         avoid infinite recursion via gnus-get-function.
16167
16168 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16169
16170         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16171
16172         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16173
16174         * nnmail.el (nnmail-split-history): do.
16175
16176         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16177         (nnml-request-delete-group): do.
16178
16179         * nnslashdot.el (nnslashdot-read-groups): do.
16180
16181         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16182         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16183
16184         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16185         (nnspool-sift-nov-with-sed): Use last.
16186         (nnspool-retrieve-headers-with-nov): Use mapc.
16187         (nnspool-request-newgroups): Use dolist.
16188         (nnspool-request-group): Use last.
16189
16190         * nntp.el (nntp-read-server-type): Use dolist.
16191
16192         * nnvirtual.el (nnvirtual-create-mapping)
16193         (nnvirtual-update-read-and-marked): Use dolist.
16194         (nnvirtual-convert-headers): Simplify.
16195
16196 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16197
16198         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16199         Add support for sync'ing tick marks.
16200
16201 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16204         there's no visible header.
16205
16206 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16207
16208         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16209         When necessary, pass full group name to gnus-request-set-marks.
16210
16211 2004-10-01  Simon Josefsson  <jas@extundo.com>
16212
16213         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16214         acroread.
16215
16216 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * spam-report.el (spam-report-gmane): Fix interactive.
16219
16220         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16221
16222         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16223         when writing file.
16224         (gnus-agent-synchronize-flags): Don't default to being
16225         interactive.
16226
16227 2004-09-30  Simon Josefsson  <jas@extundo.com>
16228
16229         * message.el (message-generate-hashcash): Add.
16230         (message-send-mail): Use it, call mail-add-payment.
16231
16232 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16235
16236 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16237
16238         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16239         gnus-requst-update-info with explicit code to sync the in-memory
16240         info read flags with the marks being sync'd to the backend.
16241
16242         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16243
16244 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         * spam.el (spam-verify-bogofilter): Add new function.
16247         (spam-check-bogofilter)
16248         (spam-bogofilter-register-with-bogofilter): Use it.
16249         (spam-verify-bogofilter): Add small fixes.
16250
16251 2004-09-28  Simon Josefsson  <jas@extundo.com>
16252
16253         * hashcash.el (hashcash-generate-payment): Revert.
16254
16255 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16258         Use gnus-extract-references instead of gnus-split-references.
16259
16260         * gnus-util.el (gnus-extract-references): Add new function, analogous
16261         to gnus-split-references but extracts only the message-ID without
16262         anything extra.
16263
16264         * hashcash.el (hashcash-generate-payment)
16265         (hashcash-check-payment): Do the right thing if hashcash-path is
16266         nil (because the hashcash program could not be found).
16267
16268         * spam.el (spam-use-hashcash): Remove comment.
16269
16270 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16271
16272         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16273         (gnus-cache-enter-article, gnus-cache-remove-article)
16274         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16275
16276         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16277
16278         * gnus-art.el (article-hide-boring-headers)
16279         (article-translate-strings, article-display-face)
16280         (gnus-article-mime-match-handle-first)
16281         (gnus-article-highlight-headers)
16282         (gnus-article-add-buttons-to-head): do.
16283
16284 2004-09-27  Simon Josefsson  <jas@extundo.com>
16285
16286         * hashcash.el: New version, from
16287         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16288         ../contrib/.
16289
16290 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16293
16294 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16295
16296         * gnus-dup.el (gnus-dup-open): Use mapc.
16297         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16298
16299         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16300         Reported by Stefan Wiens <s.wi@gmx.net>.
16301
16302         * gnus.el (gnus-shutdown): Use dolist.
16303
16304         * gnus-undo.el (gnus-undo): Use mapc.
16305
16306         * nnrss.el (nnrss-generate-active): do.
16307
16308         * message.el (message-cite-original-without-signature)
16309         (message-cite-original): Use mapc.
16310         (message-do-actions, message-make-forward-subject): Use dolist.
16311
16312 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16313
16314         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16315         deletion to remove entire duplicate line.  Fixes merged article
16316         number bug.
16317
16318 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16319
16320         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16321         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16322         first ask if you want to open a server and then, even when you
16323         responded with no, asking if you want to synchronize the server's
16324         flags.
16325         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16326         multi-line expressions.
16327         (gnus-agent-synchronize-group-flags): New internal function.
16328         Updates marks in memory (in the info structure) AND in the
16329         backend.
16330
16331         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16332
16333         * nnagent.el (nnagent-request-set-mark):
16334         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16335         method, to ensure that synchronization updates marks in the
16336         backend and in the info (in memory) structure.
16337
16338 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16341         convention fully; don't miss the root article of a thread; make
16342         the X-Draft-From header with correct article numbers.
16343
16344 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16345
16346         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16347         unless plugged.  Disable the agent so that an open failure causes
16348         an error.
16349
16350         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16351         Revert 2004-09-21 change.  The backend must be opened while
16352         synchronizing flags even when the backend stores the flags
16353         locally.
16354
16355 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16358         in `header' match.  Reported by Svend Tollak Munkejord.
16359
16360         * message.el (message-cite-original): Fix use of
16361         `message-cite-articles-with-x-no-archive'.
16362
16363 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16366         (gnus-window-to-buffer): Ditto.
16367
16368         * mml.el (mml-preview-buffer): New variable.
16369         (mml-preview): Manage window layout with gnus-buffer-configuration.
16370
16371         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16372         X-Draft-From header even if those articles aren't quoted.
16373
16374 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16375
16376         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16377         (gnus-request-set-mark, gnus-request-update-mark): Use new
16378         g-s-t-u-l-m to decide to use backend even when unplugged.
16379
16380 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16383         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16384
16385 2004-09-20  Simon Josefsson  <jas@extundo.com>
16386
16387         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16388         "utf-16-le".
16389
16390 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16391
16392         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16393
16394 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * uudecode.el (uudecode-use-external): Add :version.
16397
16398         * smime.el (smime-CA-file, smime-encrypt-cipher)
16399         (smime-dns-server): Add :version.
16400
16401         * smiley.el (gnus-smiley-file-types): Add :version.
16402
16403         * sha1.el (sha1-use-external): Add :version.
16404
16405         * pgg-def.el (pgg-query-keyserver): Add :version.
16406
16407         * nnmail.el (nnmail-fancy-expiry-targets)
16408         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16409         Add :version.
16410
16411         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16412         (nnimap-retrieve-groups-asynchronous): Add :version.
16413         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16414
16415         * mml.el (mml-content-disposition-parameters)
16416         (mml-insert-mime-headers-always): Add :version.
16417
16418         * mm-util.el (mm-coding-system-priorities): Add :version.
16419
16420         * mm-decode.el (mm-inline-text-html-with-images)
16421         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16422         (mm-verify-option): Add :version.
16423         (mm-text-html-renderer): Change :version.
16424
16425         * message.el (message-fcc-externalize-attachments)
16426         (message-required-headers, message-draft-headers)
16427         (message-subject-trailing-was-query)
16428         (message-subject-trailing-was-ask-regexp)
16429         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16430         (message-mark-insert-end, message-archive-header)
16431         (message-archive-note, message-cross-post-default)
16432         (message-cross-post-note, message-followup-to-note)
16433         (message-cross-post-note-function, message-use-mail-followup-to)
16434         (message-subscribed-address-functions)
16435         (message-subscribed-address-file, message-subscribed-addresses)
16436         (message-subscribed-regexps, message-allow-no-recipients)
16437         (message-yank-cited-prefix, message-signature-insert-empty-line)
16438         (message-hidden-headers, message-hierarchical-addresses)
16439         (message-mail-user-agent, message-use-idna)
16440         (message-valid-fqdn-regexp)
16441         (message-strip-special-text-properties, message-header-synonyms)
16442         (message-beginning-of-line, message-tab-body-function): Add :version.
16443         (message-insert-canlock, message-wide-reply-confirm-recipients):
16444         Change :version.
16445
16446         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16447         and :version.
16448         (mail-source-delete-old-incoming-confirm)
16449         (mail-source-movemail-program): Add :version.
16450
16451         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16452         (gnus-agent-cache, gnus-agent): Change :version.
16453
16454         * gnus-util.el (gnus-use-byte-compile): Change :version.
16455
16456         * gnus-sum.el (gnus-summary-make-false-root-always)
16457         (gnus-summary-default-high-score)
16458         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16459         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16460         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16461         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16462         (gnus-sum-thread-tree-single-indent)
16463         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16464         (gnus-sum-thread-tree-leaf-with-other)
16465         (gnus-sum-thread-tree-single-leaf): Add :version.
16466         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16467         (gnus-article-loose-mime): Change :version.
16468
16469         * gnus-start.el (gnus-backup-startup-file)
16470         (gnus-save-startup-file-via-temp-buffer): Add :version.
16471
16472         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16473         (gnus-server-offline-face): Add :version.
16474
16475         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16476
16477         * gnus-msg.el (gnus-gcc-externalize-attachments)
16478         (gnus-debug-files, gnus-debug-exclude-variables)
16479         (gnus-discouraged-post-methods): Change :version.
16480         (gnus-confirm-mail-reply-to-news)
16481         (gnus-confirm-treat-mail-like-news): Add :version.
16482
16483         * gnus-int.el (gnus-server-unopen-status): Add :version.
16484
16485         * gnus-group.el (gnus-group-jump-to-group-prompt)
16486         (gnus-large-ephemeral-newsgroup)
16487         (gnus-fetch-old-ephemeral-headers): Add :version.
16488
16489         * gnus-fun.el (gnus-x-face-directory)
16490         (gnus-convert-pbm-to-x-face-command)
16491         (gnus-convert-image-to-x-face-command)
16492         (gnus-convert-image-to-face-command): Add :version.
16493
16494         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16495
16496         * gnus-cite.el (gnus-cite-blank-line-after-header)
16497         (gnus-article-boring-faces): Add :version.
16498
16499         * gnus-art.el (gnus-buttonized-mime-types)
16500         (gnus-inhibit-mime-unbuttonizing)
16501         (gnus-treat-display-face)
16502         (gnus-treat-body-boundary): Change :version.
16503         (gnus-body-boundary-delimiter, gnus-picon-databases)
16504         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16505         (gnus-treat-date-english, gnus-treat-fold-headers)
16506         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16507         (gnus-treat-mail-picon, gnus-treat-wash-html)
16508         (gnus-article-encrypt-protocol)
16509         (gnus-use-idna, gnus-article-over-scroll)
16510         (gnus-mime-display-multipart-alternative-as-mixed)
16511         (gnus-mime-display-multipart-related-as-mixed)
16512         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16513         (gnus-ctan-url, gnus-button-ctan-handler)
16514         (gnus-button-handle-ctan-bogus-regexp)
16515         (gnus-button-ctan-directory-regexp)
16516         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16517         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16518         (gnus-button-man-level, gnus-button-emacs-level)
16519         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16520
16521         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16522         (gnus-agent-go-online): Change :version.
16523         (gnus-agent-expire-unagentized-dirs)
16524         (gnus-agent-auto-agentize-methods): Add :version.
16525
16526         * flow-fill.el (fill-flowed-display-column)
16527         (fill-flowed-encode-column): Add :version.
16528
16529         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16530         (gnus-outlook-deuglify-unwrap-max)
16531         (gnus-outlook-deuglify-cite-marks)
16532         (gnus-outlook-deuglify-unwrap-stop-chars)
16533         (gnus-outlook-deuglify-no-wrap-chars)
16534         (gnus-outlook-deuglify-attrib-cut-regexp)
16535         (gnus-outlook-deuglify-attrib-verb-regexp)
16536         (gnus-outlook-deuglify-attrib-end-regexp)
16537         (gnus-outlook-display-hook): Add :version.
16538
16539         * binhex.el (binhex-use-external): Add :version.
16540
16541 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16544         and `invisible'.
16545
16546 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16547
16548         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16549         in gnus-registry-trim.
16550
16551 2004-09-13  Simon Josefsson  <jas@extundo.com>
16552
16553         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16554
16555         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16556
16557         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16558         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16559         <yamaoka@jpl.org>.
16560         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16561         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16562         <yamaoka@jpl.org>.
16563
16564         * sieve.el (sieve-manage-mode): Ditto.
16565
16566 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16569
16570 2004-09-11  Simon Josefsson  <jas@extundo.com>
16571
16572         * dns-mode.el: Add.
16573
16574         * mm-view.el (mm-display-dns-inline): Add.
16575
16576         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16577         (mm-automatic-display): Ditto.
16578
16579         * mailcap.el (mailcap-mime-data): Add text/dns.
16580         (mailcap-mime-extensions): Map .soa to text/dns.
16581
16582 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16583
16584         * gnus-art.el (article-decode-mime-words, article-babel)
16585         (gnus-article-highlight-signature, gnus-article-add-buttons)
16586         (gnus-signature-toggle): Remove unnecessary bindings of
16587         `inhibit-read-only' inherited from v5.10 merge.
16588
16589 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * nntp.el (nntp): New customization group.
16592         (nntp-authinfo-file): Add customization group.
16593
16594         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16595
16596         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16597
16598         * gnus.el (to-address, to-list, subscribed)
16599         (large-newsgroup-initial): Ditto.
16600
16601         * flow-fill.el (fill-flowed-display-column)
16602         (fill-flowed-encode-column): Ditto.
16603
16604 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16605
16606         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16607         Use point-min rather than 1.
16608         (message-send-mail): Use buffer-size rather than point-max.
16609
16610         * gnus-sum.el (gnus-summary-search-article-forward):
16611         Signal a specific `search-failed' rather than a generic `error'.
16612
16613         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16614         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16615         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16616
16617 2004-09-10  Simon Josefsson  <jas@extundo.com>
16618
16619         * nndb.el (require): Remove tcp and duplicate cl.
16620
16621 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-agent.el (directory-files-and-attributes): Move forward.
16624
16625 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16626
16627         * gnus-agent.el (directory-files-and-attributes):
16628         Optionally defined to support XEmacs.
16629
16630 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16631
16632         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16633         to avoid run-time CL dependencies.
16634         (gnus-agent-unfetch-articles): New function.
16635         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16636         article numbers even when local .overview file is missing.
16637         (gnus-agent-read-article-number): New function.  Only accepts
16638         27-bit article numbers.
16639         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16640         Use gnus-agent-read-article-number.
16641         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16642         from backend while recognizing that article numbers in .overview
16643         must be valid.
16644         (gnus-agent-update-files-total-fetched-for):
16645         Use directory-files-and-attributes to improve performance.
16646         * gnus-int.el (gnus-request-move-article):
16647         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16648         improve performance.
16649
16650         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16651         some users confused by references to .newsrc when they only have a
16652         .newsrc.eld file.
16653         (gnus-convert-mark-converter-prompt)
16654         (gnus-convert-converter-needs-prompt): Fix use of property list.
16655         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16656         New function.  Used internally to only display 'gnus converting
16657         files' message when actually necessary.
16658
16659         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16660         methods now autoloaded.
16661
16662 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16665         identifiers.
16666
16667 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * gnus-picon.el: Fix indentation and closing parenthesis.
16670
16671 2004-09-01  Simon Josefsson  <jas@extundo.com>
16672
16673         * message.el (message-canlock-generate): Require sha1, not
16674         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16675         to require within a function.  Sadly, if sha1.el isn't loaded, the
16676         let binding in m-c-g will hide the defcustom definition, which is
16677         bad.)
16678
16679         * canlock.el: Require sha1, not sha1-el.
16680
16681         * message.el: Don't autoload sha1 (there is a autoload cookie in
16682         sha1.el).
16683
16684         * sha1-el.el: Rename to sha1.el.
16685
16686 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16687
16688         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16689
16690 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16691
16692         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16693
16694 2004-08-30  Kim F. Storm  <storm@cua.dk>
16695
16696         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16697
16698         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16699         Add :group 'nnimap.
16700
16701 2004-08-30  Andreas Schwab  <schwab@suse.de>
16702
16703         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16704         ?* and ?\;.
16705
16706         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16707         and ?\' to symbol instead of whitespace.
16708
16709 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16712
16713         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16714         instead of re-search-forward.
16715
16716         * gnus-uu.el (gnus-uu-save-article): Ditto.
16717         (gnus-uu-post-encode-uuencode): Ditto.
16718
16719         * html2text.el (html2text-clean-list-items): Ditto.
16720         (html2text-clean-dtdd): Ditto.
16721         (html2text-format-tags): Ditto.
16722
16723         * message.el (message-send-mail-with-sendmail): Fix regexp.
16724         (message-fill-field-general): Use search-forward instead of
16725         re-search-forward.
16726         (unbold-region): Ditto.
16727
16728         * nnrss.el (nnrss-request-article): Ditto.
16729
16730         * nnslashdot.el (nnslashdot-request-article): Ditto.
16731
16732         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16733
16734         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16735         "Unrecognized menu descriptor" error in XEmacs.
16736
16737 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16738
16739         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16740         parent article of a sparse article in the thread hashtb.
16741
16742 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16743
16744         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16745         (nnmail-expand-newtext): Lowercase expanded entries if
16746         nnmail-split-lowercase-expanded is non-nil.
16747
16748 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16751
16752         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16753         of gnus-tmp-news-method into string under XEmacs.  It will be
16754         passed to gnus-correct-length which takes only a string argument.
16755
16756 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * gnus-util.el (gnus-bind-print-variables): New macro.
16759         (gnus-prin1): Use it.
16760         (gnus-prin1-to-string): Use it.
16761         (gnus-pp): New function.
16762         (gnus-pp-to-string): New function.
16763
16764         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16765         Replace pp-to-string with gnus-pp-to-string.
16766         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16767         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16768         * gnus-msg.el (gnus-debug): Ditto.
16769         * gnus-score.el (gnus-score-save): Ditto.
16770         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16771         gnus-pp-to-string.
16772         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16773         with gnus-pp.
16774         * score-mode.el (gnus-score-pretty-print): Ditto.
16775         * webmail.el (webmail-debug): Ditto.
16776
16777 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-art.el (article-display-face, article-display-x-face):
16780         Use buffer-read-only.
16781
16782 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-art.el (article-hide-list-identifiers):
16785         Bind inhibit-read-only as t.
16786
16787 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16790
16791 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16792
16793         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16794         (gnus-narrow-to-page): Don't assume point-min == 1.
16795         (gnus-article-edit-mode): Derive from message-mode.
16796
16797         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16798         point-min == 1.
16799
16800         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16801         Disable incorrect use of `assert'.
16802
16803         * message.el (message-mode): Set comment-start-skip.
16804
16805
16806 2004-08-22  Sam Steingold  <sds@gnu.org>
16807
16808         * pop3.el (pop3-leave-mail-on-server): New user variable.
16809         (pop3-movemail): Delete mail only when it is nil.
16810
16811 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16814
16815         * mml.el (mml-preview): Use `pop-to-buffer'.
16816
16817         * message.el (message-goto-mail-followup-to): Insert after "To".
16818         (message-carefully-insert-headers): Add comment.
16819
16820         * gnus.el: Remove unused variable `gnus-article-check-size'.
16821
16822         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16823
16824         * gnus-art.el (gnus-button-alist):
16825         Improve `gnus-button-handle-library' entry.
16826
16827 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16828
16829         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16830         Use downcase, since XEmacs capitalizes error messages differently.
16831
16832 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16833
16834         * nntp.el: Add (require 'gnus) due to reference to
16835         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16836
16837 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16838
16839         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16840         Bind `mm-fill-flowed'.
16841
16842         * mm-decode.el (mm-dissect-singlepart): Check it.
16843
16844 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16847         'imap' for netrc parsing.
16848
16849 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * mailcap.el (mailcap-mime-data): Mark as risky.
16852
16853 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16856         may be included in the encoded word.
16857         (rfc2047-encode): Don't append a space if the encoded word
16858         includes close parenthesis.
16859
16860 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16863         of text within parentheses.
16864
16865 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16866
16867         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16868         (gnus-encrypt-write-file-contents): Make the password key the file
16869         name PLUS the cipher, not just the cipher.  Also remove failed
16870         passwords from the cache.
16871
16872 2004-08-06  Simon Josefsson  <jas@extundo.com>
16873
16874         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16875         Doc fix.
16876
16877 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16878
16879         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16880         LWSP.
16881
16882 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16883
16884         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16885         Try to append in-reply-to: data to the references: header.
16886
16887         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16888         (netrc-parse): Use gnus-encrypt.el functions.
16889
16890         * gnus-encrypt.el: Add new file for encryption support; currently
16891         does only a few GPG ciphers and an internal XOR cipher.
16892
16893         * password.el: Add comments on using password-read-and-add.
16894         (password-read-and-add): Add function to read and add the
16895         password to the cache at once.
16896
16897 2004-07-28  Simon Josefsson  <jas@extundo.com>
16898
16899         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16900         parameter (but don't use it, for now).
16901
16902         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16903         instead of hard coding to nil.
16904
16905 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16908         as mm-inline-image-xemacs does.
16909
16910 2004-07-26  Simon Josefsson  <jas@extundo.com>
16911
16912         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16913         Revert part of 2004-07-17 change below.
16914
16915 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16918         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16919
16920 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921
16922         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16923         quotes that actually start with ">" at the beginning of the
16924         lines.
16925
16926 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * rfc2047.el (rfc2047-encode-region): Fix last change.
16929         (rfc2047-encode-parameter): Remove useless concat.
16930
16931 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16934         encode special characters; fix some kind of misconfigured headers;
16935         signal a real error if debug-on-quit or debug-on-error is non-nil.
16936         (rfc2047-encode-max-chars): New variable.
16937         (rfc2047-encode-1): Use it.
16938         (rfc2047-encode-parameter): New function.
16939
16940         * mml.el (mml-insert-parameter): Remove an excessive space.
16941
16942 2004-07-17  Simon Josefsson  <jas@extundo.com>
16943
16944         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16945         Kai Grossjohann <kai@emptydomain.de>.
16946         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16947         (gnus-group-make-menu-bar): Ditto.
16948
16949         * gnus-util.el (gnus-group-server): Add.
16950
16951 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16952
16953         * message.el (message-clone-locals): Clone sendmail and smtp
16954         variables.
16955
16956 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * rfc2047.el (rfc2047-encode-region): Fix last change.
16959
16960 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16963         characters as non-special.
16964
16965 2004-07-09  Simon Josefsson  <jas@extundo.com>
16966
16967         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16968         Users will lose all flag changes made while unplugged with
16969         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16970         good default.  See numerous reports on ding mailing list.
16971
16972 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16975         add generate-head-function and generate-article-function to the
16976         rfc822-forward entry.
16977         (nndoc-rfc822-forward-generate-article): New function.
16978         (nndoc-rfc822-forward-generate-head): New function.
16979
16980         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16981
16982 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16983
16984         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16985         respect display group parameter and gnus-summary-expunge-below.
16986         (gnus-articles-to-read): Remove unused reference to display group
16987         parameter.
16988
16989 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16990
16991         * nnheader.el (nnheader-uniquify-message-id): New experimental
16992         variable.
16993         (nnheader-nov-read-message-id): Use it.
16994
16995         * spam-report.el (spam-report-gmane): Add interactive.
16996
16997 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * mm-encode.el (mm-content-transfer-encoding-defaults):
17000         Use qp-or-base64 for the application/* types.
17001
17002 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17003
17004         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17005
17006 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17009         trim value.
17010
17011 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17012
17013         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17014         New macro and function.
17015         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17016
17017 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17020         after-load-alist.
17021
17022 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17023
17024         * gnus-group.el (gnus-group-get-new-news-this-group):
17025         Don't update info that isn't there.
17026
17027 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17028
17029         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17030         entry.
17031
17032 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * mm-view.el (mm-inline-render-with-function): Use multibyte
17035         buffer; decode html source by charset.
17036
17037         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17038
17039         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17040         Mule-UCS is loaded under XEmacs.
17041         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17042
17043 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17044
17045         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17046
17047 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * mm-util.el (mm-coding-system-p): Return a coding-system.
17050         (mm-mime-mule-charset-alist): Use shift_jis instead of
17051         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17052         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17053         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17054         instead of japanese-shift-jis and iso-latin-1 respectively in
17055         order to share the default value with both Emacs and XEmacs-mule.
17056         (mm-mule-charset-to-mime-charset):
17057         Make mm-coding-system-priorities effective.
17058         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17059         while predicating of candidates upon the priorities.
17060
17061 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17062
17063         * gnus-sum.el (gnus-summary-make-menu-bar):
17064         Add gnus-uu-invert-processable.
17065
17066         * gnus.el: Autoload gnus-uu-invert-processable.
17067
17068 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * mm-util.el (mm-with-multibyte-buffer): New macro.
17071
17072         * rfc2047.el (rfc2047-encode-string): Use it.
17073         (rfc2047-encode-region): Move point to the end of the region after
17074         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17075
17076 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17079         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17080
17081 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17084         (gnus-cite-parse): Ignore quoted envelope From_.
17085         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17086
17087 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17088
17089         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17090         invalid addresses.
17091
17092 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17093
17094         * spam.el: Change section markers, revise TODO list.
17095         (spam-backends): Make new master list of all installed backends.
17096         (spam-summary-exit-behavior): Add new variable to determine how
17097         messages moves are done at summary exit.
17098         (spam-move-spam-nonspam-groups-only)
17099         (spam-process-ham-in-nonham-groups)
17100         (spam-process-ham-in-spam-groups): Remove variables, the
17101         spam-summary-exit-behavior variable should be used to manage this
17102         behavior.
17103         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17104         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17105         and spam-old-spam-articles.
17106         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17107         Add empty variables, placeholders for the backends they represent.
17108         (spam-set-difference): Move, unchanged.
17109         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17110         unless the user has a processor variable.
17111         (spam-classifications, spam-classification-valid-p)
17112         (spam-backend-properties, spam-backend-property-valid-p)
17113         (spam-backend-function-type-valid-p)
17114         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17115         (spam-report-articles-gmane, spam-report-articles-resend):
17116         Remove functions, they are not needed.
17117         (spam-install-backend-super, spam-backend-list)
17118         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17119         (spam-backend-function, spam-backend-ham-registration-function)
17120         (spam-backend-spam-registration-function)
17121         (spam-backend-ham-unregistration-function)
17122         (spam-backend-spam-unregistration-function)
17123         (spam-backend-statistical-p, spam-backend-mover-p)
17124         (spam-install-backend-alias, spam-install-checkonly-backend)
17125         (spam-install-mover-backend, spam-install-nocheck-backend)
17126         (spam-install-backend, spam-install-statistical-backend)
17127         (spam-install-statistical-checkonly-backend): Add backend installation
17128         support.
17129         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17130         (spam-group-processor-p): Use the new backend code and respect the
17131         summary exit behavior.
17132         (spam-mark-spam-as-expired-and-move-routine): Remove.
17133         (spam-summary-prepare): Change to use the new spam-old-articles
17134         variable.
17135         (spam-copy-or-move-routine, spam-copy-spam-routine)
17136         (spam-move-spam-routine, spam-copy-ham-routine)
17137         (spam-move-ham-routine): Add code to copy/move ham or spam.
17138         (spam-fetch-field-fast): Improve doc and code, plus allow the
17139         'number request.
17140         (spam-list-of-checks, spam-list-of-statistical-checks):
17141         Remove variables.
17142         (spam-split, spam-find-spam): Use the new backend code.
17143         (spam-registration-functions): Remove variable.
17144         (spam-unregister-routine): Add convenience wrapper.
17145         (spam-log-undo-registration, spam-register-routine)
17146         (spam-log-processing-to-registry)
17147         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17148         where possible.
17149         (spam-check-gmane-xref, spam-check-regex-headers)
17150         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17151         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17152         (spam-check-bogofilter-headers, spam-check-spamoracle)
17153         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17154         (spam-check-crm114-headers): Use the spam-split-group that
17155         spam-split prepares, no need to determine it every time.
17156
17157         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17158         to the nnheader-parse-naked-head call.
17159
17160         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17161
17162         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17163         the nnheader-nov-read-message-id call.
17164
17165 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17168         gnus-activate-group twice.  Suggested by Markus Peter
17169         <warp@spin.de>.
17170
17171 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * gnus-art.el (gnus-article-time-format): Exchange the order of
17174         day and month in the default value; fix customization type.
17175         (article-date-ut): Use add-text-properties.
17176         (article-make-date-line): Use message-make-date instead of
17177         current-time-string.
17178
17179         * message.el (message-fetch-field): Don't use set-text-properties.
17180         (message-make-date): Simplify.
17181
17182         * messagexmas.el (message-xmas-make-date): New function.
17183         (message-xmas-redefine): Defalias message-make-date to it.
17184
17185 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17188         (rfc2047-encode-region): Treat text within parentheses as special;
17189         show the original text when error has occurred.
17190
17191         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17192         already-computed method to gnus-activate-group.
17193
17194         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17195         same select-methods identical Lisp objects.
17196
17197         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17198         object when modifying the info.
17199
17200 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17203         gnus-opened-servers since it has never been opened with the new
17204         configuration yet.
17205
17206 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17209         arg to nnheader-generate-fake-message-id.
17210
17211 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17212
17213         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17214         number and build a fake message ID localized to a group and
17215         article number (so it's repeatable from that point on).
17216         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17217         ID format.
17218
17219         * gnus-sum.el (gnus-get-newsgroup-headers):
17220         Call nnheader-generate-fake-message-id with the article number.
17221
17222 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17223
17224         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17225         end-of-buffer.
17226
17227 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17228
17229         * message.el (message-ignored-supersedes-headers): Add Approved.
17230
17231 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17234         goto-char.
17235         (rfc2047-encode): Fold the line before encoding.
17236
17237 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17238
17239         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17240         folding -- not all headers can be folded, and this should be done
17241         by the message composition mode.  Probably.  I think.
17242
17243 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17246         fast.
17247
17248         * gnus-ems.el (gnus-remove-image): Don't use
17249         message-text-with-property; remove only the image found first.
17250
17251         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17252         found first.
17253
17254 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17255
17256         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17257
17258 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * message.el (message-text-with-property): Make it fast and accept
17261         optional arguments.
17262         (message-strip-forbidden-properties): Use it.
17263         (message-fix-before-sending): Follow the m-t-w-p change.
17264
17265         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17266
17267 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-art.el (article-hide-headers): Don't change the buffer
17270         mistakenly when performing mml-preview even if
17271         gnus-single-article-buffer is nil.
17272
17273 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17274
17275         * message.el (message-expand-name-databases): New user option.
17276         (message-expand-name): Use it.
17277
17278 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17279
17280         * spam.el (spam-report-articles-resend)
17281         (spam-report-resend-register-routine): Allow ham reporting.
17282         (spam-report-resend-register-ham-routine): Add wrapper.
17283         (spam-registration-functions): Add ham resending functions.
17284         (spam-list-of-processors): Add ham resend processor.
17285
17286         * gnus.el (ham-resend-to): Add new group parameter.
17287         (spam-process): Add ham resend option.
17288
17289         * spam-report.el (spam-report-resend): Allow reporting ham.
17290         (spam-report-resend-ham): Add wrapper.
17291
17292 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17293
17294         * message.el (message-cite-articles-with-x-no-archive):
17295         New variable.
17296         (message-cite-original): Use it.
17297
17298 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17299
17300         * message.el (message-cite-original): Respect X-No-Archive.
17301
17302 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-art.el (article-hide-headers): Refer to the values for
17305         gnus-ignored-headers and gnus-visible-headers in the summary
17306         buffer since a user may have set them as group parameters.
17307
17308 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17309
17310         * assistant.el (assistant-node-name): Add convenience function.
17311         (assistant-render-text, assistant-render-node): Add error handling,
17312         plus handle multiple next nodes.
17313         (assistant-find-next-node): Comment out for now.
17314         (assistant-find-next-nodes): Add function, returns list of next
17315         nodes.
17316
17317 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * mail-source.el (mail-source-directory): Fix doc-string.
17320
17321 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * assistant.el (assistant-render-text, assistant-eval): Add :set
17324         widget type, which is different because it takes and returns a
17325         list.  Much hilarity ensues.
17326
17327 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17330
17331         * gnus-group.el (gnus-group-get-new-news-this-group):
17332         Add doc-string.
17333
17334         * gnus-start.el (gnus-activate-group): Add doc-string.
17335
17336 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17339
17340 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17341
17342         * assistant.el (assistant-render-text): Try to add a :set
17343         widget, more to come.
17344
17345         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17346         strings.
17347         (spam-report-articles-resend)
17348         (spam-register-routine): Do registration iff any articles warrant
17349         it.
17350         (spam-summary-prepare-exit): Change log message for nil group
17351         destinations.
17352
17353 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17354
17355         * spam.el (spam-report-resend-register-routine):
17356         Allow spam-report-resend-to to be a group parameter or a global value.
17357
17358 2004-05-26  Simon Josefsson  <jas@extundo.com>
17359
17360         * starttls.el: Merge with my GNUTLS based starttls.el.
17361         (starttls-gnutls-program, starttls-use-gnutls)
17362         (starttls-extra-arguments, starttls-process-connection-type)
17363         (starttls-connect, starttls-failure, starttls-success):
17364         New variables.
17365         (starttls-program, starttls-extra-args): Doc fix.
17366         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17367         New functions.
17368         (starttls-negotiate, starttls-open-stream):
17369         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17370         function if it is set.
17371
17372 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17375         structured fields.
17376
17377 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17380
17381 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17382
17383         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17384         Add variable.
17385         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17386         assigning the spam-mark to new messages.
17387
17388 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17389
17390         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17391
17392 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17395
17396         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17397         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17398         default.
17399
17400 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17401
17402         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17403         correct data.
17404
17405 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17406
17407         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17408         (spam-group-processor-p): Fix function.
17409         (spam-group-processor-multiple-p)
17410         (spam-group-spam-processor-report-gmane-p)
17411         (spam-group-spam-processor-report-resend-p)
17412         (spam-group-spam-processor-bogofilter-p)
17413         (spam-group-spam-processor-blacklist-p)
17414         (spam-group-spam-processor-ifile-p)
17415         (spam-group-ham-processor-ifile-p)
17416         (spam-group-spam-processor-spamoracle-p)
17417         (spam-group-spam-processor-crm114-p)
17418         (spam-group-ham-processor-bogofilter-p)
17419         (spam-group-spam-processor-stat-p)
17420         (spam-group-ham-processor-stat-p)
17421         (spam-group-ham-processor-whitelist-p)
17422         (spam-group-ham-processor-BBDB-p)
17423         (spam-group-ham-processor-spamoracle-p)
17424         (spam-group-ham-processor-copy-p): Remove functions with some
17425         prejudice against unneeded code.
17426         (spam-report-articles-resend)
17427         (spam-report-resend-register-routine): Allow the group/topic
17428         spam-resend-to value to override spam-report-resend-to.
17429         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17430         properly now.
17431
17432         * gnus.el (spam-resend-to): Add group/topic parameter.
17433         (spam-process): Move the OBSOLETE processors to the end of the
17434         choices.
17435
17436 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17437
17438         * spam-report.el (spam-report-resend-to, spam-report-resend):
17439         Start with resend-to set to nil, and then ask the user if necessary.
17440         (spam-report-resend): spam-report-resend takes a list of articles, not
17441         separate article numbers.
17442
17443 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17446         addition to emacs-w3m.
17447
17448 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17449
17450         * assistant.el (assistant-authinfo-data): New function.
17451         (assistant-eval): Eval for entire assistant.
17452
17453         * netrc.el (netrc-services-file): New variable.
17454         (netrc-parse-services): New function.
17455         (netrc-find-service-name): New function.
17456         (netrc-find-service-number): New function.
17457         (netrc-port-equal): New function.
17458         (netrc-machine): Use it.
17459
17460         * nnimap.el (nnimap-open-connection): Use netrc.
17461
17462         * gnus-util.el (gnus-netrc-get): Remove aliases.
17463
17464         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17465
17466         * assistant.el (wid-edit): Fix compilation.
17467
17468         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17469
17470 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17471
17472         * gnus-util.el (gnus-set-file-modes): New function.  (small
17473         patch).
17474
17475 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17476
17477         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17478
17479         * assistant.el (assistant-render-node): Fix up rendering and
17480         read-only text.
17481         (assistant-render-node): Reset.
17482         (assistant-make-read-only): Not sticky.
17483
17484 2004-05-20  Danny Siu  <dsiu@adobe.com>
17485
17486         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17487         centered even when gnus-auto-center-summary is t.
17488
17489 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17490
17491         * dns.el (dns-get-txt-answer): New function.
17492         (dns-read-txt): Ditto.
17493         (query-dns): Use it.
17494
17495 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17498         active for foreign groups even if the group level is higher than
17499         the specified value.
17500
17501 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17502
17503         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17504         non-active groups.
17505
17506         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17507
17508 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17509
17510         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17511
17512 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17513
17514         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17515         (spam-crm114-header, spam-crm114-spam-switch)
17516         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17517         (spam-crm114-positive-spam-header)
17518         (spam-crm114-database-directory, spam-list-of-processors)
17519         (spam-group-spam-processor-crm114-p)
17520         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17521         (spam-generic-score, spam-list-of-checks)
17522         (spam-list-of-statistical-checks, spam-registration-functions)
17523         (spam-check-crm114-headers, spam-crm114-score)
17524         (spam-check-crm114, spam-crm114-register-with-crm114)
17525         (spam-crm114-register-spam-routine)
17526         (spam-crm114-unregister-spam-routine)
17527         (spam-crm114-register-ham-routine)
17528         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17529         From asjo@koldfront.dk (Adam Sjøgren).
17530
17531         * gnus.el: Add spam-use-crm114.
17532
17533         * spam.el (spam-list-of-processors, spam-registration-functions):
17534         Add spam-use-resend.
17535         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17536         (spam-report-articles-gmane): Add doc fix.
17537         (spam-report-articles-resend, spam-report-resend-register-routine):
17538         Add wrappers around spam-report-resend-to.
17539
17540         * spam-report.el (spam-report-resend-to, spam-report-resend):
17541         Add support for resending spam.
17542         (spam-report-gmane): Fix line length >80.
17543
17544         * gnus.el (spam-process): Add spam-use-resend.
17545
17546 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17547
17548         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17549         number of processed spam messages.
17550         (spam-ham-copy-or-move-routine): Return the number of processed
17551         ham messages.
17552         (spam-summary-prepare-exit): Use the above values to decide
17553         whether status messages shouled be displayed.
17554
17555 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17558         `rfc2047-encoding-function-alist' in order to avoid conflicting
17559         with the old version.
17560         (rfc2047-encode-region): Concatenate words containing non-ASCII
17561         characters in structured fields; don't encode space-delimited
17562         ASCII words even in unstructured fields; don't break words at
17563         char-category boundaries.
17564         (rfc2047-encode-1): New function.
17565         (rfc2047-encode): Use it; encode text so that it occupies the
17566         maximum width within 76-column; work correctly on Q encoding for
17567         iso-2022-* charsets.
17568         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17569         sure not to break a line just after the header name.
17570         (rfc2047-b-encode-region): Remove.
17571         (rfc2047-b-encode-string): New function.
17572         (rfc2047-q-encode-region): Remove.
17573         (rfc2047-q-encode-string): New function.
17574
17575         * mm-util.el (mm-replace-in-string): New function.
17576
17577 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17578
17579         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17580         Really get it right.
17581         (gnus-inews-make-draft): Really.
17582
17583 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17584
17585         * nnmh.el (nnmh-request-list-1): Don't check the link count
17586         before descending.  (small patch)
17587
17588 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17591         stuff.
17592
17593         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17594         Match on real group name.
17595
17596         * gnus-art.el (gnus-signature-limit): Doc fix.
17597
17598         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17599
17600         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17601
17602 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17603
17604         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17605         isn't a string.
17606
17607 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17608
17609         * gnus-draft.el (gnus-draft-send):
17610         Bind rfc2047-encode-encoded-words.
17611
17612         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17613         (rfc2047-encodable-p): Say that =? needs encoding.
17614         (rfc2047-encode-encoded-words): New variable.
17615
17616         * gnus-group.el (gnus-group-select-group): Doc fix.
17617
17618         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17619
17620         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17621         to nil.
17622
17623         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17624
17625         * nnheader.el (nnheader-get-lines-and-char): New function.
17626
17627 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17628
17629         * gnus-msg.el (gnus-summary-followup-with-original):
17630         Document yanking of region when active.
17631
17632 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17635         groups if the group level is higher than the specified value.
17636
17637 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17638
17639         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17640         (gnus-group-jump-to-group): Add prefix argument using
17641         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17642         non-active group.
17643
17644         * compface.el (uncompface): Be verbose when changing
17645         `uncompface-use-external'.
17646
17647         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17648         handle manual section.
17649
17650 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651
17652         * gnus-art.el (gnus-button-alist): Revert previous change.
17653
17654 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17655
17656         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17657
17658 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17659
17660         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17661         whether backend can accept message.
17662
17663         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17664
17665 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17666
17667         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17668         Avoid creating directory when nntp-marks-is-evil is true.
17669         Reported by Reiner Steib.
17670
17671 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-picon.el (gnus-picon-style): New variable.
17674         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17675         (gnus-picon-transform-address): Support `gnus-picon-style'.
17676         From Jesper Harder <harder@ifa.au.dk>.
17677
17678 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17679
17680         * message.el (message-fill-field): Return point.
17681         (message-generate-headers): Go to end of field.
17682
17683         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17684         stuff for non-living groups.
17685
17686 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * gnus-art.el (gnus-article-followup-with-original)
17689         (gnus-article-reply-with-original): gnus-mark-active-p ->
17690         gnus-region-active-p.
17691
17692 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17693
17694         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17695         only when there is spam or ham to be processed.
17696
17697 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17698
17699         * mail-source.el (mail-source-delete-crash-box): Refactor.
17700         (mail-source-fetch): Use it.
17701         (mail-source-fetch-file): Ditto.
17702         (mail-source-fetch-directory): Run postscript in loop.
17703         (mail-source-fetch-pop): Delete.
17704         (mail-source-fetch-maildir): Ditto.
17705         (mail-source-fetch-imap): Ditto.
17706
17707         * imap.el (imap-authenticators): Comment out sasl.
17708
17709         * message.el (message-skip-to-next-address): New function.
17710         (message-fill-header-address): Refactor.
17711         (message-fill-address): Use it.
17712         (message-delete-address): Use it.
17713         (message-fill-header-general): Refactor.
17714         (message-fill-field-address): Rename.
17715         (message-narrow-to-field): Find the start of the header.
17716         (message-header-format-alist): Don't pre-fill.
17717         (message-fill-header): Remove.
17718         (message-insert-header): New function.
17719         (message-shorten-references): Use it.
17720
17721         * rfc2047.el (rfc2047-field-value): Strip props.
17722
17723         * mail-parse.el (mail-header-make-address): New alias.
17724
17725         * ietf-drums.el (ietf-drums-make-address): New function.
17726
17727         * imap.el: Add compiler directives.
17728
17729         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17730
17731         * gnus-art.el (article-decode-idna-rhs): Don't use
17732         message-idna-inside-rhs-p.
17733
17734 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17735
17736         * message.el (message-idna-inside-rhs-p): Remove.
17737         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17738
17739         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17740         false positives.
17741
17742 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17743
17744         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17745
17746 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17747
17748         * nneething.el (nneething-file-name): Don't create spurious
17749         files.
17750
17751         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17752         (gnus-inews-do-gcc): Remove sleep.
17753
17754         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17755         part under point.
17756
17757         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17758         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17759
17760 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17761
17762         * spam.el (spam-summary-prepare-exit): Fix (length).
17763
17764 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17765
17766         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17767         as expired without moving it" message when there are spam
17768         messages left.
17769
17770 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17771
17772         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17773         header is not nil.
17774
17775 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17776
17777         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17778         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17779         (nntp-marks-changed-p): New arg SERVER.
17780         (nntp-request-update-info): Adjust caller.
17781
17782 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17783
17784         * nntp.el (nntp-save-marks): Pass missing arg.
17785
17786 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17787
17788         * nntp.el: Support marks.
17789         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17790         (nntp-marks-modtime, nntp-marks-directory): New variables.
17791         (nntp-request-set-mark, nntp-request-update-info)
17792         (nntp-possibly-create-directory, nntp-marks-changed-p)
17793         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17794         New functions.
17795
17796 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17797
17798         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17799         (gnus-xmas-redefine): Rename.
17800
17801         * gnus-score.el (gnus-score-insert-help):
17802         Use gnus-select-lowest-window.
17803
17804         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17805         appt-select-lowest-window and rename to gnus-select-lowest-window.
17806
17807         * gnus.el: do.
17808
17809 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17810
17811         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17812         encodings of MIME-encoded words, in order to improve
17813         interoperability with several broken MUAs.
17814
17815 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17816
17817         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17818         tags, only when charsets are not specified in headers.
17819         (mm-inline-text-html-render-with-w3m): Ditto.
17820
17821         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17822         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17823
17824 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17825
17826         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17827         instead of MIME-decoded from fields when checking
17828         `gnus-article-address-banner-alist'.
17829
17830 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17831
17832         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17833         description rather than subject.
17834
17835 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17836
17837         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17838
17839 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17840
17841         * gnus.el (gnus-version-number): Bump.
17842
17843 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17844
17845         * gnus.el: No Gnus v0.2 is released.
17846
17847 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * gnus-agent.el (gnus-agent-read-agentview):
17850         Inline gnus-uncompress-range.
17851
17852 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17853
17854         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17855         `exec-installed-p'.
17856
17857 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17858
17859         * gnus.el (spam-process, spam-autodetect-methods):
17860         Add bsfilter and bsfilter-headers.
17861
17862         * spam.el (spam-bsfilter): New customize group.
17863         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17864         (spam-bsfilter-header, spam-bsfilter-probability-header)
17865         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17866         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17867         (spam-bsfilter-database-directory): New options.
17868         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17869         (spam-list-of-statistical-checks, spam-registration-functions):
17870         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17871         (spam-bsfilter-score): New command.
17872         (spam-check-bsfilter-headers, spam-check-bsfilter)
17873         (spam-bsfilter-register-with-bsfilter)
17874         (spam-bsfilter-register-spam-routine)
17875         (spam-bsfilter-unregister-spam-routine)
17876         (spam-bsfilter-register-ham-routine)
17877         (spam-bsfilter-unregister-ham-routine): New functions.
17878         (spam-generic-score): Support bsfilter; Accept an optional argument
17879         to recalcurate spam score even if scoring header has already been
17880         added.
17881         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17882         optional argument to recalcurate spam score even if scoring header
17883         has already been added.
17884
17885 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17886
17887         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17888         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17889         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17890         link is missing.
17891
17892 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17893
17894         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17895         (html2text-get-attr): Rewrite.
17896
17897         * message.el (message-setup-1): Remove redundant put-text-property
17898         on mail-header-separator.
17899
17900 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17901
17902         * gnus-registry.el (gnus-registry-cache-whitespace)
17903         (gnus-registry-action, gnus-registry-spool-action)
17904         (gnus-registry-split-fancy-with-parent): Change message levels
17905         from 5 to 3 or 7, as needed.
17906
17907         * spam.el (spam-summary-prepare-exit)
17908         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17909         (spam-split, spam-find-spam, spam-log-undo-registration)
17910         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17911         level from 5 to 6.
17912
17913 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17916         2004-03-04 change).
17917
17918 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17919
17920         * sieve-manage.el (sieve-manage-open):
17921         * nnweb.el (nnweb-insert-html):
17922         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17923         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17924         * nnspool.el (nnspool-request-group):
17925         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17926         * nnml.el (nnml-request-update-info):
17927         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17928         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17929         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17930         (nnimap-request-set-mark):
17931         * nnfolder.el (nnfolder-request-update-info):
17932         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17933         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17934         * gnus-uu.el (gnus-uu-find-articles-matching):
17935         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17936         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17937         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17938         * gnus-nocem.el (gnus-nocem-scan-groups):
17939         * gnus-int.el (gnus-start-news-server):
17940         * gnus-group.el (gnus-group-make-kiboze-group)
17941         (gnus-group-browse-foreign-server):
17942         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17943         Use mapc when appropriate.
17944
17945 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17946
17947         FIXME: Make separate entries for each person.
17948
17949         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17950         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17951         <shields@msrl.com>:
17952
17953         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17954         may need for spam sorting and scoring.
17955         (spam-user-format-function-S): Add user format function suitable for
17956         general use.
17957         (spam-article-sort-by-spam-status): Add sorting function for summary
17958         sorting.
17959         (spam-extra-header-to-number): Add function to get a score from a
17960         header.
17961         (spam-summary-score): Add function to get a numeric score from the
17962         headers.
17963         (spam-generic-score): Fix function doc, was in wrong place.
17964         (spam-initialize): Take symbols when it's run, and install the
17965         extra headers that spam-necessary-extra-headers thinks we need.
17966
17967 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17968
17969         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17970         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17971
17972 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * gnus-sum.el (gnus-set-global-variables)
17975         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17976         (gnus-article-get-xrefs, gnus-summary-best-group)
17977         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17978         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17979         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17980         Use with-current-buffer.
17981
17982 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17983
17984         * spam.el (spam-summary-prepare-exit): Simplify logic.
17985         (spam-fetch-article-header): Read the article header if it's not
17986         available.
17987         (spam-list-articles): Simplify logic.
17988         (spam-filelist-register-routine): Fix bug with unregister-list.
17989
17990         * gnus-registry.el: Fix comments at beginning.
17991
17992 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17993
17994         * message.el (message-cater-to-broken-inn): Remove.
17995         (message-shorten-references): Make sure the total folded length of
17996         References is shorter than 998 characters to cater to a bug in INN
17997         2.3.  Also, don't pretend that references aren't folded -- this
17998         hasn't worked for a while.
17999
18000 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18001
18002         * gnus-agent.el (gnus-agentize):
18003         gnus-agent-send-mail-real-function no longer set to current value
18004         of message-send-mail-function but rather a lambda that calls
18005         message-send-mail-function.  The change makes the agent real-time
18006         responsive to user changes to message-send-mail-function.
18007
18008 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18009
18010         * legacy-gnus-agent.el
18011         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18012         help from Florian Weimer <fw@deneb.enyo.de>
18013
18014 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * nnmail.el (nnmail-cache-insert): Revert last change.
18017
18018 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * nnmail.el (nnmail-cache-insert): Always check whether
18021         nnmail-cache-ignore-groups matches a group name.
18022
18023 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18024
18025         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18026         (spam-find-spam, spam-log-processing-to-registry)
18027         (spam-log-registered-p, spam-log-unregistration-needed-p)
18028         (spam-log-undo-registration): Use gnus-message instead of
18029         gnus-error, none of these errors are fatal.
18030
18031         * gnus-registry.el (gnus-registry-clean-empty-function)
18032         (gnus-registry-clean-empty): Remove only empty entries without
18033         extra data.
18034
18035 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18036
18037         * spam-stat.el (spam-stat-buffer-change-to-spam)
18038         (spam-stat-buffer-change-to-non-spam): Change (error) to
18039         (gnus-message 8) invocation.
18040
18041 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * nntp.el (nntp-via-netcat-command): New variable.
18044         (nntp-via-netcat-switches): New variable.
18045         (nntp-open-via-rlogin-and-netcat): New function.
18046         (nntp-open-connection-function): Doc fix.
18047         (nntp-telnet-command): Doc fix.
18048         (nntp-end-of-line): Doc fix.
18049         (nntp-via-rlogin-command): Doc fix.
18050         (nntp-via-user-name): Doc fix.
18051         (nntp-via-address): Doc fix.
18052
18053 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18056         error in Emacs 21.1.
18057
18058 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18061
18062 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18063
18064         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18065         (gnus-agent-with-refreshed-group): New macro.
18066         (gnus-agent-rename-group): New function.
18067         (gnus-agent-delete-group): New function.
18068         (gnus-agent-save-group-info): Use gnus-command-method when
18069         `method' parameter is nil.  Don't write nil entries into the
18070         active file.
18071         (gnus-agent-get-group-info): New function.
18072         (gnus-agent-fetch-articles):
18073         Use gnus-agent-update-files-total-fetched-for to increment disk space
18074         used.
18075         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18076         Use gnus-agent-update-view-total-fetched-for to increment disk space
18077         used.
18078         (gnus-agent-get-local): Add optional parameters to avoid calling
18079         gnus-group-real-name and gnus-find-method-for-group.
18080         (gnus-agent-set-local): Delete stored entry if either min, or max,
18081         are nil.
18082         (gnus-agent-fetch-session): Reworded error/quit messages.
18083         On quit, use gnus-agent-regenerate-group to record existance of any
18084         articles fetched to disk before the quit occurred.
18085         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18086         gnus-agent-update-view-total-fetched-for, and
18087         gnus-agent-update-files-total-fetched-for to decrement disk space
18088         used.
18089         (gnus-agent-retrieve-headers):
18090         Use gnus-agent-update-view-total-fetched-for to increment disk space
18091         used.
18092         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18093         with gnus-agent-update-files-total-fetched-for to decrement disk
18094         space and fresh group buffer.
18095         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18096         (gnus-agent-need-update-total-fetched-for): New variable.
18097         (gnus-agent-update-files-total-fetched-for): New function.
18098         (gnus-agent-update-view-total-fetched-for): New function.
18099         (gnus-agent-total-fetched-for): New function.
18100
18101         * gnus-cache.el (gnus-cache-save-buffers):
18102         Use gnus-cache-update-overview-total-fetched-for to change disk space
18103         used by this group.
18104         (gnus-cache-possibly-enter-article):
18105         Use gnus-cache-update-file-total-fetched-for to increment disk space
18106         used by this group.
18107         (gnus-cache-possibly-remove-article):
18108         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18109         used by this group.
18110         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18111         (gnus-cache-rename-group): New function.
18112         (gnus-cache-delete-group): New function.
18113         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18114         (gnus-cache-need-update-total-fetched-for): New variable.
18115         (gnus-cache-with-refreshed-group): New macro.
18116         (gnus-cache-update-file-total-fetched-for): New function.
18117         (gnus-cache-update-overview-total-fetched-for): New function.
18118         (gnus-cache-rename-group-total-fetched-for): New function.
18119         (gnus-cache-delete-group-total-fetched-for): New function.
18120         (gnus-cache-total-fetched-for): New function.
18121
18122         * gnus-group.el: Require gnus-sum and autoload functions to
18123         resolve warnings when gnus-group.el compiled alone.
18124         (gnus-group-line-format): Documented new %F.
18125         (size of Fetched data) group line format; identifies disk space
18126         used by agent and cache.
18127         (gnus-group-line-format-alist): Defined new F format.
18128         (gnus-total-fetched-for): New function.
18129         (gnus-group-delete-group): No longer update
18130         gnus-cache-active-altered as gnus-request-delete-group now keeps
18131         the cache in sync.
18132         (gnus-group-list-active): Let the agent store a server's active
18133         list if currently plugged.
18134
18135         * gnus-int.el (gnus-request-delete-group):
18136         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18137         local disk in sync with the server.
18138         (gnus-request-rename-group):
18139         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18140         local disk in sync with the server.
18141
18142         * gnus-start.el (gnus-get-unread-articles):
18143         Cosmetic simplification to logic.
18144
18145         * gnus-util.el (gnus-rename-file): New function.
18146
18147 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18148
18149         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18150
18151 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18152
18153         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18154         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18155
18156 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18157
18158         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18159         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18160
18161 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18162
18163         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18164
18165 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18166
18167         * spam.el (spam-set-difference): Add function to replace
18168         gnus-set-difference in spam.el.
18169         (spam-summary-prepare-exit): Use spam-set-difference.
18170
18171 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18172
18173         * gnus-registry.el (gnus-registry-cache-file): Update to use
18174         gnus-dribble-directory OR gnus-home-directory OR ~.
18175         (gnus-registry-split-fancy-with-parent): Fix doc.
18176
18177 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * message.el (message-exchange-point-and-mark):
18180         Use message-mark-active-p.  Suggested by Jesper Harder
18181         <harder@ifa.au.dk>.
18182
18183 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * message.el (message-exchange-point-and-mark): Don't activate
18186         region if it was inactive.  Suggested by Hiroshi Fujishima
18187         <pooh@nature.tsukuba.ac.jp>.
18188
18189 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-art.el (article-display-face): Display Faces in the same
18192         order as X-Faces.
18193
18194 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18197
18198 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18201         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18202         (gnus-article-mime-hierarchy): Remove.
18203         (gnus-article-mime-hierarchy-next): Remove.
18204         (gnus-article-mode): Revert 2004-03-19 change.
18205         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18206         (gnus-insert-mime-button): Revert 2004-03-19 change.
18207         (gnus-mime-accumulate-hierarchy): Remove.
18208         (gnus-mime-enter-multipart): Remove.
18209         (gnus-mime-leave-multipart): Remove.
18210         (gnus-mime-display-part): Revert 2004-03-19 change.
18211         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18212
18213         * mml.el (mml-preview): Revert 2004-03-19 change.
18214
18215 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18216
18217         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18218
18219 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18222         t while entering a file name using the mm-with-multibyte macro.
18223         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18224
18225         * mm-util.el (mm-with-multibyte): New macro.
18226
18227 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18230         New user option.
18231         (gnus-mime-multipart-functions): Doc and customization fix.
18232         (gnus-article-mime-hierarchy): New variable.
18233         (gnus-article-mime-hierarchy-next): New variable.
18234         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18235         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18236         gnus-article-mime-hierarchy-next to nil.
18237         (gnus-insert-mime-button): Show hierarchy numbers.
18238         (gnus-mime-accumulate-hierarchy): New function.
18239         (gnus-mime-enter-multipart): New function.
18240         (gnus-mime-leave-multipart): New function.
18241         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18242         (gnus-mime-display-alternative): Show hierarchy numbers.
18243
18244         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18245         gnus-article-mime-hierarchy-next to nil.
18246
18247 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18248
18249         * dns.el: Don't require gnus-xmas.
18250
18251 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18252
18253         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18254         inline PGP.
18255         (mml-menu): Disable mml-quote-region if mark is inactive.
18256
18257 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18260         when the group's active is not available.
18261
18262 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18265         error.
18266
18267 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * imap.el (imap-store-password): New variable.
18270         (imap-interactive-login): Use it.
18271         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18272
18273 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18276         window-start and hscroll to summary window.
18277
18278 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18279
18280         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18281         conversion message to newsrc-dribble when an actual conversion is
18282         performed.
18283
18284 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18285
18286         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18287
18288 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * mm-decode.el (mm-complicated-handles): New function reviving
18291         former definition of mm-multiple-handles.
18292
18293         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18294         (gnus-mime-delete-part): Use it.
18295
18296 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18297
18298         * gnus-agent.el (gnus-agent-read-local):
18299         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18300         avoid the implicit assumption that they will always be equal.
18301         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18302         coding-system-for-write, as the with-temp-file macro first prints
18303         to a buffer then saves the buffer.
18304
18305 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * gnus-art.el (gnus-article-edit-part): New function.
18308         (gnus-mime-save-part-and-strip): Use it; do query instead of
18309         signaling an error; don't use mm-multiple-handles.
18310         (gnus-mime-delete-part): Ditto.
18311
18312 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18313
18314         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18315         old file versions.
18316         (gnus-group-prepare-hook): Remove function that converted list
18317         form of gnus-agent-expire-days to group properties.
18318
18319         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18320         (gnus-request-accept-article): Re-indented.
18321
18322         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18323         converters to handle old agent file formats.  Add logic for a
18324         "backup before upgrading warning".
18325         (gnus-convert-mark-converter-prompt): Developers can mark
18326         functions as needing (default), or not needing,
18327         gnus-convert-old-newsrc's "backup before upgrading warning".
18328         (gnus-convert-converter-needs-prompt): Tests whether the user
18329         should be protected from potentially irreversable changes by the
18330         function.
18331
18332         * legacy-gnus-agent.el: New.  Provides converters that are only
18333         loaded when gnus-convert-old-newsrc needs to call them.
18334
18335 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * mail-source.el (mail-source-touch-pop): Doc fix.
18338
18339         * message.el (message-smtpmail-send-it): Doc fix.
18340
18341 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18342
18343         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18344
18345         * nnmail.el (nnmail-split-fancy): do.
18346
18347         * gnus-kill.el (gnus-kill, gnus-execute): do.
18348
18349 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18350
18351         * gnus-sum.el (gnus-widget-reversible-match)
18352         (gnus-widget-reversible-to-internal)
18353         (gnus-widget-reversible-to-external): New functions.
18354         (gnus-widget-reversible): New widget.
18355         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18356
18357 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18358
18359         * gnus-sum.el (gnus-thread-sort-functions)
18360         (gnus-article-sort-functions): Document `(not F)' items.
18361
18362 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18363
18364         * spam.el (spam-use-gmane-xref): Add new backend.
18365         (spam-gmane-xref-spam-group): Add variable to control the name of the
18366         Gmane spam group.
18367         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18368         (spam-regex-headers-spam, spam-regex-headers-ham)
18369         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18370         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18371         backends and checks.
18372         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18373
18374         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18375         an autodetect method.
18376
18377 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18378
18379         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18380         articles are being added to a group.
18381         (gnus-request-replace-article): Inform the agent that articles
18382         need to be uncached as the cached contents are no longer valid.
18383
18384 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * binhex.el: Don't autoload executable-find.
18387
18388         * canlock.el: Don't autoload mail-fetch-field.
18389
18390         * dgnushack.el: Autoload c-mode for XEmacs.
18391
18392         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18393
18394         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18395         rmail-dont-reply-to and rmail-output.
18396
18397         * gnus-score.el: Don't autoload ffap-string-at-point.
18398
18399         * gnus-setup.el: Don't autoload sc-cite-original.
18400
18401         * imap.el: Don't autoload base64-decode-string,
18402         base64-encode-string and md5.
18403
18404         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18405         and rmail-msg-restore-non-pruned-header.
18406
18407         * mm-decode.el: Don't autoload executable-find.
18408
18409         * mm-url.el: Don't autoload executable-find.
18410
18411         * mm-view.el: Don't autoload diff-mode.
18412
18413         * nndb.el: Don't autoload news-reply-mode, news-setup,
18414         cancel-timer and telnet.
18415
18416         * password.el: Don't autoload run-at-time for Emacs.
18417
18418         * sha1-el.el: Don't autoload executable-find.
18419
18420         * sieve-mode.el: Don't autoload c-mode.
18421
18422         * uudecode.el: Don't autoload executable-find.
18423
18424 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18425
18426         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18427         (gnus-agent-possibly-alter-active): Avoid null in numeric
18428         comparison.
18429         (gnus-agent-set-local): Refuse to save null in local object table.
18430         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18431         list of articles that will be marked as unread.
18432
18433 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18436
18437 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18438
18439         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18440         language tags.
18441
18442 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18443
18444         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18445         Don't bind "obarray".
18446
18447         * gnus-sum.el (gnus-thread-sort-functions):
18448         Add `gnus-thread-sort-by-most-recent-number' and
18449         `gnus-thread-sort-by-most-recent-date'.
18450         Reported by Kai Grossjohann <kai@emptydomain.de>.
18451
18452 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18455
18456 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18457
18458         * gnus-cus.el (gnus-agent-customize-category):
18459         Remove ignore-errors macro reference that required cl to be loaded at
18460         run-time.
18461
18462         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18463         single-interval range of the form (min . max).  Previously the
18464         range had to look like ((min . max)).  Likewise, return
18465         (min . max) rather than ((min . max)).
18466         (gnus-range-map): Use gnus-range-normalize to accept
18467         single-interval range.
18468
18469         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18470         the cache, but not the agent, now appear with their usual face.
18471
18472         * dgnushack.el (loaddir): New variable that is bound to the
18473         directory containing the dgnushack.el file. Use loaddir, rather
18474         than srcdir, to update load-path. Change lets dgnushack compile
18475         code in directories other than GNUS/lisp.
18476
18477 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * lpath.el: Don't bind w3m-safe-url-regexp.
18480
18481         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18482         w3m-safe-url-regexp variable buffer-local.
18483
18484         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18485
18486 2004-02-27  Simon Josefsson  <jas@extundo.com>
18487
18488         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18489         gnus-group-real-prefix.
18490         (gnus-summary-move-article): Use it, instead of
18491         gnus-group-real-prefix.
18492
18493 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * lpath.el: Bind w3m-safe-url-regexp.
18496
18497         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18498         w3m-safe-url-regexp variable buffer-local and set it as the value
18499         of mm-w3m-safe-url-regexp.
18500
18501         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18502
18503         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18504         parsing gnus-posting-styles when the message is not for replying.
18505
18506         * dgnushack.el: Autoload sgml-mode for XEmacs.
18507
18508         * nnrss.el (nnrss-opml-export):
18509         Use mm-set-buffer-file-coding-system instead of
18510         set-buffer-file-coding-system.
18511
18512 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18515         of checkdoc.el).
18516         * nnrss.el: do.
18517         * gnus-mlspl.el: do.
18518         * gnus-ml.el: do.
18519         * gnus-srvr.el: do.
18520
18521         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18522
18523 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18524
18525         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18526         Corrections to custom-manual links.
18527
18528         * gnus-art.el (gnus-article): Ditto.
18529
18530         * mm-decode.el (mime-display, mime-security): Ditto.
18531
18532 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18533
18534         * flow-fill.el: Typo.
18535
18536 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18537
18538         * spam-wash.el: New file.
18539
18540 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18541
18542         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18543
18544 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18545
18546         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18547         to be run with new-articles as LIST1, not LIST2.
18548         (spam-registration-functions): Add spam-use-ham-copy as a nil
18549         registration backend.
18550
18551 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18552
18553         * spam-stat.el (spam-stat-washing-hook): New option.
18554         (spam-stat-buffer-words): Use it.
18555         (spam-stat-process-directory, spam-stat-test-directory):
18556         Use insert-file-contents-literally.
18557         (spam-stat-coding-system): New variable.
18558         (spam-stat-load, spam-stat-save): Use it.
18559
18560 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * spam-report.el (spam-report-plug-agent):
18563         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18564
18565 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18566
18567         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18568         Allow / in mailto URLs.
18569
18570 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * spam-report.el (spam-report-process-queue): Fix interactive use.
18573         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18574         (spam-report-unplug-agent): Doc fixes.
18575         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18576         (spam-report-agentize, spam-report-deagentize): Autoload.
18577
18578 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18581
18582         * message.el (message-setup-fill-variables): Add mml tags to
18583         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18584         <ajk@iu.edu>.
18585         (message-mode): Don't modify paragraph-separate there.
18586
18587 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * compface.el (uncompface-use-external): Default to undecided.
18590         (uncompface-use-external-threshold): New variable.
18591         (uncompface-float-time): New macro.
18592         (uncompface): Determine whether to use the external decoder if
18593         uncompface-use-external is undecided.
18594
18595 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18596
18597         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18598         after images.
18599
18600         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18601
18602 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18603
18604         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18605
18606         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18607
18608         * gnus-sum.el (gnus-summary-limit-to-age)
18609         (gnus-summary-limit-children): do.
18610
18611         * gnus-int.el (gnus-request-scan): do.
18612
18613         * gnus-group.el (gnus-group-suspend): do.
18614
18615         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18616
18617         * gnus-cite.el (gnus-cite-parse-attributions): do.
18618
18619         * gnus-agent.el (gnus-summary-set-agent-mark)
18620         (gnus-agent-regenerate-group): do.
18621
18622         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18623
18624         * binhex.el (binhex-decode-region-internal): do.
18625
18626 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * gnus-fun.el (gnus-face-properties-alist): New user option.
18629         (gnus-display-x-face-in-from): Use it.
18630
18631         * gnus-art.el (article-display-face): Ditto.
18632
18633         * compface.el (uncompface-use-external): Default to nil.
18634
18635 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18636
18637         * nntp.el (nntp-erase-buffer): New function.
18638         (nntp-retrieve-data, nntp-send-command)
18639         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18640         (nntp-possibly-change-group): Use it.
18641
18642         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18643         Use with-current-buffer.
18644
18645 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18646
18647         * compface.el: Merge the ELisp-based uncompface program.
18648         (compface): New customization group.
18649         (uncompface-use-external): New user option.
18650         (uncompface): Call uncompface-internal if uncompface-use-external
18651         is nil.
18652         (uncompface-internal): New function.  Note that there are also
18653         some other functions and variables added for this function.
18654
18655 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18656
18657         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18658         if necessary.
18659
18660 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * spam-report.el (spam-report-unplug-agent)
18663         (spam-report-plug-agent, spam-report-deagentize)
18664         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18665         Add support for the Agent in spam-report: when unplugged, report to a
18666         file; when plugged, submit all the requests.
18667
18668         * spam.el (spam-register-routine): Fix message about
18669         registration.
18670
18671 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18672
18673         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18674         dependencies.
18675         (rfc2047-encode): Use it.
18676
18677         * gnus-art.el (gnus-button-marker-list): Move before first
18678         reference.
18679
18680         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18681         (imap-parse-body): Fix format string mismatch.
18682
18683         * gnus-score.el (gnus-summary-increase-score): do.
18684
18685         * nnrss.el (nnrss-close): New function.
18686
18687 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18688
18689         * nnrss.el (nnrss-make-filename): New function.
18690         (nnrss-request-delete-group, nnrss-read-server-data)
18691         (nnrss-save-server-data, nnrss-read-group-data)
18692         (nnrss-save-group-data): Use it.
18693         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18694         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18695         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18696
18697 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18698
18699         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18700
18701 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18702
18703         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18704         files.
18705
18706         * message.el (message-generate-headers-first): Don't quote nil
18707         and t in docstrings.
18708
18709         * imap.el (imap-id): do.
18710
18711         * gnus-agent.el (gnus-agent-consider-all-articles)
18712         (gnus-agent-queue-mail): do.
18713
18714 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * spam-report.el (spam-report-process-queue): New function.
18717         Process requests from `spam-report-requests-file'.
18718         (spam-report-process-queue): Doc fix.
18719
18720 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18721
18722         * spam.el (spam-register-routine)
18723         (spam-log-processing-to-registry, spam-log-registered-p)
18724         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18725         Change "check" to "spam-check" for semi-clarity.
18726
18727 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18728
18729         * pop3.el: Require nnheader.
18730
18731         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18732
18733         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18734
18735         * gnus-picon.el: Require cl.
18736
18737         * gnus-fun.el: Require gnus-ems and gnus-util.
18738
18739         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18740
18741         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18742
18743         * gnus-art.el (gnus-article-edit-mode): Define before first
18744         reference.
18745
18746 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18747
18748         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18749         (gnus-uu-post-encoded): Use point-at-bol.
18750
18751         * gnus-topic.el (gnus-group-active-topic-p): do.
18752
18753         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18754
18755         * gnus-group.el (gnus-group-kill-region): do.
18756
18757         * gnus-art.el (article-date-ut): do.
18758
18759         * message.el (message-fetch-field): Remove redundant
18760         case-fold-search binding.
18761         (message-narrow-to-field): Simplify.
18762
18763 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18764
18765         * spam.el (spam-directory): Derive from `gnus-directory'.
18766
18767         * spam-report.el (spam-report-url-to-file)
18768         (spam-report-requests-file): New function and variable for offline
18769         reporting.
18770         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18771         and user defined function.
18772         (spam-report-url-ping-mm-url): Remove doubled slash.
18773
18774 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18775
18776         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18777
18778 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18779
18780         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18781         Fix format string mismatch.
18782
18783         * sieve.el (sieve-deactivate-all): do.
18784
18785         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18786
18787         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18788
18789         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18790
18791         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18792
18793 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18794
18795         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18796         the list of checks.
18797
18798 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18799
18800         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18801         padding.
18802
18803 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18804
18805         * mm-view.el (mm-fill-flowed): New variable.
18806         (mm-inline-text): Use it.
18807
18808 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18809
18810         * spam.el (spam-spamassassin-register-ham-routine)
18811         (spam-spamassassin-register-spam-routine): Fix function names.
18812
18813 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * gnus.el (gnus-tmp-grouplens): Remove.
18816         (gnus-summary-line-format): Remove grouplens.
18817
18818         * gnus-group.el (gnus-group-line-format): Ditto.
18819
18820         * gnus-spec.el (gnus-format-specs): Ditto.
18821         (gnus-update-format-specifications): Flush the group format spec
18822         cache if there's the grouplens stuff.
18823         (gnus-parse-simple-format): Replace %l with the empty string.
18824
18825 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18826
18827         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18828         omission.
18829
18830 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18833         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18834
18835 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18836
18837         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18838         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18839         New macros and functions.
18840         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18841         Handle > NLINK_MAX messages.
18842         * nnmaildir.el (nnmaildir-request-set-mark):
18843         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18844
18845 2004-01-25  Alex Schroeder  <alex@gnu.org>
18846
18847         * spam-stat.el (spam-stat-process-directory-age): New option.
18848         (spam-stat-process-directory): Use it.
18849
18850 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18851
18852         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18853         (spam-stat-save): Accept prefix argument.
18854
18855 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18856
18857         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18858         links" error.
18859
18860 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18863         the rest of the and/or forms.
18864
18865 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18866
18867         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18868         compatibility with old .newsrc.eld files.
18869
18870         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18871
18872         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18873
18874         * gnus-start.el (gnus-1): do.
18875
18876         * gnus-group.el (gnus-group-line-format-alist): do.
18877
18878         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18879
18880         * gnus-gl.el: Remove.
18881
18882 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18883
18884         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18885         marks consisting of a single range {for example, (3 . 5)} rather
18886         than a list of a single range { ((3 . 5)) }.
18887
18888 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18889
18890         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18891         Use with-current-buffer.
18892         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18893         avoid consing a string.
18894
18895         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18896         Remove obsolete entries for big5 and gb2312.
18897
18898 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18899
18900         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18901         uncompressed list.
18902
18903 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18904
18905         * spam-stat.el (spam-stat-strip-xref): New function.
18906         (spam-stat-process-directory): Use it.
18907
18908         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18909         here -- it's done in message-fetch-field.
18910
18911 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18912
18913         * gnus-agent.el (gnus-agent-queue-mail)
18914         (gnus-agent-prompt-send-queue): New variables.
18915         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18916         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18917         "nndraft:queue" along to gnus-draft-send.
18918         Use gnus-agent-prompt-send-queue.
18919         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18920         is "nndraft:queue".  Suggested by Gaute Strokkenes
18921         <gs234@srcf.ucam.org>
18922
18923         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18924         (agent-enable-undownloaded-faces): Add.
18925         (gnus-agent-cat-groups): Use eval-and-compile, not
18926         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18927         method of gnus-agent-cat-groups even when the buffer has been
18928         evaled.
18929         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18930         delete gnus-agent-save-active-1.
18931         (gnus-agent-save-groups): Delete.  Identical to
18932         gnus-agent-save-active.
18933         (gnus-agent-write-active): No longer adjust agent's copy of active
18934         file as agent's adjustments are now stored in their own
18935         file.  Remove optional parameter.
18936         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18937         servers.  Add use of min/max range limits from server's local
18938         file.
18939         (gnus-agent-save-alist): Remove unused optional argument.
18940         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18941         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18942         (gnus-agent-set-local): A per-server file that keeps min/max range
18943         limits for articles known to the agent.  Provides a fast mechanism
18944         for altering many active ranges.
18945         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18946         active file (local makes it unnecessary).
18947         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18948
18949         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18950         (agent-enable-undownloaded-faces): Add.
18951
18952         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18953         disable it when sending to "nndraft:queue".
18954         (gnus-group-send-queue): Add safety check to avoid sending queue
18955         when unplugged.
18956
18957         * gnus-group.el (gnus-group-catchup): Use new
18958         gnus-sequence-of-unread-articles, not
18959         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18960         numbers of articles.  Use gnus-range-map to avoid having to
18961         uncompress the unread list.
18962         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18963         Fix invalid ange-ftp reference.
18964
18965         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18966         (gnus-sorted-range-intersection): Intersection of two ranges
18967         without requiring that they first be uncompressed.
18968
18969         * gnus-start.el (gnus-activate-group): Unless blocked by the
18970         caller, possibly expand the active range to include both cached
18971         and agentized articles.
18972         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18973         multiple version-dependent converters.
18974         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18975         gnus-agent-save-active.
18976         (gnus-save-newsrc-file): Save dirty agent range limits.
18977
18978         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18979         gnus-agent-possibly-alter-active.
18980         (gnus-adjust-marked-articles): Faster handling of simple lists.
18981
18982 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18983
18984         * spam-stat.el (spam-stat-test-directory): New optional argument
18985         displays a list of files detected.  Suggested by Andrew Cohen
18986         <cohen@andy.bu.edu>.
18987         (spam-stat-buffer-words-with-scores): Don't narrow and change
18988         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18989
18990 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18991
18992         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18993         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18994         (spam-spamassassin-arguments)
18995         (spam-spamassassin-spam-flag-header)
18996         (spam-spamassassin-positive-spam-flag-header)
18997         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18998         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18999         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19000         (spam-list-of-processors, spam-list-of-checks)
19001         (spam-list-of-statistical-checks, spam-registration-functions)
19002         (spam-check-spamassassin-headers, spam-check-spamassassin)
19003         (spam-spamassassin-score)
19004         (spam-spamassassin-register-with-sa-learn)
19005         (spam-spamassassin-register-spam-routine)
19006         (spam-spamassassin-register-ham-routine)
19007         (spam-assassin-register-spam-routine)
19008         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19009         (spam-bogofilter-score): Fix to show article before scoring.
19010
19011 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19012
19013         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19014         default scoring function.
19015         (spam-generic-score): Call spam-spamassassin-score if
19016         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19017         spam-bogofilter-score otherwise.
19018
19019         * gnus.el (spam-process, spam-autodetect-methods):
19020         Add spamassassin and spamassassin-headers.
19021
19022 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19023
19024         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19025         Suppress unnecessary messages.
19026
19027 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19030         make-hash-table.
19031
19032 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * canlock.el (base64-encode-string): Don't autoload it.
19035
19036 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * run-at-time.el: Remove useless (require 'itimer),
19039         eval-and-compile and (featurep 'xemacs).
19040
19041 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19042
19043         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19044         GROUP is a virtual group.
19045
19046 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19047
19048         * gnus.el: Autoload `message-y-or-n-p'.
19049
19050 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19051
19052         * pgg-parse.el: Remove unnecessary (require 'custom).
19053
19054         * pgg-def.el: do.
19055
19056         * nnmail.el: do.
19057
19058         * gnus-undo.el: do.
19059
19060         * gnus-picon.el: do.
19061
19062         * gnus-util.el: do.
19063
19064 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19065
19066         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19067
19068 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19071         handle, as well as a list.
19072
19073         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19074         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19075         (mm-w3m-cid-retrieve): Simplify.
19076
19077 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19078
19079         * message.el (message-kill-to-signature): Allow prefix arg to
19080         specify number of lines to keep before signature.
19081
19082 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19083
19084         * message.el (message-kill-to-signature): Change docstring.
19085
19086 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * canlock.el: Always require sha1-el.
19089         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19090
19091         * message.el: Autoload sha1 only when compiling.
19092
19093         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19094         eudc-expand-inline for XEmacs.
19095
19096 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * message.el (message-canlock-generate): Require sha1-el.
19099
19100 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19101
19102         * message.el (message-expand-name): Silence the byte compiler.
19103
19104         * lpath.el: Add detect-coding-system.
19105
19106         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19107         cus-edit.
19108
19109 2004-01-13  Simon Josefsson  <jas@extundo.com>
19110
19111         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19112         Invoke gnus-score-mode.
19113         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19114
19115         * gnus-range.el (gnus-compress-sequence): Doc fix.
19116         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19117
19118 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19119
19120         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19121
19122 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19123
19124         * spam.el (spam-get-article-as-string): Update to use
19125         gnus-request-article-this-buffer, much simpler.
19126         (spam-get-article-as-buffer): Remove.
19127
19128 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19129
19130         * message.el (message-expand-name): Use EUDC if the user uses that.
19131
19132 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19135         character for the encoding to avoid consing a string.
19136
19137         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19138         unnecessarily.
19139
19140         * mm-util.el (mm-replace-chars-in-string): Remove.
19141
19142         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19143         of mm-replace-chars-in-string.
19144
19145 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19146
19147         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19148
19149         * mm-util.el (mm-subst-char-in-string): Support inplace.
19150
19151         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19152         a new string in every iteration.  Use shy groups.
19153
19154 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19155
19156         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19157         * gnus-soup.el (gnus-soup-group-brew):
19158         * gnus-msg.el (gnus-put-message):
19159         * gnus-move.el (gnus-group-move-group-to-server):
19160         * gnus-kill.el (gnus-batch-score):
19161         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19162         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19163         (gnus-group-update-group, gnus-group-read-group)
19164         (gnus-group-make-group, gnus-group-make-help-group)
19165         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19166         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19167         (gnus-group-sort-by-unread, gnus-group-catchup)
19168         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19169         (gnus-group-yank-group, gnus-group-set-info)
19170         (gnus-group-list-groups):
19171         * gnus.el (gnus-generate-new-group-name):
19172         * gnus-delay.el (gnus-delay-send-queue):
19173         * nnvirtual.el (nnvirtual-catchup-group):
19174         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19175         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19176         (gnus-group-prepare-topics, gnus-topic-check-topology):
19177         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19178         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19179         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19180         (gnus-group-make-articles-read):
19181         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19182         (gnus-group-change-level, gnus-kill-newsgroup)
19183         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19184         (gnus-get-unread-articles, gnus-make-articles-unread)
19185         (gnus-make-ascending-articles-unread): Use accessor
19186         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19187         to get group information for improved readability.
19188
19189
19190 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19191
19192         * gnus-art.el (article-decode-mime-words, article-babel)
19193         (gnus-article-highlight-signature, gnus-article-add-buttons)
19194         (gnus-signature-toggle): Use gnus-with-article-buffer.
19195
19196         * gnus-art.el (gnus-article-highlight-headers)
19197         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19198
19199         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19200         (gnus-article-set-globals, gnus-request-article-this-buffer)
19201         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19202         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19203         (gnus-mime-display-alternative): Use with-current-buffer.
19204
19205 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19206
19207         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19208         also under 80 char limit, and call gnus-error if needed.
19209         (spam-fetch-article-header): Fix - it was a
19210         buffer-local variable (gnus-newsgroup-data).
19211         (spam-find-spam): Use spam-generate-fake-headers, forget about
19212         spam-insert-fake-headers.
19213         (spam-insert-fake-headers): Remove.
19214
19215 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19216
19217         * deuglify.el (gnus-article-outlook-unwrap-lines)
19218         (gnus-outlook-rearrange-article)
19219         (gnus-outlook-repair-attribution-outlook)
19220         (gnus-outlook-repair-attribution-block)
19221         (gnus-outlook-repair-attribution-other): Remove redundant
19222         save-excursion.
19223
19224 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19225
19226         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19227         (spam-fetch-field-subject-fast)
19228         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19229         (spam-fetch-article-header): Add functions to deal with Gnus
19230         internals for fast retrieval of article header data.
19231         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19232
19233 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * pop3.el (pop3-md5): Remove.
19236         (pop3-apop): Replace pop3-md5 with md5.
19237
19238         * mm-bodies.el: base64 is always built-in.
19239
19240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19241         Use with-current-buffer.
19242
19243 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * canlock.el (canlock-insert-header): Remove excessive grouping in
19246         regexp.
19247
19248         * gnus-sum.el (gnus-summary-read-document): Ditto.
19249
19250         * gnus-uu.el (gnus-uu-part-number): Ditto.
19251
19252         * html2text.el (html2text-remove-tags): Ditto.
19253         (html2text-format-tags): Ditto.
19254         (html2text-format-single-elements): Ditto.
19255
19256         * mml.el (mml-parse-1): Ditto.
19257
19258 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19259
19260         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19261
19262         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19263
19264         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19265
19266         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19267
19268 2003-11-15  Simon Josefsson  <jas@extundo.com>
19269
19270         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19271         (pgg-gpg-lookup-key): Use regexp match instead of
19272         split-string (split-string is different between emacs 21.2 and
19273         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19274
19275 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19276
19277         * gnus-art.el (gnus-mime-view-all-parts)
19278         (gnus-article-part-wrapper, gnus-article-view-part):
19279         Use with-current-buffer.
19280
19281 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19282
19283         * spam.el (spam-disable-spam-split-during-ham-respool)
19284         (spam-spamoracle-database, spam-cache-lookups)
19285         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19286         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19287         (spam-group-ham-marks, spam-group-spam-marks)
19288         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19289         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19290         also add spam-use-blackholes to the statistical checks.
19291         (spam-fetch-field-fast): Add interface to fetching fields, may
19292         become a macro.
19293         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19294         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19295         (spam-insert-fake-headers): Fake an article when needed.
19296         (spam-find-spam): Fake article when possible.
19297         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19298         (spam-check-bogofilter-headers): Use message-fetch-field instead
19299         of nnmail-fetch-field.
19300
19301 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19304
19305 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19306
19307         * spam.el (spam-split): Do not require spam-use-CHECK to be
19308         enabled if that check is passed to spam-split explicitly; also
19309         fix so 'spam doesn't get converted to spam-split-group when
19310         spam-split-symbolic-return is t.
19311         (spam-find-spam): Find registrations of the article and use those
19312         instead of re-running spam-split to find the spam/ham
19313         classification of the article.
19314         (spam-log-processing-to-registry, spam-log-registered-p)
19315         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19316         Use gnus-error instead of gnus-message.
19317         (spam-log-registration-type): Add function to determine the
19318         classification of a message based on registry entries; will
19319         return nil if both 'spam and 'ham are found.
19320         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19321         a reasonably fast local cache without the loading errors.
19322         (spam-cache-lookups): Set to t by default.
19323         (spam-find-spam): Don't try to guess spam-cache-lookups.
19324         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19325         spam-caches entry.
19326         (spam-filelist-build-cache, spam-filelist-check-cache):
19327         Fix caching of whitelist/blacklist entries.
19328         (spam-check-whitelist, spam-check-blacklist):
19329         Invoke spam-from-listed-p with a type, not a cache variable.
19330         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19331
19332 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19335
19336         * nnmail.el (nnmail-split-fancy): do.
19337
19338         * mml.el (mml-parse): do.
19339
19340         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19341         (gnus-score-adaptive): do.
19342
19343 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19344
19345         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19346         (gnus-mime-button-map): Don't set keymap parent.
19347         (gnus-button-ctan-directory-regexp): Use shy grouping.
19348         (gnus-prev-page-map): Don't set keymap parent.
19349         (gnus-prev-page-map): Remove duplicated one.
19350         (gnus-next-page-map): Don't set keymap parent.
19351         (gnus-mime-security-button-map): Ditto.
19352
19353         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19354         version number.
19355
19356         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19357
19358 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * canlock.el (canlock-sha1-function): Remove.
19361         (canlock-sha1-function-for-verify): Remove.
19362         (canlock-openssl-program): Remove.
19363         (canlock-openssl-args): Remove.
19364         (canlock-ignore-errors): Remove.
19365         (canlock-sha1-with-openssl): Remove.
19366         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19367         (canlock-verify): Don't use canlock-ignore-errors.
19368
19369         * sha1-el.el (sha1-string-external): Make it can return a string
19370         in binary form.
19371         (sha1-region-external): Ditto.
19372         (sha1-string-internal): Ditto.
19373         (sha1-region-internal): Ditto.
19374         (sha1-region): Ditto.
19375         (sha1-string): Ditto.
19376         (sha1): Ditto.
19377
19378 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19379
19380         * spam.el (spam-report-articles-gmane): New command.
19381
19382 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19385
19386         * run-at-time.el (run-at-time-saved): Remove.
19387         (run-at-time): Doc fix.
19388
19389 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19390
19391         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19392         (gnus-summary-limit-map): Add it.
19393         (gnus-summary-make-menu-bar): do.
19394
19395 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19396
19397         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19398         Make attempt at some caching support (done for BBDB only now).
19399         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19400         addresses to be checked.
19401         (spam-clear-cache-BBDB): Add function, to be invoked by
19402         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19403         (spam-check-BBDB): Check and use the caches, if
19404         spam-cache-lookups is on, remove superfluous (provide).
19405
19406 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19409
19410 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19411
19412         * run-at-time.el (run-at-time-saved): Move to after the definition
19413         of `run-at-time'.
19414
19415         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19416
19417 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19420         mm-w3m-local-map-property.
19421
19422         * mm-view.el (mm-w3m-mode-map): Remove.
19423         (mm-w3m-local-map-property): Remove.
19424         (mm-inline-text-html-render-with-w3m): Don't use
19425         mm-w3m-local-map-property.
19426
19427 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19428
19429         * run-at-time.el: New file.
19430
19431         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19432         under Emacs.
19433
19434         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19435         of gnus-set-text-properties.
19436
19437         * gnus-uu.el (gnus-uu-save-article): Ditto.
19438
19439         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19440
19441         * gnus-cite.el (gnus-cite-parse): Ditto.
19442
19443         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19444         of gnus-.
19445
19446         * gnus-xmas.el (run-at-time): Require run-at-time.
19447
19448         * gnus.el: Change calls to nnheader-run-at-time and
19449         password-run-at-time throughout to use run-at-time directly.
19450
19451         * password.el: Remove definition of run-at-time.
19452
19453         * nnheaderxm.el: Remove definition of run-at-time.
19454
19455 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19456
19457         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19458         in prompt.
19459
19460 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19461
19462         * messagexmas.el (message-xmas-redefine): Alias
19463         `message-make-caesar-translation-table' to
19464         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19465         version.
19466
19467         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19468         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19469         `gnus-xmas-set-text-properties'.
19470         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19471         `gnus-xmas-completing-read'.
19472         (gnus-xmas-completing-read): Removed.
19473         (gnus-xmas-open-network-stream): Removed.
19474
19475         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19476         XEmacs version.
19477
19478         * dns.el (dns-make-network-process): Use `open-network-stream'
19479         instead of `gnus-xmas-open-network-stream'.
19480
19481         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19482
19483         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19484
19485 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19486
19487         * gnus-art.el (gnus-mime-display-alternative)
19488         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19489         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19490         Don't use gnus-local-map-property.
19491
19492         * gnus-util.el (gnus-local-map-property): Remove.
19493
19494         * mm-view.el (mm-view-pkcs7-decrypt):
19495         Replace gnus-completing-read-maybe-default with completing-read.
19496
19497         * gnus-util.el (gnus-completing-read): do.
19498         (gnus-completing-read-maybe-default): Remove.
19499
19500 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19501
19502         * password.el: Only autoload `run-at-time' if not XEmacs.
19503         Only autoload the itimer functions if XEmacs.
19504
19505 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19508         XEmacsen.
19509
19510         * dgnushack.el: Autoload executable-find for XEmacs.
19511
19512 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19513
19514         * gnus-art.el (gnus-read-string): Remove.
19515         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19516         read-string.
19517
19518 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19519
19520         * netrc.el: Autoload password-read.
19521         (netrc): Add configuration group.
19522         (netrc-encoding-method, netrc-openssl-path):
19523         Add variables for encoding and decoding of files with symmetric
19524         ciphers.
19525         (netrc-encode): Add assistant function to encode a file with
19526         netrc-encoding-method.
19527         (netrc-parse): Add interactive parameter, added optional
19528         decoding if netrc-encoding-method is non-nil but otherwise
19529         behavior is standard.
19530         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19531         Do s/encode/encrypt/ everywhere.
19532
19533         * spam.el: Remove executable-find autoload.
19534
19535 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19536
19537         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19538
19539         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19540
19541 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19542
19543         * gnus-art.el (gnus-treat-ansi-sequences)
19544         (article-treat-ansi-sequences): New variable and function.
19545         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19546
19547         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19548         Use it.
19549
19550 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19551
19552         * mm-util.el (mm-quote-arg): Remove.
19553
19554         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19555         shell-quote-argument.
19556
19557         * gnus-uu.el (gnus-uu-command): do.
19558
19559         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19560
19561         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19562         with make-char.
19563
19564         * mm-util.el (mm-make-char): Remove.
19565
19566         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19567         add-minor-mode.
19568
19569         * gnus-undo.el (gnus-undo-mode): do.
19570
19571         * gnus-topic.el (gnus-topic-mode): do.
19572
19573         * gnus-sum.el (gnus-dead-summary-mode): do.
19574
19575         * gnus-start.el (gnus-slave-mode): do.
19576
19577         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19578
19579         * gnus-ml.el (gnus-mailing-list-mode): do.
19580
19581         * gnus-gl.el (gnus-grouplens-mode): do.
19582
19583         * gnus-draft.el (gnus-draft-mode): do.
19584
19585         * gnus-dired.el (gnus-dired-mode): do.
19586
19587         * gnus-ems.el (gnus-add-minor-mode): Remove.
19588
19589         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19590         Replace gnus-char-width with char-width.
19591
19592         * gnus-ems.el (gnus-char-width): Remove.
19593
19594         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19595         Replace gnus-char-width with char-width.
19596
19597         * gnus-ems.el (gnus-char-width): Remove.
19598
19599         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19600         definition.
19601         Remove Emacs 20 hash table compatibility code.
19602
19603         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19604         20 compatibility code.
19605
19606         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19607
19608         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19609
19610         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19611         Replace with point-at-{eol,bol}.
19612
19613         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19614
19615         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19616
19617         * flow-fill.el (fill-flowed-point-at-bol)
19618         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19619
19620         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19621         Replace with point-at-{eol,bol} throughout all files.
19622
19623 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * ntlm.el (ntlm-string-as-unibyte): New macro.
19626         (ntlm-build-auth-response): Use it.
19627
19628         Remove Emacs 20 stuff:
19629         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19630         (butlast, mapc, remove): Remove the compiler macros.
19631         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19632         of delq and copy-sequence.
19633         * gnus-art.el (popup-menu): Remove the compiler macro.
19634         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19635         Emacs 20.
19636
19637 2004-01-05  Simon Josefsson  <jas@extundo.com>
19638
19639         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19640         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19641         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19642         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19643         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19644         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19645         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19646         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19647         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19648         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19649         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19650         string-xor into ntlm-string-xor.
19651         Suggested by Jesper Harder <harder@myrealbox.com>.
19652
19653         * ntlm.el: Don't include poem.
19654
19655         * md4.el (print-int32, print-string-hexa): Remove.
19656         Suggested by Jesper Harder <harder@myrealbox.com>.
19657
19658         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19659
19660         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19661         probably breaks emacs with DL patch, but do we care? Is anyone
19662         still using the DL stuff?)
19663
19664         * sieve-manage.el: Use the password package.
19665         (sieve-manage-read-passwd): Remove.
19666         (sieve-manage-interactive-login): Use password.  Re-add
19667         condition-case around loop.
19668
19669         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19670         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19671         Use the password package.
19672
19673 2003-02-19  Simon Josefsson  <jas@extundo.com>
19674
19675         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19676         token.
19677
19678 2002-08-07  Simon Josefsson  <jas@extundo.com>
19679
19680         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19681         (sieve-manage-authenticators):
19682         (sieve-manage-authenticator-alist): Add some SASL mechs.
19683         (sieve-sasl-auth): New function.
19684         (sieve-manage-cram-md5-auth):
19685         (sieve-manage-plain-auth): Rewrite using SASL library.
19686         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19687         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19688         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19689         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19690
19691 2004-01-05  Simon Josefsson  <jas@extundo.com>
19692
19693         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19694         New files.
19695
19696 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19697
19698         * gnus-group.el (gnus-no-groups-message): Update.
19699
19700         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19701
19702 2003-11-09  Simon Josefsson  <jas@extundo.com>
19703
19704         * imap.el: Support for ID IMAP extension (RFC 2971).
19705         (imap-local-variables): Add imap-id.
19706         (imap-id): New variable.
19707         (imap-id): New function.
19708         (imap-parse-response): Parse untagged ID response.
19709         * nnimap.el (nnimap-id): New variable.
19710         (nnimap-open-connection): Use it.
19711
19712 2003-12-28  Simon Josefsson  <jas@extundo.com>
19713
19714         * gnus-score.el (gnus-score-edit-all-score): New.
19715         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19716
19717 2004-01-04  Simon Josefsson  <jas@extundo.com>
19718
19719         * password.el: Add.
19720
19721 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19722
19723         * dns.el (dns-query-types): Fix typo.
19724         (dns-query-types): New function.
19725         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19726         PTR and SOA replies, see RFC 1035.
19727
19728 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19729
19730         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19731
19732         * Move to Changelog.2.
19733
19734 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19735
19736         * gnus.el (gnus-version-number): Bump version.
19737
19738 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19739
19740         * gnus.el: No Gnus v0.1 is released.
19741
19742 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19743
19744         * gnus.el: No Gnus v0.0 is released.
19745
19746 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19747
19748         * gnus.el (gnus-version-number): Bump.
19749         (gnus-version): No.
19750
19751 See ChangeLog.2 for earlier changes.
19752
19753     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19754       Free Software Foundation, Inc.
19755
19756   This file is part of GNU Emacs.
19757
19758   GNU Emacs is free software: you can redistribute it and/or modify
19759   it under the terms of the GNU General Public License as published by
19760   the Free Software Foundation, either version 3 of the License, or
19761   (at your option) any later version.
19762
19763   GNU Emacs is distributed in the hope that it will be useful,
19764   but WITHOUT ANY WARRANTY; without even the implied warranty of
19765   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19766   GNU General Public License for more details.
19767
19768   You should have received a copy of the GNU General Public License
19769   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19770
19771 ;; Local Variables:
19772 ;; coding: utf-8
19773 ;; fill-column: 79
19774 ;; add-log-time-zone-rule: t
19775 ;; End: