Create a way to make a non-STARTTLS network connection.
[gnus] / lisp / ChangeLog
1 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-open-network-only): New function to
4         have a way to specify non-STARTTLS upgrade connections.
5
6 2010-12-10  Julien Danjou  <julien@danjou.info>
7
8         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9         email address is nil.
10
11         * message.el (message-bogus-recipient-p): Set address to "" if nil.
12
13 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
14
15         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
16         deletion.
17         (nnir-run-imap): Only need to parse list once.
18
19 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * shr.el (shr-tag-script): Ignore <script>.
22         (shr-tag-label): Add <label> support.
23
24 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
27
28         * shr.el (shr-image-displayer): Work for images lined side by side.
29
30 2010-12-08  Robert Pluim  <rpluim@gmail.com>
31
32         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
33         parameter, since XEmacs doesn't accept t as a parameter.
34
35 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
38         ids.
39         (nnir-run-gmane): Simplify groupspec formatting.
40         (nnir-request-expire-articles): New function.
41
42 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
45         overflow, possibly.
46
47         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
48         (shr-render-td): Handle td style="" better.
49         (shr-tag-table): Use the color from the style sheet.
50         (shr-render-td): Make sure we copy over all the overlays, too.
51
52 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
53
54         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
55         (nnir-request-article): Improve article retrieval.
56
57 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * mm-util.el (mm-extra-numeric-entities): New variable.
60
61         * mm-url.el (mm-url-decode-entities):
62         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
63
64         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
65
66 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
67
68         * message.el: Use completion-at-point.
69         (message-completion-function): New fun, extracted from message-tab.
70         (message-mode): Use it for completion-at-point-functions.
71         (message-tab): Use it and completion-at-point.
72
73 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
76         character if a non-breakable character follows.
77
78 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
81         any stream.
82
83         * shr.el (shr-tag-font): Colorize the region.
84         (shr-tag-body): Ditto.
85         (shr-tag-font): Actually let the styles be inherited instead of
86         overwriting them.
87         (shr-tag-font): Get the background color right.
88         (shr-tag-style): Ignore all <style> tags for the moment.
89
90         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
91         a Message-ID to avoid having nnimap depend on gnus-sum.
92
93         * shr.el (shr-descend): Only colorize something if we have a node that
94         sets colors.
95
96 2010-12-06  Julien Danjou  <julien@danjou.info>
97
98         * shr.el (shr-render-td): Render td content with shr-descend, so style
99         will be applied to <td> too.
100         (shr-colorize-region): Colorize region even if we only have a background.
101         (shr-tag-body): Fix color and background color inheritance.
102         Do not recolorize after shr-generic.
103         (shr-tag-font): Let shr-generic colorize via inheritance.
104
105 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
108
109 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
110
111         * nnir.el (nnir-request-move-article): Remove obsolete code.
112
113 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
116
117 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-sum.el (gnus-summary-respool-article): The completion function
120         expects a list instead of an alist.
121
122         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
123         string as the parameter.
124
125         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
126
127         * shr.el (shr-stylesheet): New dynamic variable for cascading the
128         styles.
129         (shr-colorize-region): New function.
130         (shr-insert-background-overlay): Remove.
131         (shr-render-td): Background setting should be taken care of on a higher
132         level.
133         (shr-tag-body): Use post-hoc colorizations.
134         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
135         (shr-put-color-1): Don't overwrite old colors.
136         (shr-colorize-region): When the background color isn't explicit, use
137         a fixed background.
138
139         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
140         nnmail variables.
141
142 2010-12-05  Bjørn Mork  <bjorn@mork.no>
143
144         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
145         unless necessary.
146
147 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
148
149         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
150         server.
151
152 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
155         so that TAB works.
156
157         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
158         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
159
160         * shr.el (shr-urlify): Show the URL before the title to avoid
161         misleading URLs.
162
163 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
164
165         * shr.el (shr-urlify): Display the title in <a> tags.
166
167 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
168
169         * nnir.el (nnir-categorize): Replace mapcar with mapc.
170
171 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
172
173         * nnir.el: Rearrange code to allow macros to be autoloaded by
174         gnus-sum.el.
175         (nnir-retrieve-headers-override-function): Make this variable
176         customizable.
177         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
178
179         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
180         from nnir.el.
181
182 2010-12-03  Julien Danjou  <julien@danjou.info>
183
184         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
185
186 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
189         allow optional argument `environment'.
190
191 2010-12-03  Glenn Morris  <rgm@gnu.org>
192
193         * mm-extern.el (message-goto-body): Update declaration.
194
195 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-util.el (gnus-macroexpand-all): New function.
198
199         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
200         instead of macroexpand-all that is unavailable in XEmacs.
201
202 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
203
204         * nnir.el (nnir-summary-line-format): New variable.
205         (nnir-mode): Use it.
206         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
207         (nnir-article-ids): Reimplement as defsubst.
208         (nnir-retrieve-headers): Don't mangle the subject header.
209         (nnir-run-imap): Use 100 as RSV score.
210         (nnir-run-find-grep): Fix for full server searching.
211         (nnir-run-gmane): Better restriction to gmane groups.
212
213         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
214         summary buffers.
215
216 2010-12-02  Julien Danjou  <julien@danjou.info>
217
218         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
219
220         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
221
222         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
223         support.
224
225 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
226
227         * nnir.el: Update to handle the registry better.
228         (autoload): Silence byte-compiler.
229         (nnir-open-server): Add a hook for nnir groups.
230         (nnir-request-move-article): Don't mangle the header. Better to use
231         formating variables (which will be added in the future).
232         (nnir-registry-action): Update the registry using the original article
233         group name.
234         (nnir-mode): Install nnir-specific hooks for updating the registry.
235
236         * gnus-sum.el
237         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
238         obsolete variables.
239         (gnus-summary-move-article): Remove use of obsolete variables.
240         (gnus-summary-local-variables): Make move and delete hooks local to
241         summary buffers.
242
243 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * rtree.el: New file.
246
247 2010-12-01  Julien Danjou  <julien@danjou.info>
248
249         * message.el (message-user-organization): Do not use
250         gnus-local-organization.
251
252         * gnus.el: Remove gnus-local-organization.
253
254         * gnus-msg.el: Remove nastygram thing.
255
256 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
259         funcall.
260
261 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
264         names.
265
266         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
267         characters.
268
269         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
270         to t of inhibit-read-only since it is inside gnus-with-article-headers.
271         Suggested by Štěpán Němec <stepnem@gmail.com>.
272         (gnus-gravatar-transform-address): Use mail-extract-address-components
273         that supports non-ASCII names rather than mail-header-parse-addresses.
274
275 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * proto-stream.el (open-protocol-stream): All starttls connections are
278         handled by the network handler.
279
280 2010-11-30  Julien Danjou  <julien@danjou.info>
281
282         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
283         (nnimap-open-connection-1): Fix PREAUTH.
284
285         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
286
287 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
290         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
291         (shr-insert): Use them.
292         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
293
294 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
295
296         * nnir.el (nnir-request-move-article): Bail out if original group
297         doesn't support article moves.
298         (nnir-get-active): Improve active list retrieval.
299
300 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * shr.el (shr-find-fill-point): Don't break before apostrophes.
303
304 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
305
306         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
307         seem to accept strings-with-numbers as port numbers,
308
309 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
310
311         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
312         change the registry.
313
314 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
317         delete-dups that is not available in XEmacs 21.4.
318
319         * mm-util.el (mm-delete-duplicates): Add comment.
320
321 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el (nnir-ignored-newsgroups): New variable.
324         (nnir-get-active): Use it.
325
326 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * proto-stream.el (proto-stream-open-network): Add some comments.
329
330         * nntp.el (nntp-open-connection): Provide a :success condition.
331
332         * nnimap.el (nnimap-open-connection-1): Ditto.
333
334         * proto-stream.el (proto-stream-open-network): See what the response to
335         the STARTTLS command is.
336
337         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
338         backwards compatibility).
339         (nnimap-open-connection-1): Really respect nnimap-server-port.
340
341         * proto-stream.el (proto-stream-open-network): When doing opportunistic
342         TLS upgrades we don't really care about the identity of the peer.
343         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
344         that what we've checked for.
345         (proto-stream-always-use-starttls): Only default to t if
346         open-gnutls-stream exists.
347         (proto-stream-open-network): If STARTTLS failed, then just open a
348         normal connection.
349         (proto-stream-open-network): Wait until the greeting before doing
350         STARTTLS.
351
352         * nntp.el (nntp-open-connection): Report what the connection error is.
353
354         * proto-stream.el (open-protocol-stream): Renamed from
355         open-proto-stream.
356
357 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * nnimap.el (nnimap-stream): Change default to `undecided'.
360         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
361         first, and then network.
362         (nnimap-open-connection-1): Respect nnimap-server-port.
363         (nnimap-open-connection): Be more backwards-compatible.
364
365         * proto-stream.el (proto-stream-always-use-starttls): New variable.
366         (proto-stream-open-starttls): De-duplicate the starttls code.
367         (proto-stream-open-starttls): Folded back into the main function.
368         (proto-stream-open-network): Fix typo in the gnutls path.
369         (proto-stream-command): Refactor out.
370
371         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
372
373         * proto-stream.el (proto-stream-open-starttls): Actually implement the
374         starttls.el STARTTLS.
375
376         * color.el (color-lab->srgb): Fix function call name.
377
378         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
379         if we're using tls.el.
380         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
381         built in, then don't try to establish a STARTTLS connection.
382
383         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
384         servers.
385
386         * proto-stream.el (open-proto-stream): Use network, not stream.
387         (open-proto-stream): Add a way to specify what the end of a command is.
388
389         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
390         connections types.
391         (nntp-open-network-stream): Remove.
392         (nntp-open-ssl-stream): Remove.
393         (nntp-open-tls-stream): Remove.
394         (nntp-ssl-program): Remove.
395
396         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
397
398 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
399
400         * nnir.el: Fix typos.
401         (nnir-retrieve-headers-override-function): Rename variable to reflect
402         new semantics.
403         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
404         macros.
405         (nnir-request-article, nnir-request-move-article): Use them.
406         (nnir-categorize): New function.
407         (nnir-run-query): Use it.
408         (nnir-retrieve-headers): Rewrite to batch header retrieval.
409         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
410         sorted.
411         (nnir-group-full-name): Use gnus-group-full-name instead.
412         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
413         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
414
415 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
418
419         * proto-stream.el: New library to provide protocol-specific
420         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
421         protocols.
422         (open-proto-stream): Complete the documentation.
423         (proto-stream-open-network): Fix some typos.
424
425         * nnimap.el (nnimap-open-connection): Use it.
426
427 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
428
429         * pop3.el (pop3-open-server): Read server greeting before starting TLS
430         negotiation.
431
432 2010-11-26  Julien Danjou  <julien@danjou.info>
433
434         * color.el: Rename various rgb functions to srgb.
435
436 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
439         names.
440
441 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * shr.el (shr-insert): Revert last change.
444         (shr-find-fill-point): Never leave point being at bol;
445         relax the kinsoku limitation when rendering tables.
446
447 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
450         results from -accept-article.
451
452         * shr-color.el: Require cl when compiling.
453
454         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
455         checkin.
456
457         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
458
459         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
460
461         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
462         'add and 'delete to set backend marks.
463
464         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
465
466         * nnheader.el (nnheader-update-marks-actions): Refactor out.
467
468         * nntp.el (nntp-request-set-mark): Use it.
469
470         * nnfolder.el (nnfolder-request-set-mark): Ditto.
471
472         * nnml.el (nnml-request-set-mark): Ditto.
473
474         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
475         introduces regressions in article selection.
476         (nnimap-find-uid-response): New function.
477         (nnimap-request-accept-article): Use the UID returned, if any.
478         (nnimap-request-move-article): Use the UID returned, if any.
479         (nnimap-get-groups): Reimplement to work with folded lines.
480         (nnimap-find-uid-response): The UID is the last element in the list.
481         (nnimap-request-set-mark): Extend syntax with 'set.
482
483         * nnml.el (nnml-request-set-mark): Ditto.
484
485         * nnfolder.el (nnfolder-request-set-mark): Ditto.
486
487         * nntp.el (nntp-request-set-mark): Ditto.
488
489 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * message.el (message-called-interactively-p): A temporary macro.
492         (message-goto-body): Use it temporarily.
493
494 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
497         (nnimap-last-response-string): Unfold quoted lines, if they exist.
498         (nnimap-last-response-string): Fix last unfolding fix.
499
500 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * shr.el (shr-insert): Fix the way to fold lines.
503
504 2010-11-25  Julien Danjou  <julien@danjou.info>
505
506         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
507
508         * color.el: Rename from color-lab.el
509         (color-rgb->hex): Add.
510         (color-complement): Add.
511         (color-complement-hex): Add.
512
513         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
514
515 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * shr-color.el (shr-color-visible): Don't bug out if the colour names
518         don't exist.
519
520 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
523         assuming that article displaying or another mml-preview may be
524         interrupted for an error or for the like.
525
526         * shr.el (shr-get-background): Fix argument name.
527
528 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
531
532         * gnus-sum.el (gnus-summary-include-articles): New function.
533
534         * message.el (message-goto-body): called-interactively-p needs a
535         parameter, so use `any'.
536
537         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
538         clear marks before moving, since they're synced from the Gnus side
539         first.
540
541         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
542         (gnus-summary-move-article): Copy over all marks before moving, so that
543         IMAP doesn't think a new article has arrived.
544
545 2010-11-24  Julien Danjou  <julien@danjou.info>
546
547         * shr.el (shr-insert-background-overlay): Fix typo.
548         (shr-render-td): Copy the background before rendering.
549
550         * shr-color.el (shr-color-visible): Fix docstring.
551
552         * shr.el (shr-tag-table): Add bgcolor support.
553         (shr-render-td): Add bgcolor support.
554         (shr-get-background): Add.
555         (shr-insert-foreground-overlay): Use shr-get-background.
556
557         * message.el (message-goto-body): Use called-interactively-p.
558         (message-in-body-p): message-goto-body returns point.
559
560 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
563         Fixes something or other in Emacs 23, and is backwards compatible.
564
565         * message.el (message-goto-body): Remove the <#secure special-casing,
566         which is too special.
567
568         * shr.el (shr-parse-style): Drop !important from styles.
569
570 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
571
572         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
573         this function to return incorrect results when calling it with an
574         explicit article argument different from
575         (gnus-summary-article-number).
576
577 2010-11-24  Julien Danjou  <julien@danjou.info>
578
579         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
580         (shr-tag-body): Add background support.
581         (shr-descend): Add background support.
582         (shr-tag-title): Add.
583
584         * shr-color.el (shr-color-visible): Really return original background
585         if fixed.
586
587 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * shr.el (shr-color-check): Protect against non-existant colour names.
590
591 2010-11-24  Julien Danjou  <julien@danjou.info>
592
593         * color-lab.el: Require 'cl when compiling.
594
595         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
596
597         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
598         matched part.
599
600         * color-lab.el: Fix all expt calls to use float type.
601
602 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
605         expression to shr-color-check as is.
606
607         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
608
609         * color-lab.el: Add coding cookie.
610         (float-pi): Use eval-and-compile.
611
612         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
613         compiled for Emacsen having no `libxml-parse-html-region' support.
614
615 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * shr.el (shr-insert-color-overlay): Split stuff like
618         "#444444 !important" to find the real colour.
619         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
620         parse <font color="red"> entries.
621
622 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
623
624         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
625         point when parsing headers.
626
627         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
628         is positioned properly when parsing headers.
629
630 2010-11-23  Julien Danjou  <julien@danjou.info>
631
632         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
633
634         * shr-color.el (shr-color->hexadecimal): Add support for color names.
635
636         * shr.el (shr-parse-style): Replace \n with space in style parsing.
637
638         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
639         shr-color-hue-to-rgb.
640         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
641
642 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * shr.el (shr-color->hexadecimal): Autoload.
645         (shr-descend): Add color to all tags.
646
647 2010-11-22  Julien Danjou  <julien@danjou.info>
648
649         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
650         shr-color->hexadecimal.
651
652         * shr-color.el (shr-color->hexadecimal): Add converting functions for
653         RGB() or HSL() color representation.
654
655         * shr.el (shr-tag-font): Add.
656         (shr-tag-color-check): New function to get better colors.
657         (shr-tag-insert-color-overlay): Factorize code between tag-font and
658         tag-span.
659
660         * shr-color.el: New file.
661
662         * color-lab.el: New file.
663
664         * gnus-art.el (gnus-url-mailto): Do not downcase args.
665
666 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
667
668         * nnir.el: Fix typo in comments.
669         (nnir-run-imap): Simplify code. No need to reverse artlist.
670         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
671
672 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
675
676         * nnimap.el (nnimap-get-capabilities): Refactor out.
677         (nnimap-open-connection): Re-request capabilities after STARTTLS.
678
679 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
680
681         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
682         appearing when `mm-uu-hide-markers' is nil.
683
684 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * nnimap.el (nnimap-unselect-group): Make into its own function.
687         (nnimap-request-rename-group): Unselect group before renaming.
688         This had gotten lost somewhere.
689         (nnimap-request-accept-article): Keep track of examined groups, and
690         unselect the group before APPENDing to read-only groups.
691         (nnimap-request-move-article): Clear flags before moving so that they
692         can be re-set later.
693
694 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
697         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
698
699 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-art.el (gnus-mime-display-single)
702         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
703         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
704         parameter.
705
706 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
709         (shr-table-vertical-line): New variable.
710         (shr-insert-table): Use it.
711
712 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * gnus-html.el (gnus-html-wash-images): Don't display images if
715         gnus-inhibit-images is non-nil; register displayer for cid images.
716         (gnus-html-display-image): Work for cid image.
717         (gnus-html-insert-image): Allow arguments.
718         (gnus-html-put-image): Inhibit read-only.
719         (gnus-html-prefetch-images): Don't prefetch images if
720         gnus-inhibit-images is non-nil.
721
722 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * shr.el (shr-put-image): Break lines when inserting big pictures.
725
726 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
727
728         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
729         sender, thanks Katsumi Yamaoka.
730
731 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
732
733         * nnir.el (nnir-run-imap): Reverse the article list for each group
734         rather than the whole list.
735
736 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * shr.el (shr-image-displayer): Protect function against non-existent
739         image source.
740
741         * gnus-art.el (gnus-inhibit-images): New user option.
742         (gnus-mime-display-single): Don't display image if it is non-nil.
743
744         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
745         gnus-inhibit-images.
746
747         * shr.el (shr-image-displayer): New function.
748         (shr-tag-img): Use it.
749
750 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
751
752         * mml2015.el (mml2015-epg-sign): Use From header.
753
754 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-html.el (gnus-html-wash-images): Register a displayer.
757
758         * gnus-util.el (gnus-find-text-property-region): Return markers.
759
760         * shr.el (shr-tag-img): Put a displayer in the text property.
761
762         * gnus-util.el (gnus-find-text-property-region): New utility function.
763
764         * gnus-html.el (gnus-html-display-image): Make the alt optional.
765         (gnus-html-show-images): Remove.
766
767         * gnus-art.el (gnus-article-show-images): New, more general function.
768
769         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
770         image url text properties.
771
772         * shr.el: Ditto.
773
774         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
775         gnus-agent-auto-agentize-methods is set.  Which it isn't.
776
777 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
780         work for two or more articles.
781
782 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
785         divide an image that's in an html article to two or more when washing
786         non-ASCII characters in alt text of it.
787
788 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
791         smime-decrypt-region using function argument.
792         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
793
794         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
795
796         * smime.el (smime-decrypt-region): Catch it.
797
798 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
799
800         * smime.el (smime-mode-map): Move initialization into declaration.
801         (gnus-run-mode-hooks): Don't autoload.
802         (smime-mode): Use define-derived-mode.
803
804 2010-11-11  Glenn Morris  <rgm@gnu.org>
805
806         * smime.el (from): Restrict declaration to XEmacs.
807
808         * nnir.el (gnus-group-topic-name): Autoload.
809
810 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * shr.el (shr-insert): Don't break long line if it is because of
813         kinsoku-bol characters in the line end.
814
815 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * nnir.el (nnir-request-move-article): Fix to provide original group
818         and subject.
819         (nnir-warp-to-article): Don't fail on articles whose headers haven't
820         been retrieved.
821
822         * gnus-sum.el (gnus-summary-move-article): Use original group and
823         subject for virtual articles such as those in an nnir summary buffer.
824
825 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
828         least 21.5).
829
830         * smime.el (from): Declare it again for XEmacs.
831
832 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * message.el (message-resend): Don't disable encoding unless it's
835         already encoded.
836
837         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
838         low-numbered articles.
839
840 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * rfc2047.el (rfc2047-syntax-table): Simplify.
843
844         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
845
846         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
847         set-char-table-range for XEmacs.
848
849 2010-11-10  Glenn Morris  <rgm@gnu.org>
850
851         * time-date.el (time-to-seconds): Always an alias on Emacs,
852         never a real function.
853         (with-no-warnings): Remove compat stub, now unused.
854         (time-less-p): Doc fix.
855         (time-to-number-of-days): Simplify.
856
857         * smime.el (from): Remove unused declaration.
858
859         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
860         (gnus-float-time): On Emacs, always an alias.
861
862         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
863         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
864
865 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * dgnushack.el: Don't use ignore-errors in the top level form since it
868         is unavailable in XEmacs even if cl is loaded.
869
870         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
871
872 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * shr.el (browse-url-mailto): Autoload.
875
876         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
877
878         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
879         regexp doesn't need quoting.
880
881 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
882
883         * message.el (message-subject-trailing-was-ask-regexp)
884         (message-subject-trailing-was-regexp): Match was: in addition to was.
885
886 2010-11-09  Glenn Morris  <rgm@gnu.org>
887
888         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
889         (nnbabyl-check-mbox): Use point-at-bol.
890
891 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
894
895         * message.el (message-mailto): New function.
896         (message-mailto): Should accept other parameters.
897         (message-mailto): Remove since it duplicates browse-url-mailto
898         functionality.
899
900 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
903         methods.
904         (gnus-read-active-file): Ditto.
905
906         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
907         ": " from the prompt.
908         (gnus-group-make-group): Ditto.
909
910 2010-11-07  Glenn Morris  <rgm@gnu.org>
911
912         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
913         (gnus-bookmark-kill-line): Use point-at-eol.
914
915 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
918         asterisks in From header.
919
920 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
923         string to avoid making the From headers syntactically invalid.
924
925         * message.el (message-send-mail): Don't insert courtesy messages if the
926         message already has List-Post and List-ID messages.
927
928 2010-11-06  Glenn Morris  <rgm@gnu.org>
929
930         * gnus-art.el (gnus-treat-article): Give dynamic local variables
931         `condition', `type', `length' a prefix.
932         (gnus-treat-predicate): Update for above name changes.
933
934 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
935
936         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
937         binding.  Handled by `gnus-summary-refer-thread' instead.
938         (nnir-warp-to-article): New backend function.
939
940         * nnimap.el (nnimap-request-thread): Force dependency updating.
941
942         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
943         (gnus-summary-refer-thread): Rework to improve thread-referral.
944
945         * gnus-int.el (gnus-warp-to-article): New function.
946
947         * gnus-sum.el (gnus-summary-article-map): Bind it.
948
949 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
950
951         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
952         gnus-summary-refer-thread.
953
954         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
955         headers.
956         (gnus-summary-limit-include-thread): Prevent articles in thread from
957         being cut in gnus-cut-threads.
958         (gnus-summary-refer-thread): Limit retrieved headers to those in
959         thread.
960
961 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * message.el (message-send-mail): Use the value of
964         message-courtesy-message from the message buffer.
965
966         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
967
968         * shr.el (shr-browse-url): Implement mailto: URLs.
969
970         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
971         "raw".
972
973         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
974         if it's already selected.
975
976         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
977
978 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
981         to measure the length and truncate alt text.
982
983 2010-11-03  Glenn Morris  <rgm@gnu.org>
984
985         * nndiary.el (nndiary-generate-nov-databases-1)
986         (nndiary-generate-active-info): Rename dynamic variable `files' to
987         something less generic.
988
989 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
990
991         * nnir.el (nnir-request-move-article): Call the underlying backend to
992         move articles from nnir.
993
994 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
997
998 2010-11-02  Julien Danjou  <julien@danjou.info>
999
1000         * nnir.el: Remove wais support.
1001
1002 2010-11-02  Glenn Morris  <rgm@gnu.org>
1003
1004         * gnus-html.el: Reorder requirements to quieten compiler.
1005
1006 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1009         properly for XEmacs as well.
1010         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1011         (gnus-article-natural-long-line-p): Use window-width rather than
1012         frame-width.
1013
1014 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1015
1016         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1017         (nnir-read-parms): Don't modify query.
1018         (nnir-run-query): Add ability to search topic on current line.
1019         (nnir-get-active): Clean up.
1020
1021 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1024         degenerate articles.
1025
1026         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1027         (gnus-print-buffer): Just print the buffer as is, without any copying
1028         to a buffer and then re-highlighting.
1029
1030         * nnimap.el (nnimap-request-group): Store the new updated info.
1031         (nnimap-request-group): Select the group when we don't know whether it
1032         exists or not.
1033
1034         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1035         groups.
1036
1037         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1038         groups.
1039
1040         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1041         groups.
1042
1043         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1044         long-lines case by only filling the long lines.
1045
1046         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1047         (bug #7311).
1048
1049 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * shr.el: No need to declare `declare-function' since shr.el is for
1052         only Emacsen that provide `libxml-parse-html-region'.
1053
1054         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1055         effective only in a file it is referred to.
1056
1057 2010-11-01  Glenn Morris  <rgm@gnu.org>
1058
1059         * mm-util.el (gnus-completing-read): Autoload.
1060         (mm-read-coding-system): Simplify Emacs definition.
1061
1062         * nnmail.el (gnus-activate-group):
1063         * nnimap.el (gnutls-negotiate):
1064         * nntp.el (netrc-parse): Fix declarations.
1065
1066 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1069         string-match-p in Emacs >=23.
1070
1071         * gnus-msg.el (gnus-configure-posting-styles)
1072         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1073
1074 2010-11-01  Glenn Morris  <rgm@gnu.org>
1075
1076         * nnir.el (declare-function): Add compat stub.
1077         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1078         (nnir-run-gmane): Require 'mm-url.
1079
1080         * mm-util.el (mm-string-to-multibyte): Simplify.
1081
1082         * shr.el (declare-function): Add compat stub.
1083         (url-cache-create-filename): Declare.
1084         (mm-disable-multibyte, widget-convert-button): Autoload.
1085
1086         * smime.el (ldap-search): Declare.
1087         (smime-cert-by-ldap-1): Require ldap on Emacs.
1088
1089         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1090         (nnimap-keepalive): Use gnus-float-time.
1091
1092         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1093         (mail-source-delete-crash-box): Use gnus-float-time.
1094
1095         * gnus-dired.el (gnus-completing-read): Autoload.
1096
1097         * mm-view.el (gnus-rescale-image): Autoload.
1098
1099         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1100
1101         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1102
1103         * sieve-manage.el: Require 'cl when compiling.
1104
1105         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1106         (gnus-iswitchb-completing-read): Require iswitchb.
1107         (gnus-select-frame-set-input-focus): Silence compiler.
1108
1109 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * message.el (message-subject-trailing-was-query): Change default to t,
1112         since I think that's what most people want.
1113
1114         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1115         appending for easier debugging.
1116         (nnimap-wait-for-connection): Take a regexp.
1117         (nnimap-request-accept-article): Wait for the continuation line before
1118         sending anything unless we're streaming.
1119
1120         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1121         leave the header washing to take place.
1122
1123 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1124
1125         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1126         regular expression match and replace in posting styles.
1127
1128 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1129
1130         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1131         an entire server.
1132         (nnir-get-active): New function.
1133         (nnir-run-imap): Use it.
1134         (nnir-run-gmane): Who knew, gmane search returns an article score!
1135
1136         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1137         server on the current line with nnir.
1138
1139 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1142         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1143         left edge.
1144         (gnus-article-foldable-buffer): Skip past the prefix when determining
1145         raggedness.
1146
1147         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1148         the raw article, and change `C-u g' to show the article without doing
1149         treatments.
1150
1151         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1152         on to `gnus-treat-article'.
1153         (gnus-inhibit-article-treatments): New variable.
1154
1155         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1156
1157         * gnus-art.el (gnus-treatment-function-alist): Have
1158         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1159         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1160         sections.
1161
1162         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1163         parameter.
1164         (gnus-article-fill-cited-long-lines): New function.
1165         (gnus-article-fill-cited-article): Allow filling only long sections.
1166
1167         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1168         and non-punctuation (like after the apostrophe in "'We").
1169
1170         * gnus-sum.el (gnus-summary-select-article): Make sure
1171         gnus-original-article-buffer is alive.
1172
1173         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1174         reflect the order they're in in the digest.
1175
1176         * gnus.el (gnus-group-startup-message): Move point to the start of the
1177         buffer.
1178
1179         * nnimap.el (nnimap-capability): New function.
1180         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1181         is set.
1182
1183 2010-10-31  David Engster  <dengste@eml.cc>
1184
1185         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1186         conform with changes to gnus-completing-read.
1187
1188 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1191
1192 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1193
1194         * nnir.el: Move defvar, defcustom around to keep file organized
1195         and keep byte-compiler quiet.
1196         (nnir-read-parms): Accept search-engine as arg.
1197         (nnir-run-query): Pass search-engine as arg.
1198         (nnir-search-engine): Remove.
1199
1200 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * shr.el (shr-generic): The text nodes should be text, not :text.
1203
1204         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1205         later in the file.
1206
1207 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1208
1209         * nnir.el: General clean up.  Allow searching with multiple engines.
1210         Allow separate extra-parameters for each engine.
1211         Batch queries when possible.
1212         (nnir-imap-default-search-key,nnir-method-default-engines):
1213         Add customize interface.
1214         (nnir-run-gmane): New engine.
1215         (nnir-engines): Use it.  Qualify all prompts with engine name.
1216         (nnir-search-engine): Remove global variable.
1217         (nnir-run-hyrex): Restore for now.
1218         (nnir-extra-parms,nnir-search-history): New variables.
1219         (gnus-group-make-nnir-group): Use them.
1220         (nnir-group-server): Remove in favor of gnus-group-server.
1221         (nnir-request-group): Avoid searching twice.
1222         (nnir-sort-groups-by-server): New function.
1223
1224 2010-10-30  Julien Danjou  <julien@danjou.info>
1225
1226         * gnus-group.el: Remove gnus-group-fetch-control.
1227
1228         * gnus-start.el (gnus-find-new-newsgroups):
1229         Remove gnus-check-first-time-used.
1230
1231         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1232
1233 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1234
1235         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1236         set on groups that don't have \* permanentflags.
1237
1238 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1241         control the background color.
1242         (shr-tag-img): Ignore very small web bug type images.
1243         (shr-put-image): Add help-echo alt texts to the images.
1244         (shr-tag-video): Show the video poster image.
1245
1246 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * shr.el (shr-table-depth): New variable.
1249         (shr-tag-table-1): Only insert the images after the top-level table.
1250
1251         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1252
1253         * gnus-util.el (gnus-list-memq-of-list): New function.
1254
1255         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1256         selected.
1257         (nnimap-unsplittable-articles): New slot.
1258         (nnimap-new-articles): Use it.
1259
1260 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1261
1262         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1263         move to the previous line on `M-g'.
1264
1265 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1268         *-request-group, which seems unnecessary.
1269
1270         * nnimap.el (nnimap-quote-specials): Function copied over from
1271         imap.el.
1272         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1273         they support that.  Suggested by Tom Regner.
1274
1275 2010-10-29  Julien Danjou  <julien@danjou.info>
1276
1277         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1278         defalias.
1279         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1280
1281         * gnus.el: Remove `gnus-nntp-service' variable.
1282         (gnus-secondary-servers): Make obsolete.
1283         (gnus-nntp-server): Make obsolete.
1284
1285         * gnus-start.el (gnus-1): Remove x-splash calls.
1286
1287         * gnus-ems.el (gnus-x-splash): Remove.
1288
1289         * gnus.el (gnus-group-startup-message): Simplify/update code.
1290
1291         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1292         definition.
1293
1294         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1295         capability before doing anything.
1296         (gnus-group-insert-group-line): Remove useless
1297         gnus-group-remove-excess-properties.
1298
1299 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1302
1303 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1306         config after reselecting.
1307
1308 2010-10-28  Julien Danjou  <julien@danjou.info>
1309
1310         * shr.el (shr-put-image): Use point even if only inserting text.
1311         (shr-put-image): Save excursion when inserting alt text on non-graphic
1312         display, so the behaviour is the same when we are on a graphic display.
1313
1314         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1315
1316 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1319         (gnus-mime-copy-part): Check coding system, not charset.
1320         (gnus-mime-view-part-externally): Never remove part.
1321         (gnus-mime-view-part-internally): Don't remove part here.
1322         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1323         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1324         multipart/alternative.
1325
1326         * mm-decode.el (mm-display-part): Take optional arg `force'.
1327
1328 2010-10-26  Julien Danjou  <julien@danjou.info>
1329
1330         * gnus-group.el (gnus-group-default-list-level): Add this function to
1331         compute the default list level.
1332         (gnus-group-default-list-level): Add possibility to use a function.
1333
1334 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1337
1338         * gnus-group.el (gnus-group-completing-read)
1339         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1340         gnus-replace-in-string.
1341
1342 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * shr.el (shr-tag-div): Add.
1345
1346         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1347
1348 2010-10-25  Julien Danjou  <julien@danjou.info>
1349
1350         * gnus-util.el: Remove `gnus-with-local-quit'.
1351
1352         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1353
1354 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1357         the original article buffer.
1358
1359 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnimap.el (nnimap-request-head): New function.
1362         (nnimap-request-move-article): Try to be slighly faster by not
1363         requesting the entire message when moving.
1364         (nnimap-transform-headers): Don't bug out on bodiless articles.
1365         (nnimap-send-command): Have no outstanding messages if the IMAP server
1366         doesn't support streaming.
1367         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1368
1369 2010-10-24  Julien Danjou  <julien@danjou.info>
1370
1371         * message.el (message-default-headers): Fix type.
1372
1373 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1376         prefetching images.
1377
1378         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1379         backend for unknown groups.  This is mainly useful for nnimap groups.
1380
1381         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1382         group isn't covered by the agent.
1383
1384 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1385
1386         * nnir.el (nnir-method-default-engines): New variable.
1387         (nnir-run-query): Use it.
1388         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1389         (gnus-summary-nnir-goto-thread): Change group if needed.
1390
1391         * gnus-group.el (gnus-group-group-map): Add key binding for
1392         gnus-group-make-nnir-group.
1393
1394 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * shr.el (shr-tag-object): Add.
1397
1398         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1399         original article buffer live.
1400         (gnus-summary-select-article-buffer):
1401         Mention gnus-widen-article-buffer.
1402
1403 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * shr.el (shr-tag-strong): Add.
1406
1407 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1410         group names.  They mess up the group buffer badly.
1411
1412         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1413
1414         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1415         instead of the summary one.
1416
1417 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * mml.el (mml-preview): Work properly when editing article.
1420
1421         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1422         gnus-have-read-active-file if it's already been in.
1423
1424 2010-10-22  Tom Tromey  <tromey@redhat.com>
1425
1426         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1427         gnus-group-completing-read.
1428
1429 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * message.el (message-mode-map): Don't bind M-; to comment region, to
1432         allow the global comment-dwim to work.
1433
1434 2010-10-21  Julien Danjou  <julien@danjou.info>
1435
1436         * message.el (message-setup-1): Allow message-default-headers to be a
1437         function.
1438
1439 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * shr.el (shr-tag-table): Simplify.
1442
1443 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1446         to avoid trying to snarf invalid stuff.
1447
1448         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1449
1450         * gnus.el (gnus-message-archive-group): Quote value.
1451         (gnus-message-archive-group): Mark as changed.
1452
1453         * shr.el (shr-add-font): Don't put the font properties on the newline
1454         or the indentation.
1455
1456         * message.el (message-fix-before-sending): Change options when sending
1457         non-printable characters.
1458
1459         * gnus.el (gnus-message-archive-method): Change the default to
1460         monthly outgoing groups.
1461
1462         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1463         that have gotten new numbers.
1464
1465         * nnimap.el (nnimap-request-replace-article): New function.
1466
1467 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1470         (nnrss-request-article): Don't use special html washing code.
1471
1472 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * shr.el (shr-tag-table): Remove useless nconc.
1475
1476 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-art.el (article-wash-html): Simplify and remove the charset
1479         stuff.  Use the normal html rendering code instead of the special html
1480         washing code.
1481
1482         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1483         `gnus-w3m' symbols.
1484         (mm-text-html-washer-alist): Remove.
1485
1486         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1487         (mm-inline-media-tests): Remove use.
1488         (mm-text-html-renderer): Change default to the `shr' symbol.
1489
1490         * mm-view.el (mm-inline-text-html): Remove use.
1491
1492         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1493         `gnus-blocked-images' to be a function.
1494         (gnus-article-wash-function): Remove.
1495
1496 2010-10-20  Julien Danjou  <julien@danjou.info>
1497
1498         * spam.el (spam-list-of-processors): Mark as obsolete.
1499
1500         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1501         (nnimap-insert-partial-structure): Fix boundary detection.
1502
1503 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1504
1505         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1506         run file-truename on remote files.  This can be expensive and even
1507         prevent one from editing drafts if some unrelated buffer has a stale
1508         connection.
1509
1510 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1513         kinsoku-eol regardless of shr-kinsoku-shorten.
1514         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1515         (shr-tag-table): Support caption, thead, and tfoot.
1516
1517 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1520         lines.
1521         (shr-save-contents): New command and keystroke.
1522
1523         * nndoc.el (nndoc-type-alist): Add git support.
1524         (nndoc-git-type-p): New function.
1525         (nndoc-transform-git-article): Ditto.
1526         (nndoc-transform-git-headers): Ditto.
1527         (nndoc-transform-git-headers): Generate Subject headers.
1528
1529         * shr.el (shr-parse-style): New function.
1530         (shr-tag-span): Ditto.
1531
1532         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1533         to `G G' to avoid collisions.
1534
1535 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * shr.el: Load kinsoku if necessary.
1538         (shr-kinsoku-shorten): New internal variable.
1539         (shr-find-fill-point): Make kinsoku shorten text line if
1540         shr-kinsoku-shorten is bound to non-nil.
1541         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1542         shr-indentation too when testing if table is wider than frame width.
1543         (shr-insert-table): Use `string-width' instead of `length' to measure
1544         text width.
1545         (shr-insert-table-ruler): Make sure indentation is done at bol.
1546
1547 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1548
1549         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1550         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1551         undecoded network data.
1552
1553 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1556         name in the mode line spec so that the mode line menu works
1557         (bug #2431).
1558
1559         * message.el (message-get-reply-headers): If we're fed `to-address',
1560         then always use that.
1561
1562         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1563         aren't so wide as to need to switch off the edit menu.
1564
1565         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1566         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1567
1568         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1569         `M-g'.
1570         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1571         the permanent marks.
1572
1573 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1574
1575         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1576         Splitting according to references/in-reply-to obeys the ignore-groups
1577         variable, while splitting by sender and subject do not.
1578
1579 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1582         alist, so that we can look for non-Unicode chars.
1583         (article-translate-strings): Allow both character and string maps.
1584
1585 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * shr.el (shr-insert): Don't insert space behind a wide character
1588         categorized as kinsoku-bol, or between characters both categorized as
1589         nospace.
1590
1591 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1592
1593         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1594         headers to gnus-newsgroup-headers.
1595
1596 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * shr.el (shr-tag-img): Don't align images -- since we're not
1599         rescaling, this often leads to ugly displays.
1600
1601 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1602
1603         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1604         duplicates.
1605
1606 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1607
1608         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1609         call.
1610
1611 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus.el: Autoload gnus-html-show-images.
1614
1615         * nnimap.el: Use nnheader-message throughout.
1616
1617         * shr.el (shr-tag-img): Ignore images with no data.
1618
1619 2010-10-15  Julien Danjou  <julien@danjou.info>
1620
1621         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1622         a possibility to disable format=flow encoding when using hard newlines.
1623
1624 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * shr.el (shr-insert): Remove space inserted before or after a
1627         breakable character or at the beginning or the end of a line.
1628         (shr-find-fill-point): Do kinsoku; find the second best point or give
1629         it up if there's no breakable point.
1630
1631 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * nnimap.el (nnimap-open-connection): Message when opening connection
1634         for debugging purposes.
1635
1636         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1637         on every setup buffer call to allow this to change from article to
1638         article.
1639
1640         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1641         buffers where we have a wide table.
1642
1643 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1646         uses *-request-thread.
1647
1648 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1651         incantation, which is no longer valid.
1652
1653 2010-10-14  Julien Danjou  <julien@danjou.info>
1654
1655         * shr.el: Fix defcustom type (char -> character).
1656
1657 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1660         programs.
1661
1662 2010-10-14  Julien Danjou  <julien@danjou.info>
1663
1664         * shr.el (shr-tag-a): Use url-link as widget type.
1665
1666         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1667         `gnus-group-get-icon'.
1668
1669 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1672         This should make server editing work better.
1673
1674         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1675
1676         * tls.el (tls-program): Remove spurious %s from openssl.
1677
1678         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1679         (nnimap-parse-flags): Fix regexp.
1680
1681         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1682         probably work for CJVK text, too.
1683
1684         * nnimap.el (nnimap-extend-tls-programs): Remove.
1685         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1686
1687         * tls.el (tls-starttls-switches): Remove starttls hack.
1688         (open-tls-stream): Ditto.
1689         (tls-find-starttls-argument): Ditto.
1690
1691 2010-10-13  Julien Danjou  <julien@danjou.info>
1692
1693         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1694         responses.
1695
1696 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1699
1700         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1701         anything in Emacs.
1702
1703         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1704
1705 2010-10-13  Julien Danjou  <julien@danjou.info>
1706
1707         * shr.el (shr-width): Make shr-width a defcustom with default to
1708         fill-column.
1709         (shr-tag-img): Use shr-width rather than fill-column.
1710
1711 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * dgnushack.el (byte-optimize-apply)
1714         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1715
1716         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1717         position when (X-)Faces exist.
1718         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1719         avatars when called interactively.
1720
1721 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1724         gnus-article-x-face-too-ugly is bound.
1725
1726 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1729
1730         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1731         mailbox that doesn't exist.
1732
1733 2010-10-12  Julien Danjou  <julien@danjou.info>
1734
1735         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1736         (shr-get-image-data): Encode URL properly when fetching from cache.
1737         (shr-tag-img): Use aligned-to spaces to align correctly images.
1738
1739         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1740         before inserting the Gravatar.
1741
1742         * shr.el (shr-tag-img): Add align attribute support for <img>.
1743
1744 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-gravatar.el (gnus-art): Require.
1747
1748         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1749         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1750         Remove long obsoleted functions.
1751
1752 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1755
1756         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1757
1758         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1759         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1760         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1761         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1762         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1763         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1764         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1765
1766 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * nnimap.el (nnimap-request-rename-group): Select group read-only
1769         before renaming it.
1770
1771         * shr.el (shr-insert): Fix up the white space only regexp.
1772
1773         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1774         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1775
1776         * shr.el (shr-current-column): New function.
1777         (shr-find-fill-point): New function.
1778
1779 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1780
1781         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1782         numbers.
1783
1784 2010-10-11  Julien Danjou  <julien@danjou.info>
1785
1786         * shr.el (shr-hr-line): Add.
1787         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1788         display hr lines.
1789         (shr-max-columns): Do not change state to nil if we just inserting
1790         spaces.
1791
1792 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1795         select the last group.
1796
1797 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1800
1801 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1802
1803         * dig.el (dig-mode-map): Declare and define in one step.
1804
1805 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1808         for Gnus.
1809         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1810         (nnimap-update-qresync-info): Mark \Seen articles as read.
1811
1812         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1813         non-variable, too.
1814
1815         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1816         available.
1817         (nnimap-update-info): Rely more on the current active than the param
1818         active to avoid marking articles as read too much.
1819
1820         * auth-source.el (auth-source-create): Use (user-login-name) for the
1821         user name default.
1822
1823         * nnimap.el (nnimap-update-info): If the server doesn't return any
1824         useful info, just use the previous info.
1825         (nnimap-update-info): Prefer old info over start-article.
1826         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1827
1828 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1829
1830         * nnir.el (autoload): Clean up autoloads.
1831         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1832         Use key rather than value.
1833         (nnir-imap-search-other): New variable.
1834         (nnir-read-parm): Use it.
1835         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1836         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1837
1838 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1839
1840         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1841         the process, too.
1842
1843 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * spam.el (gnus-summary-mode-map): Bind to "$".
1846         Suggested by Russ Allbery.
1847
1848         * shr.el: Rework the way things are indented by <li> slightly.
1849
1850         * gnus.el (gnus-group-set-parameter): Fix typo.
1851
1852         * nnimap.el: Start implementing QRESYNC support.
1853
1854 2010-10-09  Julien Danjou  <julien@danjou.info>
1855
1856         * nnir.el (nnir-engines): Fix too many arguments.
1857
1858 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1861         group is the "last", so that the backends like nnfolder actually save
1862         their folders.
1863
1864         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1865         try to use that for the tls stream.
1866         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1867         UIDVALIDITY and find out which groups are read-only and not.
1868         (nnimap-get-flags): Use the same marks parsing code as the rest of
1869         nnimap.
1870
1871 2010-10-09  Julien Danjou  <julien@danjou.info>
1872
1873         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1874
1875         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1876         retrieving gravatars.
1877
1878         * shr.el (shr-table-corner): Add.
1879         (shr-table-line): Add.
1880         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1881
1882 2010-10-08  Julien Danjou  <julien@danjou.info>
1883
1884         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1885
1886 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1889
1890         * gnus-sum.el (gnus-mark-article-as-unread)
1891         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1892         (gnus-summary-set-bookmark): Use it.
1893
1894         * gnus-msg.el (gnus-setup-message): Use it.
1895
1896         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1897
1898         * gnus.el (gnus-group-remove-parameter): Use it.
1899
1900         * gnus-group.el (gnus-group-make-web-group): Use it.
1901
1902         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1903
1904         * nnregistry.el: Update docs to mention manual.
1905
1906         * gnus-registry.el: Update docs to mention nnregistry.el.
1907         (gnus-registry-initialize): Don't install nnregistry refer method
1908         automatically.
1909         (gnus-registry-install-nnregistry): Remove it.
1910
1911 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * shr.el (shr-insert): Don't insert double spaces.
1914
1915 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-gravatar.el (gnus-treat-from-gravatar)
1918         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1919         called interactively.
1920
1921         * gnus-art.el (gnus-mime-view-part-externally)
1922         (gnus-mime-view-part-internally): Make predicate function passed to
1923         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1924         of a mime type.
1925
1926         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1927
1928 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * shr.el (require): Require cl when compiling.
1931         (shr-tag-hr): New function.
1932
1933         * nnimap.el (nnimap-update-info): Remove double setting of high.
1934         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1935         This makes nnimap work properly on Courier again.
1936
1937         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1938         the variable for backwards compatability.
1939
1940         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1941         the file name before using to avoid setting mm-default-directory to
1942         nil.
1943
1944         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1945         bidning gnus-agent variables.
1946
1947         * shr.el (shr-render-td): Use a cache for the table rendering function
1948         to avoid getting an exponential rendering behaviour in nested tables.
1949         (shr-insert): Rework the line-breaking algorithm.
1950         (shr-insert): Don't leave trailing spaces.
1951         (shr-insert-table): Also insert empty TDs.
1952         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1953
1954 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1955
1956         * gnus-sum.el (gnus-number): Rename from `number'.
1957         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1958         (gnus-summary-limit-children): Update uses correspondingly.
1959
1960 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1963         (gnus-gravatar-transform-address): Don't show avatars of people of
1964         which mail addresses match gnus-gravatar-too-ugly.
1965
1966 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * shr.el (shr-table-widths): Expand TD elements to fill available
1969         space.
1970
1971 2010-10-07  Julien Danjou  <julien@danjou.info>
1972
1973         * nnimap.el (nnimap-request-rename-group): Add this method.
1974
1975 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1978         name from XEmacs' function-arglist.
1979
1980         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1981         gravatar under XEmacs.
1982
1983 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * auth-source.el: Update docs with TODO items.
1986
1987         * gnus-sync.el: Update docs to explain state and plans.
1988
1989         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1990         Hooks for mark updates.
1991         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1992
1993         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1994         hooks with arguments, which is needed for mark update hooks.
1995
1996 2010-10-06  Julien Danjou  <julien@danjou.info>
1997
1998         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1999         was matched.
2000
2001         * sieve-manage.el: Update example in `Commentary'.
2002
2003         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2004
2005         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2006         not 2000.
2007         (sieve-manage-authenticate): Re-add function.
2008
2009 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * shr.el (shr-insert): Get 'space transition right.
2012         (shr-render-td): Only delete space at the end of the TD.
2013
2014         * nnimap.el (nnimap-open-connection): Prepare to support
2015         open-gnutls-stream.
2016
2017         * shr.el: Rearrange function order to be more logical.
2018
2019 2010-10-06  Julien Danjou  <julien@danjou.info>
2020
2021         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2022         (nnrss-discover-feed): Remove 404 URL in docstring.
2023
2024         * nnir.el: Fix Swish-E URL.
2025         Fix Namazu URL.
2026
2027         * message.el (message-change-subject): Remove 404 URL in a comment.
2028
2029 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2032         called interactively.
2033
2034         * gnus-util.el (gnus-remove-if): Allow hash table.
2035         (gnus-remove-if-not): New function.
2036
2037         * gnus-art.el (gnus-mime-view-part-as-type)
2038         * gnus-score.el (gnus-summary-score-effect)
2039         * gnus-sum.el (gnus-read-move-group-name):
2040         Replace remove-if-not with gnus-remove-if-not.
2041
2042         * gnus-group.el (gnus-group-completing-read):
2043         Regard collection as a hash table if it is not a list.
2044
2045 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2048
2049         * shr.el: Document the table-rendering algorithm.
2050
2051 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2054         for Emacsen having no `libxml-parse-html-region' support.
2055
2056 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2059         invalid URLs.
2060
2061         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2062         line-broken.
2063         (shr-tag-img): Ignore image fetching errors.
2064         (shr-overlays-in-region): Compute overlay positions correctly.
2065
2066         * mm-decode.el (mm-shr): Require shr.
2067
2068         * gnus-art.el (gnus-blocked-images): Move variable here.
2069
2070         * shr.el (shr-insert-table): Bind free variable.
2071
2072         * mm-decode.el (mm-shr): Bind shr-content-function.
2073
2074         * shr.el (shr-content-function): New variable.
2075
2076         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2077         added for symmetry.
2078
2079         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2080
2081         * gnus-group.el (gnus-group-make-group): Doc fix.
2082
2083         * nnimap.el (nnimap-request-newgroups): Return success.
2084
2085         * shr.el (shr-find-elements): New function.
2086         (shr-tag-table): Put all the images after the table.
2087         (shr-tag-table): Really inhibit images inside the table.
2088         (shr-collect-overlays): Copy over overlays from the TD elements to the
2089         main document.
2090
2091         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2092         gnus-blocked-images.
2093
2094 2010-10-05  Julien Danjou  <julien@danjou.info>
2095
2096         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2097
2098         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2099         (gnus-html-maximum-image-size): Add this function.
2100         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2101
2102         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2103         server-value of the capability is nil.
2104
2105 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * shr.el (shr-tag-em): Add <EM> tag.
2108
2109 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2110
2111         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2112         customizable.
2113
2114         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2115         handing broken links to browse-url.
2116
2117 2010-10-05  Julien Danjou  <julien@danjou.info>
2118
2119         * gnus-util.el (gnus-emacs-completing-read)
2120         (gnus-iswitchb-completing-read): Use autoload rather than require.
2121
2122 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2125         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2126         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2127         iswitchb-temp-buflist for XEmacs.
2128
2129         * gnus-util.el (gnus-completing-read-function): Exclude
2130         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2131         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2132         XEmacs.
2133
2134         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2135         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2136
2137         * gnus-html.el: Don't require help-fns under XEmacs.
2138         (gnus-html-schedule-image-fetching): Work for XEmacs.
2139
2140         * mm-decode.el (mm-shr): Decode contents by charset.
2141
2142 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2145         unknown.
2146
2147         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2148         (shr-get-image-data): Ensure against the cache file missing.
2149
2150         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2151         for data.
2152
2153         * spam-report.el (spam-report-url-ping-plain): Don't query about
2154         killing the process.
2155
2156         * shr.el (shr-render-td): Protect against too-wide text.
2157
2158 2010-10-04  Julien Danjou  <julien@danjou.info>
2159
2160         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2161         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2162
2163         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2164         retrieved.
2165
2166 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * shr.el (browse-url): Require.
2169         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2170         lines.
2171         (shr-show-alt-text, shr-browse-image): New commands.
2172         (shr-browse-url, shr-copy-url): New commands.
2173
2174         * gnus-sum.el (gnus-widen-article-window): New variable.
2175         (gnus-summary-select-article-buffer): Use it.
2176
2177         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2178         without @ signs.
2179
2180 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2181
2182         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2183
2184 2010-10-04  Julien Danjou  <julien@danjou.info>
2185
2186         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2187         for XEmacs.
2188
2189 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2192
2193         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2194         (nnimap-close-server): Implement.
2195
2196         * dgnushack.el (iswitchb): Require to shut up the compiler.
2197
2198         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2199         (shr-insert): Tweak line breaking.
2200         (shr-insert): Handle <pre> better.
2201         (shr-tag-li): Get <li> indentation right.
2202         (shr-tag-li): Get <li> indentation even righter.
2203         (shr-tag-blockquote): Ensure paragraph start.
2204         (shr-make-table): Tweak table generation.
2205         (shr-make-table): Fix typo.
2206
2207         * shr.el: Implement table rendering.
2208
2209 2010-10-04  Julien Danjou  <julien@danjou.info>
2210
2211         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2212
2213 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * shr.el (shr-insert): Use string anchors instead of line anchors.
2216
2217 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * shr.el: Add headings.
2220         (shr-ensure-paragraph): Actually work.
2221         (shr-tag-li): Make <ul> prettier.
2222         (shr-insert): Get white space at the beginning/end of elements right.
2223         (shr-tag-p): Collapse subsequent <p>s.
2224         (shr-ensure-paragraph): Don't insert double line feeds after blank
2225         lines.
2226         (shr-insert): \t is also space.
2227         (shr-tag-s): Fix "s" tag name function.
2228         (shr-tag-s): Fix face prop name.
2229
2230 2010-10-03  Julien Danjou  <julien@danjou.info>
2231
2232         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2233
2234         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2235         gnus-window-inside-pixel-edges.
2236
2237         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2238         gnus-ems.
2239
2240         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2241
2242         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2243         function.
2244
2245         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2246         resize choice.
2247
2248 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2251         beginning of the buffer.
2252
2253         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2254         article buffer again.
2255
2256         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2257
2258         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2259         when it's at the start of the buffer.
2260
2261         * shr.el (shr-tag-blockquote): Convert name.
2262         (shr-rescale-image): Use the right image-size variant.
2263
2264         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2265         buffer isn't shown, then select the current article first instead of
2266         bugging out.
2267         (gnus-summary-select-article-buffer): Show both the article and summary
2268         buffers again.
2269
2270         * shr.el (shr-fontize-cont): Protect against regions with no text.
2271         Rename tag functions to shr-tag-* for enhanced security.
2272         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2273
2274 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2275
2276         * shr.el (shr-insert):
2277         * pop3.el (pop3-movemail):
2278         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2279         loaded.
2280
2281 2010-10-03  Glenn Morris  <rgm@gnu.org>
2282
2283         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2284
2285         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2286
2287         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2288
2289         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2290
2291         * gnus-util.el (gnus-make-local-hook): Simplify.
2292
2293 2010-10-02  Julien Danjou  <julien@danjou.info>
2294
2295         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2296         (gnus-ido-completing-read): New function.
2297         (gnus-emacs-completing-read): New function.
2298         (gnus-completing-read): Use gnus-completing-read-function.
2299         Add gnus-completing-read-function.
2300
2301 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * shr.el (shr-insert-document): Autoload.
2304         (shr-img): Be silent.
2305         (shr-insert): Add a newline after every picture before text.
2306         (shr-add-font): Use overlays for combining faces.
2307         (shr-insert): Pass upwards the text start point.
2308
2309         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2310         possible.
2311         (mm-shr): New function.
2312
2313 2010-10-02  Julien Danjou  <julien@danjou.info>
2314
2315         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2316         should go backward.
2317
2318 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2319
2320         * shr.el (shr): Fix typo in provide call.
2321
2322 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * shr.el: New file.
2325
2326         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2327
2328         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2329         completing read.
2330
2331 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2334         we're being queried about.  Suggested by Dan Jacobson.
2335
2336         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2337         Suggested by Jason Eisner.
2338
2339         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2340         table, too.  Suggested by Stefan Wiens.
2341         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2342         the table unnecessary.  Suggested by Stefan Wiens.
2343
2344         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2345         longer needed, and probably doesn't work either, as pointed out by
2346         Stefan Wiens.
2347         (gnus-summary-exit): Remove call to the clearing function.
2348         (gnus-summary-exit-no-update): Ditto.
2349
2350         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2351         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2352         Reported by Stefan Monnier.
2353         (gnus-summary-save-in-rmail): Ditto.
2354
2355         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2356         article buffer, instead of both the article buffer and the summary
2357         buffer.  Sort of suggested by Dan Jacobson.
2358
2359         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2360
2361         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2362         Suggested by Dan Jacobson.
2363
2364         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2365         documentation clearer.
2366
2367         * message.el (message-shorten-references): Comment on the number "21".
2368         Suggested by Stefan Monnier.
2369
2370         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2371         Suggested by Dan Jacobson.
2372
2373         * gnus.el (gnus-large-newsgroup):
2374         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2375
2376         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2377         externalize attachments.  Bug reported by Steve Wen.
2378
2379         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2380         really message anything to the user.
2381
2382         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2383         directly.
2384
2385         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2386         messages in empty groups.
2387
2388 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2389
2390         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2391         non-UIDNEXT group.
2392
2393 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2396         not the value from the collection.
2397
2398         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2399         values.  This sometimes happens on some groups that have no info.
2400         (nnimap-request-newgroups): New function.
2401
2402 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2405         check into `gnus-registry-initialize'.
2406         (gnus-registry-initialize): Ditto.
2407         Fix and extend header docs.
2408
2409 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2412         regexp backtrace overflows.
2413
2414         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2415         for starttls that tls.el implements; i.e. openssl.
2416
2417         * tls.el (tls-starttls-switches): Give up on using starttls with
2418         gnutls-cli.
2419         (tls-program): Add --insecure to be consistent with the defaults from
2420         openssl s_client.  Now all three commands are insecure.
2421
2422 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * lpath.el: Bind completion-styles-alist for XEmacs.
2425
2426         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2427         (gravatar-create-image): New function that's an alias to
2428         gnus-xmas-create-image, gnus-create-image, or create-image.
2429         (gravatar-data->image): Use it.
2430
2431 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2434         install the nnregistry refer method.
2435         (gnus-registry-install-hooks): Use it.
2436         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2437         unfollowed groups.
2438
2439 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2440
2441         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2442         expanding threads.
2443
2444 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * nnir.el: Use the server names without suffixes (bug #7009).
2447
2448         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2449         unencrypted to STARTTLS, if possible.
2450
2451 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2452
2453         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2454         headers before superseding.
2455
2456 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * nnrss.el (nnrss-use-local): Add documentation.
2459
2460         * nnimap.el (nnimap-extend-tls-programs): New function.
2461         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2462         (nnimap-wait-for-connection): Accept the greeting from the stupid
2463         output from openssl s_client -starttls, too.
2464
2465         * tls.el (tls-starttls-switches): New variable.
2466         (tls-find-starttls-argument): Use it.
2467         (open-tls-stream): Ditto.
2468
2469         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2470         (netrc-machine): Ditto.
2471
2472         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2473         article number.
2474         (nnimap-split-fancy): New variable.
2475         (nnimap-split-incoming-mail): Use it.
2476
2477         * nntp.el (nntp-server-list-active-group): Document.
2478
2479         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2480         SELECT to get the message-id.
2481
2482         * mail-source.el (mail-sources): Remove webmail support.
2483         (defvar): Ditto.
2484         (mail-source-fetcher-alist): Ditto.
2485         (mail-source-fetch-webmail): Remove.
2486
2487         * webmail.el: Remove -- doesn't seem relevant any more.
2488
2489         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2490
2491         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2492         the \r.
2493
2494 2010-09-30  Julien Danjou  <julien@danjou.info>
2495
2496         * gnus-agent.el (gnus-agent-add-group): Fix call to
2497         gnus-completing-read.
2498
2499 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * nndoc.el (nndoc-retrieve-groups): New function.
2502
2503         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2504         `default', use nnmail-split-methods.
2505         (nnimap-request-article): Downcase the NILs so that they are nil.
2506
2507         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2508         symbol.
2509
2510         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2511         code, since if the user has requested network, that's what they ought
2512         to get.
2513         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2514         (nnimap-split-rule): Mark as obsolete.
2515
2516         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2517         New variable.
2518
2519         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2520         correct slot, too.
2521
2522 2010-09-29  Julien Danjou  <julien@danjou.info>
2523
2524         * gnus.el (gnus-local-domain): Declare variable obsolete.
2525
2526         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2527         Fix history computing.
2528         (gnus-ido-completing-read): Require ido.
2529
2530 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2533         build Gnus.
2534
2535         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2536         when interpreting the structures.
2537         (nnimap-request-accept-article): Add \r\n to the lines to make this
2538         work with Cyrus.
2539
2540         * nndraft.el (nndraft-request-expire-articles): Use the group name
2541         instead if "nndraft".  Fix found by Nils Ackermann.
2542
2543 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2544
2545         * nnregistry.el: Add.
2546
2547 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2548
2549         * nnmail.el (group, group-art-list, group-art):
2550         Remove unneeded directives.
2551
2552 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2555         (mm-mime-charset)
2556         * rfc2047.el (rfc2047-syntax-table)
2557         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2558
2559         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2560         rather than `insert-file-contents' and `eval-region'.
2561
2562         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2563         construction.
2564
2565         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2566
2567         * time-date.el: No need to require cl for Emacs 21.
2568
2569 2010-09-29  Julien Danjou  <julien@danjou.info>
2570
2571         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2572         replacement of `gnus-gravatar-relief' to mimic
2573         `gnus-faces-properties-alist'.
2574         Add :version property.
2575
2576 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * mail-source.el (mail-source-report-new-mail)
2579         * message.el (message-default-mail-headers)
2580         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2581
2582         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2583
2584 2010-09-28  Julien Danjou  <julien@danjou.info>
2585
2586         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2587         mail-address contains the same string as real-name.
2588
2589         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2590         non-blank in header, otherwise it'll get stripped.
2591
2592         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2593         real-name, and then for mail address rather than doing : or , search.
2594
2595 2010-09-27  Julien Danjou  <julien@danjou.info>
2596
2597         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2598         right completing-read function.
2599         (gnus-use-ido): New variable
2600         (gnus-completing-read-with-default): Remove.
2601         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2602         (gnus-agent-add-group):
2603         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2604         * mm-view.el (mm-view-pkcs7-decrypt):
2605         * mm-util.el (mm-codepage-setup):
2606         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2607         * mml-smime.el (mml-smime-openssl-sign-query):
2608         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2609         (mml-insert-multipart):
2610         * gnus-msg.el (gnus-summary-yank-message):
2611         * gnus-int.el (gnus-start-news-server):
2612         * mm-decode.el (mm-interactively-view-part):
2613         * gnus-dired.el (gnus-dired-attach):
2614         * gnus.el (gnus-read-method):
2615         * gnus-bookmark.el (gnus-bookmark-jump):
2616         * gnus-art.el (gnus-mime-view-part-as-type)
2617         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2618         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2619         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2620         * nnmairix.el (nnmairix-create-server-and-default-group)
2621         (nnmairix-update-groups, nnmairix-get-server)
2622         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2623         (nnmairix-get-group-from-file-path):
2624         * nnrss.el (nnrss-find-rss-via-syndic8):
2625         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2626         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2627         (gnus-group-browse-foreign-server):
2628         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2629         (gnus-summary-execute-command, gnus-summary-respool-article)
2630         (gnus-read-move-group-name):
2631         * gnus-score.el (gnus-summary-increase-score)
2632         (gnus-summary-score-effect):
2633         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2634
2635 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2638         x-focus-frame.
2639
2640         * nnimap.el (auth-source-forget-user-or-password)
2641         (auth-source-user-or-password): Autoload.
2642
2643         * message.el (message-from-style, message-interactive)
2644         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2645         (message-yank-prefix, message-indentation-spaces, message-signature)
2646         (message-signature-file): Add comment.
2647
2648 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2651         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2652         new articles.
2653
2654         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2655         parts.
2656         (nnimap-request-article): Work with the t setting, too.
2657
2658         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2659         that you don't get flashes of other buffers.
2660         (gnus-summary-show-complete-article): Intern before setting.
2661
2662 2010-09-27  David Engster  <dengste@eml.cc>
2663
2664         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2665         well as HEADERS.
2666         (nnmairix-retrieve-headers): Provide new argument for the above.
2667
2668 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-summary-move-article): Don't alter
2671         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2672         group.
2673
2674         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2675
2676         * message.el (message-cite-prefix-regexp): Revert my last edit.
2677
2678         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2679         variable instead of the Gnus variable.
2680
2681         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2682
2683         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2684
2685         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2686         since some servers don't like it.
2687         (nnimap-open-connection): Forget credentials if the server says the
2688         password was wrong.
2689         (nnimap-parse-line): Protect against invalid data.
2690
2691         * gnus-sum.el (gnus-summary-move-article): Add comment.
2692         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2693         nothing alters it while scanning for new messages.
2694
2695         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2696         which may or may not help.
2697         (nnimap-open-connection): If we're doing a stream connection, and then
2698         discover we're on a STARTTLS-capable server, then open a STARTTLS
2699         connection instead.
2700
2701 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnimap.el (utf7): Require.
2704
2705         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2706         prefix.
2707
2708 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2709
2710         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2711
2712 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * nnimap.el (nnimap-request-accept-article): Message the error on
2715         error.
2716
2717 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2720
2721 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * nndoc.el (nndoc-request-list): Return success always.
2724
2725         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2726         `fetch-old' -- we only want to fetch the articles we've requested.
2727         The rest are in the agent, probably.
2728         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2729         disappeared server" to something low.  It's not important.
2730
2731         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2732         arrived before the FETCH data.
2733
2734         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2735         target here, because we don't know the Gnus name of the group.
2736
2737         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2738         for the correct group.
2739
2740         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2741
2742         * gnus.el (gnus): Give a final warning after startup.
2743
2744         * gnus-util.el (gnus-action-message-log): New variable.
2745         (gnus-message): Use it.
2746         (gnus-final-warning): New function.
2747
2748         * nnimap.el (nnimap-open-connection): Record the greeting.
2749         (nnimap): Add greeting.
2750
2751 2010-09-26  Julien Danjou  <julien@danjou.info>
2752
2753         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2754         arguments.
2755         (gnus-html-wash-images): Fix spec computing to include start/end.
2756
2757         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2758
2759 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2762         deletion.
2763         (nnimap-retrieve-headers): Don't select the group, because that's
2764         already done by nnimap-possibly-change-group.
2765
2766         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2767         (gnus-picon-transform-address): Use it.
2768
2769         * mail-source.el (mail-source-value): Revert previous patch.
2770
2771         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2772         on failure.
2773         (nnimap-open-connection): Look up both virtual and physical server name
2774         credentials.
2775
2776         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2777
2778 2009-02-07  Dave Love  <fx@gnu.org>
2779
2780         * tls.el (open-tls-stream): Don't query killing process.
2781
2782 2009-02-08  Dave Love  <fx@gnu.org>
2783
2784         * gnus-win.el (gnus-window-to-buffer-helper)
2785         (gnus-all-windows-visible-p): Function needn't be a symbol.
2786
2787         * mail-source.el (mail-source-value): Function needn't be a symbol.
2788
2789 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * message.el (message-cite-prefix-regexp): Remove } from the cite
2792         prefix.
2793
2794         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2795         highlight again, so that the highlight is correct.
2796
2797         * gnus-picon.el (gnus-picon): Remove again.
2798         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2799
2800         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2801         doing the header highlightling, so that the background colour of the
2802         picon is correct.
2803
2804         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2805         (gnus-picon): Ditto.
2806         (gnus-picon): Reinstate.  The background colour for picons is white.
2807         (gnus-picon-insert-glyph): Make the background white.
2808
2809         * nnml.el (nnml-open-nov): Don't return dead buffers.
2810
2811         * auth-source.el (auth-source-create): Query the user for whether to
2812         store the credentials.
2813
2814         * netrc.el (netrc-store-data): New function.
2815
2816         * auth-source.el (auth-source-user-or-password): Use the existing auth
2817         sources, if any, for creation.
2818
2819         * gnus.el (gnus-group-fast-parameter): Return the last matching
2820         parameter instead of the first matching parameter.
2821
2822 2010-09-26  Julien Danjou  <julien@danjou.info>
2823
2824         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2825
2826 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * mml2015.el (mml2015-use): Remove gpg support.
2829
2830         * mml1991.el (mml1991-function-alist): Remove gpg function.
2831         (mml1991-gpg-sign): Remove.
2832
2833 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2834
2835         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2836         (gnus-browse-unsubscribe-current-group): Document it.
2837         (gnus-browse-unsubscribe-group): Use it.
2838
2839 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2842         address to the To list for easier response.
2843
2844         * gnus.el (gnus-play-startup-jingle): Remove.
2845         (gnus-splash): Don't play jingle.
2846         (gnus): Silence gnus-load message.
2847
2848         * gnus-art.el (gnus-treat-play-sounds): Remove.
2849
2850         * gnus.el (gnus-play-jingle): Remove audio support.
2851
2852         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2853
2854         * earcon.el: Remove -- no users.
2855
2856         * gnus-audio.el: Remove -- no users of this package.
2857
2858         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2859
2860         * gnus-start.el (gnus-setup-news): Remove nocem support.
2861
2862         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2863
2864         * gnus.el (gnus-use-nocem): Remove.
2865
2866         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2867         Remove.
2868
2869         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2870         uses NoCeM any more.
2871
2872         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2873         (gnus-button-ctan-handler): Ditto.
2874         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2875         (gnus-button-ctan-directory-regexp): Ditto.
2876         (gnus-button-handle-ctan): Ditto.
2877         (gnus-button-tex-level): Ditto.
2878         (gnus-button-alist): Remove CTAN stuff.
2879
2880 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2883         nnimap-streaming test.
2884
2885         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2886         servers twice.
2887
2888         * nnimap.el (nnimap-open-connection): Add more error reporting when
2889         nnimap fails early.
2890
2891         * nnheader.el (nnheader-get-report-string): New function.
2892         (nnheader-get-report): Use it.
2893
2894         * gnus-int.el (gnus-check-server): Say what the error was when opening
2895         failed.
2896
2897         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2898         using streaming.
2899
2900 2010-09-25  Julien Danjou  <julien@danjou.info>
2901
2902         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2903         gnus-window-inside-pixel-edges.
2904
2905 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2908
2909         * mm-decode.el (mm-save-part): Allow saving to other directories the
2910         normal Emacs way.
2911
2912         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2913         Suggested by Jay Berkenbilt.
2914
2915         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2916         there isn't a single byte.
2917
2918         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2919         just do it.  It doesn't really seem to matter what the user responds
2920         here, I think, so it's just a confusing question.
2921
2922         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2923         non-streaming case.
2924
2925         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2926         (gnus-article-encrypt-body): Use it.
2927
2928         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2929         keystroke.
2930
2931         * nnimap.el (nnimap-find-wanted-parts-1):
2932         Use gnus-fetch-partial-articles.
2933
2934         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2935
2936         * nnimap.el (nnimap-insert-partial-structure): New function.
2937         (nnimap-get-partial-article): New function.
2938         (nnimap-request-article): Use it.
2939         (nnimap-wait-for-response): Return whether the wait was successful.
2940         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2941         retrieval wasn't successful.
2942         (nnimap-retrieve-group-data-early): Allow throttling servers.
2943         (nnimap-streaming): New variable.
2944         (nnimap-fetch-partial-articles): Remove.
2945
2946         * mm-decode.el (mm-with-part): Protect against killed buffers.
2947
2948         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2949         for prettier summary display.
2950
2951 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2952
2953         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2954
2955 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2958         apparently third-party libraries depend on it.
2959
2960         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2961         before starting negotiation.
2962
2963         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2964         privacy reasons.
2965         (gnus-treat-mail-gravatar): Ditto.
2966
2967         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2968         buffer when inserting images.  Inserting text into the headers, for
2969         instance, can make them invalid.
2970
2971 2010-09-25  Julien Danjou  <julien@danjou.info>
2972
2973         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2974         variables.
2975
2976         * nnheader.el: Remove useless variables news-reply-yank-from and
2977         news-reply-yank-message-id.
2978
2979         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2980         variables.
2981
2982         * mml1991.el: Remove useless mml1991-verbose.
2983
2984         * gnus.el: Remove useless variable gnus-use-generic-from.
2985         Remove obsolete variable gnus-topic-indentation.
2986
2987         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2988
2989         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2990
2991         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2992
2993         * gnus-group.el: Remove useless gnus-group-icon-cache.
2994         Remove useless gnus-ephemeral-group-server.
2995
2996         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2997
2998         * mml2015.el: Remove useless mml2015-verbose.
2999
3000         * mml-smime.el: Remove useless mml-smime-verbose.
3001
3002         * gnus.el: Remove useless gnus-local-domain.
3003
3004         * gnus-gravatar.el (gnus-gravatar-transform-address):
3005         Use gnus-gravatar-size.
3006
3007         * gnus-art.el: Remove useless gnus-treat-translate.
3008
3009 2010-09-24  Julien Danjou  <julien@danjou.info>
3010
3011         * gnus-sum.el: Add support for Gravatars.
3012
3013         * gnus-art.el: Add support for Gravatars.
3014
3015         * gnus-gravatar.el: Add this file.
3016
3017         * gravatar.el: Add this file.
3018
3019 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3022
3023         * gnus-group.el (gnus-group-fetch-faq): Remove.
3024
3025         * gnus.el (gnus-group-faq-directory): Remove.
3026
3027         * gnus-group.el (gnus-group-fetch-charter): Remove.
3028
3029         * gnus.el (gnus-group-charter-alist): Remove.
3030
3031         * gnus-group.el (gnus-group-archive-directory): Remove.
3032         (gnus-group-recent-archive-directory): Ditto.
3033         (gnus-group-make-archive-group): Remove.
3034
3035         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3036
3037         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3038         use the same article number for all the cached articles.
3039
3040         * nnimap.el (nnimap-command): Register the last command time so
3041         that we can use it for idling NOOPs.
3042         (nnimap-open-connection): Start the keeplive timer.
3043         (nnimap-make-process-buffer): Store all the process buffers.
3044         (nnimap-keepalive): New function.
3045
3046         * starttls.el (starttls-open-stream): Add autoload cookie.
3047
3048 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3049
3050         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3051         handling.
3052
3053 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3056         its data structures.
3057
3058         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3059         instead of the cl.el copy-list.
3060         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3061         equalp.
3062
3063 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3066         and tool-bar-local-item-from-menu.
3067
3068         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3069         mode-line-highlight face for Emacs.
3070
3071         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3072         loading gnus-sum.elc; fix comment for canlock-verify.
3073         (gnus-article-jump-to-part): Use read-number.
3074         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3075         Remove Emacs pre-21 compatible code for help-echo.
3076         (gnus-article-next-page-1): No need to adjust the number of lines.
3077         (gnus-article-describe-bindings): Always use help-buffer.
3078
3079         * gnus-audio.el (gnus-audio-inline-sound)
3080         * gnus-cus.el (gnus-custom-mode)
3081         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3082
3083         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3084
3085         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3086         compatible code.
3087
3088 2010-09-24  Glenn Morris  <rgm@gnu.org>
3089
3090         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3091         visiting the fcc file in rmail-mode.
3092
3093         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3094
3095 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * nnir.el: Silence the byte compiler.
3098
3099         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3100         alias to browse-url-url-encode-chars if any.
3101         (gnus-html-encode-url): Use it.
3102
3103 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-start.el (gnus-use-backend-marks): New variable.
3106         (gnus-get-unread-articles-in-group): Use it.
3107
3108         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3109         makeover.
3110
3111 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3112
3113         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3114
3115 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3118         Remove.
3119         (gnus-setup-news-hook):
3120         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3121
3122         * gnus-int.el (gnus-request-update-info): Protect against backends not
3123         having the function.
3124
3125         * nnimap.el (nnimap-stream): Mention starttls.
3126         (nnimap-open-connection): Add starttls support.
3127
3128 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3129
3130         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3131
3132 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3135         BODYSTRUCTUREs.
3136         (nnimap-transform-headers): Unfold quoted {42} headers.
3137
3138         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3139         the info.
3140         (gnus-get-unread-articles): Only call updatep on backends that support
3141         it.
3142
3143         * nnweb.el (nnweb-request-update-info): NOOP.
3144
3145         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3146
3147         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3148         since it only deals with marks.
3149
3150         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3151         gnus-request-marks, and make a new gnus-request-update-info.
3152
3153         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3154         the active instead of the high number, which is usually too low.
3155
3156 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3159         * encrypt.el: Remove.
3160
3161 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3164         server in symbolic form.
3165
3166         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3167
3168 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3171         (nnimap-update-info): Fix up code slightly.
3172
3173         * gnus-int.el (gnus-open-server): Add tracing for performance
3174         debugging.
3175
3176         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3177         (gnus-group-insert-group-line): Pass the real group name so that it
3178         gets the right data.
3179
3180         * gnus-start.el (gnus-get-unread-articles): Don't have
3181         `gnus-get-unread-articles-in-group' update info, since that can be
3182         really slow and doesn't seem to be needed?
3183
3184 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3185
3186         * time-date.el (date-to-time): Try using parse-time-string first before
3187         using the slower timezone-make-date-arpa-standard.
3188
3189 2010-09-22  Julien Danjou  <julien@danjou.info>
3190
3191         * gnus-group.el (gnus-group-insert-group-line):
3192         Call gnus-group-highlight-line.
3193         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3194         default hook list.
3195         (gnus-group-update-eval-form): Add new function.
3196         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3197         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3198
3199 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3202         immediate, then expire all articles.
3203         (nnimap-update-info): Fix off-by-one errors.
3204         (nnimap-flags-to-marks): Would return no marks lists for group with no
3205         flags.  Instead return the other data.
3206
3207 2010-09-22  Julien Danjou  <julien@danjou.info>
3208
3209         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3210         Only return an icon.
3211         (gnus-group-insert-group-line): Compute icon to return.
3212
3213         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3214         (gnus-html-image-fetched): Only cache if
3215         gnus-html-image-automatic-caching is set.
3216         (gnus-html-image-fetched): Check for errors.
3217
3218 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3221         once per method on `g'.  This ensures that backends like nnfolder don't
3222         open all their folders.
3223
3224         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3225         (nnimap-request-list): Nix out group in the correct buffer.
3226         (nnimap-parse-flags): Implement by using `read' instead of
3227         hand-parsing.
3228         (nnimap-flags-to-marks): Pass on permanent-flags.
3229         (nnimap-make-process-buffer): Record the server name.
3230         (nnimap-parse-flags): Fix typo.
3231         (nnimap-request-scan): Run split on the server in general, not just a
3232         single group.
3233
3234         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3235         parameter, and propagate this downwards.
3236
3237         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3238         since EXAMINE changes it on the server.
3239
3240         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3241         this command might take a while.
3242
3243 2010-09-22  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3246         harmful if you have 2 images side-by-side, they can't be properly
3247         update on text deletion.  Using text-property is safer here.
3248         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3249         data.
3250
3251 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * nnimap.el (nnimap-expunge-inbox): Remove.
3254         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3255         (nnimap-expunge): Flip default to t.
3256
3257         * gnus.el (gnus-method-to-server): Don't push things to the cache
3258         unless it's unique.
3259         (gnus-server-to-method): Ditto.
3260
3261 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3264
3265 2010-09-22  Julien Danjou  <julien@danjou.info>
3266
3267         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3268         get the start of data.
3269         (gnus-html-encode-url): Add this function to encode special chars in
3270         URL.
3271         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3272         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3273
3274         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3275         default.
3276         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3277
3278         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3279         images alt-text.
3280         (gnus-html-put-image): Put alt-text as help-echo.
3281
3282 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3285         * mm-util.el (mm-decompress-buffer)
3286         * nnir.el (nnir-run-find-grep)
3287         * pop3.el (pop3-list): Use 3rd arg of split-string.
3288
3289         * time-date.el (format-seconds): Comment fix.
3290
3291         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3292         and byte-optimize-form-code-walker.
3293         (dgnushack-make-auto-load): Don't advise make-autoload.
3294
3295         * lpath.el: Remove Emacs 21 stuff.
3296
3297 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3300         outside the active range.  Suggested by Dan Christensen.
3301
3302         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3303         slightly later to avoid double-getting it.
3304
3305         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3306         previous patch.
3307
3308         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3309
3310 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3311
3312         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3313
3314 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-int.el (gnus-open-server): Give a better error message in the
3317         "go offline" case.
3318
3319         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3320         marks for nnimap, which is seldom the right thing to do.
3321
3322         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3323         (gnus-same-method-different-name): New function.
3324
3325         * nnimap.el (parse-time): Require.
3326
3327         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3328         method in the presence of many similar methods.
3329
3330         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3331
3332         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3333         nnml-inhibit-expiry.
3334
3335         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3336         find out whether methods are equal.
3337
3338         * nnimap.el (nnimap-find-expired-articles): New function.
3339         (nnimap-process-expiry-targets): New function.
3340         (nnimap-request-move-article): Request the article before looking at
3341         what the Message-ID is.  Fix found by Andrew Cohen.
3342         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3343
3344         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3345         for oldness in addition to being a predicate.
3346
3347         * nnimap.el (nnimap-request-group): When we have zero articles, return
3348         the right data to Gnus.
3349         (nnimap-request-expire-articles): Only delete articles immediately if
3350         the target is 'delete.
3351
3352         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3353         method, this would bug out.
3354
3355         * gnus-group.el (gnus-group-expunge-group): Rename from
3356         gnus-group-nnimap-expunge, and implemented as a normal interface
3357         function.
3358
3359         * gnus-int.el (gnus-request-expunge-group): New function.
3360
3361         * nnimap.el (nnimap-request-create-group): Implement.
3362         (nnimap-request-expunge-group): New function.
3363
3364 2010-09-21  Julien Danjou  <julien@danjou.info>
3365
3366         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3367         (gnus-html-cache-expired): Add new function.
3368         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3369         wethever we should display image for fetch it.
3370         Compute alt-text earlier to pass it to the fetching function too.
3371         (gnus-html-schedule-image-fetching): Change function argument to only
3372         get one image at a time, not a list.
3373         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3374         cache.
3375         (gnus-html-get-image-data): New function to retrieve image data from
3376         cache.
3377         (gnus-html-put-image): Change buffer argument to use image data rather
3378         than file, and place image above region rather than inserting a new
3379         one.  Do not take alt-text as argument, since it's useless now: we place
3380         the image above alt-text.
3381         (gnus-html-prune-cache): Remove.
3382         (gnus-html-show-images): Start to fetch image when we find one, do not
3383         push into a temporary list.
3384         (gnus-html-prefetch-images): Only fetch image if they have expired.
3385         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3386         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3387
3388 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3391
3392 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3395         spec inser "*" if the group isn't active instead of 0.
3396
3397         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3398         opening the server.
3399         (nnimap-request-delete-group): Implement group deletion.
3400         (nnimap-transform-headers): Return the size of the entire message in
3401         the Bytes header, not just the size of the first part.
3402         (nnimap-request-move-article): When moving an article from nnimap,
3403         request the article first so the accepting form has an article to
3404         accept.  Reported by Dan Christensen.
3405         (nnimap-command): Make sure that the error message doesn't error out.
3406
3407 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3408
3409         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3410         we haven't requested anything.
3411
3412 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3415         "".  Fix found by Andrew Cohen.
3416
3417         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3418         instead of -encode-string.
3419
3420 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3423
3424         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3425         by mm-subst-char-in-string.
3426
3427 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3430         waiting for the connection string.
3431
3432         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3433         arriving.
3434
3435         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3436         bogus characters.  This allows selecting certain Gmail groups.
3437
3438         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3439         (nnimap-fetch-partial-articles): New variable.
3440         (nnimap-open-connection): When looking for credentials, also use the
3441         nnimap-server-port.
3442         (nnimap-request-article): Return the group/article number, so that Gnus
3443         `^' works as expected.
3444         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3445
3446         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3447         comments.
3448         (gnus-methods-sloppily-equal): New function.
3449         (gnus): When using the development version of Gnus, load the gnus-load
3450         file.
3451
3452         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3453         `gnus-open-server' on each method before trying to scan them etc.
3454         This ensures that all the backend parameters are set correctly.
3455
3456         * nnimap.el (nnimap-authenticator): New variable.
3457         (nnimap-open-connection): Allow anonymous login.
3458         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3459         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3460
3461         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3462         patch, found by Knut Anders Hatlen.
3463
3464 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3465
3466         * gnus-agent.el (gnus-agent-batch-confirmation)
3467         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3468         to gnus-message.
3469         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3470         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3471         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3472         * gnus-int.el (gnus-open-server): Likewise.
3473         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3474         (gnus-score-check-syntax): Likewise.
3475         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3476         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3477         Likewise.
3478         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3479
3480 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3483         calling conventions so that prefetch doesn't bug out.
3484
3485 2010-09-19  Julien Danjou  <julien@danjou.info>
3486
3487         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3488         rather than `subst-char-in-region' in order to be able to replace ASCII
3489         char by UTF-8 ones.
3490
3491         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3492         than curl.
3493         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3494         the right URL and ALT text on images.
3495         (gnus-html-wash-tags): Fix tag case.
3496         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3497         (gnus-article-html): Add -o display_ins_del=2 option.
3498         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3499
3500 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3503         the extra mail headers, which sometimes seem to happen for unknown
3504         reasons.
3505
3506         * mail-parse.el (mail-header-encode-parameter): Define as
3507         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3508         (or most, perhaps?) mail readers don't understand the latter, but do
3509         understand the former.
3510
3511         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3512         to nil, so that no methods are automatically agentized.  I think this
3513         is probably what most users want.
3514
3515         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3516         from url-retrieve, for instance about invalid URLs.
3517
3518         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3519         groups that have no articles.
3520         (nnimap-request-article): Check that we really got an article when we
3521         requested one.
3522
3523         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3524         doesn't exist.
3525
3526         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3527         nntp buffer so the agent can save it.
3528         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3529         that CRLF doesn't get translated to \n.
3530         (nnimap-open-connection): Don't make 'shell commands only send \n.
3531
3532 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3533
3534         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3535         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3536         Update var name.
3537         (nnml-generate-nov-file): Use dolist.
3538         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3539         Use with-current-buffer.
3540
3541 2010-09-18  Julien Danjou  <julien@danjou.info>
3542
3543         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3544         parallel.
3545
3546 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3549         the range update right.
3550         (nnimap-request-group): Don't make `M-g' bug out on group with no
3551         marks.
3552         (nnoo): Require, so that other packages can require nnimap.
3553         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3554         command we're looking for.  This helps when the server sends more
3555         responses after we've gotten everything we expected.
3556         (nnimap): Add a `newlinep' field to keep track of end-of-line
3557         conventions.
3558         Don't send CRLF to things that don't want it.
3559         (nnimap-request-accept-article): Ditto.
3560
3561 2010-09-18  Julien Danjou  <julien@danjou.info>
3562
3563         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3564         than curl to retrieve images.
3565
3566 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3569         the marks.
3570         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3571         (nnimap-wait-for-connection): New function.
3572         (nnimap-open-connection): If we have PREAUTH, don't query for login
3573         credentials.
3574         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3575         when doing a partial update.
3576
3577 2010-09-18  Julien Danjou  <julien@danjou.info>
3578
3579         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3580         tags.
3581
3582 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * nnimap.el (nnimap-credentials): New function.
3585         (nnimap-open-connection): Use the new function to look for credentials
3586         also on the numeric equivalents of "imap" and "imaps".
3587
3588         * gnus-start.el (gnus-activate-group): Send the info to
3589         gnus-request-group.
3590
3591         * nnimap.el (nnimap-request-group): Have the "check" version of the
3592         function parse flags and update the info, so that a `M-g' get a total
3593         resync of all flags from the group.
3594
3595         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3596         to allow backends to alter the info on group selection.  Also alter all
3597         the backend -request-group functions to take the parameter.
3598
3599         * nnimap.el (nnimap-store-info): New function.
3600         (nnimap-update-info): Store the info for later usage.
3601         (nnimap-request-group): Use the stored info for the dont-check case, so
3602         that we don't retrieve all marks when we enter a group.
3603
3604         * nnimap.el: Use deffoo instead of defun for interface functions.
3605
3606         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3607         update the group info.  This makes the nndraft groups, for instance, go
3608         back to their old behaviour.
3609
3610         * gnus-sum.el (gnus-select-newsgroup): Indent.
3611
3612         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3613         in.
3614         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3615         nothing.
3616
3617         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3618         from methods that are denied.
3619
3620         * gnus-int.el (gnus-method-denied-p): New function.
3621
3622         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3623         store the password instead of netrc.
3624         (nnimap-open-connection): Don't error out when we can't make a
3625         connections.
3626
3627         * auth-source.el (auth-source-create): In the password prompt, say what
3628         we're querying for.  Also prompt for user name if that hasn't been
3629         given.
3630
3631         * nnimap.el (nnimap-with-process-buffer): Remove.
3632
3633 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3636         method when we're reading from the agent.
3637
3638         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3639
3640         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3641         that's probably most useful for users.
3642
3643         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3644         "failed" all the time.
3645
3646         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3647         ...)) with (with-current-buffer ... ).
3648
3649         * nntp.el (nntp-open-server): Return whether the open was successful or
3650         not.
3651
3652         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3653         select an unread unseen article first.
3654
3655         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3656         /etc/services, supply some sensible port defaults.
3657
3658         * dgnushack.el: Define netrc-credentials.
3659
3660 2010-09-17  Julien Danjou  <julien@danjou.info>
3661
3662         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3663
3664 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3665
3666         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3667         doesn't have any parameters.
3668
3669 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3672         only upcased checks.
3673
3674         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3675
3676         * nnimap.el (nnimap-open-shell-stream): New function.
3677         (nnimap-open-connection): Use it.
3678         (nnimap-transform-headers): Get the number of lines in each message.
3679         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3680         number of lines.
3681         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3682         problem.
3683
3684         * utf7.el (utf7-encode): Autoload.
3685
3686         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3687         to allow the mail splitting to not return a default group.  This is
3688         useful for nnimap, which will leave unmatched mail in the inbox.
3689
3690         * nnimap.el: Rewritten.
3691
3692         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3693         nnimap usage.
3694
3695         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3696         if the move is internal, so that nnimap can do fast internal moves.
3697
3698         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3699         data.
3700         (gnus-read-active-for-groups): Support finishing the early retrieval of
3701         data.
3702
3703         * gnus-range.el (gnus-range-nconcat): New function.
3704
3705         * gnus-int.el (gnus-finish-retrieve-group-infos)
3706         (gnus-retrieve-group-data-early): New functions.
3707
3708 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3709
3710         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3711         (nnrss-retrieve-groups):
3712         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3713         (pop3-quit): Use with-current-buffer.
3714
3715 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3718         instead of nnheader-accept-process-output.
3719
3720         * dgnushack.el (dgnushack-compile): Add comment.
3721
3722         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3723
3724         * gnus-html.el (gnus-html-schedule-image-fetching)
3725         (gnus-html-prefetch-images): Replace process-kill-without-query by
3726         gnus-set-process-query-on-exit-flag.
3727
3728 2010-09-16  Romain Francoise  <romain@orebokech.com>
3729
3730         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3731
3732 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3735         parameter to unintern is mandatory-ish in Emacs 24.
3736
3737         * gnus-html.el (gnus-html-schedule-image-fetching)
3738         (gnus-html-prefetch-images): Check for curl before using it.
3739
3740         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3741         depend on curl, which isn't essential.
3742
3743         * imap.el: Revert back to version
3744         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3745         seem problematic.
3746
3747 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3748
3749         * gnus-registry.el (gnus-registry-install-shortcuts):
3750         Explicitly pass `obarray' to `unintern' to avoid a warning.
3751
3752 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3755         change.
3756
3757         * nnrss.el (nnrss-request-list): Remove this function and related
3758         functions, including the moreover stuff.
3759
3760 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * nnrss.el (nnrss-retrieve-groups): New function.
3763
3764 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3765
3766         * .dir-locals.el: Add no-byte-compile cookie.
3767
3768 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * time-date.el (format-seconds): Comment fix.
3771
3772         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3773         for back end that doesn't support request-scan.
3774
3775 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3778         then do request scans from the backends.
3779
3780         * netrc.el (netrc-credentials): New conveniency function.
3781
3782         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3783         avoid running a hook per line, since this takes a lot of time,
3784         profiling shows.
3785         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3786         directly if gnus-visual-p is true.
3787
3788 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3791         groups; replace mapcar with dolist which is a bit faster; pass groups
3792         info to gnus-read-active-file-1.
3793         (gnus-read-active-file-1): Scan only specified groups if the new
3794         optional arg `infos' is given.
3795
3796 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3799
3800         * pop3.el (pop3-movemail): Remove.
3801         (pop3-streaming-movemail): Rename to pop3-movemail.
3802
3803         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3804         don't restrict end-tag searches to the end of the line.
3805
3806 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3809         articles of every unchecked group to t, which means unknown since the
3810         server has never been opened.
3811
3812 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-html.el (gnus-html-show-alt-text): New command.
3815         (gnus-html-browse-image): Ditto.
3816         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3817         to browse the image directly.
3818         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3819         better.
3820
3821         * gnus-async.el (gnus-async-article-callback):
3822         Call `gnus-html-prefetch-images' unconditionally.
3823
3824         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3825         before feeding URLs to curl.
3826
3827 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3830         internal images as deletable by `W D D'.
3831
3832         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3833         (gnus-async-article-callback): Fix typo.
3834
3835 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3838         current line to work around bugs in the output from w3m.
3839
3840         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3841         for groups that want that.
3842
3843         * nntp.el (nntp-wait-for-string): Supply a timeout for
3844         accept-process-output to ensure progress.
3845
3846         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3847         level to get unread articles from, then use that for foreign groups,
3848         too.
3849
3850         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3851         confuses the rest of the function.
3852
3853         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3854         for the methods that support -retrieve-groups, too.
3855
3856         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3857
3858 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3861         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3862
3863         * pop3.el: Require cl when compiling.
3864         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3865
3866 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3869         that aren't going to be activated.
3870         (gnus-get-unread-articles): Fix up the last commit.
3871
3872         * gnus-html.el (gnus-article-html): Allow calling without specifying
3873         the handle.  In that case, dissect the buffer first.
3874
3875         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3876
3877         * nnimap.el (nnimap-open-connection): Revert the change that would look
3878         into authinfo for imaps instead of imap.
3879
3880         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3881         say that you don't want to call gnus-request-group with don-check, but
3882         do check the reponse.  This is for virtual groups only.
3883         (gnus-get-unread-articles): Count the archive groups as secondary, so
3884         that they're activated the same way as before.
3885
3886         * imap.el (imap-message-map): Removed optional buffer parameter, since
3887         no callers use it.
3888         (imap-message-get): Ditto.
3889         (imap-message-put): Ditto.
3890         (imap-mailbox-map): Ditto.
3891         (imap-mailbox-put): Ditto.
3892         (imap-mailbox-get): Ditto.
3893         (imap-mailbox-get): Revert last change for this function.
3894
3895         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3896         case-insensitively.
3897         (nnimap-debug): Remove.
3898
3899         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3900         to use `imap-fetch' instead.  According to the comments, this should be
3901         safe, since all other IMAP clients use the 1:* syntax.
3902         (imap-enable-exchange-bug-workaround): Removed.
3903         (imap-debug): Removed -- doesn't seem very useful.
3904
3905         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3906         mail from a file, and the file doesn't exist.
3907
3908         * imap.el (imap-log): New convenience function used throughout instead
3909         of repeating the same code all over the place.
3910
3911         * pop3.el (pop3-streaming-movemail): Return t for success.
3912
3913         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3914         .authinfo if we're using ssl connection.
3915
3916         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3917         already have if we're in a main Gnus `g' run.
3918
3919         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3920
3921 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3924
3925         * nnmh.el (nnmh-request-list-1): Bind `file'.
3926
3927         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3928         alias to set-process-query-on-exit-flag or process-kill-without-query.
3929         (pop3-open-server): Use it.
3930
3931 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3934         box to the Incoming file.  Fixes mistake in previous checkin.
3935
3936         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3937         request loop (for debugging purposes) removed.
3938
3939         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3940         culprit is more visible.
3941         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3942         (nnml-add-incremental-nov): New functions to do "incremental" nov
3943         updates, where we just append to the end of the existing nov files
3944         without reading/writing them in full.
3945
3946         * mail-source.el (mail-source-delete-crash-box): Really only check the
3947         incoming files once in a while.
3948
3949         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3950
3951         * mail-source.el (mail-source-delete-crash-box): Only check the
3952         incoming files for deletion once per day to save a lot of file
3953         accesses.
3954
3955         * pop3.el (pop3-logon): Fix up unbound variable typo.
3956
3957         * mail-source.el (pop3-streaming-movemail): Autoload.
3958
3959         * pop3.el (pop3-streaming-movemail):
3960         Respect pop3-leave-mail-on-server.
3961
3962         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3963         retrieval.
3964
3965         * pop3.el (pop3-process-filter): Remove unused function.
3966         (pop3-streaming-movemail, pop3-send-streaming-command)
3967         (pop3-wait-for-messages, pop3-write-to-file)
3968         (pop3-number-of-responses): New functions for streaming pop3
3969         retrieval.
3970
3971         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3972         come from no known methods.
3973         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3974         list.
3975
3976         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3977         message sizes.
3978         (pop3-movemail): Use erase-buffer instead of looping and deleting
3979         regions, which seems rather odd.
3980
3981         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3982         file once per `g' run.
3983
3984         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3985         directories.  This makes the draft queue directory work.
3986
3987         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3988         data from the backends, so that we only request the list of groups from
3989         each method once.  This should speed things up considerably.
3990
3991         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3992         detect that it's not implemented.
3993
3994         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3995         we actually do recurse down into the tree, but don't stat all leaf
3996         nodes.
3997
3998         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3999         then say so instead of bugging out.
4000
4001         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4002         files exist before trying to read them.
4003
4004         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4005         around <pre_int>.
4006
4007         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4008
4009         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4010
4011 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * mm-util.el (mm-image-load-path): Just return the image directories,
4014         not all directories in the path in addition to the image directories.
4015         (mm-image-load-path): Maintain a cache of the image directories so that
4016         the `g' command in Gnus doesn't have to stat dozens of directories each
4017         time.
4018
4019         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4020         (gnus-html-wash-tags): Add a new `i' command to insert images.
4021         (gnus-html-insert-image): New command and keystroke.
4022         (gnus-html-redisplay-with-images): New command and keystroke.
4023         (gnus-html-show-images): Rename command.
4024         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4025         spacers.
4026         (gnus-html-wash-tags): Decode entities at the end, so that entities
4027         inside the tags don't mess up the rest of the "parsing".
4028
4029         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4030         so that nnimap methods aren't agentized by default.  There's apparently
4031         many problems related to agent/imap behaviour.
4032
4033         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4034
4035         * gnus-html.el: Doc fix.
4036
4037 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4040         specifier-spec-list for Emacs 21.
4041
4042         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4043         glyph-width and glyph-height instead of display-graphic-p and
4044         image-size; make avoidance of displaying small images work for XEmacs.
4045
4046         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4047         for XEmacs.
4048
4049         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4050         of symbol that holds plist data.
4051         (gnus-process-plist): Remove plist of process after getting it.
4052
4053 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * message.el (message-generate-hashcash): Change default to
4056         'opportunistic if hashcash is installed.
4057
4058         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4059         (gnus-html-put-image): Only call image-size once, since it's somewhat
4060         time-consuming on remote X servers.
4061
4062 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4065         type on data, not a file name.
4066
4067         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4068         window-pixel-edges for Emacs 21.
4069
4070         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4071         decoded contents.
4072         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4073
4074 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4077         group line format, since it isn't very interesting.
4078
4079         * gnus-agent.el (gnus-agent-short-article),
4080         (gnus-agent-long-article): Increase values for these two variables,
4081         since most people are likely to have more network connection and
4082         storage than before.
4083
4084         * gnus.el (gnus-refer-article-method): Change default to 'current.
4085         When referring an article, the common behaviour is to refer it from the
4086         current select method, not the native select method.  The chances of
4087         the native select method having the message in question is rather slim
4088         these days.
4089
4090         * gnus-sum.el (gnus-auto-select-subject): Change default to
4091         `unseen-or-unread'.  I think it's likely that most people want to
4092         select an unseen article over a previously seen, but unread one.
4093
4094         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4095         means that in the article buffer none of the minor mode elements will
4096         be shown, usually, and this is not desirable in most cases.
4097
4098         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4099         that commands like `d' (and the like) go to the next line in the
4100         buffer, instead of the next unread article.  I think this is the
4101         behaviour that is most natural for most users.
4102         (gnus-single-article-buffer): Change default to nil, so that people can
4103         have as many article buffers open as they have summary buffer.  I think
4104         this is the most natural way for the groups to behave.
4105
4106         * message.el (message-generate-new-buffers): Change default to
4107         `unsent', so that all new message buffers start their names with the
4108         string "*unsent", and it's easier to find the buffers if you move from
4109         them.
4110
4111 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4114         small.  They're probably tracking images.
4115         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4116         (gnus-html-rescale-image): Yet another try at getting the image sizing
4117         right.
4118
4119         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4120         nntp-marks-file-name is nil.
4121
4122 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4123
4124         * gnus-html.el (gnus-html-wash-tags)
4125         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4126         Better logging.
4127
4128 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4131
4132         * gnus-html.el (gnus-html-wash-tags): Check the value of
4133         gnus-blocked-images in the summary buffer.
4134
4135 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4138
4139 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4142         like "a", it seems like.
4143         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4144         since it needs to be picked from the correct buffer.
4145
4146         * nnwfm.el: Remove.
4147
4148         * nnlistserv.el: Remove.
4149
4150 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4153         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4154
4155 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * nnkiboze.el: Remove.
4158
4159         * nndb.el: Remove.
4160
4161         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4162         alt text.
4163         (gnus-html-rescale-image): Try to get the rescaling logic right for
4164         images that are just wide and not tall.
4165
4166         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4167         overshadow variable bindings.
4168
4169 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4170
4171         * gnus-html.el (gnus-html-wash-tags)
4172         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4173         Add extra logging.
4174
4175 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176
4177         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4178         (gnus-max-image-proportion): New variable.
4179         (gnus-html-rescale-image): New function.
4180         (gnus-html-put-image): Rescale images.
4181
4182 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4183
4184         Fix up some byte-compiler warnings.
4185         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4186         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4187         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4188         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4189         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4190         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4191         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4192
4193 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * gnus-html.el (gnus-article-html): Decode contents by charset.
4196
4197 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4200         (gnus-html-frame-width, gnus-blocked-images)
4201         * message.el (message-prune-recipient-rules): Add custom version.
4202         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4203
4204         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4205         functions.
4206
4207         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4208         gnus-process-get.
4209
4210 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4211
4212         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4213         instead of lsub directly.
4214
4215 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * nnwarchive.el: Remove.
4218
4219         * gnus-soup.el: Remove.
4220
4221         * nnsoup.el: Remove.
4222
4223         * nnultimate.el: Remove.
4224
4225         * gnus-html.el (gnus-blocked-images): New variable.
4226
4227         * message.el (message-prune-recipients): New function.
4228         (message-prune-recipient-rules): New variable.
4229
4230         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4231         guess whether a long line is natural text or not.
4232
4233         * gnus-html.el (gnus-html-schedule-image-fetching):
4234         Use gnus-process-plist and friends for compatibility.
4235
4236 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4237
4238         * gnus-html.el: Require packages that define macros used in this file.
4239         (gnus-article-mouse-face): Declare to silence byte-compiler.
4240         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4241         process-get.
4242         (gnus-html-put-image): Use plist-get to avoid getf.
4243         (gnus-html-prefetch-images): Use with-current-buffer.
4244
4245 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-ems.el: Provide compatibility functions for
4248         gnus-set-process-plist.
4249
4250         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4251         header-line-format for XEmacs 21.4.
4252
4253         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4254         * gnus.el (gnus-valid-select-methods)
4255         * message.el (message-send-mail-partially-limit)
4256         * mm-decode.el (mm-text-html-renderer)
4257         * mml.el (mml-insert-mime-headers-always)
4258         * smiley.el (smiley-regexp-alist): Bump custom version.
4259
4260 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-html.el: require mm-url.
4263         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4264         with the url to `url'.
4265         (gnus-html-wash-tags): Support cid: URLs/images.
4266
4267 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4270         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4271         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4272
4273         * gnus-move.el: Remove file, since it doesn't really work.
4274
4275         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4276         UTF-8.  This seems to fix problems with some German web feeds.
4277
4278         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4279         at the top so that the proper colours are applied.
4280
4281         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4282         don't have dots in their names.
4283
4284         * gnus-art.el (gnus-article-view-part): Doc fix.
4285
4286         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4287         XEmacs-compatible.
4288         (gnus-html-put-image): Don't do images on non-graphic displays.
4289
4290         * nnslashdot.el: Remove this unused backend.
4291
4292         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4293         actions.
4294         (gnus-undo-register-1): Revert last change.
4295
4296         * gnus-group.el (gnus-group-completing-read): Protect against not
4297         having completion-styles bound.
4298
4299         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4300         make broken recipients happier.
4301
4302         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4303
4304         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4305         point parameter.
4306
4307         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4308
4309         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4310         completion-styles for group selection.
4311
4312 2009-02-04  Andreas Schwab  <schwab@suse.de>
4313
4314         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4315         headers and regexp-quote the match if necessary.
4316
4317 2009-03-24  Miles Bader  <miles@gnu.org>
4318
4319         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4320         the blinking smiley.
4321
4322 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4323
4324         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4325         blink smiley.
4326
4327 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4330         where the dribbel file lives exists.
4331
4332         * message.el (message-send-mail-partially-limit): Change the default to
4333         nil, since most people don't want this.
4334
4335         * mm-url.el (mm-url-decode-entities): Also decode entities like
4336         &#x3212.
4337
4338 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4339
4340         * gnus-sum.el (gnus-summary-idna-message):
4341         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4342         Hyperlink urls in docstrings with URL `...'.
4343
4344 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4345
4346         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4347         functions.
4348
4349 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4352         say what the mouseover text should be.
4353
4354         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4355         version of the mm-w3m-safe-url-regexp variable to only download images
4356         in the groups where we want that to happen.
4357
4358         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4359
4360         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4361         easier debugging.
4362         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4363         big pictures in the article buffer.
4364
4365         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4366         gnus-article-html.
4367         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4368         w3m.
4369
4370         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4371
4372 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4375         which doesn't exist.
4376
4377         * message.el (message-inhibit-ecomplete): New variable to allow some
4378         function to inhibit ecomplete address storage.
4379         (message-resend): Disable ecomplete message storage when resending
4380         messages.
4381
4382         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4383
4384 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4387         Save excursion while copying, moving, and deleting articles in order to
4388         prevent the cursor from jumping to unforeseen place.
4389
4390 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * lpath.el: No need to bind bookmark-current-buffer,
4393         bookmark-yank-point and bookmark-make-record-function.
4394
4395 2010-08-17  Glenn Morris  <rgm@gnu.org>
4396
4397         * gnus-sync.el: Require gnus components whose functions are used.
4398
4399         * gnus-art.el (bookmark-make-record-function):
4400         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4401         Declare for compiler.
4402
4403         * mm-url.el (mml-compute-boundary): Autoload.
4404
4405 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4408
4409 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4410
4411         Typo fix "hoo4a" -> "hook".
4412
4413         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4414
4415 2010-08-14  Glenn Morris  <rgm@gnu.org>
4416
4417         * gnus-sync.el (gnus-sync): Fix defgroup version.
4418
4419 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4420
4421         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4422
4423         * gnus-sync.el: Fix docs.
4424         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4425         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4426
4427 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         Optimizations for gnus-sync.el.
4430
4431         * gnus-sync.el: Add docs about gnus-sync-backend
4432         possibilities.
4433         (gnus-sync-save): Remove unnecessary message.
4434         (gnus-sync-read): Optimize and show what groups were skipped.
4435
4436 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         Minor bug fixes for gnus-sync.el.
4439
4440         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4441         Don't read the sync on get-new-news.
4442
4443         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4444         quiet.
4445
4446         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4447         (fix typo).
4448
4449 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4450
4451         Make saving and restoring of hidden threads work with overlays.
4452         Patch applied by Ted Zlatanov.
4453
4454         * gnus-sum.el (gnus-hidden-threads-configuration)
4455         (gnus-restore-hidden-threads-configuration): Update to deal with text
4456         properties, rather than searching for a magic character.
4457
4458 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         New gnus-sync.el library for synchronization of marks.
4461
4462         * gnus-sync.el: New library for synchronization of marks.
4463
4464         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4465         renamed from `gnus-registry-grep-in-list'.
4466
4467         * gnus-registry.el (gnus-registry-follow-group-p):
4468         Use `gnus-grep-in-list'.
4469
4470         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4471
4472 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4475         determining charset of text fails.
4476
4477 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * nnmail.el (nnmail-get-new-mail-1): Revert.
4480
4481         * nnml.el (nnml-active-number): Make sure names of newly created groups
4482         in nnml-group-alist are encoded.
4483
4484 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4487         containing non-ASCII characters in active file for nnml back end.
4488
4489 2010-07-24  David Engster  <dengste@eml.cc>
4490
4491         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4492         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4493
4494 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4495
4496         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4497         tag (Bug#6654).
4498
4499 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4502         the article buffer, not the summary buffer.
4503
4504 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4507         Emacs 23 as well.
4508
4509 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4512         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4513
4514 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4515
4516         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4517         Patch applied by Karl Fogel.
4518
4519         * gnus-sum.el (gnus-summary-bookmark-make-record):
4520         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4521
4522 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4523
4524         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4525         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4526         C-w still not working correctly from Article buffers; Thierry's
4527         patch to fix that will be applied after this.
4528
4529         * gnus-art.el (bookmark-make-record-function): New local variable.
4530
4531         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4532         article buffer.
4533         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4534
4535 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4536
4537         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4538         on changes in bookmark.el.
4539
4540 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4543         `no-log' instead of message not to log prompt string.
4544
4545 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4546
4547         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4548         the *other* type of HTML form submission.
4549
4550 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4551
4552         * auth-source.el (auth-source-pick): If choice does not contain a
4553         questioned keyword, set the check to t.
4554
4555 2010-06-12  Romain Francoise  <romain@orebokech.com>
4556
4557         * gnus-util.el (gnus-date-get-time): Move up before first use.
4558
4559 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4562         (gnus-article-edit-part): Bind it to make last part that is substituted
4563         or deleted visible.
4564         (gnus-mime-display-single): Buttonize part of which id equals to
4565         gnus-mime-buttonized-part-id.
4566
4567 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4568
4569         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4570         (gnus-dd-mmm): Use gnus-date-get-time.
4571         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4572         simplify logic.
4573         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4574         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4575
4576 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4577
4578         * auth-source.el (top): Autoload `secrets-list-collections',
4579         `secrets-create-item', `secrets-delete-item'.
4580         (auth-sources): Fix tag string.
4581         (auth-get-source, auth-source-retrieve, auth-source-create)
4582         (auth-source-delete): New defuns.
4583         (auth-source-pick): Rewrite in order to avoid 2 passes.
4584         (auth-source-forget-user-or-password): New parameter USERNAME.
4585         (auth-source-user-or-password): New parameters CREATE-MISSING and
4586         DELETE-EXISTING.  Retrieve password interactively, if needed.
4587
4588 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4589
4590         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4591         deleting unused directories when gnus-expert-user is t.
4592
4593 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4596         for each temp file when gnus-article-browse-delete-temp is ask.
4597
4598 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4599
4600         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4601         Lisp calls to delete-backward-char by calls to delete-char.
4602
4603 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4604
4605         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4606
4607 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4608
4609         * password-cache.el (password-cache-remove): Fix docstring.
4610
4611 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4614         article unless decoding article to be saved.
4615
4616 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4619         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4620         generated within the mm-with-unibyte-current-buffer macro.
4621
4622 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4625         to nil when we're in a mml-preview buffer and no group is selected.
4626
4627 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4628
4629         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4630         when catching the `C-g'.  Reported by "Leo".
4631
4632 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * message.el (message-forward-make-body-plain)
4635         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4636         multibyte-string-p.
4637
4638         * lpath.el: Revert.
4639
4640 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * message.el (message-forward-make-body-mml): Assume original message
4643         is multibyte string; error on unibyte.
4644         (message-forward-make-body-plain): Ditto; don't add excessive newline
4645         in body end.
4646
4647         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4648
4649 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4650
4651         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4652         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4653
4654 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * mm-extern.el (mm-extern-url): Don't use
4657         mm-with-unibyte-current-buffer.
4658         (mm-extern-cache-contents): Use with-current-buffer instead of
4659         save-excursion + set-buffer.
4660
4661 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * mm-util.el (mm-emacs-mule): Remove.
4664
4665 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4666
4667         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4668         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4669         change.
4670
4671 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4674         bind the default value of enable-multibyte-characters to nil.
4675
4676 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * message.el (message-forward-make-body-plain)
4679         (message-forward-make-body-mml):
4680         Don't use mm-with-unibyte-current-buffer.
4681
4682 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4683
4684         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4685
4686 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4687
4688         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4689         (Bug#5592).
4690
4691 2010-05-07  Julien Danjou  <julien@danjou.info>
4692
4693         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4694         it to mm-pipe-part.
4695
4696         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4697         it is given.
4698
4699 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * binhex.el (binhex-decode-region-internal)
4702         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4703         (dns-query)
4704         * nnweb.el (nnweb-gmane-search)
4705         * pgg-parse.el (pgg-parse-armor)
4706         * pgg.el (pgg-verify-region)
4707         * sha1.el (sha1-string-external)
4708         * uudecode.el (uudecode-decode-region-internal)
4709         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4710         XEmacs.
4711
4712         * gnus-art.el (gnus-article-browse-html-parts)
4713         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4714         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4715         make-temp-file.
4716
4717         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4718         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4719         compiling.
4720
4721         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4722         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4723         XEmacs when compiling.
4724
4725         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4726         gnus-pick-mode-off-hook for XEmacs when compiling.
4727         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4728         gnus-binary-mode-off-hook for XEmacs when compiling.
4729
4730         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4731         Return nil if char-charset is not available.
4732
4733         * imap.el (imap-disable-multibyte)
4734         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4735         macros.
4736
4737         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4738         instead of encode-coding-string.
4739
4740         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4741         'xemacs) instead of mm-emacs-mule to switch function definitions.
4742         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4743
4744         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4745         bind temporary-file-directory for XEmacs;
4746         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4747         timer-set-function for XEmacs 21.4 and SXEmacs;
4748         bind timer-list for XEmacs 21.4 and SXEmacs;
4749         fbind char-charset and find-charset-region for non-Mule XEmacs;
4750         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4751         encode-coding-region and encode-coding-string for XEmacs having no
4752         file-coding feature.
4753
4754 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4755
4756         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4757
4758 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4761         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4762
4763 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4764
4765         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4766         alias `jka-compr-delete-temp-file' no longer exists.
4767
4768 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         Use define-minor-mode in Gnus where applicable.
4771         * mml.el (mml-mode): Use define-minor-mode.
4772         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4773         (gnus-undo-mode): Use define-minor-mode.
4774         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4775         (gnus-dead-summary-mode): Use define-minor-mode.
4776         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4777         Initialize in declaration.
4778         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4779         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4780         (gnus-mailing-list-mode): Use define-minor-mode.
4781         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4782         (gnus-draft-mode): Use define-minor-mode.
4783         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4784         (gnus-dired-mode): Use define-minor-mode.
4785
4786 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4787
4788         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4789         handles on recursive mml-to-mime translation and check them for
4790         boundary delimiter collisions.  Reported by Greg Troxel.
4791
4792 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4795
4796 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         * mm-util.el (mm-find-buffer-file-coding-system):
4799         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4800
4801 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4802
4803         * message.el (message-generate-headers): Record insertion of optional
4804         headers as well.  Otherwise the check to prevent repeated insertion of
4805         optional headers is a no-op.
4806
4807 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * smime.el: Don't mention CVS.
4810
4811         * nnrss.el (nnrss-fetch): Don't mention CVS.
4812
4813         * nnir.el: Don't mention CVS.
4814
4815 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4816
4817         * gnus-sum.el (gnus-summary-bookmark-make-record):
4818         Add `location' field.
4819
4820 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * lpath.el: Fbind bookmark-default-handler,
4823         bookmark-get-bookmark-record, bookmark-make-record-default,
4824         bookmark-prop-get for Emacs <23 and XEmacs.
4825
4826 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4827
4828         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4829         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4830         Use with-current-buffer to silence the byte-compiler.
4831         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4832         bother to require `gnus'.
4833         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4834
4835 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4836
4837         * gnus-sum.el (gnus-summary-bookmark-make-record)
4838         (gnus-summary-bookmark-jump): New functions.
4839         (gnus-summary-mode): Setup bookmark support.
4840
4841 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4842
4843         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4844         if set.
4845
4846 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4849         gnus-article-browse-html-save-cid-image; make it work recursively for
4850         forwarded messages as well.
4851         (gnus-article-browse-html-parts): Work when prefix arg is given.
4852         (gnus-article-browse-html-article): Doc fix.
4853
4854 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4855
4856         * message.el (message-default-mail-headers):
4857         (message-default-headers): Carry the value mail-default-headers over
4858         into message-default-mail-headers, rather than message-default-headers.
4859
4860 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4861
4862         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4863         charset.
4864
4865         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4866         charset into the <meta> tag when the article is encoded to utf-8.
4867
4868 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-browse-delete-temp-files):
4871         Delete directories as well.
4872         (gnus-article-browse-html-parts): Work for images that do not specify
4873         file names; delete temp directory when quitting; insert header at the
4874         right place; use file: scheme for image files.
4875
4876 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4877
4878         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4879         (gnus-article-browse-html-parts): Use it to make temporary cid image
4880         files in addition to html file so that browser may display them.
4881
4882 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4885
4886 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4889
4890 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * auth-source.el (auth-sources): Change default to be simpler.
4893         Explain about Secret Service API sources.  Improve Customize options.
4894         (auth-source-pick): Change to accept any number of search parameters.
4895         Implement fallbacks iteratively, not recursively.  Add scoring on the
4896         second pass and sort by score.  Call Secret Service API when needed.
4897         (auth-source-user-or-password): Use it.  Call Secret Service API
4898         directly when needed to get the user name and the password.
4899
4900 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4901
4902         * message.el (message-interactive): Doc fix.
4903         (message-qmail-inject-args): Reflow.
4904         (message-kill-to-signature): Fix typo in docstring.
4905
4906         * smiley.el (smiley-buffer): Fix typo in docstring.
4907
4908 2010-03-24  Glenn Morris  <rgm@gnu.org>
4909
4910         * mail-source.el (gnus-message): Declare.
4911         (mail-source-delete-old-incoming): Require gnus-util.
4912
4913 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4916
4917         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4918
4919         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4920         password-cache's default if it is not bound.
4921         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4922         password-cache-expiry's default if it is not bound.
4923
4924         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4925         available in Emacs 21.
4926
4927         * lpath.el: Suppress compiler warnings for:
4928         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4929         XEmacs;
4930         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4931         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4932         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4933
4934 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * auth-source.el (auth-sources): Fix up definition so extra parameters
4937         are always inline.
4938
4939 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4940
4941         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4942         wasn't updated after mismatch.  Clear cached mailbox info correctly
4943         when uidvalidity changes.
4944         (nnimap-group-prefixed-name): New function to avoid some code
4945         duplication.
4946         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4947         (nnimap-request-group): Use it.
4948         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4949         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4950         with many imap folders.  This is done by caching the group status from
4951         the imap server persistently in a group parameter `imap-status'.  (This
4952         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4953         but not persistently, so every Gnus startup was still very slow.)
4954
4955 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4958         delete the extra newline.  Otherwise editing of :string and :number
4959         types don't work.
4960
4961 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4964         secrets.el dependency.
4965         (auth-sources): Add optional user name.  Add secrets.el configuration
4966         choice (unused right now).
4967
4968 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * gnus-sum.el (gnus-summary-make-menu-bar):
4971         Let `gnus-registry-install-shortcuts' fill in the functions.
4972
4973         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4974         warnings.
4975         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4976         (gnus-registry-install-shortcuts): Populate and use it in a
4977         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4978
4979 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4980
4981         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4982         In-place substitutions for the group name encoding/decoding.
4983         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4984         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4985         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4986         (nnimap-update-unseen, nnimap-request-list)
4987         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4988         (nnimap-request-set-mark, nnimap-split-to-groups)
4989         (nnimap-split-articles, nnimap-request-newgroups)
4990         (nnimap-request-create-group, nnimap-request-accept-article)
4991         (nnimap-request-delete-group, nnimap-request-rename-group)
4992         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4993         `encoded-mbx' for consistency.
4994         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4995         variable `imap-current-mailbox'.
4996
4997         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4998         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4999
5000 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5001
5002         * pop3.el (pop3-display-message-size-flag): Display message size byte
5003         counts during POP3 download.
5004         (pop3-movemail): Use it.
5005         (pop3-list): Implement listing of available messages.
5006
5007 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5008
5009         * nnir.el (nnir-get-article-nov-override-function): New function to
5010         override the normal NOV retrieval.
5011         (nnir-retrieve-headers): Use it.
5012
5013 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5014
5015         * auth-source.el (netrc-machine-user-or-password): Autoload.
5016
5017 2010-03-19  Glenn Morris  <rgm@gnu.org>
5018
5019         Stop message.el from loading about 40 libraries it doesn't always need.
5020         The general approach is to autoload rather than require, and to
5021         require in the specific functions rather than the file.  (Bug#5642)
5022
5023         * gmm-utils.el: Don't require wid-edit.
5024         (widget-create-child-value, widget-convert, widget-default-get):
5025         Autoload.
5026
5027         * gnus-util.el: Don't require time-date, netrc.
5028         (message-fetch-field, gnus-group-name-decode): Declare rather than
5029         autoloading.
5030         (gnus-fetch-field): Require message.
5031         (gnus-decode-newsgroups): Require gnus-group.
5032
5033         * ietf-drums.el: Don't require time-date.
5034
5035         * message.el: Don't require hashcash, canlock, ecomplete.
5036         Do require mail-utils.  Require nnheader only when compiling.
5037         (smtpmail-default-smtp-server): Remove declaration.
5038         (message-send-mail-function): Check smtpmail-default-smtp-server
5039         is bound rather than requiring smtpmail.
5040         (message-auto-save-directory, message-insert-signature):
5041         Use expand-file-name rather than nnheader-concat.
5042         (nnheader-insert-file-contents): Autoload.
5043         (hashcash-wait-async): Declare.
5044         (message-send-mail): Only call gnus-setup-posting-charset if
5045         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5046         (message-send-mail-with-sendmail): Require sendmail.
5047         (canlock-password, canlock-password-for-verify): Declare.
5048         (message-canlock-password): Require canlock.
5049         (nnheader-get-report): Autoload.
5050         (gnus-setup-posting-charset): Declare.
5051         (message-send-news): Require gnus-msg.
5052         (message-make-references, message-make-in-reply-to): Use mail-header-id
5053         rather than the alias mail-header-message-id.
5054         (ecomplete-add-item, ecomplete-save): Declare.
5055         (message-put-addresses-in-ecomplete): Require ecomplete.
5056         (ecomplete-display-matches): Autoload.
5057
5058         * mm-decode.el: Don't require mailcap, gnus-util.
5059         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5060         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5061         Autoload.
5062         (mailcap-mime-extensions): Declare.
5063
5064         * mm-encode.el: Don't require mailcap.
5065         (mailcap-extension-to-mime): Autoload.
5066
5067         * mml-sec.el: Don't require password-cache.
5068
5069         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5070         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5071         (mml-minibuffer-read-type): Require mailcap.
5072         (mml-preview): Require gnus-msg.
5073
5074         * mml1991.el: Require password-cache.
5075         (password-cache-expiry): Remove declaration.
5076
5077         * mml2015.el: Require password-cache.
5078         (password-cache-expiry): Remove declaration.
5079
5080         * nneething.el (mailcap): Require mailcap.
5081
5082         * nnheader.el (declare-function): Add compatibility stub.
5083         (message-remove-header): Declare rather than autoload.
5084         (nnheader-replace-header): Require message.
5085
5086         * nnimap.el (declare-function): Add compatibility stub.
5087         (netrc-parse, netrc-machine-user-or-password): Declare.
5088         (nnimap-open-connection): Require netrc.
5089
5090         * nntp.el (declare-function): Add compatibility stub.
5091         (netrc-parse, netrc-machine, netrc-get): Declare.
5092         (nntp-send-authinfo): Require netrc.
5093
5094         * rfc2047.el: Don't require qp.
5095         (quoted-printable-encode-region, quoted-printable-decode-string):
5096         Autoload.
5097
5098         * sieve-mode.el: Don't require easymenu.
5099         (easy-menu-add-item): Autoload it.
5100
5101         * spam-stat.el (time-to-number-of-days): Autoload it.
5102
5103 2010-03-19  Glenn Morris  <rgm@gnu.org>
5104
5105         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5106
5107 2010-03-18  Glenn Morris  <rgm@gnu.org>
5108
5109         * hashcash.el (declare-function): Remove duplicate definition.
5110
5111 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5112
5113         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5114         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5115         value if any backslash escapes).
5116
5117 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5120         if it is available.  (bug#5647)
5121
5122         * lpath.el: Suppress compiler warning for coding-system-from-name for
5123         Emacs 21 and XEmacs.
5124
5125 2010-03-14  Juri Linkov  <juri@jurta.org>
5126
5127         * hmac-def.el:
5128         * hmac-md5.el:
5129         * netrc.el: Fix keywords.
5130
5131 2010-02-26  Glenn Morris  <rgm@gnu.org>
5132
5133         * message.el (message-send-mail-function): Change the default, so that
5134         it inherits from a customized send-mail-function.  (Bug#5643)
5135
5136 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5139         shell-command-to-string signals an error (bug#5299).
5140
5141 2010-02-24  Glenn Morris  <rgm@gnu.org>
5142
5143         * message.el (message-smtpmail-send-it)
5144         (message-send-mail-with-mailclient): Doc fixes.
5145
5146 2010-02-16  Glenn Morris  <rgm@gnu.org>
5147
5148         * message.el (message-default-mail-headers): Change the default value
5149         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5150
5151 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5154         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5155
5156 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5157
5158         * time-date.el (date-to-time): Doc fix (Bug#5408).
5159
5160 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5161
5162         * message.el (message-mail): Just pass yank-action on to message-setup.
5163         (message-setup): Handle (FUN . ARGS) form of yank-action.
5164         (message-with-reply-buffer, message-widen-reply)
5165         (message-yank-original): Handle non-buffer values of
5166         message-reply-buffer (Bug#4080).
5167         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5168
5169 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5170
5171         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5172         Fix typo in docstring.
5173
5174 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5175
5176         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5177         response.
5178
5179 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5182
5183         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5184
5185         * message.el (message-check-news-header-syntax): Protect against a
5186         string that `rfc822-addresses' returns when parsing fails.
5187
5188 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5191         (gnus-previous-char-property-change): New functions.
5192
5193         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5194
5195 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5196
5197         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5198         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5199
5200 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5201
5202         * message.el (message-exchange-point-and-mark): Rework last change to
5203         avoid using optional arg of exchange-point-and-mark, for backward
5204         compatibility.
5205
5206 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5207
5208         * message.el (message-exchange-point-and-mark):
5209         Call exchange-point-and-mark with an argument rather than setting
5210         mark-active by hand (Bug#5175).
5211
5212 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * nntp.el (nntp-service-to-port): Work for service expressed with
5215         numeric string; replace [:digit:] with [0-9] for XEmacs.
5216
5217 2009-12-17  Glenn Morris  <rgm@gnu.org>
5218
5219         * gnus-group.el (gnus-bug-group-download-format-alist):
5220         Change emacs entry to debbugs.gnu.org.  Bump :version.
5221
5222 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5225
5226 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * message.el (message-info): Explain why we use `Info-goto-node'.
5229
5230 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5233
5234 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5235
5236         * message.el (message-completion-in-region): New compatibility function.
5237         (message-expand-group): Use it.
5238
5239 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5242         with no unread article should be listed if the 2nd arg `predicate' is
5243         given.
5244
5245 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5248
5249 2009-11-29  Juri Linkov  <juri@jurta.org>
5250
5251         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5252         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5253         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5254
5255 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5256
5257         * sha1.el (sha1-string-external): default-directory "/" in case
5258         otherwise non-existent.  process-connection-type pipe for touch of
5259         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5260
5261 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5262
5263         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5264         it's comms related and sgml-mode.el has "comm" on that basis too.
5265
5266 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5269         containing tspecial characters if they have been already quoted.
5270
5271 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5272
5273         * dns-mode.el (auto-mode-alist): Purecopy string.
5274
5275 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5276
5277         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5278
5279 2009-10-24  Glenn Morris  <rgm@gnu.org>
5280
5281         * gnus-art.el (help-xref-stack-item): Define for compiler.
5282
5283 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5284
5285         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5286
5287 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5290
5291 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5294         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5295
5296 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5299         (gnus-overlays-in): New alias to overlays-in.
5300
5301         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5302         gnus-overlay-get, and gnus-delete-overlay.
5303         (gnus-summary-show-thread): Make it work as well for systems in which
5304         next-single-char-property-change is not available.
5305         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5306
5307         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5308         (gnus-overlay-get): New alias to extent-property.
5309         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5310
5311         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5312         SXEmacs.
5313
5314         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5315         SXEmacs.
5316
5317 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5320
5321 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5322
5323         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5324         and XEmacs that don't have `remove-overlays'.
5325
5326 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5327
5328         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5329         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5330         selective display.  Use overlays instead.
5331
5332 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5333
5334         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5335
5336 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5337
5338         * spam-stat.el (spam-stat-load): Fix typo in message.
5339
5340 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5341
5342         * dig.el (dig-invoke): Fix typo in docstring.
5343         (query-dig): Reflow docstring.
5344
5345 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5346
5347         * gnus-art.el (gnus-article-encrypt-body):
5348         * message.el (message-check-recipients):
5349         * mm-util.el (mm-codepage-setup):
5350         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5351         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5352
5353 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5354
5355         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5356         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5357         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5358         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5359         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5360
5361 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5362
5363         * dig.el: Add "Keywords: comm", as per net-utils.el.
5364
5365 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5366
5367         * dig.el (dig-mode): Use define-derived-mode.
5368
5369 2009-09-19  Glenn Morris  <rgm@gnu.org>
5370
5371         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5372
5373 2009-09-18  Glenn Morris  <rgm@gnu.org>
5374
5375         * gnus-diary.el (gnus-diary-check-message):
5376         * message.el (message-insert-formatted-citation-line):
5377         * nnbabyl.el (top-level):
5378         * nndiary.el (nndiary-schedule):
5379         Fix typos in condition-case handlers.
5380
5381 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5384         configuration that provides the sole article window in a frame;
5385         position point correctly after deleting a part.
5386
5387 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5388
5389         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5390         (spam-resolve-registrations-routine): Use it to unregister articles
5391         that change status.
5392
5393 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5396         with XEmacs.
5397         (parse-time-string-chars): Use it.
5398
5399 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * imap.el (imap-interactive-login): Better messages.
5402         (imap-open): Fix bug with renamed buffer on reconnect.
5403         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5404         for easier debugging and cleaner code.  On successful (guessed based on
5405         server capabilities) secondary authentication, set imap-state
5406         correctly.
5407         (imap-last-authenticator): Define imap-last-authenticator as a variable
5408         to avoid warnings.
5409
5410 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * nnrss.el (nnrss-request-article): Remove binding of
5413         default-enable-multibyte-characters that has gotten needless by
5414         the 2007-07-13 change in rfc2047-encode-message-header.
5415
5416         * mml.el (mml-insert-multipart): Error on the message header.
5417         (mml-insert-part): Error on the message header; position point at
5418         the end of a MIME tag.
5419
5420 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * time-date.el (autoload): Expand define-obsolete-function-alias into
5423         defalias and make-obsolete for old Emacsen that Gnus supports.
5424         (with-no-warnings): Define it for old Emacsen.
5425         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5426         is available.
5427         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5428         float-time is available; suppress compile warning for time-to-seconds.
5429
5430         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5431         (gnus-float-time): Alias to float-time if it exists.
5432
5433         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5434         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5435         float-time is available; suppress compile warning for time-to-seconds.
5436
5437         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5438         XEmacs.
5439
5440 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5441
5442         * imap.el (imap-message-map): Docstring fix.
5443
5444 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5447         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5448         Add the optional argument `encoding' that overrides the default.
5449
5450         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5451         mm-encode-buffer.
5452
5453 2009-09-04  Glenn Morris  <rgm@gnu.org>
5454
5455         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5456         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5457         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5458         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5459         * mm-util.el (mm-with-unibyte-current-buffer)
5460         (mm-find-buffer-file-coding-system):
5461         * yenc.el (yenc-decode-region): Use default-value rather than
5462         default-enable-multibyte-characters.
5463
5464 2009-09-03  Glenn Morris  <rgm@gnu.org>
5465
5466         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5467         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5468         than default-enable-multibyte-characters.
5469
5470 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5471
5472         * gnus-art.el (gnus-article-read-summary-keys):
5473         Fix gnus-buffer-configuration's value temporarily used.
5474
5475 2009-09-02  Glenn Morris  <rgm@gnu.org>
5476
5477         * gnus-util.el (gnus-float-time): New function.
5478         * gnus-delay.el (gnus-delay-article):
5479         * gnus-sum.el (gnus-thread-latest-date):
5480         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5481         * nnspool.el (nnspool-request-newgroups):
5482         Use gnus-float-time rather than time-to-seconds.
5483         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5484
5485         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5486         (gnus-header-subject-face, gnus-header-newsgroups-face)
5487         (gnus-header-name-face, gnus-header-content-face):
5488         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5489         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5490         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5491         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5492         (gnus-cite-face-11):
5493         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5494         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5495         (gnus-server-closed-face, gnus-server-denied-face)
5496         (gnus-server-offline-face):
5497         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5498         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5499         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5500         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5501         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5502         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5503         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5504         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5505         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5506         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5507         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5508         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5509         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5510         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5511         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5512         (gnus-summary-high-undownloaded-face)
5513         (gnus-summary-low-undownloaded-face)
5514         (gnus-summary-normal-undownloaded-face)
5515         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5516         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5517         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5518         (gnus-splash-face):
5519         * message.el (message-header-to-face, message-header-cc-face)
5520         (message-header-subject-face, message-header-newsgroups-face)
5521         (message-header-other-face, message-header-name-face)
5522         (message-header-xheader-face, message-separator-face)
5523         (message-cited-text-face, message-mml-face):
5524         * sieve-mode.el (sieve-control-commands-face)
5525         (sieve-action-commands-face, sieve-test-commands-face)
5526         (sieve-tagged-arguments-face):
5527         * spam.el (spam-face):
5528         Mark face aliases with "-face" in the name as obsolete.
5529
5530 2009-09-01  Glenn Morris  <rgm@gnu.org>
5531
5532         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5533         than goto-line.
5534
5535 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5538         Don't move point if the command is invoked inside the message header.
5539
5540 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5541
5542         * imap.el (imap-send-command): Simplify.
5543         (imap-wait-for-tag): point-max -> buffer-size.
5544
5545 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5548         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5549         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5550         * nnir.el (nnir-swish-e-index-file):
5551         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5552         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5553         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5554         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5555         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5556         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5557
5558 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5561         Don't save excursion.
5562
5563 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5564
5565         * nnheader.el (nnheader-find-file-noselect):
5566         * mm-util.el (mm-insert-file-contents):
5567         Use (default-value 'major-mode) instead of default-major-mode.
5568
5569 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5570
5571         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5572
5573 2009-08-26  Glenn Morris  <rgm@gnu.org>
5574
5575         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5576         than placing in files.el.
5577
5578 2009-08-25  Glenn Morris  <rgm@gnu.org>
5579
5580         * nnir.el (top-level): Don't require cl at run-time.
5581         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5582         Replace cl-function substitute with gnus-replace-in-string.
5583         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5584         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5585         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5586         simplified expansions.
5587
5588 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5589
5590         * dig.el (dig): Add autoload cookie.
5591
5592 2009-08-22  Glenn Morris  <rgm@gnu.org>
5593
5594         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5595         goto-line.
5596
5597 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5598
5599         * parse-time.el (parse-time-string-chars): Save match data.
5600
5601 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5602
5603         * parse-time.el (parse-time-string-chars): Compute using character
5604         classes, to handle non-ascii characters (Bug#3190).
5605
5606 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5609
5610         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5611         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5612         (gnus-mm-display-part, gnus-mime-display-single)
5613         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5614         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5615
5616         * gnus-sum.el
5617         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5618         (gnus-summary-move-article): Add expirable mark to articles copied or
5619         moved to group that has auto-expire turned on if the option is non-nil.
5620
5621 2009-07-24  Glenn Morris  <rgm@gnu.org>
5622
5623         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5624         Fix typo.  (Bug#3903)
5625
5626 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5629         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5630         that should not be used for draft articles.
5631         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5632         that has no concern in minor mode keys.
5633         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5634         Abolish.
5635
5636 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5639         article without making inquiry to a user for unknown encoding.
5640
5641         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5642         (nnmaildir--scan): Assume i-node and device number that file-attributes
5643         returns might be cons-cell.
5644
5645         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5646
5647         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5648
5649 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * auth-source.el: Remove docs now in auth.texi.  Don't use
5652         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5653         `auth-source-hide-passwords' and use them.
5654
5655 2009-07-15  Glenn Morris  <rgm@gnu.org>
5656
5657         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5658
5659 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5662         excessive whitespace from the default values of title and description.
5663
5664 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5667         mail-fetch-field to fetch Content-Description header in order to
5668         exclude newlines.
5669
5670 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5671
5672         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5673         format used by GnuPG 2.0.11.
5674
5675 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5678         to deleted part.
5679
5680 2009-05-30  David Engster  <dengste@eml.cc>
5681
5682         * nnmairix.el: Remove old documentation in the commentary block.
5683         (nnmairix-request-group): Do not update active file for nnml back ends.
5684         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5685         end so that overview files are ignored.
5686         (nnmairix-update-groups): Make updating the groups more robust by using
5687         marks.
5688         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5689         with dollar characters in message-id.
5690
5691 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5694         2008-12-25 in dns.el.
5695
5696 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5697
5698         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5699         could happen if the text is only composed of spaces and/or tabs.
5700
5701 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5702
5703         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5704         when sending a queued message to avoid extra mml tags.
5705
5706 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5709
5710 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5713         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5714         rmail-toggle-header for XEmacs;
5715         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5716
5717 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-dired.el: Remove autoload for gnus-setup-message.
5720         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5721         displaying Gnus logo; always use compose-mail.
5722
5723 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5726
5727 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5730         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5731         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5732         available.
5733         (gnus-nocem-epg-verify): New function.
5734
5735 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5738
5739 2009-02-15  Glenn Morris  <rgm@gnu.org>
5740
5741         * gnus-util.el (rmail-insert-rmail-file-header)
5742         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5743         autoloads.
5744         (rmail-default-rmail-file): Remove unnecessary declaration.
5745         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5746
5747 2009-02-14  Glenn Morris  <rgm@gnu.org>
5748
5749         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5750         variable (only used in gnus-util, which declares it anyway).
5751         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5752         which was only needed by gnus-art (changed to not use it any more).
5753         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5754         only used in gnus-util, which autoloads it itself.
5755         (rmail-update-summary): Fix autoload.
5756
5757         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5758         rather than rmail-output-to-rmail-file.
5759
5760 2009-02-07  Glenn Morris  <rgm@gnu.org>
5761
5762         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5763         autoload of function that no longer exists.
5764         (rmail-toggle-header): Declare.
5765         (message-forward-rmail-make-body): Handle mbox Rmail.
5766
5767 2009-01-31  Glenn Morris  <rgm@gnu.org>
5768
5769         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5770         2009-01-09 change.
5771
5772 2009-01-31  Dave Love  <fx@gnu.org>
5773
5774         * imap.el (imap-fetch-safe): Bind debug-on-error.
5775         (imap-debug): Add imap-fetch-safe.
5776
5777 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5778
5779         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5780         (auth-source-forget-all-cached): New convenience function.
5781         (auth-source-user-or-password): Accept list of modes or a single mode.
5782
5783         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5784         auth-source modes.
5785
5786         * netrc.el (netrc-machine-user-or-password): Use list of
5787         auth-source modes.
5788
5789         * nnimap.el (nnimap-open-connection): Use list of
5790         auth-source modes.
5791
5792         * nntp.el (nntp-send-authinfo): Use list of
5793         auth-source modes.
5794
5795 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5798         now.
5799
5800 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5803         coding system in XEmacs; add a workaround for XEmacs.
5804
5805         * lpath.el: Fbind coding-system-aliasee.
5806
5807 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5810         of current-language-environment.
5811
5812 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5815         available at runtime.
5816
5817 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5820
5821 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5822
5823         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5824         the greatest positive fixnum value doesn't work under an XEmacs with
5825         bignum support; use the most-positive-fixnum constant instead,
5826         available since Emacs 21.1 with cl and XEmacs 21.1.
5827
5828 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5831         XEmacs gets not to work.
5832
5833 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * mm-util.el (mm-coding-system-priorities): Allow the value like
5836         "Japanese (UTF-8)" of current-language-environment.
5837
5838 2009-01-09  Glenn Morris  <rgm@gnu.org>
5839
5840         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5841         with last-command-event.
5842
5843 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5846         in the doc string.
5847
5848         * message.el (message-fix-before-sending): Amend comment.
5849
5850 2009-01-08  Dave Love  <fx@gnu.org>
5851
5852         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5853
5854 2009-01-07  David Engster  <dengste@eml.cc>
5855
5856         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5857         simplified server definitions by converting it via
5858         gnus-server-to-method.
5859
5860 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5863         parameter's operands.
5864
5865 2009-01-06  David Engster  <dengste@eml.cc>
5866
5867         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5868         primary select method (for gnus-group-mark-article-as-read).
5869
5870 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5871
5872         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5873         `(gnus)Face', not `(gnus)X-Face'.
5874
5875 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * mm-util.el (mm-ucs-to-char): New function.
5878
5879         * mm-url.el (mm-url-decode-entities): Use it.
5880
5881         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5882         unicode-to-char.
5883
5884 2009-01-05  Dave Love  <fx@gnu.org>
5885
5886         * time-date.el: Require cl for `declare'.
5887
5888 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5891         Dave Love.
5892
5893 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * message.el (message-fix-before-sending): Add `eight-bit' to
5896         illegible-text check.
5897
5898 2009-01-03  Michael Olson  <mwolson@gnu.org>
5899
5900         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5901         `headers' is nil.  This can occur if the IMAP server does not have
5902         permissions to read messages from a folder, but can write new messages
5903         to the folder.
5904         (nnimap-request-article-part): Do not insert `data' if it is nil.
5905
5906         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5907         characters which will confuse `read', so skip past them.
5908
5909 2009-01-01  Dave Love  <fx@gnu.org>
5910
5911         * imap.el (imap-string-to-integer): Fix typo.
5912         (imap-fetch-safe): New function.
5913         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5914
5915         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5916
5917         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5918         (imap-parse-greeting): Fix doc strings.
5919         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5920         (imap-parse-flag-list): Make messages unique.
5921         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5922
5923         * nnimap.el: Fix author email.
5924         (nnimap-split-rule): Add FIXME comment.
5925         (nnimap-debug): Fix doc string.
5926
5927 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5930
5931 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5934         nslookup if resolv.conf isn't available.
5935         (dns-query): Rename from query-dns.
5936         (dns-query-cached): Rename from query-dns-cached.
5937
5938 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5941         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5942         to check if those variables exist (first appeared in Emacs 18.50).
5943
5944 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * mm-util.el (mm-line-number-at-pos): New function.
5947
5948         * spam-report.el (spam-report-process-queue): Use it.
5949
5950 2008-12-24  David Engster  <dengste@eml.cc>
5951
5952         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5953         parameters that haven't existed as variables as buffer-local variables.
5954
5955 2008-12-23  Dave Love  <fx@gnu.org>
5956
5957         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5958         cadar.
5959
5960         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5961         imap-starttls-p.
5962         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5963
5964 2008-12-22  Dave Love  <fx@gnu.org>
5965
5966         * imap.el: Fix author email.  Doc fixes.
5967         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5968         reply.
5969
5970 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * spam-report.el (spam-report-gmane-max-requests): New constant.
5973         (spam-report-gmane-wait): New variable.
5974         (spam-report-gmane-ham, spam-report-gmane-spam)
5975         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5976         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5977         the server.
5978
5979         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5980         Add explanations.
5981
5982         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5983         nnheader-accept-process-output and nnheader-read-timeout if available.
5984         (pop3-movemail): Use it.
5985
5986         * message.el (message-check-news-body-syntax): Fix signature check if
5987         there's an attachment.
5988
5989 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * mm-util.el: Add comments to the mm- emulating functions.
5992
5993 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5996         Reported by Stephen Berman <stephen.berman@gmx.net>.
5997
5998 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * mm-util.el (mm-substring-no-properties): New function.
6001         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6002         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6003         (mm-string-to-multibyte): Doc fix.
6004
6005         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6006
6007 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * mml.el (mml-attach-file): Strip text properties from file name.
6010         (Bug#1574)
6011
6012 2008-12-16  Glenn Morris  <rgm@gnu.org>
6013
6014         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6015
6016 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6019         knows since the charset specified might be a bogus alias that
6020         mm-charset-synonym-alist provides.
6021
6022 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6025         "ISO_8859-1".
6026
6027         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6028
6029 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mm-util.el (mm-charset-eval-alist):
6032         Define it before mm-charset-to-coding-system.
6033         (mm-charset-to-coding-system): Add optional argument `silent';
6034         define it before mm-charset-override-alist.
6035         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6036         default value if it can be used in Emacs currently running;
6037         silence mm-charset-to-coding-system.
6038
6039 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6042         `allow-override' which says whether to use `mm-charset-override-alist'.
6043         (rfc2047-decode-encoded-words): Use it.
6044
6045         * mm-util.el (mm-charset-override-alist): Fix custom type;
6046         add `(gb2312 . gbk)' to choices.
6047
6048 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6051         fast.
6052
6053         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6054
6055         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6056
6057 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6058
6059         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6060         on links.
6061
6062         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6063
6064 2008-12-03  Lute Kamstra  <lute@gnu.org>
6065
6066         * sha1.el: Remove leading * from docstrings of defcustoms,
6067         deffaces, defconsts and defuns.
6068
6069 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6072         users' addresses that don't have domain parts.
6073         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6074         rather than message-narrow-to-head since there will be the message
6075         header separator.
6076
6077 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6078
6079         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6080         since the result is inserted in a unibyte buffer anyway.
6081         (nnimap-demule-use-string-to-multibyte): Remove.
6082         (nnimap-demule): Alias it to mm-string-to-multibyte.
6083
6084 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6087         variable for debugging bug#464 and bug#1174.
6088         (nnimap-demule): Use it.
6089
6090 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6091
6092         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6093         score calculation correctly.
6094
6095 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6096
6097         * message.el (message-send-mail): Just set the buffer to unibyte
6098         rather than use mm-with-unibyte-current-buffer which does a lot more.
6099         (message-send-mail-partially): Don't bother with
6100         mm-with-unibyte-current-buffer since it's already been made unibyte by
6101         message-send-mail.
6102
6103 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6104
6105         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6106
6107 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6110
6111 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6114         require itself and to remove `with-no-warnings'.
6115
6116 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6117
6118         * starttls.el (starttls-any-program-available): Get the name of the
6119         available TLS layer program.
6120         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6121         well as the host name in the "opening" message.
6122
6123         * auth-source.el (auth-source-cache, auth-source-do-cache)
6124         (auth-source-user-or-password): Cache passwords and logins by default,
6125         allow override with `auth-source-do-cache'.
6126         (auth-source-forget-user-or-password): Allow users to remove cache
6127         entries if needed.
6128
6129 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6130
6131         * md4.el (md4-buffer): Fix typo in docstring.
6132         (md4, md4-64): Doc fixes.
6133         (md4-pack-int32): Reflow docstring.
6134
6135 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6138         condition-case to only the forward-sexp call.
6139
6140 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6143         quotes contained.  Make it more robust regardless by an extra
6144         condition-case wrapper.
6145
6146 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6149
6150 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * nnml.el (nnml-request-expire-articles): Check if the function set to
6153         `nnmail-expiry-target' returns the symbol `delete'.
6154
6155         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6156
6157         * nnmail.el (nnmail-expiry-target): Fix custom type.
6158
6159 2008-10-02  Glenn Morris  <rgm@gnu.org>
6160
6161         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6162         Silence compiler warning.
6163
6164 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6165
6166         * tls.el (open-tls-stream): Show the actual command being
6167         executed, instead of the format string.
6168
6169 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * lpath.el: Fbind codepage-setup for Emacs 23.
6172
6173 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6174
6175         * mml.el (mml-menu): Don't assume mml2015 is bound.
6176
6177 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6180         exists.
6181
6182 2008-09-27  Glenn Morris  <rgm@gnu.org>
6183
6184         * gnus-util.el (mail-header-remove-comments): Autoload it.
6185
6186 2008-09-27  Andreas Schwab  <schwab@suse.de>
6187
6188         * gnus-util.el (gnus-split-references): Strip comments.
6189         (gnus-parent-id): Likewise.
6190
6191 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * message.el (message-confirm-send): Fix version.
6194
6195 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * message.el (message-idna-to-ascii-rhs-1): Use
6198         mail-extract-address-components rather than mail-header-parse-addresses
6199         that is an alias by default to ietf-drums-parse-addresses that does not
6200         support non-ASCII names in headers' contents.
6201
6202 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * message.el (message-confirm-send): Fix variable documentation to
6205         avoid the "y/n" wording.
6206
6207 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6208
6209         * message.el (message-set-auto-save-file-name): Save to a different
6210         filename so multiple messages (especially drafts) can be recovered.
6211
6212 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * message.el (message-confirm-send): Add appropriate version.
6215
6216 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6217
6218         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6219         defvar.
6220
6221 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6222
6223         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6224         (mm-pkcs7-enveloped-magic): Ditto.
6225
6226 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6227
6228         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6229         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6230
6231 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6232
6233         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6234         default, it's better.
6235
6236 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6239         summary line gnus-number property and ignore them (with a warning
6240         message).
6241
6242 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6245         macro caddr in the interactive form since it won't be expanded.
6246
6247 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6250         `charset'; fix name of function called recursively.
6251         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6252
6253 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6256         (gnus-mime-set-charset-parameters): New function.
6257         (gnus-mime-view-part-as-charset): Use it to correctly display part
6258         specifying wrong charset.
6259
6260 2008-09-08  David Engster  <dengste@eml.cc>
6261
6262         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6263         in completing-read for back end server.
6264
6265 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * message.el (message-confirm-send): New variable to confirm sending a
6268         message.
6269         (message-send): Use it.
6270
6271 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6274
6275 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6278
6279 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6282         prevent tracking too many groups.
6283         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6284         Use it.
6285
6286 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6287
6288         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6289         moving point to the bottom of the window in order to avoid recentering.
6290
6291 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6294
6295         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6296         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6297         (gnus-article-beginning-of-window): Fix calculation.
6298
6299 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-msg.el (gnus-summary-supersede-article)
6302         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6303         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6304         message header.
6305
6306 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6307
6308         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6309         pending output coming after the status change.
6310
6311 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6312
6313         * message.el:
6314         * gnus-start.el:
6315         * gnus-registry.el: Remove VMS support.
6316
6317 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6320         macro.
6321         (rfc2104-hash): Use it.
6322
6323 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6326         (gnus-summary-sort-by-most-recent-date): New commands.
6327         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6328         and menu entries.
6329
6330 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6333         don't redisplay article for raw contents; remove plural articles stuff.
6334
6335         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6336         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6337         on gnus-summary-save-article; display results properly.
6338
6339 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * lpath.el: No need to fbind ns-focus-frame.
6342
6343 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6346
6347 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-art.el (gnus-summary-save-in-pipe):
6350         Consider gnus-save-all-headers.
6351
6352 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6353
6354         * gnus-util.el (ns-focus-frame): Remove declaration.
6355         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6356         like x.
6357
6358 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6359
6360         * rfc2104.el (rfc2104-zero): Delete defconst.
6361         (rfc2104-hex-alist): Likewise.
6362         (rfc2104-hex-to-int): Delete func.
6363         (rfc2104-hexstring-to-bitstring): Likewise.
6364         (rfc2104-nybbles): New defconst.
6365         (rfc2104-hash): Rewrite for speed.
6366
6367 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * tls.el (open-tls-stream): Make it work with the 2nd argument
6370         BUFFER that is a string but does not exist as a buffer object, as
6371         mentioned in the doc-string.
6372
6373 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6376         SXEmacs.
6377
6378 2008-07-16  Glenn Morris  <rgm@gnu.org>
6379
6380         * gnus-util.el (ns-focus-frame): Declare for compiler.
6381
6382 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6385         set as a group parameter.
6386         (gnus-summary-save-in-pipe): Work when it is called independently.
6387         (gnus-summary-pipe-to-muttprint): Don't modify
6388         gnus-summary-pipe-output-default-command.
6389
6390 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6391
6392         * message.el (message-send-mail-with-sendmail):
6393         Display the error message.
6394
6395 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-art.el (gnus-default-article-saver):
6398         Add gnus-summary-save-in-pipe to choices.
6399         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6400         gnus-summary-pipe-output-default-command as the default command.
6401         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6402         instead of gnus-last-shell-command.
6403
6404         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6405         New user option.
6406         (gnus-summary-muttprint-program): Mention the value will be changed.
6407         (gnus-summary-save-article): Force showing of all headers.
6408         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6409
6410 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6411
6412         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6413
6414 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6415
6416         * nnimap.el (nnimap-id):
6417         * sieve-manage.el (sieve-manage-open): Doc fixes.
6418
6419 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6420
6421         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6422         if available.
6423
6424 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6425
6426         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6427
6428         * nnkiboze.el (nnkiboze-generate-group):
6429         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6430
6431         * nnmairix.el: Require CL.
6432
6433 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * dgnushack.el: Autoload get-display-table and put-display-table for
6436         XEmacs 21.5.
6437
6438         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6439         21.4 and SXEmacs.
6440
6441 2008-06-15  David Engster  <dengste@eml.cc>
6442
6443         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6444
6445 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6446
6447         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6448         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6449         runtime choice under XEmacs.
6450
6451         * gnus-sum.el (gnus-summary-set-display-table):
6452         Use `gnus-put-display-table', `gnus-get-display-table',
6453         `gnus-set-display-table' for the display table, instead of `aset'.
6454
6455         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6456         Use `gnus-put-display-table', `gnus-get-display-table',
6457         `gnus-set-display-table' for the display table.
6458
6459 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * nnmairix.el: Add autoloads.
6462
6463 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * nnmairix.el (nnmairix-delete-recreate-group)
6466         (nnmairix-update-and-clear-marks): Fix error messages.
6467
6468 2008-06-14  David Engster  <dengste@eml.cc>
6469
6470         * nnmairix.el: Upgrade to version 0.6.
6471         (nnmairix-group-toggle-propmarks-this-group)
6472         (nnmairix-group-toggle-readmarks-this-group)
6473         (nnmairix-group-delete-recreate-this-group)
6474         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6475         (nnmairix-remove-tick-mark-original-article): New commands.
6476         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6477         (nnmairix-propagate-marks-to-nnmairix-groups)
6478         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6479         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6480         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6481         functions needed for marks propagation and manipulation of read marks.
6482         (nnmairix-update-groups): New function.
6483         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6484         (nnmairix-determine-original-group-from-registry)
6485         (nnmairix-determine-original-group-from-path)
6486         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6487         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6488         New helper functions.
6489         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6490         keystrokes for new commands.
6491         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6492         (nnmairix-request-group): Check allow-fast group parameter.
6493         (nnmairix-request-create-group): Set allow-fast group parameter if
6494         nnmairix-allowfast-default is set.
6495         (nnmairix-close-group): Propagate marks upon closing if needed.
6496         (nnmairix-group-toggle-threads-this-group): Use new.
6497         nnmairix-group-toggle-parameter helper function.
6498         (nnmairix-search): Better check for empty search result.
6499         (nnmairix-goto-original-article): Use new helper functions for
6500         determining original article.
6501         (nnmairix-show-original-article): Make sure message-id is in brackets.
6502         (nnmairix-call-mairix-binary): Change variable name.
6503         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6504         helper function.
6505         (nnmairix-widget-toggle-activate): Fix doc string.
6506
6507 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * nnir.el: Require edmacro when compiling with XEmacs.
6510         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6511         available in Emacs 21.
6512
6513 2008-06-11  Glenn Morris  <rgm@gnu.org>
6514
6515         * gnus-util.el (x-focus-frame):
6516         * gnus.el (image-size):
6517         * mm-decode.el (image-size): Declare.
6518
6519         * gnus-picon.el (declare-function): Add compat definition.
6520         (image-size): Declare.
6521
6522         * gnus-group.el (tool-bar-map):
6523         * gnus-sum.el (tool-bar-map): Define for compiler.
6524
6525         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6526
6527         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6528
6529         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6530         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6531         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6532         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6533         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6534         * sieve-manage.el, spam-report.el, spam.el:
6535         Remove unnecessary eval-and-compile of autoloads.
6536
6537 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6538
6539         * auth-source.el: Precise Tramp doc.
6540
6541 2008-06-07  Glenn Morris  <rgm@gnu.org>
6542
6543         * nnmairix.el: Remove unnecessary eval-when-compile.
6544
6545 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * lpath.el: Fbind propertize for XEmacs 21.4.
6548
6549 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * nnir.el: Move here from ../contrib.
6552
6553 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * gnus-util.el (gnus-read-shell-command): New function.
6556         * mm-decode.el (mm-pipe-part):
6557         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6558
6559 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6562
6563 2008-06-03  Glenn Morris  <rgm@gnu.org>
6564
6565         * pop3.el (nnheader-accept-process-output): Autoload it.
6566
6567 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6570         are not 2-digit hexadecimal characters that follow `%'s.
6571
6572 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * message.el (message-bogus-recipient-p): Fix type in doc string.
6575         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6576         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6577         Improve custom options.
6578         (message-bogus-recipient-p): Adjust accordingly.
6579
6580 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6581
6582         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6583         long-form month and day names.
6584
6585 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * dgnushack.el: Autoload debug, eudc-expand-inline and
6588         pgg-snarf-keys-region for XEmacs.
6589
6590         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6591
6592         * nnmairix.el: Require edmacro when compiling with XEmacs.
6593
6594 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6597         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6598
6599 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6600
6601         * auth-source.el: Add more docs.
6602
6603         * netrc.el (netrc-machine): Always match if the port is not given.
6604
6605 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6608         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6609         retrieval faster in some cases, but might make CPU usage larger.
6610         If this has any bad side effects, we might revert this change.
6611
6612         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6613         seems to make mail retrieval much, much faster.
6614         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6615         unconditionally.
6616
6617         * gnus-draft.el (gnus-group-send-queue):
6618         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6619
6620 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6623
6624         * message.el (message-bogus-address-regexp): Fix and improve custom
6625         type.
6626         (message-setup-hook): Add message-check-recipients as custom option.
6627
6628 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * message.el (message-cite-function): Remove bogus autoload which crept
6631         in during merge from v5-10.
6632
6633 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6634
6635         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6636
6637         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6638
6639         * auth-source.el: Preliminary Tramp docs.
6640         (auth-sources): Change the default auth-sources to use
6641         EPA .gpg files.
6642
6643 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * nntp.el: Autoload `auth-source-user-or-password'.
6646         (nntp-send-authinfo): Use it.
6647
6648         * nnimap.el: Autoload `auth-source-user-or-password'.
6649         (nnimap-open-connection): Use it.
6650
6651         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6652         for the gnus-message function.
6653         (auth-source-user-or-password): Use it.
6654
6655 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6658         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6659         (rfc2104-hash): Use it.
6660
6661 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6662
6663         * gnus-art.el (gnus-article-toggle-truncate-lines):
6664         Don't use `iff' in docstring.
6665
6666 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6667
6668         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6669
6670         * gnus-util.el (gnus-extract-address-component-name)
6671         (gnus-extract-address-component-email): Convenience functions around
6672         `gnus-extract-address-components'.
6673
6674         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6675         Use `gnus-extract-address-component-email' to fix bug of comparing full
6676         sender name to `user-mail-address'.
6677
6678 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6681         catch/throw to optimize.
6682         (gnus-registry-find-keywords): Just use member to find a keyword.
6683
6684 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6685
6686         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6687         is current before calling gnus-server-prepare.
6688         (gnus-server-setup-buffer, gnus-server-update-server)
6689         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6690
6691 2008-05-04  Juri Linkov  <juri@jurta.org>
6692
6693         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6694         (mailcap-file-default-commands): Use mailcap-replace-in-string
6695         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6696         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6697
6698 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6699
6700         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6701
6702 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6703
6704         * gnus.el: Bump version to 0.11.
6705
6706 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6707
6708         * gnus.el: No Gnus v0.10 is released.
6709
6710 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711
6712         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6713         hooks.
6714         (gnus-update-read-articles): Speed up non-marks-using users.
6715         (gnus-use-marks): Define gnus-use-marks.
6716         (gnus-propagate-marks): Rename variable to something more sensible.
6717
6718 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6719
6720         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6721         (gmm-image-load-path-for-library): Fix typos in docstrings.
6722         (gmm-message): Reflow docstring.
6723
6724 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * mail-source.el (mail-source-set-1, mail-source-bind):
6727         Move auth-source code out of the macro to clean it up and fix bugs.
6728
6729 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6732         by sender if it's equal to user-mail-address, it's likely to be
6733         useless.
6734
6735         * mail-source.el (mail-source-bind): Don't use user or password if they
6736         are not bound.  Unintern them if they are nil.  Don't use server unless
6737         it's bound, and default it to empty string otherwise.
6738
6739 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6740
6741         * mail-source.el: Load auth-source.el.
6742         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6743         get user name or password, if auth-sources is set up.
6744
6745         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6746         strategy of splitting with parent.
6747         (gnus-registry-split-fancy-with-parent)
6748         (gnus-registry-post-process-groups): Use it and fix prior
6749         bug (returning a list as the split result).
6750
6751         * auth-source.el (auth-sources): Remove server parameter.
6752         (auth-source-pick, auth-source-user-or-password)
6753         (auth-source-user-or-password-imap)
6754         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6755         (auth-source-user-or-password-sftp)
6756         (auth-source-user-or-password-smtp): Remove server parameter.
6757
6758 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6759
6760         * smime.el (smime-sign-region, smime-encrypt-region)
6761         (smime-decrypt-region):
6762         Remove redundant calls to `generate-new-buffer-name'.
6763
6764 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6765
6766         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6767         Don't use QP for message/rfc822.
6768         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6769
6770 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6771
6772         * sieve-manage.el (sieve-string-bytes): Remove.
6773         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6774         correct byte-length only if the process's coding-system is the same as
6775         the one used internally by Emacs to represent strings.
6776
6777 2008-04-22  Juri Linkov  <juri@jurta.org>
6778
6779         * mailcap.el (mailcap-file-default-commands): New function.
6780
6781 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * message.el (message-signature-separator, message-cite-function):
6784         Change custom version.
6785
6786 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6787
6788         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6789         commands.
6790         (tls-checktrust): Ditto.
6791
6792 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * mm-decode.el (mm-display-external): Make temp file read-only.
6795
6796 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6799         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6800         `C-c C-f d'.
6801
6802 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6803
6804         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6805
6806 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus.el: Bump version to 0.9.
6809
6810 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gnus.el: No Gnus v0.8 is released.
6813
6814 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6815
6816         * mail-source.el (mail-source-value):
6817         Prefer fboundp to functionp so it works with macros as well.
6818
6819 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6820
6821         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6822         Fix last change in case the element is not even a symbol.
6823
6824 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6825
6826         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6827         Prefer fboundp to functionp so it works with macros as well.
6828
6829 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * auth-source.el: Add docs.
6832         (auth-sources): Modify format to support server.
6833         (auth-source-pick, auth-source-user-or-password)
6834         (auth-source-user-or-password-imap)
6835         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6836         (auth-source-user-or-password-sftp)
6837         (auth-source-user-or-password-smtp): Add server parameter.
6838
6839 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-registry.el: Initialize the registry when gnus-registry-install
6842         is t.
6843
6844 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * compface.el (uncompface): Make buffer unibyte.
6847
6848 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * mail-source.el (mail-source-value):
6851         Prefer fboundp to functionp so it works with macros as well.
6852
6853 2008-04-05  Glenn Morris  <rgm@gnu.org>
6854
6855         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6856
6857 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6858
6859         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6860         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6861
6862         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6863         multibyteness after rather than before erasing it.
6864
6865         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6866         mm-with-multibyte.
6867         (gnus-request-article-this-buffer): Make sure the proper decoding is
6868         used if gnus-original-article-buffer happens to be unibyte.
6869
6870         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6871         default-enable-multibyte-characters.
6872
6873         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6874         default-enable-multibyte-characters.
6875
6876         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6877
6878         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6879
6880 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6881
6882         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6883         Fix last change in case the element is not even a symbol.
6884
6885 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6886
6887         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6888         (imap-message-copyuid-1): Use it.
6889         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6890         J. Williams in
6891         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6892
6893         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6894         imap-enable-exchange-bug-workaround.
6895         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6896
6897 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6898
6899         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6900         a 100 byte status-checks into a 2-3MB transfer for each group.
6901         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6902         to enable bug workaround or not.
6903         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6904
6905 2008-03-31  Glenn Morris  <rgm@gnu.org>
6906
6907         * message.el (mml2015-use): Declare for compiler.
6908         (message-info): Require mml2015 when appropriate.
6909
6910 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6913         whitespace.
6914
6915 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6916
6917         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6918         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6919         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6920         (nntp-service-to-port): New function.
6921         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6922         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6923         (nntp-open-netcat-stream): New function.
6924         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6925
6926 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6927
6928         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6929
6930 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6931
6932         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6933
6934 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6935
6936         * dns.el (dns-write): Use set-buffer-multibyte.
6937
6938 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6939
6940         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6941
6942 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * message.el (message-signature-separator): Change default.
6945         Improve custom type.
6946         (message-cite-function): Change default to
6947         message-cite-original-without-signature.
6948
6949         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6950         toggle.
6951
6952         * message.el (message-check-news-body-syntax): Fix signature check.
6953         (message-setup-1): Mark buffer as unmodified _after_ running
6954         message-setup-hook and handling message-alternative-emails.
6955         (message-shorten-references): Be more strict when building list of
6956         valid references to comply with GNKSA.
6957
6958         * gnus-group.el (gnus-read-ephemeral-bug-group)
6959         (gnus-read-ephemeral-debian-bug-group)
6960         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6961
6962         * message.el (message-info): Don't use booleanp which isn't supported
6963         in Emacs 21 and XEmacs.
6964
6965 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6968         gnus-group-gmane-group-download-format.
6969         (gnus-group-read-ephemeral-gmane-group): Rename from
6970         gnus-group-read-ephemeral-gmane-group.
6971         (gnus-read-ephemeral-gmane-group-url): Rename from
6972         gnus-group-read-ephemeral-gmane-group-url.
6973         (gnus-bug-group-download-format-alist): New variable.
6974         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6975         (gnus-read-ephemeral-emacs-bug-group): New commands.
6976
6977 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6980         (gnus-visible-headers): Improve custom type.
6981
6982 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * mml.el (mml-menu): Add workarounds for XEmacs.
6985
6986         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6987         X-Boundary header.
6988
6989         * message.el (message-simplify-recipients): Fix previous commit.
6990
6991 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6992
6993         * mm-util.el (mm-set-buffer-multibyte): New function.
6994         * mm-decode.el (mm-copy-to-buffer): Use it.
6995
6996         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6997         Prefer fboundp to functionp so it works with macros as well.
6998
6999 2008-03-19  Glenn Morris  <rgm@gnu.org>
7000
7001         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7002         Accidentally removed in the sync process with Emacs.
7003
7004 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * message.el (message-alter-recipients-discard-bogus-full-name):
7007         New function.
7008         (message-alter-recipients-function): New variable.
7009         (message-get-reply-headers): Use it.
7010         (message-replace-header): New helper function.
7011         (message-recipients-without-full-name): New variable.
7012         (message-simplify-recipients): New command.
7013
7014         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7015
7016         * message.el (message-info): Handle EasyPG manual.
7017
7018         * mml.el (mml-menu): Add entry for EasyPG.
7019
7020 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7021
7022         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7023         parameter.
7024
7025         * message.el (message-disassociate-draft): Specify drafts group name
7026         fully.
7027
7028 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7031         Eliminate unnecessary duplicates from the match list.
7032
7033 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7036
7037         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7038
7039         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7040         args of `how-many' of which the XEmacs version doesn't take; declare
7041         Info-index-next as function.
7042
7043 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * gnus-score.el (gnus-score-headers): Fix handling of
7046         gnus-inhibit-slow-scoring.
7047
7048         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7049         string.
7050         (gnus-button-url-regexp): Improve handling of parenthesis.
7051         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7052         (gnus-button-handle-info-keystrokes): Handle index entries.
7053
7054 2008-03-15  Glenn Morris  <rgm@gnu.org>
7055
7056         * parse-time.el (parse-time-string): Simplify.
7057
7058 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7061         Incoming* files.
7062
7063 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * auth-source.el (auth-sources): Rename from auth-source-choices.
7066         (auth-source-pick): Use it.
7067
7068 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7069
7070         * binhex.el (binhex-decode-region-internal):
7071         * uudecode.el (uudecode-decode-region-internal):
7072         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7073         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7074         setting default-enable-multibyte-characters.
7075
7076 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * auth-source.el (auth-source-protocols)
7079         (auth-source-protocols-customize, auth-source-choices): Add and
7080         modified variable customizations and defaults.
7081         (auth-source-pick, auth-source-user-or-password)
7082         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7083         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7084         (auth-source-user-or-password-sftp)
7085         (auth-source-user-or-password-smtp): Use new variables and provide an
7086         interface to netrc.el.
7087
7088 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7091         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7092         Make sure the nntp port to specify is a string.
7093
7094 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7095
7096         * nntp.el: Use with-current-buffer.
7097         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7098         dubious mm-with-unibyte-current-buffer.
7099         (nntp-with-open-group-function): New function extracted from
7100         nntp-with-open-group macro.
7101         (nntp-with-open-group): Use the function, so it's easier to debug.
7102         Add indentation and debugging info.
7103         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7104         Recommend the use of the netcat alternatives.
7105
7106         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7107         Avoid mm-string-as-multibyte as well.
7108
7109         * nnweb.el (nnweb-insert-html):
7110         Remove use of nnheader-string-as-multibyte.
7111
7112         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7113         (nnheader-string-as-multibyte): Remove.
7114
7115         * mm-view.el: Use inhibit-read-only.
7116         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7117         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7118         or unibyte-string.
7119
7120         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7121         (mm-uu-yenc-extract): Use with-current-buffer.
7122
7123         * gnus-soup.el (gnus-soup-send-packet): Don't use
7124         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7125
7126         * nnmh.el: Use with-current-buffer.
7127         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7128         mm-string-as-multibyte on the output of mm-encode-coding-string.
7129
7130         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7131         (nnimap-request-move-article): Use with-current-buffer.
7132
7133         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7134         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7135         conversion uses string-make-unibyte rather than string-as-unibyte.
7136
7137         * gnus-msg.el: Use with-current-buffer.
7138
7139         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7140
7141 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7142
7143         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7144         string for caching if it is 'PIN.
7145
7146 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * lpath.el: Consider the case without Emacs/W3.
7149
7150 2008-03-08  Glenn Morris  <rgm@gnu.org>
7151
7152         * time-date.el (date-to-time, time-subtract, time-add)
7153         (safe-date-to-time): Doc fixes.
7154
7155 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * mail-source.el (mail-source-delete-old-incoming-confirm):
7158         Change default to nil.
7159         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7160
7161 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * lpath.el: Rearrange.
7164
7165         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7166         (gnus-article-goto-prev-page): Work for articles having ^L's.
7167
7168         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7169
7170         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7171
7172 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7173
7174         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7175         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7176         (gnus-bookmark-jump): Adjust some variable names.
7177
7178 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * auth-source.el: New package.
7181         (auth-source-choices): Add customization entry point variable.
7182
7183         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7184         bug.
7185
7186 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7189         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7190         (gnus-registry-install-shortcuts): Rename from
7191         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7192         the `gnus-registry-mark-map' keymap dynamically from
7193         `gnus-registry-marks'.  The generated functions update the summary line
7194         when a registry mark is added or deleted, and will call
7195         `gnus-registry-install-p' (see the comments in the code).
7196         (gnus-registry-user-format-function-M): Use concat intelligently.
7197
7198         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7199         the registry mark functions.
7200
7201 2008-03-05  Glenn Morris  <rgm@gnu.org>
7202
7203         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7204         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7205         gnus-art.
7206         (top-level): No need to load own source when compiling.
7207
7208 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7211         Suggested by <chris.anderton@zetnet.co.uk>.
7212
7213 2008-03-04  Glenn Morris  <rgm@gnu.org>
7214
7215         * gnus-sum.el (top-level): No need to require gnus when compiling,
7216         since unconditionally required near start of file.
7217         (gnus-summary-display-while-building): Move definition before use.
7218
7219 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * gnus-registry.el (gnus-registry-user-format-function-M):
7222         Add formatting function.
7223
7224 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7225
7226         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7227         with plists.
7228         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7229         Use new format.
7230
7231 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7234         `where-is-internal' that returns a range of key sequences.
7235
7236 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7237
7238         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7239
7240         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7241         (gnus-summary-jump-to-group): Consider windows on other displayed
7242         frames as well.  Similar changes might be needed elsewhere, but that's
7243         the one I've bumped into during my use.
7244
7245         * nndoc.el (nndoc-oe-dbx-type-p):
7246         * gnus-msg.el (gnus-debug):
7247         * gnus-group.el (gnus-update-group-mark-positions):
7248         Use mm-string-to-multibyte.
7249
7250 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7253         doesn't handle NotDashEscaped.
7254
7255         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7256         (mml-dnd-attach-options): Fix typo in custom choice.
7257
7258         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7259         Change nndoc-article-type to mbox.
7260         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7261
7262         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7263         to nil, instead of html2text.
7264
7265         * imap.el (imap-debug): Add `imap-ping-server'.
7266
7267         * gnus-bookmark.el: Add FIXMEs.
7268
7269         * message.el (message-form-letter-separator)
7270         (message-send-form-letter-delay): New variables.
7271         (message-send-form-letter): Use them.  New command to send form
7272         letters.  Requested by Uwe Siart.
7273         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7274
7275 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * Update copyright years.
7278
7279 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7280
7281         Sync from EMACS_22_BASE.
7282
7283         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7284
7285 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7286
7287         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7288         empty author.
7289
7290 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * gnus-registry.el (gnus-registry-marks): Add variable for
7293         customization of marks and their appearance.
7294         (gnus-registry-read-mark): Use it.
7295         (gnus-registry-do-marks): Add utility function to loop through
7296         `gnus-registry-marks'.
7297         (gnus-registry-install-shortcuts-and-menus): Add function to install
7298         shortcuts and menus.
7299         (gnus-registry-initialize): Use it.
7300         (gnus-registry-default-mark): Clarify documentation.
7301
7302 2008-02-29  Glenn Morris  <rgm@gnu.org>
7303
7304         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7305         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7306         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7307         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7308         Change defcustom :version from 23.0 to 23.1.
7309
7310 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7311
7312         * gnus-registry.el (gnus-registry-follow-group-p)
7313         (gnus-registry-post-process-groups): Add functions to aid registry
7314         splitting and improve logging.  Clarify behavior in function
7315         documentation.
7316         (gnus-registry-split-fancy-with-parent): Use them.
7317
7318 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7319
7320         * gnus-art.el: Use with-current-buffer.
7321
7322 2008-02-27  David Engster  <dengste@eml.cc>
7323
7324         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7325         Express real group name in the response.
7326
7327 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7330         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7331         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7332         autoload gnus-registry-fetch-group when compiling.
7333         (nnmairix-request-group-with-article-number-correction):
7334         Remove unreferenced argument passed to nnmairix-call-backend.
7335
7336 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7339         (mm-uu-extract): Improve face for low color ttys.
7340         Reported by Sascha Wilde.
7341
7342 2008-02-27  Glenn Morris  <rgm@gnu.org>
7343
7344         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7345         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7346         variables to defconsts.  Convert comments to doc-strings.
7347         (nnmairix-last-server, nnmairix-current-server): Convert from free
7348         variables to defvars.  Convert comments to doc-strings.
7349         (gnus-registry-fetch-group): Autoload.
7350         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7351         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7352         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7353         caddr.
7354         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7355         nnmairix-request-group-with-article-number-correction call.
7356         (nnmairix-fast, nnmairix-group): New, less general names, for free
7357         variables passed from nnmairix-request-group to
7358         nnmairix-request-group-with-article-number-correction.  Declare.
7359         (nnmairix-request-group-with-article-number-correction):
7360         Use nnmairix-fast, nnmairix-group rather than fast, group.
7361
7362 2008-02-26  David Engster  <dengste@eml.cc>
7363
7364         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7365         version 0.5.
7366
7367 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7368
7369         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7370         instead of making an extra function call.  Don't add the current group
7371         to articles only when they have the group.  Use
7372         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7373         Reported by David <de_bb@arcor.de>.
7374
7375 2008-02-24  Miles Bader  <miles@gnu.org>
7376
7377         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7378         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7379         (mm-find-mime-charset-region):
7380         * mm-bodies.el (mm-encode-body):
7381         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7382
7383 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7386         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7387
7388 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * mail-source.el (mail-source-delete-incoming): Change default.
7391         Supplement doc string.
7392
7393         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7394
7395 2008-02-14  Glenn Morris  <rgm@gnu.org>
7396
7397         * time-date.el (format-seconds): New function.
7398
7399 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * nnmail.el (nnmail-message-id-cache-file): Derive from
7402         `gnus-home-directory'.
7403
7404 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7407         Document negative prefix.
7408
7409         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7410
7411 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * message.el (message-unsent-separator): Add the Exim bounce
7414         separator.
7415
7416 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7417
7418         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7419         list.
7420         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7421         recipient/signer list.
7422
7423 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * Makefile.in (datarootdir): Define.
7426         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7427         name that might contain whitespace.
7428
7429 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7432         fbound (Emacs 23 unicode), signal an error.
7433
7434 2008-02-08  Glenn Morris  <rgm@gnu.org>
7435
7436         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7437
7438 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7439
7440         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7441         ports to the calls to `netrc-machine-user-or-password' in addition to
7442         "imap" and "imaps".
7443
7444 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7445
7446         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7447
7448         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7449
7450 2008-02-01  Kenichi Handa  <handa@m17n.org>
7451
7452         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7453         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7454         (rfc2104-hash): Convert the result of concat to unibyte string.
7455
7456 2008-02-01  Dave Love  <fx@gnu.org>
7457
7458         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7459         coding-system-for-read.
7460         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7461
7462 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7465         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7466         <hanche@math.ntnu.no>.
7467
7468 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7471
7472         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7473
7474 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7475
7476         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7477         * message.el (message-beginning-of-line): Use featurep instead of bound
7478         tests in order to resolve conditionals at compile time.
7479
7480 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7481
7482         * mail-source.el (mail-sources): Add `group' choice.
7483
7484         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7485         parameter `in-group' to control into which group the articles go.
7486         Add treatment of `group' mail-source.
7487
7488 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7491
7492         * mm-decode.el (mm-dissect-buffer): Decode description.
7493
7494         * mml.el (mml-to-mime): Encode message header first.
7495
7496 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7499         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7500
7501         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7502         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7503
7504 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7507
7508 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7511         prefix keys.
7512         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7513         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7514         gnus-xmas.el.
7515
7516         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7517         (gnus-xmas-article-describe-bindings): New function.
7518         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7519         gnus-xmas-article-describe-bindings.
7520
7521         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7522
7523 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7524
7525         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7526         Add new variables for article mark management.
7527         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7528         list of extra data entries which, when present, will indicate that the
7529         article ID should not be trimmed from the registry.
7530         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7531         functions.
7532         (gnus-registry-read-mark): New function to read a mark name from the
7533         user.
7534         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7535         (gnus-registry-set-article-mark-internal): New functions to add and
7536         remove marks.
7537         (gnus-registry-get-article-marks): New function to show the marks for
7538         an article, or retrieve them for further use.
7539
7540 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7543         keys when no argument is given.
7544
7545 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * imap.el (imap-ping-server): New variable.
7548         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7549         (imap-ping-server): Minor doc string fixes.
7550
7551 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7552
7553         * imap.el (imap-ping-server): New function.
7554         (imap-opened): Call imap-ping-server.
7555
7556 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * gnus-sum.el (gnus-article-sort-by-random)
7559         (gnus-thread-sort-by-random): Fix doc strings.
7560         Reported by jidanni@jidanni.org.
7561
7562 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-art.el (gnus-article-describe-bindings): New function.
7565         (gnus-article-read-summary-keys): Use it.
7566         (gnus-article-mode-map): Bind `C-h b' to it.
7567
7568 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7571         XEmacs.
7572         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7573         Protect against non-character events.
7574
7575         * lpath.el: Fbind map-keymap for Emacs 21.
7576
7577 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7580         New command.
7581         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7582         instead of END.  Change name of the temp file.
7583         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7584         customizable.
7585
7586 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7589         bind `S W' to gnus-article-wide-reply-with-original; set default
7590         binding to gnus-article-read-summary-send-keys.
7591         (gnus-article-read-summary-keys): Fix the order of keys; display
7592         continuation keys correctly in the echo area; describe bindings
7593         correctly when keys end with `C-h'.
7594         (gnus-article-read-summary-send-keys): New function.
7595         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7596         Work for gnus-article-read-summary-send-keys; display continuation keys
7597         correctly in the echo area.
7598         (gnus-article-reply-with-original): Ignore prefix argument.
7599         (gnus-article-wide-reply-with-original): New function.
7600
7601         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7602         Emacs 21.
7603
7604 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7607         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7608
7609 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7612         (gnus-group-read-ephemeral-gmane-group): New command.
7613
7614 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7615
7616         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7617
7618 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * message.el (message-send-mail-function): Increase custom version.
7621
7622         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7623         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7624
7625 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7626
7627         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7628         for the cases where imap-authenticate is called with a nil buffer
7629         parameter.
7630
7631 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7634         html parts correctly; support forwarded messages.
7635         (gnus-article-browse-html-article): Remove work buffers.
7636
7637         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7638         compiling.
7639         (netrc-bound-and-true-p): New macro.
7640         (netrc-parse): Use it instead of bound-and-true-p that is not available
7641         in XEmacs 21.4.
7642
7643 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7644
7645         * gnus-registry.el (gnus-registry-mark-article)
7646         (gnus-registry-article-marks): Add functionality to mark articles
7647         through the Gnus registry.
7648
7649         * encrypt.el: Clarify documentation for the new pgg method.
7650         (encrypt-file-alist): Add PGG option.
7651         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7652         functionality.  Abstract password key and messaging to external
7653         functions.
7654         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7655         (encrypt-message-method-and-cipher): Add new convenience external
7656         functions.
7657         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7658         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7659
7660         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7661         (netrc-parse): Use encrypt-file-alist to determine if
7662         encrypt-find-model or encrypt-insert-file-contents should be used.
7663
7664         * encrypt.el: Clarify documentation.  Load password-cache or
7665         password, whichever one is found first, instead of autoloading.
7666
7667 2007-12-19  Glenn Morris  <rgm@gnu.org>
7668
7669         * mml.el (message-options-set, message-narrow-to-head)
7670         (message-in-body-p, message-mail-p, message-encode-message-body):
7671         Autoload.
7672         (message-remove-header, message-narrow-to-headers-or-head)
7673         (message-subscribed-p, message-make-mail-followup-to)
7674         (message-position-on-field, message-news-p)
7675         (message-options-set-recipient, message-generate-headers)
7676         (message-sort-headers): Declare as functions.
7677
7678 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7681         convention in doc string.
7682
7683 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7686         title to html parts.
7687         (gnus-article-browse-html-article): Pass message header to it.
7688
7689         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7690
7691 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7694         or password compatible with XEmacs.
7695
7696 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7699         format document.
7700         (gnus-mime-delete-part): Don't write description line if empty.
7701         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7702
7703 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7704
7705         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7706         (gnus-summary-mark-read-and-unread-as-read)
7707         (gnus-summary-mark-current-read-and-unread-as-read)
7708         (gnus-summary-mark-unread-as-ticked): Doc fix.
7709         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7710
7711 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7714         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7715
7716 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7719         yes-or-no-p.
7720
7721 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * mm-decode.el (mm-add-meta-html-tag): New function.
7724         (mm-save-part-to-file, mm-pipe-part): Use it.
7725
7726         * gnus-art.el (gnus-article-browse-delete-temp-files):
7727         Use gnus-y-or-n-p instead of y-or-n-p.
7728         (gnus-article-browse-html-parts): Work with message/external-body; use
7729         mm-add-meta-html-tag.
7730
7731 2007-12-11  Glenn Morris  <rgm@gnu.org>
7732
7733         * gnus-cache.el: Require gnus-sum not just when compiling.
7734
7735         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7736
7737         * gnus-int.el (gnus-server-opened, gnus-status-message):
7738         Move definitions before use.
7739
7740         * mm-decode.el: Require gnus-util.
7741         (mm-remove-part): Only call delete-annotation on XEmacs.
7742
7743         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7744
7745         * nnmail.el: Require gnus-int.
7746
7747         * spam.el: Move `require's before `eval-when-compile's.
7748
7749         * gnus-ems.el (gnus-alive-p):
7750         * gnus-fun.el (message-goto-eoh):
7751         * gnus-util.el (gnus-group-name-decode):
7752         * mail-source.el (gnus-compress-sequence):
7753         * message.el (Info-goto-node, format-spec):
7754         * mm-bodies.el (message-options-get):
7755         * mm-decode.el (mm-view-pkcs7):
7756         * mm-util.el (gmm-write-region):
7757         * mml-smime.el (mml-compute-boundary)
7758         (gnus-completing-read-with-default):
7759         * mml.el (widget-button-press, gnus-make-hashtable):
7760         * mml1991.el (mm-decode-content-transfer-encoding)
7761         (mm-encode-content-transfer-encoding)
7762         (message-options-get, message-options-set):
7763         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7764         * nnfolder.el (gnus-request-group):
7765         * nnheader.el (ietf-drums-unfold-fws):
7766         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7767         * smime.el (gnus-run-mode-hooks):
7768         * spam-stat.el (gnus-message): Autoload.
7769
7770         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7771         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7772         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7773         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7774         Add declare-function compatibility definition.
7775
7776         * gnus-cache.el (nnvirtual-find-group-art):
7777         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7778         (gnus-add-image, gnus-add-wash-type):
7779         * gnus-group.el (nnkiboze-score-file):
7780         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7781         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7782         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7783         (message-tokenize-header, gnus-get-buffer-create)
7784         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7785         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7786         * gnus.el (gnus-group-decoded-name):
7787         * mail-source.el (imap-capability):
7788         * mm-bodies.el (message-options-set):
7789         * mm-decode.el (gnus-configure-windows):
7790         * mm-extern.el (message-goto-body):
7791         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7792         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7793         (epg-sub-key-validity, message-options-set):
7794         * mml.el (widget-event-point, gnus-configure-windows):
7795         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7796         * mml2015.el (epg-check-configuration, epg-configuration)
7797         (message-options-set):
7798         * nndb.el (nndb-request-article):
7799         * nnfolder.el (gnus-request-create-group):
7800         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7801         * nnmaildir.el (gnus-group-mark-article-read):
7802         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7803         * rfc1843.el (message-fetch-field):
7804         * spam.el (gnus-extract-address-components):
7805         Declare as functions.
7806
7807 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7810
7811         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7812
7813         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7814         bind show-trailing-whitespace for XEmacs.
7815
7816 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7819         new no-op macro for backward compatibility.
7820
7821         * imap.el (imap-string-to-integer): New function.
7822
7823 2007-12-09  Glenn Morris  <rgm@gnu.org>
7824
7825         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7826
7827         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7828         * message.el, mm-view.el, sieve-manage.el, smime.el:
7829         Add declare-function compatibility definition.
7830
7831         * gnus-art.el (w3-region, w3m-region, Info-menu):
7832         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7833         * gnus-sum.el (gnus-get-predicate):
7834         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7835         * message.el (mail-abbrev-in-expansion-header-p):
7836         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7837         (w3m-detect-meta-charset, w3m-region):
7838         * sieve-manage.el (password-read, password-cache-add)
7839         (password-cache-remove):
7840         * smime.el (password-read-and-add): Declare as functions.
7841
7842 2007-12-08  David Kastrup  <dak@gnu.org>
7843
7844         * gnus-sum.el (gnus-summary-simplify-subject-query):
7845         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7846         `message'.
7847
7848 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7851         it to bind idna-program, installation-directory, defined-colors, and
7852         face-attribute for XEmacs of the version that compiles defcustom forms.
7853
7854 2007-12-07  Glenn Morris  <rgm@gnu.org>
7855
7856         * gnus-art.el (article-make-date-line): Revert previous change.
7857
7858 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7861
7862 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7863
7864         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7865         Call gnus-add-to-range ranges only once with a prepared article-list.
7866
7867 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7868
7869         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7870         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7871         group names with backslashes.
7872         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7873
7874 2007-12-06  Deepak Goel  <deego3@gmail.com>
7875
7876         * gnus-art.el (article-make-date-line):
7877         * gnus-start.el (gnus-load):
7878         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7879
7880 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-art.el (gnus-use-idna)
7883         * gnus-start.el (gnus-site-init-file)
7884         * message.el (message-use-idna)
7885         * mm-uu.el (mm-uu-hide-markers)
7886         * smiley.el (smiley-style): Revert changes that suppress warnings.
7887
7888 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7891         specify charset to html source.
7892         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7893
7894 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7897         idna-program in order to suppress byte compile warning issued by XEmacs
7898         that came to byte compile the default value section of defcustom forms
7899         recently.
7900
7901         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7902         value of installation-directory.
7903
7904         * message.el (message-use-idna): Don't directly refer to the value of
7905         idna-program.
7906
7907         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7908
7909         * smiley.el (smiley-style): Don't directly call face-attribute.
7910
7911 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7914
7915         * gnus-dired.el: Reduce Gnus dependencies.
7916         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7917         Don't require.  Use autoloads instead.
7918         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7919         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7920         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7921         (gnus-dired-mode): Adjust doc string.
7922         (gnus-dired-mail-mode): New variable.
7923         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7924         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7925         (gnus-dired-mail-buffers): New function.  Return mail or message
7926         composition buffers.
7927         (gnus-dired-attach): Use it.
7928         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7929         NO-DECODE.
7930         (gnus-dired-print): Use `gnus-print-buffer' depending on
7931         `gnus-dired-mail-mode'.
7932
7933 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * rfc2047.el (rfc2047-encoded-word-regexp)
7936         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7937         explaining what regexp patterns are for.
7938
7939 2007-12-04  Glenn Morris  <rgm@gnu.org>
7940
7941         * password.el: Move to password-cache.el.
7942
7943         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7944         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7945         * mml-smime.el (password-read, password-cache-add)
7946         (password-cache-remove):
7947         No need to autoload, since mml-sec requires password.
7948
7949         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7950         * message.el (gnus-extract-address-components):
7951         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7952
7953         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7954         password.
7955
7956 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * mailcap.el: Reduce dependencies.
7959         (mail-header-parse-content-type): Autoload.
7960         (mailcap-delete-duplicates): New alias.
7961         (mailcap-mime-info): Add optional argument NO-DECODE.
7962         (mailcap-mime-types): Use mailcap-delete-duplicates.
7963
7964         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7965
7966 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7967
7968         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7969         (imap-parse-status): Upcase status-att for servers that sends them
7970         lower-case (e.g., MS Exchange 2007).
7971
7972 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7975         function.
7976
7977         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7978         (gnus-uu-yenc-article): New function.
7979
7980         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7981
7982         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7983
7984 2007-12-02  Glenn Morris  <rgm@gnu.org>
7985
7986         * binhex.el (binhex): New custom group.
7987         (binhex-decoder-program, binhex-decoder-switches)
7988         (binhex-use-external): Move to the binhex custom group.
7989
7990         * uudecode.el (uudecode): New custom group.
7991         (uudecode-decoder-program, uudecode-decoder-switches)
7992         (uudecode-use-external): Move to the uudecode custom group.
7993
7994         * netrc.el (top-level): Don't load `encrypt' features.
7995         (netrc-parse): Don't use encrypt.
7996         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7997
7998         * encrypt.el: Remove file.
7999
8000 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8003         matches on patches.
8004
8005         * gnus-art.el (gnus-article-browse-html-article):
8006         Mention `mm-text-html-renderer' in the doc string.
8007
8008         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8009         string.  Add comments.
8010
8011         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8012         if rhs is ASCII.
8013
8014 2007-12-01  Glenn Morris  <rgm@gnu.org>
8015
8016         * mail-source.el (top-level): Require format-spec before
8017         eval-when-compile.
8018
8019 2007-11-30  Glenn Morris  <rgm@gnu.org>
8020
8021         * encrypt.el: Require password, rather than autoloading password-read.
8022
8023 2007-11-29  Glenn Morris  <rgm@gnu.org>
8024
8025         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8026         (sasl-make-client, sasl-next-step, sasl-step-data)
8027         (sasl-step-set-data): Declare as functions.
8028
8029 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8032
8033 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8034
8035         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8036         certs should be verified and what is to be done in the event of a
8037         verification failure.
8038
8039         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8040         caller can indicate whether the cache should be disregarded for this
8041         call.  This way the result of the call is reproducible at all times and
8042         can be considered a canonical server name for the supplied method.
8043         (gnus-agent-method-p): Canonicalize server names by pushing their
8044         method through `gnus-method-to-server' using the no-cache argument.
8045
8046         * gnus-srvr.el (gnus-server-insert-server-line):
8047         Call `gnus-method-to-server' with `no-cache' argument.
8048
8049         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8050         gnus-agent-possibly-synchronize-flags as this should be called when the
8051         server is actually being opened.
8052         (gnus-agent-possibly-synchronize-flags)
8053         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8054         flags file of an agentized server to the latter function.
8055
8056         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8057         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8058         after a connection has been established successfully.
8059
8060 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-art.el (article-display-face): Force to display face if called
8063         interactively; check if gnus-article-x-face-too-ugly matches author.
8064         (article-display-x-face): Display face even if From header is missing
8065         as article-display-face does.
8066
8067 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8068
8069         * hashcash.el (message-narrow-to-headers-or-head)
8070         (message-fetch-field, message-goto-eoh)
8071         (message-narrow-to-headers): Declare as functions.
8072
8073 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * mail-source.el (mail-sources): Default to fetch from file for
8076         compatibility with default of nnmail-spool-file.
8077
8078 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8081         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8082         to look for encoded word that should be encoded again.
8083         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8084         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8085         encoding pattern.
8086         (rfc2047-decode-region): Switch strict regexp and loose one according
8087         to rfc2047-allow-irregular-q-encoded-words.
8088
8089 2007-11-25  Romain Francoise  <romain@orebokech.com>
8090
8091         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8092
8093 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * tls.el (tls-program): Provide more custom choices from
8096         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8097         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8098
8099 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8102         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8103
8104         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8105         `nnmail-spool-file'.
8106
8107         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8108         `nnmail-spool-file'.
8109
8110         * gnus-move.el (gnus-change-server): Ditto.
8111
8112         * gnus-kill.el (gnus-batch-score): Ditto.
8113
8114         * gnus-cache.el (gnus-jog-cache): Ditto.
8115
8116         * gnus-msg.el (gnus-summary-reply):
8117         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8118
8119 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8122         version.  Minor improvement to doc strings.
8123         (tls-program): Add comment.
8124
8125 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8126
8127         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8128         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8129         mismatch between the hostname provided in the certificate and the name
8130         of the host connnecting to.
8131         (open-tls-stream): Use them.  Check certificates against trusted root
8132         certificates.
8133
8134 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * gnus-cache.el (gnus-cache-generate-nov-databases):
8137         Use nnml-generate-nov-databases-directory instead of
8138         nnml-generate-nov-databases-1.
8139
8140 2007-11-24  Glenn Morris  <rgm@gnu.org>
8141
8142         * message.el (message-tool-bar-retro): Update for rename
8143         mail_send.xpm->mail-send.xpm.
8144
8145 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8148         `smime-ldap-search' for Emacs 22 and up.
8149
8150 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8153
8154         * message.el (message-send-mail-function): Fix error convention.
8155         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8156         (message-widen-reply, message-send-mail, message-talkative-question)
8157         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8158         (message-clone-locals, message-send-news): Use with-current-buffer.
8159         (message-insert-or-toggle-importance): Remove unused var `valid'.
8160         (message-make-references): Remove unused var `new-references'.
8161         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8162
8163 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8164
8165         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8166         (spam-split-symbolic-return-positive): Reflow docstring.
8167         (spam-backends, spam-summary-exit-behavior)
8168         (spam-mark-ham-unread-before-move-from-spam-group)
8169         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8170         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8171         (spam-clear-cache, spam-backend-check, spam-install-backend)
8172         (spam-install-statistical-backend, spam-list-of-processors)
8173         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8174         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8175         (spam-check-crm114, spam-initialize, spam-unload-hook):
8176         Fix typos in docstrings.
8177
8178 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8181         been checked if they have never been read and those group levels are
8182         higher than the one that a user specified.
8183
8184 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8187         foreign groups unless a group level is specified by a user.
8188         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8189
8190 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * message.el (message-send-mail-function): Require sendmail.
8193
8194 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * message.el (message-send-mail-function): Check for smtpmail too.
8197
8198         * utf7.el (utf7-encode, utf7-decode): Use coding system
8199         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8200
8201         * message.el (message-send-mail-function): New function.
8202         (message-send-mail-function): Set default using
8203         message-send-mail-function.  Adjust doc string.
8204         (message-send-mail-with-mailclient): New function.
8205
8206 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8207
8208         * smime.el (from):
8209         * rfc2047.el (message-posting-charset):
8210         * qp.el (mm-use-ultra-safe-encoding):
8211         * pop3.el (parse-time-months):
8212         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8213         * nnml.el (files):
8214         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8215         (jka-compr-compression-info-list, ange-ftp-path-format)
8216         (efs-path-regexp):
8217         * nndiary.el (files):
8218         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8219         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8220         (epg-digest-algorithm-alist, inhibit-redisplay)
8221         (password-cache-expiry):
8222         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8223         (pgg-output-buffer, password-cache-expiry):
8224         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8225         (efs-path-regexp):
8226         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8227         (inhibit-redisplay):
8228         * mm-uu.el (file-name, start-point, end-point, entry)
8229         (gnus-newsgroup-name, gnus-newsgroup-charset):
8230         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8231         (latin-unity-ucs-list):
8232         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8233         (mm-uu-binhex-decode-function):
8234         * message.el (gnus-message-group-art, gnus-list-identifiers)
8235         (rmail-enable-mime-composing, gnus-local-organization)
8236         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8237         (gnus-read-active-file, facemenu-add-face-function)
8238         (facemenu-remove-face-function, gnus-article-decoded-p)
8239         (tool-bar-mode):
8240         * mail-source.el (display-time-mail-function):
8241         * gnus-util.el (nnmail-pathname-coding-system)
8242         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8243         (gnus-original-article-buffer, gnus-user-agent)
8244         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8245         (xemacs-codename, sxemacs-codename, emacs-program-version):
8246         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8247         * gnus-start.el (gnus-agent-covered-methods)
8248         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8249         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8250         (gnus-newsgroup-headers, gnus-group-list-mode)
8251         (gnus-group-mark-positions, gnus-newsgroup-data)
8252         (gnus-newsgroup-unreads, nnoo-state-alist)
8253         (gnus-current-select-method, mail-sources)
8254         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8255         (nnmail-spool-file, gnus-cache-active-hashtb):
8256         * gnus-mh.el (mh-lib-progs):
8257         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8258         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8259         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8260         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8261         (gnus-group-buffer):
8262         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8263         (font-lock-set-defaults):
8264         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8265         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8266         (gnus-summary-post-menu, total-parts, type, condition, length):
8267         * gnus-agent.el (gnus-agent-read-agentview):
8268         * flow-fill.el (show-trailing-whitespace):
8269         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8270         eval-and-compile wrappers for byte compiler pacifiers.
8271
8272         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8273         (mm-display-inline-fontify): Check for featurep 'xemacs not
8274         extent-list.
8275
8276         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8277         itimer-list.
8278         (mm-create-image-xemacs): Only do something for XEmacs.
8279         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8280
8281         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8282
8283         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8284         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8285
8286 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8287
8288         * nnimap.el (nnimap-split-download-body):
8289         * gnus-demon.el (gnus-demon):
8290         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8291
8292 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8295         New macros.
8296         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8297         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8298         copy data from unibyte buffer to multibyte current buffer.
8299         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8300         to copy data from unibyte current buffer to multibyte buffer.
8301         (nntp-make-process-buffer): Make process buffer unibyte.
8302
8303         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8304
8305 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8306
8307         * pop3.el (pop3-open-server): Accept and process data more robustly at
8308         connexion start to avoid spurious "POP SSL connexion failed" errors.
8309
8310 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8313         read group names.
8314
8315 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8318
8319 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8322         (nnmail-save-active): Use a unibyte buffer when saving active file,
8323         which may contain non-ASCII group names.
8324
8325         * nnml.el (nnml-request-group): Decode group names in messages.
8326
8327 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * message.el (message-citation-line-function)
8330         (message-insert-formatted-citation-line): Fix spelling of
8331         `message-insert-formated-citation-line'.
8332
8333 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8336
8337 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8340         nnmail-pathname-coding-system.
8341
8342         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8343         that a user enters; decode group names in messages.
8344
8345         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8346
8347 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8350
8351         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8352
8353         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8354         risky local variable.
8355
8356         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8357
8358 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8359
8360         * encrypt.el: Improve documentation to fix function name typo.
8361         Reported by Daiki Ueno <ueno@unixuser.org>.
8362
8363 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8366         even if the point is not in the last page of an article.
8367         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8368         back to the previous page.
8369
8370 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8373
8374 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8377
8378 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8379
8380         * message.el (message-check-news-body-syntax):
8381         Avoid mm-string-as-multibyte.
8382         (message-hide-headers): Don't assume (point-min)==1.
8383
8384 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * message.el (message-remove-blank-cited-lines): Fix if remove is
8387         given.
8388         (message-bogus-address-regexp): New variable.
8389         (message-bogus-recipient-p): New function.
8390         (message-check-recipients): New command.
8391         (message-syntax-checks): Add `bogus-recipient'.
8392         (message-fix-before-sending): Add `bogus-recipient'.
8393
8394         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8395         (gnus-treat-body-boundary): Don't test window-system.
8396
8397 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8398
8399         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8400
8401 2007-10-28  Miles Bader  <miles@gnu.org>
8402
8403         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8404         at compile-time too.
8405
8406 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-msg.el (gnus-message-setup-hook):
8409         Add `message-remove-blank-cited-lines' to options.
8410
8411 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * message.el (message-remove-blank-cited-lines): New function.
8414         Suggested by Karl Plästerer.
8415
8416 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8419         mapc.
8420
8421         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8422         (top-level): Use mapc to set functions to be traced for debugging.
8423
8424         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8425         called for effect with while loop.
8426
8427         * message.el (message-talkative-question): Replace mapcar called for
8428         effect with mapc.
8429
8430         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8431         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8432         called for effect with dolist.
8433
8434         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8435
8436         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8437         gnus-extra-headers and nnmail-extra-headers.
8438
8439         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8440         called for effect with dolist.
8441         (top-level): Use mapc to set functions to be traced for debugging.
8442
8443         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8444         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8445         dolist.
8446
8447         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8448         Replace mapcar called for effect with mapc.
8449         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8450         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8451         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8452         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8453
8454         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8455         remove-if that's a cl function.
8456
8457         * webmail.el (webmail-debug): Replace mapcar called for effect with
8458         dolist.
8459
8460         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8461         with mapc.
8462
8463 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8466         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8467         with while loop.
8468
8469         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8470         functions from article-* functions.
8471         (gnus-multi-decode-header): Replace mapcar called for effect with
8472         dolist.
8473
8474         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8475         (gnus-bookmark-show-details): Replace mapcar called for effect with
8476         while loop.
8477
8478         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8479         called for effect with while loop.
8480
8481         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8482         with dolist.
8483
8484         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8485         Replace mapcar called for effect with dolist.
8486
8487         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8488
8489         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8490         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8491         Replace mapcar called for effect with dolist.
8492         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8493         mapc.
8494
8495         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8496         Replace mapcar called for effect with dolist.
8497         (gnus-topic-list): Replace mapcar called for effect with mapc.
8498
8499         * gnus.el: Use mapc instead of mapcar to add autoloads.
8500
8501 2007-10-23  Richard Stallman  <rms@gnu.org>
8502
8503         * gnus-group.el (gnus-group-highlight): Mark as risky.
8504
8505 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus.el (gnus-server-to-method): Return method found first in
8508         gnus-newsrc-alist.
8509
8510         * gnus-art.el (gnus-article-highlight-signature)
8511         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8512         button overlay without the front stickiness.
8513
8514 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8515
8516         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8517         overview buffer needed a catch to receive its throw.
8518         (gnus-agent-flush-cache): Declare as interactive to make this function
8519         easier to use.
8520
8521 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8524         `next-line'.
8525
8526 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8529         exclude address matching message-dont-reply-to-names.
8530
8531 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-util.el (gnus-string<): New function.
8534
8535         * gnus-sum.el (gnus-article-sort-by-author)
8536         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8537
8538 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8541         the frame-focus tag is set in gnus-buffer-configuration.
8542
8543 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8546         the front stickiness.
8547
8548 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8551         url pattern; remove duplicate one.
8552         (gnus-article-extend-url-button): New function.
8553         (gnus-article-add-buttons): Use it.
8554         (gnus-button-push): Use concatenated url that it makes.
8555
8556 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8557
8558         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8559
8560 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8561
8562         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8563         Don't hardcode point-min==1.
8564
8565 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8568         Fix comment about "iso8859-1".
8569
8570 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8571
8572         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8573         ones returned from the verify-function.
8574
8575         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8576         Call mml2015-extract-cleartext-signature if extraction failed.
8577
8578 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8579
8580         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8581         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8582         failed.
8583
8584 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8587
8588 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8591         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8592         recommends to use EasyPG instead of PGG.
8593
8594         * pgg.el: Revert to revision 6.23.2.16.
8595
8596         * pgg-def.el: Revert to revision 6.6.2.14.
8597
8598         * pgg-gpg.el: Revert to revision 6.23.2.34.
8599
8600 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8601
8602         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8603         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8604         thread for both the null and zero (kill/expire thread) universal prefix
8605         cases.
8606         (gnus-summary-expire-thread): Add new function to expire a thread,
8607         using gnus-summary-kill-thread.
8608         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8609         shortcuts for gnus-summary-expire-thread.
8610         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8611         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8612
8613 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8616         extras value, so an extras entry can be deleted.
8617         (gnus-registry-delete-extra-entry): Use it.
8618         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8619         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8620         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8621         storage through the gnus-registry, and provide an appropriate API for
8622         it.
8623
8624 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8627         Suggested by Leo <sdl.web@gmail.com>.
8628
8629         * gnus.el: Do.
8630
8631 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8634         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8635
8636         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8637
8638         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8639         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8640
8641 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8644         newline.
8645         (nnmbox-request-accept-article): Don't change article in source buffer;
8646         narrow to header to use message-fetch-field rather than
8647         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8648         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8649         as delimiters; make sure article ends with newline.
8650         (nnmbox-delete-mail): Correct last position of article to be deleted;
8651         ignore X-Gnus-Newsgroup header in article body.
8652         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8653         positions; make sure article ends with newline.
8654
8655         * message.el (message-display-abbrev): Don't infloop when a user
8656         inserts SPC in the beginning of header.
8657
8658         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8659         coding-system-for-read and coding-system-for-write for XEmacs having no
8660         file-coding feature.
8661
8662         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8663
8664 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8665
8666         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8667         list of groups not followed by default.  Fix type to be regexp.
8668         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8669
8670 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8671
8672         * hmac-def.el (define-hmac-function): Switch from old-style to
8673         new-style backquotes.
8674
8675         * md4.el (md4-make-step): Likewise.
8676
8677 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8680         raw-text coding system when saving .newsrc file, which may contain
8681         non-ASCII group names.
8682
8683 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-cus.el (gnus-score-extra): New widget.
8686         (gnus-score-extra-convert): New function.
8687         (gnus-score-customize): Use it for Extra.
8688
8689 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8690
8691         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8692         (mml2015-mailcrypt-clear-verify): Use it.
8693         (mml2015-gpg-clear-verify): Use it.
8694         (mml2015-pgg-clear-verify): Use it.
8695         (mml2015-epg-clear-verify): Replace the current part with the output
8696         from GnuPG; don't extract the plaintext by itself.
8697
8698         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8699         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8700         mml2015-clear-verify-function; don't touch the armor headers or
8701         dash-escaped text here.
8702
8703 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8706         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8707         parts, or application/octet-stream as a last resort.
8708         (gnus-mime-view-part-as-type): Don't toggle display.
8709         (gnus-mime-view-part-as-charset): Don't turn off display before
8710         querying charset.
8711
8712         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8713         stuff to undisplayer function in Emacs.
8714         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8715
8716         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8717         text/calendar parts.
8718
8719 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8722         decoding text/calendar parts.
8723
8724         * message.el (message-forward-make-body-mime): Always mark body as
8725         having no illegible text; remove signed-or-encrypted argument.
8726         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8727
8728         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8729         (mml-generate-mime-1): Don't encode body if it is specified to be in
8730         raw form; don't make buffer be unibyte when inserting multibyte string.
8731
8732 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8733
8734         * sha1.el: Fix up comment style.
8735         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8736         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8737
8738         * hex-util.el: Fix up comment style.
8739         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8740
8741         * gnus-salt.el: Use with-current-buffer.
8742         (gnus-pick-setup-message): Fix long-standing typo.
8743
8744 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * imap.el (imap-logout-timeout): New variable.
8747         (imap-logout, imap-logout-wait): New functions.
8748         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8749
8750         * nnimap.el (nnimap-logout-timeout): New server variable.
8751         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8752         nnimap-logout-timeout.
8753
8754         * gnus-art.el (gnus-article-summary-command-nosave)
8755         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8756
8757 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus.el (gnus-maximum-newsgroup): New variable.
8760
8761         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8762         according to gnus-maximum-newsgroup.
8763
8764         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8765         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8766         Limit the range of articles according to gnus-maximum-newsgroup.
8767
8768 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8769
8770         * gnus-art.el (gnus-sticky-article): Fix problems described in
8771         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8772         Don't perform gnus-configure-windows here; reuse existing sticky
8773         article buffer.
8774
8775         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8776         it doesn't exist in gnus-article-mode.
8777
8778 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8781         (gnus-agent-decoded-group-name): New function.
8782         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8783         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8784
8785 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8786
8787         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8788         Add binding for gnus-sticky-article.
8789         (gnus-summary-exit): Don't kill sticky article buffers.
8790
8791         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8792         article buffer.
8793         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8794         (gnus-kill-sticky-article-buffers): New commands.
8795
8796 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * nntp.el (nntp-xref-number-is-evil): New server variable.
8799         (nntp-find-group-and-number): If it is non-nil, don't trust article
8800         numbers in the Xref header.
8801
8802 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-agent.el (gnus-agent-read-group): New function.
8805         (gnus-agent-flush-group, gnus-agent-expire-group)
8806         (gnus-agent-regenerate-group): Use it.
8807         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8808         nnmail-pathname-coding-system.
8809
8810 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8813
8814         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8815         that are unread as unread, and also as selected so that information of
8816         marks having been changed by a user may be updated when exiting group.
8817
8818 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8821
8822 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8825         calculated ignoring signature parts to gnus-treat-article.
8826
8827 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8830         a point here in order to keep the window start.
8831         (gnus-insert-mime-security-button): Make a button overlay without the
8832         front stickiness.
8833         (gnus-mime-display-security): Goto the end of a button.
8834
8835         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8836
8837 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8840         group-name-at-point.
8841         (gnus-group-completing-read): New function that offers decoded
8842         non-ASCII group names for completion.
8843         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8844         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8845         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8846         (gnus-group-fetch-control): Use it.
8847         (gnus-fetch-group): Use group-name-at-point for the initial value
8848         rather than the default value; use gnus-alive-p.
8849
8850         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8851         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8852         (gnus-summary-post-news): Use gnus-group-completing-read.
8853
8854         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8855         (gnus-read-move-group-name): Decode group name for completion.
8856
8857 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8860         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8861         Yamaoka slightly modified the code).
8862
8863 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8866         (nnmail-split-incoming): Bind it.
8867
8868         * nnml.el (nnml-group-name-charset): New function.
8869         (nnml-decoded-group-name): Use it; don't decode group name if
8870         nnmail-group-names-not-encoded-p is non-nil.
8871         (nnml-encoded-group-name): New function.
8872         (nnml-group-pathname): Inline nnml-decoded-group-name.
8873         (nnml-request-expire-articles): Decode group name in message.
8874         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8875         nnmail-pathname-coding-system.
8876         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8877         not decoded ones according to nnmail-group-names-not-encoded-p.
8878         (nnml-generate-active-info): Use nnml-encoded-group-name.
8879
8880 2007-08-08  Glenn Morris  <rgm@gnu.org>
8881
8882         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8883         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8884         doc-strings and comments.
8885
8886 2007-07-25  Glenn Morris  <rgm@gnu.org>
8887
8888         * Relicense all FSF files to GPLv3 or later.
8889
8890 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-sum.el (gnus-summary-move-article):
8893         Make gnus-summary-respool-article work.
8894
8895 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8898         string.
8899
8900 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8901
8902         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8903         that should be ignored when comparing distant RSS articles with local
8904         ones.
8905         (nnrss-make-hash-index): New function.  Create a hash index according
8906         to the ignored fields.
8907         (nnrss-check-group): Use it.
8908
8909 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8912
8913         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8914
8915         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8916         the new optional argument ENCODED is non-nil.
8917         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8918         coding system for encoding group name.
8919         (gnus-group-make-rss-group): Pass un-encoded group name to
8920         gnus-group-make-group.
8921         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8922         encoded.
8923
8924         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8925         Encode group name to which articles are moved or copied.
8926         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8927         coding system for encoding Newsgroup, Followup-To and Xref headers.
8928
8929         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8930         marks; use nnheader-file-coding-system to write a file.
8931         (nnagent-retrieve-headers): Bind file-name-coding-system to
8932         nnmail-pathname-coding-system.
8933
8934         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8935
8936         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8937         (nnml-request-article, nnml-request-create-group)
8938         (nnml-request-rename-group, nnml-find-id)
8939         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8940         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8941         (nnml-save-marks): Use nnml-group-pathname instead of
8942         nnmail-group-pathname.
8943
8944         (nnml-request-create-group, nnml-request-expire-articles)
8945         (nnml-request-move-article, nnml-request-delete-group)
8946         (nnml-deletable-article-p, nnml-possibly-create-directory)
8947         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8948         (nnml-open-marks): Bind file-name-coding-system to
8949         nnmail-pathname-coding-system.
8950
8951         (nnml-request-article): Pass server argument to nnml-find-group-number.
8952         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8953         Pass server argument to nnml-possibly-create-directory.
8954         (nnml-request-accept-article): Pass server argument to
8955         nnml-active-number and nnml-save-mail.
8956         (nnml-find-group-number): Pass server argument to nnml-find-id.
8957         (nnml-request-update-info): Pass server argument to
8958         nnml-marks-changed-p.
8959
8960         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8961         (nnml-save-mail, nnml-active-number): Add server argument.
8962
8963         (nnml-request-delete-group): Warn if group is missing.
8964         (nnml-get-nov-buffer): Decode group name.
8965         (nnml-generate-active-info): Encode group name.
8966         (nnml-open-marks): Decode group name in messages.
8967
8968 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8971         if it is not specified.
8972         (gnus-article-pipe-part, gnus-article-save-part)
8973         (gnus-article-interactively-view-part, gnus-article-copy-part)
8974         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8975         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8976         (gnus-article-replace-part, gnus-article-delete-part)
8977         (gnus-article-view-part-as-type): Pass raw prefix argument to
8978         gnus-article-part-wrapper.
8979
8980 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-agent.el (gnus-agent-save-active):
8983         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8984
8985         * gnus-cache.el (gnus-cache-save-buffers)
8986         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8987         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8988         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8989         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8990         (gnus-cache-generate-active, gnus-cache-rename-group)
8991         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8992         (gnus-cache-update-overview-total-fetched-for):
8993         Bind file-name-coding-system to nnmail-pathname-coding-system.
8994         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8995         New variables.
8996         (gnus-cache-decoded-group-name): New function.
8997         (gnus-cache-file-name): Use it.
8998         (gnus-cache-generate-active): Use non-decoded group name for active.
8999
9000         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9001         right place.
9002         (gnus-write-active-file): Don't break non-ASCII group names.
9003
9004         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9005         nnmail-pathname-coding-system.
9006
9007         * lpath.el: Bind default-file-name-coding-system,
9008         file-name-coding-system and language-info-alist for XEmacs.
9009
9010         * gnus-uu.el (gnus-uu-decode-save): Typo.
9011
9012 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9015
9016 2007-07-14  David Kastrup  <dak@gnu.org>
9017
9018         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9019         finishing actions if we did not edit the article.
9020
9021 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9024         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9025         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9026         (gnus-agent-flush-group, gnus-agent-flush-cache)
9027         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9028         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9029         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9030         (gnus-agent-regenerate-group)
9031         (gnus-agent-update-files-total-fetched-for)
9032         (gnus-agent-update-view-total-fetched-for):
9033         Bind file-name-coding-system to nnmail-pathname-coding-system.
9034         (gnus-agent-group-pathname): Don't encode file names by
9035         nnmail-pathname-coding-system.
9036         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9037         coding-system-for-write instead of buffer-file-coding-system to
9038         gnus-agent-file-coding-system.
9039
9040         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9041         Decode group name.
9042
9043         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9044
9045         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9046         (gnus-read-newsrc-el-file): Make group names unibyte.
9047
9048         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9049         nnmail-pathname-coding-system.
9050
9051         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9052         (nnrss-request-delete-group): Bind file-name-coding-system to
9053         nnmail-pathname-coding-system.
9054         (nnrss-read-server-data, nnrss-read-group-data):
9055         Bind file-name-coding-system correctly.
9056         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9057
9058         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9059         (nntp-server-to-method-cache): New variable.
9060         (nntp-group-pathname): New function that decodes non-ASCII group names.
9061         (nntp-possibly-create-directory, nntp-marks-changed-p)
9062         (nntp-save-marks, nntp-open-marks): Use it.
9063         (nntp-possibly-create-directory, nntp-open-marks):
9064         Bind file-name-coding-system to nnmail-pathname-coding-system.
9065         (nntp-open-marks): Decode group names when bootstrapping marks.
9066
9067         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9068         Newsgroups and Folowup-To headers.
9069
9070 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9073         (gnus-server-closed-face, gnus-server-denied-face)
9074         (gnus-server-offline-face): Remove variable.
9075         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9076
9077         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9078         of modifying message-stack directly for XEmacs.
9079
9080         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9081         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9082         if the coding-system argument is nil for XEmacs.
9083
9084         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9085         mm-charset-override-alist.
9086
9087         * rfc2047.el: Don't require base64; require rfc2045 for the function
9088         rfc2045-encode-string.
9089         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9090         to quote the parameter value.
9091
9092 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9095         form in gnus-group-name-charset-method-alist.
9096
9097         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9098         overrides the default layout edit-form.
9099
9100         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9101
9102         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9103
9104 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9107         as unfetched articles.
9108
9109 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9112
9113 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9116         original back end that keeps marks in the local system.
9117
9118 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9121         arg of pop-to-buffer for XEmacs.
9122         (gnus-article-read-summary-keys): Ditto; don't restore window
9123         configuration if summary command ends up with neither article buffer
9124         nor summary buffer; describe bindings if summary keys end with C-h.
9125
9126 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * message.el (message-fix-before-sending): Skip raw message part to be
9129         forwarded while checking illegible text.
9130         (message-forward-make-body-mime, message-forward-make-body):
9131         Mark signed or encrypted raw message as having no illegible text.
9132
9133 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9136         (gnus-message-with-timestamp-1): New macro.
9137         (gnus-message-with-timestamp): New function.
9138         (gnus-message): Use them.
9139
9140         * nnheader.el (nnheader-message): Use them.
9141
9142 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9145         .newsrc.eld file.
9146
9147 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-agent.el (gnus-agent-fetch-headers)
9150         (gnus-agent-retrieve-headers):
9151         Bind gnus-decode-encoded-address-function to identity.
9152
9153         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9154         available also when the server returns simply a dot.
9155
9156         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9157
9158 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9161
9162 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-ems.el (gnus-x-splash): Make it work.
9165
9166         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9167         from being used.
9168
9169         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9170
9171 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9174         4th and the 5th arguments.
9175
9176         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9177         the front stickiness.
9178         (gnus-article-summary-command-nosave): Correct the order of the
9179         arguments passed to pop-to-buffer.
9180         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9181         summary command ends up with the article buffer.
9182
9183         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9184         the same faces.
9185
9186 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9187
9188         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9189
9190 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9191
9192         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9193         * gnus-sum.el (gnus-summary-highlight):
9194         * pgg.el (pgg-sign-region, pgg-sign):
9195         * mail-source.el (mail-source-delete-old-incoming-confirm):
9196         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9197
9198 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-art.el (gnus-mime-view-part-externally)
9201         (gnus-mime-view-part-internally): Fix predicate function passed to
9202         completing-read.
9203
9204         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9205
9206         * gnus.el (gnus-update-message-archive-method): Add :version.
9207
9208 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus.el (gnus-update-message-archive-method): New variable.
9211
9212         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9213         according to gnus-message-archive-method if
9214         gnus-update-message-archive-method is non-nil.
9215
9216 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9219         Suggested by Loic Dachary <loic@dachary.org>.
9220         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9221
9222 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * message.el (message-pop-to-buffer): Add switch-function argument.
9225         (message-mail): Pass switch-function argument to it.
9226
9227 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9230         Improve doc string.
9231
9232 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9235         (gnus-header-content)
9236         * gnus-cite.el (gnus-cite-10)
9237         * gnus-srvr.el (gnus-server-closed)
9238         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9239         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9240         (gnus-group-mail-3-empty, gnus-group-mail-low)
9241         (gnus-group-mail-low-empty, gnus-splash)
9242         * message.el (message-header-to, message-header-cc)
9243         (message-header-subject, message-header-other, message-header-name)
9244         (message-header-xheader, message-separator, message-cited-text)
9245         (message-mml): Lighten colors of faces used for dark background.
9246
9247 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9248
9249         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9250         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9251
9252 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * message.el (message-narrow-to-headers-or-head):
9255         Ignore mail-header-separator in the body.
9256
9257 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9260         same as window size.
9261
9262 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9263
9264         * message.el (message-font-lock-keywords): Use message-header-xheader
9265         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9266         ahead of the anything pattern, to get it recognised.
9267
9268 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9271         spam.el loads uses it in the compiled defadvice form.
9272
9273 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9274
9275         * gnus-sum.el (gnus-articles-to-read)
9276         (gnus-summary-insert-old-articles): Don't truncate group name for
9277         `read-string'.
9278
9279         * gnus-util.el (gnus-limit-string): Delete this function.
9280
9281         * gnus-sum.el (gnus-simplify-subject-fully):
9282         Use `truncate-string-to-width' instead.
9283
9284 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9285
9286         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9287         Tell if, on summary exit, the next group has to be selected.
9288         (gnus-summary-exit): Use it.
9289
9290 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9293         non-break space.
9294
9295 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9298         Check if group is not a directory.
9299         (nnfolder-request-expire-articles): Don't delete articles if the target
9300         group is not available.
9301
9302         * nnml.el (nnml-request-create-group): Properly check if group is not a
9303         file.
9304         (nnml-request-expire-articles): Don't delete articles if the target
9305         group is not available.
9306
9307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9308         Don't quote characters that are within parentheses.
9309
9310 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9313         (gnus-handle-ephemeral-exit): Select article according to it.
9314
9315 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * message.el (message-insert-formated-citation-line): Remove newline.
9318         (message-citation-line-format): Add final \n here so that the user can
9319         avoid a blank line.
9320
9321 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9322
9323         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9324         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9325         Update lanl/arXiv support.
9326
9327 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * gnus.el: Bump version number.
9330
9331 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus.el (gnus-version-number): Bump version.
9334
9335 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9336
9337         * gnus.el: No Gnus v0.6 is released.
9338
9339 2007-04-27  Didier Verna  <didier@xemacs.org>
9340
9341         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9342         * gmm-utils.el (gmm-regexp-concat): ... here.
9343         * message.el: Don't require 'gnus-util.
9344         (message-dont-reply-to-names): Handle name change above.
9345         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9346
9347 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9350         since the initial value varies according to the system.
9351
9352 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9355
9356 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9357
9358         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9359
9360 2007-04-24  Didier Verna  <didier@xemacs.org>
9361
9362         Improve the type of gnus-ignored-from-addresses.
9363         * gnus-util.el (gnus-orify-regexp): New function.
9364         * message.el (gnus-util): Require it.
9365         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9366         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9367         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9368
9369 2007-04-24  Didier Verna  <didier@xemacs.org>
9370
9371         * gnus-sum.el:
9372         * gnus-utils.el: Fix some trailing whitespaces.
9373
9374 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9377         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9378         article's Message-ID; refer parent article in summary buffer.
9379
9380         * message.el (message-bounce): Call mime-to-mml.
9381
9382         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9383         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9384         optimize and/or forms properly.
9385
9386 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9389         URL.
9390
9391 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9394
9395 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9398         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9399         displayed of multipart/alternative part if it is invoked from summary
9400         buffer.
9401
9402         * mm-view.el (mm-inline-text-html-render-with-w3m)
9403         (mm-inline-text-html-render-with-w3m-standalone)
9404         (mm-inline-render-with-function): Use mail-parse-charset by default.
9405
9406 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9407
9408         * parse-time.el (parse-time-string-chars): Check if CHAR
9409         is less than the length of parse-time-syntax.
9410
9411 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9414         from gnus-newsgroup-processable.
9415
9416 2007-04-16  Didier Verna  <didier@xemacs.org>
9417
9418         * gnus-msg.el (gnus-configure-posting-styles):
9419         Handle message-signature-directory properly with :file syntax.
9420         Reported by "Leo".
9421
9422 2007-04-11  Didier Verna  <didier@xemacs.org>
9423
9424         New user option: message-signature-directory.
9425         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9426         * message.el (message-insert-signature): Ditto.
9427         * message.el (message-signature-file): Doc update.
9428         * message.el (message-signature-directory): New.
9429
9430 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-msg.el (gnus-inews-yank-articles):
9433         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9434
9435 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * message.el (message-yank-original): Make sure cited text ends with
9438         newline; don't exchange point and mark.
9439
9440 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9441
9442         * tls.el (open-tls-stream): Properly handle case where there
9443         is no associated buffer.
9444
9445 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9446
9447         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9448         message-yank-original, make sure (< mark TEXT point).
9449
9450 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * message.el (message-fill-column): New variable.
9453         (message-mode): Use it.  Add comment on a possible new hook.
9454
9455         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9456         (nnmail-get-new-mail): Reformat.
9457
9458         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9459
9460         * gmm-utils.el: Fix Commentary.
9461         (gmm-tool-bar-from-list): Fix typo in doc string.
9462
9463 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9464
9465         * message.el (message-yank-original): Don't switch point and mark
9466         unnecessarily to put point and mark as documented.
9467
9468 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9471         from the message heads.
9472
9473 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9474
9475         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9476         article buffer does not have a window.  This may not be the best
9477         solution but is certainly better than setting the start of the null,
9478         that is the current, window.
9479
9480 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9483         (gnus-draft-setup): Run it.
9484
9485         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9486         gnus-score-fast-scoring.  Allow regexp.
9487         (gnus-score-headers): Use it.
9488
9489         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9490         XEmacs.
9491
9492         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9493         string.
9494         (gnus-button-alist): Also catch `<f1> k ...'.
9495         (gnus-treat-display-x-face): Fix doc string.
9496
9497 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9498
9499         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9500         evaluation of gnus-extended-version to ensure correct generation of the
9501         User-Agent header when message-generate-headers-first is used.
9502
9503 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9504
9505         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9506         hashcash-path is nil.  Don't call callback with incorrect number of
9507         parameters if val is 0.
9508
9509 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9510
9511         * message.el (message-required-news-headers):
9512         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9513
9514 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9515
9516         * tls.el (open-tls-stream): In handshake-waiting loop,
9517         don't wait more if there is output available to process.
9518
9519 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9520
9521         * tls.el (tls-program): Doc fix.
9522
9523 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * message.el (message-generate-new-buffers): Change the meaning of the
9526         nil value; add `standard' to the choices; treat t as `unique'; improve
9527         doc string.
9528         (gnus-select-frame-set-input-focus): Autoload.
9529         (message-buffer-name): Search for the existing message buffer if
9530         message-generate-new-buffers is nil or `standard'; treat the value t of
9531         message-generate-new-buffers as `unique'.
9532         (message-pop-to-buffer): Raise the frame already displaying the message
9533         buffer; clear the echo area after querying.
9534         (message-setup): Pass the `continue' argument to compose-mail.
9535         (message-mail): Prefer `switch-function' if it is given; search for the
9536         existing message buffer if the `continue' argument is non-nil; pass
9537         continue and switch-function arguments to compose-mail by way of
9538         message-setup.
9539         (message-mail-other-window): Adjust argument of message-setup.
9540         (message-mail-other-frame): Ditto.
9541
9542 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9545         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9546         to turn font-lock on when turning gnus-message-citation-mode on.
9547
9548 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9549
9550         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9551         (mml-smime-function-alist): New variable; add epg as the backend.
9552         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9553         mml-smime- functions instead.
9554         * mm-view.el: Require smime.
9555
9556 2007-03-05  Didier Verna  <didier@xemacs.org>
9557
9558         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9559         instead of just inheritance for posting styles.
9560         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9561
9562 2007-02-24  Chris Moore  <dooglus@gmail.com>
9563
9564         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9565         * pgg-pgp.el (pgg-pgp-encrypt-region):
9566         * pgg-gpg.el (pgg-gpg-encrypt-region):
9567         Check pgg-encrypt-for-me if no other recipients.
9568
9569 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9570
9571         * tls.el (tls-certtool-program): Fix custom type.
9572
9573 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9576         and point-at-eol instead of line-(beginning|end)-position.
9577
9578         * assistant.el (assistant-parse-buffer): Ditto.
9579
9580         * netrc.el (netrc-parse-services): Ditto.
9581
9582 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9583
9584         * mml2015.el (mml2015-epg-find-usable-key): New function.
9585         (mml2015-epg-sign): Use it.
9586         (mml2015-epg-encrypt): Use it.
9587
9588 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * message.el (message-make-in-reply-to): Quote name containing
9591         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9592         if there are special characters.  Reported by NAKAJI Hiroyuki
9593         <nakaji@jp.freebsd.org>.
9594
9595 2007-02-27  Didier Verna  <didier@xemacs.org>
9596
9597         Include the group parameters as well as the topic ones in the
9598         inheritance filter process.
9599         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9600         argument GROUP-PARAMS-LIST.
9601         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9602
9603 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * nntp.el (nntp-never-echoes-commands)
9606         (nntp-open-connection-functions-never-echo-commands): New variables.
9607         (nntp-send-command): Use them.
9608
9609 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9610
9611         * mml2015.el (mml2015-epg-verify): Simplify.
9612
9613 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * mml.el (mml-content-disposition-alist): New user option.
9616         (mml-content-disposition): New function.
9617         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9618         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9619
9620 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9621
9622         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9623         verification.
9624
9625 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9626
9627         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9628         articles posted in the last 24 hours.
9629
9630 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9631
9632         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9633
9634 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9635
9636         * nntp.el (nntp-send-command): Don't wait for echoes when
9637         nntp-open-ssl-stream is used.
9638
9639 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9642         (gnus-message-add-citation-keywords)
9643         (gnus-message-remove-citation-keywords): Remove.
9644         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9645         directly, make the variables in font-lock-defaults buffer-local, add
9646         gnus-message-citation-keywords to them and then update the value of
9647         font-lock-keywords.
9648
9649 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * message.el (message-cite-original-1): Don't call
9652         gnus-article-highlight-citation.
9653
9654         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9655         citations; fix line count.
9656
9657 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9660         (gnus-message-add-citation-keywords)
9661         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9662         versions of font-lock-add-keywords and font-lock-remove-keywords to
9663         work with XEmacs correctly.
9664
9665 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-cite.el (gnus-cite-face-list): Set the values of
9668         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9669         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9670         (gnus-message-cite-prefix-regexp): New variable.
9671         (gnus-message-search-citation-line): Use it; protect against long
9672         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9673         the 0th match data for Emacs.
9674         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9675         (gnus-message-add-citation-keywords): Append keywords rather than
9676         prepending; emulate font-lock-add-keywords if it is not available.
9677         (gnus-message-remove-citation-keywords):
9678         Emulate font-lock-remove-keywords if it is not available.
9679
9680         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9681
9682         * message.el (message-cite-prefix-regexp): Set the value of
9683         gnus-message-cite-prefix-regexp.
9684
9685 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9686
9687         * nnweb.el (nnweb-google-parse-1): Update parser.
9688
9689 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9690
9691         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9692
9693 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9694
9695         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9696         regexp.
9697
9698 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9701         string-to-multibyte.
9702         (uudecode-decode-region-internal): Use it.
9703
9704         * lpath.el: Fbind string-as-multibyte for XEmacs.
9705
9706 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9709         Fix custom choice.
9710
9711         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9712
9713 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9714
9715         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9716
9717         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9718         `write-region' to respect `mm-inhibit-file-name-handlers'.
9719
9720 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9723         Use gnus-home-directory instead of "~/" or "$HOME".
9724
9725 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9726
9727         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9728         to mention filename.
9729         Add comments at beginning regarding usage.
9730         (encrypt-write-file-contents): Change interactive so a string is
9731         acceptable.  If the file has no associated model, show an error instead
9732         of a nonsense prompt.
9733
9734 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9735
9736         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9737         Thanks to Yoshihiko Yamada for kind notification of this typo.
9738
9739 2007-01-12  Kenichi Handa  <handa@m17n.org>
9740
9741         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9742         multibyte buffer.
9743
9744 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-score.el (gnus-score-fast-scoring): New variable.
9747         (gnus-score-headers): Use it.
9748
9749         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9750
9751         * message.el (message-cite-original-1):
9752         Call gnus-article-highlight-citation if requested.
9753         (message-make-from): Allow name and address as optional arguments.
9754
9755         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9756
9757         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9758         bugs to doc string.
9759         (gnus-button-alist): Add mid\\|message-id.
9760         (gnus-button-fetch-group): Extend for use in
9761         `browse-url-browser-function'.
9762         (gnus-button-url-regexp): Try to catch paired parentheses like in
9763         Wikipedia URLs.
9764
9765         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9766         Suggested by Simon Krahnke <overlord@gmx.li>.
9767
9768 2007-01-13  Romain Francoise  <romain@orebokech.com>
9769
9770         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9771         Update copyright.
9772
9773 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9774
9775         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9776
9777 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9778
9779         * gnus-registry.el (gnus-registry-unfollowed-groups)
9780         (gnus-registry-split-fancy-with-parent): Fix documentation.
9781
9782 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9785         from nnweb groups.
9786
9787 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9790         Xref urls.  Erase buffer before requesting head.
9791
9792         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9793
9794 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9797         customizable.
9798
9799 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9800
9801         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9802         no signing key is found.
9803         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9804         no encrypting and/or signing key is found.
9805
9806 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9809
9810 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9811
9812         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9813         headers read from disk with the ones newly found in the current search.
9814         This should no longer cause problems, because the article numbers in
9815         Gmane's `nov.php' output are ignored since the previous change.
9816
9817 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9818
9819         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9820
9821 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9824         replace-regexp-in-string; bind url-version; fbind display-images-p and
9825         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9826         find-face and set-itimer-function for Emacs; bind itimer-list for
9827         Emacs.
9828
9829         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9830
9831 2007-01-01  Romain Francoise  <romain@orebokech.com>
9832
9833         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9834
9835 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9836
9837         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9838         `define-minor-mode' macro definition expanded properly.
9839         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9840         exclude it there.
9841
9842         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9843         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9844         `fboundp' test.
9845         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9846         This is OK to autoload in (S)XEmacs now.
9847
9848 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9851         keystroke.
9852         (gnus-summary-limit-to-singletons): Fix typo.
9853
9854         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9855         else fails.
9856
9857 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9858
9859         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9860         docstring.
9861
9862         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9863         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9864         (gnus-summary-insert-dormant-articles): Fix typo in message.
9865
9866 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9869         nil for XEmacs.
9870         (gnus-message-citation-mode): Don't autoload in XEmacs.
9871
9872         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9873
9874 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9875
9876         * nnimap.el (nnimap-expunge-search-string):
9877         Mention nnimap-search-uids-not-since-is-evil in docstring.
9878
9879 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * spam.el: Revert to make-obsolete-variable because
9882         define-obsolete-variable-alias is not supported in Emacs 21.
9883
9884         * spam.el (spam-ifile-path, spam-ifile-database-path)
9885         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9886         make-obsolete-variable.
9887         (spam-bsfilter-path, spam-bsfilter-program)
9888         (spam-spamassassin-path, spam-spamassassin-program)
9889         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9890         Don't use "path" inappropriately.
9891         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9892         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9893         variable names.
9894
9895 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9896
9897         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9898         summary buffer.
9899
9900         * password.el (password-cache-remove): Use clear-string to burn
9901         password, if available.
9902
9903 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9906
9907         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9908
9909         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9910         (gnus-message-highlight-citation): Move defcustom here from
9911         gnus-cite.el.
9912         (gnus-message-citation-mode): Autoload.
9913
9914         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9915         checks to make it compile with XEmacs.
9916         (gnus-message-citation-mode): New minor mode.
9917         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9918         (gnus-message-highlight-citation): New variables.
9919         (gnus-message-search-citation-line)
9920         (gnus-message-add-citation-keywords)
9921         (gnus-message-remove-citation-keywords)
9922         (turn-on-gnus-message-citation-mode)
9923         (turn-off-gnus-message-citation-mode): New functions.
9924
9925 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9926
9927         * gnus-cite.el: Enable highlighting of different citation levels in
9928         message-mode.
9929
9930 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * message.el (message-make-fqdn): Fix comment.
9933         (message-bogus-system-names): Add ".local".
9934
9935         * spam.el (spam-ifile-path, spam-ifile-program)
9936         (spam-ifile-database-path, spam-ifile-database)
9937         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9938         Don't use "path" inappropriately.
9939         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9940         strings.
9941         (spam-check-ifile, spam-ifile-register-with-ifile)
9942         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9943         Use new variable names.
9944
9945         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9946         (gnus-treat-display-smileys): Simplify using
9947         gnus-image-type-available-p.
9948
9949         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9950         available.
9951
9952         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9953         Use `display-images-p' if available.
9954
9955 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9958         one after turning on the buffer's multibyteness instead of decoding
9959         them directly in the unibyte buffer that causes unexpected conversion
9960         in Emacs 23 (unicode).
9961
9962 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9963
9964         * message.el (message-generate-hashcash): Fix custom type.
9965
9966 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9969
9970 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9973         disconnect icons.  Add help text.
9974
9975 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9976
9977         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9978         negated to be consistent with the others we handle.
9979
9980 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9983         version of gnus-summary-buffer to something, so that we can use two
9984         article buffers at the same time.
9985
9986 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9987
9988         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9989         trigger all the extra headers.
9990         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9991         sorting.
9992
9993 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9994
9995         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9996         solid groups.
9997
9998 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9999
10000         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10001
10002 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * legacy-gnus-agent.el: Add Copyright notice.
10005
10006 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10007
10008         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10009
10010 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10013
10014         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10015         to make it work reliably in CVS Emacs.
10016         (gnus-summary-limit-strange-charsets-predicate)
10017         (gnus-summary-limit-to-predicate): New functions.
10018
10019 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10020
10021         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10022         specifying array size.
10023         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10024         array if it is too small.
10025         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10026         (gnus-sort-threads-loop): New function.
10027
10028 2006-12-06  Chris Moore  <dooglus@gmail.com>
10029
10030         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10031         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10032
10033 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10034
10035         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10036         options.
10037
10038 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10041         DOS-ing the recipient.
10042
10043         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10044         the headers when creating the mapping to avoid mismappings.
10045         (nnweb-gmane-create-mapping): Always nix out old mapping.
10046
10047 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10050         and mm-verify-option to never.
10051
10052 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * message.el (message-signed-or-encrypted-p): New function.
10055         (message-forward-make-body): Use it.
10056
10057         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10058         Replace encode-coding-string with mm-encode-coding-string.
10059
10060 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * nneething.el (nneething-decode-file-name):
10063         Replace decode-coding-string with mm-decode-coding-string.
10064
10065         * gnus-int.el (gnus-open-server): Say failed server's name.
10066
10067 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10068
10069         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10070         strings to a single string.  Quote `errors-file-name'.
10071         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10072         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10073         Adjust calls.  Use `shell-quote-argument'.
10074
10075 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10076
10077         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10078         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10079
10080         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10081         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10082         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10083         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10084         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10085         (gnus-subscribe-newsgroup, gnus-1):
10086         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10087         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10088         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10089         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10090
10091 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10094         keystroke.
10095         (gnus-summary-limit-to-bodies): Implement headersp.
10096
10097 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10100
10101 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10104
10105 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * message.el (message-generate-hashcash): Expand range of values to
10108         include `opportunistic'.
10109         (message-send-mail): Use it.
10110
10111 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10112
10113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10114         and comment it.
10115
10116         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10117
10118 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * gnus-util.el (gnus-extract-address-components): Improve comment.
10121
10122 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * gnus-util.el (gnus-extract-address-components): Work with address in
10125         which the name portion contains @.
10126
10127         * lpath.el: Fbind custom-autoload.
10128
10129 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus.el (gnus-start): Move custom group up.
10132         (gnus-select-method): Don't autoload, but make it available for
10133         `customize-variable'.
10134         (gnus-getenv-nntpserver): Don't autoload.
10135
10136 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10137
10138         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10139
10140 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * message.el (message-sendmail-extra-arguments): New variable.
10143         (message-send-mail-with-sendmail): Use it.
10144
10145 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10148         mm-with-unibyte-current-buffer to make string unibyte.
10149
10150         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10151         mm-string-as-multibyte.
10152
10153 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10154
10155         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10156         Reported by Werner Koch <wk@gnupg.org>.
10157
10158 2006-11-14  Daiki Ueno  <ueno@p360>
10159
10160         * mml2015.el: Autoload epa-select-keys when compiling.
10161
10162 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10163
10164         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10165         message-options.
10166         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10167
10168 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10169
10170         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10171         EasyPG (< 0.0.6).
10172         (mml2015-always-trust): New user option.
10173         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10174         prompt.
10175
10176 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * nntp.el (nntp-authinfo-force): New variable.
10179         (nntp-send-authinfo): Use it.
10180
10181 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10184         decode encoded words.  Improve prompt.  Add comment about forwarding.
10185         (message-replacement-char): Move up.
10186
10187 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10188
10189         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10190         instead of gnus-intersection because arguments of gnus-sorted-nunion
10191         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10192
10193 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10196         (message-simplify-subject-functions):
10197         Enable message-strip-subject-encoded-words by default.
10198
10199 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * message.el (message-strip-subject-encoded-words): New function.
10202         (message-simplify-subject-functions): New variable.
10203         (message-simplify-subject): Use it.  Fix typo in doc string.
10204         Support message-strip-subject-encoded-words.
10205
10206 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10207
10208         * gnus-diary.el (gnus-diary-delay-format-function):
10209         * nndiary.el (nndiary-reminders):
10210         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10211
10212 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-art.el (article-hide-boring-headers): Fetch date from
10215         gnus-original-article-buffer to avoid problems with localized date
10216         strings.
10217
10218 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10221
10222 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10225         New variables.
10226         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10227         (mm-charset-synonym-alist): Move some entries to
10228         mm-codepage-iso-8859-list.
10229         (mm-charset-synonym-alist, mm-charset-override-alist):
10230         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10231
10232 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10235
10236 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10239         with Emacs 21 and XEmacs.
10240
10241 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10242
10243         * spam.el (spam-parse-address): New function for better parsing,
10244         catching errors, etc.
10245         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10246
10247 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * mm-view.el: Add interactive arg to html2text autoload.
10250
10251 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10254
10255 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10258         New variables.
10259         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10260         (mm-charset-synonym-alist): Move some entries to
10261         mm-codepage-iso-8859-list.
10262
10263         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10264
10265 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * message.el (message-citation-line-format)
10268         (message-insert-formated-citation-line): Fix implementation of %E, %N
10269         and %n according to the doc string.
10270
10271 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10272
10273         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10274         Use car-safe to avoid bad parses.
10275
10276 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10279         names.
10280
10281         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10282
10283 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10286         header.
10287
10288         * message.el (message-draft-headers): Add Date.
10289         (message-headers-to-generate): Fix typo in docstring.
10290
10291         * nndraft.el (nndraft-required-headers): New variable.
10292         (nndraft-generate-headers): Use it.
10293
10294         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10295
10296 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10297
10298         * gnus-registry.el (gnus-registry-wash-for-keywords)
10299         (gnus-registry-find-keywords): New functions to allow easy searching of
10300         articles that are in the registry.
10301
10302 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10303
10304         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10305         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10306         Reported by Damien Elmes <damien@repose.cx>.
10307
10308 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * gnus.el (gnus-mime): Remove unused custom group.
10311
10312 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10313
10314         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10315         "blank line" when searching for end of armor headers.
10316
10317 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gmm-utils.el (gmm-write-region): Fix variable name.
10320
10321 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gmm-utils.el (gmm-write-region): New function based on compatibility
10324         code from `mm-make-temp-file'.
10325
10326         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10327
10328         * nnmaildir.el (nnmaildir--update-nov)
10329         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10330         Use `gmm-write-region'.
10331
10332 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10335         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10336
10337         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10338
10339         * message.el (message-replacement-char): New variable.
10340         (message-fix-before-sending): Use it.
10341         (message-simplify-subject): New function to remove duplicate code.
10342         (message-reply, message-followup): Use it.
10343
10344         * gnus-sum.el (gnus-summary-make-menu-bar):
10345         Clarify gnus-summary-limit-to-articles.
10346
10347 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-util.el (gnus-with-local-quit): New macro.
10350
10351         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10352
10353 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10354
10355         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10356         ignore non-string data.
10357
10358 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10359
10360         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10361         non-string data (needs to be done in the registry too).
10362
10363 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10364
10365         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10366         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10367         (gnus-registry-split-fancy-with-parent)
10368         (gnus-registry-fetch-simplified-message-subject-fast)
10369         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10370         Remove text properties on ingress into the registry and when it's saved.
10371         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10372         registry from entries with no groups.
10373
10374 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10375
10376         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10377         function to remove string properties.
10378
10379 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gmm-utils.el (gmm): Adjust custom version.
10382
10383         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10384         Adjust custom version.
10385
10386         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10387
10388 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-art.el (gnus-insert-prev-page-button)
10391         (gnus-insert-next-page-button): Simplify.  Reformat.
10392
10393 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10394
10395         * gnus-art.el (gnus-insert-prev-page-button)
10396         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10397
10398 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10399
10400         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10401
10402 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10403
10404         * gnus-art.el (gnus-insert-mime-button)
10405         (gnus-insert-mime-security-button):
10406         Apply gnus-article-button-face to MIME and security buttons.
10407
10408 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10411         readable.
10412
10413 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10416
10417 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10418
10419         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10420         `browse-url-of-file' instead of `browse-url'.
10421
10422 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10423
10424         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10425         regexp.  Articles containing quotation were cut prematurely.
10426
10427 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * message.el (message-cite-original-1): Use nobody by default for the
10430         value of From header.
10431         (message-reply): Ditto.
10432
10433 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10434
10435         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10436         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10437         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10438
10439 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10442         mails in the doc string.  Add some URLs in comment.
10443         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10444
10445 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10448         backslashes handling and the way to find boundaries of quoted strings.
10449
10450 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10451
10452         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10453         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10454         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10455         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10456
10457 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10460         doc string.
10461         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10462
10463 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * lpath.el: Fbind epg-check-configuration.
10466
10467 2006-09-06  Simon Josefsson  <jas@extundo.com>
10468
10469         * mml2015.el (mml2015-use): Doc fix, mention epg.
10470
10471 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10472
10473         * mml2015.el (mml2015-use): Default to epg, if available.
10474
10475 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10478         message-sender.
10479         (mml1991-epg-encrypt): Ditto.
10480         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10481         message-sender.
10482         (mml2015-epg-encrypt): Ditto.
10483
10484 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10485
10486         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10487         several common directories.
10488
10489 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10490
10491         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10492         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10493
10494 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (article-decode-encoded-words): Make it fast.
10497
10498 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10501
10502         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10503         in quoted string into `\'.
10504
10505 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10508         Use standard-syntax-table.
10509
10510 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-art.el (gnus-decode-address-function): New variable.
10513         (article-decode-encoded-words): Use it to decode headers which are
10514         assumed to contain addresses.
10515         (gnus-mime-delete-part): Remove useless `or'.
10516
10517         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10518         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10519         (gnus-nov-parse-line): Use it to decode From header.
10520         (gnus-get-newsgroup-headers): Ditto.
10521         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10522
10523         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10524         (mail-decode-encoded-address-string): New alias.
10525
10526         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10527         New function.
10528         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10529         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10530         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10531         (rfc2047-decode-string): Ditto.
10532         (rfc2047-decode-address-region): New function.
10533         (rfc2047-decode-address-string): New function.
10534
10535 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * message.el (message-caesar-buffer-body): Allow rotating headers.
10538
10539         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10540
10541         * message.el (message-insert-formated-citation-line): Fix %f.
10542         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10543
10544 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10547         (gnus-bookmark-mouse-available-p): New macro.
10548         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10549         (gnus-bookmark-bmenu-show-infos): Use it.
10550         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10551         (gnus-bookmark-bmenu-hide-infos): Ditto.
10552         (gnus-bookmark-remove-properties): New function.
10553         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10554         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10555         (gnus-bookmark-write-file): Bind coding-system-for-write.
10556         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10557         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10558         group before selecting it.
10559         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10560         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10561         quit-window if it is not available; use gnus-mouse-2 and bind it to
10562         gnus-bookmark-bmenu-select-by-mouse.
10563         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10564         (gnus-bookmark-bmenu-select-by-mouse): New function.
10565
10566 2006-08-13  Romain Francoise  <romain@orebokech.com>
10567
10568         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10569         space.
10570
10571 2006-08-10  Romain Francoise  <romain@orebokech.com>
10572
10573         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10574         (dns-mode-soa-auto-increment-serial): New user option.
10575         (dns-mode-soa-maybe-increment-serial): New function.
10576         (dns-mode): Add the latter to `write-contents-functions'.
10577
10578 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * compface.el (uncompface): Use binary rather than raw-text-unix.
10581
10582 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * compface.el (uncompface): Make sure the eol conversion doesn't take
10585         place when communicating with the external programs.
10586         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10587
10588 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10591
10592 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10593
10594         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10595         Make it more robust by parsing author and date independently.
10596
10597 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10600
10601 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10602
10603         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10604         first matching secret key.
10605         (mml2015-epg-encrypt): Ditto.
10606
10607         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10608         first matching secret key.
10609         (mml1991-epg-encrypt): Ditto.
10610
10611         * mml2015.el (mml2015-encrypt-to-self): New user option.
10612         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10613         mml2015-epg-encrypt-to-self is set.
10614
10615         * mml1991.el (mml1991-encrypt-to-self): New variable.
10616         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10617         mml1991-epg-encrypt-to-self is set.
10618
10619         * mml2015.el (mml2015-signers): New user option.
10620         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10621         (mml2015-epg-encrypt): Allow to select signing keys.
10622
10623         * mml1991.el (mml1991-signers): New variable.
10624         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10625         (mml1991-epg-encrypt): Allow to select signing keys.
10626
10627 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * nnheader.el (nnheader-insert-head): Make it work even if the file
10630         uses CRLF for the line-break code.
10631
10632 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10633
10634         * mml2015.el: Require mml-sec instead of password.
10635         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10636         (mml2015-cache-passphrase): Inherit the default value from
10637         mml-secure-cache-passphrase.
10638         (mml2015-passphrase-cache-expiry): Inherit the default value from
10639         mml-secure-passphrase-cache-expiry.
10640
10641         * mml1991.el: Require mml-sec instead of password.
10642         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10643         (mml1991-cache-passphrase): Inherit the default value from
10644         mml-secure-cache-passphrase.
10645         (mml1991-passphrase-cache-expiry): Inherit the default value from
10646         mml-secure-passphrase-cache-expiry.
10647
10648         * mml-sec.el: Require password.
10649         (mml-secure-verbose): New user option.
10650         (mml-secure-cache-passphrase): New user option.
10651         (mml-secure-passphrase-cache-expiry): New user option.
10652
10653 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10654
10655         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10656         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10657         andreas@altroot.de (Andreas Vögele).
10658
10659         FIXME: Use `tiny change'?
10660
10661 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10662
10663         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10664         workaround for the url package included with Emacs.
10665
10666         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10667
10668 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10671         correctly.  This fixes a bug caused by the 2006-05-12 change.
10672
10673 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10674
10675         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10676         some information about the error when saying that the `bogus' mail
10677         group will be used.
10678
10679 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10682         string.
10683
10684 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10685
10686         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10687
10688 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10689
10690         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10691
10692 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10693
10694         * mml1991.el (mml1991-function-alist): Add epg.
10695         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10696         (mml1991-epg-encrypt): New functions.
10697
10698 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10699
10700         * mml2015.el (mml2015-verbose): New variable.
10701         (mml2015-cache-passphrase): Ditto.
10702         (mml2015-passphrase-cache-expiry): Ditto.
10703         (mml2015-function-alist): Add epg.
10704         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10705         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10706         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10707         New functions.
10708
10709 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10710
10711         * message.el (message-cite-original-1): Preserve region when removing
10712         quoted text due to X-No-Archive in order to avoid bogus attribution
10713         when citing multiple messages.
10714
10715 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10716
10717         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10718         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10719
10720 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * gnus-diary.el (gnus-user-format-function-d)
10723         (gnus-user-format-function-D): Autoload.
10724
10725         * imap.el (Commentary): Fix typo.
10726
10727         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10728         2006-04-22 contribution.
10729
10730 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10731
10732         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10733         It didn't really fix the bogosity I'm seeing with solid web groups.
10734
10735 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10736
10737         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10738         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10739         created using server names.  If we use the feature without declaring
10740         it, Gnus does not properly manage server and group state.
10741
10742         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10743         bound.
10744
10745 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10746
10747         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10748         looking up the method using GROUP's prefix before inventing a new one.
10749         It is used on killed/unknown groups in various places where returning
10750         an all-new method isn't expected by the caller.
10751
10752         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10753         and match semantics of gnus-group-real-prefix.
10754
10755 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * nnmail.el (nnmail-broken-references-mailers): New variable.
10758         (nnmail-ignore-broken-references): New function generalizing
10759         nnmail-fix-eudora-headers.
10760         (nnmail-fix-eudora-headers): Now obsolete.
10761
10762         * gnus-art.el (gnus-button-handle-custom):
10763         Support `customize-apropos*'.
10764
10765 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10768
10769         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10770         articles.
10771
10772 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * message.el (message-cite-reply-above): New variable.
10775         (message-yank-original): Use it.
10776
10777 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10780
10781 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10784         as read.
10785
10786         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10787
10788 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10791         (gnus-bookmark-default-file): Use gnus-directory.
10792         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10793         Remove "*" in doc string.
10794         (gnus-bookmark-write-file): Simplify.
10795         (gnus-bookmark-maybe-sort-alist): Use `when'.
10796         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10797         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10798         Add FIXME about Emacs 21 and XEmacs compatibility.
10799         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10800         compatibility.
10801         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10802         compatibility.
10803         (gnus-bookmark-menu-heading): Fix version.
10804
10805 2006-06-19  Bastien Guerry  <bzg@altern.org>
10806
10807         * gnus-bookmark.el: New file.
10808
10809 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * message.el (message-syntax-checks): Doc fix.
10812
10813 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10814
10815         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10816         unsubscribed groups as if they were killed ones.  It causes duplicate
10817         entries in gnus-newsrc-alist.
10818
10819 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * message.el (message-syntax-checks): Doc fix.
10822         (message-send-mail): Add check for continuation headers.
10823         (message-check-news-header-syntax): Fix regexp used to check for
10824         continuation headers.
10825
10826 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10829
10830 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10833
10834 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10837         default-truncate-lines.
10838
10839 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10842         to fill the utf-8 entry.
10843
10844         * lpath.el: Fbind unicode-precedence-list.
10845
10846 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10847
10848         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10849
10850 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10851
10852         * gnus-agent.el (directory-files-and-attributes): Move all the way
10853         forward (the third and final move).
10854         (gnus-agent-read-agentview): Trap reconstruction errors due to
10855         nonexistent directory.  Handle by returning nil.
10856
10857 2006-05-30  Didier Verna  <didier@xemacs.org>
10858
10859         * message.el (message-dont-reply-to-names): Update the custom type.
10860         * message.el (message-dont-reply-to-names): New defsubst: potentially
10861         convert a list of regexps into a single one.
10862         * message.el (message-get-reply-headers): Use it.
10863         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10864
10865 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-agent.el (directory-files-and-attributes): Move forward.
10868
10869 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-ml.el (gnus-mailing-list-subscribe)
10872         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10873         (gnus-mailing-list-message): Fix doc strings.
10874
10875 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10876
10877         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10878         of doing it manually.
10879
10880 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10883         comment.
10884
10885 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10886
10887         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10888         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10889         (gnus-agent-read-local): All symbols allocated in my-obarray.
10890         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10891         (gnus-agent-regenerate-group): Check numeric names to see if they are
10892         messages or groups.
10893         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10894         better way of do this...)
10895
10896         * gnus-cache.el (gnus-agent-total-fetched-for):
10897         Ignore 'dummy.group' (there should be a better way of do this...)
10898
10899 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10902         (gnus-saved-headers): Ditto.
10903         (gnus-default-article-saver): Mention functions may have properties.
10904         (gnus-article-save): Override gnus-save-all-headers and
10905         gnus-saved-headers by :headers property which saver function may have.
10906         (gnus-summary-save-in-file): Add :headers property.
10907         (gnus-summary-write-to-file): Ditto.
10908
10909         * gnus-sum.el (gnus-summary-save-article): Bind
10910         gnus-prompt-before-saving to t when saving many articles in a file;
10911         always show all headers.
10912
10913         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10914
10915 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10918         marks.
10919
10920         * message.el (message-indent-citation): Add optional arguments to allow
10921         using it outside of message buffers.
10922
10923         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10924         (gnus-article-treat-unfold-headers): Use it.
10925         (gnus-article-truncate-lines): New variable.
10926         (gnus-article-mode): Use it.
10927         (gnus-article-toggle-truncate-lines): New function.
10928
10929         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10930         Add gnus-article-toggle-truncate-lines.
10931
10932         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10933         coding system in XEmacs, use binary.
10934
10935 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10938         after-load-alist.
10939
10940         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10941         this function should save decoded articles.
10942         (gnus-summary-write-to-file): Use property to specify this function
10943         should save decoded articles and specify gnus-summary-save-in-file
10944         should be used to save articles other than the first one when saving
10945         many articles.
10946         (gnus-summary-save-body-in-file): Use property to specify this
10947         function should save decoded articles.
10948         (gnus-summary-write-body-to-file): Use property to specify this
10949         function should save decoded articles and specify
10950         gnus-summary-save-body-in-file should be used to save articles other
10951         than the first one when saving many articles.
10952
10953         * gnus-sum.el (gnus-summary-save-article): Simplify.
10954
10955 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * gnus-art.el (gnus-default-article-saver):
10958         Add gnus-summary-write-body-to-file.
10959         (gnus-article-save-coding-system): Don't use coding system object
10960         in XEmacs.
10961         (gnus-read-save-file-name): Add optional `dir-var' argument which
10962         specifies directory in which files are saved; work even if optional
10963         `variable' argument is not specified.
10964         (gnus-summary-write-to-file): Read file name.
10965         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10966         (gnus-summary-write-body-to-file): New function.
10967
10968         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10969         (gnus-summary-local-variables): Add it.
10970         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10971         (gnus-summary-save-article): Remove optional `decode' argument;
10972         determine whether to decode articles by the value of
10973         gnus-default-article-saver; when saving many files using
10974         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10975         it first and use gnus-summary-save-in-file or
10976         gnus-summary-save-body-in-file thereafter unless
10977         gnus-prompt-before-saving is always; move point to article which
10978         will be saved.
10979         (gnus-summary-save-article-file): Revert.
10980         (gnus-summary-write-article-file): Revert.
10981         (gnus-summary-save-article-body-file): Revert.
10982         (gnus-summary-write-article-body-file): New function.
10983
10984 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-art.el (gnus-default-article-saver): Doc fix.
10987         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10988         from gnus-summary-save-article-coding-system, and default to a
10989         certain coding system.
10990         (gnus-output-to-file): Add coding cookie and encode text according
10991         to gnus-article-save-coding-system; don't use mm-append-to-file.
10992
10993         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10994         gnus-art.el and rename to gnus-article-save-coding-system.
10995         (gnus-summary-save-article): Require gnus-art; don't show all
10996         headers if it decodes articles; don't add coding cookie here;
10997         don't bind mm-text-coding-system-for-write.
10998         (gnus-summary-save-article-file): Save decoded articles.
10999         (gnus-summary-write-article-file): When saving many files, use
11000         gnus-summary-write-to-file first and gnus-summary-save-in-file
11001         thereafter unless gnus-prompt-before-saving is always.
11002         (gnus-summary-save-article-body-file): Save decoded articles.
11003
11004         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11005
11006 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * nnrss.el (nnrss-check-group): Bind hash-index.
11009
11010 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11011
11012         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11013         its hash index.  Store this hash in `nnrss-group-data'.
11014         (nnrss-read-group-data): Update accordingly.
11015
11016 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11019         entry.
11020
11021         * gnus-sum.el (gnus-summary-make-menu-bar):
11022         Add gnus-article-browse-html-article.
11023
11024 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11025
11026         * gnus-sum.el (gnus-summary-mime-map):
11027         Add gnus-article-browse-html-article.
11028
11029         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11030
11031 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11034         suitable coding systems in customize.
11035
11036 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * mail-source.el (mail-sources): Fix custom type.
11039
11040 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11043         (gnus-summary-expire-articles-now): Shorten prompt.
11044
11045         * gmm-utils.el (wid-edit): Require.
11046         (defun-gmm): Rename from `gmm-defun-compat'.
11047         (gmm-image-search-load-path): Use it.
11048         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11049
11050 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * gnus-sum.el (gnus-summary-save-article-coding-system):
11053         New variable.
11054         (gnus-summary-save-article): Add optional `decode' argument.
11055         If it is set and gnus-summary-save-article-coding-system is non-nil,
11056         save decoded article.
11057         (gnus-summary-write-article-file): Save decoded article if
11058         gnus-summary-save-article-coding-system is non-nil.
11059
11060         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11061         type.
11062
11063 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11066
11067 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11070         first to test gnus-single-article-buffer which may be buffer-local.
11071
11072         * gnus-sum.el (gnus-summary-setup-buffer):
11073         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11074         group; make gnus-article-buffer, gnus-article-current, and
11075         gnus-original-article-buffer always buffer-local.
11076         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11077         group.
11078         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11079
11080 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * nnml.el (nnml-request-compact-group): Compressed files might not
11083         have .gz extension.
11084
11085 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11086
11087         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11088         (mm-copy-to-buffer): Use with-current-buffer.
11089         (mm-display-part): Simplify.
11090         (mm-inlinable-p): Add optional arg `type'.
11091
11092 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11093
11094         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11095         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11096         Try harder to show the attachment internally or externally using
11097         gnus-mime-view-part-as-type.
11098
11099 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * message.el (message-from-style, message-signature-separator)
11102         (message-user-organization-file, message-send-mail-function)
11103         (message-citation-line-function, message-yank-prefix)
11104         (message-indent-citation-function, message-signature)
11105         (message-signature-file, message-signature-insert-empty-line):
11106         Remove autoloads.
11107
11108         * gnus-art.el (gnus-buttonized-mime-types):
11109         Remove "multipart/signed".  Revert 2006-04-26 change.
11110
11111 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * gnus.el (gnus-version-number): Bump version.
11114
11115 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11116
11117         * gnus.el: No Gnus v0.5 is released.
11118
11119 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11120
11121         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11122         fetching articles by message-id.
11123
11124 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * message.el (hashcash): Require hashcash as normal.
11127
11128         * ecomplete.el (ecomplete-highlight-match-line):
11129         Use point-at-eol.
11130         (ecomplete-highlight-match-line): Use `highlight', because that
11131         face exists in both Emacs and XEmacs.
11132
11133         * message.el (message-display-abbrev): Use point-at-bol.
11134
11135         * mail-source.el: Don't require timer/timer-funcs.
11136
11137         * gnus-async.el: Ditto.
11138
11139         * password.el: Ditto.
11140
11141         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11142
11143         * mm-url.el: Ditto.
11144
11145         * gnus-xmas.el: Don't require timer-funcs.
11146
11147         * mm-util.el: Require timer/timer-funcs.
11148
11149 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11150
11151         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11152         Close.
11153
11154 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11157         unibyte after clear-decrypt function runs.
11158
11159         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11160         returns as a unibyte string.
11161
11162 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * lpath.el: Revert.
11165
11166         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11167         (pgg-gpg-process-sentinel): Revert.
11168
11169         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11170         (pgg-pgp-lookup-key): Revert.
11171
11172         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11173         (pgg-pgp5-lookup-key): Revert.
11174
11175         * pgg.el (pgg-fetch-key): Revert.
11176
11177 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * lpath.el: Fbind string-as-multibyte for XEmacs.
11180
11181         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11182         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11183         (mml1991-pgg-encrypt): Ditto.
11184
11185         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11186         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11187         a multibyte buffer.
11188
11189         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11190         (pgg-pgp-lookup-key): Ditto.
11191
11192         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11193         (pgg-pgp5-lookup-key): Ditto.
11194
11195         * pgg.el (pgg-fetch-key): Ditto.
11196
11197 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * message.el (message-user-organization-file): Check several
11200         locations of the organization file.
11201
11202         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11203         Add gnus-article-view-part-as-type.
11204
11205         * gnus-art.el (gnus-article-view-part-as-type): New function.
11206
11207         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11208         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11209
11210         * mml.el: Simplify autoload.
11211         (mml-mode): defvar dnd-protocol-alist instead of using
11212         symbol-value.
11213         (mml-default-directory): New variable.
11214         (mml-minibuffer-read-file): Use it.
11215         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11216
11217         * message.el (message-citation-line-format): New variable.
11218         (message-insert-formated-citation-line): New function.
11219         (message-citation-line-function):
11220         Add `message-insert-formated-citation-line' to custom type.
11221
11222         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11223         to doc string.
11224
11225         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11226         depending on mm-verify-option.
11227
11228 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11231         binding pgg-* variables; reimplement the section which prevents
11232         MIME header from being signed.
11233         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11234         pgg-text-mode; remove a blank line at the top of body.
11235
11236         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11237         lines at the top of body; use gnus-newsgroup-charset if there's no
11238         Charset header.
11239
11240 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * message.el (message-self-insert-commands): Doc fix.
11243
11244         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11245         (mm-uu-pgp-encrypted-test): Ditto.
11246         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11247         between header and body; return application/pgp-encrypted handle
11248         if decryption failed; decode decrypted body by charset.
11249
11250         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11251         element match to application/pgp-*.
11252
11253 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11254
11255         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11256         HTML.
11257
11258 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11259
11260         * mail-source.el (mail-source-call-script): Message the error
11261         string.
11262
11263 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11264
11265         * gnus-util.el (gnus-byte-compile): Use it.
11266
11267 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11268
11269         * gnus-util.el (kill-empty-logs): New function.
11270
11271 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * message.el (message-mail-alias-type): Doc fix.
11274         (message-mail-alias-type-p): New function.
11275         (message-send): Use it.
11276         (message-mode): Ditto.
11277         (message-strip-forbidden-properties): Ditto.
11278
11279         * ecomplete.el (ecomplete-database-file-coding-system):
11280         New variable.
11281         (ecomplete-save): Use it.
11282         (ecomplete-setup): Use it.
11283
11284 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * message.el (message-self-insert-commands): New variable.
11287         (message-strip-forbidden-properties): Use it.
11288
11289 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290
11291         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11292         that doesn't make XEmacs choke.
11293
11294 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gnus-util.el (gnus-replace-in-string):
11297         Prefer replace-regexp-in-string over of replace-in-string.
11298
11299 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-util.el (gnus-select-frame-set-input-focus):
11302         Use select-frame-set-input-focus if it is available in XEmacs; use
11303         definition defined in Emacs 22 for old Emacsen.
11304
11305         * dgnushack.el: Autoload unmorse-region for XEmacs.
11306
11307         * lpath.el: Bind cursor-in-non-selected-windows and
11308         select-frame-set-input-focus for XEmacs.
11309
11310 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11313
11314 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11315
11316         * gnus-registry.el (gnus-registry-cache-save): Remove text
11317         properties when saving via the temp buffer.
11318
11319 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * message.el (message-generate-hashcash): Honor custom type.
11322
11323 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * message.el (message-generate-hashcash): Default to non-nil when
11326         hashcash is found.
11327
11328         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11329         (gnus-refer-thread-limit): Increase default to 500.
11330
11331         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11332
11333         * flow-fill.el (fill-flowed): Allow delete-space.
11334
11335 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11338         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11339         Remove autoloads.
11340
11341 2006-04-18  Simon Josefsson  <jas@extundo.com>
11342
11343         * message.el (message-generate-hashcash): Default to.
11344
11345 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11348         concatenating segments rather than before concatenating them.
11349
11350 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11353
11354 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11357
11358         * message.el (message-forward-make-body-plain):
11359         Allow message-forward-ignored-headers to be a list.
11360         (message-remove-ignored-headers): Factor out into function.
11361         (message-forward-make-body-mml): Use it.
11362
11363         * imap.el (imap-quote-specials): New function.
11364         (imap-login-auth): Quote specials.
11365
11366         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11367         (rfc2231-parse-string): Allow concatanation of parameters that
11368         aren't contiguous.  The test case is
11369           (mail-header-parse-content-type "message/external-body;
11370             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11371             access-type=LOCAL-FILE;
11372             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11373
11374 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11375
11376         * nntp.el (nntp-accept-process-output): Return the value of
11377         `nnheader-accept-process-output'.
11378
11379 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11382         (gnus-button-alist): Recognize more diff formats.
11383         (gnus-button-patch): Strip directory.
11384
11385 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11388         Emacs 22 when setting focus.
11389
11390 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391
11392         * gnus-art.el (gnus-article-treat-types): Do treatment of
11393         text/x-verbatim parts.
11394         (gnus-button-patch): New command.
11395
11396         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11397         addresses that contain invalid characters.
11398
11399 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * message.el (message-put-addresses-in-ecomplete):
11402         Use gnus-replace-in-string.
11403         (message-is-yours-p): Use the more correct
11404         mail-header-parse-address instead of
11405         mail-extract-address-components.
11406         (message-put-addresses-in-ecomplete): Fix typo.
11407
11408         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11409         keystroke.
11410
11411         * gnus-art.el (gnus-treatment-function-alist): Change order of
11412         newsgroups/generic header folding to avoid double-folding.
11413
11414         * message.el (message-hidden-headers): Add X-Draft-From.
11415
11416         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11417         New command.
11418         (gnus-summary-repeat-search-article-backward): New command.
11419
11420         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11421         groups in the parent topic.
11422
11423 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11424
11425         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11426         (spam-extra-header-to-number): Return the CRM114 number as a
11427         number instead of a string.
11428
11429 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430
11431         * gnus-art.el (gnus-face-properties-alist): Move here from
11432         gnus-fun.
11433
11434         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11435
11436 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * message.el (message-strip-forbidden-properties): Only display on
11439         self-insert-command.
11440
11441         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11442         reindent.
11443         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11444
11445 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11446
11447         * smiley.el (smiley-style): Fix typo.
11448
11449 2006-03-23  Kenichi Handa  <handa@m17n.org>
11450
11451         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11452         instead of set-buffer-multibyte.
11453
11454 2006-03-23  Kenichi Handa  <handa@m17n.org>
11455
11456         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11457         buffer and then decode the buffer text if necessary.
11458         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11459         first, and after mm-encode-body, change the buffer to unibyte.
11460
11461 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * hashcash.el (hashcash-insert-payment-async-2):
11464         Use message-goto-eoh instead of doing it manually.
11465         (mail-add-payment): Use message-narrow-to-header instead of trying
11466         to do the same itself.
11467
11468         * message.el (message-hidden-headers): Add Face.
11469
11470         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11471         reparenting code.
11472         (gnus-summary-reparent-children): Refactored out code.
11473         (gnus-summary-thread-map): New keystroke.
11474         (gnus-summary-reparent-children): Make into command.
11475
11476         * smiley.el (smiley-style): Default to `medium' if using a large
11477         font.
11478
11479         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11480         does it itself.
11481
11482         * message.el (message-point-in-header-p): Simplify definition.
11483
11484 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * nnagent.el (nnagent-request-set-mark): Silence log file
11487         writing.
11488         (nnagent-request-set-mark): Use write-region instead of
11489         append-to-file.
11490
11491         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11492         strange select method.
11493
11494         * ecomplete.el (ecomplete-display-matches): Get highlightling
11495         right.
11496         (ecomplete-display-matches): Use literals.
11497         (ecomplete-display-matches): Disable message logging.
11498
11499         * message.el (message-display-abbrev): Small optimization.
11500
11501         * ecomplete.el (ecomplete-display-matches): Allow automatic
11502         display.
11503
11504         * message.el (message-strip-forbidden-properties):
11505         Display abbrevs.
11506         (message-display-abbrev): Get automatic display right.
11507
11508         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11509         keystrokes.
11510
11511 2006-04-13  Romain Francoise  <romain@orebokech.com>
11512
11513         TODO: Backport to v5-10!
11514
11515         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11516         Move here (and rename) from gnus-registry.el.
11517
11518         * gnus-registry.el: Require gnus-util.
11519         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11520
11521 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * gnus-group.el (gnus-group-catchup-current):
11524         Change if-then-else-if-then-else into cond.
11525         (gnus-group-catchup): Indent.
11526         (group-name-at-point): New function.
11527         (gnus-fetch-group): Provide default from thing at point.
11528
11529 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * message.el (message-display-abbrev): Fix regexp.
11532
11533         * ecomplete.el (ecomplete-highlight-match-line):
11534         Reimplement choosing.
11535         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11536         dead variables.
11537
11538         * message.el (message-newline-and-indent): Remove debugging.
11539         (message-display-abbrev): Use new implementation.
11540
11541 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-art.el (gnus-article-mode):
11544         Set cursor-in-non-selected-windows to nil.
11545
11546         * smiley.el: Revert previous change.
11547         (smiley-data-directory): defvar it before using it in the
11548         defcustom of `smiley-style'.
11549
11550 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * message.el (message-newline-and-indent): New function.
11553
11554         * ecomplete.el: Implement more bits.
11555
11556         * message.el (message-put-addresses-in-ecomplete): Clean up the
11557         string.
11558
11559         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11560
11561         * gnus-sum.el (gnus-summary-save-parts):
11562         Bind gnus-summary-save-parts-counter and use it to make unique file
11563         names.
11564
11565         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11566
11567         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11568         parameter to say whether to actually parse the individual
11569         addresses.
11570
11571         * message.el (message-put-addresses-in-ecomplete): New function.
11572         (ecomplete): Require.
11573         (message-mail-alias-type): Add ecomplete as an option.
11574
11575 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11576
11577         * flow-fill.el (fill-flowed): Remove trailing space from blank
11578         quoted lines.
11579
11580 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * smiley.el (smiley-style): Move definition later to avoid a
11583         compilation warning.
11584
11585 2006-04-12  Kenichi Handa  <handa@m17n.org>
11586
11587         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11588         buffer and then decode the buffer text if necessary.
11589         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11590         first, and after mm-encode-body, change the buffer to unibyte.
11591         Use mm-disable-multibyte instead of set-buffer-multibyte.
11592
11593 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11596         Content-Type header instead of Content-Disposition header.
11597         (gnus-mime-inline-part): Ditto.
11598         (gnus-mime-view-part-as-charset): Ignore charset that the part
11599         specifies.
11600
11601         * mm-decode.el (mm-display-part): Work with external parts and
11602         usual parts similarly.
11603
11604         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11605         instead of gnus-display-mime.
11606
11607         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11608         instead of with-temp-buffer.
11609
11610         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11611         tag to summarized topics part in order to encode non-ASCII text.
11612
11613 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * smiley.el (smiley-style): New variable.
11616         (smiley-directory): New function.
11617         (smiley-data-directory): Derive from `smiley-style' using
11618         `smiley-directory'.
11619         (smiley-regexp-alist): Add new entries.
11620
11621         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11622         (gnus-article-browse-delete-temp): Add :version.
11623
11624 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11625
11626         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11627         the sieve region.
11628
11629 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * gnus.el (gnus-version-number): Bump version.
11632
11633 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus.el: No Gnus v0.4 is released.
11636
11637 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11638
11639         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11640         layout.
11641
11642         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11643         unknown charset.
11644
11645         * message.el (message-header-synonyms): Add Original-To to the
11646         default.
11647
11648         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11649         optional parameter.
11650
11651 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * gnus-fun.el (gnus): Require it for gnus-directory.
11654
11655 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11658
11659 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11660
11661         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11662
11663 2006-04-05  Simon Josefsson  <jas@extundo.com>
11664
11665         * password.el (password-reset): New function.
11666
11667 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11668
11669         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11670         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11671
11672 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11673
11674         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11675         Some whitespace was matched into the url, which broke browsing hits
11676         > 100 when mm-url-use-external was nil.
11677
11678 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11681         Check gnus-extra-headers for 'Newsgroups.
11682
11683         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11684         bound.
11685
11686 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11687
11688         * pgg-gpg.el: Clean up process buffers every time gpg processes
11689         complete.
11690
11691 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11694         doc string.
11695
11696 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11697
11698         * pgg-gpg.el (pgg-gpg-process-filter)
11699         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11700
11701         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11702         lines, temporary fix.
11703
11704 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11707
11708 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11709
11710         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11711         default-enable-multibyte-characters.  This reverts the change from
11712         revision 6.17 which is no longer necessary because the passphrase
11713         is sent separately now.  GnuPG messages are unreadable under
11714         multibyte locales with default-enable-multibyte-characters set to
11715         nil.
11716
11717 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * message.el (message-tool-bar-gnome): Move "spell".
11720
11721 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11724         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11725         instead.
11726
11727 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11728
11729         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11730         Improve newsgroups handling for NNTP overviews which don't include
11731         Newsgroups.
11732
11733 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11734
11735         * message.el (message-resend): Bind message-generate-hashcash to nil.
11736
11737 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11738
11739         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11740         when searching for already-paid recipients.
11741
11742 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11743
11744         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11745         passphrases when it is not needed.
11746         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11747         passphrase stuff from gpg, should only be necessary when you use
11748         gpg with a smartcard.
11749
11750 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * mml.el (mml-insert-mime): Ignore cached contents of
11753         message/external-body part.
11754
11755         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11756         (mm-insert-part): Ditto.
11757
11758 2006-03-23  Simon Josefsson  <jas@extundo.com>
11759
11760         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11761         Reiner.
11762         (pgg-gpg-use-agent-p): Use it again.
11763
11764 2006-03-23  Simon Josefsson  <jas@extundo.com>
11765
11766         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11767         older emacsen.
11768         (pgg-gpg-use-agent-p): Don't use it.
11769
11770 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11773         if we can.
11774
11775 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11776
11777         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11778         (pgg-gpg-update-agent): New function.
11779         (pgg-gpg-use-agent-p): New function.
11780         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11781         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11782         (pgg-gpg-sign-region): Use it.
11783
11784 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11787         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11788
11789 2006-03-21  Simon Josefsson  <jas@extundo.com>
11790
11791         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11792         <wilde@sha-bang.de>.
11793         (pgg-gpg-use-agent): New variable.
11794         (pgg-gpg-process-region): Use it.
11795         (pgg-gpg-encrypt-region): Likewise.
11796         (pgg-gpg-encrypt-symmetric-region): Likewise.
11797         (pgg-gpg-decrypt-region): Likewise.
11798         (pgg-gpg-sign-region): Likewise.
11799         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11800
11801 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11804
11805         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11806         Add comment on version.
11807
11808 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * smiley.el: Add missing test smiley.
11811
11812 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mm-decode.el (mm-with-part): New macro.
11815         (mm-get-part): Use it; work with message/external-body as well.
11816         (mm-save-part): Treat name and filename equally.
11817
11818         * mm-extern.el (mm-extern-cache-contents): New function.
11819         (mm-inline-external-body): Use it; force the part to be displayed;
11820         move undisplayer added to the cached handle to the parent.
11821
11822         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11823         (gnus-mime-view-part-as-type): Work with message/external-body.
11824
11825         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11826
11827 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11830         images in image-load-path.  [Sync with image.el, revision 1.60, in
11831         Emacs.]
11832
11833 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11836         path rather than symbol.  Always return list of directories.
11837         Guarantee that image directory comes first.  [Sync with image.el,
11838         revision 1.59, in Emacs.]
11839
11840         * message.el (message-make-tool-bar): Adjust to new API of
11841         `gmm-image-load-path-for-library'.
11842
11843         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11844
11845         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11846
11847 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11848
11849         * gnus-art.el (gnus-article-only-boring-p):
11850         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11851         intangible text.
11852         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11853
11854 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11857         Use `defun' instead of `gmm-defun-compat'.
11858
11859 2006-03-14  Simon Josefsson  <jas@extundo.com>
11860
11861         * message.el (message-unique-id): Don't use message-number-base36
11862         if (user-uid) is a float.
11863         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11864
11865 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11868
11869         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11870         empty line between a part and a message part.
11871
11872 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * smiley.el: Add more test smileys.
11875         (smiley-data-directory, smiley-regexp-alist)
11876         (gnus-smiley-file-types): Fix doc strings.
11877         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11878         adding new elements.
11879         (smiley-mouse-map): Unused code.  Make it a comment.
11880
11881 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11884         scan latest NoCeM messages instead of old ones.
11885         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11886         delimiters that are recently used.
11887         (gnus-nocem-load-cache): Add autoload cookie.
11888
11889         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11890
11891         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11892         level which is larger than gnus-use-nocem is specified.
11893
11894         * gnus-group.el (gnus-group-get-new-news): Ditto.
11895
11896 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * gnus-util.el (gnus-tool-bar-update): New function.
11899
11900         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11901         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11902
11903         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11904
11905         * gnus-group.el (gnus-group-redraw-when-idle)
11906         (gnus-group-redraw-check): Remove.
11907         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11908
11909 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11912         if optional last element is specified in splits (FIELD VALUE...).
11913
11914 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11917         to gmm-image-load-path-for-library.  Call with no-error argument.
11918         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11919
11920         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11921
11922         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11923
11924         * gmm-utils.el (gmm-image-load-path): Remove alias.
11925
11926 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gmm-utils.el (gmm-image-load-path): Add alias.
11929
11930         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11931         nnml-generate-nov-databases-1.
11932         (nnml-generate-nov-databases): Use it.
11933         (nnml-generate-nov-databases-directory): Document no-active
11934         argument.
11935
11936         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11937         directory if path is t.  Add no-error.
11938
11939         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11940         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11941
11942         * gnus-art.el (gnus-article-browse-delete-temp-files):
11943         Simplify resetting gnus-article-browse-html-temp-list.
11944
11945         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11946         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11947         Add example to docstring.  Rename local variables.  Move error
11948         checks to default case in cond and simplify.
11949
11950 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11953         handle is multipart when calling it recursively.
11954         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11955
11956 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11957
11958         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11959         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11960
11961 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11964         is loaded.
11965
11966         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11967         loaded.
11968
11969 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11972         to "Emacs 23 (unicode)" in doc string.
11973
11974         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11975         "Emacs 23 (unicode)" in comment.
11976
11977 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11980
11981         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11982         characters 160 through 255 in Emacs 23.
11983
11984 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11987         gnus-article-browse-html-temp.
11988         (gnus-article-browse-delete-temp): Make it customizable.
11989         Add `file'.  Adjust doc string.
11990         (gnus-article-browse-delete-temp-files): Add argument.
11991         Allow query for each file.  Adjust doc string.
11992         (gnus-article-browse-html-parts):
11993         Add `gnus-article-browse-delete-temp-files' to
11994         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11995
11996 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11997
11998         * gnus-art.el (gnus-article-browse-html-temp)
11999         (gnus-article-browse-delete-temp): New variables.
12000         (gnus-article-browse-delete-temp-files): New function.
12001         (gnus-article-browse-html-parts): Use it.
12002
12003 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12006
12007         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12008         string.
12009
12010         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12011         gnus-summary-insert-new-articles when unplugged.
12012         Remove gnus-summary-search-article-forward.
12013
12014         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12015         display-visual-class instead of display-color-cells.
12016
12017 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * dgnushack.el: Autoload customize-group for XEmacs.
12020
12021         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12022         message/* containing non-ASCII text properly.
12023
12024 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * message.el: Require gmm-utils, remove autoloads.
12027         (message-tool-bar): Set default based on
12028         gmm-tool-bar-style.
12029         (message-tool-bar-gnome): Add gmm-customize-mode.
12030
12031         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12032         gmm-tool-bar-style.
12033         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12034
12035         * gnus-group.el (gnus-group-tool-bar): Set default based on
12036         gmm-tool-bar-style.
12037         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12038
12039         * gmm-utils.el (gmm-image-directory): Rename variable from
12040         gmm-image-load-path.
12041         (gmm-image-load-path): Use gmm-image-directory.
12042         (gmm-customize-mode): New function.
12043         (gmm-tool-bar-style): New variable.
12044
12045         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12046         gnus-group-redraw-line-number.
12047         (gnus-group-redraw-check): Simplify.
12048         (gnus-group-tool-bar-update): Remove redraw check.
12049         (gnus-group-make-tool-bar): Add redraw check.
12050
12051 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12052
12053         * gnus-art.el (gnus-button): Add missing parentheses.
12054
12055 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * lpath.el: Fbind line-number-at-pos.
12058
12059 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12062
12063 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * gnus-art.el (gnus-button): New face.
12066         (gnus-article-button-face): Use it.
12067
12068         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12069         Add gnus-summary-next-page.  Re-order.
12070
12071         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12072         next-node are now included.
12073         (gnus-group-redraw-line-number): New internal variable.
12074         (gnus-group-redraw-check): Helper function for updating the tool
12075         bar.
12076         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12077
12078         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12079
12080         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12081         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12082         Use it to match format of Spamassassin 3.0 and later.
12083         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12084         (spam-check-bogofilter)
12085         (spam-bogofilter-register-with-bogofilter): Fix args of
12086         `gnus-error' calls.
12087
12088 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12091         unnecessary interaction when sending queued mails.
12092         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12093
12094 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12097         first or last are nil.
12098
12099 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12100
12101         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12102
12103 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104
12105         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12106
12107 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * dns.el (query-dns): Protect more against buggy tcp output.
12110
12111 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12114         nov.php.
12115
12116 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12117
12118         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12119         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12120         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12121         output on the server side.
12122         (nnweb-google-create-mapping): Update regexps and add some
12123         progress indication.
12124
12125 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-group.el (gnus-group-tool-bar-gnome):
12128         Fix gnus-agent-toggle-plugged.  Re-order icons.
12129         (gnus-group-tool-bar-gnome):
12130         Add gnus-group-{prev,next}-unread-group.
12131         (gnus-group-tool-bar-gnome): Re-order icons.
12132
12133         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12134         Move gnus-summary-insert-new-articles.
12135
12136         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12137         Fix comments.
12138
12139         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12140         also available in Emacs 21.3.
12141
12142         * message.el (message-fix-before-sending): Change "Emacs 22" to
12143         "Emacs 23 (unicode)" in comment.
12144
12145         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12146         "Emacs 23 (unicode)" in comment.
12147
12148         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12149         comment.
12150         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12151
12152         * mm-view.el (mm-fill-flowed): Add :version.
12153
12154 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12157         and load-path.
12158
12159 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * message.el: Autoload gmm-image-load-path.
12162         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12163         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12164         consitency.
12165
12166         * gmm-utils.el (gmm-image-load-path): Also search in
12167         "../etc/images".  Don't set gmm-image-load-path if we don't find
12168         the image.
12169
12170 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * gmm-utils.el (gmm-image-load-path): Don't make
12173         `gmm-image-load-path' include subdirectories which the second arg
12174         `image' might specify.
12175
12176         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12177         subdirectory to icon file names.
12178
12179         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12180
12181 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12184         gmm-image-load-path calls.
12185
12186         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12187
12188         * message.el (message-make-tool-bar): Ditto.
12189
12190         * mml.el (mml-preview): Add comment concerning tool bar icons.
12191
12192         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12193         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12194
12195         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12196         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12197
12198         * message.el (message-tool-bar-gnome): Use new icon names.
12199         (message-make-tool-bar): Use `gmm-image-load-path'.
12200
12201         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12202         New functions from MH-E.
12203         (gmm-image-load-path): New variable from MH-E.
12204         (gmm-image-load-path): New function from MH-E.  Add arguments
12205         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12206         *-image-load-path-called-flag.
12207
12208 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12209
12210         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12211
12212 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12213
12214         * nnimap.el (nnimap-request-move-article): Change folder back to
12215         source group before deleting.
12216
12217 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12220
12221         * gnus-art.el (mm-url-insert-file-contents-external):
12222         Autoload mm-url.
12223
12224         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12225
12226 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12229         coding system which mm-charset-to-coding-system returns for a
12230         given charset is valid.
12231
12232 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12233
12234         * html2text.el (html2text-remove-tag-list):
12235         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12236
12237 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12238
12239         * gnus-cus.el: Revert 2005-10-17 change.
12240
12241 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-art.el (article-strip-banner):
12244         Call article-really-strip-banner only when the regexp match is made.
12245
12246 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-art.el (article-strip-banner):
12249         Use gnus-extract-address-components instead of
12250         mail-header-parse-addresses to make it work with non-ASCII text;
12251         remove mail-encode-encoded-word-string.
12252
12253         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12254         values which are surrounded with \"...\"; make it never cause a
12255         Lisp error; give up parsing of parameters if it failed in
12256         extracting type.
12257
12258 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12259
12260         * smime.el (smime-cert-by-ldap-1): Fix bug where
12261         `smime-ldap-search' returns results without userCertificates.
12262
12263 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12266
12267 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * spam.el (spam-check-spamassassin-headers): Adapt format for
12270         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12271         <ari@mbf.ocn.ne.jp>.
12272         (spam-list-of-processors): Add spam-use-gmane.
12273
12274 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12277         make-temp-file; make it work with XEmacs as well.
12278
12279         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12280         mm-make-temp-file.
12281
12282         * mm-decode.el (mm-display-external): Use the 3rd arg of
12283         mm-make-temp-file.
12284         (mm-create-image-xemacs): Ditto.
12285
12286 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12289         with message-narrow-to-headers.
12290         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12291         (gnus-draft-check-draft-articles): New function.
12292         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12293
12294 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-art.el (gnus-article-browse-html-parts):
12297         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12298         Don't use suffix argument for mm-make-temp-file for Emacs 21
12299         compatibility.  Remove useless `format'.
12300
12301 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12302
12303         * nnweb.el (nnweb-google-wash-article): Update regexps.
12304         (nnweb-group-alist): Use defvoo instead of defvar.
12305
12306 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12309         re-loading nn* modules.
12310
12311 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12314         for `tool-bar-mode' and don't check it's default-value.
12315
12316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12317
12318         * message.el (message-make-tool-bar): Ditto.
12319
12320         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12321         `substring'.  Shorten tmp-file name.
12322
12323         * gnus.el: Remove bogus comment.
12324
12325 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12326
12327         * gnus-art.el (gnus-article-browse-html-parts): New function.
12328         (gnus-article-browse-html-article): New function for viewing html
12329         articles with a browser.
12330
12331 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12332
12333         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12334         in elisp.
12335         (pgg-gpg-encrypt-symmetric-region): Ditto.
12336         (pgg-gpg-sign-region): Ditto.
12337
12338         * pgg-def.el (pgg-text-mode): New variable.
12339
12340         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12341         (mml2015-pgg-encrypt): Ditto.
12342
12343         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12344         (mml1991-pgg-encrypt): Ditto.
12345
12346 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * nnfolder.el (nnfolder-insert-newsgroup-line):
12349         Use message-make-date instead of current-time-string.
12350
12351         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12352         to gnus-decoded which mm-uu might set.
12353
12354 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12357         don't decode quoted parameters; remove misimported Emacs code.
12358         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12359         (rfc2231-decode-encoded-string): Don't use split-string which
12360         behaves differently according to Emacs version; use
12361         mm-decode-coding-region to convert charset to coding-system.
12362         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12363         (rfc2231-encode-string): Remove misimported Emacs code.
12364
12365 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12368         when calling mail-header-parse-content-type.
12369         (article-de-quoted-unreadable): Ditto.
12370         (article-de-base64-unreadable): Ditto.
12371         (article-wash-html): Ditto.
12372
12373         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12374         calling mail-header-parse-content-type and
12375         mail-header-parse-content-disposition.
12376         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12377         mail-header-parse-content-type.
12378
12379         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12380         insert charset and format parameters; encode description after
12381         inserting it to buffer.
12382         (mml-insert-parameter): Fold lines properly even if a parameter is
12383         segmented into two or more lines; change the max column to 76.
12384
12385         * rfc1843.el (rfc1843-decode-article-body): Don't use
12386         ignore-errors when calling mail-header-parse-content-type.
12387
12388         * rfc2231.el (rfc2231-parse-string): Return at least type if
12389         possible; don't cause an error even if it fails in parsing of
12390         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12391         (rfc2231-encode-string): Don't break lines at the beginning, leave
12392         it to mml-insert-parameter.
12393
12394         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12395         calling mail-header-parse-content-type.
12396
12397 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * spam-report.el (spam-report-gmane-use-article-number):
12400         Improve doc string.
12401         (spam-report-gmane-internal): Check if a suitable header was found
12402         in the article.
12403
12404 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12407         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12408
12409 2006-02-05  Romain Francoise  <romain@orebokech.com>
12410
12411         Update copyright notices of all files in the gnus directory.
12412
12413 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12414
12415         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12416
12417 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12420         segmented lines of parameter value to cope with Thunderbird 1.5
12421         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12422         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12423         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12424
12425 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12426
12427         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12428         parts.
12429
12430 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12431
12432         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12433         there's only one active file for all servers.
12434         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12435         solid groups.  Gnus might have used a FAST request to select the group.
12436         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12437         and nnweb-search redundantly in the active file.
12438         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12439         (nnweb-request-create-group): Don't use ARGS.
12440         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12441         initialisations.  Let nnoo do the work.
12442
12443 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12446         Say the part has been decoded.
12447
12448         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12449
12450 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12451
12452         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12453         mailcap-viewer-test-cache when there's no 'test clause, since that
12454         will invert the meaning of a "nil" test previously determined by
12455         mailcap-mailcap-entry-passes-test.
12456
12457 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12460         compiling.
12461
12462         * gnus-sum.el: Ditto.
12463
12464         * message.el: Don't bind tool-bar-map when compiling.
12465
12466 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12469
12470 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12471
12472         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12473         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12474         current Google Groups.
12475
12476 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12479         and tool-bar-mode.
12480
12481         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12482         and tool-bar-mode.
12483
12484         * message.el (message-tool-bar-update): Simplify.
12485         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12486
12487         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12488         gnus-summary-buffer.
12489         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12490         gnus-summary-reply.
12491
12492         * gmm-utils.el (gmm): Add :version.
12493
12494 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * Makefile.in (clean): New rule.
12497         (distclean): Use it.
12498
12499 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12500
12501         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12502         Don't autoload.
12503
12504 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gmm-utils.el (gmm-verbose): Add :group.
12507
12508 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * message.el: Change some comments WRT tool-bars.
12511
12512         * gnus-sum.el (gnus-summary-tool-bar)
12513         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12514         (gnus-summary-tool-bar-zap-list): New variables.
12515         (gnus-summary-make-tool-bar): Complete rewrite using
12516         `gmm-tool-bar-from-list'.
12517
12518         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12519         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12520         New variables.
12521         (gnus-group-make-tool-bar): Complete rewrite using
12522         `gmm-tool-bar-from-list'.
12523         (gnus-group-tool-bar-update): New function.
12524
12525         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12526
12527 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12530         is dissected into a single part of which the type is the same as
12531         the given one; decode charset.
12532
12533 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12534
12535         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12536         into alists as symbol not string, since that's what
12537         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12538         look for.
12539
12540 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12543         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12544
12545         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12546
12547 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12550         (gnus-xmas-mime-security-button-menu): New function.
12551
12552         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12553         (gnus-mime-security-button-menu): New definition.
12554         (gnus-mime-security-button-map): Use them.
12555         (gnus-mime-security-button-menu): New function.
12556         (gnus-insert-mime-security-button): Addition to help echo.
12557         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12558         (gnus-mime-security-pipe-part): New functions.
12559
12560         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12561         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12562
12563         * mm-decode.el (mm-handle-set-disposition): Remove.
12564         (mm-handle-set-description): Remove.
12565
12566 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12569         (mm-w3m-standalone-supports-m17n-p): New function.
12570         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12571         w3m usage.
12572
12573         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12574         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12575
12576 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * message.el (message-tool-bar-zap-list):
12579         Use gmm-tool-bar-zap-list as custom type.
12580         (message-tool-bar-update): New function.
12581         (message-tool-bar, message-tool-bar-gnome)
12582         (message-tool-bar-retro): Add message-tool-bar-update.
12583         (message-tool-bar-gnome): Add flyspell-buffer.
12584
12585         * gnus-util.el (gnus-error): Describe `args'.
12586
12587         * gmm-utils.el (gmm-error): Describe `args'.
12588         (gmm-tool-bar-zap-list): New widget.
12589         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12590
12591 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12594         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12595         the number of recursive calls.
12596
12597         * mm-decode.el (mm-handle-set-disposition): New macro.
12598         (mm-handle-set-description): New macro.
12599
12600 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12603         encoding.
12604
12605 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * message.el (message-tool-bar-zap-list, message-tool-bar)
12608         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12609         (message-tool-bar-local-item-from-menu): Remove.
12610         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12611         (message-make-tool-bar): New function.
12612         (message-mode): Use `message-make-tool-bar'.
12613
12614         * gmm-utils.el: New file.
12615         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12616         (gmm-lazy): New widget copied from `nnmail.el'.
12617         (gmm-tool-bar-from-list): New function for creating customizable
12618         tool bars.
12619         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12620         output.
12621         (gmm): Add :prefix to defgroup.
12622
12623 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12624
12625         * gmm-utils.el (gmm-widget-p): New function.
12626
12627 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * mml.el (mml-attach-file): Describe `description' in doc string.
12630         (mml-menu): Add Emacs MIME manual and PGG manual.
12631
12632 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12633
12634         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12635
12636 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12637
12638         * nntp.el (nntp-end-of-line): Doc fix.
12639
12640 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12641
12642         * imap.el (imap-open): Handle case where buffer is a buffer
12643         object.
12644
12645 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12646
12647         * gnus-delay.el (gnus-delay): Don't autoload.
12648         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12649         to be re-loaded when customizing the `gnus-delay' group.
12650
12651 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12652
12653         * message.el (message-insert-citation-line): Use newlines.
12654
12655 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12656
12657         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12658         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12659         these routines, so the passphrase can be managed externally and
12660         passed in to the system.
12661         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12662         pgg-add-passphrase-to-cache function.
12663
12664         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12665         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12666         these routines, so the passphrase can be managed externally and
12667         passed in to the system.
12668         (pgg-pgp5-sign-region): Use new name of
12669         pgg-add-passphrase-to-cache function.
12670
12671 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12672
12673         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12674         part of the decoded armor to find the key-identifier.
12675         (pgg-gpg-lookup-key-owner): New function to return the
12676         human-readable identifier of a key owner.
12677         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12678         itself.
12679         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12680         the key value) if we have a key and can match it against a secret
12681         key.  Also, added a note pointing out fact that the prompt only
12682         indicates the first matching key.
12683
12684         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12685         pgg-decrypt-region.
12686         (pgg-add-passphrase-to-cache): Rename from
12687         `pgg-add-passphrase-cache' to reduce confusion (all callers
12688         changed).
12689         (pgg-remove-passphrase-from-cache): Rename from
12690         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12691         changed).
12692         (pgg-read-passphrase, pgg-add-passphrase-cache)
12693         (pgg-remove-passphrase-cache): Add informative docstrings.
12694         (pgg-decrypt): Convey provided passphrase in subordinate call to
12695         pgg-decrypt-region.
12696
12697 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12698
12699         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12700         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12701         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12702         'passphrase' argument, so the passphrase can be managed externally
12703         and then passed in to the system.
12704
12705         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12706         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12707         so the passphrase cache can be used reliably with identifiers
12708         besides a pgp packet's key id.
12709
12710         * pgg-gpg.el (pgg-gpg-encrypt-region)
12711         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12712         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12713         these routines, so the passphrase can be managed externally and
12714         passed in to the system.
12715
12716         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12717         'notruncate' argument, so the passphrase cache can be used
12718         reliably with identifiers besides a pgp packet's key id.
12719
12720 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12721
12722         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12723         symmetric encryption.
12724         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12725         encrypted session key.
12726         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12727         message ask for the passphrase in a proper way.
12728
12729         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12730         New user commands for symmetric encryption.
12731
12732 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12735
12736         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12737
12738 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12739
12740         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12741
12742 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * mm-decode.el (mm-inlined-types): Add application/pgp.
12745         (mm-automatic-display): Ditto.
12746
12747         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12748         part as text.
12749
12750 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * nnrss.el: Update copyright.
12753         (nnrss-opml-import): Query whether to subscribe to each entry.
12754
12755         * gnus-art.el:
12756         * gnus-sum.el:
12757         * gnus-xmas.el:
12758         * messagexmas.el:
12759         * mm-uu.el:
12760         * mm-view.el: Update copyright.
12761
12762 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * message.el (message-info): New function.
12765         (message-mode-menu): Add it.
12766         Update copyright.
12767
12768         * ChangeLog: Fix and update copyright.
12769
12770 2006-01-13  Romain Francoise  <romain@orebokech.com>
12771
12772         * message.el (message-forward-subject-name-subject): Prefer the
12773         address to 'nowhere' if the sender has no name.
12774         Fix typo.  Update copyright year.
12775
12776 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (article-wash-html):
12779         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12780         (gnus-article-wash-html-with-w3m-standalone): New function.
12781
12782         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12783         mm-inline-text-html-render-with-w3m-standalone.
12784         (mm-text-html-washer-alist): Map w3m-standalone to
12785         gnus-article-wash-html-with-w3m-standalone.
12786         (mm-inline-text-html-render-with-w3m-standalone): New function.
12787
12788 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12791         Improve LaTeX.
12792
12793 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12796         (nnrss-request-article): Render text/plain parts as HTML.
12797
12798         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12799         the buffer.
12800
12801 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12804         custom definition of `gnus-posting-styles'.
12805
12806         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12807         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12808
12809 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12812         Use nntp for bug archive.
12813
12814 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12817         parts.
12818         (nnrss-normalize-date): New function converts ISO 8601 date into
12819         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12820         (nnrss-check-group): Use it.
12821
12822 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12825
12826         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12827         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12828         (nnrss-insert-w3): Ditto.
12829
12830 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12833         the articles to be forwarded including the case where neither a
12834         number of articles nor a region is specified.
12835
12836 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * nnrss.el (nnrss-request-article): Fix last change; fill
12839         text/plain parts.
12840
12841 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12844         in text/plain part.
12845         (nnrss-check-group): Don't add excessive newline to dc:subject.
12846
12847 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12848
12849         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12850         article.
12851
12852 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12855         (nnml-use-compressed-files, nnml-save-mail): Support other
12856         comression programs such as bzip2.
12857
12858 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * dns.el (query-dns): Make sure we check the buffer size before
12861         removing tcp headers.
12862
12863 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12866         remove MIME buttons associated with multipart/alternative parts.
12867         (gnus-mime-display-alternative): Tag buttons using `article-type'
12868         text property.
12869
12870         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12871         associated with multipart/alternative parts.
12872
12873         * gnus-art.el (gnus-signature-separator): Fix custom type.
12874
12875         * mm-decode.el (mm-inlined-types): Fix custom type.
12876         (mm-keep-viewer-alive-types): Ditto.
12877         (mm-automatic-display): Ditto.
12878         (mm-attachment-override-types): Ditto.
12879         (mm-inline-override-types): Ditto.
12880         (mm-automatic-external-display): Ditto.
12881
12882 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * spam-report.el (spam-report-user-mail-address)
12885         (spam-report-user-agent): New variables.
12886         (spam-report-url-ping-plain): Use spam-report-user-agent.
12887
12888 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12889
12890         * gnus-art.el (gnus-button-handle-custom): Do not just use
12891         `customize-apropos' for any "M-x customize-*" button but the
12892         function called for.  Accept both the function name and its
12893         argument in order to achieve this.
12894         (gnus-button-alist): Remove support for "custom:" URL's.
12895         Pass function name to `gnus-button-handle-custom' in case of "M-x
12896         customize-*" buttons.
12897
12898 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12901         multipart/alternative and add xref to mm-discouraged-alternatives
12902         in doc string.
12903
12904         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12905         gnus-buttonized-mime-types in doc string.
12906
12907 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12910         Suggest image/.* in the doc string.
12911
12912 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12915         message-marks (Debian bug #342521).
12916
12917 2005-12-12  Simon Josefsson  <jas@extundo.com>
12918
12919         * password.el (password-read-from-cache): Add.
12920         (password-read): Use it.
12921
12922 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * rfc2047.el (rfc2047-charset-to-coding-system):
12925         Recognize us-ascii as a MIME charset.
12926
12927         * mm-bodies.el (mm-decode-content-transfer-encoding):
12928         Protect against the case where the 2nd arg TYPE is nil.
12929
12930 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * pop3.el (pop3-stream-type): Fix custom version.
12933
12934         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12935
12936 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12937
12938         * mm-decode.el (mm-display-external): Add missing cdr.
12939
12940 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12943         RFC1524) if it is in mailcap or add a suffix according to
12944         mailcap-mime-extensions when generating a temp filename; postpone
12945         deleting a temp file for 2 seconds for some wrappers, shell
12946         scripts, and so on, which might exit right after having started a
12947         viewer command as a background job.
12948
12949 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * nntp.el (nntp-marks-directory): Fix custom group.
12952
12953         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12954         steps when < 10.
12955
12956         * gnus-start.el (gnus-no-server-1):
12957         Mention `gnus-level-default-subscribed' in doc string.
12958
12959 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12960
12961         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12962         parens.
12963
12964 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * gnus-xmas.el (gnus-use-toolbar): Revert.
12967         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12968         gnus-use-toolbar is default.
12969
12970         * messagexmas.el (message-use-toolbar): Revert.
12971         (message-setup-toolbar): Use global default-toolbar if
12972         message-use-toolbar is default.
12973
12974 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12977         according to default-toolbar-visible-p.
12978
12979         * messagexmas.el (message-use-toolbar): Ditto.
12980
12981 2005-11-26  Dave Love  <fx@gnu.org>
12982
12983         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12984         (tls-program, tls-success): Provide openssl alternative.
12985
12986         * starttls.el: Doc fixes.
12987         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12988         SERVICE to PORT.
12989
12990         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12991         port null or service name.
12992         (starttls-negotiate): Autoload.
12993
12994 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * message.el (message-kill-to-signature): Fix interactive spec.
12997
12998 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * pop3.el (pop3-open-server): Recognize a string as a service name.
13001
13002 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13003
13004         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13005
13006 2005-11-23  Dave Love  <fx@gnu.org>
13007
13008         Add pop3s, pop3/starttls.
13009
13010         * pop3.el (pop3-authentication-scheme): Clarify doc.
13011         (open-tls-stream, starttls-open-stream): Autoload.
13012         (pop3-stream-type): New.
13013         (pop3-open-server): Use it.
13014
13015         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13016         for POP.
13017         (mail-source-keyword-map): Add :stream for POP.
13018         (mail-source-fetch-pop): Use pop3-stream-type.
13019
13020 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13023         of current-time-string.
13024
13025 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13026
13027         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13028         date header.
13029
13030 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13031
13032         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13033         it can seriously impact performance as it bypasses the agent's
13034         local caches.
13035
13036 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13037
13038         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13039         must be explicitly online rather than "not explicitly offline" for
13040         its flags to be synchronized.
13041
13042         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13043         that gnus-uu-unmark-thread will function correctly.
13044
13045         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13046         1024K is instead displayed as 1M.
13047
13048 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13049
13050         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13051
13052 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13053
13054         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13055
13056 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13057
13058         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13059         error message to display actual error condition.
13060         (gnus-agent-save-local): Avoid saving symbols that are bound to
13061         nil as they simply result in a warning message in
13062         gnus-agent-read-local.
13063
13064 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13067         rather than make-variable-buffer-local for file-precious-flag.
13068
13069 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13070
13071         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13072         for duplicates which are removed.  The invalid sort check then
13073         triggers a rescan after the sort as sorting may have moved
13074         duplicate entries such that they can be cheaply detected.
13075
13076 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13079
13080 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13081
13082         * gnus-agent.el (gnus-agent-article-alist-save-format):
13083         Change internal variable to a custom variable.  Change default value
13084         from compressed(2) to uncompressed(1).
13085         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13086         support for uncompressed agentview files.  Taken together, reading
13087         the agentview file should now be 6-7 times faster.
13088
13089 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13090
13091         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13092         as a buffer-local variable.  This avoids creating truncated
13093         dribble files as a result of a hang up, eg.
13094
13095 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13096
13097         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13098         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13099         XEmacs.
13100
13101 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13102
13103         * gnus-start.el (gnus-start-draft-setup):
13104         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13105
13106         * gnus.el (gnus-splash): Change custom group.
13107         (gnus-group-get-parameter, gnus-group-parameter-value):
13108         Describe allow-list argument.
13109
13110         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13111         string.
13112
13113 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13114
13115         * gnus-art.el (gnus-default-article-saver): Add user-defined
13116         `function' to custom type.
13117
13118 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13119
13120         * imap.el (imap-open): Handle case where buffer is a buffer
13121         object.
13122
13123 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13126         long lines.
13127         (gnus-cache-delete-group): Wrap doc strings.
13128
13129         * gnus-agent.el (gnus-agent-rename-group)
13130         (gnus-agent-delete-group): Wrap doc strings.
13131
13132 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * messagexmas.el (message-use-toolbar): Change the valid values
13135         into default, top, bottom, left, and right.
13136         (message-toolbar-thickness): New variable.
13137         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13138         well.
13139         (message-setup-toolbar): Make it work.
13140
13141         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13142         (gnus-use-toolbar): Change the valid values into default, top,
13143         bottom, left, and right.
13144         (gnus-toolbar-thickness): New variable.
13145         (gnus-xmas-setup-toolbar): New function.
13146         (gnus-xmas-setup-group-toolbar): Use it.
13147         (gnus-xmas-setup-summary-toolbar): Use it.
13148
13149 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13150
13151         * gnus-start.el (gnus-1): Add "native" to
13152         gnus-predefined-server-alist.
13153
13154         * gnus.el (gnus-method-to-server): Don't add "native" to the
13155         lists here, because that leads to problems when
13156         gnus-select-method is bound.
13157
13158 2005-11-09  Simon Josefsson  <jas@extundo.com>
13159
13160         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13161         use (not sort-by-date) instead.
13162
13163 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13164
13165         * gnus-delay.el (gnus-delay-group): Don't autoload.
13166         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13167         to be re-loaded when customizing the `gnus-delay' group.
13168
13169 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13170
13171         * message.el: Revert last changes.
13172         (message-insert-citation-line): Use newlines.
13173
13174 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13175
13176         * message.el (message-courtesy-message)
13177         (message-mark-insert-begin, message-mark-insert-end)
13178         (message-elide-ellipsis, message-cancel-message)
13179         (message-add-header, message-change-subject)
13180         (message-cross-post-followup-to-header)
13181         (message-cross-post-insert-note, message-reduce-to-to-cc)
13182         (message-widen-reply, message-delete-not-region)
13183         (message-kill-to-signature, message-insert-signature)
13184         (message-insert-importance-high, message-insert-importance-low)
13185         (message-insert-or-toggle-importance)
13186         (message-insert-disposition-notification-to)
13187         (message-indent-citation, message-yank-original)
13188         (message-cite-original-without-signature, message-cite-original)
13189         (message-insert-citation-line, message-position-on-field)
13190         (message-fix-before-sending, message-send-mail-partially)
13191         (message-send-mail, message-send-mail-with-sendmail)
13192         (message-send-mail-with-qmail, message-send-news)
13193         (message-check-news-header-syntax, message-generate-headers)
13194         (message-insert-courtesy-copy, message-fill-address)
13195         (message-fill-header, message-shorten-references)
13196         (message-setup-1, message-cancel-news)
13197         (message-forward-make-body-plain, message-forward-make-body-mime)
13198         (message-forward-make-body-mml, message-encode-message-body)
13199         (message-forward-make-body-digest-plain)
13200         (message-forward-make-body-digest-mime)
13201         (message-use-alternative-email-as-from): Insert `hard-newline'
13202         instead of ordinary newlines.
13203
13204 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * message.el (message-generate-headers): Downcase the argument
13207         given to message-check-element.
13208
13209 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13210
13211         * nntp.el (nntp-authinfo-rejected): New error condition.
13212         (nntp-wait-for): Use new error condition to signal authentication
13213         error.
13214         (nntp-retrieve-data): Rethrow new error condition to break out of
13215         recursive call to nntp-send-authinfo.
13216
13217 2005-11-08  Romain Francoise  <romain@orebokech.com>
13218
13219         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13220         (gnus-summary-exit-map): Bind to `Z p'.
13221         (gnus-summary-make-menu-bar): Add menu item.
13222
13223 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13226         (gnus-treat-*): Add `first' in all doc strings.
13227
13228         * gnus-group.el (gnus-group-compact-group): Fix typo.
13229
13230 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * gnus.el (gnus-parameters-case-fold-search): New variable.
13233         (gnus-parameters-get-parameter): Use it.
13234
13235         * gnus-score.el (gnus-home-score-file): Doc fix.
13236
13237 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13238
13239         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13240
13241 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-util.el (mm-special-display-p): New function.
13244
13245         * mml.el (mml-preview): Use it; doc fix.
13246
13247 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13248
13249         * imap.el (imap-open): Handle case where buffer is a buffer object.
13250
13251 2005-10-29  Romain Francoise  <romain@orebokech.com>
13252
13253         * message.el (message-fix-before-sending): Fix comment.
13254
13255 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13256
13257         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13258
13259 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13260
13261         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13262         Used in gnus-score.el.
13263
13264 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13267
13268 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13271         whitespace removed in revision 7.8.  Use concatenated string to
13272         protect trailing whitespace.
13273
13274 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13275
13276         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13277         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13278         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13279         Courier IMAP ("some version from 2004").  Mostly based on similar
13280         code in the same function.
13281
13282 2005-10-26  Didier Verna  <didier@xemacs.org>
13283
13284         * gnus-group.el (gnus-group-compact-group): Invalidate original
13285         article buffer.
13286         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13287         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13288         NOV database and in article itself.
13289         Invalidate article backlog.
13290
13291 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13294
13295 2005-10-26  Simon Josefsson  <jas@extundo.com>
13296
13297         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13298         part of 2004-07-25 change.
13299
13300 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * message.el (message-display-completion-list): New function.
13303         (message-expand-group): Use it; make sure the Completions buffer
13304         is modifiable.
13305 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13306
13307         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13308         user-mail-name is an empty string.
13309
13310 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13313         depending on gnus-score-decay-constant.
13314
13315         * encrypt.el (encrypt-insert-file-contents)
13316         (encrypt-write-file-contents): Don't use `gnus-message'.
13317
13318         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13319         arguments.
13320         (mm-uu-type-alist): Add message-marks and insert-marks.
13321         Pass arguments to mm-uu-verbatim-marks-extract.
13322         (mm-uu-hide-markers): New variable.
13323         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13324
13325         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13326         (gnus-convert-image-to-face-command): Use "convert" by default to
13327         allow other input image formats.
13328         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13329         accordingly.
13330
13331 2005-10-23  Simon Josefsson  <jas@extundo.com>
13332
13333         * imap.el (imap-gssapi-program): Align command line parameters
13334         with latest GNU SASL.
13335         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13336
13337 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13338
13339         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13340         HTML.
13341         (nnslashdot-request-article): Ditto.
13342
13343         * lpath.el (featurep): Add nobreak-char-display.
13344
13345 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13346
13347         * mail-source.el (mail-source-fetch-pop): Require pop3.
13348         (mail-source-check-pop): Ditto.
13349
13350 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13353         errors.
13354
13355 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13358         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13359
13360         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13361
13362         * mm-bodies.el (mm-decode-string):
13363         Call `mm-charset-to-coding-system' with allow-override argument.
13364
13365 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13368         (rfc2047-charset-to-coding-system): New function.
13369         (rfc2047-decode-encoded-words): New function.
13370         (rfc2047-decode-region): Use them.
13371         (rfc2047-decode-cte): Remove.
13372         (rfc2047-parse-and-decode): Remove.
13373         (rfc2047-decode): Remove.
13374
13375 2005-10-15  Kenichi Handa  <handa@m17n.org>
13376
13377         * rfc2047.el (rfc2047-decode-cte): New function.
13378         (rfc2047-decode-region): Change the way to decode successive
13379         encoded-words: decode B- or Q-encoding in each encoded-word,
13380         concatenate them, and decode it as charset.
13381
13382 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * lpath.el: Fbind codepage-setup for XEmacs.
13385
13386 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13387
13388         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13389         widget-move-and-invoke.
13390         (gnus-custom-mode): Use gnus-custom-map.
13391
13392 2005-10-15  Bill Wohler  <wohler@newt.com>
13393
13394         * message.el (message-tool-bar-map): Rename image file from
13395         mail_send to mail/send.
13396
13397 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13398
13399         * message.el (message-expand-group): Pass the common
13400         prefix substring of completion to `display-completion-list'.
13401
13402 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * mml-sec.el (mml-secure-method): New internal variable.
13405         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13406         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13407         New functions using mml-secure-method.
13408
13409         * mml.el (mml-mode-map): Add key bindings for those functions.
13410         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13411         Harder <harder@myrealbox.com>.
13412         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13413         Goto end of message if point is the headers of the message.
13414
13415         * message.el (message-in-body-p): New function.
13416
13417         * assistant.el: Autoload gnus-util and netrc.
13418
13419         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13420         Use `mm-charset-override-alist' only when decoding.
13421
13422         * mm-bodies.el (mm-decode-body):
13423         Call `mm-charset-to-coding-system' with allow-override argument.
13424
13425         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13426         `filename' from Content-Disposition if Content-Type doesn't
13427         provide `name'.
13428         (gnus-mime-view-part-as-type): Set default instead of
13429         initial-input.
13430
13431 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13432
13433         * format-spec.el (format-spec): Propagate text properties of % spec.
13434
13435 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * gnus-art.el (gnus-treat-predicate): Add `first'.
13438
13439 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13442         (mm-charset-override-alist): New variable.
13443         (mm-charset-to-coding-system): Use it.
13444         (mm-codepage-setup): New helper function.
13445         (mm-charset-eval-alist): New variable.
13446         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13447         Warn about unknown charsets.
13448
13449         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13450
13451 2005-10-04  David Hansen  <david.hansen@gmx.net>
13452
13453         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13454         (nnrss-check-group): Ditto.
13455
13456 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13459         Rename x-gnus-verbatim to x-verbatim.
13460         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13461
13462         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13463         x-verbatim.
13464
13465         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13466
13467         * gnus-util.el (gnus-remove-duplicates): Remove.
13468
13469         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13470         instead of gnus-remove-duplicates.
13471
13472         * message.el (message-remove-duplicates): Remove.
13473         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13474         message-remove-duplicates.
13475
13476         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13477         available, else use implementation from `delete-dups'.
13478
13479         * message.el (message-insert-expires): New function.
13480         (message-mode-map): Add key binding.
13481         (message-mode-field-menu): Add menu entry.
13482         (message-mode): Document it.
13483         (message-make-expires-date): Use `message-make-date'.
13484
13485 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13486
13487         * message.el (message-make-expires-date): New function.
13488
13489 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * Makefile.in (list-installed-shadows): New entry.
13492         (install): Use it.
13493         (remove-installed-shadows): New entry.
13494
13495         * dgnushack.el (dgnushack-default-load-path): New variable.
13496         (dgnushack-find-lisp-shadows): New function.
13497         (dgnushack-remove-lisp-shadows): New function.
13498
13499 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * Makefile.in (install-el-elc): New entry.
13502         (install): Use it so that .el files are necessarily installed.
13503
13504 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13507
13508 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13509
13510         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13511         function rather than the diff-mode.el package.
13512         (mm-display-external): Use with-current-buffer.
13513         (mm-viewer-completion-map, mm-viewer-completion-map):
13514         Move initialization inside declaration.
13515
13516 2005-09-29  Simon Josefsson  <jas@extundo.com>
13517
13518         * spam.el: Load hashcash when compiling, to avoid warnings.
13519         Don't autoload mail-check-payment.
13520         (spam-check-hashcash): Define unconditionally, since hashcash.el
13521         is part of Gnus now.  Ignore errors from payment checking.
13522
13523 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * message.el (message-bold-region, message-unbold-region):
13526         Rename from `bold-region' and `unbold-region'.
13527
13528         * message.el: Remove useless autoloads.
13529
13530 2005-09-28  Simon Josefsson  <jas@extundo.com>
13531
13532         * message.el (message-use-idna): Default to t.
13533         (message-use-idna): Test whether encoding works too.  Doc fix.
13534
13535 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * nntp.el (nntp-warn-about-losing-connection): Remove.
13538
13539 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13542         customizable.  Change default value.
13543         (mm-uu-diff-groups-regexp): Change default value.
13544         (mm-uu-type-alist): Add doc string.
13545         (mm-uu-configure): Add doc string.  Make it interactive.
13546         (mm-uu-tex-groups-regexp): New variable.
13547         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13548         (mm-uu-type-alist): Add LaTeX documents.
13549         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13550         of "text/verbatim".
13551         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13552
13553         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13554         instead of "text/verbatim".
13555
13556         * message.el (message-mark-inserted-region)
13557         (message-mark-insert-file): Use slrn style marks when called with
13558         prefix argument.
13559
13560 2005-09-27  Simon Josefsson  <jas@extundo.com>
13561
13562         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13563
13564 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13565
13566         * message.el (message-remove-duplicates): New function.
13567         Implementation borrowed from `gnus-remove-duplicates'.
13568         (message-idna-to-ascii-rhs): Also encode idna addresses in
13569         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13570         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13571         only ask about the same idna domain once per header and also tell
13572         in what header to replace the idna domain.
13573
13574         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13575         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13576         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13577         a header is decoded and not just the last one.
13578
13579 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13582         has been decoded.
13583
13584         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13585         (mm-insert-part): Don't modify text if it has been decoded.
13586
13587         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13588         decoded.
13589
13590         * mm-view.el (mm-inline-text): Don't strip text props unless
13591         decoding enriched or richtext parts.
13592
13593 2005-09-25  Romain Francoise  <romain@orebokech.com>
13594
13595         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13596         * gnus-start.el (gnus-subscribe-interactively):
13597         * gnus-uu.el (gnus-uu-grab-articles):
13598         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13599         space.
13600
13601 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13602
13603         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13604         * mm-view.el (mm-view-pkcs7-decrypt):
13605         * gnus-sum.el (gnus-summary-limit-to-extra)
13606         (gnus-summary-respool-article, gnus-read-move-group-name):
13607         * gnus-score.el (gnus-summary-increase-score):
13608         * gnus-util.el (gnus-completing-read-with-default):
13609         * gnus-art.el (gnus-read-save-file-name)
13610         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13611         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13612         * message.el (message-check-news-header-syntax):
13613         Follow convention for reading with the minibuffer.
13614
13615 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * spam-report.el (spam-report-url-ping-plain):
13618         Use gnus-extended-version as User-Agent.
13619
13620         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13621         default value is nil.
13622
13623         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13624         (mm-uu-verbatim-marks-extract): New function.
13625         (mm-uu-extract): New face.
13626         (mm-uu-copy-to-buffer): Use it.
13627
13628         * spam-report.el (spam-report-gmane-ham): Rename from
13629         `spam-report-gmane-unspam'.
13630         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13631         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13632
13633         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13634         Autoload.
13635         (spam-report-gmane-unregister-routine):
13636         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13637
13638 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13641         (spam-report-gmane-unregister-routine): Add support for gmane
13642         unregistration.
13643
13644         * spam-report.el (spam-report-gmane-unspam)
13645         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13646         (spam-report-gmane): Change to take a single article and do unspam
13647         registration.
13648
13649 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * mm-url.el (mm-url-decode-entities): Fix regexp.
13652
13653 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13656         default to nil, to be able to use Gnus at all.  If the default
13657         switches to something else, then the function should be fixed not
13658         be exceedingly slow.
13659
13660 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13661
13662         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13663         fail hard.
13664
13665         * spam-report.el: Add better Keywords line.
13666
13667         * spam.el: Add Maintainer and better Keywords line.
13668
13669 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-art.el (gnus-article-replace-part)
13672         (gnus-mime-replace-part): New functions.
13673         (gnus-mime-action-alist, gnus-mime-button-commands)
13674         (gnus-mime-save-part-and-strip): Add file argument.
13675         (gnus-article-part-wrapper): Add interactive argument.
13676
13677         * gnus-sum.el (gnus-summary-mime-map):
13678         Add `gnus-article-replace-part'.
13679
13680 2005-09-19  Didier Verna  <didier@xemacs.org>
13681
13682         The nnml compaction feature:
13683         * nnml.el (nnml-request-compact-group): New function.
13684         * nnml.el (nnml-request-compact): New function.
13685         * gnus-int.el (gnus-request-compact-group): New function.
13686         * gnus-int.el (gnus-request-compact): New function.
13687         * gnus-group.el (gnus-group-compact-group): New function.
13688         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13689         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13690         * gnus-srvr.el (gnus-server-compact-server): New function.
13691         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13692         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13693
13694 2005-09-18  Deepak Goel  <deego@gnufans.org>
13695
13696         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13697         format spec.
13698
13699 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13702
13703 2005-09-15  Romain Francoise  <romain@orebokech.com>
13704
13705         * message.el (message-fill-paragraph): Clarify docstring.
13706
13707 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-art.el (gnus-mime-display-part): Protect against broken
13710         MIME messages.
13711
13712 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13715         before parsing header.
13716
13717 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13718
13719         * html2text.el (html2text-replace-list): Add new entities.
13720
13721 2005-09-11  Romain Francoise  <romain@orebokech.com>
13722
13723         * message.el (message-alternative-emails): Improve docstring.
13724         (message-setup-1): Call `message-use-alternative-email-as-from'
13725         after `message-setup-hook' to give it precedence over posting
13726         styles, etc.
13727         (message-use-alternative-email-as-from): Add docstring.
13728         Remove the original From header if present.
13729
13730         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13731         (nnml-save-mail): Use it.
13732
13733         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13734         articles.  Add new argument `silent'.
13735         (gnus-uu-mark-all): Report the total number of marked articles.
13736
13737 2005-09-10  Romain Francoise  <romain@orebokech.com>
13738
13739         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13740         (gnus-uu-mark-series): Likewise.
13741
13742 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * spam-report.el (spam-report-gmane): Fix generation of spam
13745         report URL.
13746
13747 2005-09-10  Simon Josefsson  <jas@extundo.com>
13748
13749         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13750         t, based on discussion on the ding list with Robert Epprecht
13751         <epprecht@solnet.ch>.
13752
13753 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * spam-report.el (spam-report-gmane): Make it work without
13756         X-Report-Spam header.  Gmane now only provides Archived-At.
13757         This is only used if `spam-report-gmane-use-article-number' is nil.
13758         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13759
13760         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13761         make `gnus-summary-sort-by-recipient' work with threading.
13762
13763         * nnweb.el (nnweb-google-wash-article): Print a message if article
13764         is not available.
13765
13766 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13767
13768         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13769         change.  Decode text/* parts content before displaying.
13770
13771 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13774
13775 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13778
13779         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13780         url-package-name, url-package-version,
13781         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13782         w3m-display-inline-images, and w3m-minor-mode-map.
13783
13784 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * message.el (message-tab-body-function): Fix mismatched custom type.
13787
13788         * gnus.el (gnus-group-change-level-function): Ditto.
13789
13790         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13791
13792         * gnus-art.el (gnus-signature-limit)
13793         (gnus-article-mime-part-function): Ditto.
13794
13795 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * mml.el (mml-mode): Silence the byte compiler.
13798
13799         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13800         using `(sit-for 0)' before moving the point to the specified part;
13801         skip unbuttonized parts.
13802         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13803         return to the summary window if gnus-auto-select-part is non-nil.
13804
13805 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13808         New variables.
13809         (mml-dnd-attach-file, mml-mode): Use them.
13810
13811         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13812         Make fetching article by MID work again for Google Groups.
13813         Add FIXME concerning gnus-group-make-web-group.
13814
13815         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13816         Don't depend on Gnus by using mail-extract-address-components if
13817         gnus-extract-address-components is not bound.
13818
13819 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus-art.el (gnus-mime-display-security): Don't display the
13822         signature, but only the signed part.
13823
13824 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13827
13828         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13829         list, not listp.
13830
13831 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13832
13833         * mm-encode.el (mm-encode-content-transfer-encoding):
13834         Likewise when encoding.
13835
13836         * mm-bodies.el (mm-decode-content-transfer-encoding):
13837         De-canonicalize CRLF for all text content types, not just
13838         text/plain.
13839
13840 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13843         valid article; point arrow and cursor at the MIME button.
13844
13845 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13848         Suggested by Dan Christensen <jdc@uwo.ca>.
13849
13850         * mm-decode.el (mm-save-part): Enable change of prompt.
13851
13852 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13853
13854         * gnus-msg.el (gnus-inews-add-send-actions):
13855         Make `message-post-method' lambda parameter ARG `&optional'.
13856
13857 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * gnus-sum.el (gnus-summary-mime-map):
13860         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13861         gnus-article-jump-to-part.
13862
13863         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13864         (gnus-article-edit-part): Use it.
13865         (gnus-article-part-wrapper): Add no-handle argument.
13866         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13867         New functions.
13868
13869 2005-08-29  Romain Francoise  <romain@orebokech.com>
13870
13871         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13872         docstring.
13873         (gnus-face-from-file): Likewise.
13874
13875 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13878         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13879         non-nil.
13880         (gnus-auto-select-part): New variable.
13881         (gnus-article-jump-to-part): New function.
13882         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13883         (gnus-mime-delete-part): Allow selecting specified part after
13884         deleting or stripping parts.
13885         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13886         part if argument is bogus.
13887
13888 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13889
13890         * gnus-art.el (w3m-minor-mode-map):
13891         * gnus-spec.el (gnus-newsrc-file-version):
13892         * gnus-util.el (nnmail-active-file-coding-system)
13893         (gnus-original-article-buffer, gnus-user-agent):
13894         * gnus.el (gnus-ham-process-destinations)
13895         (gnus-parameter-ham-marks-alist)
13896         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13897         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13898         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13899         * mm-decode.el (gnus-current-window-configuration):
13900         * mm-extern.el (gnus-article-mime-handles):
13901         * mm-url.el (url-current-object, url-package-name)
13902         (url-package-version):
13903         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13904         (smime-keys, w3m-cid-retrieve-function-alist)
13905         (w3m-current-buffer, w3m-display-inline-images)
13906         (w3m-minor-mode-map):
13907         * mml-smime.el (gnus-extract-address-components):
13908         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13909         (gnus-newsrc-hashtb, message-default-charset)
13910         (message-deletable-headers, message-options)
13911         (message-posting-charset, message-required-mail-headers)
13912         (message-required-news-headers):
13913         * mml1991.el (mc-pgp-always-sign):
13914         * mml2015.el (mc-pgp-always-sign):
13915         * nnheader.el (nnmail-extra-headers):
13916         * rfc1843.el (gnus-decode-encoded-word-function)
13917         (gnus-decode-header-function, gnus-newsgroup-name):
13918         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13919
13920 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13921
13922         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13923         the end of the date treatments.
13924
13925 2005-08-15  Simon Josefsson  <jas@extundo.com>
13926
13927         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13928         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13929         Capello and Romain Francoise.
13930         (pgg-fetch-key-function): Remove, not used?
13931         (pgg-insert-url-with-w3): Require url, to get
13932         url-insert-file-contents regardless of where it is defined.
13933
13934 2005-08-13  Romain Francoise  <romain@orebokech.com>
13935
13936         * message.el (message-cite-original-1): New function.
13937         (message-cite-original): Use it.
13938         (message-cite-original-without-signature): Ditto.
13939
13940 2005-08-08  Romain Francoise  <romain@orebokech.com>
13941
13942         * message.el (message-yank-empty-prefix): New variable.
13943         (message-indent-citation): Use it.
13944         (message-cite-original-without-signature): Respect X-No-Archive.
13945
13946 2005-08-08  Simon Josefsson  <jas@extundo.com>
13947
13948         * pgg.el: Autoload url-insert-file-contents instead of loading
13949         w3/url.
13950         (pgg-insert-url-with-w3): Don't load url here.
13951
13952 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13953
13954         * message.el (message-kill-to-signature): Don't insert newline at
13955         bol.
13956         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13957
13958 2005-08-06  Romain Francoise  <romain@orebokech.com>
13959
13960         * message.el (message-user-fqdn): Fix typo in docstring.
13961
13962 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13963
13964         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13965
13966         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13967
13968 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-bodies.el (mm-encode-body): Use coding system rather than
13971         charset to encode text.
13972
13973         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13974         number of charsets if utf-8 is available (XEmacs).
13975
13976 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13979         taken from `gnus-button-mid-or-mail-regexp'.
13980         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13981         (gnus-button-alist): Improve regexp for domain part of the MIDs
13982         for news:localpart@domain buttons.
13983         (gnus-button-ctan-directory-regexp): Update.
13984
13985 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * sieve-manage.el (sieve-manage-interactive-login):
13988         Use make-local-variable rather than make-variable-buffer-local.
13989         (sieve-manage-open): Ditto.
13990         (sieve-manage-authenticate): Ditto.
13991
13992         * mml.el (mml-generate-mime-1): Make the content type default to
13993         text/plain if the filename is not specified.
13994
13995 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13998         instead of insert-buffer.
13999
14000         * message.el (message-yank-original): Ditto; set the mark at the
14001         end of the yanked message.
14002
14003 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14006         lines to scroll rather than to stop it.
14007
14008         * mml.el (mml-generate-default-type): Add doc string.
14009         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14010         default to application/octet-stream when determining the content
14011         type if it is not specified for the part or the mml contents; add
14012         a comment about mml-generate-default-type.
14013
14014 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14017         make it default to application/octet-stream when determining the
14018         content type if it is not specified for the external contents.
14019
14020 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14023         segmented parameter but also other parameters might be there.
14024
14025 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mm-decode.el (mm-display-external): Delete temp file, directory
14028         and buffer immediately if the external process is exited.
14029
14030 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14033         fewer lines than that of scroll-margin.
14034         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14035
14036 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-art.el (gnus-article-next-page): Revert.
14039         (gnus-article-beginning-of-window): New macro.
14040         (gnus-article-next-page-1): Use it.
14041         (gnus-article-prev-page): Ditto.
14042         (gnus-article-edit-part): Use insert-buffer-substring instead of
14043         insert-buffer.
14044         (gnus-article-edit-exit): Ditto.
14045
14046         * gnus-util.el (gnus-beginning-of-window): Remove.
14047         (gnus-end-of-window): Remove.
14048
14049         * lpath.el: Don't bind header-line-format and scroll-margin.
14050
14051 2005-07-25  Simon Josefsson  <jas@extundo.com>
14052
14053         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14054         to have the url package without w3.  Reported by Daiki Ueno
14055         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14056
14057 2005-07-20  Didier Verna  <didier@xemacs.org>
14058
14059         * gnus-diary.el: Remove the description comment (nndiary is now
14060         properly documented in the Gnus manual).
14061         Fix the spelling of "Back End".
14062         * nndiary.el: Ditto.
14063         Fix the copyright notice.
14064
14065 2005-07-18  Romain Francoise  <romain@orebokech.com>
14066
14067         * gnus-sum.el (gnus-summary-to-prefix)
14068         (gnus-summary-newsgroup-prefix): New variables.
14069         (gnus-summary-from-or-to-or-newsgroups): Use them.
14070
14071 2005-07-17  Romain Francoise  <romain@orebokech.com>
14072
14073         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14074         space as it's generally not especially interesting to the user.
14075
14076 2005-07-16  Romain Francoise  <romain@orebokech.com>
14077
14078         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14079         nil to avoid prompting and file modification if one of the
14080         messages at the top of the nnfolder file contains a copyright
14081         notice.
14082         Update copyright notice.
14083
14084         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14085         instead of `current-time-string' as the latter creates a time
14086         string that is not RFC 2822 compliant (it lacks the zone).
14087         Update copyright notice.
14088
14089 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14090
14091         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14092         for text/rtf.  Display default in prompt.  Pass default for M-n.
14093
14094         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14095
14096 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14097
14098         * gnus-msg.el (gnus-button-mailto):
14099         Remove save-selected-window-window hackery because it relies on
14100         save-selected-window internals.
14101
14102 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14105         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14106         (gnus-article-prev-page): Ditto.
14107
14108         * gnus-util.el (gnus-beginning-of-window): New function.
14109         (gnus-end-of-window): New function.
14110
14111         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14112
14113 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14114
14115         * gnus-score.el (gnus-score-edit-all-score):
14116         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14117         gnus-message.
14118
14119 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14120
14121         * gnus-msg.el (gnus-button-mailto):
14122         Remove save-selected-window-window hackery because it relies on
14123         save-selected-window internals.
14124
14125 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14128         add-minor-mode.
14129         (gnus-binary-mode): Ditto.
14130
14131         * gnus-topic.el (gnus-topic-mode): Ditto.
14132
14133 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14134
14135         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14136         (gnus-article-prev-page): Take scroll-margin into consideration.
14137
14138 2005-07-04  Lute Kamstra  <lute@gnu.org>
14139
14140         Update FSF's address in GPL notices.
14141
14142 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14143
14144         * gnus.el (gnus-exit):
14145         * gnus-group.el (gnus-group-icons):
14146         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14147
14148         * gnus-nocem.el (gnus-nocem):
14149         * message.el (message-various, message-buffers, message-sending)
14150         (message-interface, message-forwarding, message-insertion)
14151         (message-headers, message-news, message-mail):
14152         * pgg-gpg.el (pgg-gpg):
14153         * pgg-parse.el (pgg-parse):
14154         * pgg-pgp.el (pgg-pgp):
14155         * pgg-pgp5.el (pgg-pgp5):
14156         * pop3.el (pop3): Finish `defgroup' description with period.
14157
14158 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-art.el (article-display-face): Improve the efficiency.
14161         (article-display-x-face): Ditto; remove grey x-face stuff.
14162
14163 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-art.el (article-display-face): Correct the position in
14166         which Faces are inserted.
14167
14168 2005-06-29  Didier Verna  <didier@xemacs.org>
14169
14170         * gnus-art.el (article-display-face): Display faces in correct
14171         order.
14172
14173 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14176         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14177         (gnus-nocem-check-article): Fetch the Type header.
14178         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14179         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14180         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14181         make sure gnus-nocem-hashtb is initialized.
14182         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14183         (gnus-nocem-unwanted-article-p): Ditto.
14184
14185         * pgg.el (pgg-verify): Return the verification result.
14186
14187 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14188
14189         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14190         is ascii.
14191
14192 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14193
14194         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14195         `show-nonbreak-escape'.
14196
14197 2005-06-23  Lute Kamstra  <lute@gnu.org>
14198
14199         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14200
14201         * dig.el (dig-mode):
14202         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14203
14204 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14205
14206         * nnimap.el (nnimap-split-download-body): Fix spellings.
14207
14208 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14209
14210         * gnus-art.el (gnus-article-encrypt-body):
14211         * gnus-cus.el (gnus-score-customize):
14212         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14213         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14214
14215 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14216
14217         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14218         header by looking for magic "MII" at the beginnig.
14219
14220 2005-06-16  Miles Bader  <miles@gnu.org>
14221
14222         * gnus-xmas.el (gnus-xmas-group-startup-message):
14223         Use renamed gnus-splash face.
14224
14225         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14226         (assistant-field-face): New backward-compatibility alias for renamed
14227         face.
14228         (assistant-render-text): Use renamed assistant-field face.
14229
14230         * spam.el (spam): Remove "-face" suffix from face name.
14231         (spam-face): New backward-compatibility alias for renamed face.
14232         (spam-face, spam-initialize): Use renamed spam face.
14233
14234         * message.el (message-header-to, message-header-cc)
14235         (message-header-subject, message-header-newsgroups)
14236         (message-header-other, message-header-name)
14237         (message-header-xheader, message-separator, message-cited-text)
14238         (message-mml): Remove "-face" suffix from face names.
14239         (message-header-to-face, message-header-cc-face)
14240         (message-header-subject-face, message-header-newsgroups-face)
14241         (message-header-other-face, message-header-name-face)
14242         (message-header-xheader-face, message-separator-face)
14243         (message-cited-text-face, message-mml-face):
14244         New backward-compatibility aliases for renamed faces.
14245         (message-font-lock-keywords): Use renamed message faces.
14246
14247         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14248         (sieve-test-commands, sieve-tagged-arguments):
14249         Remove "-face" suffix from face names.
14250         (sieve-control-commands-face, sieve-action-commands-face)
14251         (sieve-test-commands-face, sieve-tagged-arguments-face):
14252         New backward-compatibility aliases for renamed faces.
14253         (sieve-control-commands-face, sieve-action-commands-face)
14254         (sieve-test-commands-face, sieve-tagged-arguments-face):
14255         Use renamed sieve faces.
14256
14257         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14258         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14259         (gnus-group-news-3-empty, gnus-group-news-4)
14260         (gnus-group-news-4-empty, gnus-group-news-5)
14261         (gnus-group-news-5-empty, gnus-group-news-6)
14262         (gnus-group-news-6-empty, gnus-group-news-low)
14263         (gnus-group-news-low-empty, gnus-group-mail-1)
14264         (gnus-group-mail-1-empty, gnus-group-mail-2)
14265         (gnus-group-mail-2-empty, gnus-group-mail-3)
14266         (gnus-group-mail-3-empty, gnus-group-mail-low)
14267         (gnus-group-mail-low-empty, gnus-summary-selected)
14268         (gnus-summary-cancelled, gnus-summary-high-ticked)
14269         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14270         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14271         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14272         (gnus-summary-low-undownloaded)
14273         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14274         (gnus-summary-low-unread, gnus-summary-normal-unread)
14275         (gnus-summary-high-read, gnus-summary-low-read)
14276         (gnus-summary-normal-read, gnus-splash):
14277         Remove "-face" suffix from face names.
14278         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14279         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14280         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14281         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14282         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14283         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14284         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14285         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14286         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14287         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14288         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14289         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14290         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14291         (gnus-summary-normal-ticked-face)
14292         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14293         (gnus-summary-normal-ancient-face)
14294         (gnus-summary-high-undownloaded-face)
14295         (gnus-summary-low-undownloaded-face)
14296         (gnus-summary-normal-undownloaded-face)
14297         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14298         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14299         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14300         (gnus-splash-face):
14301         New backward-compatibility aliases for renamed faces.
14302         (gnus-group-startup-message): Use renamed gnus faces.
14303
14304         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14305         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14306         (gnus-server-agent): Remove "-face" suffix from face names.
14307         (gnus-server-agent-face, gnus-server-opened-face)
14308         (gnus-server-closed-face, gnus-server-denied-face)
14309         (gnus-server-offline-face):
14310         New backward-compatibility aliases for renamed faces.
14311         (gnus-server-agent-face, gnus-server-opened-face)
14312         (gnus-server-closed-face, gnus-server-denied-face)
14313         (gnus-server-offline-face): Use renamed gnus faces.
14314
14315         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14316         Remove "-face" suffix from face names.
14317         (gnus-picon-xbm-face, gnus-picon-face):
14318         New backward-compatibility aliases for renamed faces.
14319
14320         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14321         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14322         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14323         (gnus-cite-11): Remove "-face" suffix from face names.
14324         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14325         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14326         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14327         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14328         New backward-compatibility aliases for renamed faces.
14329         (gnus-cite-attribution-face, gnus-cite-face-list)
14330         (gnus-article-boring-faces): Use renamed gnus faces.
14331
14332         * gnus-art.el (gnus-signature, gnus-header-from)
14333         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14334         (gnus-header-content): Remove "-face" suffix from face names.
14335         (gnus-signature-face, gnus-header-from-face)
14336         (gnus-header-subject-face, gnus-header-newsgroups-face)
14337         (gnus-header-name-face, gnus-header-content-face):
14338         New backward-compatibility aliases for renamed faces.
14339         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14340
14341         * gnus-sum.el (gnus-summary-selected-face)
14342         (gnus-summary-highlight): Use renamed gnus faces.
14343         * gnus-group.el (gnus-group-highlight): Likewise.
14344
14345 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14346
14347         * gnus-sieve.el (gnus-sieve-article-add-rule):
14348         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14349         * spam-stat.el (spam-stat-buffer-change-to-spam)
14350         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14351
14352         * message.el (message-is-yours-p):
14353         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14354
14355 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * mm-view.el (mm-inline-text): Withdraw the last change.
14358
14359 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14362         executing enriched-decode.
14363
14364 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14367         charset of tar files.
14368
14369 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14370
14371         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14372
14373 2005-06-04  Lute Kamstra  <lute@gnu.org>
14374
14375         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14376         information is never recorded.
14377
14378 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14379
14380         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14381
14382 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * pop3.el (pop3-apop): Run md5 in the binary mode.
14385
14386         * starttls.el (starttls-set-process-query-on-exit-flag):
14387         Use eval-and-compile.
14388
14389 2005-05-31  Simon Josefsson  <jas@extundo.com>
14390
14391         * smime.el (smime-replace-in-string): Define.
14392         (smime-cert-by-ldap-1): Use it.
14393
14394 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-art.el (article-display-x-face): Replace
14397         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14398
14399         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14400         set-process-query-on-exit-flag or process-kill-without-query.
14401
14402         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14403         loop instead of replace-regexp.
14404
14405         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14406         instead of process-kill-without-query if it is available.
14407
14408         * lpath.el: Fbind ldap-search-entries.
14409
14410         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14411         instead of find-file-hooks if it is available.
14412
14413         * mml1991.el: Bind pgg-default-user-id when compiling.
14414
14415         * mml2015.el: Bind pgg-default-user-id when compiling.
14416
14417         * nndraft.el (nndraft-request-associate-buffer):
14418         Use write-contents-functions instead of write-contents-hooks if it is
14419         available.
14420
14421         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14422         instead of find-file-hooks if it is available.
14423
14424         * nntp.el (nntp-open-connection): Replace
14425         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14426         (nntp-open-ssl-stream): Ditto.
14427         (nntp-open-tls-stream): Ditto.
14428
14429         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14430         set-process-query-on-exit-flag or process-kill-without-query.
14431         (starttls-open-stream-gnutls): Use it instead of
14432         process-kill-without-query.
14433         (starttls-open-stream): Ditto.
14434
14435 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14436
14437         * smime.el (smime-cert-by-ldap-1): Don't use
14438         replace-regexp-in-string.
14439
14440 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14441
14442         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14443
14444         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14445         in PEM format.  Adjust to the XEmacs compability.
14446
14447 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14450         by `string-to-number'.
14451         * gnus-agent.el (gnus-agent-regenerate-group)
14452         (gnus-agent-fetch-articles): Ditto.
14453         * gnus-art.el (gnus-button-fetch-group): Ditto.
14454         * gnus-cache.el (gnus-cache-generate-active)
14455         (gnus-cache-articles-in-group): Ditto.
14456         * gnus-group.el (gnus-group-set-current-level)
14457         (gnus-group-insert-group-line): Ditto.
14458         * gnus-score.el (gnus-score-set-expunge-below)
14459         (gnus-score-set-mark-below, gnus-summary-score-effect)
14460         (gnus-summary-score-entry): Ditto.
14461         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14462         (gnus-soup-pack): Ditto.
14463         * gnus-spec.el (gnus-xmas-format): Ditto.
14464         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14465         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14466         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14467         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14468         * nndb.el (nndb-get-remote-expire-response): Ditto.
14469         * nndiary.el (nndiary-parse-schedule-value)
14470         (nndiary-string-to-number, nndiary-request-replace-article)
14471         (nndiary-request-article): Ditto.
14472         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14473         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14474         * nneething.el (nneething-make-head): Ditto.
14475         * nnfolder.el (nnfolder-request-article)
14476         (nnfolder-retrieve-headers): Ditto.
14477         * nnheader.el (nnheader-file-to-number): Ditto.
14478         * nnkiboze.el (nnkiboze-request-article): Ditto.
14479         * nnmail.el (nnmail-process-unix-mail-format)
14480         (nnmail-process-babyl-mail-format): Ditto.
14481         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14482         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14483         (nnmh-request-create-group, nnmh-request-list-1)
14484         (nnmh-request-group, nnmh-request-article): Ditto.
14485         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14486         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14487         * nnsoup.el (nnsoup-make-active): Ditto.
14488         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14489         * nntp.el (nntp-find-group-and-number)
14490         (nntp-retrieve-headers-with-xover): Ditto.
14491         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14492         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14493         (pgg-format-key-identifier): Ditto.
14494         * pop3.el (pop3-last, pop3-stat): Ditto.
14495         * qp.el (quoted-printable-decode-region): Ditto.
14496
14497         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14498         of concat.
14499
14500 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14503
14504         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14505
14506         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14507
14508         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14509
14510         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14511
14512         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14513
14514         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14515         (gnus-carpal-mode): Ditto.
14516
14517         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14518         (gnus-browse-mode): Ditto.
14519
14520         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14521
14522         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14523
14524 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14525
14526         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14527
14528 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-util.el (gnus-run-mode-hooks): New function.
14531
14532         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14533
14534         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14535         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14536
14537 2005-05-27  Lute Kamstra  <lute@gnu.org>
14538
14539         * dns-mode.el (dns-mode): Specify customization group.
14540
14541 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14542
14543         * gnus-agent.el (gnus-agent-make-mode-line-string):
14544         Use mode-line-highlight as mouse-face.
14545
14546 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * canlock.el (canlock): Change the parent group to news.
14549
14550         * deuglify.el (gnus-outlook-deuglify): Add :group.
14551
14552         * dig.el (dig): Add :group.
14553
14554         * dns-mode.el (dns-mode): Add :group.
14555
14556         * encrypt.el (encrypt): Add :group.
14557
14558         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14559         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14560         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14561         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14562         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14563
14564         * gnus-diary.el (gnus-diary): Add :group.
14565
14566         * gnus.el (gnus-group-news-1-face): Add :group.
14567         (gnus-group-news-1-empty-face): Ditto.
14568         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14569         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14570         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14571         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14572         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14573         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14574         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14575         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14576         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14577         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14578         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14579         (gnus-summary-high-ticked-face): Ditto.
14580         (gnus-summary-low-ticked-face): Ditto.
14581         (gnus-summary-normal-ticked-face): Ditto.
14582         (gnus-summary-high-ancient-face): Ditto.
14583         (gnus-summary-low-ancient-face): Ditto.
14584         (gnus-summary-normal-ancient-face): Ditto.
14585         (gnus-summary-high-undownloaded-face): Ditto.
14586         (gnus-summary-low-undownloaded-face): Ditto.
14587         (gnus-summary-normal-undownloaded-face): Ditto.
14588         (gnus-summary-high-unread-face): Ditto.
14589         (gnus-summary-low-unread-face): Ditto.
14590         (gnus-summary-normal-unread-face): Ditto.
14591         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14592         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14593
14594         * hashcash.el (hashcash): New custom group.
14595         (hashcash-default-payment): Add :group.
14596         (hashcash-payment-alist): Ditto.
14597         (hashcash-default-accept-payment): Ditto.
14598         (hashcash-accept-resources): Ditto.
14599         (hashcash-path): Ditto.
14600         (hashcash-extra-generate-parameters): Ditto.
14601         (hashcash-double-spend-database): Ditto.
14602         (hashcash-in-news): Ditto.
14603
14604         * message.el (message-minibuffer-local-map): Add :group.
14605
14606         * netrc.el (netrc): Add :group.
14607
14608         * sieve-manage.el (sieve-manage-log): Add :group.
14609         (sieve-manage-default-user): Diito.
14610         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14611         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14612         (sieve-manage-authenticators): Ditto.
14613         (sieve-manage-authenticator-alist): Ditto.
14614         (sieve-manage-default-port): Ditto.
14615
14616         * sieve-mode.el (sieve-control-commands-face): Add :group.
14617         (sieve-action-commands-face): Ditto.
14618         (sieve-test-commands-face): Ditto.
14619         (sieve-tagged-arguments-face): Ditto.
14620
14621         * smime.el (smime): Add :group.
14622
14623         * spam-report.el (spam-report): Add :group.
14624
14625         * spam.el (spam, spam-face): Add :group.
14626
14627 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628
14629         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14630         return \n.\n.\n at the end of articles.  Protect against that.
14631         (nntp-with-open-group): Allow debugging.
14632
14633         * nnheader.el (mail-header-set-extra): Make into a function
14634         because I just could't understand how to quote the list properly.
14635
14636         * dns.el (query-dns-cached): New function.
14637
14638 2005-05-26  Lute Kamstra  <lute@gnu.org>
14639
14640         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14641
14642 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14645
14646         * gnus-art.el: Don't autoload mail-extract-address-components.
14647
14648         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14649         eval-and-compile to evaluate it.
14650
14651         * hashcash.el: Don't autoload executable-find.
14652
14653         * nndb.el: Don't declare the nndb back end two or more times; don't
14654         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14655
14656         * nntp.el: Autoload format-spec instead of format; use
14657         eval-and-compile to evaluate autoload forms.
14658
14659 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14660
14661         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14662
14663 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14664
14665         * gnus.el (gnus-version-number): Bump version.
14666
14667 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14668
14669         * gnus.el: No Gnus v0.3 is released.
14670
14671 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14672
14673         * lpath.el (featurep): Bind show-nonbreak-escape.
14674
14675 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-art.el (gnus-article-edit-part): Disable undo.
14678
14679 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14682         gnus-article-date-lapsed-new-header is t if date timer is active;
14683         skip headers in which the original date value is empty.
14684         (gnus-article-save-original-date): Redefine it as a macro.
14685         (gnus-display-mime): Use it.
14686
14687 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-art.el (article-date-ut): Support converting date in
14690         forwarded parts as well.
14691         (gnus-article-save-original-date): New function.
14692         (gnus-display-mime): Use it.
14693
14694 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14695
14696         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14697         enclosure element of <item>.
14698
14699 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * message.el (message-kill-buffer-query): Rename from
14702         `message-kill-buffer-query-if-modified'.  Add :version.
14703
14704 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14707         window layout.
14708
14709 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * mml.el: Autoload dnd when compiling.
14712
14713 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14716         x-dnd-*.
14717
14718 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * qp.el (quoted-printable-encode-region): Save excursion.
14721
14722 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * message.el (message-kill-buffer-query-if-modified): Add new variable
14725         so the user can kill a modified message buffer quickly.
14726         (message-kill-buffer): Use it.
14727
14728 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * lpath.el: Fbind display-time-event-handler; don't fbind
14731         string-to-multibyte.
14732
14733         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14734
14735 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14738         contained in text because xml.el decodes entities) with LFs.
14739
14740 2005-04-11  Lute Kamstra  <lute@gnu.org>
14741
14742         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14743         differently.
14744
14745 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14746
14747         * mm-util.el (mm-detect-coding-region): Typo.
14748
14749 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14752
14753 2005-04-06  Deepak Goel  <deego@gnufans.org>
14754
14755         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14756         user-function allow user modifications of the scores.
14757         (spam-stat-score-buffer-user): New function, to allow
14758         user-computed modifications to the score.
14759         (spam-stat-score-buffer-user-functions): List of additional
14760         scoring functions.
14761         (spam-stat-error-holder): Global temporary error holder.
14762         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14763         variable.
14764
14765 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * gnus-registry.el (gnus-registry-clean-empty-function)
14768         (gnus-registry-trim, gnus-registry-fetch-groups)
14769         (gnus-registry-delete-group): Groups that match
14770         `gnus-registry-ignored-groups' are removed from the registry
14771         entries, not just ignored for splitting.  This helps clean up the
14772         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14773         to get all the groups a message ID is in.
14774
14775         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14776         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14777         (spam-stat-score-buffer-user-functions): Add :number custom type.
14778
14779 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14782         argument in XEmacs.
14783
14784         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14785         (nnrss-request-group): Decode group name first.
14786         (nnrss-request-article): Make a text/plain article if mml-to-mime
14787         failed.
14788         (nnrss-get-encoding): Return a compatible encoding according to
14789         nnrss-compatible-encoding-alist.
14790         (nnrss-find-el): Use consp instead of listp.
14791         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14792
14793 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14796         which Emacs 20 doesn't support.
14797         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14798
14799 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14802         silence the byte compiler inside the defun.
14803
14804         * gnus-demon.el (parse-time-string): Add autoload.
14805
14806         * gnus-delay.el (parse-time-string): Add autoload.
14807
14808         * gnus-art.el (parse-time-string): Add autoload.
14809
14810         * nnultimate.el (parse-time): Require for `parse-time-string'.
14811
14812 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14815
14816         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14817
14818         * smime.el (smime-ldap-host-list): Add :version.
14819
14820 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14823         pass it to `gnus-browse-read-group'.
14824         (gnus-browse-read-group): Add NUMBER argument and pass it to
14825         `gnus-group-read-ephemeral-group'.
14826
14827         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14828         argument and pass it to `gnus-group-read-group'.
14829
14830 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14831
14832         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14833         mm-xemacs-find-mime-charset-1 if we have the mule feature
14834         available at runtime.
14835
14836 2005-03-25  Werner Lemberg  <wl@gnu.org>
14837
14838         * nnmaildir.el: Replace `illegal' with `invalid'.
14839
14840 2005-03-23  Lute Kamstra  <lute@gnu.org>
14841
14842         * time-date.el: Add comment on time value formats.
14843         Don't require parse-time.
14844         (with-decoded-time-value): New macro.
14845         (encode-time-value): New function.
14846         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14847         (days-to-time): Return a valid time value when arg is huge.
14848         (time-since): Use time-subtract.
14849         (time-to-number-of-days): Use time-to-seconds.
14850
14851 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14852
14853         * gnus-start.el (gnus-display-time-event-handler):
14854         Check display-time-timer at runtime rather than only at load time
14855         in case display-time-mode is turned off in the mean time.
14856
14857 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14860         used.
14861
14862         * nneething.el (nneething-map-file-directory): Derive from
14863         `gnus-directory'.
14864
14865         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14866         the To/Cc button.
14867
14868 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * nnmaildir.el (nnmaildir-request-accept-article):
14871         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14872
14873 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14874
14875         * gnus-async.el: Require timer-funcs at compile time when in
14876         XEmacs for `run-with-idle-timer'.
14877
14878 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14879
14880         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14881         autoloaded function.
14882
14883 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14884
14885         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14886
14887 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14888
14889         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14890
14891 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14894         Add gnus-expert-user to default.
14895
14896 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14897
14898         * nnimap.el (nnimap-open-server): Ditto.
14899
14900         * imap.el (imap-authenticate): Fix typo.
14901
14902 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14903
14904         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14905         buffer (since IMAP server might return FETCH response out of
14906         order, and the nntp buffer must be sorted).
14907
14908 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14909
14910         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14911         comparison on string.
14912
14913         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14914         (gnus-agent-score): Rename category keywords to match gnus-cus.
14915         (gnus-agent-summary-fetch-series): Modify to protect against
14916         gnus-agent-summary-fetch-group clearing processable flags.
14917         (gnus-agent-synchronize-group-flags): Update live group buffer as
14918         synchronization may occur due to the user toggle the plugged
14919         status.
14920         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14921         successfully downloaded.
14922         (gnus-agent-expire-group-1): Avoid using markers when the overview
14923         is in ascending order; greatly improves performance.
14924         (gnus-agent-regenerate-group):
14925         Use gnus-agent-synchronize-group-flags to reset read status in both
14926         gnus and server.
14927         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14928
14929 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * message.el: Don't autoload former message-utils variables.
14932         (message-strip-subject-trailing-was): Change doc string.
14933
14934         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14935         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14936         (nnweb-google-search): Add "hl=en" here.
14937         (nnweb-google-parse-1, nnweb-google-create-mapping):
14938         Don't hardcode URL.
14939
14940 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * message.el (message-get-reply-headers, message-followup):
14943         Mention related variables `message-use-followup-to' and
14944         `message-use-mail-followup-to', in the information buffer.
14945
14946         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14947         of broken groups(-beta).google.com.
14948
14949 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14950
14951         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14952         parameter to invoked gnus-request-move-article; remove the
14953         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14954         all at once instead of once per article.
14955         (gnus-summary-remove-process-mark): Accept a list of articles as
14956         well as a single article for processing.
14957
14958         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14959         parameter.
14960
14961         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14962
14963         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14964
14965         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14966         parameter.
14967
14968         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14969         parameter.
14970
14971         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14972         parameter and remove the gnus-sum-hint-move-is-internal variable.
14973
14974         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14975         parameter.
14976
14977         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14978         parameter.
14979
14980         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14981         parameter.
14982
14983         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14984
14985         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14986         parameter.
14987
14988         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14989         parameter.
14990
14991 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14992
14993         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14994         a more conservative way.
14995
14996 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14997
14998         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14999         buffer, so it moves the window's cursor.
15000
15001 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15002
15003         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15004         `mm-dissect-multipart' and receive the from field as an (optional)
15005         argument from `mm-dissect-multipart'.
15006         (mm-dissect-multipart): Receive the from field as an argument and
15007         pass it on when we call `mm-dissect-buffer' on MIME parts.
15008         Fixes verification/decryption of signed/encrypted MIME parts.
15009
15010 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15011
15012         * gnus-sum.el (gnus-summary-move-article):
15013         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15014         whatever it calls (right now, only nnimap-request-move article
15015         respects it).
15016
15017         * nnimap.el (nnimap-request-move-article):
15018         When gnus-sum-hint-move-is-internal is set, don't do the extra
15019         nnimap-request-article.
15020
15021 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15024
15025         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15026         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15027
15028         * gnus-sum.el (gnus-summary-caesar-message):
15029         Apply `gnus-treat-article' after rotation.
15030
15031         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15032         doc string.
15033
15034 2005-02-22  Simon Josefsson  <jas@extundo.com>
15035
15036         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15037         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15038         <arne@arnested.dk>.
15039         (encrypt): Add password-cache and password-cache-expiry as group
15040         members.
15041
15042 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15043
15044         * smime.el (smime-ldap-host-list): Doc fix.
15045         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15046         cache) password.
15047         (smime-sign-region): Use it.
15048         (smime-decrypt-region): Use it.
15049         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15050         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15051         fails.
15052         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15053         certificate from DER to PEM format rather than calling openssl.
15054
15055         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15056
15057         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15058         for signing/encryption.
15059
15060         * mml.el (mml-parse-1): Use them.
15061
15062 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15063
15064         * nnrss.el (nnrss-verbose): Remove.
15065         (nnrss-request-group): Use `nnheader-message' instead.
15066
15067 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15068
15069         * nnrss.el (nnrss-verbose): New variable.
15070         (nnrss-request-group): Make it say nnrss is requesting a group.
15071
15072 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15073
15074         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15075         Handle news URL with given port correctly.
15076
15077 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15080         containing special characters.
15081
15082         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15083
15084         * mml.el (mime-to-mml): Ditto.
15085
15086         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15087         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15088         (rfc2047-decode-region): Quote decoded words containing special
15089         characters when rfc2047-quote-decoded-words-containing-tspecials
15090         is non-nil.
15091
15092 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15095
15096         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15097
15098 2005-02-15  Simon Josefsson  <jas@extundo.com>
15099
15100         * nnimap.el (nnimap-debug): Doc fix.
15101
15102         * imap.el (imap-debug): Doc fix.
15103
15104 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15107
15108 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * gnus.el (spam-contents): Improve docs for spam-contents
15111         parameter in its variable incarnation.
15112
15113 2005-02-14  Simon Josefsson  <jas@extundo.com>
15114
15115         * smime-ldap.el: Use require instead of load-library for ldap.
15116         (smime-ldap-search): Indent.
15117         (smime-ldap-search-internal): Shorten line.
15118
15119         * smime.el (smime-cert-by-dns): Add doc-string.
15120         (smime-cert-by-ldap-1): Indent.
15121
15122         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15123         mml-smime-get-dns-ldap.
15124         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15125
15126 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15127
15128         * smime.el: Require smime-ldap.
15129         (smime-ldap-host-list): New variable.
15130         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15131
15132         * mml-smime.el (mml-smime-encrypt-query): New function.
15133         (mml-smime-encrypt-query): Use it.
15134
15135         * smime-ldap.el: New file.
15136
15137 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15140
15141 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15144         argument in doc string.  Make query for type more clear.
15145
15146 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * gnus.el (gnus-group-startup-message): Search for gnus images in
15149         etc/images/gnus.
15150         * mm-util.el (mm-image-load-path): Likewise.
15151         * smiley.el (smiley-data-directory): Search for smilies in
15152         etc/images/smilies.
15153
15154 2005-02-09  Kim F. Storm  <storm@cua.dk>
15155
15156         Change Emacs release version from 21.4 to 22.1 throughout.
15157         Change Emacs development version from 21.3.50 to 22.0.50.
15158
15159 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15162
15163         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15164         non-Mule XEmacs as well.
15165         (mm-decompress-buffer): Signal an error intentionally if it does
15166         not decompress compressed data because auto-compression-mode is
15167         disabled.
15168
15169 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15170
15171         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15172         an ID in the registry even if it has no groups.
15173
15174 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15177         merge it into mm-decompress-buffer.
15178         (gnus-mime-copy-part): Use the MIME part charset, the value which
15179         a user specified or gnus-newsgroup-charset for decoding, like
15180         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15181         save-buffer what was used.  Suggested by Kevin Ryde
15182         <user42@zip.com.au>.
15183         (gnus-mime-inline-part): Allow the name parameter as well as the
15184         filename parameter; force decompressing of compressed data; always
15185         display contents being not decoded as unibyte.
15186
15187         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15188         as well as the filename parameter.
15189
15190         * mm-util.el (mm-decompress-buffer):
15191         Merge gnus-mime-jka-compr-maybe-uncompress.
15192         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15193         of compressed data.
15194
15195 2005-02-08  Simon Josefsson  <jas@extundo.com>
15196
15197         * imap.el (imap-log): Doc fix.
15198
15199 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15202         the coding cookies; decompress compressed parts.
15203
15204         * mml.el (mml-generate-mime-1): Add the charset parameter according
15205         to the value which a user specified manually or the coding cookie.
15206
15207         * mm-util.el (mm-string-to-multibyte): New function.
15208         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15209         (mm-coding-system-to-mime-charset): New function.
15210         (mm-decompress-buffer): New function.
15211         (mm-find-buffer-file-coding-system): New function.
15212
15213         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15214         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15215         parts.
15216
15217 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15218
15219         * mm-view.el (mm-display-inline-fontify): Decode a part according
15220         to the charset parameter.
15221
15222 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15225         prefix arg is neither nil nor a number, as info specifies.
15226
15227 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15230         timestamps.
15231
15232 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15233
15234         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15235         groups error checking and notify user.
15236
15237 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15238
15239         * message.el (message-send-mail-function): Check existence of
15240         sendmail-program first before using default value
15241         `message-send-mail-with-sendmail'.  Otherwise use more generic
15242         `smtpmail-send-it'.
15243
15244 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * nntp.el (nntp-request-update-info): Always return nil.
15247
15248 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15249
15250         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15251
15252 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15253
15254         * message.el (message-beginning-of-line): Change the behavior when
15255         invoked between BOL and : so that it first moves backward.
15256
15257 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15260         article buffer when editing of the article is discarded.
15261         (gnus-article-prepare): Revert.
15262
15263 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus-art.el (gnus-article-prepare):
15266         Remove message-strip-forbidden-properties from the local hook.
15267
15268 2005-01-27  Simon Josefsson  <jas@extundo.com>
15269
15270         * password.el (password-cache-add): Only start one timer per key.
15271         Reported by Derek Atkins <warlord@MIT.EDU>.
15272
15273 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15274
15275         * run-at-time.el: Remove.  It is no longer needed as
15276         timer-funcs.el in the xemacs-base package has a working version of
15277         `run-at-time'.
15278
15279         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15280
15281         * password.el: Require timer-funcs instead of run-at-time in
15282         XEmacs.
15283         Remove `password-run-at-time' macro.
15284         (password-cache-add): Use `run-at-time' instead of
15285         `password-run-at-time'.
15286
15287         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15288         Remove `nnheader-cancel-function-timers' alias,
15289         `cancel-function-timers' exists in XEmacs in timer-funcs.
15290
15291         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15292         for `run-with-idle-timer'.
15293
15294         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15295         for `run-at-time'.
15296
15297         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15298         for `with-timeout'.
15299
15300         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15301         the same as for XEmacs 21.4.
15302         No need to ignore `run-with-idle-timer', this function exists in
15303         XEmacs now in timer-funcs.el in the xemacs-base package.
15304         (dgnushack-compile): No need to delete
15305         run-at-time.el from the list of files to compile because it
15306         doesn't exist anymore.
15307
15308 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15311         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15312
15313 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15314
15315         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15316         sensitively.
15317
15318 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15319
15320         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15321
15322 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15325         which will be inserted according to the multibyteness of a buffer
15326         rather than the type of contents.  Suggested by ARISAWA Akihiro
15327         <ari@mbf.ocn.ne.jp>.
15328
15329         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15330         of string which old xml.el may return rather than a string.
15331
15332 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15335
15336 2005-01-16  Simon Josefsson  <jas@extundo.com>
15337
15338         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15339         idn/idna.el isn't available.
15340         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15341         <michael@waxrat.com>.
15342
15343         * hashcash.el: Remove non-FSF copyright header.
15344
15345         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15346         (hashcash-generate-payment): Use it.
15347         (hashcash-generate-payment-async): Use it.
15348
15349 2005-01-15  Simon Josefsson  <jas@extundo.com>
15350
15351         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15352         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15353
15354         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15355         gnus-summary-idna-message.
15356         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15357         (gnus-summary-idna-message): New function.
15358
15359 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15360
15361         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15362         gnus-novice-user.
15363
15364 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * nnrss.el (nnrss-request-delete-group): Delete entries in
15367         nnrss-group-alist as well.
15368         (nnrss-save-server-data): Insert newline.
15369
15370 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15371
15372         * gnus.el (gnus-user-agent): Use list of symbols instead of
15373         symbols.  Display full version number for (S)XEmacs.
15374         Optionally display (S)XEmacs codename.
15375
15376         * gnus-util.el (gnus-emacs-version): Update for new
15377         `gnus-user-agent'.
15378
15379         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15380         Gnus version.
15381
15382 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15385         which is unreadable in some setups.
15386
15387 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-spec.el (gnus-update-format-specifications): Flush the
15390         group format spec cache if it doesn't support decoded group names.
15391
15392 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15395         Allow to apply decay on score files matching a regexp.
15396
15397 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15400         compatibility in %g and %c.
15401
15402 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15405         name for only %g and %c.
15406         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15407         of gnus-tmp-group to decoded group name.
15408         (gnus-group-make-rss-group): Exclude `/'s from group names.
15409
15410 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * nnrss.el (nnrss-get-encoding): Fix regexp.
15413
15414 2004-12-27  Simon Josefsson  <jas@extundo.com>
15415
15416         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15417         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15418         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15419
15420 2004-12-17  Kim F. Storm  <storm@cua.dk>
15421
15422         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15423
15424         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15425
15426 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15427
15428         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15429
15430 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * nnrss.el: Require rfc2047 and mml.
15433         (nnrss-file-coding-system): New variable.
15434         (nnrss-format-string): Redefine it as an inline function.
15435         (nnrss-decode-group-name): New function.
15436         (nnrss-string-as-multibyte): Remove.
15437         (nnrss-retrieve-headers): Decode group name; don't use
15438         nnrss-format-string.
15439         (nnrss-request-group): Decode group name.
15440         (nnrss-request-article): Decode group name; allow a Message-ID as
15441         well as an article number; don't use nnrss-format-string; encode a
15442         Message-ID string which may contain non-ASCII characters; use
15443         mml-to-mime to compose a MIME article.
15444         (nnrss-request-expire-articles): Decode group name.
15445         (nnrss-request-delete-group): Decode group name.
15446         (nnrss-fetch): Clarify error message.
15447         (nnrss-read-server-data): Use insert-file-contents instead of load;
15448         bind file-name-coding-system; use multibyte buffer.
15449         (nnrss-save-server-data): Bind coding-system-for-write to the
15450         value of nnrss-file-coding-system; bind file-name-coding-system;
15451         add coding cookie.
15452         (nnrss-read-group-data): Use insert-file-contents instead of load;
15453         bind file-name-coding-system; use multibyte buffer.
15454         (nnrss-save-group-data): Bind coding-system-for-write to the
15455         value of nnrss-file-coding-system; bind file-name-coding-system.
15456         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15457         make it work with non-ASCII text.
15458         (nnrss-find-el): Make it work with old xml.el as well.
15459
15460 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15461
15462         * nnrss.el (nnrss-get-encoding): New function.
15463         (nnrss-fetch): Use unibyte buffer initially; bind
15464         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15465         decode contents according to the encoding attribute.
15466         (nnrss-save-group-data): Add coding cookie.
15467         (nnrss-mime-encode-string): New function.
15468         (nnrss-check-group): Use it to encode subject and author.
15469
15470 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15473         imaginary variable.
15474
15475 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15478         correctly even if there are wide characters.
15479
15480 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15481
15482         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15483         downcased symbol names; make a new cache instead of reusing
15484         bbdb-hashtable.
15485
15486 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15489         concatenating segments rather than before concatenating them.
15490         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15491
15492         * message.el (message-get-reply-headers): Bind `extra'.
15493
15494 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15495
15496         * message.el (message-extra-wide-headers): New variable.
15497         (message-get-reply-headers): Use it.
15498
15499 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15502         (gnus-agent-group-pathname): Ditto.
15503
15504         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15505
15506         * gnus-group.el (gnus-group-make-group): Decode group name.
15507         (gnus-group-make-rss-group): Register the group data after opening
15508         the nnrss group.
15509
15510 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15511
15512         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15513         by expiry now get marked as read.
15514
15515 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15518
15519 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15520
15521         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15522         unify Latin characters in XEmacs.
15523         (mm-find-mime-charset-region): Use it.
15524
15525 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-util.el (gnus-delete-directory): New function.
15528
15529         * gnus-agent.el (gnus-agent-delete-group): Use it.
15530
15531         * gnus-cache.el (gnus-cache-delete-group): Use it.
15532
15533 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15536         names.
15537
15538 2004-12-16  Simon Josefsson  <jas@extundo.com>
15539
15540         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15541
15542 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15545
15546         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15547         (gnus-group-set-current-level): Decode group name.
15548
15549 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15550
15551         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15552         failed.
15553
15554 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-group.el (gnus-group-delete-group): Decode group name.
15557         (gnus-group-make-rss-group): Encode group name.
15558         (gnus-group-catchup-current): Decode group name.
15559         (gnus-group-kill-group): Decode group name.
15560
15561 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15562
15563         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15564
15565 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * gnus-group.el (gnus-group-make-rss-group):
15568         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15569
15570         * gnus-start.el (gnus-setup-news): Honor user's setting to
15571         gnus-message-archive-method.  Suggested by Lute Kamstra
15572         <lute@gnu.org>.
15573
15574 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15575
15576         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15577         global counterparts of the buffer-local variables.
15578
15579 2004-11-16  Romain Francoise  <romain@orebokech.com>
15580
15581         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15582         counterparts of the buffer-local variables.
15583
15584 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * message.el (message-forbidden-properties): Fix typo in doc
15587         string.
15588
15589 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * gnus-util.el (gnus-replace-in-string): Add doc string.
15592
15593         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15594         to avoid problems when splitting mails with many recipients.
15595
15596 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15597
15598         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15599         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15600
15601 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15602
15603         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15604         if there is no hashtable in memory or file modification time is
15605         newer than cached timestamp.
15606
15607 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15608
15609         * gnus-sum.el (gnus-summary-limit-to-recipient):
15610         Implement not-matching option.
15611
15612 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15615         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15616         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15617         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15618         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15619         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15620
15621 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * message.el (message-forward-make-body-mml): Remove headers
15624         according to message-forward-ignored-headers if a message is decoded.
15625
15626 2004-12-02  Romain Francoise  <romain@orebokech.com>
15627
15628         * message.el (message-forward-make-body-plain): Always remove
15629         headers according to message-forward-ignored-headers.
15630
15631 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * spam.el (spam-summary-prepare-exit): Remove the
15634         gnus-summary-limit pop for now, it has problems with ham marks for
15635         me.
15636
15637 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15638
15639         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15640         correctly.
15641
15642 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15643
15644         * format-spec.el (format-spec): Message the char.
15645
15646 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * gnus-art.el (gnus-split-methods): Reformat comments.
15649
15650         * spam.el (spam-summary-prepare-exit): Remove article limits
15651         before exiting the summary buffer.
15652
15653 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15656         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15657
15658         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15659         order to silence the byte compiler.
15660
15661         * spam.el: Fix the way to silence the byte compiler, which
15662         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15663         bbdb-search-simple, spam-BBDB-register-routine,
15664         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15665         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15666         spam-stat-buffer-is-spam, spam-stat-load,
15667         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15668         spam-stat-save and spam-stat-split-fancy.
15669
15670 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15673         which may confuse users.
15674         (canlock-password-for-verify): Ditto.
15675
15676         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15677
15678         * gnus-art.el (gnus-emphasis-alist): Ditto.
15679
15680         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15681
15682         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15683
15684         * gnus-start.el (gnus-save-killed-list): Ditto.
15685
15686         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15687         (gnus-sum-thread-tree-root): Ditto.
15688         (gnus-sum-thread-tree-false-root): Ditto.
15689         (gnus-sum-thread-tree-single-indent): Ditto.
15690
15691         * message.el (message-courtesy-message): Ditto.
15692         (message-archive-note): Ditto.
15693         (message-subscribed-address-file): Ditto.
15694         (message-user-fqdn): Ditto.
15695
15696         * spam-report.el (spam-report-gmane-regex): Ditto.
15697
15698         * spam.el (spam-blackhole-good-server-regex): Ditto.
15699
15700 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * mml.el (mml-preview): Widen the message buffer before copying
15703         the contents to the preview buffer; sort headers before previewing.
15704
15705         * message.el (message-hidden-headers): Fix the way to avoid a bug
15706         in the `repeat' widget in Emacs 21.3 or earlier.
15707
15708 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * message.el (message-hidden-headers): Default to "^References:".
15711         Improve customization type.  Suggested by Reiner Steib
15712         <Reiner.Steib@gmx.de>.
15713
15714 2004-11-25  Romain Francoise  <romain@orebokech.com>
15715
15716         * message.el (message-strip-forbidden-properties): Remove check for
15717         obsolete `message-hidden' text property, hidden headers are not
15718         accessible in the buffer anymore.
15719
15720 2004-11-22  Romain Francoise  <romain@orebokech.com>
15721
15722         * message.el (message-header-format-alist): Add `From' in list
15723         so that it can be sorted.
15724         (message-fix-before-sending): Widen and sort headers before
15725         sending.
15726         (message-hide-headers): Use narrowing to hide headers by moving
15727         them to the top of the buffer and narrowing to the region
15728         underneath.
15729
15730 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15731
15732         * message.el (message-strip-forbidden-properties):
15733         Bind buffer-read-only (etc) to nil.
15734
15735 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15738         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15739
15740 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15741
15742         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15743
15744 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15745
15746         * dns.el (query-dns): Use sit-for to time instead of
15747         accept-process-output, since that doesn't seem to work on udp
15748         sockets.
15749
15750 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15753
15754 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15755
15756         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15757         doc string.  Improve doc string.
15758
15759 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * nntp.el (nntp-request-update-info): Return nil if
15762         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15763         may not call gnus-activate-group which uselessly issues the GROUP
15764         commands for all nntp groups and wastes time.  Reported by Romain
15765         Francoise <romain@orebokech.com>.
15766
15767         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15768
15769 2004-11-15  Simon Josefsson  <jas@extundo.com>
15770
15771         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15772         headers separately.
15773         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15774         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15775
15776 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * gnus-start.el (gnus-convert-old-newsrc):
15779         Assign legacy-gnus-agent to 5.10.7.
15780
15781 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15782
15783         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15784         start of the lines.
15785
15786 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15787
15788         * hashcash.el (hashcash-default-payment): Change default to 20.
15789         (hashcash-default-accept-payment): Change default to 20.
15790         (hashcash-process-alist): New variable.
15791         (hashcash-generate-payment-async): Add.
15792         (hashcash-already-paid-p): Add.
15793         (hashcash-insert-payment): Don't generate payments twice.
15794         (hashcash-insert-payment-async): Add.
15795         (hashcash-insert-payment-async-2): Add.
15796         (hashcash-cancel-async): Add.
15797         (hashcash-wait-async): Add.
15798         (hashcash-processes-running-p): Add.
15799         (hashcash-wait-or-cancel): Add.
15800         (mail-add-payment): New optional argument.  Conditionally start
15801         asynchronous calculation.
15802         (mail-add-payment-async): Add.
15803
15804         * message.el (message-send-mail): Wait for asynchronous hashcash
15805         results.  Don't clobber existing X-Hashcash headers.
15806         (message-setup-1): Call mail-add-payment-async when
15807         message-generate-hashcash is non-nil.
15808
15809 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15810
15811         * message.el (message-use-alternative-email-as-from): Examine the
15812         From header as well; use message-make-from in order to include a
15813         user's full name.
15814
15815 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15818         default; improve customization type.
15819         (gnus-emphasis-custom-with-format): New macro.
15820         (gnus-emphasis-custom-value-to-external): New function.
15821         (gnus-emphasis-custom-value-to-internal): New function.
15822
15823 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15824
15825         * dns.el (query-dns): Resolve reverse addresses.
15826
15827 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15828
15829         * gnus-group.el (gnus-group-get-new-news): Use it.
15830
15831         * gnus-start.el (gnus-check-reasonable-setup): New function.
15832
15833 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15836         "Args out of range" error.  Reported by Arnaud Giersch
15837         <arnaud.giersch@free.fr>.
15838
15839 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15840
15841         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15842
15843 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15844
15845         * spam.el (spam group): Add :version.
15846
15847         * pgg-def.el (pgg group): Add :version.
15848
15849 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el (gnus-article-edit-article): Don't associate the
15852         article buffer with a draft file.  This is a temporary measure
15853         against the 2004-08-22 change to gnus-article-edit-mode.
15854
15855 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15858         (html2text-format-tags): Remove unused variable `attr'.
15859
15860 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15863
15864         * tls.el (tls-process-connection-type, tls-success)
15865         (tls-certtool-program): Add :version.
15866
15867         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15868         (starttls-extra-arguments, starttls-process-connection-type)
15869         (starttls-connect, starttls-failure, starttls-success): Add :version.
15870
15871         * spam-stat.el (spam-stat): Add :version.
15872
15873         * sieve.el (sieve): Add :version.
15874
15875         * sha1.el (sha1): Add :version.
15876         (sha1-use-external): Remove redundant version.
15877
15878         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15879         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15880         (nnmail-split-fancy-match-partial-words)
15881         (nnmail-split-lowercase-expanded): Add :version.
15882
15883         * nndiary.el (nndiary): Add :version.
15884
15885         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15886
15887         * mml-sec.el (mml-default-sign-method)
15888         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15889         Add :version.
15890
15891         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15892
15893         * mm-url.el (mm-url-use-external, mm-url-program)
15894         (mm-url-arguments): Add :version.
15895
15896         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15897         (mm-attachment-file-modes, mm-decrypt-option)
15898         (mm-w3m-safe-url-regexp): Add :version.
15899
15900         * message.el (message-cite-prefix-regexp)
15901         (message-sendmail-envelope-from, message-minibuffer-local-map)
15902         (message-user-fqdn, message-completion-alist): Add :version.
15903
15904         * gnus-win.el (gnus-configure-windows-hook)
15905         (gnus-use-frames-on-any-display): Add :version.
15906
15907         * gnus-art.el (gnus-article-address-banner-alist)
15908         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15909         (gnus-treat-from-picon, gnus-treat-mail-picon)
15910         (gnus-treat-x-pgp-sig): Add :version.
15911
15912         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15913         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15914         (gnus-summary-article-delete-hook)
15915         (gnus-summary-display-while-building): Add :version.
15916
15917         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15918         (gnus-get-top-new-news-hook): Add :version.
15919
15920         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15921         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15922
15923         * gnus-registry.el (gnus-registry): Add :version.
15924
15925         * gnus-spec.el (gnus-use-correct-string-widths)
15926         (gnus-make-format-preserve-properties): Add :version.
15927
15928         * gnus.el (gnus-group-charter-alist)
15929         (gnus-group-fetch-control-use-browse-url)
15930         (gnus-install-group-spam-parameters): Add :version.
15931
15932         * gnus-diary.el (gnus-diary): Add :version.
15933
15934         * gnus-delay.el (gnus-delay): Add :version.
15935
15936         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15937         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15938         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15939         Add :version.
15940
15941         * gnus-agent.el (gnus-agent-max-fetch-size)
15942         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15943         (gnus-agent-prompt-send-queue): Add :version.
15944
15945         * deuglify.el (gnus-outlook-deuglify): Add :version.
15946
15947         * html2text.el: Beautify code.  Improve doc strings.
15948         Some checkdoc cleanup.
15949         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15950
15951 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15952
15953         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15954
15955 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15956
15957         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15958         when package is loaded.
15959
15960         * spam.el (spam-summary-score-preferred-header): Add global preference
15961         for people who want to override the default SpamAssassin over
15962         Bogofilter preference (when both are set).
15963         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15964         (spam-user-format-function-S):
15965         Check spam-summary-score-preferred-header.
15966         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15967         (spam-user-format-function-S): Format the score correctly.
15968
15969 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15972         signature file.  Suggested by Manoj Srivastava
15973         <srivasta@golden-gryphon.com>.
15974
15975         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15976         iso-2022-jp even in the Japanese language environment.
15977         Suggested by Jason Rumney <jasonr@gnu.org>.
15978
15979 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15982         use the same characters as the dummy marks; make it free from
15983         getting affected by the language environment.
15984         (gnus-summary-read-group-1): Update mark positions only when the
15985         format spec is updated.
15986
15987         * gnus-spec.el (gnus-update-format-specifications): Return a list
15988         of updated types.
15989
15990 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15993         of boundp to check if display-warning is available.
15994
15995 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15998
15999 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * nnspool.el (nnspool-spool-directory): Use news-path if the
16002         news-directory variable is not bound.
16003
16004         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16005         function instead of display-warning if it is not available.
16006
16007 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16010         v5-10: Use `point-at-bol'.
16011
16012 2004-10-26  Simon Josefsson  <jas@extundo.com>
16013
16014         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16015         <chenggao@gmail.com>.
16016
16017 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16020         instead.
16021
16022 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16023
16024         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16025         to remove a server from the nnimap-server-buffer-alist.
16026         (nnimap-open-connection, nnimap-close-server): Use it.
16027
16028         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16029
16030 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16033         running the major-mode function.
16034
16035 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16038         dummy marks in the right way.
16039
16040 2004-10-18  David Edmondson  <dme@dme.org>
16041
16042         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16043         excessively.
16044
16045 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16046
16047         * gnus-util.el (gnus-split-references): Accept a nil references
16048         string and go on blissfully.
16049
16050         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16051         cases where the references string is non-nil but has no references.
16052
16053         * encrypt.el: Add autoload tags.
16054
16055         * spam.el (spam-resolve-registrations-routine): Remove article
16056         from unregistration list too.  Reported by David Hanak
16057         <dhanak@isis.vanderbilt.edu>
16058
16059 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16062         nil.  Change custom type.
16063
16064 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16067
16068         * gnus-sum.el (gnus-summary-move-article): Use it.
16069
16070 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16071
16072         * encrypt.el: Add autoload cookies.
16073
16074         * spam.el (spam-backend-article-list-property)
16075         (spam-backend-get-article-todo-list)
16076         (spam-backend-put-article-todo-list)
16077         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16078         Resolve registrations separately.
16079         (spam-register-routine): Format comments.
16080         (spam-unregister-routine, spam-register-routine): Always call with
16081         specific-articles, no default list.
16082         (spam-summary-prepare-exit): Use the spam-classifications function.
16083
16084         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16085         gnus-encrypt.el.
16086
16087         * encrypt.el: Copied from gnus-encrypt.el.
16088
16089         * gnus-encrypt.el: Commented that it's obsolete.
16090
16091 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16094         (gnus-score-save): Use it.
16095
16096         * message.el (message-bury): Use `window-dedicated-p'.
16097
16098 2004-10-15  Simon Josefsson  <jas@extundo.com>
16099
16100         * pop3.el (top-level): Don't require nnheader.
16101         (pop3-read-timeout): Add.
16102         (pop3-accept-process-output): Add.
16103         (pop3-read-response, pop3-retr): Use it.
16104
16105 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16106
16107         * spam.el (spam-register-routine): Move comment.
16108         (spam-verify-bogofilter): Use 'unknown for the initial
16109         spam-bogofilter-valid state, not 'never.
16110
16111         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16112         for netrc-machine.
16113
16114         * nnimap.el (nnimap-open-connection):
16115         Use netrc-machine-user-or-password.
16116
16117 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16118
16119         * gnus-registry.el (gnus-registry-unload-hook):
16120         Set as a variable with add-hook.
16121
16122         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16123         of news-path.
16124
16125         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16126
16127         * spam.el: Delete duplicate `provide'.
16128         (spam-unload-hook): Set as a variable with add-hook.
16129
16130 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16133         in the doc string.
16134
16135         * message.el (message-ignored-news-headers)
16136         (message-ignored-supersedes-headers)
16137         (message-ignored-resent-headers)
16138         (message-forward-ignored-headers): Improve custom type.
16139
16140 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * message.el (message-tokenize-header): Fix 2004-09-06 change
16143         which used point-min in the wrong place.
16144
16145 2004-10-12  Simon Josefsson  <jas@extundo.com>
16146
16147         * tls.el (tls-certtool-program): New variable.
16148         (tls-certificate-information): New function, based on
16149         ssl-certificate-information.
16150
16151 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * compface.el: Move the version of ELisp-based uncompface program
16154         to the contrib directory because of the copyright problem.
16155
16156 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16157
16158         * message.el (message-kill-buffer): Raise the current frame.
16159
16160 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16163
16164         * gnus.el (message-y-or-n-p): Autoload.
16165
16166         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16167         (pop3-password-required, pop3-authentication-scheme)
16168         (pop3-leave-mail-on-server): Make customizable.
16169         (pop3): New custom group.
16170         (pop3-retr): Remove `sleep-for' statements.
16171         Suggested by Dave Love <fx@gnu.org>.
16172
16173         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16174         Windows/DOS.
16175
16176         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16177         (imap-parse-body): Fix incorrect use of `assert'.
16178         Suggested by Dave Love <fx@gnu.org>.
16179
16180         * mml.el (mml-minibuffer-read-disposition): Require match.
16181         Suggested by Dave Love <fx@gnu.org>.
16182
16183 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16186         doc string.
16187
16188 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16191
16192 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16193
16194         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16195         instead of calling `mm-insert-inline', to decode text/* parts
16196         before displaying them.
16197
16198 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * mm-uu.el (mm-uu-text-plain-type): New variable.
16201         (mm-uu-pgp-signed-extract-1): Use it.
16202         (mm-uu-pgp-encrypted-extract-1): Use it.
16203         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16204         bind mm-uu-text-plain-type with that value.
16205         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16206         mm-uu-dissect.
16207
16208 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-group.el (gnus-update-group-mark-positions):
16211         * gnus-sum.el (gnus-update-summary-mark-positions):
16212         * message.el (message-check-news-body-syntax):
16213         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16214         of string-as-multibyte.
16215
16216 2004-10-05  Juri Linkov  <juri@jurta.org>
16217
16218         * gnus-group.el (gnus-update-group-mark-positions):
16219         * gnus-sum.el (gnus-update-summary-mark-positions):
16220         * message.el (message-check-news-body-syntax):
16221         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16222         8-bit unibyte values to a multibyte string for search functions.
16223
16224 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16227         (mm-uu-dissect-text-parts): New function.
16228
16229         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16230         dissect text parts.
16231
16232         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16233         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16234
16235         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16236
16237         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16238         Use gnus-current-topics instead of gnus-current-topic.
16239
16240 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16243
16244 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16245
16246         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16247         where approriate.
16248
16249         * nnml.el (nnml-generate-active-info): do.
16250
16251         * nndiary.el (nndiary-generate-active-info): do.
16252
16253         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16254         (gnus-topic-move): do.
16255
16256         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16257         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16258
16259         * gnus-srvr.el (gnus-server-prepare)
16260         (gnus-server-open-all-servers): do.
16261
16262         * gnus-msg.el (gnus-summary-cancel-article)
16263         (gnus-summary-resend-message)
16264         (gnus-summary-mail-crosspost-complaint): do.
16265
16266         * gnus-move.el (gnus-change-server): do.
16267
16268         * gnus-group.el (gnus-group-unmark-all-groups)
16269         (gnus-group-set-current-level): do.
16270
16271 2004-10-04  Simon Josefsson  <jas@extundo.com>
16272
16273         * message.el (message-generate-hashcash): Doc fix.
16274
16275 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16276
16277         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16278         avoid infinite recursion via gnus-get-function.
16279
16280 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16281
16282         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16283
16284         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16285
16286         * nnmail.el (nnmail-split-history): do.
16287
16288         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16289         (nnml-request-delete-group): do.
16290
16291         * nnslashdot.el (nnslashdot-read-groups): do.
16292
16293         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16294         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16295
16296         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16297         (nnspool-sift-nov-with-sed): Use last.
16298         (nnspool-retrieve-headers-with-nov): Use mapc.
16299         (nnspool-request-newgroups): Use dolist.
16300         (nnspool-request-group): Use last.
16301
16302         * nntp.el (nntp-read-server-type): Use dolist.
16303
16304         * nnvirtual.el (nnvirtual-create-mapping)
16305         (nnvirtual-update-read-and-marked): Use dolist.
16306         (nnvirtual-convert-headers): Simplify.
16307
16308 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16309
16310         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16311         Add support for sync'ing tick marks.
16312
16313 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16316         there's no visible header.
16317
16318 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16319
16320         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16321         When necessary, pass full group name to gnus-request-set-marks.
16322
16323 2004-10-01  Simon Josefsson  <jas@extundo.com>
16324
16325         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16326         acroread.
16327
16328 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16329
16330         * spam-report.el (spam-report-gmane): Fix interactive.
16331
16332         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16333
16334         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16335         when writing file.
16336         (gnus-agent-synchronize-flags): Don't default to being
16337         interactive.
16338
16339 2004-09-30  Simon Josefsson  <jas@extundo.com>
16340
16341         * message.el (message-generate-hashcash): Add.
16342         (message-send-mail): Use it, call mail-add-payment.
16343
16344 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16347
16348 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16349
16350         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16351         gnus-requst-update-info with explicit code to sync the in-memory
16352         info read flags with the marks being sync'd to the backend.
16353
16354         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16355
16356 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16357
16358         * spam.el (spam-verify-bogofilter): Add new function.
16359         (spam-check-bogofilter)
16360         (spam-bogofilter-register-with-bogofilter): Use it.
16361         (spam-verify-bogofilter): Add small fixes.
16362
16363 2004-09-28  Simon Josefsson  <jas@extundo.com>
16364
16365         * hashcash.el (hashcash-generate-payment): Revert.
16366
16367 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16370         Use gnus-extract-references instead of gnus-split-references.
16371
16372         * gnus-util.el (gnus-extract-references): Add new function, analogous
16373         to gnus-split-references but extracts only the message-ID without
16374         anything extra.
16375
16376         * hashcash.el (hashcash-generate-payment)
16377         (hashcash-check-payment): Do the right thing if hashcash-path is
16378         nil (because the hashcash program could not be found).
16379
16380         * spam.el (spam-use-hashcash): Remove comment.
16381
16382 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16383
16384         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16385         (gnus-cache-enter-article, gnus-cache-remove-article)
16386         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16387
16388         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16389
16390         * gnus-art.el (article-hide-boring-headers)
16391         (article-translate-strings, article-display-face)
16392         (gnus-article-mime-match-handle-first)
16393         (gnus-article-highlight-headers)
16394         (gnus-article-add-buttons-to-head): do.
16395
16396 2004-09-27  Simon Josefsson  <jas@extundo.com>
16397
16398         * hashcash.el: New version, from
16399         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16400         ../contrib/.
16401
16402 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16405
16406 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16407
16408         * gnus-dup.el (gnus-dup-open): Use mapc.
16409         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16410
16411         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16412         Reported by Stefan Wiens <s.wi@gmx.net>.
16413
16414         * gnus.el (gnus-shutdown): Use dolist.
16415
16416         * gnus-undo.el (gnus-undo): Use mapc.
16417
16418         * nnrss.el (nnrss-generate-active): do.
16419
16420         * message.el (message-cite-original-without-signature)
16421         (message-cite-original): Use mapc.
16422         (message-do-actions, message-make-forward-subject): Use dolist.
16423
16424 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16425
16426         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16427         deletion to remove entire duplicate line.  Fixes merged article
16428         number bug.
16429
16430 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16431
16432         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16433         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16434         first ask if you want to open a server and then, even when you
16435         responded with no, asking if you want to synchronize the server's
16436         flags.
16437         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16438         multi-line expressions.
16439         (gnus-agent-synchronize-group-flags): New internal function.
16440         Updates marks in memory (in the info structure) AND in the
16441         backend.
16442
16443         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16444
16445         * nnagent.el (nnagent-request-set-mark):
16446         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16447         method, to ensure that synchronization updates marks in the
16448         backend and in the info (in memory) structure.
16449
16450 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16453         convention fully; don't miss the root article of a thread; make
16454         the X-Draft-From header with correct article numbers.
16455
16456 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16457
16458         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16459         unless plugged.  Disable the agent so that an open failure causes
16460         an error.
16461
16462         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16463         Revert 2004-09-21 change.  The backend must be opened while
16464         synchronizing flags even when the backend stores the flags
16465         locally.
16466
16467 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16468
16469         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16470         in `header' match.  Reported by Svend Tollak Munkejord.
16471
16472         * message.el (message-cite-original): Fix use of
16473         `message-cite-articles-with-x-no-archive'.
16474
16475 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16478         (gnus-window-to-buffer): Ditto.
16479
16480         * mml.el (mml-preview-buffer): New variable.
16481         (mml-preview): Manage window layout with gnus-buffer-configuration.
16482
16483         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16484         X-Draft-From header even if those articles aren't quoted.
16485
16486 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16487
16488         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16489         (gnus-request-set-mark, gnus-request-update-mark): Use new
16490         g-s-t-u-l-m to decide to use backend even when unplugged.
16491
16492 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16495         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16496
16497 2004-09-20  Simon Josefsson  <jas@extundo.com>
16498
16499         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16500         "utf-16-le".
16501
16502 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16503
16504         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16505
16506 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * uudecode.el (uudecode-use-external): Add :version.
16509
16510         * smime.el (smime-CA-file, smime-encrypt-cipher)
16511         (smime-dns-server): Add :version.
16512
16513         * smiley.el (gnus-smiley-file-types): Add :version.
16514
16515         * sha1.el (sha1-use-external): Add :version.
16516
16517         * pgg-def.el (pgg-query-keyserver): Add :version.
16518
16519         * nnmail.el (nnmail-fancy-expiry-targets)
16520         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16521         Add :version.
16522
16523         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16524         (nnimap-retrieve-groups-asynchronous): Add :version.
16525         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16526
16527         * mml.el (mml-content-disposition-parameters)
16528         (mml-insert-mime-headers-always): Add :version.
16529
16530         * mm-util.el (mm-coding-system-priorities): Add :version.
16531
16532         * mm-decode.el (mm-inline-text-html-with-images)
16533         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16534         (mm-verify-option): Add :version.
16535         (mm-text-html-renderer): Change :version.
16536
16537         * message.el (message-fcc-externalize-attachments)
16538         (message-required-headers, message-draft-headers)
16539         (message-subject-trailing-was-query)
16540         (message-subject-trailing-was-ask-regexp)
16541         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16542         (message-mark-insert-end, message-archive-header)
16543         (message-archive-note, message-cross-post-default)
16544         (message-cross-post-note, message-followup-to-note)
16545         (message-cross-post-note-function, message-use-mail-followup-to)
16546         (message-subscribed-address-functions)
16547         (message-subscribed-address-file, message-subscribed-addresses)
16548         (message-subscribed-regexps, message-allow-no-recipients)
16549         (message-yank-cited-prefix, message-signature-insert-empty-line)
16550         (message-hidden-headers, message-hierarchical-addresses)
16551         (message-mail-user-agent, message-use-idna)
16552         (message-valid-fqdn-regexp)
16553         (message-strip-special-text-properties, message-header-synonyms)
16554         (message-beginning-of-line, message-tab-body-function): Add :version.
16555         (message-insert-canlock, message-wide-reply-confirm-recipients):
16556         Change :version.
16557
16558         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16559         and :version.
16560         (mail-source-delete-old-incoming-confirm)
16561         (mail-source-movemail-program): Add :version.
16562
16563         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16564         (gnus-agent-cache, gnus-agent): Change :version.
16565
16566         * gnus-util.el (gnus-use-byte-compile): Change :version.
16567
16568         * gnus-sum.el (gnus-summary-make-false-root-always)
16569         (gnus-summary-default-high-score)
16570         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16571         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16572         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16573         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16574         (gnus-sum-thread-tree-single-indent)
16575         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16576         (gnus-sum-thread-tree-leaf-with-other)
16577         (gnus-sum-thread-tree-single-leaf): Add :version.
16578         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16579         (gnus-article-loose-mime): Change :version.
16580
16581         * gnus-start.el (gnus-backup-startup-file)
16582         (gnus-save-startup-file-via-temp-buffer): Add :version.
16583
16584         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16585         (gnus-server-offline-face): Add :version.
16586
16587         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16588
16589         * gnus-msg.el (gnus-gcc-externalize-attachments)
16590         (gnus-debug-files, gnus-debug-exclude-variables)
16591         (gnus-discouraged-post-methods): Change :version.
16592         (gnus-confirm-mail-reply-to-news)
16593         (gnus-confirm-treat-mail-like-news): Add :version.
16594
16595         * gnus-int.el (gnus-server-unopen-status): Add :version.
16596
16597         * gnus-group.el (gnus-group-jump-to-group-prompt)
16598         (gnus-large-ephemeral-newsgroup)
16599         (gnus-fetch-old-ephemeral-headers): Add :version.
16600
16601         * gnus-fun.el (gnus-x-face-directory)
16602         (gnus-convert-pbm-to-x-face-command)
16603         (gnus-convert-image-to-x-face-command)
16604         (gnus-convert-image-to-face-command): Add :version.
16605
16606         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16607
16608         * gnus-cite.el (gnus-cite-blank-line-after-header)
16609         (gnus-article-boring-faces): Add :version.
16610
16611         * gnus-art.el (gnus-buttonized-mime-types)
16612         (gnus-inhibit-mime-unbuttonizing)
16613         (gnus-treat-display-face)
16614         (gnus-treat-body-boundary): Change :version.
16615         (gnus-body-boundary-delimiter, gnus-picon-databases)
16616         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16617         (gnus-treat-date-english, gnus-treat-fold-headers)
16618         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16619         (gnus-treat-mail-picon, gnus-treat-wash-html)
16620         (gnus-article-encrypt-protocol)
16621         (gnus-use-idna, gnus-article-over-scroll)
16622         (gnus-mime-display-multipart-alternative-as-mixed)
16623         (gnus-mime-display-multipart-related-as-mixed)
16624         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16625         (gnus-ctan-url, gnus-button-ctan-handler)
16626         (gnus-button-handle-ctan-bogus-regexp)
16627         (gnus-button-ctan-directory-regexp)
16628         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16629         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16630         (gnus-button-man-level, gnus-button-emacs-level)
16631         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16632
16633         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16634         (gnus-agent-go-online): Change :version.
16635         (gnus-agent-expire-unagentized-dirs)
16636         (gnus-agent-auto-agentize-methods): Add :version.
16637
16638         * flow-fill.el (fill-flowed-display-column)
16639         (fill-flowed-encode-column): Add :version.
16640
16641         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16642         (gnus-outlook-deuglify-unwrap-max)
16643         (gnus-outlook-deuglify-cite-marks)
16644         (gnus-outlook-deuglify-unwrap-stop-chars)
16645         (gnus-outlook-deuglify-no-wrap-chars)
16646         (gnus-outlook-deuglify-attrib-cut-regexp)
16647         (gnus-outlook-deuglify-attrib-verb-regexp)
16648         (gnus-outlook-deuglify-attrib-end-regexp)
16649         (gnus-outlook-display-hook): Add :version.
16650
16651         * binhex.el (binhex-use-external): Add :version.
16652
16653 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16656         and `invisible'.
16657
16658 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16659
16660         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16661         in gnus-registry-trim.
16662
16663 2004-09-13  Simon Josefsson  <jas@extundo.com>
16664
16665         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16666
16667         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16668
16669         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16670         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16671         <yamaoka@jpl.org>.
16672         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16673         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16674         <yamaoka@jpl.org>.
16675
16676         * sieve.el (sieve-manage-mode): Ditto.
16677
16678 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16681
16682 2004-09-11  Simon Josefsson  <jas@extundo.com>
16683
16684         * dns-mode.el: Add.
16685
16686         * mm-view.el (mm-display-dns-inline): Add.
16687
16688         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16689         (mm-automatic-display): Ditto.
16690
16691         * mailcap.el (mailcap-mime-data): Add text/dns.
16692         (mailcap-mime-extensions): Map .soa to text/dns.
16693
16694 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16695
16696         * gnus-art.el (article-decode-mime-words, article-babel)
16697         (gnus-article-highlight-signature, gnus-article-add-buttons)
16698         (gnus-signature-toggle): Remove unnecessary bindings of
16699         `inhibit-read-only' inherited from v5.10 merge.
16700
16701 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * nntp.el (nntp): New customization group.
16704         (nntp-authinfo-file): Add customization group.
16705
16706         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16707
16708         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16709
16710         * gnus.el (to-address, to-list, subscribed)
16711         (large-newsgroup-initial): Ditto.
16712
16713         * flow-fill.el (fill-flowed-display-column)
16714         (fill-flowed-encode-column): Ditto.
16715
16716 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16717
16718         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16719         Use point-min rather than 1.
16720         (message-send-mail): Use buffer-size rather than point-max.
16721
16722         * gnus-sum.el (gnus-summary-search-article-forward):
16723         Signal a specific `search-failed' rather than a generic `error'.
16724
16725         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16726         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16727         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16728
16729 2004-09-10  Simon Josefsson  <jas@extundo.com>
16730
16731         * nndb.el (require): Remove tcp and duplicate cl.
16732
16733 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-agent.el (directory-files-and-attributes): Move forward.
16736
16737 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16738
16739         * gnus-agent.el (directory-files-and-attributes):
16740         Optionally defined to support XEmacs.
16741
16742 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16743
16744         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16745         to avoid run-time CL dependencies.
16746         (gnus-agent-unfetch-articles): New function.
16747         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16748         article numbers even when local .overview file is missing.
16749         (gnus-agent-read-article-number): New function.  Only accepts
16750         27-bit article numbers.
16751         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16752         Use gnus-agent-read-article-number.
16753         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16754         from backend while recognizing that article numbers in .overview
16755         must be valid.
16756         (gnus-agent-update-files-total-fetched-for):
16757         Use directory-files-and-attributes to improve performance.
16758         * gnus-int.el (gnus-request-move-article):
16759         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16760         improve performance.
16761
16762         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16763         some users confused by references to .newsrc when they only have a
16764         .newsrc.eld file.
16765         (gnus-convert-mark-converter-prompt)
16766         (gnus-convert-converter-needs-prompt): Fix use of property list.
16767         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16768         New function.  Used internally to only display 'gnus converting
16769         files' message when actually necessary.
16770
16771         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16772         methods now autoloaded.
16773
16774 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16777         identifiers.
16778
16779 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16780
16781         * gnus-picon.el: Fix indentation and closing parenthesis.
16782
16783 2004-09-01  Simon Josefsson  <jas@extundo.com>
16784
16785         * message.el (message-canlock-generate): Require sha1, not
16786         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16787         to require within a function.  Sadly, if sha1.el isn't loaded, the
16788         let binding in m-c-g will hide the defcustom definition, which is
16789         bad.)
16790
16791         * canlock.el: Require sha1, not sha1-el.
16792
16793         * message.el: Don't autoload sha1 (there is a autoload cookie in
16794         sha1.el).
16795
16796         * sha1-el.el: Rename to sha1.el.
16797
16798 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16799
16800         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16801
16802 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16803
16804         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16805
16806 2004-08-30  Kim F. Storm  <storm@cua.dk>
16807
16808         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16809
16810         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16811         Add :group 'nnimap.
16812
16813 2004-08-30  Andreas Schwab  <schwab@suse.de>
16814
16815         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16816         ?* and ?\;.
16817
16818         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16819         and ?\' to symbol instead of whitespace.
16820
16821 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16824
16825         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16826         instead of re-search-forward.
16827
16828         * gnus-uu.el (gnus-uu-save-article): Ditto.
16829         (gnus-uu-post-encode-uuencode): Ditto.
16830
16831         * html2text.el (html2text-clean-list-items): Ditto.
16832         (html2text-clean-dtdd): Ditto.
16833         (html2text-format-tags): Ditto.
16834
16835         * message.el (message-send-mail-with-sendmail): Fix regexp.
16836         (message-fill-field-general): Use search-forward instead of
16837         re-search-forward.
16838         (unbold-region): Ditto.
16839
16840         * nnrss.el (nnrss-request-article): Ditto.
16841
16842         * nnslashdot.el (nnslashdot-request-article): Ditto.
16843
16844         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16845
16846         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16847         "Unrecognized menu descriptor" error in XEmacs.
16848
16849 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16850
16851         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16852         parent article of a sparse article in the thread hashtb.
16853
16854 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16855
16856         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16857         (nnmail-expand-newtext): Lowercase expanded entries if
16858         nnmail-split-lowercase-expanded is non-nil.
16859
16860 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16863
16864         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16865         of gnus-tmp-news-method into string under XEmacs.  It will be
16866         passed to gnus-correct-length which takes only a string argument.
16867
16868 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-util.el (gnus-bind-print-variables): New macro.
16871         (gnus-prin1): Use it.
16872         (gnus-prin1-to-string): Use it.
16873         (gnus-pp): New function.
16874         (gnus-pp-to-string): New function.
16875
16876         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16877         Replace pp-to-string with gnus-pp-to-string.
16878         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16879         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16880         * gnus-msg.el (gnus-debug): Ditto.
16881         * gnus-score.el (gnus-score-save): Ditto.
16882         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16883         gnus-pp-to-string.
16884         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16885         with gnus-pp.
16886         * score-mode.el (gnus-score-pretty-print): Ditto.
16887         * webmail.el (webmail-debug): Ditto.
16888
16889 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * gnus-art.el (article-display-face, article-display-x-face):
16892         Use buffer-read-only.
16893
16894 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * gnus-art.el (article-hide-list-identifiers):
16897         Bind inhibit-read-only as t.
16898
16899 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16900
16901         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16902
16903 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16904
16905         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16906         (gnus-narrow-to-page): Don't assume point-min == 1.
16907         (gnus-article-edit-mode): Derive from message-mode.
16908
16909         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16910         point-min == 1.
16911
16912         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16913         Disable incorrect use of `assert'.
16914
16915         * message.el (message-mode): Set comment-start-skip.
16916
16917
16918 2004-08-22  Sam Steingold  <sds@gnu.org>
16919
16920         * pop3.el (pop3-leave-mail-on-server): New user variable.
16921         (pop3-movemail): Delete mail only when it is nil.
16922
16923 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16926
16927         * mml.el (mml-preview): Use `pop-to-buffer'.
16928
16929         * message.el (message-goto-mail-followup-to): Insert after "To".
16930         (message-carefully-insert-headers): Add comment.
16931
16932         * gnus.el: Remove unused variable `gnus-article-check-size'.
16933
16934         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16935
16936         * gnus-art.el (gnus-button-alist):
16937         Improve `gnus-button-handle-library' entry.
16938
16939 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16940
16941         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16942         Use downcase, since XEmacs capitalizes error messages differently.
16943
16944 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16945
16946         * nntp.el: Add (require 'gnus) due to reference to
16947         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16948
16949 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16950
16951         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16952         Bind `mm-fill-flowed'.
16953
16954         * mm-decode.el (mm-dissect-singlepart): Check it.
16955
16956 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16959         'imap' for netrc parsing.
16960
16961 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * mailcap.el (mailcap-mime-data): Mark as risky.
16964
16965 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16968         may be included in the encoded word.
16969         (rfc2047-encode): Don't append a space if the encoded word
16970         includes close parenthesis.
16971
16972 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16975         of text within parentheses.
16976
16977 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16978
16979         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16980         (gnus-encrypt-write-file-contents): Make the password key the file
16981         name PLUS the cipher, not just the cipher.  Also remove failed
16982         passwords from the cache.
16983
16984 2004-08-06  Simon Josefsson  <jas@extundo.com>
16985
16986         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16987         Doc fix.
16988
16989 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16992         LWSP.
16993
16994 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16995
16996         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16997         Try to append in-reply-to: data to the references: header.
16998
16999         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17000         (netrc-parse): Use gnus-encrypt.el functions.
17001
17002         * gnus-encrypt.el: Add new file for encryption support; currently
17003         does only a few GPG ciphers and an internal XOR cipher.
17004
17005         * password.el: Add comments on using password-read-and-add.
17006         (password-read-and-add): Add function to read and add the
17007         password to the cache at once.
17008
17009 2004-07-28  Simon Josefsson  <jas@extundo.com>
17010
17011         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17012         parameter (but don't use it, for now).
17013
17014         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17015         instead of hard coding to nil.
17016
17017 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17020         as mm-inline-image-xemacs does.
17021
17022 2004-07-26  Simon Josefsson  <jas@extundo.com>
17023
17024         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17025         Revert part of 2004-07-17 change below.
17026
17027 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17030         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17031
17032 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17033
17034         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17035         quotes that actually start with ">" at the beginning of the
17036         lines.
17037
17038 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * rfc2047.el (rfc2047-encode-region): Fix last change.
17041         (rfc2047-encode-parameter): Remove useless concat.
17042
17043 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17046         encode special characters; fix some kind of misconfigured headers;
17047         signal a real error if debug-on-quit or debug-on-error is non-nil.
17048         (rfc2047-encode-max-chars): New variable.
17049         (rfc2047-encode-1): Use it.
17050         (rfc2047-encode-parameter): New function.
17051
17052         * mml.el (mml-insert-parameter): Remove an excessive space.
17053
17054 2004-07-17  Simon Josefsson  <jas@extundo.com>
17055
17056         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17057         Kai Grossjohann <kai@emptydomain.de>.
17058         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17059         (gnus-group-make-menu-bar): Ditto.
17060
17061         * gnus-util.el (gnus-group-server): Add.
17062
17063 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17064
17065         * message.el (message-clone-locals): Clone sendmail and smtp
17066         variables.
17067
17068 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * rfc2047.el (rfc2047-encode-region): Fix last change.
17071
17072 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17075         characters as non-special.
17076
17077 2004-07-09  Simon Josefsson  <jas@extundo.com>
17078
17079         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17080         Users will lose all flag changes made while unplugged with
17081         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17082         good default.  See numerous reports on ding mailing list.
17083
17084 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17087         add generate-head-function and generate-article-function to the
17088         rfc822-forward entry.
17089         (nndoc-rfc822-forward-generate-article): New function.
17090         (nndoc-rfc822-forward-generate-head): New function.
17091
17092         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17093
17094 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17095
17096         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17097         respect display group parameter and gnus-summary-expunge-below.
17098         (gnus-articles-to-read): Remove unused reference to display group
17099         parameter.
17100
17101 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17102
17103         * nnheader.el (nnheader-uniquify-message-id): New experimental
17104         variable.
17105         (nnheader-nov-read-message-id): Use it.
17106
17107         * spam-report.el (spam-report-gmane): Add interactive.
17108
17109 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * mm-encode.el (mm-content-transfer-encoding-defaults):
17112         Use qp-or-base64 for the application/* types.
17113
17114 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17115
17116         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17117
17118 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17119
17120         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17121         trim value.
17122
17123 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17124
17125         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17126         New macro and function.
17127         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17128
17129 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17132         after-load-alist.
17133
17134 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17135
17136         * gnus-group.el (gnus-group-get-new-news-this-group):
17137         Don't update info that isn't there.
17138
17139 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17140
17141         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17142         entry.
17143
17144 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * mm-view.el (mm-inline-render-with-function): Use multibyte
17147         buffer; decode html source by charset.
17148
17149         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17150
17151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17152         Mule-UCS is loaded under XEmacs.
17153         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17154
17155 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17156
17157         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17158
17159 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * mm-util.el (mm-coding-system-p): Return a coding-system.
17162         (mm-mime-mule-charset-alist): Use shift_jis instead of
17163         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17164         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17165         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17166         instead of japanese-shift-jis and iso-latin-1 respectively in
17167         order to share the default value with both Emacs and XEmacs-mule.
17168         (mm-mule-charset-to-mime-charset):
17169         Make mm-coding-system-priorities effective.
17170         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17171         while predicating of candidates upon the priorities.
17172
17173 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17174
17175         * gnus-sum.el (gnus-summary-make-menu-bar):
17176         Add gnus-uu-invert-processable.
17177
17178         * gnus.el: Autoload gnus-uu-invert-processable.
17179
17180 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * mm-util.el (mm-with-multibyte-buffer): New macro.
17183
17184         * rfc2047.el (rfc2047-encode-string): Use it.
17185         (rfc2047-encode-region): Move point to the end of the region after
17186         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17187
17188 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17191         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17192
17193 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17196         (gnus-cite-parse): Ignore quoted envelope From_.
17197         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17198
17199 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17200
17201         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17202         invalid addresses.
17203
17204 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * spam.el: Change section markers, revise TODO list.
17207         (spam-backends): Make new master list of all installed backends.
17208         (spam-summary-exit-behavior): Add new variable to determine how
17209         messages moves are done at summary exit.
17210         (spam-move-spam-nonspam-groups-only)
17211         (spam-process-ham-in-nonham-groups)
17212         (spam-process-ham-in-spam-groups): Remove variables, the
17213         spam-summary-exit-behavior variable should be used to manage this
17214         behavior.
17215         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17216         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17217         and spam-old-spam-articles.
17218         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17219         Add empty variables, placeholders for the backends they represent.
17220         (spam-set-difference): Move, unchanged.
17221         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17222         unless the user has a processor variable.
17223         (spam-classifications, spam-classification-valid-p)
17224         (spam-backend-properties, spam-backend-property-valid-p)
17225         (spam-backend-function-type-valid-p)
17226         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17227         (spam-report-articles-gmane, spam-report-articles-resend):
17228         Remove functions, they are not needed.
17229         (spam-install-backend-super, spam-backend-list)
17230         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17231         (spam-backend-function, spam-backend-ham-registration-function)
17232         (spam-backend-spam-registration-function)
17233         (spam-backend-ham-unregistration-function)
17234         (spam-backend-spam-unregistration-function)
17235         (spam-backend-statistical-p, spam-backend-mover-p)
17236         (spam-install-backend-alias, spam-install-checkonly-backend)
17237         (spam-install-mover-backend, spam-install-nocheck-backend)
17238         (spam-install-backend, spam-install-statistical-backend)
17239         (spam-install-statistical-checkonly-backend): Add backend installation
17240         support.
17241         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17242         (spam-group-processor-p): Use the new backend code and respect the
17243         summary exit behavior.
17244         (spam-mark-spam-as-expired-and-move-routine): Remove.
17245         (spam-summary-prepare): Change to use the new spam-old-articles
17246         variable.
17247         (spam-copy-or-move-routine, spam-copy-spam-routine)
17248         (spam-move-spam-routine, spam-copy-ham-routine)
17249         (spam-move-ham-routine): Add code to copy/move ham or spam.
17250         (spam-fetch-field-fast): Improve doc and code, plus allow the
17251         'number request.
17252         (spam-list-of-checks, spam-list-of-statistical-checks):
17253         Remove variables.
17254         (spam-split, spam-find-spam): Use the new backend code.
17255         (spam-registration-functions): Remove variable.
17256         (spam-unregister-routine): Add convenience wrapper.
17257         (spam-log-undo-registration, spam-register-routine)
17258         (spam-log-processing-to-registry)
17259         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17260         where possible.
17261         (spam-check-gmane-xref, spam-check-regex-headers)
17262         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17263         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17264         (spam-check-bogofilter-headers, spam-check-spamoracle)
17265         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17266         (spam-check-crm114-headers): Use the spam-split-group that
17267         spam-split prepares, no need to determine it every time.
17268
17269         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17270         to the nnheader-parse-naked-head call.
17271
17272         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17273
17274         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17275         the nnheader-nov-read-message-id call.
17276
17277 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17280         gnus-activate-group twice.  Suggested by Markus Peter
17281         <warp@spin.de>.
17282
17283 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-art.el (gnus-article-time-format): Exchange the order of
17286         day and month in the default value; fix customization type.
17287         (article-date-ut): Use add-text-properties.
17288         (article-make-date-line): Use message-make-date instead of
17289         current-time-string.
17290
17291         * message.el (message-fetch-field): Don't use set-text-properties.
17292         (message-make-date): Simplify.
17293
17294         * messagexmas.el (message-xmas-make-date): New function.
17295         (message-xmas-redefine): Defalias message-make-date to it.
17296
17297 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17300         (rfc2047-encode-region): Treat text within parentheses as special;
17301         show the original text when error has occurred.
17302
17303         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17304         already-computed method to gnus-activate-group.
17305
17306         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17307         same select-methods identical Lisp objects.
17308
17309         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17310         object when modifying the info.
17311
17312 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17315         gnus-opened-servers since it has never been opened with the new
17316         configuration yet.
17317
17318 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17321         arg to nnheader-generate-fake-message-id.
17322
17323 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17324
17325         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17326         number and build a fake message ID localized to a group and
17327         article number (so it's repeatable from that point on).
17328         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17329         ID format.
17330
17331         * gnus-sum.el (gnus-get-newsgroup-headers):
17332         Call nnheader-generate-fake-message-id with the article number.
17333
17334 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17335
17336         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17337         end-of-buffer.
17338
17339 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340
17341         * message.el (message-ignored-supersedes-headers): Add Approved.
17342
17343 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17346         goto-char.
17347         (rfc2047-encode): Fold the line before encoding.
17348
17349 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17350
17351         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17352         folding -- not all headers can be folded, and this should be done
17353         by the message composition mode.  Probably.  I think.
17354
17355 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17358         fast.
17359
17360         * gnus-ems.el (gnus-remove-image): Don't use
17361         message-text-with-property; remove only the image found first.
17362
17363         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17364         found first.
17365
17366 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17367
17368         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17369
17370 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * message.el (message-text-with-property): Make it fast and accept
17373         optional arguments.
17374         (message-strip-forbidden-properties): Use it.
17375         (message-fix-before-sending): Follow the m-t-w-p change.
17376
17377         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17378
17379 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-art.el (article-hide-headers): Don't change the buffer
17382         mistakenly when performing mml-preview even if
17383         gnus-single-article-buffer is nil.
17384
17385 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17386
17387         * message.el (message-expand-name-databases): New user option.
17388         (message-expand-name): Use it.
17389
17390 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * spam.el (spam-report-articles-resend)
17393         (spam-report-resend-register-routine): Allow ham reporting.
17394         (spam-report-resend-register-ham-routine): Add wrapper.
17395         (spam-registration-functions): Add ham resending functions.
17396         (spam-list-of-processors): Add ham resend processor.
17397
17398         * gnus.el (ham-resend-to): Add new group parameter.
17399         (spam-process): Add ham resend option.
17400
17401         * spam-report.el (spam-report-resend): Allow reporting ham.
17402         (spam-report-resend-ham): Add wrapper.
17403
17404 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17405
17406         * message.el (message-cite-articles-with-x-no-archive):
17407         New variable.
17408         (message-cite-original): Use it.
17409
17410 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * message.el (message-cite-original): Respect X-No-Archive.
17413
17414 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * gnus-art.el (article-hide-headers): Refer to the values for
17417         gnus-ignored-headers and gnus-visible-headers in the summary
17418         buffer since a user may have set them as group parameters.
17419
17420 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17421
17422         * assistant.el (assistant-node-name): Add convenience function.
17423         (assistant-render-text, assistant-render-node): Add error handling,
17424         plus handle multiple next nodes.
17425         (assistant-find-next-node): Comment out for now.
17426         (assistant-find-next-nodes): Add function, returns list of next
17427         nodes.
17428
17429 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17430
17431         * mail-source.el (mail-source-directory): Fix doc-string.
17432
17433 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17434
17435         * assistant.el (assistant-render-text, assistant-eval): Add :set
17436         widget type, which is different because it takes and returns a
17437         list.  Much hilarity ensues.
17438
17439 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17442
17443         * gnus-group.el (gnus-group-get-new-news-this-group):
17444         Add doc-string.
17445
17446         * gnus-start.el (gnus-activate-group): Add doc-string.
17447
17448 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17451
17452 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17453
17454         * assistant.el (assistant-render-text): Try to add a :set
17455         widget, more to come.
17456
17457         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17458         strings.
17459         (spam-report-articles-resend)
17460         (spam-register-routine): Do registration iff any articles warrant
17461         it.
17462         (spam-summary-prepare-exit): Change log message for nil group
17463         destinations.
17464
17465 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17466
17467         * spam.el (spam-report-resend-register-routine):
17468         Allow spam-report-resend-to to be a group parameter or a global value.
17469
17470 2004-05-26  Simon Josefsson  <jas@extundo.com>
17471
17472         * starttls.el: Merge with my GNUTLS based starttls.el.
17473         (starttls-gnutls-program, starttls-use-gnutls)
17474         (starttls-extra-arguments, starttls-process-connection-type)
17475         (starttls-connect, starttls-failure, starttls-success):
17476         New variables.
17477         (starttls-program, starttls-extra-args): Doc fix.
17478         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17479         New functions.
17480         (starttls-negotiate, starttls-open-stream):
17481         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17482         function if it is set.
17483
17484 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17487         structured fields.
17488
17489 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17492
17493 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17494
17495         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17496         Add variable.
17497         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17498         assigning the spam-mark to new messages.
17499
17500 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17501
17502         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17503
17504 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17507
17508         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17509         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17510         default.
17511
17512 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17513
17514         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17515         correct data.
17516
17517 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17520         (spam-group-processor-p): Fix function.
17521         (spam-group-processor-multiple-p)
17522         (spam-group-spam-processor-report-gmane-p)
17523         (spam-group-spam-processor-report-resend-p)
17524         (spam-group-spam-processor-bogofilter-p)
17525         (spam-group-spam-processor-blacklist-p)
17526         (spam-group-spam-processor-ifile-p)
17527         (spam-group-ham-processor-ifile-p)
17528         (spam-group-spam-processor-spamoracle-p)
17529         (spam-group-spam-processor-crm114-p)
17530         (spam-group-ham-processor-bogofilter-p)
17531         (spam-group-spam-processor-stat-p)
17532         (spam-group-ham-processor-stat-p)
17533         (spam-group-ham-processor-whitelist-p)
17534         (spam-group-ham-processor-BBDB-p)
17535         (spam-group-ham-processor-spamoracle-p)
17536         (spam-group-ham-processor-copy-p): Remove functions with some
17537         prejudice against unneeded code.
17538         (spam-report-articles-resend)
17539         (spam-report-resend-register-routine): Allow the group/topic
17540         spam-resend-to value to override spam-report-resend-to.
17541         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17542         properly now.
17543
17544         * gnus.el (spam-resend-to): Add group/topic parameter.
17545         (spam-process): Move the OBSOLETE processors to the end of the
17546         choices.
17547
17548 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17549
17550         * spam-report.el (spam-report-resend-to, spam-report-resend):
17551         Start with resend-to set to nil, and then ask the user if necessary.
17552         (spam-report-resend): spam-report-resend takes a list of articles, not
17553         separate article numbers.
17554
17555 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17558         addition to emacs-w3m.
17559
17560 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17561
17562         * assistant.el (assistant-authinfo-data): New function.
17563         (assistant-eval): Eval for entire assistant.
17564
17565         * netrc.el (netrc-services-file): New variable.
17566         (netrc-parse-services): New function.
17567         (netrc-find-service-name): New function.
17568         (netrc-find-service-number): New function.
17569         (netrc-port-equal): New function.
17570         (netrc-machine): Use it.
17571
17572         * nnimap.el (nnimap-open-connection): Use netrc.
17573
17574         * gnus-util.el (gnus-netrc-get): Remove aliases.
17575
17576         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17577
17578         * assistant.el (wid-edit): Fix compilation.
17579
17580         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17581
17582 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17583
17584         * gnus-util.el (gnus-set-file-modes): New function.  (small
17585         patch).
17586
17587 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588
17589         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17590
17591         * assistant.el (assistant-render-node): Fix up rendering and
17592         read-only text.
17593         (assistant-render-node): Reset.
17594         (assistant-make-read-only): Not sticky.
17595
17596 2004-05-20  Danny Siu  <dsiu@adobe.com>
17597
17598         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17599         centered even when gnus-auto-center-summary is t.
17600
17601 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17602
17603         * dns.el (dns-get-txt-answer): New function.
17604         (dns-read-txt): Ditto.
17605         (query-dns): Use it.
17606
17607 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17610         active for foreign groups even if the group level is higher than
17611         the specified value.
17612
17613 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17614
17615         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17616         non-active groups.
17617
17618         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17619
17620 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17621
17622         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17623
17624 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17627         (spam-crm114-header, spam-crm114-spam-switch)
17628         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17629         (spam-crm114-positive-spam-header)
17630         (spam-crm114-database-directory, spam-list-of-processors)
17631         (spam-group-spam-processor-crm114-p)
17632         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17633         (spam-generic-score, spam-list-of-checks)
17634         (spam-list-of-statistical-checks, spam-registration-functions)
17635         (spam-check-crm114-headers, spam-crm114-score)
17636         (spam-check-crm114, spam-crm114-register-with-crm114)
17637         (spam-crm114-register-spam-routine)
17638         (spam-crm114-unregister-spam-routine)
17639         (spam-crm114-register-ham-routine)
17640         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17641         From asjo@koldfront.dk (Adam Sjøgren).
17642
17643         * gnus.el: Add spam-use-crm114.
17644
17645         * spam.el (spam-list-of-processors, spam-registration-functions):
17646         Add spam-use-resend.
17647         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17648         (spam-report-articles-gmane): Add doc fix.
17649         (spam-report-articles-resend, spam-report-resend-register-routine):
17650         Add wrappers around spam-report-resend-to.
17651
17652         * spam-report.el (spam-report-resend-to, spam-report-resend):
17653         Add support for resending spam.
17654         (spam-report-gmane): Fix line length >80.
17655
17656         * gnus.el (spam-process): Add spam-use-resend.
17657
17658 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17659
17660         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17661         number of processed spam messages.
17662         (spam-ham-copy-or-move-routine): Return the number of processed
17663         ham messages.
17664         (spam-summary-prepare-exit): Use the above values to decide
17665         whether status messages shouled be displayed.
17666
17667 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17670         `rfc2047-encoding-function-alist' in order to avoid conflicting
17671         with the old version.
17672         (rfc2047-encode-region): Concatenate words containing non-ASCII
17673         characters in structured fields; don't encode space-delimited
17674         ASCII words even in unstructured fields; don't break words at
17675         char-category boundaries.
17676         (rfc2047-encode-1): New function.
17677         (rfc2047-encode): Use it; encode text so that it occupies the
17678         maximum width within 76-column; work correctly on Q encoding for
17679         iso-2022-* charsets.
17680         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17681         sure not to break a line just after the header name.
17682         (rfc2047-b-encode-region): Remove.
17683         (rfc2047-b-encode-string): New function.
17684         (rfc2047-q-encode-region): Remove.
17685         (rfc2047-q-encode-string): New function.
17686
17687         * mm-util.el (mm-replace-in-string): New function.
17688
17689 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17690
17691         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17692         Really get it right.
17693         (gnus-inews-make-draft): Really.
17694
17695 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17696
17697         * nnmh.el (nnmh-request-list-1): Don't check the link count
17698         before descending.  (small patch)
17699
17700 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17701
17702         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17703         stuff.
17704
17705         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17706         Match on real group name.
17707
17708         * gnus-art.el (gnus-signature-limit): Doc fix.
17709
17710         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17711
17712         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17713
17714 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17715
17716         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17717         isn't a string.
17718
17719 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17720
17721         * gnus-draft.el (gnus-draft-send):
17722         Bind rfc2047-encode-encoded-words.
17723
17724         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17725         (rfc2047-encodable-p): Say that =? needs encoding.
17726         (rfc2047-encode-encoded-words): New variable.
17727
17728         * gnus-group.el (gnus-group-select-group): Doc fix.
17729
17730         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17731
17732         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17733         to nil.
17734
17735         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17736
17737         * nnheader.el (nnheader-get-lines-and-char): New function.
17738
17739 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-msg.el (gnus-summary-followup-with-original):
17742         Document yanking of region when active.
17743
17744 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17747         groups if the group level is higher than the specified value.
17748
17749 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17752         (gnus-group-jump-to-group): Add prefix argument using
17753         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17754         non-active group.
17755
17756         * compface.el (uncompface): Be verbose when changing
17757         `uncompface-use-external'.
17758
17759         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17760         handle manual section.
17761
17762 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17763
17764         * gnus-art.el (gnus-button-alist): Revert previous change.
17765
17766 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17767
17768         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17769
17770 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17773         whether backend can accept message.
17774
17775         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17776
17777 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17778
17779         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17780         Avoid creating directory when nntp-marks-is-evil is true.
17781         Reported by Reiner Steib.
17782
17783 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17784
17785         * gnus-picon.el (gnus-picon-style): New variable.
17786         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17787         (gnus-picon-transform-address): Support `gnus-picon-style'.
17788         From Jesper Harder <harder@ifa.au.dk>.
17789
17790 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17791
17792         * message.el (message-fill-field): Return point.
17793         (message-generate-headers): Go to end of field.
17794
17795         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17796         stuff for non-living groups.
17797
17798 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17799
17800         * gnus-art.el (gnus-article-followup-with-original)
17801         (gnus-article-reply-with-original): gnus-mark-active-p ->
17802         gnus-region-active-p.
17803
17804 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17805
17806         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17807         only when there is spam or ham to be processed.
17808
17809 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17810
17811         * mail-source.el (mail-source-delete-crash-box): Refactor.
17812         (mail-source-fetch): Use it.
17813         (mail-source-fetch-file): Ditto.
17814         (mail-source-fetch-directory): Run postscript in loop.
17815         (mail-source-fetch-pop): Delete.
17816         (mail-source-fetch-maildir): Ditto.
17817         (mail-source-fetch-imap): Ditto.
17818
17819         * imap.el (imap-authenticators): Comment out sasl.
17820
17821         * message.el (message-skip-to-next-address): New function.
17822         (message-fill-header-address): Refactor.
17823         (message-fill-address): Use it.
17824         (message-delete-address): Use it.
17825         (message-fill-header-general): Refactor.
17826         (message-fill-field-address): Rename.
17827         (message-narrow-to-field): Find the start of the header.
17828         (message-header-format-alist): Don't pre-fill.
17829         (message-fill-header): Remove.
17830         (message-insert-header): New function.
17831         (message-shorten-references): Use it.
17832
17833         * rfc2047.el (rfc2047-field-value): Strip props.
17834
17835         * mail-parse.el (mail-header-make-address): New alias.
17836
17837         * ietf-drums.el (ietf-drums-make-address): New function.
17838
17839         * imap.el: Add compiler directives.
17840
17841         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17842
17843         * gnus-art.el (article-decode-idna-rhs): Don't use
17844         message-idna-inside-rhs-p.
17845
17846 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17847
17848         * message.el (message-idna-inside-rhs-p): Remove.
17849         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17850
17851         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17852         false positives.
17853
17854 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17855
17856         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17857
17858 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17859
17860         * nneething.el (nneething-file-name): Don't create spurious
17861         files.
17862
17863         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17864         (gnus-inews-do-gcc): Remove sleep.
17865
17866         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17867         part under point.
17868
17869         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17870         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17871
17872 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17873
17874         * spam.el (spam-summary-prepare-exit): Fix (length).
17875
17876 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17879         as expired without moving it" message when there are spam
17880         messages left.
17881
17882 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17883
17884         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17885         header is not nil.
17886
17887 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17888
17889         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17890         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17891         (nntp-marks-changed-p): New arg SERVER.
17892         (nntp-request-update-info): Adjust caller.
17893
17894 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17895
17896         * nntp.el (nntp-save-marks): Pass missing arg.
17897
17898 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17899
17900         * nntp.el: Support marks.
17901         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17902         (nntp-marks-modtime, nntp-marks-directory): New variables.
17903         (nntp-request-set-mark, nntp-request-update-info)
17904         (nntp-possibly-create-directory, nntp-marks-changed-p)
17905         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17906         New functions.
17907
17908 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17909
17910         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17911         (gnus-xmas-redefine): Rename.
17912
17913         * gnus-score.el (gnus-score-insert-help):
17914         Use gnus-select-lowest-window.
17915
17916         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17917         appt-select-lowest-window and rename to gnus-select-lowest-window.
17918
17919         * gnus.el: do.
17920
17921 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17922
17923         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17924         encodings of MIME-encoded words, in order to improve
17925         interoperability with several broken MUAs.
17926
17927 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17928
17929         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17930         tags, only when charsets are not specified in headers.
17931         (mm-inline-text-html-render-with-w3m): Ditto.
17932
17933         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17934         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17935
17936 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17937
17938         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17939         instead of MIME-decoded from fields when checking
17940         `gnus-article-address-banner-alist'.
17941
17942 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17943
17944         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17945         description rather than subject.
17946
17947 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17948
17949         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17950
17951 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952
17953         * gnus.el (gnus-version-number): Bump.
17954
17955 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17956
17957         * gnus.el: No Gnus v0.2 is released.
17958
17959 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17960
17961         * gnus-agent.el (gnus-agent-read-agentview):
17962         Inline gnus-uncompress-range.
17963
17964 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17965
17966         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17967         `exec-installed-p'.
17968
17969 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17970
17971         * gnus.el (spam-process, spam-autodetect-methods):
17972         Add bsfilter and bsfilter-headers.
17973
17974         * spam.el (spam-bsfilter): New customize group.
17975         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17976         (spam-bsfilter-header, spam-bsfilter-probability-header)
17977         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17978         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17979         (spam-bsfilter-database-directory): New options.
17980         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17981         (spam-list-of-statistical-checks, spam-registration-functions):
17982         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17983         (spam-bsfilter-score): New command.
17984         (spam-check-bsfilter-headers, spam-check-bsfilter)
17985         (spam-bsfilter-register-with-bsfilter)
17986         (spam-bsfilter-register-spam-routine)
17987         (spam-bsfilter-unregister-spam-routine)
17988         (spam-bsfilter-register-ham-routine)
17989         (spam-bsfilter-unregister-ham-routine): New functions.
17990         (spam-generic-score): Support bsfilter; Accept an optional argument
17991         to recalcurate spam score even if scoring header has already been
17992         added.
17993         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17994         optional argument to recalcurate spam score even if scoring header
17995         has already been added.
17996
17997 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17998
17999         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18000         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18001         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18002         link is missing.
18003
18004 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18005
18006         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18007         (html2text-get-attr): Rewrite.
18008
18009         * message.el (message-setup-1): Remove redundant put-text-property
18010         on mail-header-separator.
18011
18012 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18013
18014         * gnus-registry.el (gnus-registry-cache-whitespace)
18015         (gnus-registry-action, gnus-registry-spool-action)
18016         (gnus-registry-split-fancy-with-parent): Change message levels
18017         from 5 to 3 or 7, as needed.
18018
18019         * spam.el (spam-summary-prepare-exit)
18020         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18021         (spam-split, spam-find-spam, spam-log-undo-registration)
18022         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18023         level from 5 to 6.
18024
18025 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18028         2004-03-04 change).
18029
18030 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18031
18032         * sieve-manage.el (sieve-manage-open):
18033         * nnweb.el (nnweb-insert-html):
18034         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18035         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18036         * nnspool.el (nnspool-request-group):
18037         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18038         * nnml.el (nnml-request-update-info):
18039         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18040         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18041         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18042         (nnimap-request-set-mark):
18043         * nnfolder.el (nnfolder-request-update-info):
18044         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18045         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18046         * gnus-uu.el (gnus-uu-find-articles-matching):
18047         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18048         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18049         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18050         * gnus-nocem.el (gnus-nocem-scan-groups):
18051         * gnus-int.el (gnus-start-news-server):
18052         * gnus-group.el (gnus-group-make-kiboze-group)
18053         (gnus-group-browse-foreign-server):
18054         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18055         Use mapc when appropriate.
18056
18057 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18058
18059         FIXME: Make separate entries for each person.
18060
18061         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18062         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18063         <shields@msrl.com>:
18064
18065         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18066         may need for spam sorting and scoring.
18067         (spam-user-format-function-S): Add user format function suitable for
18068         general use.
18069         (spam-article-sort-by-spam-status): Add sorting function for summary
18070         sorting.
18071         (spam-extra-header-to-number): Add function to get a score from a
18072         header.
18073         (spam-summary-score): Add function to get a numeric score from the
18074         headers.
18075         (spam-generic-score): Fix function doc, was in wrong place.
18076         (spam-initialize): Take symbols when it's run, and install the
18077         extra headers that spam-necessary-extra-headers thinks we need.
18078
18079 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18080
18081         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18082         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18083
18084 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18085
18086         * gnus-sum.el (gnus-set-global-variables)
18087         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18088         (gnus-article-get-xrefs, gnus-summary-best-group)
18089         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18090         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18091         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18092         Use with-current-buffer.
18093
18094 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18095
18096         * spam.el (spam-summary-prepare-exit): Simplify logic.
18097         (spam-fetch-article-header): Read the article header if it's not
18098         available.
18099         (spam-list-articles): Simplify logic.
18100         (spam-filelist-register-routine): Fix bug with unregister-list.
18101
18102         * gnus-registry.el: Fix comments at beginning.
18103
18104 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18105
18106         * message.el (message-cater-to-broken-inn): Remove.
18107         (message-shorten-references): Make sure the total folded length of
18108         References is shorter than 998 characters to cater to a bug in INN
18109         2.3.  Also, don't pretend that references aren't folded -- this
18110         hasn't worked for a while.
18111
18112 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18113
18114         * gnus-agent.el (gnus-agentize):
18115         gnus-agent-send-mail-real-function no longer set to current value
18116         of message-send-mail-function but rather a lambda that calls
18117         message-send-mail-function.  The change makes the agent real-time
18118         responsive to user changes to message-send-mail-function.
18119
18120 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18121
18122         * legacy-gnus-agent.el
18123         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18124         help from Florian Weimer <fw@deneb.enyo.de>
18125
18126 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * nnmail.el (nnmail-cache-insert): Revert last change.
18129
18130 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * nnmail.el (nnmail-cache-insert): Always check whether
18133         nnmail-cache-ignore-groups matches a group name.
18134
18135 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18136
18137         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18138         (spam-find-spam, spam-log-processing-to-registry)
18139         (spam-log-registered-p, spam-log-unregistration-needed-p)
18140         (spam-log-undo-registration): Use gnus-message instead of
18141         gnus-error, none of these errors are fatal.
18142
18143         * gnus-registry.el (gnus-registry-clean-empty-function)
18144         (gnus-registry-clean-empty): Remove only empty entries without
18145         extra data.
18146
18147 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * spam-stat.el (spam-stat-buffer-change-to-spam)
18150         (spam-stat-buffer-change-to-non-spam): Change (error) to
18151         (gnus-message 8) invocation.
18152
18153 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * nntp.el (nntp-via-netcat-command): New variable.
18156         (nntp-via-netcat-switches): New variable.
18157         (nntp-open-via-rlogin-and-netcat): New function.
18158         (nntp-open-connection-function): Doc fix.
18159         (nntp-telnet-command): Doc fix.
18160         (nntp-end-of-line): Doc fix.
18161         (nntp-via-rlogin-command): Doc fix.
18162         (nntp-via-user-name): Doc fix.
18163         (nntp-via-address): Doc fix.
18164
18165 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18168         error in Emacs 21.1.
18169
18170 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18173
18174 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18175
18176         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18177         (gnus-agent-with-refreshed-group): New macro.
18178         (gnus-agent-rename-group): New function.
18179         (gnus-agent-delete-group): New function.
18180         (gnus-agent-save-group-info): Use gnus-command-method when
18181         `method' parameter is nil.  Don't write nil entries into the
18182         active file.
18183         (gnus-agent-get-group-info): New function.
18184         (gnus-agent-fetch-articles):
18185         Use gnus-agent-update-files-total-fetched-for to increment disk space
18186         used.
18187         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18188         Use gnus-agent-update-view-total-fetched-for to increment disk space
18189         used.
18190         (gnus-agent-get-local): Add optional parameters to avoid calling
18191         gnus-group-real-name and gnus-find-method-for-group.
18192         (gnus-agent-set-local): Delete stored entry if either min, or max,
18193         are nil.
18194         (gnus-agent-fetch-session): Reworded error/quit messages.
18195         On quit, use gnus-agent-regenerate-group to record existance of any
18196         articles fetched to disk before the quit occurred.
18197         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18198         gnus-agent-update-view-total-fetched-for, and
18199         gnus-agent-update-files-total-fetched-for to decrement disk space
18200         used.
18201         (gnus-agent-retrieve-headers):
18202         Use gnus-agent-update-view-total-fetched-for to increment disk space
18203         used.
18204         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18205         with gnus-agent-update-files-total-fetched-for to decrement disk
18206         space and fresh group buffer.
18207         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18208         (gnus-agent-need-update-total-fetched-for): New variable.
18209         (gnus-agent-update-files-total-fetched-for): New function.
18210         (gnus-agent-update-view-total-fetched-for): New function.
18211         (gnus-agent-total-fetched-for): New function.
18212
18213         * gnus-cache.el (gnus-cache-save-buffers):
18214         Use gnus-cache-update-overview-total-fetched-for to change disk space
18215         used by this group.
18216         (gnus-cache-possibly-enter-article):
18217         Use gnus-cache-update-file-total-fetched-for to increment disk space
18218         used by this group.
18219         (gnus-cache-possibly-remove-article):
18220         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18221         used by this group.
18222         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18223         (gnus-cache-rename-group): New function.
18224         (gnus-cache-delete-group): New function.
18225         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18226         (gnus-cache-need-update-total-fetched-for): New variable.
18227         (gnus-cache-with-refreshed-group): New macro.
18228         (gnus-cache-update-file-total-fetched-for): New function.
18229         (gnus-cache-update-overview-total-fetched-for): New function.
18230         (gnus-cache-rename-group-total-fetched-for): New function.
18231         (gnus-cache-delete-group-total-fetched-for): New function.
18232         (gnus-cache-total-fetched-for): New function.
18233
18234         * gnus-group.el: Require gnus-sum and autoload functions to
18235         resolve warnings when gnus-group.el compiled alone.
18236         (gnus-group-line-format): Documented new %F.
18237         (size of Fetched data) group line format; identifies disk space
18238         used by agent and cache.
18239         (gnus-group-line-format-alist): Defined new F format.
18240         (gnus-total-fetched-for): New function.
18241         (gnus-group-delete-group): No longer update
18242         gnus-cache-active-altered as gnus-request-delete-group now keeps
18243         the cache in sync.
18244         (gnus-group-list-active): Let the agent store a server's active
18245         list if currently plugged.
18246
18247         * gnus-int.el (gnus-request-delete-group):
18248         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18249         local disk in sync with the server.
18250         (gnus-request-rename-group):
18251         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18252         local disk in sync with the server.
18253
18254         * gnus-start.el (gnus-get-unread-articles):
18255         Cosmetic simplification to logic.
18256
18257         * gnus-util.el (gnus-rename-file): New function.
18258
18259 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18260
18261         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18262
18263 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18266         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18267
18268 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18271         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18272
18273 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18274
18275         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18276
18277 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18278
18279         * spam.el (spam-set-difference): Add function to replace
18280         gnus-set-difference in spam.el.
18281         (spam-summary-prepare-exit): Use spam-set-difference.
18282
18283 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * gnus-registry.el (gnus-registry-cache-file): Update to use
18286         gnus-dribble-directory OR gnus-home-directory OR ~.
18287         (gnus-registry-split-fancy-with-parent): Fix doc.
18288
18289 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * message.el (message-exchange-point-and-mark):
18292         Use message-mark-active-p.  Suggested by Jesper Harder
18293         <harder@ifa.au.dk>.
18294
18295 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * message.el (message-exchange-point-and-mark): Don't activate
18298         region if it was inactive.  Suggested by Hiroshi Fujishima
18299         <pooh@nature.tsukuba.ac.jp>.
18300
18301 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * gnus-art.el (article-display-face): Display Faces in the same
18304         order as X-Faces.
18305
18306 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18309
18310 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18313         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18314         (gnus-article-mime-hierarchy): Remove.
18315         (gnus-article-mime-hierarchy-next): Remove.
18316         (gnus-article-mode): Revert 2004-03-19 change.
18317         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18318         (gnus-insert-mime-button): Revert 2004-03-19 change.
18319         (gnus-mime-accumulate-hierarchy): Remove.
18320         (gnus-mime-enter-multipart): Remove.
18321         (gnus-mime-leave-multipart): Remove.
18322         (gnus-mime-display-part): Revert 2004-03-19 change.
18323         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18324
18325         * mml.el (mml-preview): Revert 2004-03-19 change.
18326
18327 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18328
18329         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18330
18331 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18334         t while entering a file name using the mm-with-multibyte macro.
18335         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18336
18337         * mm-util.el (mm-with-multibyte): New macro.
18338
18339 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18342         New user option.
18343         (gnus-mime-multipart-functions): Doc and customization fix.
18344         (gnus-article-mime-hierarchy): New variable.
18345         (gnus-article-mime-hierarchy-next): New variable.
18346         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18347         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18348         gnus-article-mime-hierarchy-next to nil.
18349         (gnus-insert-mime-button): Show hierarchy numbers.
18350         (gnus-mime-accumulate-hierarchy): New function.
18351         (gnus-mime-enter-multipart): New function.
18352         (gnus-mime-leave-multipart): New function.
18353         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18354         (gnus-mime-display-alternative): Show hierarchy numbers.
18355
18356         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18357         gnus-article-mime-hierarchy-next to nil.
18358
18359 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18360
18361         * dns.el: Don't require gnus-xmas.
18362
18363 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18366         inline PGP.
18367         (mml-menu): Disable mml-quote-region if mark is inactive.
18368
18369 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18372         when the group's active is not available.
18373
18374 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18377         error.
18378
18379 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * imap.el (imap-store-password): New variable.
18382         (imap-interactive-login): Use it.
18383         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18384
18385 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18388         window-start and hscroll to summary window.
18389
18390 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18391
18392         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18393         conversion message to newsrc-dribble when an actual conversion is
18394         performed.
18395
18396 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18397
18398         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18399
18400 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18401
18402         * mm-decode.el (mm-complicated-handles): New function reviving
18403         former definition of mm-multiple-handles.
18404
18405         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18406         (gnus-mime-delete-part): Use it.
18407
18408 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18409
18410         * gnus-agent.el (gnus-agent-read-local):
18411         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18412         avoid the implicit assumption that they will always be equal.
18413         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18414         coding-system-for-write, as the with-temp-file macro first prints
18415         to a buffer then saves the buffer.
18416
18417 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * gnus-art.el (gnus-article-edit-part): New function.
18420         (gnus-mime-save-part-and-strip): Use it; do query instead of
18421         signaling an error; don't use mm-multiple-handles.
18422         (gnus-mime-delete-part): Ditto.
18423
18424 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18425
18426         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18427         old file versions.
18428         (gnus-group-prepare-hook): Remove function that converted list
18429         form of gnus-agent-expire-days to group properties.
18430
18431         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18432         (gnus-request-accept-article): Re-indented.
18433
18434         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18435         converters to handle old agent file formats.  Add logic for a
18436         "backup before upgrading warning".
18437         (gnus-convert-mark-converter-prompt): Developers can mark
18438         functions as needing (default), or not needing,
18439         gnus-convert-old-newsrc's "backup before upgrading warning".
18440         (gnus-convert-converter-needs-prompt): Tests whether the user
18441         should be protected from potentially irreversable changes by the
18442         function.
18443
18444         * legacy-gnus-agent.el: New.  Provides converters that are only
18445         loaded when gnus-convert-old-newsrc needs to call them.
18446
18447 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * mail-source.el (mail-source-touch-pop): Doc fix.
18450
18451         * message.el (message-smtpmail-send-it): Doc fix.
18452
18453 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18454
18455         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18456
18457         * nnmail.el (nnmail-split-fancy): do.
18458
18459         * gnus-kill.el (gnus-kill, gnus-execute): do.
18460
18461 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18462
18463         * gnus-sum.el (gnus-widget-reversible-match)
18464         (gnus-widget-reversible-to-internal)
18465         (gnus-widget-reversible-to-external): New functions.
18466         (gnus-widget-reversible): New widget.
18467         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18468
18469 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18470
18471         * gnus-sum.el (gnus-thread-sort-functions)
18472         (gnus-article-sort-functions): Document `(not F)' items.
18473
18474 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18475
18476         * spam.el (spam-use-gmane-xref): Add new backend.
18477         (spam-gmane-xref-spam-group): Add variable to control the name of the
18478         Gmane spam group.
18479         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18480         (spam-regex-headers-spam, spam-regex-headers-ham)
18481         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18482         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18483         backends and checks.
18484         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18485
18486         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18487         an autodetect method.
18488
18489 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18490
18491         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18492         articles are being added to a group.
18493         (gnus-request-replace-article): Inform the agent that articles
18494         need to be uncached as the cached contents are no longer valid.
18495
18496 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * binhex.el: Don't autoload executable-find.
18499
18500         * canlock.el: Don't autoload mail-fetch-field.
18501
18502         * dgnushack.el: Autoload c-mode for XEmacs.
18503
18504         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18505
18506         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18507         rmail-dont-reply-to and rmail-output.
18508
18509         * gnus-score.el: Don't autoload ffap-string-at-point.
18510
18511         * gnus-setup.el: Don't autoload sc-cite-original.
18512
18513         * imap.el: Don't autoload base64-decode-string,
18514         base64-encode-string and md5.
18515
18516         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18517         and rmail-msg-restore-non-pruned-header.
18518
18519         * mm-decode.el: Don't autoload executable-find.
18520
18521         * mm-url.el: Don't autoload executable-find.
18522
18523         * mm-view.el: Don't autoload diff-mode.
18524
18525         * nndb.el: Don't autoload news-reply-mode, news-setup,
18526         cancel-timer and telnet.
18527
18528         * password.el: Don't autoload run-at-time for Emacs.
18529
18530         * sha1-el.el: Don't autoload executable-find.
18531
18532         * sieve-mode.el: Don't autoload c-mode.
18533
18534         * uudecode.el: Don't autoload executable-find.
18535
18536 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18537
18538         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18539         (gnus-agent-possibly-alter-active): Avoid null in numeric
18540         comparison.
18541         (gnus-agent-set-local): Refuse to save null in local object table.
18542         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18543         list of articles that will be marked as unread.
18544
18545 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18548
18549 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18550
18551         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18552         language tags.
18553
18554 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18555
18556         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18557         Don't bind "obarray".
18558
18559         * gnus-sum.el (gnus-thread-sort-functions):
18560         Add `gnus-thread-sort-by-most-recent-number' and
18561         `gnus-thread-sort-by-most-recent-date'.
18562         Reported by Kai Grossjohann <kai@emptydomain.de>.
18563
18564 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18567
18568 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18569
18570         * gnus-cus.el (gnus-agent-customize-category):
18571         Remove ignore-errors macro reference that required cl to be loaded at
18572         run-time.
18573
18574         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18575         single-interval range of the form (min . max).  Previously the
18576         range had to look like ((min . max)).  Likewise, return
18577         (min . max) rather than ((min . max)).
18578         (gnus-range-map): Use gnus-range-normalize to accept
18579         single-interval range.
18580
18581         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18582         the cache, but not the agent, now appear with their usual face.
18583
18584         * dgnushack.el (loaddir): New variable that is bound to the
18585         directory containing the dgnushack.el file. Use loaddir, rather
18586         than srcdir, to update load-path. Change lets dgnushack compile
18587         code in directories other than GNUS/lisp.
18588
18589 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * lpath.el: Don't bind w3m-safe-url-regexp.
18592
18593         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18594         w3m-safe-url-regexp variable buffer-local.
18595
18596         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18597
18598 2004-02-27  Simon Josefsson  <jas@extundo.com>
18599
18600         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18601         gnus-group-real-prefix.
18602         (gnus-summary-move-article): Use it, instead of
18603         gnus-group-real-prefix.
18604
18605 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * lpath.el: Bind w3m-safe-url-regexp.
18608
18609         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18610         w3m-safe-url-regexp variable buffer-local and set it as the value
18611         of mm-w3m-safe-url-regexp.
18612
18613         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18614
18615         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18616         parsing gnus-posting-styles when the message is not for replying.
18617
18618         * dgnushack.el: Autoload sgml-mode for XEmacs.
18619
18620         * nnrss.el (nnrss-opml-export):
18621         Use mm-set-buffer-file-coding-system instead of
18622         set-buffer-file-coding-system.
18623
18624 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18625
18626         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18627         of checkdoc.el).
18628         * nnrss.el: do.
18629         * gnus-mlspl.el: do.
18630         * gnus-ml.el: do.
18631         * gnus-srvr.el: do.
18632
18633         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18634
18635 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18636
18637         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18638         Corrections to custom-manual links.
18639
18640         * gnus-art.el (gnus-article): Ditto.
18641
18642         * mm-decode.el (mime-display, mime-security): Ditto.
18643
18644 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18645
18646         * flow-fill.el: Typo.
18647
18648 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18649
18650         * spam-wash.el: New file.
18651
18652 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18653
18654         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18655
18656 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18657
18658         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18659         to be run with new-articles as LIST1, not LIST2.
18660         (spam-registration-functions): Add spam-use-ham-copy as a nil
18661         registration backend.
18662
18663 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18664
18665         * spam-stat.el (spam-stat-washing-hook): New option.
18666         (spam-stat-buffer-words): Use it.
18667         (spam-stat-process-directory, spam-stat-test-directory):
18668         Use insert-file-contents-literally.
18669         (spam-stat-coding-system): New variable.
18670         (spam-stat-load, spam-stat-save): Use it.
18671
18672 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * spam-report.el (spam-report-plug-agent):
18675         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18676
18677 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18680         Allow / in mailto URLs.
18681
18682 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * spam-report.el (spam-report-process-queue): Fix interactive use.
18685         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18686         (spam-report-unplug-agent): Doc fixes.
18687         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18688         (spam-report-agentize, spam-report-deagentize): Autoload.
18689
18690 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18693
18694         * message.el (message-setup-fill-variables): Add mml tags to
18695         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18696         <ajk@iu.edu>.
18697         (message-mode): Don't modify paragraph-separate there.
18698
18699 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * compface.el (uncompface-use-external): Default to undecided.
18702         (uncompface-use-external-threshold): New variable.
18703         (uncompface-float-time): New macro.
18704         (uncompface): Determine whether to use the external decoder if
18705         uncompface-use-external is undecided.
18706
18707 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708
18709         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18710         after images.
18711
18712         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18713
18714 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18715
18716         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18717
18718         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18719
18720         * gnus-sum.el (gnus-summary-limit-to-age)
18721         (gnus-summary-limit-children): do.
18722
18723         * gnus-int.el (gnus-request-scan): do.
18724
18725         * gnus-group.el (gnus-group-suspend): do.
18726
18727         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18728
18729         * gnus-cite.el (gnus-cite-parse-attributions): do.
18730
18731         * gnus-agent.el (gnus-summary-set-agent-mark)
18732         (gnus-agent-regenerate-group): do.
18733
18734         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18735
18736         * binhex.el (binhex-decode-region-internal): do.
18737
18738 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * gnus-fun.el (gnus-face-properties-alist): New user option.
18741         (gnus-display-x-face-in-from): Use it.
18742
18743         * gnus-art.el (article-display-face): Ditto.
18744
18745         * compface.el (uncompface-use-external): Default to nil.
18746
18747 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * nntp.el (nntp-erase-buffer): New function.
18750         (nntp-retrieve-data, nntp-send-command)
18751         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18752         (nntp-possibly-change-group): Use it.
18753
18754         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18755         Use with-current-buffer.
18756
18757 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18758
18759         * compface.el: Merge the ELisp-based uncompface program.
18760         (compface): New customization group.
18761         (uncompface-use-external): New user option.
18762         (uncompface): Call uncompface-internal if uncompface-use-external
18763         is nil.
18764         (uncompface-internal): New function.  Note that there are also
18765         some other functions and variables added for this function.
18766
18767 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18768
18769         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18770         if necessary.
18771
18772 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18773
18774         * spam-report.el (spam-report-unplug-agent)
18775         (spam-report-plug-agent, spam-report-deagentize)
18776         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18777         Add support for the Agent in spam-report: when unplugged, report to a
18778         file; when plugged, submit all the requests.
18779
18780         * spam.el (spam-register-routine): Fix message about
18781         registration.
18782
18783 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18784
18785         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18786         dependencies.
18787         (rfc2047-encode): Use it.
18788
18789         * gnus-art.el (gnus-button-marker-list): Move before first
18790         reference.
18791
18792         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18793         (imap-parse-body): Fix format string mismatch.
18794
18795         * gnus-score.el (gnus-summary-increase-score): do.
18796
18797         * nnrss.el (nnrss-close): New function.
18798
18799 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18800
18801         * nnrss.el (nnrss-make-filename): New function.
18802         (nnrss-request-delete-group, nnrss-read-server-data)
18803         (nnrss-save-server-data, nnrss-read-group-data)
18804         (nnrss-save-group-data): Use it.
18805         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18806         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18807         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18808
18809 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18810
18811         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18812
18813 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18816         files.
18817
18818         * message.el (message-generate-headers-first): Don't quote nil
18819         and t in docstrings.
18820
18821         * imap.el (imap-id): do.
18822
18823         * gnus-agent.el (gnus-agent-consider-all-articles)
18824         (gnus-agent-queue-mail): do.
18825
18826 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18827
18828         * spam-report.el (spam-report-process-queue): New function.
18829         Process requests from `spam-report-requests-file'.
18830         (spam-report-process-queue): Doc fix.
18831
18832 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * spam.el (spam-register-routine)
18835         (spam-log-processing-to-registry, spam-log-registered-p)
18836         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18837         Change "check" to "spam-check" for semi-clarity.
18838
18839 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * pop3.el: Require nnheader.
18842
18843         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18844
18845         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18846
18847         * gnus-picon.el: Require cl.
18848
18849         * gnus-fun.el: Require gnus-ems and gnus-util.
18850
18851         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18852
18853         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18854
18855         * gnus-art.el (gnus-article-edit-mode): Define before first
18856         reference.
18857
18858 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18859
18860         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18861         (gnus-uu-post-encoded): Use point-at-bol.
18862
18863         * gnus-topic.el (gnus-group-active-topic-p): do.
18864
18865         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18866
18867         * gnus-group.el (gnus-group-kill-region): do.
18868
18869         * gnus-art.el (article-date-ut): do.
18870
18871         * message.el (message-fetch-field): Remove redundant
18872         case-fold-search binding.
18873         (message-narrow-to-field): Simplify.
18874
18875 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * spam.el (spam-directory): Derive from `gnus-directory'.
18878
18879         * spam-report.el (spam-report-url-to-file)
18880         (spam-report-requests-file): New function and variable for offline
18881         reporting.
18882         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18883         and user defined function.
18884         (spam-report-url-ping-mm-url): Remove doubled slash.
18885
18886 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18889
18890 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18891
18892         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18893         Fix format string mismatch.
18894
18895         * sieve.el (sieve-deactivate-all): do.
18896
18897         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18898
18899         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18900
18901         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18902
18903         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18904
18905 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18908         the list of checks.
18909
18910 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18911
18912         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18913         padding.
18914
18915 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18916
18917         * mm-view.el (mm-fill-flowed): New variable.
18918         (mm-inline-text): Use it.
18919
18920 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18921
18922         * spam.el (spam-spamassassin-register-ham-routine)
18923         (spam-spamassassin-register-spam-routine): Fix function names.
18924
18925 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * gnus.el (gnus-tmp-grouplens): Remove.
18928         (gnus-summary-line-format): Remove grouplens.
18929
18930         * gnus-group.el (gnus-group-line-format): Ditto.
18931
18932         * gnus-spec.el (gnus-format-specs): Ditto.
18933         (gnus-update-format-specifications): Flush the group format spec
18934         cache if there's the grouplens stuff.
18935         (gnus-parse-simple-format): Replace %l with the empty string.
18936
18937 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18938
18939         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18940         omission.
18941
18942 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18945         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18946
18947 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18948
18949         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18950         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18951         New macros and functions.
18952         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18953         Handle > NLINK_MAX messages.
18954         * nnmaildir.el (nnmaildir-request-set-mark):
18955         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18956
18957 2004-01-25  Alex Schroeder  <alex@gnu.org>
18958
18959         * spam-stat.el (spam-stat-process-directory-age): New option.
18960         (spam-stat-process-directory): Use it.
18961
18962 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18963
18964         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18965         (spam-stat-save): Accept prefix argument.
18966
18967 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18968
18969         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18970         links" error.
18971
18972 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18975         the rest of the and/or forms.
18976
18977 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18978
18979         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18980         compatibility with old .newsrc.eld files.
18981
18982         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18983
18984         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18985
18986         * gnus-start.el (gnus-1): do.
18987
18988         * gnus-group.el (gnus-group-line-format-alist): do.
18989
18990         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18991
18992         * gnus-gl.el: Remove.
18993
18994 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18995
18996         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18997         marks consisting of a single range {for example, (3 . 5)} rather
18998         than a list of a single range { ((3 . 5)) }.
18999
19000 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19001
19002         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19003         Use with-current-buffer.
19004         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19005         avoid consing a string.
19006
19007         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19008         Remove obsolete entries for big5 and gb2312.
19009
19010 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19011
19012         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19013         uncompressed list.
19014
19015 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19016
19017         * spam-stat.el (spam-stat-strip-xref): New function.
19018         (spam-stat-process-directory): Use it.
19019
19020         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19021         here -- it's done in message-fetch-field.
19022
19023 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19024
19025         * gnus-agent.el (gnus-agent-queue-mail)
19026         (gnus-agent-prompt-send-queue): New variables.
19027         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19028         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19029         "nndraft:queue" along to gnus-draft-send.
19030         Use gnus-agent-prompt-send-queue.
19031         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19032         is "nndraft:queue".  Suggested by Gaute Strokkenes
19033         <gs234@srcf.ucam.org>
19034
19035         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19036         (agent-enable-undownloaded-faces): Add.
19037         (gnus-agent-cat-groups): Use eval-and-compile, not
19038         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19039         method of gnus-agent-cat-groups even when the buffer has been
19040         evaled.
19041         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19042         delete gnus-agent-save-active-1.
19043         (gnus-agent-save-groups): Delete.  Identical to
19044         gnus-agent-save-active.
19045         (gnus-agent-write-active): No longer adjust agent's copy of active
19046         file as agent's adjustments are now stored in their own
19047         file.  Remove optional parameter.
19048         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19049         servers.  Add use of min/max range limits from server's local
19050         file.
19051         (gnus-agent-save-alist): Remove unused optional argument.
19052         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19053         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19054         (gnus-agent-set-local): A per-server file that keeps min/max range
19055         limits for articles known to the agent.  Provides a fast mechanism
19056         for altering many active ranges.
19057         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19058         active file (local makes it unnecessary).
19059         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19060
19061         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19062         (agent-enable-undownloaded-faces): Add.
19063
19064         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19065         disable it when sending to "nndraft:queue".
19066         (gnus-group-send-queue): Add safety check to avoid sending queue
19067         when unplugged.
19068
19069         * gnus-group.el (gnus-group-catchup): Use new
19070         gnus-sequence-of-unread-articles, not
19071         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19072         numbers of articles.  Use gnus-range-map to avoid having to
19073         uncompress the unread list.
19074         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19075         Fix invalid ange-ftp reference.
19076
19077         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19078         (gnus-sorted-range-intersection): Intersection of two ranges
19079         without requiring that they first be uncompressed.
19080
19081         * gnus-start.el (gnus-activate-group): Unless blocked by the
19082         caller, possibly expand the active range to include both cached
19083         and agentized articles.
19084         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19085         multiple version-dependent converters.
19086         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19087         gnus-agent-save-active.
19088         (gnus-save-newsrc-file): Save dirty agent range limits.
19089
19090         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19091         gnus-agent-possibly-alter-active.
19092         (gnus-adjust-marked-articles): Faster handling of simple lists.
19093
19094 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19095
19096         * spam-stat.el (spam-stat-test-directory): New optional argument
19097         displays a list of files detected.  Suggested by Andrew Cohen
19098         <cohen@andy.bu.edu>.
19099         (spam-stat-buffer-words-with-scores): Don't narrow and change
19100         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19101
19102 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19103
19104         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19105         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19106         (spam-spamassassin-arguments)
19107         (spam-spamassassin-spam-flag-header)
19108         (spam-spamassassin-positive-spam-flag-header)
19109         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19110         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19111         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19112         (spam-list-of-processors, spam-list-of-checks)
19113         (spam-list-of-statistical-checks, spam-registration-functions)
19114         (spam-check-spamassassin-headers, spam-check-spamassassin)
19115         (spam-spamassassin-score)
19116         (spam-spamassassin-register-with-sa-learn)
19117         (spam-spamassassin-register-spam-routine)
19118         (spam-spamassassin-register-ham-routine)
19119         (spam-assassin-register-spam-routine)
19120         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19121         (spam-bogofilter-score): Fix to show article before scoring.
19122
19123 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19124
19125         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19126         default scoring function.
19127         (spam-generic-score): Call spam-spamassassin-score if
19128         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19129         spam-bogofilter-score otherwise.
19130
19131         * gnus.el (spam-process, spam-autodetect-methods):
19132         Add spamassassin and spamassassin-headers.
19133
19134 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19135
19136         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19137         Suppress unnecessary messages.
19138
19139 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19140
19141         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19142         make-hash-table.
19143
19144 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * canlock.el (base64-encode-string): Don't autoload it.
19147
19148 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * run-at-time.el: Remove useless (require 'itimer),
19151         eval-and-compile and (featurep 'xemacs).
19152
19153 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19156         GROUP is a virtual group.
19157
19158 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19159
19160         * gnus.el: Autoload `message-y-or-n-p'.
19161
19162 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19163
19164         * pgg-parse.el: Remove unnecessary (require 'custom).
19165
19166         * pgg-def.el: do.
19167
19168         * nnmail.el: do.
19169
19170         * gnus-undo.el: do.
19171
19172         * gnus-picon.el: do.
19173
19174         * gnus-util.el: do.
19175
19176 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19177
19178         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19179
19180 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19183         handle, as well as a list.
19184
19185         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19186         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19187         (mm-w3m-cid-retrieve): Simplify.
19188
19189 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19190
19191         * message.el (message-kill-to-signature): Allow prefix arg to
19192         specify number of lines to keep before signature.
19193
19194 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19195
19196         * message.el (message-kill-to-signature): Change docstring.
19197
19198 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * canlock.el: Always require sha1-el.
19201         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19202
19203         * message.el: Autoload sha1 only when compiling.
19204
19205         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19206         eudc-expand-inline for XEmacs.
19207
19208 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * message.el (message-canlock-generate): Require sha1-el.
19211
19212 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19213
19214         * message.el (message-expand-name): Silence the byte compiler.
19215
19216         * lpath.el: Add detect-coding-system.
19217
19218         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19219         cus-edit.
19220
19221 2004-01-13  Simon Josefsson  <jas@extundo.com>
19222
19223         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19224         Invoke gnus-score-mode.
19225         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19226
19227         * gnus-range.el (gnus-compress-sequence): Doc fix.
19228         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19229
19230 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19231
19232         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19233
19234 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19235
19236         * spam.el (spam-get-article-as-string): Update to use
19237         gnus-request-article-this-buffer, much simpler.
19238         (spam-get-article-as-buffer): Remove.
19239
19240 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19241
19242         * message.el (message-expand-name): Use EUDC if the user uses that.
19243
19244 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19245
19246         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19247         character for the encoding to avoid consing a string.
19248
19249         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19250         unnecessarily.
19251
19252         * mm-util.el (mm-replace-chars-in-string): Remove.
19253
19254         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19255         of mm-replace-chars-in-string.
19256
19257 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19260
19261         * mm-util.el (mm-subst-char-in-string): Support inplace.
19262
19263         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19264         a new string in every iteration.  Use shy groups.
19265
19266 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19267
19268         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19269         * gnus-soup.el (gnus-soup-group-brew):
19270         * gnus-msg.el (gnus-put-message):
19271         * gnus-move.el (gnus-group-move-group-to-server):
19272         * gnus-kill.el (gnus-batch-score):
19273         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19274         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19275         (gnus-group-update-group, gnus-group-read-group)
19276         (gnus-group-make-group, gnus-group-make-help-group)
19277         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19278         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19279         (gnus-group-sort-by-unread, gnus-group-catchup)
19280         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19281         (gnus-group-yank-group, gnus-group-set-info)
19282         (gnus-group-list-groups):
19283         * gnus.el (gnus-generate-new-group-name):
19284         * gnus-delay.el (gnus-delay-send-queue):
19285         * nnvirtual.el (nnvirtual-catchup-group):
19286         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19287         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19288         (gnus-group-prepare-topics, gnus-topic-check-topology):
19289         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19290         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19291         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19292         (gnus-group-make-articles-read):
19293         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19294         (gnus-group-change-level, gnus-kill-newsgroup)
19295         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19296         (gnus-get-unread-articles, gnus-make-articles-unread)
19297         (gnus-make-ascending-articles-unread): Use accessor
19298         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19299         to get group information for improved readability.
19300
19301
19302 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19303
19304         * gnus-art.el (article-decode-mime-words, article-babel)
19305         (gnus-article-highlight-signature, gnus-article-add-buttons)
19306         (gnus-signature-toggle): Use gnus-with-article-buffer.
19307
19308         * gnus-art.el (gnus-article-highlight-headers)
19309         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19310
19311         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19312         (gnus-article-set-globals, gnus-request-article-this-buffer)
19313         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19314         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19315         (gnus-mime-display-alternative): Use with-current-buffer.
19316
19317 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19318
19319         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19320         also under 80 char limit, and call gnus-error if needed.
19321         (spam-fetch-article-header): Fix - it was a
19322         buffer-local variable (gnus-newsgroup-data).
19323         (spam-find-spam): Use spam-generate-fake-headers, forget about
19324         spam-insert-fake-headers.
19325         (spam-insert-fake-headers): Remove.
19326
19327 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19328
19329         * deuglify.el (gnus-article-outlook-unwrap-lines)
19330         (gnus-outlook-rearrange-article)
19331         (gnus-outlook-repair-attribution-outlook)
19332         (gnus-outlook-repair-attribution-block)
19333         (gnus-outlook-repair-attribution-other): Remove redundant
19334         save-excursion.
19335
19336 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19337
19338         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19339         (spam-fetch-field-subject-fast)
19340         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19341         (spam-fetch-article-header): Add functions to deal with Gnus
19342         internals for fast retrieval of article header data.
19343         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19344
19345 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19346
19347         * pop3.el (pop3-md5): Remove.
19348         (pop3-apop): Replace pop3-md5 with md5.
19349
19350         * mm-bodies.el: base64 is always built-in.
19351
19352         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19353         Use with-current-buffer.
19354
19355 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * canlock.el (canlock-insert-header): Remove excessive grouping in
19358         regexp.
19359
19360         * gnus-sum.el (gnus-summary-read-document): Ditto.
19361
19362         * gnus-uu.el (gnus-uu-part-number): Ditto.
19363
19364         * html2text.el (html2text-remove-tags): Ditto.
19365         (html2text-format-tags): Ditto.
19366         (html2text-format-single-elements): Ditto.
19367
19368         * mml.el (mml-parse-1): Ditto.
19369
19370 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19371
19372         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19373
19374         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19375
19376         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19377
19378         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19379
19380 2003-11-15  Simon Josefsson  <jas@extundo.com>
19381
19382         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19383         (pgg-gpg-lookup-key): Use regexp match instead of
19384         split-string (split-string is different between emacs 21.2 and
19385         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19386
19387 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19388
19389         * gnus-art.el (gnus-mime-view-all-parts)
19390         (gnus-article-part-wrapper, gnus-article-view-part):
19391         Use with-current-buffer.
19392
19393 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19394
19395         * spam.el (spam-disable-spam-split-during-ham-respool)
19396         (spam-spamoracle-database, spam-cache-lookups)
19397         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19398         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19399         (spam-group-ham-marks, spam-group-spam-marks)
19400         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19401         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19402         also add spam-use-blackholes to the statistical checks.
19403         (spam-fetch-field-fast): Add interface to fetching fields, may
19404         become a macro.
19405         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19406         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19407         (spam-insert-fake-headers): Fake an article when needed.
19408         (spam-find-spam): Fake article when possible.
19409         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19410         (spam-check-bogofilter-headers): Use message-fetch-field instead
19411         of nnmail-fetch-field.
19412
19413 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19414
19415         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19416
19417 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19418
19419         * spam.el (spam-split): Do not require spam-use-CHECK to be
19420         enabled if that check is passed to spam-split explicitly; also
19421         fix so 'spam doesn't get converted to spam-split-group when
19422         spam-split-symbolic-return is t.
19423         (spam-find-spam): Find registrations of the article and use those
19424         instead of re-running spam-split to find the spam/ham
19425         classification of the article.
19426         (spam-log-processing-to-registry, spam-log-registered-p)
19427         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19428         Use gnus-error instead of gnus-message.
19429         (spam-log-registration-type): Add function to determine the
19430         classification of a message based on registry entries; will
19431         return nil if both 'spam and 'ham are found.
19432         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19433         a reasonably fast local cache without the loading errors.
19434         (spam-cache-lookups): Set to t by default.
19435         (spam-find-spam): Don't try to guess spam-cache-lookups.
19436         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19437         spam-caches entry.
19438         (spam-filelist-build-cache, spam-filelist-check-cache):
19439         Fix caching of whitelist/blacklist entries.
19440         (spam-check-whitelist, spam-check-blacklist):
19441         Invoke spam-from-listed-p with a type, not a cache variable.
19442         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19443
19444 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19445
19446         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19447
19448         * nnmail.el (nnmail-split-fancy): do.
19449
19450         * mml.el (mml-parse): do.
19451
19452         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19453         (gnus-score-adaptive): do.
19454
19455 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19458         (gnus-mime-button-map): Don't set keymap parent.
19459         (gnus-button-ctan-directory-regexp): Use shy grouping.
19460         (gnus-prev-page-map): Don't set keymap parent.
19461         (gnus-prev-page-map): Remove duplicated one.
19462         (gnus-next-page-map): Don't set keymap parent.
19463         (gnus-mime-security-button-map): Ditto.
19464
19465         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19466         version number.
19467
19468         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19469
19470 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * canlock.el (canlock-sha1-function): Remove.
19473         (canlock-sha1-function-for-verify): Remove.
19474         (canlock-openssl-program): Remove.
19475         (canlock-openssl-args): Remove.
19476         (canlock-ignore-errors): Remove.
19477         (canlock-sha1-with-openssl): Remove.
19478         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19479         (canlock-verify): Don't use canlock-ignore-errors.
19480
19481         * sha1-el.el (sha1-string-external): Make it can return a string
19482         in binary form.
19483         (sha1-region-external): Ditto.
19484         (sha1-string-internal): Ditto.
19485         (sha1-region-internal): Ditto.
19486         (sha1-region): Ditto.
19487         (sha1-string): Ditto.
19488         (sha1): Ditto.
19489
19490 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19491
19492         * spam.el (spam-report-articles-gmane): New command.
19493
19494 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19495
19496         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19497
19498         * run-at-time.el (run-at-time-saved): Remove.
19499         (run-at-time): Doc fix.
19500
19501 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19502
19503         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19504         (gnus-summary-limit-map): Add it.
19505         (gnus-summary-make-menu-bar): do.
19506
19507 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19508
19509         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19510         Make attempt at some caching support (done for BBDB only now).
19511         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19512         addresses to be checked.
19513         (spam-clear-cache-BBDB): Add function, to be invoked by
19514         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19515         (spam-check-BBDB): Check and use the caches, if
19516         spam-cache-lookups is on, remove superfluous (provide).
19517
19518 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19519
19520         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19521
19522 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19523
19524         * run-at-time.el (run-at-time-saved): Move to after the definition
19525         of `run-at-time'.
19526
19527         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19528
19529 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19530
19531         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19532         mm-w3m-local-map-property.
19533
19534         * mm-view.el (mm-w3m-mode-map): Remove.
19535         (mm-w3m-local-map-property): Remove.
19536         (mm-inline-text-html-render-with-w3m): Don't use
19537         mm-w3m-local-map-property.
19538
19539 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19540
19541         * run-at-time.el: New file.
19542
19543         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19544         under Emacs.
19545
19546         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19547         of gnus-set-text-properties.
19548
19549         * gnus-uu.el (gnus-uu-save-article): Ditto.
19550
19551         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19552
19553         * gnus-cite.el (gnus-cite-parse): Ditto.
19554
19555         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19556         of gnus-.
19557
19558         * gnus-xmas.el (run-at-time): Require run-at-time.
19559
19560         * gnus.el: Change calls to nnheader-run-at-time and
19561         password-run-at-time throughout to use run-at-time directly.
19562
19563         * password.el: Remove definition of run-at-time.
19564
19565         * nnheaderxm.el: Remove definition of run-at-time.
19566
19567 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19568
19569         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19570         in prompt.
19571
19572 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19573
19574         * messagexmas.el (message-xmas-redefine): Alias
19575         `message-make-caesar-translation-table' to
19576         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19577         version.
19578
19579         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19580         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19581         `gnus-xmas-set-text-properties'.
19582         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19583         `gnus-xmas-completing-read'.
19584         (gnus-xmas-completing-read): Removed.
19585         (gnus-xmas-open-network-stream): Removed.
19586
19587         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19588         XEmacs version.
19589
19590         * dns.el (dns-make-network-process): Use `open-network-stream'
19591         instead of `gnus-xmas-open-network-stream'.
19592
19593         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19594
19595         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19596
19597 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19598
19599         * gnus-art.el (gnus-mime-display-alternative)
19600         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19601         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19602         Don't use gnus-local-map-property.
19603
19604         * gnus-util.el (gnus-local-map-property): Remove.
19605
19606         * mm-view.el (mm-view-pkcs7-decrypt):
19607         Replace gnus-completing-read-maybe-default with completing-read.
19608
19609         * gnus-util.el (gnus-completing-read): do.
19610         (gnus-completing-read-maybe-default): Remove.
19611
19612 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19613
19614         * password.el: Only autoload `run-at-time' if not XEmacs.
19615         Only autoload the itimer functions if XEmacs.
19616
19617 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19620         XEmacsen.
19621
19622         * dgnushack.el: Autoload executable-find for XEmacs.
19623
19624 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19625
19626         * gnus-art.el (gnus-read-string): Remove.
19627         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19628         read-string.
19629
19630 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19631
19632         * netrc.el: Autoload password-read.
19633         (netrc): Add configuration group.
19634         (netrc-encoding-method, netrc-openssl-path):
19635         Add variables for encoding and decoding of files with symmetric
19636         ciphers.
19637         (netrc-encode): Add assistant function to encode a file with
19638         netrc-encoding-method.
19639         (netrc-parse): Add interactive parameter, added optional
19640         decoding if netrc-encoding-method is non-nil but otherwise
19641         behavior is standard.
19642         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19643         Do s/encode/encrypt/ everywhere.
19644
19645         * spam.el: Remove executable-find autoload.
19646
19647 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19648
19649         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19650
19651         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19652
19653 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19654
19655         * gnus-art.el (gnus-treat-ansi-sequences)
19656         (article-treat-ansi-sequences): New variable and function.
19657         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19658
19659         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19660         Use it.
19661
19662 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * mm-util.el (mm-quote-arg): Remove.
19665
19666         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19667         shell-quote-argument.
19668
19669         * gnus-uu.el (gnus-uu-command): do.
19670
19671         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19672
19673         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19674         with make-char.
19675
19676         * mm-util.el (mm-make-char): Remove.
19677
19678         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19679         add-minor-mode.
19680
19681         * gnus-undo.el (gnus-undo-mode): do.
19682
19683         * gnus-topic.el (gnus-topic-mode): do.
19684
19685         * gnus-sum.el (gnus-dead-summary-mode): do.
19686
19687         * gnus-start.el (gnus-slave-mode): do.
19688
19689         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19690
19691         * gnus-ml.el (gnus-mailing-list-mode): do.
19692
19693         * gnus-gl.el (gnus-grouplens-mode): do.
19694
19695         * gnus-draft.el (gnus-draft-mode): do.
19696
19697         * gnus-dired.el (gnus-dired-mode): do.
19698
19699         * gnus-ems.el (gnus-add-minor-mode): Remove.
19700
19701         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19702         Replace gnus-char-width with char-width.
19703
19704         * gnus-ems.el (gnus-char-width): Remove.
19705
19706         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19707         Replace gnus-char-width with char-width.
19708
19709         * gnus-ems.el (gnus-char-width): Remove.
19710
19711         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19712         definition.
19713         Remove Emacs 20 hash table compatibility code.
19714
19715         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19716         20 compatibility code.
19717
19718         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19719
19720         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19721
19722         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19723         Replace with point-at-{eol,bol}.
19724
19725         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19726
19727         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19728
19729         * flow-fill.el (fill-flowed-point-at-bol)
19730         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19731
19732         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19733         Replace with point-at-{eol,bol} throughout all files.
19734
19735 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * ntlm.el (ntlm-string-as-unibyte): New macro.
19738         (ntlm-build-auth-response): Use it.
19739
19740         Remove Emacs 20 stuff:
19741         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19742         (butlast, mapc, remove): Remove the compiler macros.
19743         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19744         of delq and copy-sequence.
19745         * gnus-art.el (popup-menu): Remove the compiler macro.
19746         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19747         Emacs 20.
19748
19749 2004-01-05  Simon Josefsson  <jas@extundo.com>
19750
19751         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19752         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19753         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19754         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19755         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19756         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19757         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19758         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19759         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19760         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19761         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19762         string-xor into ntlm-string-xor.
19763         Suggested by Jesper Harder <harder@myrealbox.com>.
19764
19765         * ntlm.el: Don't include poem.
19766
19767         * md4.el (print-int32, print-string-hexa): Remove.
19768         Suggested by Jesper Harder <harder@myrealbox.com>.
19769
19770         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19771
19772         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19773         probably breaks emacs with DL patch, but do we care? Is anyone
19774         still using the DL stuff?)
19775
19776         * sieve-manage.el: Use the password package.
19777         (sieve-manage-read-passwd): Remove.
19778         (sieve-manage-interactive-login): Use password.  Re-add
19779         condition-case around loop.
19780
19781         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19782         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19783         Use the password package.
19784
19785 2003-02-19  Simon Josefsson  <jas@extundo.com>
19786
19787         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19788         token.
19789
19790 2002-08-07  Simon Josefsson  <jas@extundo.com>
19791
19792         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19793         (sieve-manage-authenticators):
19794         (sieve-manage-authenticator-alist): Add some SASL mechs.
19795         (sieve-sasl-auth): New function.
19796         (sieve-manage-cram-md5-auth):
19797         (sieve-manage-plain-auth): Rewrite using SASL library.
19798         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19799         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19800         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19801         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19802
19803 2004-01-05  Simon Josefsson  <jas@extundo.com>
19804
19805         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19806         New files.
19807
19808 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19809
19810         * gnus-group.el (gnus-no-groups-message): Update.
19811
19812         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19813
19814 2003-11-09  Simon Josefsson  <jas@extundo.com>
19815
19816         * imap.el: Support for ID IMAP extension (RFC 2971).
19817         (imap-local-variables): Add imap-id.
19818         (imap-id): New variable.
19819         (imap-id): New function.
19820         (imap-parse-response): Parse untagged ID response.
19821         * nnimap.el (nnimap-id): New variable.
19822         (nnimap-open-connection): Use it.
19823
19824 2003-12-28  Simon Josefsson  <jas@extundo.com>
19825
19826         * gnus-score.el (gnus-score-edit-all-score): New.
19827         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19828
19829 2004-01-04  Simon Josefsson  <jas@extundo.com>
19830
19831         * password.el: Add.
19832
19833 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19834
19835         * dns.el (dns-query-types): Fix typo.
19836         (dns-query-types): New function.
19837         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19838         PTR and SOA replies, see RFC 1035.
19839
19840 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19841
19842         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19843
19844         * Move to Changelog.2.
19845
19846 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19847
19848         * gnus.el (gnus-version-number): Bump version.
19849
19850 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19851
19852         * gnus.el: No Gnus v0.1 is released.
19853
19854 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19855
19856         * gnus.el: No Gnus v0.0 is released.
19857
19858 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19859
19860         * gnus.el (gnus-version-number): Bump.
19861         (gnus-version): No.
19862
19863 See ChangeLog.2 for earlier changes.
19864
19865     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19866       Free Software Foundation, Inc.
19867
19868   This file is part of GNU Emacs.
19869
19870   GNU Emacs is free software: you can redistribute it and/or modify
19871   it under the terms of the GNU General Public License as published by
19872   the Free Software Foundation, either version 3 of the License, or
19873   (at your option) any later version.
19874
19875   GNU Emacs is distributed in the hope that it will be useful,
19876   but WITHOUT ANY WARRANTY; without even the implied warranty of
19877   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19878   GNU General Public License for more details.
19879
19880   You should have received a copy of the GNU General Public License
19881   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19882
19883 ;; Local Variables:
19884 ;; coding: utf-8
19885 ;; fill-column: 79
19886 ;; add-log-time-zone-rule: t
19887 ;; End: