nnir.el (nnir-run-imap): Return article list in UID order.
[gnus] / lisp / ChangeLog
1 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (nnir-run-imap): Return article list in order of increasing
4         UID.
5
6 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
9         gnus-auto-select-on-ephemeral-exit.
10
11         * proto-stream.el (proto-stream-open-network-only): Fix the calling
12         convention of the network-only option.
13
14 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * proto-stream.el (proto-stream-open-network-only): New function to
17         have a way to specify non-STARTTLS upgrade connections.
18
19 2010-12-10  Julien Danjou  <julien@danjou.info>
20
21         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
22         email address is nil.
23
24         * message.el (message-bogus-recipient-p): Set address to "" if nil.
25
26 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
27
28         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
29         deletion.
30         (nnir-run-imap): Only need to parse list once.
31
32 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * shr.el (shr-tag-script): Ignore <script>.
35         (shr-tag-label): Add <label> support.
36
37 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
40
41         * shr.el (shr-image-displayer): Work for images lined side by side.
42
43 2010-12-08  Robert Pluim  <rpluim@gmail.com>
44
45         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
46         parameter, since XEmacs doesn't accept t as a parameter.
47
48 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
49
50         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
51         ids.
52         (nnir-run-gmane): Simplify groupspec formatting.
53         (nnir-request-expire-articles): New function.
54
55 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
58         overflow, possibly.
59
60         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
61         (shr-render-td): Handle td style="" better.
62         (shr-tag-table): Use the color from the style sheet.
63         (shr-render-td): Make sure we copy over all the overlays, too.
64
65 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
66
67         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
68         (nnir-request-article): Improve article retrieval.
69
70 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * mm-util.el (mm-extra-numeric-entities): New variable.
73
74         * mm-url.el (mm-url-decode-entities):
75         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
76
77         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
78
79 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
80
81         * message.el: Use completion-at-point.
82         (message-completion-function): New fun, extracted from message-tab.
83         (message-mode): Use it for completion-at-point-functions.
84         (message-tab): Use it and completion-at-point.
85
86 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
89         character if a non-breakable character follows.
90
91 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
94         any stream.
95
96         * shr.el (shr-tag-font): Colorize the region.
97         (shr-tag-body): Ditto.
98         (shr-tag-font): Actually let the styles be inherited instead of
99         overwriting them.
100         (shr-tag-font): Get the background color right.
101         (shr-tag-style): Ignore all <style> tags for the moment.
102
103         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
104         a Message-ID to avoid having nnimap depend on gnus-sum.
105
106         * shr.el (shr-descend): Only colorize something if we have a node that
107         sets colors.
108
109 2010-12-06  Julien Danjou  <julien@danjou.info>
110
111         * shr.el (shr-render-td): Render td content with shr-descend, so style
112         will be applied to <td> too.
113         (shr-colorize-region): Colorize region even if we only have a background.
114         (shr-tag-body): Fix color and background color inheritance.
115         Do not recolorize after shr-generic.
116         (shr-tag-font): Let shr-generic colorize via inheritance.
117
118 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
121
122 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
123
124         * nnir.el (nnir-request-move-article): Remove obsolete code.
125
126 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
129
130 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * gnus-sum.el (gnus-summary-respool-article): The completion function
133         expects a list instead of an alist.
134
135         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
136         string as the parameter.
137
138         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
139
140         * shr.el (shr-stylesheet): New dynamic variable for cascading the
141         styles.
142         (shr-colorize-region): New function.
143         (shr-insert-background-overlay): Remove.
144         (shr-render-td): Background setting should be taken care of on a higher
145         level.
146         (shr-tag-body): Use post-hoc colorizations.
147         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
148         (shr-put-color-1): Don't overwrite old colors.
149         (shr-colorize-region): When the background color isn't explicit, use
150         a fixed background.
151
152         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
153         nnmail variables.
154
155 2010-12-05  Bjørn Mork  <bjorn@mork.no>
156
157         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
158         unless necessary.
159
160 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
161
162         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
163         server.
164
165 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
168         so that TAB works.
169
170         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
171         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
172
173         * shr.el (shr-urlify): Show the URL before the title to avoid
174         misleading URLs.
175
176 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
177
178         * shr.el (shr-urlify): Display the title in <a> tags.
179
180 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
181
182         * nnir.el (nnir-categorize): Replace mapcar with mapc.
183
184 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
185
186         * nnir.el: Rearrange code to allow macros to be autoloaded by
187         gnus-sum.el.
188         (nnir-retrieve-headers-override-function): Make this variable
189         customizable.
190         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
191
192         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
193         from nnir.el.
194
195 2010-12-03  Julien Danjou  <julien@danjou.info>
196
197         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
198
199 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
202         allow optional argument `environment'.
203
204 2010-12-03  Glenn Morris  <rgm@gnu.org>
205
206         * mm-extern.el (message-goto-body): Update declaration.
207
208 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-util.el (gnus-macroexpand-all): New function.
211
212         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
213         instead of macroexpand-all that is unavailable in XEmacs.
214
215 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
216
217         * nnir.el (nnir-summary-line-format): New variable.
218         (nnir-mode): Use it.
219         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
220         (nnir-article-ids): Reimplement as defsubst.
221         (nnir-retrieve-headers): Don't mangle the subject header.
222         (nnir-run-imap): Use 100 as RSV score.
223         (nnir-run-find-grep): Fix for full server searching.
224         (nnir-run-gmane): Better restriction to gmane groups.
225
226         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
227         summary buffers.
228
229 2010-12-02  Julien Danjou  <julien@danjou.info>
230
231         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
232
233         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
234
235         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
236         support.
237
238 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
239
240         * nnir.el: Update to handle the registry better.
241         (autoload): Silence byte-compiler.
242         (nnir-open-server): Add a hook for nnir groups.
243         (nnir-request-move-article): Don't mangle the header. Better to use
244         formating variables (which will be added in the future).
245         (nnir-registry-action): Update the registry using the original article
246         group name.
247         (nnir-mode): Install nnir-specific hooks for updating the registry.
248
249         * gnus-sum.el
250         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
251         obsolete variables.
252         (gnus-summary-move-article): Remove use of obsolete variables.
253         (gnus-summary-local-variables): Make move and delete hooks local to
254         summary buffers.
255
256 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * rtree.el: New file.
259
260 2010-12-01  Julien Danjou  <julien@danjou.info>
261
262         * message.el (message-user-organization): Do not use
263         gnus-local-organization.
264
265         * gnus.el: Remove gnus-local-organization.
266
267         * gnus-msg.el: Remove nastygram thing.
268
269 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
272         funcall.
273
274 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
277         names.
278
279         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
280         characters.
281
282         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
283         to t of inhibit-read-only since it is inside gnus-with-article-headers.
284         Suggested by Štěpán Němec <stepnem@gmail.com>.
285         (gnus-gravatar-transform-address): Use mail-extract-address-components
286         that supports non-ASCII names rather than mail-header-parse-addresses.
287
288 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * proto-stream.el (open-protocol-stream): All starttls connections are
291         handled by the network handler.
292
293 2010-11-30  Julien Danjou  <julien@danjou.info>
294
295         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
296         (nnimap-open-connection-1): Fix PREAUTH.
297
298         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
299
300 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
303         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
304         (shr-insert): Use them.
305         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
306
307 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
308
309         * nnir.el (nnir-request-move-article): Bail out if original group
310         doesn't support article moves.
311         (nnir-get-active): Improve active list retrieval.
312
313 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * shr.el (shr-find-fill-point): Don't break before apostrophes.
316
317 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
318
319         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
320         seem to accept strings-with-numbers as port numbers,
321
322 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
323
324         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
325         change the registry.
326
327 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
330         delete-dups that is not available in XEmacs 21.4.
331
332         * mm-util.el (mm-delete-duplicates): Add comment.
333
334 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
335
336         * nnir.el (nnir-ignored-newsgroups): New variable.
337         (nnir-get-active): Use it.
338
339 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * proto-stream.el (proto-stream-open-network): Add some comments.
342
343         * nntp.el (nntp-open-connection): Provide a :success condition.
344
345         * nnimap.el (nnimap-open-connection-1): Ditto.
346
347         * proto-stream.el (proto-stream-open-network): See what the response to
348         the STARTTLS command is.
349
350         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
351         backwards compatibility).
352         (nnimap-open-connection-1): Really respect nnimap-server-port.
353
354         * proto-stream.el (proto-stream-open-network): When doing opportunistic
355         TLS upgrades we don't really care about the identity of the peer.
356         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
357         that what we've checked for.
358         (proto-stream-always-use-starttls): Only default to t if
359         open-gnutls-stream exists.
360         (proto-stream-open-network): If STARTTLS failed, then just open a
361         normal connection.
362         (proto-stream-open-network): Wait until the greeting before doing
363         STARTTLS.
364
365         * nntp.el (nntp-open-connection): Report what the connection error is.
366
367         * proto-stream.el (open-protocol-stream): Renamed from
368         open-proto-stream.
369
370 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * nnimap.el (nnimap-stream): Change default to `undecided'.
373         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
374         first, and then network.
375         (nnimap-open-connection-1): Respect nnimap-server-port.
376         (nnimap-open-connection): Be more backwards-compatible.
377
378         * proto-stream.el (proto-stream-always-use-starttls): New variable.
379         (proto-stream-open-starttls): De-duplicate the starttls code.
380         (proto-stream-open-starttls): Folded back into the main function.
381         (proto-stream-open-network): Fix typo in the gnutls path.
382         (proto-stream-command): Refactor out.
383
384         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
385
386         * proto-stream.el (proto-stream-open-starttls): Actually implement the
387         starttls.el STARTTLS.
388
389         * color.el (color-lab->srgb): Fix function call name.
390
391         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
392         if we're using tls.el.
393         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
394         built in, then don't try to establish a STARTTLS connection.
395
396         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
397         servers.
398
399         * proto-stream.el (open-proto-stream): Use network, not stream.
400         (open-proto-stream): Add a way to specify what the end of a command is.
401
402         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
403         connections types.
404         (nntp-open-network-stream): Remove.
405         (nntp-open-ssl-stream): Remove.
406         (nntp-open-tls-stream): Remove.
407         (nntp-ssl-program): Remove.
408
409         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
410
411 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
412
413         * nnir.el: Fix typos.
414         (nnir-retrieve-headers-override-function): Rename variable to reflect
415         new semantics.
416         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
417         macros.
418         (nnir-request-article, nnir-request-move-article): Use them.
419         (nnir-categorize): New function.
420         (nnir-run-query): Use it.
421         (nnir-retrieve-headers): Rewrite to batch header retrieval.
422         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
423         sorted.
424         (nnir-group-full-name): Use gnus-group-full-name instead.
425         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
426         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
427
428 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
431
432         * proto-stream.el: New library to provide protocol-specific
433         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
434         protocols.
435         (open-proto-stream): Complete the documentation.
436         (proto-stream-open-network): Fix some typos.
437
438         * nnimap.el (nnimap-open-connection): Use it.
439
440 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
441
442         * pop3.el (pop3-open-server): Read server greeting before starting TLS
443         negotiation.
444
445 2010-11-26  Julien Danjou  <julien@danjou.info>
446
447         * color.el: Rename various rgb functions to srgb.
448
449 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
452         names.
453
454 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * shr.el (shr-insert): Revert last change.
457         (shr-find-fill-point): Never leave point being at bol;
458         relax the kinsoku limitation when rendering tables.
459
460 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
463         results from -accept-article.
464
465         * shr-color.el: Require cl when compiling.
466
467         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
468         checkin.
469
470         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
471
472         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
473
474         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
475         'add and 'delete to set backend marks.
476
477         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
478
479         * nnheader.el (nnheader-update-marks-actions): Refactor out.
480
481         * nntp.el (nntp-request-set-mark): Use it.
482
483         * nnfolder.el (nnfolder-request-set-mark): Ditto.
484
485         * nnml.el (nnml-request-set-mark): Ditto.
486
487         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
488         introduces regressions in article selection.
489         (nnimap-find-uid-response): New function.
490         (nnimap-request-accept-article): Use the UID returned, if any.
491         (nnimap-request-move-article): Use the UID returned, if any.
492         (nnimap-get-groups): Reimplement to work with folded lines.
493         (nnimap-find-uid-response): The UID is the last element in the list.
494         (nnimap-request-set-mark): Extend syntax with 'set.
495
496         * nnml.el (nnml-request-set-mark): Ditto.
497
498         * nnfolder.el (nnfolder-request-set-mark): Ditto.
499
500         * nntp.el (nntp-request-set-mark): Ditto.
501
502 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * message.el (message-called-interactively-p): A temporary macro.
505         (message-goto-body): Use it temporarily.
506
507 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
510         (nnimap-last-response-string): Unfold quoted lines, if they exist.
511         (nnimap-last-response-string): Fix last unfolding fix.
512
513 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * shr.el (shr-insert): Fix the way to fold lines.
516
517 2010-11-25  Julien Danjou  <julien@danjou.info>
518
519         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
520
521         * color.el: Rename from color-lab.el
522         (color-rgb->hex): Add.
523         (color-complement): Add.
524         (color-complement-hex): Add.
525
526         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
527
528 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * shr-color.el (shr-color-visible): Don't bug out if the colour names
531         don't exist.
532
533 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
536         assuming that article displaying or another mml-preview may be
537         interrupted for an error or for the like.
538
539         * shr.el (shr-get-background): Fix argument name.
540
541 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
544
545         * gnus-sum.el (gnus-summary-include-articles): New function.
546
547         * message.el (message-goto-body): called-interactively-p needs a
548         parameter, so use `any'.
549
550         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
551         clear marks before moving, since they're synced from the Gnus side
552         first.
553
554         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
555         (gnus-summary-move-article): Copy over all marks before moving, so that
556         IMAP doesn't think a new article has arrived.
557
558 2010-11-24  Julien Danjou  <julien@danjou.info>
559
560         * shr.el (shr-insert-background-overlay): Fix typo.
561         (shr-render-td): Copy the background before rendering.
562
563         * shr-color.el (shr-color-visible): Fix docstring.
564
565         * shr.el (shr-tag-table): Add bgcolor support.
566         (shr-render-td): Add bgcolor support.
567         (shr-get-background): Add.
568         (shr-insert-foreground-overlay): Use shr-get-background.
569
570         * message.el (message-goto-body): Use called-interactively-p.
571         (message-in-body-p): message-goto-body returns point.
572
573 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
576         Fixes something or other in Emacs 23, and is backwards compatible.
577
578         * message.el (message-goto-body): Remove the <#secure special-casing,
579         which is too special.
580
581         * shr.el (shr-parse-style): Drop !important from styles.
582
583 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
584
585         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
586         this function to return incorrect results when calling it with an
587         explicit article argument different from
588         (gnus-summary-article-number).
589
590 2010-11-24  Julien Danjou  <julien@danjou.info>
591
592         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
593         (shr-tag-body): Add background support.
594         (shr-descend): Add background support.
595         (shr-tag-title): Add.
596
597         * shr-color.el (shr-color-visible): Really return original background
598         if fixed.
599
600 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * shr.el (shr-color-check): Protect against non-existant colour names.
603
604 2010-11-24  Julien Danjou  <julien@danjou.info>
605
606         * color-lab.el: Require 'cl when compiling.
607
608         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
609
610         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
611         matched part.
612
613         * color-lab.el: Fix all expt calls to use float type.
614
615 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
618         expression to shr-color-check as is.
619
620         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
621
622         * color-lab.el: Add coding cookie.
623         (float-pi): Use eval-and-compile.
624
625         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
626         compiled for Emacsen having no `libxml-parse-html-region' support.
627
628 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * shr.el (shr-insert-color-overlay): Split stuff like
631         "#444444 !important" to find the real colour.
632         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
633         parse <font color="red"> entries.
634
635 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
636
637         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
638         point when parsing headers.
639
640         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
641         is positioned properly when parsing headers.
642
643 2010-11-23  Julien Danjou  <julien@danjou.info>
644
645         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
646
647         * shr-color.el (shr-color->hexadecimal): Add support for color names.
648
649         * shr.el (shr-parse-style): Replace \n with space in style parsing.
650
651         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
652         shr-color-hue-to-rgb.
653         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
654
655 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * shr.el (shr-color->hexadecimal): Autoload.
658         (shr-descend): Add color to all tags.
659
660 2010-11-22  Julien Danjou  <julien@danjou.info>
661
662         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
663         shr-color->hexadecimal.
664
665         * shr-color.el (shr-color->hexadecimal): Add converting functions for
666         RGB() or HSL() color representation.
667
668         * shr.el (shr-tag-font): Add.
669         (shr-tag-color-check): New function to get better colors.
670         (shr-tag-insert-color-overlay): Factorize code between tag-font and
671         tag-span.
672
673         * shr-color.el: New file.
674
675         * color-lab.el: New file.
676
677         * gnus-art.el (gnus-url-mailto): Do not downcase args.
678
679 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
680
681         * nnir.el: Fix typo in comments.
682         (nnir-run-imap): Simplify code. No need to reverse artlist.
683         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
684
685 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
688
689         * nnimap.el (nnimap-get-capabilities): Refactor out.
690         (nnimap-open-connection): Re-request capabilities after STARTTLS.
691
692 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
693
694         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
695         appearing when `mm-uu-hide-markers' is nil.
696
697 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * nnimap.el (nnimap-unselect-group): Make into its own function.
700         (nnimap-request-rename-group): Unselect group before renaming.
701         This had gotten lost somewhere.
702         (nnimap-request-accept-article): Keep track of examined groups, and
703         unselect the group before APPENDing to read-only groups.
704         (nnimap-request-move-article): Clear flags before moving so that they
705         can be re-set later.
706
707 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
710         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
711
712 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * gnus-art.el (gnus-mime-display-single)
715         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
716         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
717         parameter.
718
719 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
722         (shr-table-vertical-line): New variable.
723         (shr-insert-table): Use it.
724
725 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-html.el (gnus-html-wash-images): Don't display images if
728         gnus-inhibit-images is non-nil; register displayer for cid images.
729         (gnus-html-display-image): Work for cid image.
730         (gnus-html-insert-image): Allow arguments.
731         (gnus-html-put-image): Inhibit read-only.
732         (gnus-html-prefetch-images): Don't prefetch images if
733         gnus-inhibit-images is non-nil.
734
735 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * shr.el (shr-put-image): Break lines when inserting big pictures.
738
739 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
740
741         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
742         sender, thanks Katsumi Yamaoka.
743
744 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
745
746         * nnir.el (nnir-run-imap): Reverse the article list for each group
747         rather than the whole list.
748
749 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * shr.el (shr-image-displayer): Protect function against non-existent
752         image source.
753
754         * gnus-art.el (gnus-inhibit-images): New user option.
755         (gnus-mime-display-single): Don't display image if it is non-nil.
756
757         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
758         gnus-inhibit-images.
759
760         * shr.el (shr-image-displayer): New function.
761         (shr-tag-img): Use it.
762
763 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
764
765         * mml2015.el (mml2015-epg-sign): Use From header.
766
767 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-html.el (gnus-html-wash-images): Register a displayer.
770
771         * gnus-util.el (gnus-find-text-property-region): Return markers.
772
773         * shr.el (shr-tag-img): Put a displayer in the text property.
774
775         * gnus-util.el (gnus-find-text-property-region): New utility function.
776
777         * gnus-html.el (gnus-html-display-image): Make the alt optional.
778         (gnus-html-show-images): Remove.
779
780         * gnus-art.el (gnus-article-show-images): New, more general function.
781
782         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
783         image url text properties.
784
785         * shr.el: Ditto.
786
787         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
788         gnus-agent-auto-agentize-methods is set.  Which it isn't.
789
790 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
793         work for two or more articles.
794
795 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
798         divide an image that's in an html article to two or more when washing
799         non-ASCII characters in alt text of it.
800
801 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
804         smime-decrypt-region using function argument.
805         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
806
807         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
808
809         * smime.el (smime-decrypt-region): Catch it.
810
811 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
812
813         * smime.el (smime-mode-map): Move initialization into declaration.
814         (gnus-run-mode-hooks): Don't autoload.
815         (smime-mode): Use define-derived-mode.
816
817 2010-11-11  Glenn Morris  <rgm@gnu.org>
818
819         * smime.el (from): Restrict declaration to XEmacs.
820
821         * nnir.el (gnus-group-topic-name): Autoload.
822
823 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * shr.el (shr-insert): Don't break long line if it is because of
826         kinsoku-bol characters in the line end.
827
828 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
829
830         * nnir.el (nnir-request-move-article): Fix to provide original group
831         and subject.
832         (nnir-warp-to-article): Don't fail on articles whose headers haven't
833         been retrieved.
834
835         * gnus-sum.el (gnus-summary-move-article): Use original group and
836         subject for virtual articles such as those in an nnir summary buffer.
837
838 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
841         least 21.5).
842
843         * smime.el (from): Declare it again for XEmacs.
844
845 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * message.el (message-resend): Don't disable encoding unless it's
848         already encoded.
849
850         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
851         low-numbered articles.
852
853 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * rfc2047.el (rfc2047-syntax-table): Simplify.
856
857         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
858
859         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
860         set-char-table-range for XEmacs.
861
862 2010-11-10  Glenn Morris  <rgm@gnu.org>
863
864         * time-date.el (time-to-seconds): Always an alias on Emacs,
865         never a real function.
866         (with-no-warnings): Remove compat stub, now unused.
867         (time-less-p): Doc fix.
868         (time-to-number-of-days): Simplify.
869
870         * smime.el (from): Remove unused declaration.
871
872         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
873         (gnus-float-time): On Emacs, always an alias.
874
875         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
876         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
877
878 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * dgnushack.el: Don't use ignore-errors in the top level form since it
881         is unavailable in XEmacs even if cl is loaded.
882
883         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
884
885 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * shr.el (browse-url-mailto): Autoload.
888
889         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
890
891         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
892         regexp doesn't need quoting.
893
894 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
895
896         * message.el (message-subject-trailing-was-ask-regexp)
897         (message-subject-trailing-was-regexp): Match was: in addition to was.
898
899 2010-11-09  Glenn Morris  <rgm@gnu.org>
900
901         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
902         (nnbabyl-check-mbox): Use point-at-bol.
903
904 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
907
908         * message.el (message-mailto): New function.
909         (message-mailto): Should accept other parameters.
910         (message-mailto): Remove since it duplicates browse-url-mailto
911         functionality.
912
913 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
916         methods.
917         (gnus-read-active-file): Ditto.
918
919         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
920         ": " from the prompt.
921         (gnus-group-make-group): Ditto.
922
923 2010-11-07  Glenn Morris  <rgm@gnu.org>
924
925         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
926         (gnus-bookmark-kill-line): Use point-at-eol.
927
928 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
931         asterisks in From header.
932
933 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
936         string to avoid making the From headers syntactically invalid.
937
938         * message.el (message-send-mail): Don't insert courtesy messages if the
939         message already has List-Post and List-ID messages.
940
941 2010-11-06  Glenn Morris  <rgm@gnu.org>
942
943         * gnus-art.el (gnus-treat-article): Give dynamic local variables
944         `condition', `type', `length' a prefix.
945         (gnus-treat-predicate): Update for above name changes.
946
947 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
948
949         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
950         binding.  Handled by `gnus-summary-refer-thread' instead.
951         (nnir-warp-to-article): New backend function.
952
953         * nnimap.el (nnimap-request-thread): Force dependency updating.
954
955         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
956         (gnus-summary-refer-thread): Rework to improve thread-referral.
957
958         * gnus-int.el (gnus-warp-to-article): New function.
959
960         * gnus-sum.el (gnus-summary-article-map): Bind it.
961
962 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
963
964         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
965         gnus-summary-refer-thread.
966
967         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
968         headers.
969         (gnus-summary-limit-include-thread): Prevent articles in thread from
970         being cut in gnus-cut-threads.
971         (gnus-summary-refer-thread): Limit retrieved headers to those in
972         thread.
973
974 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * message.el (message-send-mail): Use the value of
977         message-courtesy-message from the message buffer.
978
979         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
980
981         * shr.el (shr-browse-url): Implement mailto: URLs.
982
983         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
984         "raw".
985
986         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
987         if it's already selected.
988
989         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
990
991 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
994         to measure the length and truncate alt text.
995
996 2010-11-03  Glenn Morris  <rgm@gnu.org>
997
998         * nndiary.el (nndiary-generate-nov-databases-1)
999         (nndiary-generate-active-info): Rename dynamic variable `files' to
1000         something less generic.
1001
1002 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1003
1004         * nnir.el (nnir-request-move-article): Call the underlying backend to
1005         move articles from nnir.
1006
1007 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1010
1011 2010-11-02  Julien Danjou  <julien@danjou.info>
1012
1013         * nnir.el: Remove wais support.
1014
1015 2010-11-02  Glenn Morris  <rgm@gnu.org>
1016
1017         * gnus-html.el: Reorder requirements to quieten compiler.
1018
1019 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1022         properly for XEmacs as well.
1023         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1024         (gnus-article-natural-long-line-p): Use window-width rather than
1025         frame-width.
1026
1027 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1028
1029         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1030         (nnir-read-parms): Don't modify query.
1031         (nnir-run-query): Add ability to search topic on current line.
1032         (nnir-get-active): Clean up.
1033
1034 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1037         degenerate articles.
1038
1039         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1040         (gnus-print-buffer): Just print the buffer as is, without any copying
1041         to a buffer and then re-highlighting.
1042
1043         * nnimap.el (nnimap-request-group): Store the new updated info.
1044         (nnimap-request-group): Select the group when we don't know whether it
1045         exists or not.
1046
1047         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1048         groups.
1049
1050         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1051         groups.
1052
1053         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1054         groups.
1055
1056         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1057         long-lines case by only filling the long lines.
1058
1059         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1060         (bug #7311).
1061
1062 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * shr.el: No need to declare `declare-function' since shr.el is for
1065         only Emacsen that provide `libxml-parse-html-region'.
1066
1067         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1068         effective only in a file it is referred to.
1069
1070 2010-11-01  Glenn Morris  <rgm@gnu.org>
1071
1072         * mm-util.el (gnus-completing-read): Autoload.
1073         (mm-read-coding-system): Simplify Emacs definition.
1074
1075         * nnmail.el (gnus-activate-group):
1076         * nnimap.el (gnutls-negotiate):
1077         * nntp.el (netrc-parse): Fix declarations.
1078
1079 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1082         string-match-p in Emacs >=23.
1083
1084         * gnus-msg.el (gnus-configure-posting-styles)
1085         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1086
1087 2010-11-01  Glenn Morris  <rgm@gnu.org>
1088
1089         * nnir.el (declare-function): Add compat stub.
1090         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1091         (nnir-run-gmane): Require 'mm-url.
1092
1093         * mm-util.el (mm-string-to-multibyte): Simplify.
1094
1095         * shr.el (declare-function): Add compat stub.
1096         (url-cache-create-filename): Declare.
1097         (mm-disable-multibyte, widget-convert-button): Autoload.
1098
1099         * smime.el (ldap-search): Declare.
1100         (smime-cert-by-ldap-1): Require ldap on Emacs.
1101
1102         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1103         (nnimap-keepalive): Use gnus-float-time.
1104
1105         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1106         (mail-source-delete-crash-box): Use gnus-float-time.
1107
1108         * gnus-dired.el (gnus-completing-read): Autoload.
1109
1110         * mm-view.el (gnus-rescale-image): Autoload.
1111
1112         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1113
1114         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1115
1116         * sieve-manage.el: Require 'cl when compiling.
1117
1118         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1119         (gnus-iswitchb-completing-read): Require iswitchb.
1120         (gnus-select-frame-set-input-focus): Silence compiler.
1121
1122 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * message.el (message-subject-trailing-was-query): Change default to t,
1125         since I think that's what most people want.
1126
1127         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1128         appending for easier debugging.
1129         (nnimap-wait-for-connection): Take a regexp.
1130         (nnimap-request-accept-article): Wait for the continuation line before
1131         sending anything unless we're streaming.
1132
1133         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1134         leave the header washing to take place.
1135
1136 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1137
1138         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1139         regular expression match and replace in posting styles.
1140
1141 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1142
1143         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1144         an entire server.
1145         (nnir-get-active): New function.
1146         (nnir-run-imap): Use it.
1147         (nnir-run-gmane): Who knew, gmane search returns an article score!
1148
1149         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1150         server on the current line with nnir.
1151
1152 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1155         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1156         left edge.
1157         (gnus-article-foldable-buffer): Skip past the prefix when determining
1158         raggedness.
1159
1160         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1161         the raw article, and change `C-u g' to show the article without doing
1162         treatments.
1163
1164         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1165         on to `gnus-treat-article'.
1166         (gnus-inhibit-article-treatments): New variable.
1167
1168         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1169
1170         * gnus-art.el (gnus-treatment-function-alist): Have
1171         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1172         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1173         sections.
1174
1175         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1176         parameter.
1177         (gnus-article-fill-cited-long-lines): New function.
1178         (gnus-article-fill-cited-article): Allow filling only long sections.
1179
1180         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1181         and non-punctuation (like after the apostrophe in "'We").
1182
1183         * gnus-sum.el (gnus-summary-select-article): Make sure
1184         gnus-original-article-buffer is alive.
1185
1186         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1187         reflect the order they're in in the digest.
1188
1189         * gnus.el (gnus-group-startup-message): Move point to the start of the
1190         buffer.
1191
1192         * nnimap.el (nnimap-capability): New function.
1193         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1194         is set.
1195
1196 2010-10-31  David Engster  <dengste@eml.cc>
1197
1198         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1199         conform with changes to gnus-completing-read.
1200
1201 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1204
1205 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1206
1207         * nnir.el: Move defvar, defcustom around to keep file organized
1208         and keep byte-compiler quiet.
1209         (nnir-read-parms): Accept search-engine as arg.
1210         (nnir-run-query): Pass search-engine as arg.
1211         (nnir-search-engine): Remove.
1212
1213 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * shr.el (shr-generic): The text nodes should be text, not :text.
1216
1217         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1218         later in the file.
1219
1220 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * nnir.el: General clean up.  Allow searching with multiple engines.
1223         Allow separate extra-parameters for each engine.
1224         Batch queries when possible.
1225         (nnir-imap-default-search-key,nnir-method-default-engines):
1226         Add customize interface.
1227         (nnir-run-gmane): New engine.
1228         (nnir-engines): Use it.  Qualify all prompts with engine name.
1229         (nnir-search-engine): Remove global variable.
1230         (nnir-run-hyrex): Restore for now.
1231         (nnir-extra-parms,nnir-search-history): New variables.
1232         (gnus-group-make-nnir-group): Use them.
1233         (nnir-group-server): Remove in favor of gnus-group-server.
1234         (nnir-request-group): Avoid searching twice.
1235         (nnir-sort-groups-by-server): New function.
1236
1237 2010-10-30  Julien Danjou  <julien@danjou.info>
1238
1239         * gnus-group.el: Remove gnus-group-fetch-control.
1240
1241         * gnus-start.el (gnus-find-new-newsgroups):
1242         Remove gnus-check-first-time-used.
1243
1244         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1245
1246 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1247
1248         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1249         set on groups that don't have \* permanentflags.
1250
1251 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1254         control the background color.
1255         (shr-tag-img): Ignore very small web bug type images.
1256         (shr-put-image): Add help-echo alt texts to the images.
1257         (shr-tag-video): Show the video poster image.
1258
1259 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * shr.el (shr-table-depth): New variable.
1262         (shr-tag-table-1): Only insert the images after the top-level table.
1263
1264         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1265
1266         * gnus-util.el (gnus-list-memq-of-list): New function.
1267
1268         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1269         selected.
1270         (nnimap-unsplittable-articles): New slot.
1271         (nnimap-new-articles): Use it.
1272
1273 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1274
1275         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1276         move to the previous line on `M-g'.
1277
1278 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1281         *-request-group, which seems unnecessary.
1282
1283         * nnimap.el (nnimap-quote-specials): Function copied over from
1284         imap.el.
1285         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1286         they support that.  Suggested by Tom Regner.
1287
1288 2010-10-29  Julien Danjou  <julien@danjou.info>
1289
1290         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1291         defalias.
1292         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1293
1294         * gnus.el: Remove `gnus-nntp-service' variable.
1295         (gnus-secondary-servers): Make obsolete.
1296         (gnus-nntp-server): Make obsolete.
1297
1298         * gnus-start.el (gnus-1): Remove x-splash calls.
1299
1300         * gnus-ems.el (gnus-x-splash): Remove.
1301
1302         * gnus.el (gnus-group-startup-message): Simplify/update code.
1303
1304         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1305         definition.
1306
1307         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1308         capability before doing anything.
1309         (gnus-group-insert-group-line): Remove useless
1310         gnus-group-remove-excess-properties.
1311
1312 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1315
1316 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1319         config after reselecting.
1320
1321 2010-10-28  Julien Danjou  <julien@danjou.info>
1322
1323         * shr.el (shr-put-image): Use point even if only inserting text.
1324         (shr-put-image): Save excursion when inserting alt text on non-graphic
1325         display, so the behaviour is the same when we are on a graphic display.
1326
1327         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1328
1329 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1332         (gnus-mime-copy-part): Check coding system, not charset.
1333         (gnus-mime-view-part-externally): Never remove part.
1334         (gnus-mime-view-part-internally): Don't remove part here.
1335         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1336         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1337         multipart/alternative.
1338
1339         * mm-decode.el (mm-display-part): Take optional arg `force'.
1340
1341 2010-10-26  Julien Danjou  <julien@danjou.info>
1342
1343         * gnus-group.el (gnus-group-default-list-level): Add this function to
1344         compute the default list level.
1345         (gnus-group-default-list-level): Add possibility to use a function.
1346
1347 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1350
1351         * gnus-group.el (gnus-group-completing-read)
1352         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1353         gnus-replace-in-string.
1354
1355 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * shr.el (shr-tag-div): Add.
1358
1359         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1360
1361 2010-10-25  Julien Danjou  <julien@danjou.info>
1362
1363         * gnus-util.el: Remove `gnus-with-local-quit'.
1364
1365         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1366
1367 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1370         the original article buffer.
1371
1372 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (nnimap-request-head): New function.
1375         (nnimap-request-move-article): Try to be slighly faster by not
1376         requesting the entire message when moving.
1377         (nnimap-transform-headers): Don't bug out on bodiless articles.
1378         (nnimap-send-command): Have no outstanding messages if the IMAP server
1379         doesn't support streaming.
1380         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1381
1382 2010-10-24  Julien Danjou  <julien@danjou.info>
1383
1384         * message.el (message-default-headers): Fix type.
1385
1386 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1389         prefetching images.
1390
1391         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1392         backend for unknown groups.  This is mainly useful for nnimap groups.
1393
1394         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1395         group isn't covered by the agent.
1396
1397 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1398
1399         * nnir.el (nnir-method-default-engines): New variable.
1400         (nnir-run-query): Use it.
1401         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1402         (gnus-summary-nnir-goto-thread): Change group if needed.
1403
1404         * gnus-group.el (gnus-group-group-map): Add key binding for
1405         gnus-group-make-nnir-group.
1406
1407 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr.el (shr-tag-object): Add.
1410
1411         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1412         original article buffer live.
1413         (gnus-summary-select-article-buffer):
1414         Mention gnus-widen-article-buffer.
1415
1416 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * shr.el (shr-tag-strong): Add.
1419
1420 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1423         group names.  They mess up the group buffer badly.
1424
1425         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1426
1427         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1428         instead of the summary one.
1429
1430 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * mml.el (mml-preview): Work properly when editing article.
1433
1434         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1435         gnus-have-read-active-file if it's already been in.
1436
1437 2010-10-22  Tom Tromey  <tromey@redhat.com>
1438
1439         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1440         gnus-group-completing-read.
1441
1442 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * message.el (message-mode-map): Don't bind M-; to comment region, to
1445         allow the global comment-dwim to work.
1446
1447 2010-10-21  Julien Danjou  <julien@danjou.info>
1448
1449         * message.el (message-setup-1): Allow message-default-headers to be a
1450         function.
1451
1452 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * shr.el (shr-tag-table): Simplify.
1455
1456 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1459         to avoid trying to snarf invalid stuff.
1460
1461         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1462
1463         * gnus.el (gnus-message-archive-group): Quote value.
1464         (gnus-message-archive-group): Mark as changed.
1465
1466         * shr.el (shr-add-font): Don't put the font properties on the newline
1467         or the indentation.
1468
1469         * message.el (message-fix-before-sending): Change options when sending
1470         non-printable characters.
1471
1472         * gnus.el (gnus-message-archive-method): Change the default to
1473         monthly outgoing groups.
1474
1475         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1476         that have gotten new numbers.
1477
1478         * nnimap.el (nnimap-request-replace-article): New function.
1479
1480 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1483         (nnrss-request-article): Don't use special html washing code.
1484
1485 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * shr.el (shr-tag-table): Remove useless nconc.
1488
1489 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-art.el (article-wash-html): Simplify and remove the charset
1492         stuff.  Use the normal html rendering code instead of the special html
1493         washing code.
1494
1495         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1496         `gnus-w3m' symbols.
1497         (mm-text-html-washer-alist): Remove.
1498
1499         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1500         (mm-inline-media-tests): Remove use.
1501         (mm-text-html-renderer): Change default to the `shr' symbol.
1502
1503         * mm-view.el (mm-inline-text-html): Remove use.
1504
1505         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1506         `gnus-blocked-images' to be a function.
1507         (gnus-article-wash-function): Remove.
1508
1509 2010-10-20  Julien Danjou  <julien@danjou.info>
1510
1511         * spam.el (spam-list-of-processors): Mark as obsolete.
1512
1513         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1514         (nnimap-insert-partial-structure): Fix boundary detection.
1515
1516 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1517
1518         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1519         run file-truename on remote files.  This can be expensive and even
1520         prevent one from editing drafts if some unrelated buffer has a stale
1521         connection.
1522
1523 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1526         kinsoku-eol regardless of shr-kinsoku-shorten.
1527         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1528         (shr-tag-table): Support caption, thead, and tfoot.
1529
1530 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1533         lines.
1534         (shr-save-contents): New command and keystroke.
1535
1536         * nndoc.el (nndoc-type-alist): Add git support.
1537         (nndoc-git-type-p): New function.
1538         (nndoc-transform-git-article): Ditto.
1539         (nndoc-transform-git-headers): Ditto.
1540         (nndoc-transform-git-headers): Generate Subject headers.
1541
1542         * shr.el (shr-parse-style): New function.
1543         (shr-tag-span): Ditto.
1544
1545         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1546         to `G G' to avoid collisions.
1547
1548 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * shr.el: Load kinsoku if necessary.
1551         (shr-kinsoku-shorten): New internal variable.
1552         (shr-find-fill-point): Make kinsoku shorten text line if
1553         shr-kinsoku-shorten is bound to non-nil.
1554         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1555         shr-indentation too when testing if table is wider than frame width.
1556         (shr-insert-table): Use `string-width' instead of `length' to measure
1557         text width.
1558         (shr-insert-table-ruler): Make sure indentation is done at bol.
1559
1560 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1561
1562         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1563         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1564         undecoded network data.
1565
1566 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1569         name in the mode line spec so that the mode line menu works
1570         (bug #2431).
1571
1572         * message.el (message-get-reply-headers): If we're fed `to-address',
1573         then always use that.
1574
1575         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1576         aren't so wide as to need to switch off the edit menu.
1577
1578         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1579         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1580
1581         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1582         `M-g'.
1583         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1584         the permanent marks.
1585
1586 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1587
1588         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1589         Splitting according to references/in-reply-to obeys the ignore-groups
1590         variable, while splitting by sender and subject do not.
1591
1592 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1595         alist, so that we can look for non-Unicode chars.
1596         (article-translate-strings): Allow both character and string maps.
1597
1598 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * shr.el (shr-insert): Don't insert space behind a wide character
1601         categorized as kinsoku-bol, or between characters both categorized as
1602         nospace.
1603
1604 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1605
1606         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1607         headers to gnus-newsgroup-headers.
1608
1609 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * shr.el (shr-tag-img): Don't align images -- since we're not
1612         rescaling, this often leads to ugly displays.
1613
1614 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1615
1616         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1617         duplicates.
1618
1619 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1620
1621         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1622         call.
1623
1624 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * gnus.el: Autoload gnus-html-show-images.
1627
1628         * nnimap.el: Use nnheader-message throughout.
1629
1630         * shr.el (shr-tag-img): Ignore images with no data.
1631
1632 2010-10-15  Julien Danjou  <julien@danjou.info>
1633
1634         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1635         a possibility to disable format=flow encoding when using hard newlines.
1636
1637 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * shr.el (shr-insert): Remove space inserted before or after a
1640         breakable character or at the beginning or the end of a line.
1641         (shr-find-fill-point): Do kinsoku; find the second best point or give
1642         it up if there's no breakable point.
1643
1644 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * nnimap.el (nnimap-open-connection): Message when opening connection
1647         for debugging purposes.
1648
1649         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1650         on every setup buffer call to allow this to change from article to
1651         article.
1652
1653         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1654         buffers where we have a wide table.
1655
1656 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1657
1658         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1659         uses *-request-thread.
1660
1661 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1664         incantation, which is no longer valid.
1665
1666 2010-10-14  Julien Danjou  <julien@danjou.info>
1667
1668         * shr.el: Fix defcustom type (char -> character).
1669
1670 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1673         programs.
1674
1675 2010-10-14  Julien Danjou  <julien@danjou.info>
1676
1677         * shr.el (shr-tag-a): Use url-link as widget type.
1678
1679         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1680         `gnus-group-get-icon'.
1681
1682 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1685         This should make server editing work better.
1686
1687         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1688
1689         * tls.el (tls-program): Remove spurious %s from openssl.
1690
1691         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1692         (nnimap-parse-flags): Fix regexp.
1693
1694         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1695         probably work for CJVK text, too.
1696
1697         * nnimap.el (nnimap-extend-tls-programs): Remove.
1698         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1699
1700         * tls.el (tls-starttls-switches): Remove starttls hack.
1701         (open-tls-stream): Ditto.
1702         (tls-find-starttls-argument): Ditto.
1703
1704 2010-10-13  Julien Danjou  <julien@danjou.info>
1705
1706         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1707         responses.
1708
1709 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1712
1713         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1714         anything in Emacs.
1715
1716         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1717
1718 2010-10-13  Julien Danjou  <julien@danjou.info>
1719
1720         * shr.el (shr-width): Make shr-width a defcustom with default to
1721         fill-column.
1722         (shr-tag-img): Use shr-width rather than fill-column.
1723
1724 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * dgnushack.el (byte-optimize-apply)
1727         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1728
1729         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1730         position when (X-)Faces exist.
1731         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1732         avatars when called interactively.
1733
1734 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1737         gnus-article-x-face-too-ugly is bound.
1738
1739 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1742
1743         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1744         mailbox that doesn't exist.
1745
1746 2010-10-12  Julien Danjou  <julien@danjou.info>
1747
1748         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1749         (shr-get-image-data): Encode URL properly when fetching from cache.
1750         (shr-tag-img): Use aligned-to spaces to align correctly images.
1751
1752         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1753         before inserting the Gravatar.
1754
1755         * shr.el (shr-tag-img): Add align attribute support for <img>.
1756
1757 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-gravatar.el (gnus-art): Require.
1760
1761         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1762         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1763         Remove long obsoleted functions.
1764
1765 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1768
1769         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1770
1771         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1772         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1773         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1774         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1775         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1776         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1777         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1778
1779 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * nnimap.el (nnimap-request-rename-group): Select group read-only
1782         before renaming it.
1783
1784         * shr.el (shr-insert): Fix up the white space only regexp.
1785
1786         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1787         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1788
1789         * shr.el (shr-current-column): New function.
1790         (shr-find-fill-point): New function.
1791
1792 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1793
1794         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1795         numbers.
1796
1797 2010-10-11  Julien Danjou  <julien@danjou.info>
1798
1799         * shr.el (shr-hr-line): Add.
1800         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1801         display hr lines.
1802         (shr-max-columns): Do not change state to nil if we just inserting
1803         spaces.
1804
1805 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1808         select the last group.
1809
1810 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1811
1812         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1813
1814 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1815
1816         * dig.el (dig-mode-map): Declare and define in one step.
1817
1818 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1821         for Gnus.
1822         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1823         (nnimap-update-qresync-info): Mark \Seen articles as read.
1824
1825         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1826         non-variable, too.
1827
1828         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1829         available.
1830         (nnimap-update-info): Rely more on the current active than the param
1831         active to avoid marking articles as read too much.
1832
1833         * auth-source.el (auth-source-create): Use (user-login-name) for the
1834         user name default.
1835
1836         * nnimap.el (nnimap-update-info): If the server doesn't return any
1837         useful info, just use the previous info.
1838         (nnimap-update-info): Prefer old info over start-article.
1839         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1840
1841 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (autoload): Clean up autoloads.
1844         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1845         Use key rather than value.
1846         (nnir-imap-search-other): New variable.
1847         (nnir-read-parm): Use it.
1848         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1849         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1850
1851 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1852
1853         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1854         the process, too.
1855
1856 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * spam.el (gnus-summary-mode-map): Bind to "$".
1859         Suggested by Russ Allbery.
1860
1861         * shr.el: Rework the way things are indented by <li> slightly.
1862
1863         * gnus.el (gnus-group-set-parameter): Fix typo.
1864
1865         * nnimap.el: Start implementing QRESYNC support.
1866
1867 2010-10-09  Julien Danjou  <julien@danjou.info>
1868
1869         * nnir.el (nnir-engines): Fix too many arguments.
1870
1871 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1874         group is the "last", so that the backends like nnfolder actually save
1875         their folders.
1876
1877         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1878         try to use that for the tls stream.
1879         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1880         UIDVALIDITY and find out which groups are read-only and not.
1881         (nnimap-get-flags): Use the same marks parsing code as the rest of
1882         nnimap.
1883
1884 2010-10-09  Julien Danjou  <julien@danjou.info>
1885
1886         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1887
1888         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1889         retrieving gravatars.
1890
1891         * shr.el (shr-table-corner): Add.
1892         (shr-table-line): Add.
1893         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1894
1895 2010-10-08  Julien Danjou  <julien@danjou.info>
1896
1897         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1898
1899 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1900
1901         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1902
1903         * gnus-sum.el (gnus-mark-article-as-unread)
1904         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1905         (gnus-summary-set-bookmark): Use it.
1906
1907         * gnus-msg.el (gnus-setup-message): Use it.
1908
1909         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1910
1911         * gnus.el (gnus-group-remove-parameter): Use it.
1912
1913         * gnus-group.el (gnus-group-make-web-group): Use it.
1914
1915         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1916
1917         * nnregistry.el: Update docs to mention manual.
1918
1919         * gnus-registry.el: Update docs to mention nnregistry.el.
1920         (gnus-registry-initialize): Don't install nnregistry refer method
1921         automatically.
1922         (gnus-registry-install-nnregistry): Remove it.
1923
1924 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * shr.el (shr-insert): Don't insert double spaces.
1927
1928 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-gravatar.el (gnus-treat-from-gravatar)
1931         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1932         called interactively.
1933
1934         * gnus-art.el (gnus-mime-view-part-externally)
1935         (gnus-mime-view-part-internally): Make predicate function passed to
1936         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1937         of a mime type.
1938
1939         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1940
1941 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * shr.el (require): Require cl when compiling.
1944         (shr-tag-hr): New function.
1945
1946         * nnimap.el (nnimap-update-info): Remove double setting of high.
1947         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1948         This makes nnimap work properly on Courier again.
1949
1950         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1951         the variable for backwards compatability.
1952
1953         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1954         the file name before using to avoid setting mm-default-directory to
1955         nil.
1956
1957         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1958         bidning gnus-agent variables.
1959
1960         * shr.el (shr-render-td): Use a cache for the table rendering function
1961         to avoid getting an exponential rendering behaviour in nested tables.
1962         (shr-insert): Rework the line-breaking algorithm.
1963         (shr-insert): Don't leave trailing spaces.
1964         (shr-insert-table): Also insert empty TDs.
1965         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1966
1967 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1968
1969         * gnus-sum.el (gnus-number): Rename from `number'.
1970         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1971         (gnus-summary-limit-children): Update uses correspondingly.
1972
1973 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1976         (gnus-gravatar-transform-address): Don't show avatars of people of
1977         which mail addresses match gnus-gravatar-too-ugly.
1978
1979 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * shr.el (shr-table-widths): Expand TD elements to fill available
1982         space.
1983
1984 2010-10-07  Julien Danjou  <julien@danjou.info>
1985
1986         * nnimap.el (nnimap-request-rename-group): Add this method.
1987
1988 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1991         name from XEmacs' function-arglist.
1992
1993         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1994         gravatar under XEmacs.
1995
1996 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1997
1998         * auth-source.el: Update docs with TODO items.
1999
2000         * gnus-sync.el: Update docs to explain state and plans.
2001
2002         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2003         Hooks for mark updates.
2004         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2005
2006         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2007         hooks with arguments, which is needed for mark update hooks.
2008
2009 2010-10-06  Julien Danjou  <julien@danjou.info>
2010
2011         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2012         was matched.
2013
2014         * sieve-manage.el: Update example in `Commentary'.
2015
2016         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2017
2018         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2019         not 2000.
2020         (sieve-manage-authenticate): Re-add function.
2021
2022 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * shr.el (shr-insert): Get 'space transition right.
2025         (shr-render-td): Only delete space at the end of the TD.
2026
2027         * nnimap.el (nnimap-open-connection): Prepare to support
2028         open-gnutls-stream.
2029
2030         * shr.el: Rearrange function order to be more logical.
2031
2032 2010-10-06  Julien Danjou  <julien@danjou.info>
2033
2034         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2035         (nnrss-discover-feed): Remove 404 URL in docstring.
2036
2037         * nnir.el: Fix Swish-E URL.
2038         Fix Namazu URL.
2039
2040         * message.el (message-change-subject): Remove 404 URL in a comment.
2041
2042 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2045         called interactively.
2046
2047         * gnus-util.el (gnus-remove-if): Allow hash table.
2048         (gnus-remove-if-not): New function.
2049
2050         * gnus-art.el (gnus-mime-view-part-as-type)
2051         * gnus-score.el (gnus-summary-score-effect)
2052         * gnus-sum.el (gnus-read-move-group-name):
2053         Replace remove-if-not with gnus-remove-if-not.
2054
2055         * gnus-group.el (gnus-group-completing-read):
2056         Regard collection as a hash table if it is not a list.
2057
2058 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2061
2062         * shr.el: Document the table-rendering algorithm.
2063
2064 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2067         for Emacsen having no `libxml-parse-html-region' support.
2068
2069 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2072         invalid URLs.
2073
2074         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2075         line-broken.
2076         (shr-tag-img): Ignore image fetching errors.
2077         (shr-overlays-in-region): Compute overlay positions correctly.
2078
2079         * mm-decode.el (mm-shr): Require shr.
2080
2081         * gnus-art.el (gnus-blocked-images): Move variable here.
2082
2083         * shr.el (shr-insert-table): Bind free variable.
2084
2085         * mm-decode.el (mm-shr): Bind shr-content-function.
2086
2087         * shr.el (shr-content-function): New variable.
2088
2089         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2090         added for symmetry.
2091
2092         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2093
2094         * gnus-group.el (gnus-group-make-group): Doc fix.
2095
2096         * nnimap.el (nnimap-request-newgroups): Return success.
2097
2098         * shr.el (shr-find-elements): New function.
2099         (shr-tag-table): Put all the images after the table.
2100         (shr-tag-table): Really inhibit images inside the table.
2101         (shr-collect-overlays): Copy over overlays from the TD elements to the
2102         main document.
2103
2104         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2105         gnus-blocked-images.
2106
2107 2010-10-05  Julien Danjou  <julien@danjou.info>
2108
2109         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2110
2111         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2112         (gnus-html-maximum-image-size): Add this function.
2113         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2114
2115         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2116         server-value of the capability is nil.
2117
2118 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * shr.el (shr-tag-em): Add <EM> tag.
2121
2122 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2123
2124         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2125         customizable.
2126
2127         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2128         handing broken links to browse-url.
2129
2130 2010-10-05  Julien Danjou  <julien@danjou.info>
2131
2132         * gnus-util.el (gnus-emacs-completing-read)
2133         (gnus-iswitchb-completing-read): Use autoload rather than require.
2134
2135 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2138         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2139         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2140         iswitchb-temp-buflist for XEmacs.
2141
2142         * gnus-util.el (gnus-completing-read-function): Exclude
2143         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2144         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2145         XEmacs.
2146
2147         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2148         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2149
2150         * gnus-html.el: Don't require help-fns under XEmacs.
2151         (gnus-html-schedule-image-fetching): Work for XEmacs.
2152
2153         * mm-decode.el (mm-shr): Decode contents by charset.
2154
2155 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2158         unknown.
2159
2160         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2161         (shr-get-image-data): Ensure against the cache file missing.
2162
2163         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2164         for data.
2165
2166         * spam-report.el (spam-report-url-ping-plain): Don't query about
2167         killing the process.
2168
2169         * shr.el (shr-render-td): Protect against too-wide text.
2170
2171 2010-10-04  Julien Danjou  <julien@danjou.info>
2172
2173         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2174         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2175
2176         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2177         retrieved.
2178
2179 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * shr.el (browse-url): Require.
2182         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2183         lines.
2184         (shr-show-alt-text, shr-browse-image): New commands.
2185         (shr-browse-url, shr-copy-url): New commands.
2186
2187         * gnus-sum.el (gnus-widen-article-window): New variable.
2188         (gnus-summary-select-article-buffer): Use it.
2189
2190         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2191         without @ signs.
2192
2193 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2194
2195         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2196
2197 2010-10-04  Julien Danjou  <julien@danjou.info>
2198
2199         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2200         for XEmacs.
2201
2202 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2205
2206         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2207         (nnimap-close-server): Implement.
2208
2209         * dgnushack.el (iswitchb): Require to shut up the compiler.
2210
2211         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2212         (shr-insert): Tweak line breaking.
2213         (shr-insert): Handle <pre> better.
2214         (shr-tag-li): Get <li> indentation right.
2215         (shr-tag-li): Get <li> indentation even righter.
2216         (shr-tag-blockquote): Ensure paragraph start.
2217         (shr-make-table): Tweak table generation.
2218         (shr-make-table): Fix typo.
2219
2220         * shr.el: Implement table rendering.
2221
2222 2010-10-04  Julien Danjou  <julien@danjou.info>
2223
2224         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2225
2226 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * shr.el (shr-insert): Use string anchors instead of line anchors.
2229
2230 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * shr.el: Add headings.
2233         (shr-ensure-paragraph): Actually work.
2234         (shr-tag-li): Make <ul> prettier.
2235         (shr-insert): Get white space at the beginning/end of elements right.
2236         (shr-tag-p): Collapse subsequent <p>s.
2237         (shr-ensure-paragraph): Don't insert double line feeds after blank
2238         lines.
2239         (shr-insert): \t is also space.
2240         (shr-tag-s): Fix "s" tag name function.
2241         (shr-tag-s): Fix face prop name.
2242
2243 2010-10-03  Julien Danjou  <julien@danjou.info>
2244
2245         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2246
2247         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2248         gnus-window-inside-pixel-edges.
2249
2250         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2251         gnus-ems.
2252
2253         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2254
2255         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2256         function.
2257
2258         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2259         resize choice.
2260
2261 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2264         beginning of the buffer.
2265
2266         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2267         article buffer again.
2268
2269         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2270
2271         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2272         when it's at the start of the buffer.
2273
2274         * shr.el (shr-tag-blockquote): Convert name.
2275         (shr-rescale-image): Use the right image-size variant.
2276
2277         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2278         buffer isn't shown, then select the current article first instead of
2279         bugging out.
2280         (gnus-summary-select-article-buffer): Show both the article and summary
2281         buffers again.
2282
2283         * shr.el (shr-fontize-cont): Protect against regions with no text.
2284         Rename tag functions to shr-tag-* for enhanced security.
2285         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2286
2287 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2288
2289         * shr.el (shr-insert):
2290         * pop3.el (pop3-movemail):
2291         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2292         loaded.
2293
2294 2010-10-03  Glenn Morris  <rgm@gnu.org>
2295
2296         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2297
2298         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2299
2300         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2301
2302         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2303
2304         * gnus-util.el (gnus-make-local-hook): Simplify.
2305
2306 2010-10-02  Julien Danjou  <julien@danjou.info>
2307
2308         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2309         (gnus-ido-completing-read): New function.
2310         (gnus-emacs-completing-read): New function.
2311         (gnus-completing-read): Use gnus-completing-read-function.
2312         Add gnus-completing-read-function.
2313
2314 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * shr.el (shr-insert-document): Autoload.
2317         (shr-img): Be silent.
2318         (shr-insert): Add a newline after every picture before text.
2319         (shr-add-font): Use overlays for combining faces.
2320         (shr-insert): Pass upwards the text start point.
2321
2322         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2323         possible.
2324         (mm-shr): New function.
2325
2326 2010-10-02  Julien Danjou  <julien@danjou.info>
2327
2328         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2329         should go backward.
2330
2331 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2332
2333         * shr.el (shr): Fix typo in provide call.
2334
2335 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * shr.el: New file.
2338
2339         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2340
2341         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2342         completing read.
2343
2344 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2347         we're being queried about.  Suggested by Dan Jacobson.
2348
2349         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2350         Suggested by Jason Eisner.
2351
2352         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2353         table, too.  Suggested by Stefan Wiens.
2354         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2355         the table unnecessary.  Suggested by Stefan Wiens.
2356
2357         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2358         longer needed, and probably doesn't work either, as pointed out by
2359         Stefan Wiens.
2360         (gnus-summary-exit): Remove call to the clearing function.
2361         (gnus-summary-exit-no-update): Ditto.
2362
2363         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2364         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2365         Reported by Stefan Monnier.
2366         (gnus-summary-save-in-rmail): Ditto.
2367
2368         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2369         article buffer, instead of both the article buffer and the summary
2370         buffer.  Sort of suggested by Dan Jacobson.
2371
2372         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2373
2374         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2375         Suggested by Dan Jacobson.
2376
2377         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2378         documentation clearer.
2379
2380         * message.el (message-shorten-references): Comment on the number "21".
2381         Suggested by Stefan Monnier.
2382
2383         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2384         Suggested by Dan Jacobson.
2385
2386         * gnus.el (gnus-large-newsgroup):
2387         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2388
2389         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2390         externalize attachments.  Bug reported by Steve Wen.
2391
2392         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2393         really message anything to the user.
2394
2395         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2396         directly.
2397
2398         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2399         messages in empty groups.
2400
2401 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2402
2403         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2404         non-UIDNEXT group.
2405
2406 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2409         not the value from the collection.
2410
2411         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2412         values.  This sometimes happens on some groups that have no info.
2413         (nnimap-request-newgroups): New function.
2414
2415 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2418         check into `gnus-registry-initialize'.
2419         (gnus-registry-initialize): Ditto.
2420         Fix and extend header docs.
2421
2422 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2425         regexp backtrace overflows.
2426
2427         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2428         for starttls that tls.el implements; i.e. openssl.
2429
2430         * tls.el (tls-starttls-switches): Give up on using starttls with
2431         gnutls-cli.
2432         (tls-program): Add --insecure to be consistent with the defaults from
2433         openssl s_client.  Now all three commands are insecure.
2434
2435 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * lpath.el: Bind completion-styles-alist for XEmacs.
2438
2439         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2440         (gravatar-create-image): New function that's an alias to
2441         gnus-xmas-create-image, gnus-create-image, or create-image.
2442         (gravatar-data->image): Use it.
2443
2444 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2447         install the nnregistry refer method.
2448         (gnus-registry-install-hooks): Use it.
2449         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2450         unfollowed groups.
2451
2452 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2453
2454         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2455         expanding threads.
2456
2457 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nnir.el: Use the server names without suffixes (bug #7009).
2460
2461         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2462         unencrypted to STARTTLS, if possible.
2463
2464 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2465
2466         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2467         headers before superseding.
2468
2469 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * nnrss.el (nnrss-use-local): Add documentation.
2472
2473         * nnimap.el (nnimap-extend-tls-programs): New function.
2474         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2475         (nnimap-wait-for-connection): Accept the greeting from the stupid
2476         output from openssl s_client -starttls, too.
2477
2478         * tls.el (tls-starttls-switches): New variable.
2479         (tls-find-starttls-argument): Use it.
2480         (open-tls-stream): Ditto.
2481
2482         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2483         (netrc-machine): Ditto.
2484
2485         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2486         article number.
2487         (nnimap-split-fancy): New variable.
2488         (nnimap-split-incoming-mail): Use it.
2489
2490         * nntp.el (nntp-server-list-active-group): Document.
2491
2492         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2493         SELECT to get the message-id.
2494
2495         * mail-source.el (mail-sources): Remove webmail support.
2496         (defvar): Ditto.
2497         (mail-source-fetcher-alist): Ditto.
2498         (mail-source-fetch-webmail): Remove.
2499
2500         * webmail.el: Remove -- doesn't seem relevant any more.
2501
2502         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2503
2504         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2505         the \r.
2506
2507 2010-09-30  Julien Danjou  <julien@danjou.info>
2508
2509         * gnus-agent.el (gnus-agent-add-group): Fix call to
2510         gnus-completing-read.
2511
2512 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nndoc.el (nndoc-retrieve-groups): New function.
2515
2516         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2517         `default', use nnmail-split-methods.
2518         (nnimap-request-article): Downcase the NILs so that they are nil.
2519
2520         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2521         symbol.
2522
2523         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2524         code, since if the user has requested network, that's what they ought
2525         to get.
2526         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2527         (nnimap-split-rule): Mark as obsolete.
2528
2529         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2530         New variable.
2531
2532         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2533         correct slot, too.
2534
2535 2010-09-29  Julien Danjou  <julien@danjou.info>
2536
2537         * gnus.el (gnus-local-domain): Declare variable obsolete.
2538
2539         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2540         Fix history computing.
2541         (gnus-ido-completing-read): Require ido.
2542
2543 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2546         build Gnus.
2547
2548         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2549         when interpreting the structures.
2550         (nnimap-request-accept-article): Add \r\n to the lines to make this
2551         work with Cyrus.
2552
2553         * nndraft.el (nndraft-request-expire-articles): Use the group name
2554         instead if "nndraft".  Fix found by Nils Ackermann.
2555
2556 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2557
2558         * nnregistry.el: Add.
2559
2560 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2561
2562         * nnmail.el (group, group-art-list, group-art):
2563         Remove unneeded directives.
2564
2565 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2568         (mm-mime-charset)
2569         * rfc2047.el (rfc2047-syntax-table)
2570         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2571
2572         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2573         rather than `insert-file-contents' and `eval-region'.
2574
2575         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2576         construction.
2577
2578         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2579
2580         * time-date.el: No need to require cl for Emacs 21.
2581
2582 2010-09-29  Julien Danjou  <julien@danjou.info>
2583
2584         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2585         replacement of `gnus-gravatar-relief' to mimic
2586         `gnus-faces-properties-alist'.
2587         Add :version property.
2588
2589 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * mail-source.el (mail-source-report-new-mail)
2592         * message.el (message-default-mail-headers)
2593         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2594
2595         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2596
2597 2010-09-28  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2600         mail-address contains the same string as real-name.
2601
2602         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2603         non-blank in header, otherwise it'll get stripped.
2604
2605         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2606         real-name, and then for mail address rather than doing : or , search.
2607
2608 2010-09-27  Julien Danjou  <julien@danjou.info>
2609
2610         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2611         right completing-read function.
2612         (gnus-use-ido): New variable
2613         (gnus-completing-read-with-default): Remove.
2614         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2615         (gnus-agent-add-group):
2616         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2617         * mm-view.el (mm-view-pkcs7-decrypt):
2618         * mm-util.el (mm-codepage-setup):
2619         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2620         * mml-smime.el (mml-smime-openssl-sign-query):
2621         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2622         (mml-insert-multipart):
2623         * gnus-msg.el (gnus-summary-yank-message):
2624         * gnus-int.el (gnus-start-news-server):
2625         * mm-decode.el (mm-interactively-view-part):
2626         * gnus-dired.el (gnus-dired-attach):
2627         * gnus.el (gnus-read-method):
2628         * gnus-bookmark.el (gnus-bookmark-jump):
2629         * gnus-art.el (gnus-mime-view-part-as-type)
2630         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2631         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2632         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2633         * nnmairix.el (nnmairix-create-server-and-default-group)
2634         (nnmairix-update-groups, nnmairix-get-server)
2635         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2636         (nnmairix-get-group-from-file-path):
2637         * nnrss.el (nnrss-find-rss-via-syndic8):
2638         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2639         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2640         (gnus-group-browse-foreign-server):
2641         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2642         (gnus-summary-execute-command, gnus-summary-respool-article)
2643         (gnus-read-move-group-name):
2644         * gnus-score.el (gnus-summary-increase-score)
2645         (gnus-summary-score-effect):
2646         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2647
2648 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2651         x-focus-frame.
2652
2653         * nnimap.el (auth-source-forget-user-or-password)
2654         (auth-source-user-or-password): Autoload.
2655
2656         * message.el (message-from-style, message-interactive)
2657         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2658         (message-yank-prefix, message-indentation-spaces, message-signature)
2659         (message-signature-file): Add comment.
2660
2661 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2664         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2665         new articles.
2666
2667         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2668         parts.
2669         (nnimap-request-article): Work with the t setting, too.
2670
2671         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2672         that you don't get flashes of other buffers.
2673         (gnus-summary-show-complete-article): Intern before setting.
2674
2675 2010-09-27  David Engster  <dengste@eml.cc>
2676
2677         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2678         well as HEADERS.
2679         (nnmairix-retrieve-headers): Provide new argument for the above.
2680
2681 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-sum.el (gnus-summary-move-article): Don't alter
2684         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2685         group.
2686
2687         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2688
2689         * message.el (message-cite-prefix-regexp): Revert my last edit.
2690
2691         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2692         variable instead of the Gnus variable.
2693
2694         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2695
2696         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2697
2698         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2699         since some servers don't like it.
2700         (nnimap-open-connection): Forget credentials if the server says the
2701         password was wrong.
2702         (nnimap-parse-line): Protect against invalid data.
2703
2704         * gnus-sum.el (gnus-summary-move-article): Add comment.
2705         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2706         nothing alters it while scanning for new messages.
2707
2708         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2709         which may or may not help.
2710         (nnimap-open-connection): If we're doing a stream connection, and then
2711         discover we're on a STARTTLS-capable server, then open a STARTTLS
2712         connection instead.
2713
2714 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * nnimap.el (utf7): Require.
2717
2718         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2719         prefix.
2720
2721 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2722
2723         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2724
2725 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * nnimap.el (nnimap-request-accept-article): Message the error on
2728         error.
2729
2730 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2733
2734 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * nndoc.el (nndoc-request-list): Return success always.
2737
2738         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2739         `fetch-old' -- we only want to fetch the articles we've requested.
2740         The rest are in the agent, probably.
2741         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2742         disappeared server" to something low.  It's not important.
2743
2744         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2745         arrived before the FETCH data.
2746
2747         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2748         target here, because we don't know the Gnus name of the group.
2749
2750         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2751         for the correct group.
2752
2753         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2754
2755         * gnus.el (gnus): Give a final warning after startup.
2756
2757         * gnus-util.el (gnus-action-message-log): New variable.
2758         (gnus-message): Use it.
2759         (gnus-final-warning): New function.
2760
2761         * nnimap.el (nnimap-open-connection): Record the greeting.
2762         (nnimap): Add greeting.
2763
2764 2010-09-26  Julien Danjou  <julien@danjou.info>
2765
2766         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2767         arguments.
2768         (gnus-html-wash-images): Fix spec computing to include start/end.
2769
2770         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2771
2772 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2775         deletion.
2776         (nnimap-retrieve-headers): Don't select the group, because that's
2777         already done by nnimap-possibly-change-group.
2778
2779         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2780         (gnus-picon-transform-address): Use it.
2781
2782         * mail-source.el (mail-source-value): Revert previous patch.
2783
2784         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2785         on failure.
2786         (nnimap-open-connection): Look up both virtual and physical server name
2787         credentials.
2788
2789         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2790
2791 2009-02-07  Dave Love  <fx@gnu.org>
2792
2793         * tls.el (open-tls-stream): Don't query killing process.
2794
2795 2009-02-08  Dave Love  <fx@gnu.org>
2796
2797         * gnus-win.el (gnus-window-to-buffer-helper)
2798         (gnus-all-windows-visible-p): Function needn't be a symbol.
2799
2800         * mail-source.el (mail-source-value): Function needn't be a symbol.
2801
2802 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * message.el (message-cite-prefix-regexp): Remove } from the cite
2805         prefix.
2806
2807         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2808         highlight again, so that the highlight is correct.
2809
2810         * gnus-picon.el (gnus-picon): Remove again.
2811         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2812
2813         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2814         doing the header highlightling, so that the background colour of the
2815         picon is correct.
2816
2817         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2818         (gnus-picon): Ditto.
2819         (gnus-picon): Reinstate.  The background colour for picons is white.
2820         (gnus-picon-insert-glyph): Make the background white.
2821
2822         * nnml.el (nnml-open-nov): Don't return dead buffers.
2823
2824         * auth-source.el (auth-source-create): Query the user for whether to
2825         store the credentials.
2826
2827         * netrc.el (netrc-store-data): New function.
2828
2829         * auth-source.el (auth-source-user-or-password): Use the existing auth
2830         sources, if any, for creation.
2831
2832         * gnus.el (gnus-group-fast-parameter): Return the last matching
2833         parameter instead of the first matching parameter.
2834
2835 2010-09-26  Julien Danjou  <julien@danjou.info>
2836
2837         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2838
2839 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * mml2015.el (mml2015-use): Remove gpg support.
2842
2843         * mml1991.el (mml1991-function-alist): Remove gpg function.
2844         (mml1991-gpg-sign): Remove.
2845
2846 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2847
2848         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2849         (gnus-browse-unsubscribe-current-group): Document it.
2850         (gnus-browse-unsubscribe-group): Use it.
2851
2852 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2855         address to the To list for easier response.
2856
2857         * gnus.el (gnus-play-startup-jingle): Remove.
2858         (gnus-splash): Don't play jingle.
2859         (gnus): Silence gnus-load message.
2860
2861         * gnus-art.el (gnus-treat-play-sounds): Remove.
2862
2863         * gnus.el (gnus-play-jingle): Remove audio support.
2864
2865         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2866
2867         * earcon.el: Remove -- no users.
2868
2869         * gnus-audio.el: Remove -- no users of this package.
2870
2871         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2872
2873         * gnus-start.el (gnus-setup-news): Remove nocem support.
2874
2875         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2876
2877         * gnus.el (gnus-use-nocem): Remove.
2878
2879         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2880         Remove.
2881
2882         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2883         uses NoCeM any more.
2884
2885         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2886         (gnus-button-ctan-handler): Ditto.
2887         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2888         (gnus-button-ctan-directory-regexp): Ditto.
2889         (gnus-button-handle-ctan): Ditto.
2890         (gnus-button-tex-level): Ditto.
2891         (gnus-button-alist): Remove CTAN stuff.
2892
2893 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2896         nnimap-streaming test.
2897
2898         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2899         servers twice.
2900
2901         * nnimap.el (nnimap-open-connection): Add more error reporting when
2902         nnimap fails early.
2903
2904         * nnheader.el (nnheader-get-report-string): New function.
2905         (nnheader-get-report): Use it.
2906
2907         * gnus-int.el (gnus-check-server): Say what the error was when opening
2908         failed.
2909
2910         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2911         using streaming.
2912
2913 2010-09-25  Julien Danjou  <julien@danjou.info>
2914
2915         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2916         gnus-window-inside-pixel-edges.
2917
2918 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2921
2922         * mm-decode.el (mm-save-part): Allow saving to other directories the
2923         normal Emacs way.
2924
2925         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2926         Suggested by Jay Berkenbilt.
2927
2928         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2929         there isn't a single byte.
2930
2931         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2932         just do it.  It doesn't really seem to matter what the user responds
2933         here, I think, so it's just a confusing question.
2934
2935         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2936         non-streaming case.
2937
2938         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2939         (gnus-article-encrypt-body): Use it.
2940
2941         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2942         keystroke.
2943
2944         * nnimap.el (nnimap-find-wanted-parts-1):
2945         Use gnus-fetch-partial-articles.
2946
2947         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2948
2949         * nnimap.el (nnimap-insert-partial-structure): New function.
2950         (nnimap-get-partial-article): New function.
2951         (nnimap-request-article): Use it.
2952         (nnimap-wait-for-response): Return whether the wait was successful.
2953         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2954         retrieval wasn't successful.
2955         (nnimap-retrieve-group-data-early): Allow throttling servers.
2956         (nnimap-streaming): New variable.
2957         (nnimap-fetch-partial-articles): Remove.
2958
2959         * mm-decode.el (mm-with-part): Protect against killed buffers.
2960
2961         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2962         for prettier summary display.
2963
2964 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2965
2966         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2967
2968 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2971         apparently third-party libraries depend on it.
2972
2973         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2974         before starting negotiation.
2975
2976         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2977         privacy reasons.
2978         (gnus-treat-mail-gravatar): Ditto.
2979
2980         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2981         buffer when inserting images.  Inserting text into the headers, for
2982         instance, can make them invalid.
2983
2984 2010-09-25  Julien Danjou  <julien@danjou.info>
2985
2986         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2987         variables.
2988
2989         * nnheader.el: Remove useless variables news-reply-yank-from and
2990         news-reply-yank-message-id.
2991
2992         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2993         variables.
2994
2995         * mml1991.el: Remove useless mml1991-verbose.
2996
2997         * gnus.el: Remove useless variable gnus-use-generic-from.
2998         Remove obsolete variable gnus-topic-indentation.
2999
3000         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3001
3002         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3003
3004         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3005
3006         * gnus-group.el: Remove useless gnus-group-icon-cache.
3007         Remove useless gnus-ephemeral-group-server.
3008
3009         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3010
3011         * mml2015.el: Remove useless mml2015-verbose.
3012
3013         * mml-smime.el: Remove useless mml-smime-verbose.
3014
3015         * gnus.el: Remove useless gnus-local-domain.
3016
3017         * gnus-gravatar.el (gnus-gravatar-transform-address):
3018         Use gnus-gravatar-size.
3019
3020         * gnus-art.el: Remove useless gnus-treat-translate.
3021
3022 2010-09-24  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-sum.el: Add support for Gravatars.
3025
3026         * gnus-art.el: Add support for Gravatars.
3027
3028         * gnus-gravatar.el: Add this file.
3029
3030         * gravatar.el: Add this file.
3031
3032 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3035
3036         * gnus-group.el (gnus-group-fetch-faq): Remove.
3037
3038         * gnus.el (gnus-group-faq-directory): Remove.
3039
3040         * gnus-group.el (gnus-group-fetch-charter): Remove.
3041
3042         * gnus.el (gnus-group-charter-alist): Remove.
3043
3044         * gnus-group.el (gnus-group-archive-directory): Remove.
3045         (gnus-group-recent-archive-directory): Ditto.
3046         (gnus-group-make-archive-group): Remove.
3047
3048         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3049
3050         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3051         use the same article number for all the cached articles.
3052
3053         * nnimap.el (nnimap-command): Register the last command time so
3054         that we can use it for idling NOOPs.
3055         (nnimap-open-connection): Start the keeplive timer.
3056         (nnimap-make-process-buffer): Store all the process buffers.
3057         (nnimap-keepalive): New function.
3058
3059         * starttls.el (starttls-open-stream): Add autoload cookie.
3060
3061 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3062
3063         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3064         handling.
3065
3066 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3069         its data structures.
3070
3071         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3072         instead of the cl.el copy-list.
3073         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3074         equalp.
3075
3076 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3079         and tool-bar-local-item-from-menu.
3080
3081         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3082         mode-line-highlight face for Emacs.
3083
3084         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3085         loading gnus-sum.elc; fix comment for canlock-verify.
3086         (gnus-article-jump-to-part): Use read-number.
3087         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3088         Remove Emacs pre-21 compatible code for help-echo.
3089         (gnus-article-next-page-1): No need to adjust the number of lines.
3090         (gnus-article-describe-bindings): Always use help-buffer.
3091
3092         * gnus-audio.el (gnus-audio-inline-sound)
3093         * gnus-cus.el (gnus-custom-mode)
3094         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3095
3096         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3097
3098         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3099         compatible code.
3100
3101 2010-09-24  Glenn Morris  <rgm@gnu.org>
3102
3103         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3104         visiting the fcc file in rmail-mode.
3105
3106         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3107
3108 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * nnir.el: Silence the byte compiler.
3111
3112         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3113         alias to browse-url-url-encode-chars if any.
3114         (gnus-html-encode-url): Use it.
3115
3116 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * gnus-start.el (gnus-use-backend-marks): New variable.
3119         (gnus-get-unread-articles-in-group): Use it.
3120
3121         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3122         makeover.
3123
3124 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3125
3126         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3127
3128 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3131         Remove.
3132         (gnus-setup-news-hook):
3133         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3134
3135         * gnus-int.el (gnus-request-update-info): Protect against backends not
3136         having the function.
3137
3138         * nnimap.el (nnimap-stream): Mention starttls.
3139         (nnimap-open-connection): Add starttls support.
3140
3141 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3142
3143         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3144
3145 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3148         BODYSTRUCTUREs.
3149         (nnimap-transform-headers): Unfold quoted {42} headers.
3150
3151         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3152         the info.
3153         (gnus-get-unread-articles): Only call updatep on backends that support
3154         it.
3155
3156         * nnweb.el (nnweb-request-update-info): NOOP.
3157
3158         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3159
3160         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3161         since it only deals with marks.
3162
3163         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3164         gnus-request-marks, and make a new gnus-request-update-info.
3165
3166         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3167         the active instead of the high number, which is usually too low.
3168
3169 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3172         * encrypt.el: Remove.
3173
3174 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3177         server in symbolic form.
3178
3179         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3180
3181 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3184         (nnimap-update-info): Fix up code slightly.
3185
3186         * gnus-int.el (gnus-open-server): Add tracing for performance
3187         debugging.
3188
3189         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3190         (gnus-group-insert-group-line): Pass the real group name so that it
3191         gets the right data.
3192
3193         * gnus-start.el (gnus-get-unread-articles): Don't have
3194         `gnus-get-unread-articles-in-group' update info, since that can be
3195         really slow and doesn't seem to be needed?
3196
3197 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3198
3199         * time-date.el (date-to-time): Try using parse-time-string first before
3200         using the slower timezone-make-date-arpa-standard.
3201
3202 2010-09-22  Julien Danjou  <julien@danjou.info>
3203
3204         * gnus-group.el (gnus-group-insert-group-line):
3205         Call gnus-group-highlight-line.
3206         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3207         default hook list.
3208         (gnus-group-update-eval-form): Add new function.
3209         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3210         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3211
3212 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3215         immediate, then expire all articles.
3216         (nnimap-update-info): Fix off-by-one errors.
3217         (nnimap-flags-to-marks): Would return no marks lists for group with no
3218         flags.  Instead return the other data.
3219
3220 2010-09-22  Julien Danjou  <julien@danjou.info>
3221
3222         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3223         Only return an icon.
3224         (gnus-group-insert-group-line): Compute icon to return.
3225
3226         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3227         (gnus-html-image-fetched): Only cache if
3228         gnus-html-image-automatic-caching is set.
3229         (gnus-html-image-fetched): Check for errors.
3230
3231 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3234         once per method on `g'.  This ensures that backends like nnfolder don't
3235         open all their folders.
3236
3237         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3238         (nnimap-request-list): Nix out group in the correct buffer.
3239         (nnimap-parse-flags): Implement by using `read' instead of
3240         hand-parsing.
3241         (nnimap-flags-to-marks): Pass on permanent-flags.
3242         (nnimap-make-process-buffer): Record the server name.
3243         (nnimap-parse-flags): Fix typo.
3244         (nnimap-request-scan): Run split on the server in general, not just a
3245         single group.
3246
3247         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3248         parameter, and propagate this downwards.
3249
3250         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3251         since EXAMINE changes it on the server.
3252
3253         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3254         this command might take a while.
3255
3256 2010-09-22  Julien Danjou  <julien@danjou.info>
3257
3258         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3259         harmful if you have 2 images side-by-side, they can't be properly
3260         update on text deletion.  Using text-property is safer here.
3261         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3262         data.
3263
3264 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * nnimap.el (nnimap-expunge-inbox): Remove.
3267         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3268         (nnimap-expunge): Flip default to t.
3269
3270         * gnus.el (gnus-method-to-server): Don't push things to the cache
3271         unless it's unique.
3272         (gnus-server-to-method): Ditto.
3273
3274 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3277
3278 2010-09-22  Julien Danjou  <julien@danjou.info>
3279
3280         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3281         get the start of data.
3282         (gnus-html-encode-url): Add this function to encode special chars in
3283         URL.
3284         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3285         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3286
3287         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3288         default.
3289         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3290
3291         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3292         images alt-text.
3293         (gnus-html-put-image): Put alt-text as help-echo.
3294
3295 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3298         * mm-util.el (mm-decompress-buffer)
3299         * nnir.el (nnir-run-find-grep)
3300         * pop3.el (pop3-list): Use 3rd arg of split-string.
3301
3302         * time-date.el (format-seconds): Comment fix.
3303
3304         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3305         and byte-optimize-form-code-walker.
3306         (dgnushack-make-auto-load): Don't advise make-autoload.
3307
3308         * lpath.el: Remove Emacs 21 stuff.
3309
3310 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3313         outside the active range.  Suggested by Dan Christensen.
3314
3315         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3316         slightly later to avoid double-getting it.
3317
3318         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3319         previous patch.
3320
3321         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3322
3323 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3324
3325         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3326
3327 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-int.el (gnus-open-server): Give a better error message in the
3330         "go offline" case.
3331
3332         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3333         marks for nnimap, which is seldom the right thing to do.
3334
3335         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3336         (gnus-same-method-different-name): New function.
3337
3338         * nnimap.el (parse-time): Require.
3339
3340         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3341         method in the presence of many similar methods.
3342
3343         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3344
3345         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3346         nnml-inhibit-expiry.
3347
3348         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3349         find out whether methods are equal.
3350
3351         * nnimap.el (nnimap-find-expired-articles): New function.
3352         (nnimap-process-expiry-targets): New function.
3353         (nnimap-request-move-article): Request the article before looking at
3354         what the Message-ID is.  Fix found by Andrew Cohen.
3355         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3356
3357         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3358         for oldness in addition to being a predicate.
3359
3360         * nnimap.el (nnimap-request-group): When we have zero articles, return
3361         the right data to Gnus.
3362         (nnimap-request-expire-articles): Only delete articles immediately if
3363         the target is 'delete.
3364
3365         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3366         method, this would bug out.
3367
3368         * gnus-group.el (gnus-group-expunge-group): Rename from
3369         gnus-group-nnimap-expunge, and implemented as a normal interface
3370         function.
3371
3372         * gnus-int.el (gnus-request-expunge-group): New function.
3373
3374         * nnimap.el (nnimap-request-create-group): Implement.
3375         (nnimap-request-expunge-group): New function.
3376
3377 2010-09-21  Julien Danjou  <julien@danjou.info>
3378
3379         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3380         (gnus-html-cache-expired): Add new function.
3381         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3382         wethever we should display image for fetch it.
3383         Compute alt-text earlier to pass it to the fetching function too.
3384         (gnus-html-schedule-image-fetching): Change function argument to only
3385         get one image at a time, not a list.
3386         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3387         cache.
3388         (gnus-html-get-image-data): New function to retrieve image data from
3389         cache.
3390         (gnus-html-put-image): Change buffer argument to use image data rather
3391         than file, and place image above region rather than inserting a new
3392         one.  Do not take alt-text as argument, since it's useless now: we place
3393         the image above alt-text.
3394         (gnus-html-prune-cache): Remove.
3395         (gnus-html-show-images): Start to fetch image when we find one, do not
3396         push into a temporary list.
3397         (gnus-html-prefetch-images): Only fetch image if they have expired.
3398         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3399         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3400
3401 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3404
3405 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3408         spec inser "*" if the group isn't active instead of 0.
3409
3410         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3411         opening the server.
3412         (nnimap-request-delete-group): Implement group deletion.
3413         (nnimap-transform-headers): Return the size of the entire message in
3414         the Bytes header, not just the size of the first part.
3415         (nnimap-request-move-article): When moving an article from nnimap,
3416         request the article first so the accepting form has an article to
3417         accept.  Reported by Dan Christensen.
3418         (nnimap-command): Make sure that the error message doesn't error out.
3419
3420 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3421
3422         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3423         we haven't requested anything.
3424
3425 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3428         "".  Fix found by Andrew Cohen.
3429
3430         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3431         instead of -encode-string.
3432
3433 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3436
3437         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3438         by mm-subst-char-in-string.
3439
3440 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3443         waiting for the connection string.
3444
3445         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3446         arriving.
3447
3448         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3449         bogus characters.  This allows selecting certain Gmail groups.
3450
3451         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3452         (nnimap-fetch-partial-articles): New variable.
3453         (nnimap-open-connection): When looking for credentials, also use the
3454         nnimap-server-port.
3455         (nnimap-request-article): Return the group/article number, so that Gnus
3456         `^' works as expected.
3457         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3458
3459         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3460         comments.
3461         (gnus-methods-sloppily-equal): New function.
3462         (gnus): When using the development version of Gnus, load the gnus-load
3463         file.
3464
3465         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3466         `gnus-open-server' on each method before trying to scan them etc.
3467         This ensures that all the backend parameters are set correctly.
3468
3469         * nnimap.el (nnimap-authenticator): New variable.
3470         (nnimap-open-connection): Allow anonymous login.
3471         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3472         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3473
3474         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3475         patch, found by Knut Anders Hatlen.
3476
3477 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3478
3479         * gnus-agent.el (gnus-agent-batch-confirmation)
3480         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3481         to gnus-message.
3482         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3483         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3484         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3485         * gnus-int.el (gnus-open-server): Likewise.
3486         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3487         (gnus-score-check-syntax): Likewise.
3488         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3489         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3490         Likewise.
3491         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3492
3493 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3496         calling conventions so that prefetch doesn't bug out.
3497
3498 2010-09-19  Julien Danjou  <julien@danjou.info>
3499
3500         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3501         rather than `subst-char-in-region' in order to be able to replace ASCII
3502         char by UTF-8 ones.
3503
3504         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3505         than curl.
3506         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3507         the right URL and ALT text on images.
3508         (gnus-html-wash-tags): Fix tag case.
3509         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3510         (gnus-article-html): Add -o display_ins_del=2 option.
3511         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3512
3513 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3516         the extra mail headers, which sometimes seem to happen for unknown
3517         reasons.
3518
3519         * mail-parse.el (mail-header-encode-parameter): Define as
3520         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3521         (or most, perhaps?) mail readers don't understand the latter, but do
3522         understand the former.
3523
3524         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3525         to nil, so that no methods are automatically agentized.  I think this
3526         is probably what most users want.
3527
3528         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3529         from url-retrieve, for instance about invalid URLs.
3530
3531         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3532         groups that have no articles.
3533         (nnimap-request-article): Check that we really got an article when we
3534         requested one.
3535
3536         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3537         doesn't exist.
3538
3539         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3540         nntp buffer so the agent can save it.
3541         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3542         that CRLF doesn't get translated to \n.
3543         (nnimap-open-connection): Don't make 'shell commands only send \n.
3544
3545 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3546
3547         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3548         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3549         Update var name.
3550         (nnml-generate-nov-file): Use dolist.
3551         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3552         Use with-current-buffer.
3553
3554 2010-09-18  Julien Danjou  <julien@danjou.info>
3555
3556         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3557         parallel.
3558
3559 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3562         the range update right.
3563         (nnimap-request-group): Don't make `M-g' bug out on group with no
3564         marks.
3565         (nnoo): Require, so that other packages can require nnimap.
3566         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3567         command we're looking for.  This helps when the server sends more
3568         responses after we've gotten everything we expected.
3569         (nnimap): Add a `newlinep' field to keep track of end-of-line
3570         conventions.
3571         Don't send CRLF to things that don't want it.
3572         (nnimap-request-accept-article): Ditto.
3573
3574 2010-09-18  Julien Danjou  <julien@danjou.info>
3575
3576         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3577         than curl to retrieve images.
3578
3579 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3582         the marks.
3583         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3584         (nnimap-wait-for-connection): New function.
3585         (nnimap-open-connection): If we have PREAUTH, don't query for login
3586         credentials.
3587         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3588         when doing a partial update.
3589
3590 2010-09-18  Julien Danjou  <julien@danjou.info>
3591
3592         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3593         tags.
3594
3595 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnimap.el (nnimap-credentials): New function.
3598         (nnimap-open-connection): Use the new function to look for credentials
3599         also on the numeric equivalents of "imap" and "imaps".
3600
3601         * gnus-start.el (gnus-activate-group): Send the info to
3602         gnus-request-group.
3603
3604         * nnimap.el (nnimap-request-group): Have the "check" version of the
3605         function parse flags and update the info, so that a `M-g' get a total
3606         resync of all flags from the group.
3607
3608         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3609         to allow backends to alter the info on group selection.  Also alter all
3610         the backend -request-group functions to take the parameter.
3611
3612         * nnimap.el (nnimap-store-info): New function.
3613         (nnimap-update-info): Store the info for later usage.
3614         (nnimap-request-group): Use the stored info for the dont-check case, so
3615         that we don't retrieve all marks when we enter a group.
3616
3617         * nnimap.el: Use deffoo instead of defun for interface functions.
3618
3619         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3620         update the group info.  This makes the nndraft groups, for instance, go
3621         back to their old behaviour.
3622
3623         * gnus-sum.el (gnus-select-newsgroup): Indent.
3624
3625         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3626         in.
3627         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3628         nothing.
3629
3630         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3631         from methods that are denied.
3632
3633         * gnus-int.el (gnus-method-denied-p): New function.
3634
3635         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3636         store the password instead of netrc.
3637         (nnimap-open-connection): Don't error out when we can't make a
3638         connections.
3639
3640         * auth-source.el (auth-source-create): In the password prompt, say what
3641         we're querying for.  Also prompt for user name if that hasn't been
3642         given.
3643
3644         * nnimap.el (nnimap-with-process-buffer): Remove.
3645
3646 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3649         method when we're reading from the agent.
3650
3651         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3652
3653         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3654         that's probably most useful for users.
3655
3656         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3657         "failed" all the time.
3658
3659         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3660         ...)) with (with-current-buffer ... ).
3661
3662         * nntp.el (nntp-open-server): Return whether the open was successful or
3663         not.
3664
3665         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3666         select an unread unseen article first.
3667
3668         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3669         /etc/services, supply some sensible port defaults.
3670
3671         * dgnushack.el: Define netrc-credentials.
3672
3673 2010-09-17  Julien Danjou  <julien@danjou.info>
3674
3675         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3676
3677 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3678
3679         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3680         doesn't have any parameters.
3681
3682 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3685         only upcased checks.
3686
3687         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3688
3689         * nnimap.el (nnimap-open-shell-stream): New function.
3690         (nnimap-open-connection): Use it.
3691         (nnimap-transform-headers): Get the number of lines in each message.
3692         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3693         number of lines.
3694         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3695         problem.
3696
3697         * utf7.el (utf7-encode): Autoload.
3698
3699         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3700         to allow the mail splitting to not return a default group.  This is
3701         useful for nnimap, which will leave unmatched mail in the inbox.
3702
3703         * nnimap.el: Rewritten.
3704
3705         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3706         nnimap usage.
3707
3708         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3709         if the move is internal, so that nnimap can do fast internal moves.
3710
3711         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3712         data.
3713         (gnus-read-active-for-groups): Support finishing the early retrieval of
3714         data.
3715
3716         * gnus-range.el (gnus-range-nconcat): New function.
3717
3718         * gnus-int.el (gnus-finish-retrieve-group-infos)
3719         (gnus-retrieve-group-data-early): New functions.
3720
3721 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3722
3723         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3724         (nnrss-retrieve-groups):
3725         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3726         (pop3-quit): Use with-current-buffer.
3727
3728 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3731         instead of nnheader-accept-process-output.
3732
3733         * dgnushack.el (dgnushack-compile): Add comment.
3734
3735         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3736
3737         * gnus-html.el (gnus-html-schedule-image-fetching)
3738         (gnus-html-prefetch-images): Replace process-kill-without-query by
3739         gnus-set-process-query-on-exit-flag.
3740
3741 2010-09-16  Romain Francoise  <romain@orebokech.com>
3742
3743         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3744
3745 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3748         parameter to unintern is mandatory-ish in Emacs 24.
3749
3750         * gnus-html.el (gnus-html-schedule-image-fetching)
3751         (gnus-html-prefetch-images): Check for curl before using it.
3752
3753         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3754         depend on curl, which isn't essential.
3755
3756         * imap.el: Revert back to version
3757         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3758         seem problematic.
3759
3760 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3761
3762         * gnus-registry.el (gnus-registry-install-shortcuts):
3763         Explicitly pass `obarray' to `unintern' to avoid a warning.
3764
3765 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3768         change.
3769
3770         * nnrss.el (nnrss-request-list): Remove this function and related
3771         functions, including the moreover stuff.
3772
3773 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * nnrss.el (nnrss-retrieve-groups): New function.
3776
3777 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3778
3779         * .dir-locals.el: Add no-byte-compile cookie.
3780
3781 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * time-date.el (format-seconds): Comment fix.
3784
3785         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3786         for back end that doesn't support request-scan.
3787
3788 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3791         then do request scans from the backends.
3792
3793         * netrc.el (netrc-credentials): New conveniency function.
3794
3795         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3796         avoid running a hook per line, since this takes a lot of time,
3797         profiling shows.
3798         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3799         directly if gnus-visual-p is true.
3800
3801 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3804         groups; replace mapcar with dolist which is a bit faster; pass groups
3805         info to gnus-read-active-file-1.
3806         (gnus-read-active-file-1): Scan only specified groups if the new
3807         optional arg `infos' is given.
3808
3809 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3812
3813         * pop3.el (pop3-movemail): Remove.
3814         (pop3-streaming-movemail): Rename to pop3-movemail.
3815
3816         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3817         don't restrict end-tag searches to the end of the line.
3818
3819 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3822         articles of every unchecked group to t, which means unknown since the
3823         server has never been opened.
3824
3825 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-html.el (gnus-html-show-alt-text): New command.
3828         (gnus-html-browse-image): Ditto.
3829         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3830         to browse the image directly.
3831         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3832         better.
3833
3834         * gnus-async.el (gnus-async-article-callback):
3835         Call `gnus-html-prefetch-images' unconditionally.
3836
3837         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3838         before feeding URLs to curl.
3839
3840 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3843         internal images as deletable by `W D D'.
3844
3845         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3846         (gnus-async-article-callback): Fix typo.
3847
3848 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3851         current line to work around bugs in the output from w3m.
3852
3853         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3854         for groups that want that.
3855
3856         * nntp.el (nntp-wait-for-string): Supply a timeout for
3857         accept-process-output to ensure progress.
3858
3859         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3860         level to get unread articles from, then use that for foreign groups,
3861         too.
3862
3863         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3864         confuses the rest of the function.
3865
3866         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3867         for the methods that support -retrieve-groups, too.
3868
3869         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3870
3871 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3874         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3875
3876         * pop3.el: Require cl when compiling.
3877         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3878
3879 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3882         that aren't going to be activated.
3883         (gnus-get-unread-articles): Fix up the last commit.
3884
3885         * gnus-html.el (gnus-article-html): Allow calling without specifying
3886         the handle.  In that case, dissect the buffer first.
3887
3888         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3889
3890         * nnimap.el (nnimap-open-connection): Revert the change that would look
3891         into authinfo for imaps instead of imap.
3892
3893         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3894         say that you don't want to call gnus-request-group with don-check, but
3895         do check the reponse.  This is for virtual groups only.
3896         (gnus-get-unread-articles): Count the archive groups as secondary, so
3897         that they're activated the same way as before.
3898
3899         * imap.el (imap-message-map): Removed optional buffer parameter, since
3900         no callers use it.
3901         (imap-message-get): Ditto.
3902         (imap-message-put): Ditto.
3903         (imap-mailbox-map): Ditto.
3904         (imap-mailbox-put): Ditto.
3905         (imap-mailbox-get): Ditto.
3906         (imap-mailbox-get): Revert last change for this function.
3907
3908         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3909         case-insensitively.
3910         (nnimap-debug): Remove.
3911
3912         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3913         to use `imap-fetch' instead.  According to the comments, this should be
3914         safe, since all other IMAP clients use the 1:* syntax.
3915         (imap-enable-exchange-bug-workaround): Removed.
3916         (imap-debug): Removed -- doesn't seem very useful.
3917
3918         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3919         mail from a file, and the file doesn't exist.
3920
3921         * imap.el (imap-log): New convenience function used throughout instead
3922         of repeating the same code all over the place.
3923
3924         * pop3.el (pop3-streaming-movemail): Return t for success.
3925
3926         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3927         .authinfo if we're using ssl connection.
3928
3929         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3930         already have if we're in a main Gnus `g' run.
3931
3932         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3933
3934 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3937
3938         * nnmh.el (nnmh-request-list-1): Bind `file'.
3939
3940         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3941         alias to set-process-query-on-exit-flag or process-kill-without-query.
3942         (pop3-open-server): Use it.
3943
3944 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3947         box to the Incoming file.  Fixes mistake in previous checkin.
3948
3949         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3950         request loop (for debugging purposes) removed.
3951
3952         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3953         culprit is more visible.
3954         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3955         (nnml-add-incremental-nov): New functions to do "incremental" nov
3956         updates, where we just append to the end of the existing nov files
3957         without reading/writing them in full.
3958
3959         * mail-source.el (mail-source-delete-crash-box): Really only check the
3960         incoming files once in a while.
3961
3962         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3963
3964         * mail-source.el (mail-source-delete-crash-box): Only check the
3965         incoming files for deletion once per day to save a lot of file
3966         accesses.
3967
3968         * pop3.el (pop3-logon): Fix up unbound variable typo.
3969
3970         * mail-source.el (pop3-streaming-movemail): Autoload.
3971
3972         * pop3.el (pop3-streaming-movemail):
3973         Respect pop3-leave-mail-on-server.
3974
3975         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3976         retrieval.
3977
3978         * pop3.el (pop3-process-filter): Remove unused function.
3979         (pop3-streaming-movemail, pop3-send-streaming-command)
3980         (pop3-wait-for-messages, pop3-write-to-file)
3981         (pop3-number-of-responses): New functions for streaming pop3
3982         retrieval.
3983
3984         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3985         come from no known methods.
3986         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3987         list.
3988
3989         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3990         message sizes.
3991         (pop3-movemail): Use erase-buffer instead of looping and deleting
3992         regions, which seems rather odd.
3993
3994         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3995         file once per `g' run.
3996
3997         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3998         directories.  This makes the draft queue directory work.
3999
4000         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4001         data from the backends, so that we only request the list of groups from
4002         each method once.  This should speed things up considerably.
4003
4004         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4005         detect that it's not implemented.
4006
4007         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4008         we actually do recurse down into the tree, but don't stat all leaf
4009         nodes.
4010
4011         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4012         then say so instead of bugging out.
4013
4014         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4015         files exist before trying to read them.
4016
4017         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4018         around <pre_int>.
4019
4020         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4021
4022         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4023
4024 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * mm-util.el (mm-image-load-path): Just return the image directories,
4027         not all directories in the path in addition to the image directories.
4028         (mm-image-load-path): Maintain a cache of the image directories so that
4029         the `g' command in Gnus doesn't have to stat dozens of directories each
4030         time.
4031
4032         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4033         (gnus-html-wash-tags): Add a new `i' command to insert images.
4034         (gnus-html-insert-image): New command and keystroke.
4035         (gnus-html-redisplay-with-images): New command and keystroke.
4036         (gnus-html-show-images): Rename command.
4037         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4038         spacers.
4039         (gnus-html-wash-tags): Decode entities at the end, so that entities
4040         inside the tags don't mess up the rest of the "parsing".
4041
4042         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4043         so that nnimap methods aren't agentized by default.  There's apparently
4044         many problems related to agent/imap behaviour.
4045
4046         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4047
4048         * gnus-html.el: Doc fix.
4049
4050 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4053         specifier-spec-list for Emacs 21.
4054
4055         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4056         glyph-width and glyph-height instead of display-graphic-p and
4057         image-size; make avoidance of displaying small images work for XEmacs.
4058
4059         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4060         for XEmacs.
4061
4062         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4063         of symbol that holds plist data.
4064         (gnus-process-plist): Remove plist of process after getting it.
4065
4066 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * message.el (message-generate-hashcash): Change default to
4069         'opportunistic if hashcash is installed.
4070
4071         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4072         (gnus-html-put-image): Only call image-size once, since it's somewhat
4073         time-consuming on remote X servers.
4074
4075 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4078         type on data, not a file name.
4079
4080         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4081         window-pixel-edges for Emacs 21.
4082
4083         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4084         decoded contents.
4085         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4086
4087 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4090         group line format, since it isn't very interesting.
4091
4092         * gnus-agent.el (gnus-agent-short-article),
4093         (gnus-agent-long-article): Increase values for these two variables,
4094         since most people are likely to have more network connection and
4095         storage than before.
4096
4097         * gnus.el (gnus-refer-article-method): Change default to 'current.
4098         When referring an article, the common behaviour is to refer it from the
4099         current select method, not the native select method.  The chances of
4100         the native select method having the message in question is rather slim
4101         these days.
4102
4103         * gnus-sum.el (gnus-auto-select-subject): Change default to
4104         `unseen-or-unread'.  I think it's likely that most people want to
4105         select an unseen article over a previously seen, but unread one.
4106
4107         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4108         means that in the article buffer none of the minor mode elements will
4109         be shown, usually, and this is not desirable in most cases.
4110
4111         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4112         that commands like `d' (and the like) go to the next line in the
4113         buffer, instead of the next unread article.  I think this is the
4114         behaviour that is most natural for most users.
4115         (gnus-single-article-buffer): Change default to nil, so that people can
4116         have as many article buffers open as they have summary buffer.  I think
4117         this is the most natural way for the groups to behave.
4118
4119         * message.el (message-generate-new-buffers): Change default to
4120         `unsent', so that all new message buffers start their names with the
4121         string "*unsent", and it's easier to find the buffers if you move from
4122         them.
4123
4124 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4127         small.  They're probably tracking images.
4128         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4129         (gnus-html-rescale-image): Yet another try at getting the image sizing
4130         right.
4131
4132         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4133         nntp-marks-file-name is nil.
4134
4135 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * gnus-html.el (gnus-html-wash-tags)
4138         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4139         Better logging.
4140
4141 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4144
4145         * gnus-html.el (gnus-html-wash-tags): Check the value of
4146         gnus-blocked-images in the summary buffer.
4147
4148 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4151
4152 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4155         like "a", it seems like.
4156         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4157         since it needs to be picked from the correct buffer.
4158
4159         * nnwfm.el: Remove.
4160
4161         * nnlistserv.el: Remove.
4162
4163 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4164
4165         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4166         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4167
4168 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnkiboze.el: Remove.
4171
4172         * nndb.el: Remove.
4173
4174         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4175         alt text.
4176         (gnus-html-rescale-image): Try to get the rescaling logic right for
4177         images that are just wide and not tall.
4178
4179         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4180         overshadow variable bindings.
4181
4182 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4183
4184         * gnus-html.el (gnus-html-wash-tags)
4185         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4186         Add extra logging.
4187
4188 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4191         (gnus-max-image-proportion): New variable.
4192         (gnus-html-rescale-image): New function.
4193         (gnus-html-put-image): Rescale images.
4194
4195 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4196
4197         Fix up some byte-compiler warnings.
4198         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4199         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4200         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4201         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4202         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4203         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4204         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4205
4206 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-html.el (gnus-article-html): Decode contents by charset.
4209
4210 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4213         (gnus-html-frame-width, gnus-blocked-images)
4214         * message.el (message-prune-recipient-rules): Add custom version.
4215         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4216
4217         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4218         functions.
4219
4220         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4221         gnus-process-get.
4222
4223 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4224
4225         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4226         instead of lsub directly.
4227
4228 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * nnwarchive.el: Remove.
4231
4232         * gnus-soup.el: Remove.
4233
4234         * nnsoup.el: Remove.
4235
4236         * nnultimate.el: Remove.
4237
4238         * gnus-html.el (gnus-blocked-images): New variable.
4239
4240         * message.el (message-prune-recipients): New function.
4241         (message-prune-recipient-rules): New variable.
4242
4243         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4244         guess whether a long line is natural text or not.
4245
4246         * gnus-html.el (gnus-html-schedule-image-fetching):
4247         Use gnus-process-plist and friends for compatibility.
4248
4249 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4250
4251         * gnus-html.el: Require packages that define macros used in this file.
4252         (gnus-article-mouse-face): Declare to silence byte-compiler.
4253         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4254         process-get.
4255         (gnus-html-put-image): Use plist-get to avoid getf.
4256         (gnus-html-prefetch-images): Use with-current-buffer.
4257
4258 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-ems.el: Provide compatibility functions for
4261         gnus-set-process-plist.
4262
4263         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4264         header-line-format for XEmacs 21.4.
4265
4266         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4267         * gnus.el (gnus-valid-select-methods)
4268         * message.el (message-send-mail-partially-limit)
4269         * mm-decode.el (mm-text-html-renderer)
4270         * mml.el (mml-insert-mime-headers-always)
4271         * smiley.el (smiley-regexp-alist): Bump custom version.
4272
4273 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-html.el: require mm-url.
4276         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4277         with the url to `url'.
4278         (gnus-html-wash-tags): Support cid: URLs/images.
4279
4280 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4283         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4284         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4285
4286         * gnus-move.el: Remove file, since it doesn't really work.
4287
4288         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4289         UTF-8.  This seems to fix problems with some German web feeds.
4290
4291         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4292         at the top so that the proper colours are applied.
4293
4294         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4295         don't have dots in their names.
4296
4297         * gnus-art.el (gnus-article-view-part): Doc fix.
4298
4299         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4300         XEmacs-compatible.
4301         (gnus-html-put-image): Don't do images on non-graphic displays.
4302
4303         * nnslashdot.el: Remove this unused backend.
4304
4305         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4306         actions.
4307         (gnus-undo-register-1): Revert last change.
4308
4309         * gnus-group.el (gnus-group-completing-read): Protect against not
4310         having completion-styles bound.
4311
4312         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4313         make broken recipients happier.
4314
4315         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4316
4317         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4318         point parameter.
4319
4320         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4321
4322         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4323         completion-styles for group selection.
4324
4325 2009-02-04  Andreas Schwab  <schwab@suse.de>
4326
4327         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4328         headers and regexp-quote the match if necessary.
4329
4330 2009-03-24  Miles Bader  <miles@gnu.org>
4331
4332         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4333         the blinking smiley.
4334
4335 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4336
4337         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4338         blink smiley.
4339
4340 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4343         where the dribbel file lives exists.
4344
4345         * message.el (message-send-mail-partially-limit): Change the default to
4346         nil, since most people don't want this.
4347
4348         * mm-url.el (mm-url-decode-entities): Also decode entities like
4349         &#x3212.
4350
4351 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4352
4353         * gnus-sum.el (gnus-summary-idna-message):
4354         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4355         Hyperlink urls in docstrings with URL `...'.
4356
4357 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4358
4359         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4360         functions.
4361
4362 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4365         say what the mouseover text should be.
4366
4367         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4368         version of the mm-w3m-safe-url-regexp variable to only download images
4369         in the groups where we want that to happen.
4370
4371         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4372
4373         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4374         easier debugging.
4375         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4376         big pictures in the article buffer.
4377
4378         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4379         gnus-article-html.
4380         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4381         w3m.
4382
4383         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4384
4385 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4388         which doesn't exist.
4389
4390         * message.el (message-inhibit-ecomplete): New variable to allow some
4391         function to inhibit ecomplete address storage.
4392         (message-resend): Disable ecomplete message storage when resending
4393         messages.
4394
4395         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4396
4397 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4400         Save excursion while copying, moving, and deleting articles in order to
4401         prevent the cursor from jumping to unforeseen place.
4402
4403 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * lpath.el: No need to bind bookmark-current-buffer,
4406         bookmark-yank-point and bookmark-make-record-function.
4407
4408 2010-08-17  Glenn Morris  <rgm@gnu.org>
4409
4410         * gnus-sync.el: Require gnus components whose functions are used.
4411
4412         * gnus-art.el (bookmark-make-record-function):
4413         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4414         Declare for compiler.
4415
4416         * mm-url.el (mml-compute-boundary): Autoload.
4417
4418 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4421
4422 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         Typo fix "hoo4a" -> "hook".
4425
4426         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4427
4428 2010-08-14  Glenn Morris  <rgm@gnu.org>
4429
4430         * gnus-sync.el (gnus-sync): Fix defgroup version.
4431
4432 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4435
4436         * gnus-sync.el: Fix docs.
4437         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4438         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4439
4440 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         Optimizations for gnus-sync.el.
4443
4444         * gnus-sync.el: Add docs about gnus-sync-backend
4445         possibilities.
4446         (gnus-sync-save): Remove unnecessary message.
4447         (gnus-sync-read): Optimize and show what groups were skipped.
4448
4449 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         Minor bug fixes for gnus-sync.el.
4452
4453         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4454         Don't read the sync on get-new-news.
4455
4456         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4457         quiet.
4458
4459         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4460         (fix typo).
4461
4462 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4463
4464         Make saving and restoring of hidden threads work with overlays.
4465         Patch applied by Ted Zlatanov.
4466
4467         * gnus-sum.el (gnus-hidden-threads-configuration)
4468         (gnus-restore-hidden-threads-configuration): Update to deal with text
4469         properties, rather than searching for a magic character.
4470
4471 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         New gnus-sync.el library for synchronization of marks.
4474
4475         * gnus-sync.el: New library for synchronization of marks.
4476
4477         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4478         renamed from `gnus-registry-grep-in-list'.
4479
4480         * gnus-registry.el (gnus-registry-follow-group-p):
4481         Use `gnus-grep-in-list'.
4482
4483         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4484
4485 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4488         determining charset of text fails.
4489
4490 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * nnmail.el (nnmail-get-new-mail-1): Revert.
4493
4494         * nnml.el (nnml-active-number): Make sure names of newly created groups
4495         in nnml-group-alist are encoded.
4496
4497 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4500         containing non-ASCII characters in active file for nnml back end.
4501
4502 2010-07-24  David Engster  <dengste@eml.cc>
4503
4504         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4505         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4506
4507 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4508
4509         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4510         tag (Bug#6654).
4511
4512 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4515         the article buffer, not the summary buffer.
4516
4517 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4520         Emacs 23 as well.
4521
4522 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4525         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4526
4527 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4528
4529         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4530         Patch applied by Karl Fogel.
4531
4532         * gnus-sum.el (gnus-summary-bookmark-make-record):
4533         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4534
4535 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4536
4537         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4538         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4539         C-w still not working correctly from Article buffers; Thierry's
4540         patch to fix that will be applied after this.
4541
4542         * gnus-art.el (bookmark-make-record-function): New local variable.
4543
4544         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4545         article buffer.
4546         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4547
4548 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4549
4550         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4551         on changes in bookmark.el.
4552
4553 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4556         `no-log' instead of message not to log prompt string.
4557
4558 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4559
4560         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4561         the *other* type of HTML form submission.
4562
4563 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4564
4565         * auth-source.el (auth-source-pick): If choice does not contain a
4566         questioned keyword, set the check to t.
4567
4568 2010-06-12  Romain Francoise  <romain@orebokech.com>
4569
4570         * gnus-util.el (gnus-date-get-time): Move up before first use.
4571
4572 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4575         (gnus-article-edit-part): Bind it to make last part that is substituted
4576         or deleted visible.
4577         (gnus-mime-display-single): Buttonize part of which id equals to
4578         gnus-mime-buttonized-part-id.
4579
4580 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4581
4582         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4583         (gnus-dd-mmm): Use gnus-date-get-time.
4584         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4585         simplify logic.
4586         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4587         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4588
4589 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4590
4591         * auth-source.el (top): Autoload `secrets-list-collections',
4592         `secrets-create-item', `secrets-delete-item'.
4593         (auth-sources): Fix tag string.
4594         (auth-get-source, auth-source-retrieve, auth-source-create)
4595         (auth-source-delete): New defuns.
4596         (auth-source-pick): Rewrite in order to avoid 2 passes.
4597         (auth-source-forget-user-or-password): New parameter USERNAME.
4598         (auth-source-user-or-password): New parameters CREATE-MISSING and
4599         DELETE-EXISTING.  Retrieve password interactively, if needed.
4600
4601 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4602
4603         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4604         deleting unused directories when gnus-expert-user is t.
4605
4606 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4609         for each temp file when gnus-article-browse-delete-temp is ask.
4610
4611 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4612
4613         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4614         Lisp calls to delete-backward-char by calls to delete-char.
4615
4616 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4617
4618         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4619
4620 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4621
4622         * password-cache.el (password-cache-remove): Fix docstring.
4623
4624 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4627         article unless decoding article to be saved.
4628
4629 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4632         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4633         generated within the mm-with-unibyte-current-buffer macro.
4634
4635 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4638         to nil when we're in a mml-preview buffer and no group is selected.
4639
4640 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4641
4642         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4643         when catching the `C-g'.  Reported by "Leo".
4644
4645 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * message.el (message-forward-make-body-plain)
4648         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4649         multibyte-string-p.
4650
4651         * lpath.el: Revert.
4652
4653 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * message.el (message-forward-make-body-mml): Assume original message
4656         is multibyte string; error on unibyte.
4657         (message-forward-make-body-plain): Ditto; don't add excessive newline
4658         in body end.
4659
4660         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4661
4662 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4663
4664         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4665         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4666
4667 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * mm-extern.el (mm-extern-url): Don't use
4670         mm-with-unibyte-current-buffer.
4671         (mm-extern-cache-contents): Use with-current-buffer instead of
4672         save-excursion + set-buffer.
4673
4674 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * mm-util.el (mm-emacs-mule): Remove.
4677
4678 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4679
4680         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4681         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4682         change.
4683
4684 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4687         bind the default value of enable-multibyte-characters to nil.
4688
4689 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * message.el (message-forward-make-body-plain)
4692         (message-forward-make-body-mml):
4693         Don't use mm-with-unibyte-current-buffer.
4694
4695 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4696
4697         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4698
4699 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4700
4701         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4702         (Bug#5592).
4703
4704 2010-05-07  Julien Danjou  <julien@danjou.info>
4705
4706         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4707         it to mm-pipe-part.
4708
4709         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4710         it is given.
4711
4712 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * binhex.el (binhex-decode-region-internal)
4715         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4716         (dns-query)
4717         * nnweb.el (nnweb-gmane-search)
4718         * pgg-parse.el (pgg-parse-armor)
4719         * pgg.el (pgg-verify-region)
4720         * sha1.el (sha1-string-external)
4721         * uudecode.el (uudecode-decode-region-internal)
4722         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4723         XEmacs.
4724
4725         * gnus-art.el (gnus-article-browse-html-parts)
4726         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4727         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4728         make-temp-file.
4729
4730         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4731         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4732         compiling.
4733
4734         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4735         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4736         XEmacs when compiling.
4737
4738         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4739         gnus-pick-mode-off-hook for XEmacs when compiling.
4740         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4741         gnus-binary-mode-off-hook for XEmacs when compiling.
4742
4743         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4744         Return nil if char-charset is not available.
4745
4746         * imap.el (imap-disable-multibyte)
4747         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4748         macros.
4749
4750         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4751         instead of encode-coding-string.
4752
4753         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4754         'xemacs) instead of mm-emacs-mule to switch function definitions.
4755         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4756
4757         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4758         bind temporary-file-directory for XEmacs;
4759         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4760         timer-set-function for XEmacs 21.4 and SXEmacs;
4761         bind timer-list for XEmacs 21.4 and SXEmacs;
4762         fbind char-charset and find-charset-region for non-Mule XEmacs;
4763         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4764         encode-coding-region and encode-coding-string for XEmacs having no
4765         file-coding feature.
4766
4767 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4768
4769         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4770
4771 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4774         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4775
4776 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4777
4778         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4779         alias `jka-compr-delete-temp-file' no longer exists.
4780
4781 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4782
4783         Use define-minor-mode in Gnus where applicable.
4784         * mml.el (mml-mode): Use define-minor-mode.
4785         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4786         (gnus-undo-mode): Use define-minor-mode.
4787         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4788         (gnus-dead-summary-mode): Use define-minor-mode.
4789         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4790         Initialize in declaration.
4791         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4792         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4793         (gnus-mailing-list-mode): Use define-minor-mode.
4794         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4795         (gnus-draft-mode): Use define-minor-mode.
4796         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4797         (gnus-dired-mode): Use define-minor-mode.
4798
4799 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4800
4801         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4802         handles on recursive mml-to-mime translation and check them for
4803         boundary delimiter collisions.  Reported by Greg Troxel.
4804
4805 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4808
4809 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4810
4811         * mm-util.el (mm-find-buffer-file-coding-system):
4812         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4813
4814 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4815
4816         * message.el (message-generate-headers): Record insertion of optional
4817         headers as well.  Otherwise the check to prevent repeated insertion of
4818         optional headers is a no-op.
4819
4820 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4821
4822         * smime.el: Don't mention CVS.
4823
4824         * nnrss.el (nnrss-fetch): Don't mention CVS.
4825
4826         * nnir.el: Don't mention CVS.
4827
4828 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4829
4830         * gnus-sum.el (gnus-summary-bookmark-make-record):
4831         Add `location' field.
4832
4833 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * lpath.el: Fbind bookmark-default-handler,
4836         bookmark-get-bookmark-record, bookmark-make-record-default,
4837         bookmark-prop-get for Emacs <23 and XEmacs.
4838
4839 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4842         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4843         Use with-current-buffer to silence the byte-compiler.
4844         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4845         bother to require `gnus'.
4846         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4847
4848 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4849
4850         * gnus-sum.el (gnus-summary-bookmark-make-record)
4851         (gnus-summary-bookmark-jump): New functions.
4852         (gnus-summary-mode): Setup bookmark support.
4853
4854 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4855
4856         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4857         if set.
4858
4859 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4862         gnus-article-browse-html-save-cid-image; make it work recursively for
4863         forwarded messages as well.
4864         (gnus-article-browse-html-parts): Work when prefix arg is given.
4865         (gnus-article-browse-html-article): Doc fix.
4866
4867 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4868
4869         * message.el (message-default-mail-headers):
4870         (message-default-headers): Carry the value mail-default-headers over
4871         into message-default-mail-headers, rather than message-default-headers.
4872
4873 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4874
4875         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4876         charset.
4877
4878         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4879         charset into the <meta> tag when the article is encoded to utf-8.
4880
4881 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-art.el (gnus-article-browse-delete-temp-files):
4884         Delete directories as well.
4885         (gnus-article-browse-html-parts): Work for images that do not specify
4886         file names; delete temp directory when quitting; insert header at the
4887         right place; use file: scheme for image files.
4888
4889 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4890
4891         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4892         (gnus-article-browse-html-parts): Use it to make temporary cid image
4893         files in addition to html file so that browser may display them.
4894
4895 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4898
4899 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4902
4903 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4904
4905         * auth-source.el (auth-sources): Change default to be simpler.
4906         Explain about Secret Service API sources.  Improve Customize options.
4907         (auth-source-pick): Change to accept any number of search parameters.
4908         Implement fallbacks iteratively, not recursively.  Add scoring on the
4909         second pass and sort by score.  Call Secret Service API when needed.
4910         (auth-source-user-or-password): Use it.  Call Secret Service API
4911         directly when needed to get the user name and the password.
4912
4913 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4914
4915         * message.el (message-interactive): Doc fix.
4916         (message-qmail-inject-args): Reflow.
4917         (message-kill-to-signature): Fix typo in docstring.
4918
4919         * smiley.el (smiley-buffer): Fix typo in docstring.
4920
4921 2010-03-24  Glenn Morris  <rgm@gnu.org>
4922
4923         * mail-source.el (gnus-message): Declare.
4924         (mail-source-delete-old-incoming): Require gnus-util.
4925
4926 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4929
4930         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4931
4932         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4933         password-cache's default if it is not bound.
4934         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4935         password-cache-expiry's default if it is not bound.
4936
4937         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4938         available in Emacs 21.
4939
4940         * lpath.el: Suppress compiler warnings for:
4941         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4942         XEmacs;
4943         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4944         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4945         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4946
4947 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         * auth-source.el (auth-sources): Fix up definition so extra parameters
4950         are always inline.
4951
4952 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4953
4954         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4955         wasn't updated after mismatch.  Clear cached mailbox info correctly
4956         when uidvalidity changes.
4957         (nnimap-group-prefixed-name): New function to avoid some code
4958         duplication.
4959         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4960         (nnimap-request-group): Use it.
4961         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4962         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4963         with many imap folders.  This is done by caching the group status from
4964         the imap server persistently in a group parameter `imap-status'.  (This
4965         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4966         but not persistently, so every Gnus startup was still very slow.)
4967
4968 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4971         delete the extra newline.  Otherwise editing of :string and :number
4972         types don't work.
4973
4974 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4977         secrets.el dependency.
4978         (auth-sources): Add optional user name.  Add secrets.el configuration
4979         choice (unused right now).
4980
4981 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * gnus-sum.el (gnus-summary-make-menu-bar):
4984         Let `gnus-registry-install-shortcuts' fill in the functions.
4985
4986         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4987         warnings.
4988         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4989         (gnus-registry-install-shortcuts): Populate and use it in a
4990         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4991
4992 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4993
4994         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4995         In-place substitutions for the group name encoding/decoding.
4996         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4997         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4998         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4999         (nnimap-update-unseen, nnimap-request-list)
5000         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5001         (nnimap-request-set-mark, nnimap-split-to-groups)
5002         (nnimap-split-articles, nnimap-request-newgroups)
5003         (nnimap-request-create-group, nnimap-request-accept-article)
5004         (nnimap-request-delete-group, nnimap-request-rename-group)
5005         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5006         `encoded-mbx' for consistency.
5007         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5008         variable `imap-current-mailbox'.
5009
5010         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5011         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5012
5013 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5014
5015         * pop3.el (pop3-display-message-size-flag): Display message size byte
5016         counts during POP3 download.
5017         (pop3-movemail): Use it.
5018         (pop3-list): Implement listing of available messages.
5019
5020 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5021
5022         * nnir.el (nnir-get-article-nov-override-function): New function to
5023         override the normal NOV retrieval.
5024         (nnir-retrieve-headers): Use it.
5025
5026 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5027
5028         * auth-source.el (netrc-machine-user-or-password): Autoload.
5029
5030 2010-03-19  Glenn Morris  <rgm@gnu.org>
5031
5032         Stop message.el from loading about 40 libraries it doesn't always need.
5033         The general approach is to autoload rather than require, and to
5034         require in the specific functions rather than the file.  (Bug#5642)
5035
5036         * gmm-utils.el: Don't require wid-edit.
5037         (widget-create-child-value, widget-convert, widget-default-get):
5038         Autoload.
5039
5040         * gnus-util.el: Don't require time-date, netrc.
5041         (message-fetch-field, gnus-group-name-decode): Declare rather than
5042         autoloading.
5043         (gnus-fetch-field): Require message.
5044         (gnus-decode-newsgroups): Require gnus-group.
5045
5046         * ietf-drums.el: Don't require time-date.
5047
5048         * message.el: Don't require hashcash, canlock, ecomplete.
5049         Do require mail-utils.  Require nnheader only when compiling.
5050         (smtpmail-default-smtp-server): Remove declaration.
5051         (message-send-mail-function): Check smtpmail-default-smtp-server
5052         is bound rather than requiring smtpmail.
5053         (message-auto-save-directory, message-insert-signature):
5054         Use expand-file-name rather than nnheader-concat.
5055         (nnheader-insert-file-contents): Autoload.
5056         (hashcash-wait-async): Declare.
5057         (message-send-mail): Only call gnus-setup-posting-charset if
5058         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5059         (message-send-mail-with-sendmail): Require sendmail.
5060         (canlock-password, canlock-password-for-verify): Declare.
5061         (message-canlock-password): Require canlock.
5062         (nnheader-get-report): Autoload.
5063         (gnus-setup-posting-charset): Declare.
5064         (message-send-news): Require gnus-msg.
5065         (message-make-references, message-make-in-reply-to): Use mail-header-id
5066         rather than the alias mail-header-message-id.
5067         (ecomplete-add-item, ecomplete-save): Declare.
5068         (message-put-addresses-in-ecomplete): Require ecomplete.
5069         (ecomplete-display-matches): Autoload.
5070
5071         * mm-decode.el: Don't require mailcap, gnus-util.
5072         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5073         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5074         Autoload.
5075         (mailcap-mime-extensions): Declare.
5076
5077         * mm-encode.el: Don't require mailcap.
5078         (mailcap-extension-to-mime): Autoload.
5079
5080         * mml-sec.el: Don't require password-cache.
5081
5082         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5083         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5084         (mml-minibuffer-read-type): Require mailcap.
5085         (mml-preview): Require gnus-msg.
5086
5087         * mml1991.el: Require password-cache.
5088         (password-cache-expiry): Remove declaration.
5089
5090         * mml2015.el: Require password-cache.
5091         (password-cache-expiry): Remove declaration.
5092
5093         * nneething.el (mailcap): Require mailcap.
5094
5095         * nnheader.el (declare-function): Add compatibility stub.
5096         (message-remove-header): Declare rather than autoload.
5097         (nnheader-replace-header): Require message.
5098
5099         * nnimap.el (declare-function): Add compatibility stub.
5100         (netrc-parse, netrc-machine-user-or-password): Declare.
5101         (nnimap-open-connection): Require netrc.
5102
5103         * nntp.el (declare-function): Add compatibility stub.
5104         (netrc-parse, netrc-machine, netrc-get): Declare.
5105         (nntp-send-authinfo): Require netrc.
5106
5107         * rfc2047.el: Don't require qp.
5108         (quoted-printable-encode-region, quoted-printable-decode-string):
5109         Autoload.
5110
5111         * sieve-mode.el: Don't require easymenu.
5112         (easy-menu-add-item): Autoload it.
5113
5114         * spam-stat.el (time-to-number-of-days): Autoload it.
5115
5116 2010-03-19  Glenn Morris  <rgm@gnu.org>
5117
5118         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5119
5120 2010-03-18  Glenn Morris  <rgm@gnu.org>
5121
5122         * hashcash.el (declare-function): Remove duplicate definition.
5123
5124 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5125
5126         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5127         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5128         value if any backslash escapes).
5129
5130 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5133         if it is available.  (bug#5647)
5134
5135         * lpath.el: Suppress compiler warning for coding-system-from-name for
5136         Emacs 21 and XEmacs.
5137
5138 2010-03-14  Juri Linkov  <juri@jurta.org>
5139
5140         * hmac-def.el:
5141         * hmac-md5.el:
5142         * netrc.el: Fix keywords.
5143
5144 2010-02-26  Glenn Morris  <rgm@gnu.org>
5145
5146         * message.el (message-send-mail-function): Change the default, so that
5147         it inherits from a customized send-mail-function.  (Bug#5643)
5148
5149 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5152         shell-command-to-string signals an error (bug#5299).
5153
5154 2010-02-24  Glenn Morris  <rgm@gnu.org>
5155
5156         * message.el (message-smtpmail-send-it)
5157         (message-send-mail-with-mailclient): Doc fixes.
5158
5159 2010-02-16  Glenn Morris  <rgm@gnu.org>
5160
5161         * message.el (message-default-mail-headers): Change the default value
5162         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5163
5164 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5167         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5168
5169 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5170
5171         * time-date.el (date-to-time): Doc fix (Bug#5408).
5172
5173 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5174
5175         * message.el (message-mail): Just pass yank-action on to message-setup.
5176         (message-setup): Handle (FUN . ARGS) form of yank-action.
5177         (message-with-reply-buffer, message-widen-reply)
5178         (message-yank-original): Handle non-buffer values of
5179         message-reply-buffer (Bug#4080).
5180         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5181
5182 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5183
5184         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5185         Fix typo in docstring.
5186
5187 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5188
5189         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5190         response.
5191
5192 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5195
5196         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5197
5198         * message.el (message-check-news-header-syntax): Protect against a
5199         string that `rfc822-addresses' returns when parsing fails.
5200
5201 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5204         (gnus-previous-char-property-change): New functions.
5205
5206         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5207
5208 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5209
5210         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5211         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5212
5213 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5214
5215         * message.el (message-exchange-point-and-mark): Rework last change to
5216         avoid using optional arg of exchange-point-and-mark, for backward
5217         compatibility.
5218
5219 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5220
5221         * message.el (message-exchange-point-and-mark):
5222         Call exchange-point-and-mark with an argument rather than setting
5223         mark-active by hand (Bug#5175).
5224
5225 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * nntp.el (nntp-service-to-port): Work for service expressed with
5228         numeric string; replace [:digit:] with [0-9] for XEmacs.
5229
5230 2009-12-17  Glenn Morris  <rgm@gnu.org>
5231
5232         * gnus-group.el (gnus-bug-group-download-format-alist):
5233         Change emacs entry to debbugs.gnu.org.  Bump :version.
5234
5235 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5238
5239 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * message.el (message-info): Explain why we use `Info-goto-node'.
5242
5243 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5246
5247 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * message.el (message-completion-in-region): New compatibility function.
5250         (message-expand-group): Use it.
5251
5252 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5255         with no unread article should be listed if the 2nd arg `predicate' is
5256         given.
5257
5258 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5261
5262 2009-11-29  Juri Linkov  <juri@jurta.org>
5263
5264         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5265         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5266         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5267
5268 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5269
5270         * sha1.el (sha1-string-external): default-directory "/" in case
5271         otherwise non-existent.  process-connection-type pipe for touch of
5272         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5273
5274 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5275
5276         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5277         it's comms related and sgml-mode.el has "comm" on that basis too.
5278
5279 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5282         containing tspecial characters if they have been already quoted.
5283
5284 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5285
5286         * dns-mode.el (auto-mode-alist): Purecopy string.
5287
5288 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5289
5290         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5291
5292 2009-10-24  Glenn Morris  <rgm@gnu.org>
5293
5294         * gnus-art.el (help-xref-stack-item): Define for compiler.
5295
5296 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5297
5298         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5299
5300 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5303
5304 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5307         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5308
5309 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5312         (gnus-overlays-in): New alias to overlays-in.
5313
5314         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5315         gnus-overlay-get, and gnus-delete-overlay.
5316         (gnus-summary-show-thread): Make it work as well for systems in which
5317         next-single-char-property-change is not available.
5318         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5319
5320         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5321         (gnus-overlay-get): New alias to extent-property.
5322         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5323
5324         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5325         SXEmacs.
5326
5327         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5328         SXEmacs.
5329
5330 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5331
5332         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5333
5334 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5335
5336         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5337         and XEmacs that don't have `remove-overlays'.
5338
5339 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5340
5341         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5342         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5343         selective display.  Use overlays instead.
5344
5345 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5346
5347         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5348
5349 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5350
5351         * spam-stat.el (spam-stat-load): Fix typo in message.
5352
5353 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5354
5355         * dig.el (dig-invoke): Fix typo in docstring.
5356         (query-dig): Reflow docstring.
5357
5358 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * gnus-art.el (gnus-article-encrypt-body):
5361         * message.el (message-check-recipients):
5362         * mm-util.el (mm-codepage-setup):
5363         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5364         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5365
5366 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5367
5368         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5369         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5370         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5371         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5372         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5373
5374 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5375
5376         * dig.el: Add "Keywords: comm", as per net-utils.el.
5377
5378 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5379
5380         * dig.el (dig-mode): Use define-derived-mode.
5381
5382 2009-09-19  Glenn Morris  <rgm@gnu.org>
5383
5384         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5385
5386 2009-09-18  Glenn Morris  <rgm@gnu.org>
5387
5388         * gnus-diary.el (gnus-diary-check-message):
5389         * message.el (message-insert-formatted-citation-line):
5390         * nnbabyl.el (top-level):
5391         * nndiary.el (nndiary-schedule):
5392         Fix typos in condition-case handlers.
5393
5394 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5397         configuration that provides the sole article window in a frame;
5398         position point correctly after deleting a part.
5399
5400 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5401
5402         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5403         (spam-resolve-registrations-routine): Use it to unregister articles
5404         that change status.
5405
5406 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5409         with XEmacs.
5410         (parse-time-string-chars): Use it.
5411
5412 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * imap.el (imap-interactive-login): Better messages.
5415         (imap-open): Fix bug with renamed buffer on reconnect.
5416         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5417         for easier debugging and cleaner code.  On successful (guessed based on
5418         server capabilities) secondary authentication, set imap-state
5419         correctly.
5420         (imap-last-authenticator): Define imap-last-authenticator as a variable
5421         to avoid warnings.
5422
5423 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * nnrss.el (nnrss-request-article): Remove binding of
5426         default-enable-multibyte-characters that has gotten needless by
5427         the 2007-07-13 change in rfc2047-encode-message-header.
5428
5429         * mml.el (mml-insert-multipart): Error on the message header.
5430         (mml-insert-part): Error on the message header; position point at
5431         the end of a MIME tag.
5432
5433 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * time-date.el (autoload): Expand define-obsolete-function-alias into
5436         defalias and make-obsolete for old Emacsen that Gnus supports.
5437         (with-no-warnings): Define it for old Emacsen.
5438         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5439         is available.
5440         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5441         float-time is available; suppress compile warning for time-to-seconds.
5442
5443         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5444         (gnus-float-time): Alias to float-time if it exists.
5445
5446         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5447         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5448         float-time is available; suppress compile warning for time-to-seconds.
5449
5450         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5451         XEmacs.
5452
5453 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5454
5455         * imap.el (imap-message-map): Docstring fix.
5456
5457 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5460         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5461         Add the optional argument `encoding' that overrides the default.
5462
5463         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5464         mm-encode-buffer.
5465
5466 2009-09-04  Glenn Morris  <rgm@gnu.org>
5467
5468         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5469         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5470         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5471         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5472         * mm-util.el (mm-with-unibyte-current-buffer)
5473         (mm-find-buffer-file-coding-system):
5474         * yenc.el (yenc-decode-region): Use default-value rather than
5475         default-enable-multibyte-characters.
5476
5477 2009-09-03  Glenn Morris  <rgm@gnu.org>
5478
5479         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5480         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5481         than default-enable-multibyte-characters.
5482
5483 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5484
5485         * gnus-art.el (gnus-article-read-summary-keys):
5486         Fix gnus-buffer-configuration's value temporarily used.
5487
5488 2009-09-02  Glenn Morris  <rgm@gnu.org>
5489
5490         * gnus-util.el (gnus-float-time): New function.
5491         * gnus-delay.el (gnus-delay-article):
5492         * gnus-sum.el (gnus-thread-latest-date):
5493         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5494         * nnspool.el (nnspool-request-newgroups):
5495         Use gnus-float-time rather than time-to-seconds.
5496         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5497
5498         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5499         (gnus-header-subject-face, gnus-header-newsgroups-face)
5500         (gnus-header-name-face, gnus-header-content-face):
5501         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5502         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5503         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5504         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5505         (gnus-cite-face-11):
5506         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5507         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5508         (gnus-server-closed-face, gnus-server-denied-face)
5509         (gnus-server-offline-face):
5510         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5511         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5512         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5513         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5514         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5515         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5516         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5517         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5518         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5519         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5520         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5521         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5522         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5523         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5524         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5525         (gnus-summary-high-undownloaded-face)
5526         (gnus-summary-low-undownloaded-face)
5527         (gnus-summary-normal-undownloaded-face)
5528         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5529         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5530         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5531         (gnus-splash-face):
5532         * message.el (message-header-to-face, message-header-cc-face)
5533         (message-header-subject-face, message-header-newsgroups-face)
5534         (message-header-other-face, message-header-name-face)
5535         (message-header-xheader-face, message-separator-face)
5536         (message-cited-text-face, message-mml-face):
5537         * sieve-mode.el (sieve-control-commands-face)
5538         (sieve-action-commands-face, sieve-test-commands-face)
5539         (sieve-tagged-arguments-face):
5540         * spam.el (spam-face):
5541         Mark face aliases with "-face" in the name as obsolete.
5542
5543 2009-09-01  Glenn Morris  <rgm@gnu.org>
5544
5545         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5546         than goto-line.
5547
5548 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5551         Don't move point if the command is invoked inside the message header.
5552
5553 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5554
5555         * imap.el (imap-send-command): Simplify.
5556         (imap-wait-for-tag): point-max -> buffer-size.
5557
5558 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5559
5560         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5561         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5562         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5563         * nnir.el (nnir-swish-e-index-file):
5564         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5565         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5566         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5567         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5568         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5569         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5570
5571 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5574         Don't save excursion.
5575
5576 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * nnheader.el (nnheader-find-file-noselect):
5579         * mm-util.el (mm-insert-file-contents):
5580         Use (default-value 'major-mode) instead of default-major-mode.
5581
5582 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5583
5584         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5585
5586 2009-08-26  Glenn Morris  <rgm@gnu.org>
5587
5588         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5589         than placing in files.el.
5590
5591 2009-08-25  Glenn Morris  <rgm@gnu.org>
5592
5593         * nnir.el (top-level): Don't require cl at run-time.
5594         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5595         Replace cl-function substitute with gnus-replace-in-string.
5596         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5597         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5598         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5599         simplified expansions.
5600
5601 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5602
5603         * dig.el (dig): Add autoload cookie.
5604
5605 2009-08-22  Glenn Morris  <rgm@gnu.org>
5606
5607         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5608         goto-line.
5609
5610 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5611
5612         * parse-time.el (parse-time-string-chars): Save match data.
5613
5614 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5615
5616         * parse-time.el (parse-time-string-chars): Compute using character
5617         classes, to handle non-ascii characters (Bug#3190).
5618
5619 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5622
5623         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5624         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5625         (gnus-mm-display-part, gnus-mime-display-single)
5626         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5627         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5628
5629         * gnus-sum.el
5630         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5631         (gnus-summary-move-article): Add expirable mark to articles copied or
5632         moved to group that has auto-expire turned on if the option is non-nil.
5633
5634 2009-07-24  Glenn Morris  <rgm@gnu.org>
5635
5636         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5637         Fix typo.  (Bug#3903)
5638
5639 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5642         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5643         that should not be used for draft articles.
5644         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5645         that has no concern in minor mode keys.
5646         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5647         Abolish.
5648
5649 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5652         article without making inquiry to a user for unknown encoding.
5653
5654         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5655         (nnmaildir--scan): Assume i-node and device number that file-attributes
5656         returns might be cons-cell.
5657
5658         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5659
5660         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5661
5662 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * auth-source.el: Remove docs now in auth.texi.  Don't use
5665         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5666         `auth-source-hide-passwords' and use them.
5667
5668 2009-07-15  Glenn Morris  <rgm@gnu.org>
5669
5670         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5671
5672 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5675         excessive whitespace from the default values of title and description.
5676
5677 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5680         mail-fetch-field to fetch Content-Description header in order to
5681         exclude newlines.
5682
5683 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5684
5685         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5686         format used by GnuPG 2.0.11.
5687
5688 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5691         to deleted part.
5692
5693 2009-05-30  David Engster  <dengste@eml.cc>
5694
5695         * nnmairix.el: Remove old documentation in the commentary block.
5696         (nnmairix-request-group): Do not update active file for nnml back ends.
5697         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5698         end so that overview files are ignored.
5699         (nnmairix-update-groups): Make updating the groups more robust by using
5700         marks.
5701         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5702         with dollar characters in message-id.
5703
5704 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5707         2008-12-25 in dns.el.
5708
5709 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5712         could happen if the text is only composed of spaces and/or tabs.
5713
5714 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5715
5716         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5717         when sending a queued message to avoid extra mml tags.
5718
5719 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5722
5723 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5726         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5727         rmail-toggle-header for XEmacs;
5728         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5729
5730 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-dired.el: Remove autoload for gnus-setup-message.
5733         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5734         displaying Gnus logo; always use compose-mail.
5735
5736 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5739
5740 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5743         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5744         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5745         available.
5746         (gnus-nocem-epg-verify): New function.
5747
5748 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5751
5752 2009-02-15  Glenn Morris  <rgm@gnu.org>
5753
5754         * gnus-util.el (rmail-insert-rmail-file-header)
5755         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5756         autoloads.
5757         (rmail-default-rmail-file): Remove unnecessary declaration.
5758         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5759
5760 2009-02-14  Glenn Morris  <rgm@gnu.org>
5761
5762         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5763         variable (only used in gnus-util, which declares it anyway).
5764         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5765         which was only needed by gnus-art (changed to not use it any more).
5766         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5767         only used in gnus-util, which autoloads it itself.
5768         (rmail-update-summary): Fix autoload.
5769
5770         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5771         rather than rmail-output-to-rmail-file.
5772
5773 2009-02-07  Glenn Morris  <rgm@gnu.org>
5774
5775         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5776         autoload of function that no longer exists.
5777         (rmail-toggle-header): Declare.
5778         (message-forward-rmail-make-body): Handle mbox Rmail.
5779
5780 2009-01-31  Glenn Morris  <rgm@gnu.org>
5781
5782         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5783         2009-01-09 change.
5784
5785 2009-01-31  Dave Love  <fx@gnu.org>
5786
5787         * imap.el (imap-fetch-safe): Bind debug-on-error.
5788         (imap-debug): Add imap-fetch-safe.
5789
5790 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5791
5792         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5793         (auth-source-forget-all-cached): New convenience function.
5794         (auth-source-user-or-password): Accept list of modes or a single mode.
5795
5796         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5797         auth-source modes.
5798
5799         * netrc.el (netrc-machine-user-or-password): Use list of
5800         auth-source modes.
5801
5802         * nnimap.el (nnimap-open-connection): Use list of
5803         auth-source modes.
5804
5805         * nntp.el (nntp-send-authinfo): Use list of
5806         auth-source modes.
5807
5808 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5811         now.
5812
5813 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5816         coding system in XEmacs; add a workaround for XEmacs.
5817
5818         * lpath.el: Fbind coding-system-aliasee.
5819
5820 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5823         of current-language-environment.
5824
5825 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5828         available at runtime.
5829
5830 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5833
5834 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5835
5836         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5837         the greatest positive fixnum value doesn't work under an XEmacs with
5838         bignum support; use the most-positive-fixnum constant instead,
5839         available since Emacs 21.1 with cl and XEmacs 21.1.
5840
5841 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5844         XEmacs gets not to work.
5845
5846 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * mm-util.el (mm-coding-system-priorities): Allow the value like
5849         "Japanese (UTF-8)" of current-language-environment.
5850
5851 2009-01-09  Glenn Morris  <rgm@gnu.org>
5852
5853         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5854         with last-command-event.
5855
5856 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5859         in the doc string.
5860
5861         * message.el (message-fix-before-sending): Amend comment.
5862
5863 2009-01-08  Dave Love  <fx@gnu.org>
5864
5865         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5866
5867 2009-01-07  David Engster  <dengste@eml.cc>
5868
5869         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5870         simplified server definitions by converting it via
5871         gnus-server-to-method.
5872
5873 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5876         parameter's operands.
5877
5878 2009-01-06  David Engster  <dengste@eml.cc>
5879
5880         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5881         primary select method (for gnus-group-mark-article-as-read).
5882
5883 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5884
5885         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5886         `(gnus)Face', not `(gnus)X-Face'.
5887
5888 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * mm-util.el (mm-ucs-to-char): New function.
5891
5892         * mm-url.el (mm-url-decode-entities): Use it.
5893
5894         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5895         unicode-to-char.
5896
5897 2009-01-05  Dave Love  <fx@gnu.org>
5898
5899         * time-date.el: Require cl for `declare'.
5900
5901 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5904         Dave Love.
5905
5906 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * message.el (message-fix-before-sending): Add `eight-bit' to
5909         illegible-text check.
5910
5911 2009-01-03  Michael Olson  <mwolson@gnu.org>
5912
5913         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5914         `headers' is nil.  This can occur if the IMAP server does not have
5915         permissions to read messages from a folder, but can write new messages
5916         to the folder.
5917         (nnimap-request-article-part): Do not insert `data' if it is nil.
5918
5919         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5920         characters which will confuse `read', so skip past them.
5921
5922 2009-01-01  Dave Love  <fx@gnu.org>
5923
5924         * imap.el (imap-string-to-integer): Fix typo.
5925         (imap-fetch-safe): New function.
5926         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5927
5928         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5929
5930         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5931         (imap-parse-greeting): Fix doc strings.
5932         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5933         (imap-parse-flag-list): Make messages unique.
5934         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5935
5936         * nnimap.el: Fix author email.
5937         (nnimap-split-rule): Add FIXME comment.
5938         (nnimap-debug): Fix doc string.
5939
5940 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5943
5944 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5947         nslookup if resolv.conf isn't available.
5948         (dns-query): Rename from query-dns.
5949         (dns-query-cached): Rename from query-dns-cached.
5950
5951 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5954         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5955         to check if those variables exist (first appeared in Emacs 18.50).
5956
5957 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * mm-util.el (mm-line-number-at-pos): New function.
5960
5961         * spam-report.el (spam-report-process-queue): Use it.
5962
5963 2008-12-24  David Engster  <dengste@eml.cc>
5964
5965         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5966         parameters that haven't existed as variables as buffer-local variables.
5967
5968 2008-12-23  Dave Love  <fx@gnu.org>
5969
5970         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5971         cadar.
5972
5973         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5974         imap-starttls-p.
5975         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5976
5977 2008-12-22  Dave Love  <fx@gnu.org>
5978
5979         * imap.el: Fix author email.  Doc fixes.
5980         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5981         reply.
5982
5983 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * spam-report.el (spam-report-gmane-max-requests): New constant.
5986         (spam-report-gmane-wait): New variable.
5987         (spam-report-gmane-ham, spam-report-gmane-spam)
5988         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5989         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5990         the server.
5991
5992         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5993         Add explanations.
5994
5995         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5996         nnheader-accept-process-output and nnheader-read-timeout if available.
5997         (pop3-movemail): Use it.
5998
5999         * message.el (message-check-news-body-syntax): Fix signature check if
6000         there's an attachment.
6001
6002 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * mm-util.el: Add comments to the mm- emulating functions.
6005
6006 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6009         Reported by Stephen Berman <stephen.berman@gmx.net>.
6010
6011 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-util.el (mm-substring-no-properties): New function.
6014         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6015         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6016         (mm-string-to-multibyte): Doc fix.
6017
6018         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6019
6020 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * mml.el (mml-attach-file): Strip text properties from file name.
6023         (Bug#1574)
6024
6025 2008-12-16  Glenn Morris  <rgm@gnu.org>
6026
6027         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6028
6029 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6032         knows since the charset specified might be a bogus alias that
6033         mm-charset-synonym-alist provides.
6034
6035 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6038         "ISO_8859-1".
6039
6040         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6041
6042 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * mm-util.el (mm-charset-eval-alist):
6045         Define it before mm-charset-to-coding-system.
6046         (mm-charset-to-coding-system): Add optional argument `silent';
6047         define it before mm-charset-override-alist.
6048         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6049         default value if it can be used in Emacs currently running;
6050         silence mm-charset-to-coding-system.
6051
6052 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6055         `allow-override' which says whether to use `mm-charset-override-alist'.
6056         (rfc2047-decode-encoded-words): Use it.
6057
6058         * mm-util.el (mm-charset-override-alist): Fix custom type;
6059         add `(gb2312 . gbk)' to choices.
6060
6061 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6064         fast.
6065
6066         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6067
6068         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6069
6070 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6071
6072         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6073         on links.
6074
6075         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6076
6077 2008-12-03  Lute Kamstra  <lute@gnu.org>
6078
6079         * sha1.el: Remove leading * from docstrings of defcustoms,
6080         deffaces, defconsts and defuns.
6081
6082 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6085         users' addresses that don't have domain parts.
6086         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6087         rather than message-narrow-to-head since there will be the message
6088         header separator.
6089
6090 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6091
6092         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6093         since the result is inserted in a unibyte buffer anyway.
6094         (nnimap-demule-use-string-to-multibyte): Remove.
6095         (nnimap-demule): Alias it to mm-string-to-multibyte.
6096
6097 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6100         variable for debugging bug#464 and bug#1174.
6101         (nnimap-demule): Use it.
6102
6103 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6106         score calculation correctly.
6107
6108 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6109
6110         * message.el (message-send-mail): Just set the buffer to unibyte
6111         rather than use mm-with-unibyte-current-buffer which does a lot more.
6112         (message-send-mail-partially): Don't bother with
6113         mm-with-unibyte-current-buffer since it's already been made unibyte by
6114         message-send-mail.
6115
6116 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6117
6118         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6119
6120 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6123
6124 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6127         require itself and to remove `with-no-warnings'.
6128
6129 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * starttls.el (starttls-any-program-available): Get the name of the
6132         available TLS layer program.
6133         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6134         well as the host name in the "opening" message.
6135
6136         * auth-source.el (auth-source-cache, auth-source-do-cache)
6137         (auth-source-user-or-password): Cache passwords and logins by default,
6138         allow override with `auth-source-do-cache'.
6139         (auth-source-forget-user-or-password): Allow users to remove cache
6140         entries if needed.
6141
6142 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6143
6144         * md4.el (md4-buffer): Fix typo in docstring.
6145         (md4, md4-64): Doc fixes.
6146         (md4-pack-int32): Reflow docstring.
6147
6148 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6151         condition-case to only the forward-sexp call.
6152
6153 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6156         quotes contained.  Make it more robust regardless by an extra
6157         condition-case wrapper.
6158
6159 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6162
6163 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * nnml.el (nnml-request-expire-articles): Check if the function set to
6166         `nnmail-expiry-target' returns the symbol `delete'.
6167
6168         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6169
6170         * nnmail.el (nnmail-expiry-target): Fix custom type.
6171
6172 2008-10-02  Glenn Morris  <rgm@gnu.org>
6173
6174         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6175         Silence compiler warning.
6176
6177 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6178
6179         * tls.el (open-tls-stream): Show the actual command being
6180         executed, instead of the format string.
6181
6182 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * lpath.el: Fbind codepage-setup for Emacs 23.
6185
6186 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6187
6188         * mml.el (mml-menu): Don't assume mml2015 is bound.
6189
6190 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6193         exists.
6194
6195 2008-09-27  Glenn Morris  <rgm@gnu.org>
6196
6197         * gnus-util.el (mail-header-remove-comments): Autoload it.
6198
6199 2008-09-27  Andreas Schwab  <schwab@suse.de>
6200
6201         * gnus-util.el (gnus-split-references): Strip comments.
6202         (gnus-parent-id): Likewise.
6203
6204 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * message.el (message-confirm-send): Fix version.
6207
6208 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * message.el (message-idna-to-ascii-rhs-1): Use
6211         mail-extract-address-components rather than mail-header-parse-addresses
6212         that is an alias by default to ietf-drums-parse-addresses that does not
6213         support non-ASCII names in headers' contents.
6214
6215 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * message.el (message-confirm-send): Fix variable documentation to
6218         avoid the "y/n" wording.
6219
6220 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6221
6222         * message.el (message-set-auto-save-file-name): Save to a different
6223         filename so multiple messages (especially drafts) can be recovered.
6224
6225 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         * message.el (message-confirm-send): Add appropriate version.
6228
6229 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6232         defvar.
6233
6234 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6235
6236         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6237         (mm-pkcs7-enveloped-magic): Ditto.
6238
6239 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6240
6241         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6242         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6243
6244 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6247         default, it's better.
6248
6249 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6250
6251         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6252         summary line gnus-number property and ignore them (with a warning
6253         message).
6254
6255 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6258         macro caddr in the interactive form since it won't be expanded.
6259
6260 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6263         `charset'; fix name of function called recursively.
6264         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6265
6266 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6269         (gnus-mime-set-charset-parameters): New function.
6270         (gnus-mime-view-part-as-charset): Use it to correctly display part
6271         specifying wrong charset.
6272
6273 2008-09-08  David Engster  <dengste@eml.cc>
6274
6275         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6276         in completing-read for back end server.
6277
6278 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6279
6280         * message.el (message-confirm-send): New variable to confirm sending a
6281         message.
6282         (message-send): Use it.
6283
6284 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6287
6288 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6291
6292 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6295         prevent tracking too many groups.
6296         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6297         Use it.
6298
6299 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6300
6301         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6302         moving point to the bottom of the window in order to avoid recentering.
6303
6304 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6307
6308         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6309         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6310         (gnus-article-beginning-of-window): Fix calculation.
6311
6312 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-msg.el (gnus-summary-supersede-article)
6315         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6316         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6317         message header.
6318
6319 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6320
6321         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6322         pending output coming after the status change.
6323
6324 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6325
6326         * message.el:
6327         * gnus-start.el:
6328         * gnus-registry.el: Remove VMS support.
6329
6330 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6333         macro.
6334         (rfc2104-hash): Use it.
6335
6336 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6339         (gnus-summary-sort-by-most-recent-date): New commands.
6340         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6341         and menu entries.
6342
6343 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6346         don't redisplay article for raw contents; remove plural articles stuff.
6347
6348         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6349         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6350         on gnus-summary-save-article; display results properly.
6351
6352 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * lpath.el: No need to fbind ns-focus-frame.
6355
6356 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6359
6360 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (gnus-summary-save-in-pipe):
6363         Consider gnus-save-all-headers.
6364
6365 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6366
6367         * gnus-util.el (ns-focus-frame): Remove declaration.
6368         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6369         like x.
6370
6371 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6372
6373         * rfc2104.el (rfc2104-zero): Delete defconst.
6374         (rfc2104-hex-alist): Likewise.
6375         (rfc2104-hex-to-int): Delete func.
6376         (rfc2104-hexstring-to-bitstring): Likewise.
6377         (rfc2104-nybbles): New defconst.
6378         (rfc2104-hash): Rewrite for speed.
6379
6380 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * tls.el (open-tls-stream): Make it work with the 2nd argument
6383         BUFFER that is a string but does not exist as a buffer object, as
6384         mentioned in the doc-string.
6385
6386 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6389         SXEmacs.
6390
6391 2008-07-16  Glenn Morris  <rgm@gnu.org>
6392
6393         * gnus-util.el (ns-focus-frame): Declare for compiler.
6394
6395 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6398         set as a group parameter.
6399         (gnus-summary-save-in-pipe): Work when it is called independently.
6400         (gnus-summary-pipe-to-muttprint): Don't modify
6401         gnus-summary-pipe-output-default-command.
6402
6403 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6404
6405         * message.el (message-send-mail-with-sendmail):
6406         Display the error message.
6407
6408 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-art.el (gnus-default-article-saver):
6411         Add gnus-summary-save-in-pipe to choices.
6412         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6413         gnus-summary-pipe-output-default-command as the default command.
6414         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6415         instead of gnus-last-shell-command.
6416
6417         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6418         New user option.
6419         (gnus-summary-muttprint-program): Mention the value will be changed.
6420         (gnus-summary-save-article): Force showing of all headers.
6421         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6422
6423 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6424
6425         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6426
6427 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6428
6429         * nnimap.el (nnimap-id):
6430         * sieve-manage.el (sieve-manage-open): Doc fixes.
6431
6432 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6433
6434         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6435         if available.
6436
6437 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6438
6439         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6440
6441         * nnkiboze.el (nnkiboze-generate-group):
6442         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6443
6444         * nnmairix.el: Require CL.
6445
6446 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * dgnushack.el: Autoload get-display-table and put-display-table for
6449         XEmacs 21.5.
6450
6451         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6452         21.4 and SXEmacs.
6453
6454 2008-06-15  David Engster  <dengste@eml.cc>
6455
6456         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6457
6458 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6459
6460         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6461         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6462         runtime choice under XEmacs.
6463
6464         * gnus-sum.el (gnus-summary-set-display-table):
6465         Use `gnus-put-display-table', `gnus-get-display-table',
6466         `gnus-set-display-table' for the display table, instead of `aset'.
6467
6468         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6469         Use `gnus-put-display-table', `gnus-get-display-table',
6470         `gnus-set-display-table' for the display table.
6471
6472 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * nnmairix.el: Add autoloads.
6475
6476 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * nnmairix.el (nnmairix-delete-recreate-group)
6479         (nnmairix-update-and-clear-marks): Fix error messages.
6480
6481 2008-06-14  David Engster  <dengste@eml.cc>
6482
6483         * nnmairix.el: Upgrade to version 0.6.
6484         (nnmairix-group-toggle-propmarks-this-group)
6485         (nnmairix-group-toggle-readmarks-this-group)
6486         (nnmairix-group-delete-recreate-this-group)
6487         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6488         (nnmairix-remove-tick-mark-original-article): New commands.
6489         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6490         (nnmairix-propagate-marks-to-nnmairix-groups)
6491         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6492         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6493         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6494         functions needed for marks propagation and manipulation of read marks.
6495         (nnmairix-update-groups): New function.
6496         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6497         (nnmairix-determine-original-group-from-registry)
6498         (nnmairix-determine-original-group-from-path)
6499         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6500         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6501         New helper functions.
6502         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6503         keystrokes for new commands.
6504         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6505         (nnmairix-request-group): Check allow-fast group parameter.
6506         (nnmairix-request-create-group): Set allow-fast group parameter if
6507         nnmairix-allowfast-default is set.
6508         (nnmairix-close-group): Propagate marks upon closing if needed.
6509         (nnmairix-group-toggle-threads-this-group): Use new.
6510         nnmairix-group-toggle-parameter helper function.
6511         (nnmairix-search): Better check for empty search result.
6512         (nnmairix-goto-original-article): Use new helper functions for
6513         determining original article.
6514         (nnmairix-show-original-article): Make sure message-id is in brackets.
6515         (nnmairix-call-mairix-binary): Change variable name.
6516         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6517         helper function.
6518         (nnmairix-widget-toggle-activate): Fix doc string.
6519
6520 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * nnir.el: Require edmacro when compiling with XEmacs.
6523         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6524         available in Emacs 21.
6525
6526 2008-06-11  Glenn Morris  <rgm@gnu.org>
6527
6528         * gnus-util.el (x-focus-frame):
6529         * gnus.el (image-size):
6530         * mm-decode.el (image-size): Declare.
6531
6532         * gnus-picon.el (declare-function): Add compat definition.
6533         (image-size): Declare.
6534
6535         * gnus-group.el (tool-bar-map):
6536         * gnus-sum.el (tool-bar-map): Define for compiler.
6537
6538         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6539
6540         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6541
6542         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6543         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6544         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6545         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6546         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6547         * sieve-manage.el, spam-report.el, spam.el:
6548         Remove unnecessary eval-and-compile of autoloads.
6549
6550 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6551
6552         * auth-source.el: Precise Tramp doc.
6553
6554 2008-06-07  Glenn Morris  <rgm@gnu.org>
6555
6556         * nnmairix.el: Remove unnecessary eval-when-compile.
6557
6558 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * lpath.el: Fbind propertize for XEmacs 21.4.
6561
6562 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * nnir.el: Move here from ../contrib.
6565
6566 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6567
6568         * gnus-util.el (gnus-read-shell-command): New function.
6569         * mm-decode.el (mm-pipe-part):
6570         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6571
6572 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6575
6576 2008-06-03  Glenn Morris  <rgm@gnu.org>
6577
6578         * pop3.el (nnheader-accept-process-output): Autoload it.
6579
6580 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6583         are not 2-digit hexadecimal characters that follow `%'s.
6584
6585 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * message.el (message-bogus-recipient-p): Fix type in doc string.
6588         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6589         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6590         Improve custom options.
6591         (message-bogus-recipient-p): Adjust accordingly.
6592
6593 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6594
6595         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6596         long-form month and day names.
6597
6598 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * dgnushack.el: Autoload debug, eudc-expand-inline and
6601         pgg-snarf-keys-region for XEmacs.
6602
6603         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6604
6605         * nnmairix.el: Require edmacro when compiling with XEmacs.
6606
6607 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6610         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6611
6612 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * auth-source.el: Add more docs.
6615
6616         * netrc.el (netrc-machine): Always match if the port is not given.
6617
6618 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6621         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6622         retrieval faster in some cases, but might make CPU usage larger.
6623         If this has any bad side effects, we might revert this change.
6624
6625         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6626         seems to make mail retrieval much, much faster.
6627         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6628         unconditionally.
6629
6630         * gnus-draft.el (gnus-group-send-queue):
6631         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6632
6633 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6636
6637         * message.el (message-bogus-address-regexp): Fix and improve custom
6638         type.
6639         (message-setup-hook): Add message-check-recipients as custom option.
6640
6641 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * message.el (message-cite-function): Remove bogus autoload which crept
6644         in during merge from v5-10.
6645
6646 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6649
6650         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6651
6652         * auth-source.el: Preliminary Tramp docs.
6653         (auth-sources): Change the default auth-sources to use
6654         EPA .gpg files.
6655
6656 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * nntp.el: Autoload `auth-source-user-or-password'.
6659         (nntp-send-authinfo): Use it.
6660
6661         * nnimap.el: Autoload `auth-source-user-or-password'.
6662         (nnimap-open-connection): Use it.
6663
6664         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6665         for the gnus-message function.
6666         (auth-source-user-or-password): Use it.
6667
6668 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6669
6670         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6671         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6672         (rfc2104-hash): Use it.
6673
6674 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6675
6676         * gnus-art.el (gnus-article-toggle-truncate-lines):
6677         Don't use `iff' in docstring.
6678
6679 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6680
6681         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6682
6683         * gnus-util.el (gnus-extract-address-component-name)
6684         (gnus-extract-address-component-email): Convenience functions around
6685         `gnus-extract-address-components'.
6686
6687         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6688         Use `gnus-extract-address-component-email' to fix bug of comparing full
6689         sender name to `user-mail-address'.
6690
6691 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6694         catch/throw to optimize.
6695         (gnus-registry-find-keywords): Just use member to find a keyword.
6696
6697 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6700         is current before calling gnus-server-prepare.
6701         (gnus-server-setup-buffer, gnus-server-update-server)
6702         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6703
6704 2008-05-04  Juri Linkov  <juri@jurta.org>
6705
6706         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6707         (mailcap-file-default-commands): Use mailcap-replace-in-string
6708         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6709         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6710
6711 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6712
6713         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6714
6715 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6716
6717         * gnus.el: Bump version to 0.11.
6718
6719 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6720
6721         * gnus.el: No Gnus v0.10 is released.
6722
6723 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6726         hooks.
6727         (gnus-update-read-articles): Speed up non-marks-using users.
6728         (gnus-use-marks): Define gnus-use-marks.
6729         (gnus-propagate-marks): Rename variable to something more sensible.
6730
6731 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6732
6733         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6734         (gmm-image-load-path-for-library): Fix typos in docstrings.
6735         (gmm-message): Reflow docstring.
6736
6737 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * mail-source.el (mail-source-set-1, mail-source-bind):
6740         Move auth-source code out of the macro to clean it up and fix bugs.
6741
6742 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6745         by sender if it's equal to user-mail-address, it's likely to be
6746         useless.
6747
6748         * mail-source.el (mail-source-bind): Don't use user or password if they
6749         are not bound.  Unintern them if they are nil.  Don't use server unless
6750         it's bound, and default it to empty string otherwise.
6751
6752 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6753
6754         * mail-source.el: Load auth-source.el.
6755         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6756         get user name or password, if auth-sources is set up.
6757
6758         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6759         strategy of splitting with parent.
6760         (gnus-registry-split-fancy-with-parent)
6761         (gnus-registry-post-process-groups): Use it and fix prior
6762         bug (returning a list as the split result).
6763
6764         * auth-source.el (auth-sources): Remove server parameter.
6765         (auth-source-pick, auth-source-user-or-password)
6766         (auth-source-user-or-password-imap)
6767         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6768         (auth-source-user-or-password-sftp)
6769         (auth-source-user-or-password-smtp): Remove server parameter.
6770
6771 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6772
6773         * smime.el (smime-sign-region, smime-encrypt-region)
6774         (smime-decrypt-region):
6775         Remove redundant calls to `generate-new-buffer-name'.
6776
6777 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6778
6779         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6780         Don't use QP for message/rfc822.
6781         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6782
6783 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * sieve-manage.el (sieve-string-bytes): Remove.
6786         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6787         correct byte-length only if the process's coding-system is the same as
6788         the one used internally by Emacs to represent strings.
6789
6790 2008-04-22  Juri Linkov  <juri@jurta.org>
6791
6792         * mailcap.el (mailcap-file-default-commands): New function.
6793
6794 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * message.el (message-signature-separator, message-cite-function):
6797         Change custom version.
6798
6799 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6800
6801         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6802         commands.
6803         (tls-checktrust): Ditto.
6804
6805 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * mm-decode.el (mm-display-external): Make temp file read-only.
6808
6809 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6812         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6813         `C-c C-f d'.
6814
6815 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6816
6817         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6818
6819 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * gnus.el: Bump version to 0.9.
6822
6823 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus.el: No Gnus v0.8 is released.
6826
6827 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6828
6829         * mail-source.el (mail-source-value):
6830         Prefer fboundp to functionp so it works with macros as well.
6831
6832 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6833
6834         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6835         Fix last change in case the element is not even a symbol.
6836
6837 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6838
6839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6840         Prefer fboundp to functionp so it works with macros as well.
6841
6842 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * auth-source.el: Add docs.
6845         (auth-sources): Modify format to support server.
6846         (auth-source-pick, auth-source-user-or-password)
6847         (auth-source-user-or-password-imap)
6848         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6849         (auth-source-user-or-password-sftp)
6850         (auth-source-user-or-password-smtp): Add server parameter.
6851
6852 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * gnus-registry.el: Initialize the registry when gnus-registry-install
6855         is t.
6856
6857 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * compface.el (uncompface): Make buffer unibyte.
6860
6861 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6862
6863         * mail-source.el (mail-source-value):
6864         Prefer fboundp to functionp so it works with macros as well.
6865
6866 2008-04-05  Glenn Morris  <rgm@gnu.org>
6867
6868         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6869
6870 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6871
6872         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6873         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6874
6875         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6876         multibyteness after rather than before erasing it.
6877
6878         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6879         mm-with-multibyte.
6880         (gnus-request-article-this-buffer): Make sure the proper decoding is
6881         used if gnus-original-article-buffer happens to be unibyte.
6882
6883         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6884         default-enable-multibyte-characters.
6885
6886         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6887         default-enable-multibyte-characters.
6888
6889         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6890
6891         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6892
6893 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6894
6895         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6896         Fix last change in case the element is not even a symbol.
6897
6898 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6899
6900         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6901         (imap-message-copyuid-1): Use it.
6902         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6903         J. Williams in
6904         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6905
6906         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6907         imap-enable-exchange-bug-workaround.
6908         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6909
6910 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6911
6912         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6913         a 100 byte status-checks into a 2-3MB transfer for each group.
6914         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6915         to enable bug workaround or not.
6916         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6917
6918 2008-03-31  Glenn Morris  <rgm@gnu.org>
6919
6920         * message.el (mml2015-use): Declare for compiler.
6921         (message-info): Require mml2015 when appropriate.
6922
6923 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6926         whitespace.
6927
6928 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6929
6930         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6931         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6932         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6933         (nntp-service-to-port): New function.
6934         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6935         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6936         (nntp-open-netcat-stream): New function.
6937         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6938
6939 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6940
6941         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6942
6943 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6944
6945         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6946
6947 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6948
6949         * dns.el (dns-write): Use set-buffer-multibyte.
6950
6951 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6952
6953         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6954
6955 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * message.el (message-signature-separator): Change default.
6958         Improve custom type.
6959         (message-cite-function): Change default to
6960         message-cite-original-without-signature.
6961
6962         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6963         toggle.
6964
6965         * message.el (message-check-news-body-syntax): Fix signature check.
6966         (message-setup-1): Mark buffer as unmodified _after_ running
6967         message-setup-hook and handling message-alternative-emails.
6968         (message-shorten-references): Be more strict when building list of
6969         valid references to comply with GNKSA.
6970
6971         * gnus-group.el (gnus-read-ephemeral-bug-group)
6972         (gnus-read-ephemeral-debian-bug-group)
6973         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6974
6975         * message.el (message-info): Don't use booleanp which isn't supported
6976         in Emacs 21 and XEmacs.
6977
6978 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6981         gnus-group-gmane-group-download-format.
6982         (gnus-group-read-ephemeral-gmane-group): Rename from
6983         gnus-group-read-ephemeral-gmane-group.
6984         (gnus-read-ephemeral-gmane-group-url): Rename from
6985         gnus-group-read-ephemeral-gmane-group-url.
6986         (gnus-bug-group-download-format-alist): New variable.
6987         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6988         (gnus-read-ephemeral-emacs-bug-group): New commands.
6989
6990 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6993         (gnus-visible-headers): Improve custom type.
6994
6995 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * mml.el (mml-menu): Add workarounds for XEmacs.
6998
6999         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7000         X-Boundary header.
7001
7002         * message.el (message-simplify-recipients): Fix previous commit.
7003
7004 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7005
7006         * mm-util.el (mm-set-buffer-multibyte): New function.
7007         * mm-decode.el (mm-copy-to-buffer): Use it.
7008
7009         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7010         Prefer fboundp to functionp so it works with macros as well.
7011
7012 2008-03-19  Glenn Morris  <rgm@gnu.org>
7013
7014         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7015         Accidentally removed in the sync process with Emacs.
7016
7017 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * message.el (message-alter-recipients-discard-bogus-full-name):
7020         New function.
7021         (message-alter-recipients-function): New variable.
7022         (message-get-reply-headers): Use it.
7023         (message-replace-header): New helper function.
7024         (message-recipients-without-full-name): New variable.
7025         (message-simplify-recipients): New command.
7026
7027         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7028
7029         * message.el (message-info): Handle EasyPG manual.
7030
7031         * mml.el (mml-menu): Add entry for EasyPG.
7032
7033 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7034
7035         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7036         parameter.
7037
7038         * message.el (message-disassociate-draft): Specify drafts group name
7039         fully.
7040
7041 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7044         Eliminate unnecessary duplicates from the match list.
7045
7046 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7049
7050         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7051
7052         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7053         args of `how-many' of which the XEmacs version doesn't take; declare
7054         Info-index-next as function.
7055
7056 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * gnus-score.el (gnus-score-headers): Fix handling of
7059         gnus-inhibit-slow-scoring.
7060
7061         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7062         string.
7063         (gnus-button-url-regexp): Improve handling of parenthesis.
7064         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7065         (gnus-button-handle-info-keystrokes): Handle index entries.
7066
7067 2008-03-15  Glenn Morris  <rgm@gnu.org>
7068
7069         * parse-time.el (parse-time-string): Simplify.
7070
7071 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7074         Incoming* files.
7075
7076 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * auth-source.el (auth-sources): Rename from auth-source-choices.
7079         (auth-source-pick): Use it.
7080
7081 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * binhex.el (binhex-decode-region-internal):
7084         * uudecode.el (uudecode-decode-region-internal):
7085         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7086         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7087         setting default-enable-multibyte-characters.
7088
7089 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * auth-source.el (auth-source-protocols)
7092         (auth-source-protocols-customize, auth-source-choices): Add and
7093         modified variable customizations and defaults.
7094         (auth-source-pick, auth-source-user-or-password)
7095         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7096         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7097         (auth-source-user-or-password-sftp)
7098         (auth-source-user-or-password-smtp): Use new variables and provide an
7099         interface to netrc.el.
7100
7101 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7104         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7105         Make sure the nntp port to specify is a string.
7106
7107 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7108
7109         * nntp.el: Use with-current-buffer.
7110         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7111         dubious mm-with-unibyte-current-buffer.
7112         (nntp-with-open-group-function): New function extracted from
7113         nntp-with-open-group macro.
7114         (nntp-with-open-group): Use the function, so it's easier to debug.
7115         Add indentation and debugging info.
7116         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7117         Recommend the use of the netcat alternatives.
7118
7119         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7120         Avoid mm-string-as-multibyte as well.
7121
7122         * nnweb.el (nnweb-insert-html):
7123         Remove use of nnheader-string-as-multibyte.
7124
7125         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7126         (nnheader-string-as-multibyte): Remove.
7127
7128         * mm-view.el: Use inhibit-read-only.
7129         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7130         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7131         or unibyte-string.
7132
7133         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7134         (mm-uu-yenc-extract): Use with-current-buffer.
7135
7136         * gnus-soup.el (gnus-soup-send-packet): Don't use
7137         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7138
7139         * nnmh.el: Use with-current-buffer.
7140         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7141         mm-string-as-multibyte on the output of mm-encode-coding-string.
7142
7143         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7144         (nnimap-request-move-article): Use with-current-buffer.
7145
7146         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7147         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7148         conversion uses string-make-unibyte rather than string-as-unibyte.
7149
7150         * gnus-msg.el: Use with-current-buffer.
7151
7152         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7153
7154 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7155
7156         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7157         string for caching if it is 'PIN.
7158
7159 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * lpath.el: Consider the case without Emacs/W3.
7162
7163 2008-03-08  Glenn Morris  <rgm@gnu.org>
7164
7165         * time-date.el (date-to-time, time-subtract, time-add)
7166         (safe-date-to-time): Doc fixes.
7167
7168 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * mail-source.el (mail-source-delete-old-incoming-confirm):
7171         Change default to nil.
7172         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7173
7174 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * lpath.el: Rearrange.
7177
7178         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7179         (gnus-article-goto-prev-page): Work for articles having ^L's.
7180
7181         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7182
7183         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7184
7185 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7186
7187         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7188         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7189         (gnus-bookmark-jump): Adjust some variable names.
7190
7191 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * auth-source.el: New package.
7194         (auth-source-choices): Add customization entry point variable.
7195
7196         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7197         bug.
7198
7199 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7202         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7203         (gnus-registry-install-shortcuts): Rename from
7204         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7205         the `gnus-registry-mark-map' keymap dynamically from
7206         `gnus-registry-marks'.  The generated functions update the summary line
7207         when a registry mark is added or deleted, and will call
7208         `gnus-registry-install-p' (see the comments in the code).
7209         (gnus-registry-user-format-function-M): Use concat intelligently.
7210
7211         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7212         the registry mark functions.
7213
7214 2008-03-05  Glenn Morris  <rgm@gnu.org>
7215
7216         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7217         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7218         gnus-art.
7219         (top-level): No need to load own source when compiling.
7220
7221 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7224         Suggested by <chris.anderton@zetnet.co.uk>.
7225
7226 2008-03-04  Glenn Morris  <rgm@gnu.org>
7227
7228         * gnus-sum.el (top-level): No need to require gnus when compiling,
7229         since unconditionally required near start of file.
7230         (gnus-summary-display-while-building): Move definition before use.
7231
7232 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * gnus-registry.el (gnus-registry-user-format-function-M):
7235         Add formatting function.
7236
7237 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7238
7239         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7240         with plists.
7241         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7242         Use new format.
7243
7244 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7247         `where-is-internal' that returns a range of key sequences.
7248
7249 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7250
7251         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7252
7253         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7254         (gnus-summary-jump-to-group): Consider windows on other displayed
7255         frames as well.  Similar changes might be needed elsewhere, but that's
7256         the one I've bumped into during my use.
7257
7258         * nndoc.el (nndoc-oe-dbx-type-p):
7259         * gnus-msg.el (gnus-debug):
7260         * gnus-group.el (gnus-update-group-mark-positions):
7261         Use mm-string-to-multibyte.
7262
7263 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7266         doesn't handle NotDashEscaped.
7267
7268         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7269         (mml-dnd-attach-options): Fix typo in custom choice.
7270
7271         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7272         Change nndoc-article-type to mbox.
7273         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7274
7275         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7276         to nil, instead of html2text.
7277
7278         * imap.el (imap-debug): Add `imap-ping-server'.
7279
7280         * gnus-bookmark.el: Add FIXMEs.
7281
7282         * message.el (message-form-letter-separator)
7283         (message-send-form-letter-delay): New variables.
7284         (message-send-form-letter): Use them.  New command to send form
7285         letters.  Requested by Uwe Siart.
7286         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7287
7288 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * Update copyright years.
7291
7292 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         Sync from EMACS_22_BASE.
7295
7296         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7297
7298 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7299
7300         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7301         empty author.
7302
7303 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * gnus-registry.el (gnus-registry-marks): Add variable for
7306         customization of marks and their appearance.
7307         (gnus-registry-read-mark): Use it.
7308         (gnus-registry-do-marks): Add utility function to loop through
7309         `gnus-registry-marks'.
7310         (gnus-registry-install-shortcuts-and-menus): Add function to install
7311         shortcuts and menus.
7312         (gnus-registry-initialize): Use it.
7313         (gnus-registry-default-mark): Clarify documentation.
7314
7315 2008-02-29  Glenn Morris  <rgm@gnu.org>
7316
7317         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7318         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7319         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7320         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7321         Change defcustom :version from 23.0 to 23.1.
7322
7323 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7324
7325         * gnus-registry.el (gnus-registry-follow-group-p)
7326         (gnus-registry-post-process-groups): Add functions to aid registry
7327         splitting and improve logging.  Clarify behavior in function
7328         documentation.
7329         (gnus-registry-split-fancy-with-parent): Use them.
7330
7331 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7332
7333         * gnus-art.el: Use with-current-buffer.
7334
7335 2008-02-27  David Engster  <dengste@eml.cc>
7336
7337         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7338         Express real group name in the response.
7339
7340 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7343         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7344         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7345         autoload gnus-registry-fetch-group when compiling.
7346         (nnmairix-request-group-with-article-number-correction):
7347         Remove unreferenced argument passed to nnmairix-call-backend.
7348
7349 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7352         (mm-uu-extract): Improve face for low color ttys.
7353         Reported by Sascha Wilde.
7354
7355 2008-02-27  Glenn Morris  <rgm@gnu.org>
7356
7357         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7358         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7359         variables to defconsts.  Convert comments to doc-strings.
7360         (nnmairix-last-server, nnmairix-current-server): Convert from free
7361         variables to defvars.  Convert comments to doc-strings.
7362         (gnus-registry-fetch-group): Autoload.
7363         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7364         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7365         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7366         caddr.
7367         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7368         nnmairix-request-group-with-article-number-correction call.
7369         (nnmairix-fast, nnmairix-group): New, less general names, for free
7370         variables passed from nnmairix-request-group to
7371         nnmairix-request-group-with-article-number-correction.  Declare.
7372         (nnmairix-request-group-with-article-number-correction):
7373         Use nnmairix-fast, nnmairix-group rather than fast, group.
7374
7375 2008-02-26  David Engster  <dengste@eml.cc>
7376
7377         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7378         version 0.5.
7379
7380 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7383         instead of making an extra function call.  Don't add the current group
7384         to articles only when they have the group.  Use
7385         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7386         Reported by David <de_bb@arcor.de>.
7387
7388 2008-02-24  Miles Bader  <miles@gnu.org>
7389
7390         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7391         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7392         (mm-find-mime-charset-region):
7393         * mm-bodies.el (mm-encode-body):
7394         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7395
7396 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7399         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7400
7401 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * mail-source.el (mail-source-delete-incoming): Change default.
7404         Supplement doc string.
7405
7406         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7407
7408 2008-02-14  Glenn Morris  <rgm@gnu.org>
7409
7410         * time-date.el (format-seconds): New function.
7411
7412 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * nnmail.el (nnmail-message-id-cache-file): Derive from
7415         `gnus-home-directory'.
7416
7417 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7420         Document negative prefix.
7421
7422         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7423
7424 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * message.el (message-unsent-separator): Add the Exim bounce
7427         separator.
7428
7429 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7430
7431         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7432         list.
7433         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7434         recipient/signer list.
7435
7436 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * Makefile.in (datarootdir): Define.
7439         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7440         name that might contain whitespace.
7441
7442 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7445         fbound (Emacs 23 unicode), signal an error.
7446
7447 2008-02-08  Glenn Morris  <rgm@gnu.org>
7448
7449         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7450
7451 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7452
7453         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7454         ports to the calls to `netrc-machine-user-or-password' in addition to
7455         "imap" and "imaps".
7456
7457 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7458
7459         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7460
7461         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7462
7463 2008-02-01  Kenichi Handa  <handa@m17n.org>
7464
7465         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7466         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7467         (rfc2104-hash): Convert the result of concat to unibyte string.
7468
7469 2008-02-01  Dave Love  <fx@gnu.org>
7470
7471         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7472         coding-system-for-read.
7473         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7474
7475 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7478         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7479         <hanche@math.ntnu.no>.
7480
7481 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7484
7485         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7486
7487 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7488
7489         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7490         * message.el (message-beginning-of-line): Use featurep instead of bound
7491         tests in order to resolve conditionals at compile time.
7492
7493 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7494
7495         * mail-source.el (mail-sources): Add `group' choice.
7496
7497         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7498         parameter `in-group' to control into which group the articles go.
7499         Add treatment of `group' mail-source.
7500
7501 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7504
7505         * mm-decode.el (mm-dissect-buffer): Decode description.
7506
7507         * mml.el (mml-to-mime): Encode message header first.
7508
7509 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7512         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7513
7514         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7515         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7516
7517 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7518
7519         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7520
7521 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7524         prefix keys.
7525         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7526         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7527         gnus-xmas.el.
7528
7529         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7530         (gnus-xmas-article-describe-bindings): New function.
7531         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7532         gnus-xmas-article-describe-bindings.
7533
7534         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7535
7536 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7539         Add new variables for article mark management.
7540         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7541         list of extra data entries which, when present, will indicate that the
7542         article ID should not be trimmed from the registry.
7543         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7544         functions.
7545         (gnus-registry-read-mark): New function to read a mark name from the
7546         user.
7547         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7548         (gnus-registry-set-article-mark-internal): New functions to add and
7549         remove marks.
7550         (gnus-registry-get-article-marks): New function to show the marks for
7551         an article, or retrieve them for further use.
7552
7553 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7556         keys when no argument is given.
7557
7558 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * imap.el (imap-ping-server): New variable.
7561         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7562         (imap-ping-server): Minor doc string fixes.
7563
7564 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7565
7566         * imap.el (imap-ping-server): New function.
7567         (imap-opened): Call imap-ping-server.
7568
7569 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-sum.el (gnus-article-sort-by-random)
7572         (gnus-thread-sort-by-random): Fix doc strings.
7573         Reported by jidanni@jidanni.org.
7574
7575 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (gnus-article-describe-bindings): New function.
7578         (gnus-article-read-summary-keys): Use it.
7579         (gnus-article-mode-map): Bind `C-h b' to it.
7580
7581 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7584         XEmacs.
7585         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7586         Protect against non-character events.
7587
7588         * lpath.el: Fbind map-keymap for Emacs 21.
7589
7590 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7593         New command.
7594         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7595         instead of END.  Change name of the temp file.
7596         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7597         customizable.
7598
7599 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7602         bind `S W' to gnus-article-wide-reply-with-original; set default
7603         binding to gnus-article-read-summary-send-keys.
7604         (gnus-article-read-summary-keys): Fix the order of keys; display
7605         continuation keys correctly in the echo area; describe bindings
7606         correctly when keys end with `C-h'.
7607         (gnus-article-read-summary-send-keys): New function.
7608         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7609         Work for gnus-article-read-summary-send-keys; display continuation keys
7610         correctly in the echo area.
7611         (gnus-article-reply-with-original): Ignore prefix argument.
7612         (gnus-article-wide-reply-with-original): New function.
7613
7614         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7615         Emacs 21.
7616
7617 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7620         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7621
7622 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7625         (gnus-group-read-ephemeral-gmane-group): New command.
7626
7627 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7628
7629         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7630
7631 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * message.el (message-send-mail-function): Increase custom version.
7634
7635         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7636         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7637
7638 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7641         for the cases where imap-authenticate is called with a nil buffer
7642         parameter.
7643
7644 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7647         html parts correctly; support forwarded messages.
7648         (gnus-article-browse-html-article): Remove work buffers.
7649
7650         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7651         compiling.
7652         (netrc-bound-and-true-p): New macro.
7653         (netrc-parse): Use it instead of bound-and-true-p that is not available
7654         in XEmacs 21.4.
7655
7656 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * gnus-registry.el (gnus-registry-mark-article)
7659         (gnus-registry-article-marks): Add functionality to mark articles
7660         through the Gnus registry.
7661
7662         * encrypt.el: Clarify documentation for the new pgg method.
7663         (encrypt-file-alist): Add PGG option.
7664         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7665         functionality.  Abstract password key and messaging to external
7666         functions.
7667         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7668         (encrypt-message-method-and-cipher): Add new convenience external
7669         functions.
7670         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7671         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7672
7673         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7674         (netrc-parse): Use encrypt-file-alist to determine if
7675         encrypt-find-model or encrypt-insert-file-contents should be used.
7676
7677         * encrypt.el: Clarify documentation.  Load password-cache or
7678         password, whichever one is found first, instead of autoloading.
7679
7680 2007-12-19  Glenn Morris  <rgm@gnu.org>
7681
7682         * mml.el (message-options-set, message-narrow-to-head)
7683         (message-in-body-p, message-mail-p, message-encode-message-body):
7684         Autoload.
7685         (message-remove-header, message-narrow-to-headers-or-head)
7686         (message-subscribed-p, message-make-mail-followup-to)
7687         (message-position-on-field, message-news-p)
7688         (message-options-set-recipient, message-generate-headers)
7689         (message-sort-headers): Declare as functions.
7690
7691 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7694         convention in doc string.
7695
7696 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7699         title to html parts.
7700         (gnus-article-browse-html-article): Pass message header to it.
7701
7702         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7703
7704 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7707         or password compatible with XEmacs.
7708
7709 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7712         format document.
7713         (gnus-mime-delete-part): Don't write description line if empty.
7714         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7715
7716 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7717
7718         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7719         (gnus-summary-mark-read-and-unread-as-read)
7720         (gnus-summary-mark-current-read-and-unread-as-read)
7721         (gnus-summary-mark-unread-as-ticked): Doc fix.
7722         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7723
7724 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7727         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7728
7729 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7732         yes-or-no-p.
7733
7734 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * mm-decode.el (mm-add-meta-html-tag): New function.
7737         (mm-save-part-to-file, mm-pipe-part): Use it.
7738
7739         * gnus-art.el (gnus-article-browse-delete-temp-files):
7740         Use gnus-y-or-n-p instead of y-or-n-p.
7741         (gnus-article-browse-html-parts): Work with message/external-body; use
7742         mm-add-meta-html-tag.
7743
7744 2007-12-11  Glenn Morris  <rgm@gnu.org>
7745
7746         * gnus-cache.el: Require gnus-sum not just when compiling.
7747
7748         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7749
7750         * gnus-int.el (gnus-server-opened, gnus-status-message):
7751         Move definitions before use.
7752
7753         * mm-decode.el: Require gnus-util.
7754         (mm-remove-part): Only call delete-annotation on XEmacs.
7755
7756         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7757
7758         * nnmail.el: Require gnus-int.
7759
7760         * spam.el: Move `require's before `eval-when-compile's.
7761
7762         * gnus-ems.el (gnus-alive-p):
7763         * gnus-fun.el (message-goto-eoh):
7764         * gnus-util.el (gnus-group-name-decode):
7765         * mail-source.el (gnus-compress-sequence):
7766         * message.el (Info-goto-node, format-spec):
7767         * mm-bodies.el (message-options-get):
7768         * mm-decode.el (mm-view-pkcs7):
7769         * mm-util.el (gmm-write-region):
7770         * mml-smime.el (mml-compute-boundary)
7771         (gnus-completing-read-with-default):
7772         * mml.el (widget-button-press, gnus-make-hashtable):
7773         * mml1991.el (mm-decode-content-transfer-encoding)
7774         (mm-encode-content-transfer-encoding)
7775         (message-options-get, message-options-set):
7776         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7777         * nnfolder.el (gnus-request-group):
7778         * nnheader.el (ietf-drums-unfold-fws):
7779         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7780         * smime.el (gnus-run-mode-hooks):
7781         * spam-stat.el (gnus-message): Autoload.
7782
7783         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7784         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7785         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7786         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7787         Add declare-function compatibility definition.
7788
7789         * gnus-cache.el (nnvirtual-find-group-art):
7790         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7791         (gnus-add-image, gnus-add-wash-type):
7792         * gnus-group.el (nnkiboze-score-file):
7793         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7794         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7795         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7796         (message-tokenize-header, gnus-get-buffer-create)
7797         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7798         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7799         * gnus.el (gnus-group-decoded-name):
7800         * mail-source.el (imap-capability):
7801         * mm-bodies.el (message-options-set):
7802         * mm-decode.el (gnus-configure-windows):
7803         * mm-extern.el (message-goto-body):
7804         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7805         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7806         (epg-sub-key-validity, message-options-set):
7807         * mml.el (widget-event-point, gnus-configure-windows):
7808         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7809         * mml2015.el (epg-check-configuration, epg-configuration)
7810         (message-options-set):
7811         * nndb.el (nndb-request-article):
7812         * nnfolder.el (gnus-request-create-group):
7813         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7814         * nnmaildir.el (gnus-group-mark-article-read):
7815         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7816         * rfc1843.el (message-fetch-field):
7817         * spam.el (gnus-extract-address-components):
7818         Declare as functions.
7819
7820 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7823
7824         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7825
7826         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7827         bind show-trailing-whitespace for XEmacs.
7828
7829 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7832         new no-op macro for backward compatibility.
7833
7834         * imap.el (imap-string-to-integer): New function.
7835
7836 2007-12-09  Glenn Morris  <rgm@gnu.org>
7837
7838         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7839
7840         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7841         * message.el, mm-view.el, sieve-manage.el, smime.el:
7842         Add declare-function compatibility definition.
7843
7844         * gnus-art.el (w3-region, w3m-region, Info-menu):
7845         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7846         * gnus-sum.el (gnus-get-predicate):
7847         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7848         * message.el (mail-abbrev-in-expansion-header-p):
7849         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7850         (w3m-detect-meta-charset, w3m-region):
7851         * sieve-manage.el (password-read, password-cache-add)
7852         (password-cache-remove):
7853         * smime.el (password-read-and-add): Declare as functions.
7854
7855 2007-12-08  David Kastrup  <dak@gnu.org>
7856
7857         * gnus-sum.el (gnus-summary-simplify-subject-query):
7858         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7859         `message'.
7860
7861 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7864         it to bind idna-program, installation-directory, defined-colors, and
7865         face-attribute for XEmacs of the version that compiles defcustom forms.
7866
7867 2007-12-07  Glenn Morris  <rgm@gnu.org>
7868
7869         * gnus-art.el (article-make-date-line): Revert previous change.
7870
7871 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7874
7875 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7876
7877         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7878         Call gnus-add-to-range ranges only once with a prepared article-list.
7879
7880 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7881
7882         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7883         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7884         group names with backslashes.
7885         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7886
7887 2007-12-06  Deepak Goel  <deego3@gmail.com>
7888
7889         * gnus-art.el (article-make-date-line):
7890         * gnus-start.el (gnus-load):
7891         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7892
7893 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-use-idna)
7896         * gnus-start.el (gnus-site-init-file)
7897         * message.el (message-use-idna)
7898         * mm-uu.el (mm-uu-hide-markers)
7899         * smiley.el (smiley-style): Revert changes that suppress warnings.
7900
7901 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7904         specify charset to html source.
7905         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7906
7907 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7910         idna-program in order to suppress byte compile warning issued by XEmacs
7911         that came to byte compile the default value section of defcustom forms
7912         recently.
7913
7914         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7915         value of installation-directory.
7916
7917         * message.el (message-use-idna): Don't directly refer to the value of
7918         idna-program.
7919
7920         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7921
7922         * smiley.el (smiley-style): Don't directly call face-attribute.
7923
7924 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7927
7928         * gnus-dired.el: Reduce Gnus dependencies.
7929         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7930         Don't require.  Use autoloads instead.
7931         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7932         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7933         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7934         (gnus-dired-mode): Adjust doc string.
7935         (gnus-dired-mail-mode): New variable.
7936         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7937         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7938         (gnus-dired-mail-buffers): New function.  Return mail or message
7939         composition buffers.
7940         (gnus-dired-attach): Use it.
7941         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7942         NO-DECODE.
7943         (gnus-dired-print): Use `gnus-print-buffer' depending on
7944         `gnus-dired-mail-mode'.
7945
7946 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * rfc2047.el (rfc2047-encoded-word-regexp)
7949         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7950         explaining what regexp patterns are for.
7951
7952 2007-12-04  Glenn Morris  <rgm@gnu.org>
7953
7954         * password.el: Move to password-cache.el.
7955
7956         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7957         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7958         * mml-smime.el (password-read, password-cache-add)
7959         (password-cache-remove):
7960         No need to autoload, since mml-sec requires password.
7961
7962         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7963         * message.el (gnus-extract-address-components):
7964         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7965
7966         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7967         password.
7968
7969 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * mailcap.el: Reduce dependencies.
7972         (mail-header-parse-content-type): Autoload.
7973         (mailcap-delete-duplicates): New alias.
7974         (mailcap-mime-info): Add optional argument NO-DECODE.
7975         (mailcap-mime-types): Use mailcap-delete-duplicates.
7976
7977         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7978
7979 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7980
7981         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7982         (imap-parse-status): Upcase status-att for servers that sends them
7983         lower-case (e.g., MS Exchange 2007).
7984
7985 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7988         function.
7989
7990         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7991         (gnus-uu-yenc-article): New function.
7992
7993         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7994
7995         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7996
7997 2007-12-02  Glenn Morris  <rgm@gnu.org>
7998
7999         * binhex.el (binhex): New custom group.
8000         (binhex-decoder-program, binhex-decoder-switches)
8001         (binhex-use-external): Move to the binhex custom group.
8002
8003         * uudecode.el (uudecode): New custom group.
8004         (uudecode-decoder-program, uudecode-decoder-switches)
8005         (uudecode-use-external): Move to the uudecode custom group.
8006
8007         * netrc.el (top-level): Don't load `encrypt' features.
8008         (netrc-parse): Don't use encrypt.
8009         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8010
8011         * encrypt.el: Remove file.
8012
8013 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8016         matches on patches.
8017
8018         * gnus-art.el (gnus-article-browse-html-article):
8019         Mention `mm-text-html-renderer' in the doc string.
8020
8021         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8022         string.  Add comments.
8023
8024         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8025         if rhs is ASCII.
8026
8027 2007-12-01  Glenn Morris  <rgm@gnu.org>
8028
8029         * mail-source.el (top-level): Require format-spec before
8030         eval-when-compile.
8031
8032 2007-11-30  Glenn Morris  <rgm@gnu.org>
8033
8034         * encrypt.el: Require password, rather than autoloading password-read.
8035
8036 2007-11-29  Glenn Morris  <rgm@gnu.org>
8037
8038         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8039         (sasl-make-client, sasl-next-step, sasl-step-data)
8040         (sasl-step-set-data): Declare as functions.
8041
8042 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8045
8046 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8047
8048         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8049         certs should be verified and what is to be done in the event of a
8050         verification failure.
8051
8052         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8053         caller can indicate whether the cache should be disregarded for this
8054         call.  This way the result of the call is reproducible at all times and
8055         can be considered a canonical server name for the supplied method.
8056         (gnus-agent-method-p): Canonicalize server names by pushing their
8057         method through `gnus-method-to-server' using the no-cache argument.
8058
8059         * gnus-srvr.el (gnus-server-insert-server-line):
8060         Call `gnus-method-to-server' with `no-cache' argument.
8061
8062         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8063         gnus-agent-possibly-synchronize-flags as this should be called when the
8064         server is actually being opened.
8065         (gnus-agent-possibly-synchronize-flags)
8066         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8067         flags file of an agentized server to the latter function.
8068
8069         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8070         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8071         after a connection has been established successfully.
8072
8073 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-art.el (article-display-face): Force to display face if called
8076         interactively; check if gnus-article-x-face-too-ugly matches author.
8077         (article-display-x-face): Display face even if From header is missing
8078         as article-display-face does.
8079
8080 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8081
8082         * hashcash.el (message-narrow-to-headers-or-head)
8083         (message-fetch-field, message-goto-eoh)
8084         (message-narrow-to-headers): Declare as functions.
8085
8086 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * mail-source.el (mail-sources): Default to fetch from file for
8089         compatibility with default of nnmail-spool-file.
8090
8091 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8094         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8095         to look for encoded word that should be encoded again.
8096         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8097         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8098         encoding pattern.
8099         (rfc2047-decode-region): Switch strict regexp and loose one according
8100         to rfc2047-allow-irregular-q-encoded-words.
8101
8102 2007-11-25  Romain Francoise  <romain@orebokech.com>
8103
8104         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8105
8106 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * tls.el (tls-program): Provide more custom choices from
8109         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8110         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8111
8112 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8115         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8116
8117         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8118         `nnmail-spool-file'.
8119
8120         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8121         `nnmail-spool-file'.
8122
8123         * gnus-move.el (gnus-change-server): Ditto.
8124
8125         * gnus-kill.el (gnus-batch-score): Ditto.
8126
8127         * gnus-cache.el (gnus-jog-cache): Ditto.
8128
8129         * gnus-msg.el (gnus-summary-reply):
8130         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8131
8132 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8135         version.  Minor improvement to doc strings.
8136         (tls-program): Add comment.
8137
8138 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8139
8140         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8141         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8142         mismatch between the hostname provided in the certificate and the name
8143         of the host connnecting to.
8144         (open-tls-stream): Use them.  Check certificates against trusted root
8145         certificates.
8146
8147 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * gnus-cache.el (gnus-cache-generate-nov-databases):
8150         Use nnml-generate-nov-databases-directory instead of
8151         nnml-generate-nov-databases-1.
8152
8153 2007-11-24  Glenn Morris  <rgm@gnu.org>
8154
8155         * message.el (message-tool-bar-retro): Update for rename
8156         mail_send.xpm->mail-send.xpm.
8157
8158 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8161         `smime-ldap-search' for Emacs 22 and up.
8162
8163 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8166
8167         * message.el (message-send-mail-function): Fix error convention.
8168         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8169         (message-widen-reply, message-send-mail, message-talkative-question)
8170         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8171         (message-clone-locals, message-send-news): Use with-current-buffer.
8172         (message-insert-or-toggle-importance): Remove unused var `valid'.
8173         (message-make-references): Remove unused var `new-references'.
8174         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8175
8176 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8177
8178         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8179         (spam-split-symbolic-return-positive): Reflow docstring.
8180         (spam-backends, spam-summary-exit-behavior)
8181         (spam-mark-ham-unread-before-move-from-spam-group)
8182         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8183         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8184         (spam-clear-cache, spam-backend-check, spam-install-backend)
8185         (spam-install-statistical-backend, spam-list-of-processors)
8186         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8187         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8188         (spam-check-crm114, spam-initialize, spam-unload-hook):
8189         Fix typos in docstrings.
8190
8191 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8194         been checked if they have never been read and those group levels are
8195         higher than the one that a user specified.
8196
8197 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8200         foreign groups unless a group level is specified by a user.
8201         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8202
8203 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * message.el (message-send-mail-function): Require sendmail.
8206
8207 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * message.el (message-send-mail-function): Check for smtpmail too.
8210
8211         * utf7.el (utf7-encode, utf7-decode): Use coding system
8212         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8213
8214         * message.el (message-send-mail-function): New function.
8215         (message-send-mail-function): Set default using
8216         message-send-mail-function.  Adjust doc string.
8217         (message-send-mail-with-mailclient): New function.
8218
8219 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8220
8221         * smime.el (from):
8222         * rfc2047.el (message-posting-charset):
8223         * qp.el (mm-use-ultra-safe-encoding):
8224         * pop3.el (parse-time-months):
8225         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8226         * nnml.el (files):
8227         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8228         (jka-compr-compression-info-list, ange-ftp-path-format)
8229         (efs-path-regexp):
8230         * nndiary.el (files):
8231         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8232         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8233         (epg-digest-algorithm-alist, inhibit-redisplay)
8234         (password-cache-expiry):
8235         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8236         (pgg-output-buffer, password-cache-expiry):
8237         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8238         (efs-path-regexp):
8239         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8240         (inhibit-redisplay):
8241         * mm-uu.el (file-name, start-point, end-point, entry)
8242         (gnus-newsgroup-name, gnus-newsgroup-charset):
8243         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8244         (latin-unity-ucs-list):
8245         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8246         (mm-uu-binhex-decode-function):
8247         * message.el (gnus-message-group-art, gnus-list-identifiers)
8248         (rmail-enable-mime-composing, gnus-local-organization)
8249         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8250         (gnus-read-active-file, facemenu-add-face-function)
8251         (facemenu-remove-face-function, gnus-article-decoded-p)
8252         (tool-bar-mode):
8253         * mail-source.el (display-time-mail-function):
8254         * gnus-util.el (nnmail-pathname-coding-system)
8255         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8256         (gnus-original-article-buffer, gnus-user-agent)
8257         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8258         (xemacs-codename, sxemacs-codename, emacs-program-version):
8259         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8260         * gnus-start.el (gnus-agent-covered-methods)
8261         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8262         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8263         (gnus-newsgroup-headers, gnus-group-list-mode)
8264         (gnus-group-mark-positions, gnus-newsgroup-data)
8265         (gnus-newsgroup-unreads, nnoo-state-alist)
8266         (gnus-current-select-method, mail-sources)
8267         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8268         (nnmail-spool-file, gnus-cache-active-hashtb):
8269         * gnus-mh.el (mh-lib-progs):
8270         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8271         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8272         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8273         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8274         (gnus-group-buffer):
8275         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8276         (font-lock-set-defaults):
8277         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8278         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8279         (gnus-summary-post-menu, total-parts, type, condition, length):
8280         * gnus-agent.el (gnus-agent-read-agentview):
8281         * flow-fill.el (show-trailing-whitespace):
8282         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8283         eval-and-compile wrappers for byte compiler pacifiers.
8284
8285         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8286         (mm-display-inline-fontify): Check for featurep 'xemacs not
8287         extent-list.
8288
8289         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8290         itimer-list.
8291         (mm-create-image-xemacs): Only do something for XEmacs.
8292         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8293
8294         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8295
8296         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8297         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8298
8299 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8300
8301         * nnimap.el (nnimap-split-download-body):
8302         * gnus-demon.el (gnus-demon):
8303         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8304
8305 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8308         New macros.
8309         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8310         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8311         copy data from unibyte buffer to multibyte current buffer.
8312         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8313         to copy data from unibyte current buffer to multibyte buffer.
8314         (nntp-make-process-buffer): Make process buffer unibyte.
8315
8316         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8317
8318 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8319
8320         * pop3.el (pop3-open-server): Accept and process data more robustly at
8321         connexion start to avoid spurious "POP SSL connexion failed" errors.
8322
8323 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8326         read group names.
8327
8328 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8331
8332 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8335         (nnmail-save-active): Use a unibyte buffer when saving active file,
8336         which may contain non-ASCII group names.
8337
8338         * nnml.el (nnml-request-group): Decode group names in messages.
8339
8340 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * message.el (message-citation-line-function)
8343         (message-insert-formatted-citation-line): Fix spelling of
8344         `message-insert-formated-citation-line'.
8345
8346 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8349
8350 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8353         nnmail-pathname-coding-system.
8354
8355         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8356         that a user enters; decode group names in messages.
8357
8358         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8359
8360 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8363
8364         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8365
8366         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8367         risky local variable.
8368
8369         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8370
8371 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * encrypt.el: Improve documentation to fix function name typo.
8374         Reported by Daiki Ueno <ueno@unixuser.org>.
8375
8376 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8379         even if the point is not in the last page of an article.
8380         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8381         back to the previous page.
8382
8383 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8386
8387 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8390
8391 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8392
8393         * message.el (message-check-news-body-syntax):
8394         Avoid mm-string-as-multibyte.
8395         (message-hide-headers): Don't assume (point-min)==1.
8396
8397 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * message.el (message-remove-blank-cited-lines): Fix if remove is
8400         given.
8401         (message-bogus-address-regexp): New variable.
8402         (message-bogus-recipient-p): New function.
8403         (message-check-recipients): New command.
8404         (message-syntax-checks): Add `bogus-recipient'.
8405         (message-fix-before-sending): Add `bogus-recipient'.
8406
8407         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8408         (gnus-treat-body-boundary): Don't test window-system.
8409
8410 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8411
8412         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8413
8414 2007-10-28  Miles Bader  <miles@gnu.org>
8415
8416         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8417         at compile-time too.
8418
8419 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * gnus-msg.el (gnus-message-setup-hook):
8422         Add `message-remove-blank-cited-lines' to options.
8423
8424 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * message.el (message-remove-blank-cited-lines): New function.
8427         Suggested by Karl Plästerer.
8428
8429 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8432         mapc.
8433
8434         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8435         (top-level): Use mapc to set functions to be traced for debugging.
8436
8437         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8438         called for effect with while loop.
8439
8440         * message.el (message-talkative-question): Replace mapcar called for
8441         effect with mapc.
8442
8443         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8444         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8445         called for effect with dolist.
8446
8447         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8448
8449         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8450         gnus-extra-headers and nnmail-extra-headers.
8451
8452         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8453         called for effect with dolist.
8454         (top-level): Use mapc to set functions to be traced for debugging.
8455
8456         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8457         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8458         dolist.
8459
8460         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8461         Replace mapcar called for effect with mapc.
8462         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8463         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8464         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8465         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8466
8467         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8468         remove-if that's a cl function.
8469
8470         * webmail.el (webmail-debug): Replace mapcar called for effect with
8471         dolist.
8472
8473         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8474         with mapc.
8475
8476 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8479         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8480         with while loop.
8481
8482         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8483         functions from article-* functions.
8484         (gnus-multi-decode-header): Replace mapcar called for effect with
8485         dolist.
8486
8487         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8488         (gnus-bookmark-show-details): Replace mapcar called for effect with
8489         while loop.
8490
8491         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8492         called for effect with while loop.
8493
8494         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8495         with dolist.
8496
8497         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8498         Replace mapcar called for effect with dolist.
8499
8500         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8501
8502         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8503         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8504         Replace mapcar called for effect with dolist.
8505         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8506         mapc.
8507
8508         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8509         Replace mapcar called for effect with dolist.
8510         (gnus-topic-list): Replace mapcar called for effect with mapc.
8511
8512         * gnus.el: Use mapc instead of mapcar to add autoloads.
8513
8514 2007-10-23  Richard Stallman  <rms@gnu.org>
8515
8516         * gnus-group.el (gnus-group-highlight): Mark as risky.
8517
8518 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus.el (gnus-server-to-method): Return method found first in
8521         gnus-newsrc-alist.
8522
8523         * gnus-art.el (gnus-article-highlight-signature)
8524         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8525         button overlay without the front stickiness.
8526
8527 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8528
8529         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8530         overview buffer needed a catch to receive its throw.
8531         (gnus-agent-flush-cache): Declare as interactive to make this function
8532         easier to use.
8533
8534 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8537         `next-line'.
8538
8539 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8542         exclude address matching message-dont-reply-to-names.
8543
8544 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * gnus-util.el (gnus-string<): New function.
8547
8548         * gnus-sum.el (gnus-article-sort-by-author)
8549         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8550
8551 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8554         the frame-focus tag is set in gnus-buffer-configuration.
8555
8556 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8559         the front stickiness.
8560
8561 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8564         url pattern; remove duplicate one.
8565         (gnus-article-extend-url-button): New function.
8566         (gnus-article-add-buttons): Use it.
8567         (gnus-button-push): Use concatenated url that it makes.
8568
8569 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8570
8571         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8572
8573 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8576         Don't hardcode point-min==1.
8577
8578 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8581         Fix comment about "iso8859-1".
8582
8583 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8584
8585         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8586         ones returned from the verify-function.
8587
8588         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8589         Call mml2015-extract-cleartext-signature if extraction failed.
8590
8591 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8592
8593         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8594         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8595         failed.
8596
8597 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8600
8601 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8604         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8605         recommends to use EasyPG instead of PGG.
8606
8607         * pgg.el: Revert to revision 6.23.2.16.
8608
8609         * pgg-def.el: Revert to revision 6.6.2.14.
8610
8611         * pgg-gpg.el: Revert to revision 6.23.2.34.
8612
8613 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8616         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8617         thread for both the null and zero (kill/expire thread) universal prefix
8618         cases.
8619         (gnus-summary-expire-thread): Add new function to expire a thread,
8620         using gnus-summary-kill-thread.
8621         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8622         shortcuts for gnus-summary-expire-thread.
8623         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8624         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8625
8626 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8629         extras value, so an extras entry can be deleted.
8630         (gnus-registry-delete-extra-entry): Use it.
8631         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8632         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8633         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8634         storage through the gnus-registry, and provide an appropriate API for
8635         it.
8636
8637 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8640         Suggested by Leo <sdl.web@gmail.com>.
8641
8642         * gnus.el: Do.
8643
8644 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8647         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8648
8649         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8650
8651         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8652         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8653
8654 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8657         newline.
8658         (nnmbox-request-accept-article): Don't change article in source buffer;
8659         narrow to header to use message-fetch-field rather than
8660         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8661         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8662         as delimiters; make sure article ends with newline.
8663         (nnmbox-delete-mail): Correct last position of article to be deleted;
8664         ignore X-Gnus-Newsgroup header in article body.
8665         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8666         positions; make sure article ends with newline.
8667
8668         * message.el (message-display-abbrev): Don't infloop when a user
8669         inserts SPC in the beginning of header.
8670
8671         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8672         coding-system-for-read and coding-system-for-write for XEmacs having no
8673         file-coding feature.
8674
8675         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8676
8677 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8678
8679         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8680         list of groups not followed by default.  Fix type to be regexp.
8681         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8682
8683 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8684
8685         * hmac-def.el (define-hmac-function): Switch from old-style to
8686         new-style backquotes.
8687
8688         * md4.el (md4-make-step): Likewise.
8689
8690 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8693         raw-text coding system when saving .newsrc file, which may contain
8694         non-ASCII group names.
8695
8696 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-cus.el (gnus-score-extra): New widget.
8699         (gnus-score-extra-convert): New function.
8700         (gnus-score-customize): Use it for Extra.
8701
8702 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8703
8704         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8705         (mml2015-mailcrypt-clear-verify): Use it.
8706         (mml2015-gpg-clear-verify): Use it.
8707         (mml2015-pgg-clear-verify): Use it.
8708         (mml2015-epg-clear-verify): Replace the current part with the output
8709         from GnuPG; don't extract the plaintext by itself.
8710
8711         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8712         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8713         mml2015-clear-verify-function; don't touch the armor headers or
8714         dash-escaped text here.
8715
8716 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8719         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8720         parts, or application/octet-stream as a last resort.
8721         (gnus-mime-view-part-as-type): Don't toggle display.
8722         (gnus-mime-view-part-as-charset): Don't turn off display before
8723         querying charset.
8724
8725         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8726         stuff to undisplayer function in Emacs.
8727         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8728
8729         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8730         text/calendar parts.
8731
8732 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8735         decoding text/calendar parts.
8736
8737         * message.el (message-forward-make-body-mime): Always mark body as
8738         having no illegible text; remove signed-or-encrypted argument.
8739         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8740
8741         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8742         (mml-generate-mime-1): Don't encode body if it is specified to be in
8743         raw form; don't make buffer be unibyte when inserting multibyte string.
8744
8745 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8746
8747         * sha1.el: Fix up comment style.
8748         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8749         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8750
8751         * hex-util.el: Fix up comment style.
8752         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8753
8754         * gnus-salt.el: Use with-current-buffer.
8755         (gnus-pick-setup-message): Fix long-standing typo.
8756
8757 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * imap.el (imap-logout-timeout): New variable.
8760         (imap-logout, imap-logout-wait): New functions.
8761         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8762
8763         * nnimap.el (nnimap-logout-timeout): New server variable.
8764         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8765         nnimap-logout-timeout.
8766
8767         * gnus-art.el (gnus-article-summary-command-nosave)
8768         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8769
8770 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus.el (gnus-maximum-newsgroup): New variable.
8773
8774         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8775         according to gnus-maximum-newsgroup.
8776
8777         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8778         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8779         Limit the range of articles according to gnus-maximum-newsgroup.
8780
8781 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8782
8783         * gnus-art.el (gnus-sticky-article): Fix problems described in
8784         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8785         Don't perform gnus-configure-windows here; reuse existing sticky
8786         article buffer.
8787
8788         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8789         it doesn't exist in gnus-article-mode.
8790
8791 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8794         (gnus-agent-decoded-group-name): New function.
8795         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8796         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8797
8798 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8799
8800         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8801         Add binding for gnus-sticky-article.
8802         (gnus-summary-exit): Don't kill sticky article buffers.
8803
8804         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8805         article buffer.
8806         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8807         (gnus-kill-sticky-article-buffers): New commands.
8808
8809 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * nntp.el (nntp-xref-number-is-evil): New server variable.
8812         (nntp-find-group-and-number): If it is non-nil, don't trust article
8813         numbers in the Xref header.
8814
8815 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-agent.el (gnus-agent-read-group): New function.
8818         (gnus-agent-flush-group, gnus-agent-expire-group)
8819         (gnus-agent-regenerate-group): Use it.
8820         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8821         nnmail-pathname-coding-system.
8822
8823 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8826
8827         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8828         that are unread as unread, and also as selected so that information of
8829         marks having been changed by a user may be updated when exiting group.
8830
8831 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8834
8835 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8838         calculated ignoring signature parts to gnus-treat-article.
8839
8840 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8843         a point here in order to keep the window start.
8844         (gnus-insert-mime-security-button): Make a button overlay without the
8845         front stickiness.
8846         (gnus-mime-display-security): Goto the end of a button.
8847
8848         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8849
8850 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8853         group-name-at-point.
8854         (gnus-group-completing-read): New function that offers decoded
8855         non-ASCII group names for completion.
8856         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8857         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8858         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8859         (gnus-group-fetch-control): Use it.
8860         (gnus-fetch-group): Use group-name-at-point for the initial value
8861         rather than the default value; use gnus-alive-p.
8862
8863         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8864         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8865         (gnus-summary-post-news): Use gnus-group-completing-read.
8866
8867         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8868         (gnus-read-move-group-name): Decode group name for completion.
8869
8870 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8871
8872         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8873         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8874         Yamaoka slightly modified the code).
8875
8876 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8879         (nnmail-split-incoming): Bind it.
8880
8881         * nnml.el (nnml-group-name-charset): New function.
8882         (nnml-decoded-group-name): Use it; don't decode group name if
8883         nnmail-group-names-not-encoded-p is non-nil.
8884         (nnml-encoded-group-name): New function.
8885         (nnml-group-pathname): Inline nnml-decoded-group-name.
8886         (nnml-request-expire-articles): Decode group name in message.
8887         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8888         nnmail-pathname-coding-system.
8889         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8890         not decoded ones according to nnmail-group-names-not-encoded-p.
8891         (nnml-generate-active-info): Use nnml-encoded-group-name.
8892
8893 2007-08-08  Glenn Morris  <rgm@gnu.org>
8894
8895         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8896         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8897         doc-strings and comments.
8898
8899 2007-07-25  Glenn Morris  <rgm@gnu.org>
8900
8901         * Relicense all FSF files to GPLv3 or later.
8902
8903 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-sum.el (gnus-summary-move-article):
8906         Make gnus-summary-respool-article work.
8907
8908 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8911         string.
8912
8913 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8914
8915         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8916         that should be ignored when comparing distant RSS articles with local
8917         ones.
8918         (nnrss-make-hash-index): New function.  Create a hash index according
8919         to the ignored fields.
8920         (nnrss-check-group): Use it.
8921
8922 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8925
8926         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8927
8928         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8929         the new optional argument ENCODED is non-nil.
8930         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8931         coding system for encoding group name.
8932         (gnus-group-make-rss-group): Pass un-encoded group name to
8933         gnus-group-make-group.
8934         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8935         encoded.
8936
8937         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8938         Encode group name to which articles are moved or copied.
8939         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8940         coding system for encoding Newsgroup, Followup-To and Xref headers.
8941
8942         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8943         marks; use nnheader-file-coding-system to write a file.
8944         (nnagent-retrieve-headers): Bind file-name-coding-system to
8945         nnmail-pathname-coding-system.
8946
8947         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8948
8949         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8950         (nnml-request-article, nnml-request-create-group)
8951         (nnml-request-rename-group, nnml-find-id)
8952         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8953         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8954         (nnml-save-marks): Use nnml-group-pathname instead of
8955         nnmail-group-pathname.
8956
8957         (nnml-request-create-group, nnml-request-expire-articles)
8958         (nnml-request-move-article, nnml-request-delete-group)
8959         (nnml-deletable-article-p, nnml-possibly-create-directory)
8960         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8961         (nnml-open-marks): Bind file-name-coding-system to
8962         nnmail-pathname-coding-system.
8963
8964         (nnml-request-article): Pass server argument to nnml-find-group-number.
8965         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8966         Pass server argument to nnml-possibly-create-directory.
8967         (nnml-request-accept-article): Pass server argument to
8968         nnml-active-number and nnml-save-mail.
8969         (nnml-find-group-number): Pass server argument to nnml-find-id.
8970         (nnml-request-update-info): Pass server argument to
8971         nnml-marks-changed-p.
8972
8973         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8974         (nnml-save-mail, nnml-active-number): Add server argument.
8975
8976         (nnml-request-delete-group): Warn if group is missing.
8977         (nnml-get-nov-buffer): Decode group name.
8978         (nnml-generate-active-info): Encode group name.
8979         (nnml-open-marks): Decode group name in messages.
8980
8981 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8984         if it is not specified.
8985         (gnus-article-pipe-part, gnus-article-save-part)
8986         (gnus-article-interactively-view-part, gnus-article-copy-part)
8987         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8988         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8989         (gnus-article-replace-part, gnus-article-delete-part)
8990         (gnus-article-view-part-as-type): Pass raw prefix argument to
8991         gnus-article-part-wrapper.
8992
8993 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-agent.el (gnus-agent-save-active):
8996         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8997
8998         * gnus-cache.el (gnus-cache-save-buffers)
8999         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9000         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9001         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9002         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9003         (gnus-cache-generate-active, gnus-cache-rename-group)
9004         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9005         (gnus-cache-update-overview-total-fetched-for):
9006         Bind file-name-coding-system to nnmail-pathname-coding-system.
9007         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9008         New variables.
9009         (gnus-cache-decoded-group-name): New function.
9010         (gnus-cache-file-name): Use it.
9011         (gnus-cache-generate-active): Use non-decoded group name for active.
9012
9013         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9014         right place.
9015         (gnus-write-active-file): Don't break non-ASCII group names.
9016
9017         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9018         nnmail-pathname-coding-system.
9019
9020         * lpath.el: Bind default-file-name-coding-system,
9021         file-name-coding-system and language-info-alist for XEmacs.
9022
9023         * gnus-uu.el (gnus-uu-decode-save): Typo.
9024
9025 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9028
9029 2007-07-14  David Kastrup  <dak@gnu.org>
9030
9031         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9032         finishing actions if we did not edit the article.
9033
9034 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9037         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9038         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9039         (gnus-agent-flush-group, gnus-agent-flush-cache)
9040         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9041         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9042         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9043         (gnus-agent-regenerate-group)
9044         (gnus-agent-update-files-total-fetched-for)
9045         (gnus-agent-update-view-total-fetched-for):
9046         Bind file-name-coding-system to nnmail-pathname-coding-system.
9047         (gnus-agent-group-pathname): Don't encode file names by
9048         nnmail-pathname-coding-system.
9049         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9050         coding-system-for-write instead of buffer-file-coding-system to
9051         gnus-agent-file-coding-system.
9052
9053         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9054         Decode group name.
9055
9056         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9057
9058         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9059         (gnus-read-newsrc-el-file): Make group names unibyte.
9060
9061         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9062         nnmail-pathname-coding-system.
9063
9064         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9065         (nnrss-request-delete-group): Bind file-name-coding-system to
9066         nnmail-pathname-coding-system.
9067         (nnrss-read-server-data, nnrss-read-group-data):
9068         Bind file-name-coding-system correctly.
9069         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9070
9071         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9072         (nntp-server-to-method-cache): New variable.
9073         (nntp-group-pathname): New function that decodes non-ASCII group names.
9074         (nntp-possibly-create-directory, nntp-marks-changed-p)
9075         (nntp-save-marks, nntp-open-marks): Use it.
9076         (nntp-possibly-create-directory, nntp-open-marks):
9077         Bind file-name-coding-system to nnmail-pathname-coding-system.
9078         (nntp-open-marks): Decode group names when bootstrapping marks.
9079
9080         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9081         Newsgroups and Folowup-To headers.
9082
9083 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9086         (gnus-server-closed-face, gnus-server-denied-face)
9087         (gnus-server-offline-face): Remove variable.
9088         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9089
9090         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9091         of modifying message-stack directly for XEmacs.
9092
9093         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9094         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9095         if the coding-system argument is nil for XEmacs.
9096
9097         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9098         mm-charset-override-alist.
9099
9100         * rfc2047.el: Don't require base64; require rfc2045 for the function
9101         rfc2045-encode-string.
9102         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9103         to quote the parameter value.
9104
9105 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9108         form in gnus-group-name-charset-method-alist.
9109
9110         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9111         overrides the default layout edit-form.
9112
9113         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9114
9115         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9116
9117 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9120         as unfetched articles.
9121
9122 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9125
9126 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9129         original back end that keeps marks in the local system.
9130
9131 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9134         arg of pop-to-buffer for XEmacs.
9135         (gnus-article-read-summary-keys): Ditto; don't restore window
9136         configuration if summary command ends up with neither article buffer
9137         nor summary buffer; describe bindings if summary keys end with C-h.
9138
9139 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * message.el (message-fix-before-sending): Skip raw message part to be
9142         forwarded while checking illegible text.
9143         (message-forward-make-body-mime, message-forward-make-body):
9144         Mark signed or encrypted raw message as having no illegible text.
9145
9146 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9149         (gnus-message-with-timestamp-1): New macro.
9150         (gnus-message-with-timestamp): New function.
9151         (gnus-message): Use them.
9152
9153         * nnheader.el (nnheader-message): Use them.
9154
9155 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9158         .newsrc.eld file.
9159
9160 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-agent.el (gnus-agent-fetch-headers)
9163         (gnus-agent-retrieve-headers):
9164         Bind gnus-decode-encoded-address-function to identity.
9165
9166         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9167         available also when the server returns simply a dot.
9168
9169         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9170
9171 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9174
9175 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-ems.el (gnus-x-splash): Make it work.
9178
9179         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9180         from being used.
9181
9182         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9183
9184 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9187         4th and the 5th arguments.
9188
9189         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9190         the front stickiness.
9191         (gnus-article-summary-command-nosave): Correct the order of the
9192         arguments passed to pop-to-buffer.
9193         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9194         summary command ends up with the article buffer.
9195
9196         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9197         the same faces.
9198
9199 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9200
9201         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9202
9203 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9204
9205         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9206         * gnus-sum.el (gnus-summary-highlight):
9207         * pgg.el (pgg-sign-region, pgg-sign):
9208         * mail-source.el (mail-source-delete-old-incoming-confirm):
9209         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9210
9211 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (gnus-mime-view-part-externally)
9214         (gnus-mime-view-part-internally): Fix predicate function passed to
9215         completing-read.
9216
9217         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9218
9219         * gnus.el (gnus-update-message-archive-method): Add :version.
9220
9221 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * gnus.el (gnus-update-message-archive-method): New variable.
9224
9225         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9226         according to gnus-message-archive-method if
9227         gnus-update-message-archive-method is non-nil.
9228
9229 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9232         Suggested by Loic Dachary <loic@dachary.org>.
9233         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9234
9235 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * message.el (message-pop-to-buffer): Add switch-function argument.
9238         (message-mail): Pass switch-function argument to it.
9239
9240 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9243         Improve doc string.
9244
9245 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9248         (gnus-header-content)
9249         * gnus-cite.el (gnus-cite-10)
9250         * gnus-srvr.el (gnus-server-closed)
9251         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9252         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9253         (gnus-group-mail-3-empty, gnus-group-mail-low)
9254         (gnus-group-mail-low-empty, gnus-splash)
9255         * message.el (message-header-to, message-header-cc)
9256         (message-header-subject, message-header-other, message-header-name)
9257         (message-header-xheader, message-separator, message-cited-text)
9258         (message-mml): Lighten colors of faces used for dark background.
9259
9260 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9261
9262         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9263         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9264
9265 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * message.el (message-narrow-to-headers-or-head):
9268         Ignore mail-header-separator in the body.
9269
9270 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9273         same as window size.
9274
9275 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9276
9277         * message.el (message-font-lock-keywords): Use message-header-xheader
9278         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9279         ahead of the anything pattern, to get it recognised.
9280
9281 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9284         spam.el loads uses it in the compiled defadvice form.
9285
9286 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9287
9288         * gnus-sum.el (gnus-articles-to-read)
9289         (gnus-summary-insert-old-articles): Don't truncate group name for
9290         `read-string'.
9291
9292         * gnus-util.el (gnus-limit-string): Delete this function.
9293
9294         * gnus-sum.el (gnus-simplify-subject-fully):
9295         Use `truncate-string-to-width' instead.
9296
9297 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9298
9299         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9300         Tell if, on summary exit, the next group has to be selected.
9301         (gnus-summary-exit): Use it.
9302
9303 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9306         non-break space.
9307
9308 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9311         Check if group is not a directory.
9312         (nnfolder-request-expire-articles): Don't delete articles if the target
9313         group is not available.
9314
9315         * nnml.el (nnml-request-create-group): Properly check if group is not a
9316         file.
9317         (nnml-request-expire-articles): Don't delete articles if the target
9318         group is not available.
9319
9320         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9321         Don't quote characters that are within parentheses.
9322
9323 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9326         (gnus-handle-ephemeral-exit): Select article according to it.
9327
9328 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * message.el (message-insert-formated-citation-line): Remove newline.
9331         (message-citation-line-format): Add final \n here so that the user can
9332         avoid a blank line.
9333
9334 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9335
9336         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9337         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9338         Update lanl/arXiv support.
9339
9340 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus.el: Bump version number.
9343
9344 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * gnus.el (gnus-version-number): Bump version.
9347
9348 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9349
9350         * gnus.el: No Gnus v0.6 is released.
9351
9352 2007-04-27  Didier Verna  <didier@xemacs.org>
9353
9354         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9355         * gmm-utils.el (gmm-regexp-concat): ... here.
9356         * message.el: Don't require 'gnus-util.
9357         (message-dont-reply-to-names): Handle name change above.
9358         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9359
9360 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9363         since the initial value varies according to the system.
9364
9365 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9368
9369 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9370
9371         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9372
9373 2007-04-24  Didier Verna  <didier@xemacs.org>
9374
9375         Improve the type of gnus-ignored-from-addresses.
9376         * gnus-util.el (gnus-orify-regexp): New function.
9377         * message.el (gnus-util): Require it.
9378         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9379         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9380         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9381
9382 2007-04-24  Didier Verna  <didier@xemacs.org>
9383
9384         * gnus-sum.el:
9385         * gnus-utils.el: Fix some trailing whitespaces.
9386
9387 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9390         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9391         article's Message-ID; refer parent article in summary buffer.
9392
9393         * message.el (message-bounce): Call mime-to-mml.
9394
9395         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9396         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9397         optimize and/or forms properly.
9398
9399 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9402         URL.
9403
9404 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9407
9408 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9411         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9412         displayed of multipart/alternative part if it is invoked from summary
9413         buffer.
9414
9415         * mm-view.el (mm-inline-text-html-render-with-w3m)
9416         (mm-inline-text-html-render-with-w3m-standalone)
9417         (mm-inline-render-with-function): Use mail-parse-charset by default.
9418
9419 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9420
9421         * parse-time.el (parse-time-string-chars): Check if CHAR
9422         is less than the length of parse-time-syntax.
9423
9424 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9427         from gnus-newsgroup-processable.
9428
9429 2007-04-16  Didier Verna  <didier@xemacs.org>
9430
9431         * gnus-msg.el (gnus-configure-posting-styles):
9432         Handle message-signature-directory properly with :file syntax.
9433         Reported by "Leo".
9434
9435 2007-04-11  Didier Verna  <didier@xemacs.org>
9436
9437         New user option: message-signature-directory.
9438         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9439         * message.el (message-insert-signature): Ditto.
9440         * message.el (message-signature-file): Doc update.
9441         * message.el (message-signature-directory): New.
9442
9443 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-msg.el (gnus-inews-yank-articles):
9446         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9447
9448 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * message.el (message-yank-original): Make sure cited text ends with
9451         newline; don't exchange point and mark.
9452
9453 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9454
9455         * tls.el (open-tls-stream): Properly handle case where there
9456         is no associated buffer.
9457
9458 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9459
9460         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9461         message-yank-original, make sure (< mark TEXT point).
9462
9463 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * message.el (message-fill-column): New variable.
9466         (message-mode): Use it.  Add comment on a possible new hook.
9467
9468         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9469         (nnmail-get-new-mail): Reformat.
9470
9471         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9472
9473         * gmm-utils.el: Fix Commentary.
9474         (gmm-tool-bar-from-list): Fix typo in doc string.
9475
9476 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9477
9478         * message.el (message-yank-original): Don't switch point and mark
9479         unnecessarily to put point and mark as documented.
9480
9481 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482
9483         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9484         from the message heads.
9485
9486 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9487
9488         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9489         article buffer does not have a window.  This may not be the best
9490         solution but is certainly better than setting the start of the null,
9491         that is the current, window.
9492
9493 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9496         (gnus-draft-setup): Run it.
9497
9498         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9499         gnus-score-fast-scoring.  Allow regexp.
9500         (gnus-score-headers): Use it.
9501
9502         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9503         XEmacs.
9504
9505         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9506         string.
9507         (gnus-button-alist): Also catch `<f1> k ...'.
9508         (gnus-treat-display-x-face): Fix doc string.
9509
9510 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9511
9512         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9513         evaluation of gnus-extended-version to ensure correct generation of the
9514         User-Agent header when message-generate-headers-first is used.
9515
9516 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9517
9518         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9519         hashcash-path is nil.  Don't call callback with incorrect number of
9520         parameters if val is 0.
9521
9522 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9523
9524         * message.el (message-required-news-headers):
9525         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9526
9527 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9528
9529         * tls.el (open-tls-stream): In handshake-waiting loop,
9530         don't wait more if there is output available to process.
9531
9532 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9533
9534         * tls.el (tls-program): Doc fix.
9535
9536 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * message.el (message-generate-new-buffers): Change the meaning of the
9539         nil value; add `standard' to the choices; treat t as `unique'; improve
9540         doc string.
9541         (gnus-select-frame-set-input-focus): Autoload.
9542         (message-buffer-name): Search for the existing message buffer if
9543         message-generate-new-buffers is nil or `standard'; treat the value t of
9544         message-generate-new-buffers as `unique'.
9545         (message-pop-to-buffer): Raise the frame already displaying the message
9546         buffer; clear the echo area after querying.
9547         (message-setup): Pass the `continue' argument to compose-mail.
9548         (message-mail): Prefer `switch-function' if it is given; search for the
9549         existing message buffer if the `continue' argument is non-nil; pass
9550         continue and switch-function arguments to compose-mail by way of
9551         message-setup.
9552         (message-mail-other-window): Adjust argument of message-setup.
9553         (message-mail-other-frame): Ditto.
9554
9555 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9558         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9559         to turn font-lock on when turning gnus-message-citation-mode on.
9560
9561 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9562
9563         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9564         (mml-smime-function-alist): New variable; add epg as the backend.
9565         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9566         mml-smime- functions instead.
9567         * mm-view.el: Require smime.
9568
9569 2007-03-05  Didier Verna  <didier@xemacs.org>
9570
9571         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9572         instead of just inheritance for posting styles.
9573         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9574
9575 2007-02-24  Chris Moore  <dooglus@gmail.com>
9576
9577         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9578         * pgg-pgp.el (pgg-pgp-encrypt-region):
9579         * pgg-gpg.el (pgg-gpg-encrypt-region):
9580         Check pgg-encrypt-for-me if no other recipients.
9581
9582 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9583
9584         * tls.el (tls-certtool-program): Fix custom type.
9585
9586 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9589         and point-at-eol instead of line-(beginning|end)-position.
9590
9591         * assistant.el (assistant-parse-buffer): Ditto.
9592
9593         * netrc.el (netrc-parse-services): Ditto.
9594
9595 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9596
9597         * mml2015.el (mml2015-epg-find-usable-key): New function.
9598         (mml2015-epg-sign): Use it.
9599         (mml2015-epg-encrypt): Use it.
9600
9601 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * message.el (message-make-in-reply-to): Quote name containing
9604         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9605         if there are special characters.  Reported by NAKAJI Hiroyuki
9606         <nakaji@jp.freebsd.org>.
9607
9608 2007-02-27  Didier Verna  <didier@xemacs.org>
9609
9610         Include the group parameters as well as the topic ones in the
9611         inheritance filter process.
9612         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9613         argument GROUP-PARAMS-LIST.
9614         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9615
9616 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * nntp.el (nntp-never-echoes-commands)
9619         (nntp-open-connection-functions-never-echo-commands): New variables.
9620         (nntp-send-command): Use them.
9621
9622 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9623
9624         * mml2015.el (mml2015-epg-verify): Simplify.
9625
9626 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * mml.el (mml-content-disposition-alist): New user option.
9629         (mml-content-disposition): New function.
9630         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9631         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9632
9633 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9634
9635         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9636         verification.
9637
9638 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9639
9640         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9641         articles posted in the last 24 hours.
9642
9643 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9644
9645         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9646
9647 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9648
9649         * nntp.el (nntp-send-command): Don't wait for echoes when
9650         nntp-open-ssl-stream is used.
9651
9652 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9655         (gnus-message-add-citation-keywords)
9656         (gnus-message-remove-citation-keywords): Remove.
9657         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9658         directly, make the variables in font-lock-defaults buffer-local, add
9659         gnus-message-citation-keywords to them and then update the value of
9660         font-lock-keywords.
9661
9662 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * message.el (message-cite-original-1): Don't call
9665         gnus-article-highlight-citation.
9666
9667         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9668         citations; fix line count.
9669
9670 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9673         (gnus-message-add-citation-keywords)
9674         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9675         versions of font-lock-add-keywords and font-lock-remove-keywords to
9676         work with XEmacs correctly.
9677
9678 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-cite.el (gnus-cite-face-list): Set the values of
9681         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9682         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9683         (gnus-message-cite-prefix-regexp): New variable.
9684         (gnus-message-search-citation-line): Use it; protect against long
9685         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9686         the 0th match data for Emacs.
9687         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9688         (gnus-message-add-citation-keywords): Append keywords rather than
9689         prepending; emulate font-lock-add-keywords if it is not available.
9690         (gnus-message-remove-citation-keywords):
9691         Emulate font-lock-remove-keywords if it is not available.
9692
9693         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9694
9695         * message.el (message-cite-prefix-regexp): Set the value of
9696         gnus-message-cite-prefix-regexp.
9697
9698 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9699
9700         * nnweb.el (nnweb-google-parse-1): Update parser.
9701
9702 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9703
9704         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9705
9706 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9707
9708         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9709         regexp.
9710
9711 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9714         string-to-multibyte.
9715         (uudecode-decode-region-internal): Use it.
9716
9717         * lpath.el: Fbind string-as-multibyte for XEmacs.
9718
9719 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9722         Fix custom choice.
9723
9724         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9725
9726 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9727
9728         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9729
9730         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9731         `write-region' to respect `mm-inhibit-file-name-handlers'.
9732
9733 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9736         Use gnus-home-directory instead of "~/" or "$HOME".
9737
9738 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9739
9740         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9741         to mention filename.
9742         Add comments at beginning regarding usage.
9743         (encrypt-write-file-contents): Change interactive so a string is
9744         acceptable.  If the file has no associated model, show an error instead
9745         of a nonsense prompt.
9746
9747 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9748
9749         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9750         Thanks to Yoshihiko Yamada for kind notification of this typo.
9751
9752 2007-01-12  Kenichi Handa  <handa@m17n.org>
9753
9754         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9755         multibyte buffer.
9756
9757 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus-score.el (gnus-score-fast-scoring): New variable.
9760         (gnus-score-headers): Use it.
9761
9762         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9763
9764         * message.el (message-cite-original-1):
9765         Call gnus-article-highlight-citation if requested.
9766         (message-make-from): Allow name and address as optional arguments.
9767
9768         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9769
9770         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9771         bugs to doc string.
9772         (gnus-button-alist): Add mid\\|message-id.
9773         (gnus-button-fetch-group): Extend for use in
9774         `browse-url-browser-function'.
9775         (gnus-button-url-regexp): Try to catch paired parentheses like in
9776         Wikipedia URLs.
9777
9778         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9779         Suggested by Simon Krahnke <overlord@gmx.li>.
9780
9781 2007-01-13  Romain Francoise  <romain@orebokech.com>
9782
9783         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9784         Update copyright.
9785
9786 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9787
9788         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9789
9790 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9791
9792         * gnus-registry.el (gnus-registry-unfollowed-groups)
9793         (gnus-registry-split-fancy-with-parent): Fix documentation.
9794
9795 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9798         from nnweb groups.
9799
9800 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9803         Xref urls.  Erase buffer before requesting head.
9804
9805         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9806
9807 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9810         customizable.
9811
9812 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9813
9814         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9815         no signing key is found.
9816         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9817         no encrypting and/or signing key is found.
9818
9819 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9822
9823 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9824
9825         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9826         headers read from disk with the ones newly found in the current search.
9827         This should no longer cause problems, because the article numbers in
9828         Gmane's `nov.php' output are ignored since the previous change.
9829
9830 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9831
9832         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9833
9834 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9837         replace-regexp-in-string; bind url-version; fbind display-images-p and
9838         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9839         find-face and set-itimer-function for Emacs; bind itimer-list for
9840         Emacs.
9841
9842         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9843
9844 2007-01-01  Romain Francoise  <romain@orebokech.com>
9845
9846         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9847
9848 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9849
9850         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9851         `define-minor-mode' macro definition expanded properly.
9852         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9853         exclude it there.
9854
9855         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9856         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9857         `fboundp' test.
9858         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9859         This is OK to autoload in (S)XEmacs now.
9860
9861 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9864         keystroke.
9865         (gnus-summary-limit-to-singletons): Fix typo.
9866
9867         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9868         else fails.
9869
9870 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9871
9872         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9873         docstring.
9874
9875         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9876         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9877         (gnus-summary-insert-dormant-articles): Fix typo in message.
9878
9879 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9882         nil for XEmacs.
9883         (gnus-message-citation-mode): Don't autoload in XEmacs.
9884
9885         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9886
9887 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9888
9889         * nnimap.el (nnimap-expunge-search-string):
9890         Mention nnimap-search-uids-not-since-is-evil in docstring.
9891
9892 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * spam.el: Revert to make-obsolete-variable because
9895         define-obsolete-variable-alias is not supported in Emacs 21.
9896
9897         * spam.el (spam-ifile-path, spam-ifile-database-path)
9898         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9899         make-obsolete-variable.
9900         (spam-bsfilter-path, spam-bsfilter-program)
9901         (spam-spamassassin-path, spam-spamassassin-program)
9902         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9903         Don't use "path" inappropriately.
9904         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9905         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9906         variable names.
9907
9908 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9909
9910         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9911         summary buffer.
9912
9913         * password.el (password-cache-remove): Use clear-string to burn
9914         password, if available.
9915
9916 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9919
9920         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9921
9922         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9923         (gnus-message-highlight-citation): Move defcustom here from
9924         gnus-cite.el.
9925         (gnus-message-citation-mode): Autoload.
9926
9927         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9928         checks to make it compile with XEmacs.
9929         (gnus-message-citation-mode): New minor mode.
9930         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9931         (gnus-message-highlight-citation): New variables.
9932         (gnus-message-search-citation-line)
9933         (gnus-message-add-citation-keywords)
9934         (gnus-message-remove-citation-keywords)
9935         (turn-on-gnus-message-citation-mode)
9936         (turn-off-gnus-message-citation-mode): New functions.
9937
9938 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9939
9940         * gnus-cite.el: Enable highlighting of different citation levels in
9941         message-mode.
9942
9943 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * message.el (message-make-fqdn): Fix comment.
9946         (message-bogus-system-names): Add ".local".
9947
9948         * spam.el (spam-ifile-path, spam-ifile-program)
9949         (spam-ifile-database-path, spam-ifile-database)
9950         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9951         Don't use "path" inappropriately.
9952         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9953         strings.
9954         (spam-check-ifile, spam-ifile-register-with-ifile)
9955         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9956         Use new variable names.
9957
9958         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9959         (gnus-treat-display-smileys): Simplify using
9960         gnus-image-type-available-p.
9961
9962         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9963         available.
9964
9965         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9966         Use `display-images-p' if available.
9967
9968 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9971         one after turning on the buffer's multibyteness instead of decoding
9972         them directly in the unibyte buffer that causes unexpected conversion
9973         in Emacs 23 (unicode).
9974
9975 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9976
9977         * message.el (message-generate-hashcash): Fix custom type.
9978
9979 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9982
9983 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9986         disconnect icons.  Add help text.
9987
9988 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9989
9990         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9991         negated to be consistent with the others we handle.
9992
9993 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9996         version of gnus-summary-buffer to something, so that we can use two
9997         article buffers at the same time.
9998
9999 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10000
10001         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10002         trigger all the extra headers.
10003         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10004         sorting.
10005
10006 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10007
10008         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10009         solid groups.
10010
10011 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10012
10013         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10014
10015 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * legacy-gnus-agent.el: Add Copyright notice.
10018
10019 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10020
10021         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10022
10023 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10026
10027         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10028         to make it work reliably in CVS Emacs.
10029         (gnus-summary-limit-strange-charsets-predicate)
10030         (gnus-summary-limit-to-predicate): New functions.
10031
10032 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10033
10034         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10035         specifying array size.
10036         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10037         array if it is too small.
10038         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10039         (gnus-sort-threads-loop): New function.
10040
10041 2006-12-06  Chris Moore  <dooglus@gmail.com>
10042
10043         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10044         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10045
10046 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10047
10048         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10049         options.
10050
10051 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10054         DOS-ing the recipient.
10055
10056         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10057         the headers when creating the mapping to avoid mismappings.
10058         (nnweb-gmane-create-mapping): Always nix out old mapping.
10059
10060 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10063         and mm-verify-option to never.
10064
10065 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * message.el (message-signed-or-encrypted-p): New function.
10068         (message-forward-make-body): Use it.
10069
10070         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10071         Replace encode-coding-string with mm-encode-coding-string.
10072
10073 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * nneething.el (nneething-decode-file-name):
10076         Replace decode-coding-string with mm-decode-coding-string.
10077
10078         * gnus-int.el (gnus-open-server): Say failed server's name.
10079
10080 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10081
10082         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10083         strings to a single string.  Quote `errors-file-name'.
10084         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10085         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10086         Adjust calls.  Use `shell-quote-argument'.
10087
10088 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10089
10090         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10091         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10092
10093         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10094         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10095         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10096         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10097         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10098         (gnus-subscribe-newsgroup, gnus-1):
10099         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10100         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10101         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10102         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10103
10104 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105
10106         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10107         keystroke.
10108         (gnus-summary-limit-to-bodies): Implement headersp.
10109
10110 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10113
10114 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10117
10118 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * message.el (message-generate-hashcash): Expand range of values to
10121         include `opportunistic'.
10122         (message-send-mail): Use it.
10123
10124 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10125
10126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10127         and comment it.
10128
10129         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10130
10131 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * gnus-util.el (gnus-extract-address-components): Improve comment.
10134
10135 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * gnus-util.el (gnus-extract-address-components): Work with address in
10138         which the name portion contains @.
10139
10140         * lpath.el: Fbind custom-autoload.
10141
10142 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus.el (gnus-start): Move custom group up.
10145         (gnus-select-method): Don't autoload, but make it available for
10146         `customize-variable'.
10147         (gnus-getenv-nntpserver): Don't autoload.
10148
10149 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10150
10151         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10152
10153 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * message.el (message-sendmail-extra-arguments): New variable.
10156         (message-send-mail-with-sendmail): Use it.
10157
10158 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10161         mm-with-unibyte-current-buffer to make string unibyte.
10162
10163         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10164         mm-string-as-multibyte.
10165
10166 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10167
10168         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10169         Reported by Werner Koch <wk@gnupg.org>.
10170
10171 2006-11-14  Daiki Ueno  <ueno@p360>
10172
10173         * mml2015.el: Autoload epa-select-keys when compiling.
10174
10175 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10176
10177         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10178         message-options.
10179         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10180
10181 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10182
10183         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10184         EasyPG (< 0.0.6).
10185         (mml2015-always-trust): New user option.
10186         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10187         prompt.
10188
10189 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * nntp.el (nntp-authinfo-force): New variable.
10192         (nntp-send-authinfo): Use it.
10193
10194 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10197         decode encoded words.  Improve prompt.  Add comment about forwarding.
10198         (message-replacement-char): Move up.
10199
10200 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10201
10202         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10203         instead of gnus-intersection because arguments of gnus-sorted-nunion
10204         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10205
10206 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10209         (message-simplify-subject-functions):
10210         Enable message-strip-subject-encoded-words by default.
10211
10212 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * message.el (message-strip-subject-encoded-words): New function.
10215         (message-simplify-subject-functions): New variable.
10216         (message-simplify-subject): Use it.  Fix typo in doc string.
10217         Support message-strip-subject-encoded-words.
10218
10219 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10220
10221         * gnus-diary.el (gnus-diary-delay-format-function):
10222         * nndiary.el (nndiary-reminders):
10223         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10224
10225 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-art.el (article-hide-boring-headers): Fetch date from
10228         gnus-original-article-buffer to avoid problems with localized date
10229         strings.
10230
10231 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10234
10235 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10238         New variables.
10239         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10240         (mm-charset-synonym-alist): Move some entries to
10241         mm-codepage-iso-8859-list.
10242         (mm-charset-synonym-alist, mm-charset-override-alist):
10243         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10244
10245 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10248
10249 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10252         with Emacs 21 and XEmacs.
10253
10254 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10255
10256         * spam.el (spam-parse-address): New function for better parsing,
10257         catching errors, etc.
10258         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10259
10260 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * mm-view.el: Add interactive arg to html2text autoload.
10263
10264 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10267
10268 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10271         New variables.
10272         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10273         (mm-charset-synonym-alist): Move some entries to
10274         mm-codepage-iso-8859-list.
10275
10276         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10277
10278 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * message.el (message-citation-line-format)
10281         (message-insert-formated-citation-line): Fix implementation of %E, %N
10282         and %n according to the doc string.
10283
10284 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10285
10286         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10287         Use car-safe to avoid bad parses.
10288
10289 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10292         names.
10293
10294         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10295
10296 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10299         header.
10300
10301         * message.el (message-draft-headers): Add Date.
10302         (message-headers-to-generate): Fix typo in docstring.
10303
10304         * nndraft.el (nndraft-required-headers): New variable.
10305         (nndraft-generate-headers): Use it.
10306
10307         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10308
10309 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10310
10311         * gnus-registry.el (gnus-registry-wash-for-keywords)
10312         (gnus-registry-find-keywords): New functions to allow easy searching of
10313         articles that are in the registry.
10314
10315 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10316
10317         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10318         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10319         Reported by Damien Elmes <damien@repose.cx>.
10320
10321 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gnus.el (gnus-mime): Remove unused custom group.
10324
10325 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10328         "blank line" when searching for end of armor headers.
10329
10330 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gmm-utils.el (gmm-write-region): Fix variable name.
10333
10334 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * gmm-utils.el (gmm-write-region): New function based on compatibility
10337         code from `mm-make-temp-file'.
10338
10339         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10340
10341         * nnmaildir.el (nnmaildir--update-nov)
10342         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10343         Use `gmm-write-region'.
10344
10345 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10348         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10349
10350         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10351
10352         * message.el (message-replacement-char): New variable.
10353         (message-fix-before-sending): Use it.
10354         (message-simplify-subject): New function to remove duplicate code.
10355         (message-reply, message-followup): Use it.
10356
10357         * gnus-sum.el (gnus-summary-make-menu-bar):
10358         Clarify gnus-summary-limit-to-articles.
10359
10360 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-util.el (gnus-with-local-quit): New macro.
10363
10364         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10365
10366 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10367
10368         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10369         ignore non-string data.
10370
10371 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10372
10373         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10374         non-string data (needs to be done in the registry too).
10375
10376 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10377
10378         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10379         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10380         (gnus-registry-split-fancy-with-parent)
10381         (gnus-registry-fetch-simplified-message-subject-fast)
10382         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10383         Remove text properties on ingress into the registry and when it's saved.
10384         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10385         registry from entries with no groups.
10386
10387 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10388
10389         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10390         function to remove string properties.
10391
10392 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * gmm-utils.el (gmm): Adjust custom version.
10395
10396         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10397         Adjust custom version.
10398
10399         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10400
10401 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-art.el (gnus-insert-prev-page-button)
10404         (gnus-insert-next-page-button): Simplify.  Reformat.
10405
10406 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10407
10408         * gnus-art.el (gnus-insert-prev-page-button)
10409         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10410
10411 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10412
10413         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10414
10415 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10416
10417         * gnus-art.el (gnus-insert-mime-button)
10418         (gnus-insert-mime-security-button):
10419         Apply gnus-article-button-face to MIME and security buttons.
10420
10421 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10424         readable.
10425
10426 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10429
10430 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10431
10432         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10433         `browse-url-of-file' instead of `browse-url'.
10434
10435 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10436
10437         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10438         regexp.  Articles containing quotation were cut prematurely.
10439
10440 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * message.el (message-cite-original-1): Use nobody by default for the
10443         value of From header.
10444         (message-reply): Ditto.
10445
10446 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10447
10448         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10449         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10450         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10451
10452 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10455         mails in the doc string.  Add some URLs in comment.
10456         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10457
10458 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10461         backslashes handling and the way to find boundaries of quoted strings.
10462
10463 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10464
10465         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10466         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10467         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10468         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10469
10470 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10473         doc string.
10474         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10475
10476 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * lpath.el: Fbind epg-check-configuration.
10479
10480 2006-09-06  Simon Josefsson  <jas@extundo.com>
10481
10482         * mml2015.el (mml2015-use): Doc fix, mention epg.
10483
10484 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10485
10486         * mml2015.el (mml2015-use): Default to epg, if available.
10487
10488 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10489
10490         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10491         message-sender.
10492         (mml1991-epg-encrypt): Ditto.
10493         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10494         message-sender.
10495         (mml2015-epg-encrypt): Ditto.
10496
10497 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10498
10499         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10500         several common directories.
10501
10502 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10503
10504         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10505         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10506
10507 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (article-decode-encoded-words): Make it fast.
10510
10511 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10514
10515         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10516         in quoted string into `\'.
10517
10518 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10521         Use standard-syntax-table.
10522
10523 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-art.el (gnus-decode-address-function): New variable.
10526         (article-decode-encoded-words): Use it to decode headers which are
10527         assumed to contain addresses.
10528         (gnus-mime-delete-part): Remove useless `or'.
10529
10530         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10531         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10532         (gnus-nov-parse-line): Use it to decode From header.
10533         (gnus-get-newsgroup-headers): Ditto.
10534         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10535
10536         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10537         (mail-decode-encoded-address-string): New alias.
10538
10539         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10540         New function.
10541         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10542         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10543         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10544         (rfc2047-decode-string): Ditto.
10545         (rfc2047-decode-address-region): New function.
10546         (rfc2047-decode-address-string): New function.
10547
10548 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * message.el (message-caesar-buffer-body): Allow rotating headers.
10551
10552         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10553
10554         * message.el (message-insert-formated-citation-line): Fix %f.
10555         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10556
10557 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10560         (gnus-bookmark-mouse-available-p): New macro.
10561         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10562         (gnus-bookmark-bmenu-show-infos): Use it.
10563         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10564         (gnus-bookmark-bmenu-hide-infos): Ditto.
10565         (gnus-bookmark-remove-properties): New function.
10566         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10567         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10568         (gnus-bookmark-write-file): Bind coding-system-for-write.
10569         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10570         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10571         group before selecting it.
10572         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10573         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10574         quit-window if it is not available; use gnus-mouse-2 and bind it to
10575         gnus-bookmark-bmenu-select-by-mouse.
10576         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10577         (gnus-bookmark-bmenu-select-by-mouse): New function.
10578
10579 2006-08-13  Romain Francoise  <romain@orebokech.com>
10580
10581         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10582         space.
10583
10584 2006-08-10  Romain Francoise  <romain@orebokech.com>
10585
10586         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10587         (dns-mode-soa-auto-increment-serial): New user option.
10588         (dns-mode-soa-maybe-increment-serial): New function.
10589         (dns-mode): Add the latter to `write-contents-functions'.
10590
10591 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * compface.el (uncompface): Use binary rather than raw-text-unix.
10594
10595 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * compface.el (uncompface): Make sure the eol conversion doesn't take
10598         place when communicating with the external programs.
10599         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10600
10601 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10604
10605 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10606
10607         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10608         Make it more robust by parsing author and date independently.
10609
10610 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10613
10614 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10615
10616         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10617         first matching secret key.
10618         (mml2015-epg-encrypt): Ditto.
10619
10620         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10621         first matching secret key.
10622         (mml1991-epg-encrypt): Ditto.
10623
10624         * mml2015.el (mml2015-encrypt-to-self): New user option.
10625         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10626         mml2015-epg-encrypt-to-self is set.
10627
10628         * mml1991.el (mml1991-encrypt-to-self): New variable.
10629         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10630         mml1991-epg-encrypt-to-self is set.
10631
10632         * mml2015.el (mml2015-signers): New user option.
10633         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10634         (mml2015-epg-encrypt): Allow to select signing keys.
10635
10636         * mml1991.el (mml1991-signers): New variable.
10637         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10638         (mml1991-epg-encrypt): Allow to select signing keys.
10639
10640 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * nnheader.el (nnheader-insert-head): Make it work even if the file
10643         uses CRLF for the line-break code.
10644
10645 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10646
10647         * mml2015.el: Require mml-sec instead of password.
10648         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10649         (mml2015-cache-passphrase): Inherit the default value from
10650         mml-secure-cache-passphrase.
10651         (mml2015-passphrase-cache-expiry): Inherit the default value from
10652         mml-secure-passphrase-cache-expiry.
10653
10654         * mml1991.el: Require mml-sec instead of password.
10655         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10656         (mml1991-cache-passphrase): Inherit the default value from
10657         mml-secure-cache-passphrase.
10658         (mml1991-passphrase-cache-expiry): Inherit the default value from
10659         mml-secure-passphrase-cache-expiry.
10660
10661         * mml-sec.el: Require password.
10662         (mml-secure-verbose): New user option.
10663         (mml-secure-cache-passphrase): New user option.
10664         (mml-secure-passphrase-cache-expiry): New user option.
10665
10666 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10667
10668         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10669         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10670         andreas@altroot.de (Andreas Vögele).
10671
10672         FIXME: Use `tiny change'?
10673
10674 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10675
10676         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10677         workaround for the url package included with Emacs.
10678
10679         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10680
10681 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10684         correctly.  This fixes a bug caused by the 2006-05-12 change.
10685
10686 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10687
10688         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10689         some information about the error when saying that the `bogus' mail
10690         group will be used.
10691
10692 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10695         string.
10696
10697 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10698
10699         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10700
10701 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10702
10703         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10704
10705 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10706
10707         * mml1991.el (mml1991-function-alist): Add epg.
10708         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10709         (mml1991-epg-encrypt): New functions.
10710
10711 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10712
10713         * mml2015.el (mml2015-verbose): New variable.
10714         (mml2015-cache-passphrase): Ditto.
10715         (mml2015-passphrase-cache-expiry): Ditto.
10716         (mml2015-function-alist): Add epg.
10717         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10718         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10719         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10720         New functions.
10721
10722 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10723
10724         * message.el (message-cite-original-1): Preserve region when removing
10725         quoted text due to X-No-Archive in order to avoid bogus attribution
10726         when citing multiple messages.
10727
10728 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10729
10730         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10731         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10732
10733 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * gnus-diary.el (gnus-user-format-function-d)
10736         (gnus-user-format-function-D): Autoload.
10737
10738         * imap.el (Commentary): Fix typo.
10739
10740         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10741         2006-04-22 contribution.
10742
10743 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10744
10745         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10746         It didn't really fix the bogosity I'm seeing with solid web groups.
10747
10748 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10749
10750         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10751         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10752         created using server names.  If we use the feature without declaring
10753         it, Gnus does not properly manage server and group state.
10754
10755         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10756         bound.
10757
10758 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10759
10760         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10761         looking up the method using GROUP's prefix before inventing a new one.
10762         It is used on killed/unknown groups in various places where returning
10763         an all-new method isn't expected by the caller.
10764
10765         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10766         and match semantics of gnus-group-real-prefix.
10767
10768 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * nnmail.el (nnmail-broken-references-mailers): New variable.
10771         (nnmail-ignore-broken-references): New function generalizing
10772         nnmail-fix-eudora-headers.
10773         (nnmail-fix-eudora-headers): Now obsolete.
10774
10775         * gnus-art.el (gnus-button-handle-custom):
10776         Support `customize-apropos*'.
10777
10778 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10781
10782         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10783         articles.
10784
10785 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * message.el (message-cite-reply-above): New variable.
10788         (message-yank-original): Use it.
10789
10790 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10793
10794 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10797         as read.
10798
10799         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10800
10801 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10804         (gnus-bookmark-default-file): Use gnus-directory.
10805         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10806         Remove "*" in doc string.
10807         (gnus-bookmark-write-file): Simplify.
10808         (gnus-bookmark-maybe-sort-alist): Use `when'.
10809         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10810         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10811         Add FIXME about Emacs 21 and XEmacs compatibility.
10812         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10813         compatibility.
10814         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10815         compatibility.
10816         (gnus-bookmark-menu-heading): Fix version.
10817
10818 2006-06-19  Bastien Guerry  <bzg@altern.org>
10819
10820         * gnus-bookmark.el: New file.
10821
10822 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * message.el (message-syntax-checks): Doc fix.
10825
10826 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10827
10828         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10829         unsubscribed groups as if they were killed ones.  It causes duplicate
10830         entries in gnus-newsrc-alist.
10831
10832 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * message.el (message-syntax-checks): Doc fix.
10835         (message-send-mail): Add check for continuation headers.
10836         (message-check-news-header-syntax): Fix regexp used to check for
10837         continuation headers.
10838
10839 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10842
10843 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10846
10847 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10850         default-truncate-lines.
10851
10852 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10855         to fill the utf-8 entry.
10856
10857         * lpath.el: Fbind unicode-precedence-list.
10858
10859 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10860
10861         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10862
10863 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10864
10865         * gnus-agent.el (directory-files-and-attributes): Move all the way
10866         forward (the third and final move).
10867         (gnus-agent-read-agentview): Trap reconstruction errors due to
10868         nonexistent directory.  Handle by returning nil.
10869
10870 2006-05-30  Didier Verna  <didier@xemacs.org>
10871
10872         * message.el (message-dont-reply-to-names): Update the custom type.
10873         * message.el (message-dont-reply-to-names): New defsubst: potentially
10874         convert a list of regexps into a single one.
10875         * message.el (message-get-reply-headers): Use it.
10876         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10877
10878 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-agent.el (directory-files-and-attributes): Move forward.
10881
10882 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * gnus-ml.el (gnus-mailing-list-subscribe)
10885         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10886         (gnus-mailing-list-message): Fix doc strings.
10887
10888 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10889
10890         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10891         of doing it manually.
10892
10893 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10896         comment.
10897
10898 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10899
10900         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10901         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10902         (gnus-agent-read-local): All symbols allocated in my-obarray.
10903         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10904         (gnus-agent-regenerate-group): Check numeric names to see if they are
10905         messages or groups.
10906         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10907         better way of do this...)
10908
10909         * gnus-cache.el (gnus-agent-total-fetched-for):
10910         Ignore 'dummy.group' (there should be a better way of do this...)
10911
10912 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10915         (gnus-saved-headers): Ditto.
10916         (gnus-default-article-saver): Mention functions may have properties.
10917         (gnus-article-save): Override gnus-save-all-headers and
10918         gnus-saved-headers by :headers property which saver function may have.
10919         (gnus-summary-save-in-file): Add :headers property.
10920         (gnus-summary-write-to-file): Ditto.
10921
10922         * gnus-sum.el (gnus-summary-save-article): Bind
10923         gnus-prompt-before-saving to t when saving many articles in a file;
10924         always show all headers.
10925
10926         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10927
10928 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10931         marks.
10932
10933         * message.el (message-indent-citation): Add optional arguments to allow
10934         using it outside of message buffers.
10935
10936         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10937         (gnus-article-treat-unfold-headers): Use it.
10938         (gnus-article-truncate-lines): New variable.
10939         (gnus-article-mode): Use it.
10940         (gnus-article-toggle-truncate-lines): New function.
10941
10942         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10943         Add gnus-article-toggle-truncate-lines.
10944
10945         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10946         coding system in XEmacs, use binary.
10947
10948 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10951         after-load-alist.
10952
10953         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10954         this function should save decoded articles.
10955         (gnus-summary-write-to-file): Use property to specify this function
10956         should save decoded articles and specify gnus-summary-save-in-file
10957         should be used to save articles other than the first one when saving
10958         many articles.
10959         (gnus-summary-save-body-in-file): Use property to specify this
10960         function should save decoded articles.
10961         (gnus-summary-write-body-to-file): Use property to specify this
10962         function should save decoded articles and specify
10963         gnus-summary-save-body-in-file should be used to save articles other
10964         than the first one when saving many articles.
10965
10966         * gnus-sum.el (gnus-summary-save-article): Simplify.
10967
10968 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-art.el (gnus-default-article-saver):
10971         Add gnus-summary-write-body-to-file.
10972         (gnus-article-save-coding-system): Don't use coding system object
10973         in XEmacs.
10974         (gnus-read-save-file-name): Add optional `dir-var' argument which
10975         specifies directory in which files are saved; work even if optional
10976         `variable' argument is not specified.
10977         (gnus-summary-write-to-file): Read file name.
10978         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10979         (gnus-summary-write-body-to-file): New function.
10980
10981         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10982         (gnus-summary-local-variables): Add it.
10983         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10984         (gnus-summary-save-article): Remove optional `decode' argument;
10985         determine whether to decode articles by the value of
10986         gnus-default-article-saver; when saving many files using
10987         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10988         it first and use gnus-summary-save-in-file or
10989         gnus-summary-save-body-in-file thereafter unless
10990         gnus-prompt-before-saving is always; move point to article which
10991         will be saved.
10992         (gnus-summary-save-article-file): Revert.
10993         (gnus-summary-write-article-file): Revert.
10994         (gnus-summary-save-article-body-file): Revert.
10995         (gnus-summary-write-article-body-file): New function.
10996
10997 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-art.el (gnus-default-article-saver): Doc fix.
11000         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11001         from gnus-summary-save-article-coding-system, and default to a
11002         certain coding system.
11003         (gnus-output-to-file): Add coding cookie and encode text according
11004         to gnus-article-save-coding-system; don't use mm-append-to-file.
11005
11006         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11007         gnus-art.el and rename to gnus-article-save-coding-system.
11008         (gnus-summary-save-article): Require gnus-art; don't show all
11009         headers if it decodes articles; don't add coding cookie here;
11010         don't bind mm-text-coding-system-for-write.
11011         (gnus-summary-save-article-file): Save decoded articles.
11012         (gnus-summary-write-article-file): When saving many files, use
11013         gnus-summary-write-to-file first and gnus-summary-save-in-file
11014         thereafter unless gnus-prompt-before-saving is always.
11015         (gnus-summary-save-article-body-file): Save decoded articles.
11016
11017         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11018
11019 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * nnrss.el (nnrss-check-group): Bind hash-index.
11022
11023 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11024
11025         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11026         its hash index.  Store this hash in `nnrss-group-data'.
11027         (nnrss-read-group-data): Update accordingly.
11028
11029 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11032         entry.
11033
11034         * gnus-sum.el (gnus-summary-make-menu-bar):
11035         Add gnus-article-browse-html-article.
11036
11037 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11038
11039         * gnus-sum.el (gnus-summary-mime-map):
11040         Add gnus-article-browse-html-article.
11041
11042         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11043
11044 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11047         suitable coding systems in customize.
11048
11049 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * mail-source.el (mail-sources): Fix custom type.
11052
11053 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11056         (gnus-summary-expire-articles-now): Shorten prompt.
11057
11058         * gmm-utils.el (wid-edit): Require.
11059         (defun-gmm): Rename from `gmm-defun-compat'.
11060         (gmm-image-search-load-path): Use it.
11061         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11062
11063 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-sum.el (gnus-summary-save-article-coding-system):
11066         New variable.
11067         (gnus-summary-save-article): Add optional `decode' argument.
11068         If it is set and gnus-summary-save-article-coding-system is non-nil,
11069         save decoded article.
11070         (gnus-summary-write-article-file): Save decoded article if
11071         gnus-summary-save-article-coding-system is non-nil.
11072
11073         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11074         type.
11075
11076 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11079
11080 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11083         first to test gnus-single-article-buffer which may be buffer-local.
11084
11085         * gnus-sum.el (gnus-summary-setup-buffer):
11086         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11087         group; make gnus-article-buffer, gnus-article-current, and
11088         gnus-original-article-buffer always buffer-local.
11089         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11090         group.
11091         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11092
11093 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * nnml.el (nnml-request-compact-group): Compressed files might not
11096         have .gz extension.
11097
11098 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11099
11100         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11101         (mm-copy-to-buffer): Use with-current-buffer.
11102         (mm-display-part): Simplify.
11103         (mm-inlinable-p): Add optional arg `type'.
11104
11105 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11106
11107         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11108         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11109         Try harder to show the attachment internally or externally using
11110         gnus-mime-view-part-as-type.
11111
11112 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * message.el (message-from-style, message-signature-separator)
11115         (message-user-organization-file, message-send-mail-function)
11116         (message-citation-line-function, message-yank-prefix)
11117         (message-indent-citation-function, message-signature)
11118         (message-signature-file, message-signature-insert-empty-line):
11119         Remove autoloads.
11120
11121         * gnus-art.el (gnus-buttonized-mime-types):
11122         Remove "multipart/signed".  Revert 2006-04-26 change.
11123
11124 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus.el (gnus-version-number): Bump version.
11127
11128 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11129
11130         * gnus.el: No Gnus v0.5 is released.
11131
11132 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133
11134         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11135         fetching articles by message-id.
11136
11137 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * message.el (hashcash): Require hashcash as normal.
11140
11141         * ecomplete.el (ecomplete-highlight-match-line):
11142         Use point-at-eol.
11143         (ecomplete-highlight-match-line): Use `highlight', because that
11144         face exists in both Emacs and XEmacs.
11145
11146         * message.el (message-display-abbrev): Use point-at-bol.
11147
11148         * mail-source.el: Don't require timer/timer-funcs.
11149
11150         * gnus-async.el: Ditto.
11151
11152         * password.el: Ditto.
11153
11154         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11155
11156         * mm-url.el: Ditto.
11157
11158         * gnus-xmas.el: Don't require timer-funcs.
11159
11160         * mm-util.el: Require timer/timer-funcs.
11161
11162 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11163
11164         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11165         Close.
11166
11167 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11170         unibyte after clear-decrypt function runs.
11171
11172         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11173         returns as a unibyte string.
11174
11175 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * lpath.el: Revert.
11178
11179         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11180         (pgg-gpg-process-sentinel): Revert.
11181
11182         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11183         (pgg-pgp-lookup-key): Revert.
11184
11185         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11186         (pgg-pgp5-lookup-key): Revert.
11187
11188         * pgg.el (pgg-fetch-key): Revert.
11189
11190 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * lpath.el: Fbind string-as-multibyte for XEmacs.
11193
11194         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11195         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11196         (mml1991-pgg-encrypt): Ditto.
11197
11198         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11199         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11200         a multibyte buffer.
11201
11202         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11203         (pgg-pgp-lookup-key): Ditto.
11204
11205         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11206         (pgg-pgp5-lookup-key): Ditto.
11207
11208         * pgg.el (pgg-fetch-key): Ditto.
11209
11210 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * message.el (message-user-organization-file): Check several
11213         locations of the organization file.
11214
11215         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11216         Add gnus-article-view-part-as-type.
11217
11218         * gnus-art.el (gnus-article-view-part-as-type): New function.
11219
11220         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11221         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11222
11223         * mml.el: Simplify autoload.
11224         (mml-mode): defvar dnd-protocol-alist instead of using
11225         symbol-value.
11226         (mml-default-directory): New variable.
11227         (mml-minibuffer-read-file): Use it.
11228         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11229
11230         * message.el (message-citation-line-format): New variable.
11231         (message-insert-formated-citation-line): New function.
11232         (message-citation-line-function):
11233         Add `message-insert-formated-citation-line' to custom type.
11234
11235         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11236         to doc string.
11237
11238         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11239         depending on mm-verify-option.
11240
11241 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11244         binding pgg-* variables; reimplement the section which prevents
11245         MIME header from being signed.
11246         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11247         pgg-text-mode; remove a blank line at the top of body.
11248
11249         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11250         lines at the top of body; use gnus-newsgroup-charset if there's no
11251         Charset header.
11252
11253 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * message.el (message-self-insert-commands): Doc fix.
11256
11257         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11258         (mm-uu-pgp-encrypted-test): Ditto.
11259         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11260         between header and body; return application/pgp-encrypted handle
11261         if decryption failed; decode decrypted body by charset.
11262
11263         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11264         element match to application/pgp-*.
11265
11266 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11267
11268         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11269         HTML.
11270
11271 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * mail-source.el (mail-source-call-script): Message the error
11274         string.
11275
11276 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * gnus-util.el (gnus-byte-compile): Use it.
11279
11280 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11281
11282         * gnus-util.el (kill-empty-logs): New function.
11283
11284 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285
11286         * message.el (message-mail-alias-type): Doc fix.
11287         (message-mail-alias-type-p): New function.
11288         (message-send): Use it.
11289         (message-mode): Ditto.
11290         (message-strip-forbidden-properties): Ditto.
11291
11292         * ecomplete.el (ecomplete-database-file-coding-system):
11293         New variable.
11294         (ecomplete-save): Use it.
11295         (ecomplete-setup): Use it.
11296
11297 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * message.el (message-self-insert-commands): New variable.
11300         (message-strip-forbidden-properties): Use it.
11301
11302 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11305         that doesn't make XEmacs choke.
11306
11307 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * gnus-util.el (gnus-replace-in-string):
11310         Prefer replace-regexp-in-string over of replace-in-string.
11311
11312 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-util.el (gnus-select-frame-set-input-focus):
11315         Use select-frame-set-input-focus if it is available in XEmacs; use
11316         definition defined in Emacs 22 for old Emacsen.
11317
11318         * dgnushack.el: Autoload unmorse-region for XEmacs.
11319
11320         * lpath.el: Bind cursor-in-non-selected-windows and
11321         select-frame-set-input-focus for XEmacs.
11322
11323 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11326
11327 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11328
11329         * gnus-registry.el (gnus-registry-cache-save): Remove text
11330         properties when saving via the temp buffer.
11331
11332 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * message.el (message-generate-hashcash): Honor custom type.
11335
11336 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11337
11338         * message.el (message-generate-hashcash): Default to non-nil when
11339         hashcash is found.
11340
11341         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11342         (gnus-refer-thread-limit): Increase default to 500.
11343
11344         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11345
11346         * flow-fill.el (fill-flowed): Allow delete-space.
11347
11348 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11351         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11352         Remove autoloads.
11353
11354 2006-04-18  Simon Josefsson  <jas@extundo.com>
11355
11356         * message.el (message-generate-hashcash): Default to.
11357
11358 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11361         concatenating segments rather than before concatenating them.
11362
11363 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11366
11367 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11370
11371         * message.el (message-forward-make-body-plain):
11372         Allow message-forward-ignored-headers to be a list.
11373         (message-remove-ignored-headers): Factor out into function.
11374         (message-forward-make-body-mml): Use it.
11375
11376         * imap.el (imap-quote-specials): New function.
11377         (imap-login-auth): Quote specials.
11378
11379         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11380         (rfc2231-parse-string): Allow concatanation of parameters that
11381         aren't contiguous.  The test case is
11382           (mail-header-parse-content-type "message/external-body;
11383             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11384             access-type=LOCAL-FILE;
11385             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11386
11387 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11388
11389         * nntp.el (nntp-accept-process-output): Return the value of
11390         `nnheader-accept-process-output'.
11391
11392 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11393
11394         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11395         (gnus-button-alist): Recognize more diff formats.
11396         (gnus-button-patch): Strip directory.
11397
11398 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11401         Emacs 22 when setting focus.
11402
11403 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404
11405         * gnus-art.el (gnus-article-treat-types): Do treatment of
11406         text/x-verbatim parts.
11407         (gnus-button-patch): New command.
11408
11409         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11410         addresses that contain invalid characters.
11411
11412 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * message.el (message-put-addresses-in-ecomplete):
11415         Use gnus-replace-in-string.
11416         (message-is-yours-p): Use the more correct
11417         mail-header-parse-address instead of
11418         mail-extract-address-components.
11419         (message-put-addresses-in-ecomplete): Fix typo.
11420
11421         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11422         keystroke.
11423
11424         * gnus-art.el (gnus-treatment-function-alist): Change order of
11425         newsgroups/generic header folding to avoid double-folding.
11426
11427         * message.el (message-hidden-headers): Add X-Draft-From.
11428
11429         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11430         New command.
11431         (gnus-summary-repeat-search-article-backward): New command.
11432
11433         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11434         groups in the parent topic.
11435
11436 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11437
11438         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11439         (spam-extra-header-to-number): Return the CRM114 number as a
11440         number instead of a string.
11441
11442 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11443
11444         * gnus-art.el (gnus-face-properties-alist): Move here from
11445         gnus-fun.
11446
11447         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11448
11449 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450
11451         * message.el (message-strip-forbidden-properties): Only display on
11452         self-insert-command.
11453
11454         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11455         reindent.
11456         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11457
11458 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11459
11460         * smiley.el (smiley-style): Fix typo.
11461
11462 2006-03-23  Kenichi Handa  <handa@m17n.org>
11463
11464         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11465         instead of set-buffer-multibyte.
11466
11467 2006-03-23  Kenichi Handa  <handa@m17n.org>
11468
11469         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11470         buffer and then decode the buffer text if necessary.
11471         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11472         first, and after mm-encode-body, change the buffer to unibyte.
11473
11474 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * hashcash.el (hashcash-insert-payment-async-2):
11477         Use message-goto-eoh instead of doing it manually.
11478         (mail-add-payment): Use message-narrow-to-header instead of trying
11479         to do the same itself.
11480
11481         * message.el (message-hidden-headers): Add Face.
11482
11483         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11484         reparenting code.
11485         (gnus-summary-reparent-children): Refactored out code.
11486         (gnus-summary-thread-map): New keystroke.
11487         (gnus-summary-reparent-children): Make into command.
11488
11489         * smiley.el (smiley-style): Default to `medium' if using a large
11490         font.
11491
11492         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11493         does it itself.
11494
11495         * message.el (message-point-in-header-p): Simplify definition.
11496
11497 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11498
11499         * nnagent.el (nnagent-request-set-mark): Silence log file
11500         writing.
11501         (nnagent-request-set-mark): Use write-region instead of
11502         append-to-file.
11503
11504         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11505         strange select method.
11506
11507         * ecomplete.el (ecomplete-display-matches): Get highlightling
11508         right.
11509         (ecomplete-display-matches): Use literals.
11510         (ecomplete-display-matches): Disable message logging.
11511
11512         * message.el (message-display-abbrev): Small optimization.
11513
11514         * ecomplete.el (ecomplete-display-matches): Allow automatic
11515         display.
11516
11517         * message.el (message-strip-forbidden-properties):
11518         Display abbrevs.
11519         (message-display-abbrev): Get automatic display right.
11520
11521         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11522         keystrokes.
11523
11524 2006-04-13  Romain Francoise  <romain@orebokech.com>
11525
11526         TODO: Backport to v5-10!
11527
11528         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11529         Move here (and rename) from gnus-registry.el.
11530
11531         * gnus-registry.el: Require gnus-util.
11532         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11533
11534 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11535
11536         * gnus-group.el (gnus-group-catchup-current):
11537         Change if-then-else-if-then-else into cond.
11538         (gnus-group-catchup): Indent.
11539         (group-name-at-point): New function.
11540         (gnus-fetch-group): Provide default from thing at point.
11541
11542 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * message.el (message-display-abbrev): Fix regexp.
11545
11546         * ecomplete.el (ecomplete-highlight-match-line):
11547         Reimplement choosing.
11548         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11549         dead variables.
11550
11551         * message.el (message-newline-and-indent): Remove debugging.
11552         (message-display-abbrev): Use new implementation.
11553
11554 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-art.el (gnus-article-mode):
11557         Set cursor-in-non-selected-windows to nil.
11558
11559         * smiley.el: Revert previous change.
11560         (smiley-data-directory): defvar it before using it in the
11561         defcustom of `smiley-style'.
11562
11563 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564
11565         * message.el (message-newline-and-indent): New function.
11566
11567         * ecomplete.el: Implement more bits.
11568
11569         * message.el (message-put-addresses-in-ecomplete): Clean up the
11570         string.
11571
11572         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11573
11574         * gnus-sum.el (gnus-summary-save-parts):
11575         Bind gnus-summary-save-parts-counter and use it to make unique file
11576         names.
11577
11578         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11579
11580         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11581         parameter to say whether to actually parse the individual
11582         addresses.
11583
11584         * message.el (message-put-addresses-in-ecomplete): New function.
11585         (ecomplete): Require.
11586         (message-mail-alias-type): Add ecomplete as an option.
11587
11588 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11589
11590         * flow-fill.el (fill-flowed): Remove trailing space from blank
11591         quoted lines.
11592
11593 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594
11595         * smiley.el (smiley-style): Move definition later to avoid a
11596         compilation warning.
11597
11598 2006-04-12  Kenichi Handa  <handa@m17n.org>
11599
11600         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11601         buffer and then decode the buffer text if necessary.
11602         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11603         first, and after mm-encode-body, change the buffer to unibyte.
11604         Use mm-disable-multibyte instead of set-buffer-multibyte.
11605
11606 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11609         Content-Type header instead of Content-Disposition header.
11610         (gnus-mime-inline-part): Ditto.
11611         (gnus-mime-view-part-as-charset): Ignore charset that the part
11612         specifies.
11613
11614         * mm-decode.el (mm-display-part): Work with external parts and
11615         usual parts similarly.
11616
11617         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11618         instead of gnus-display-mime.
11619
11620         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11621         instead of with-temp-buffer.
11622
11623         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11624         tag to summarized topics part in order to encode non-ASCII text.
11625
11626 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * smiley.el (smiley-style): New variable.
11629         (smiley-directory): New function.
11630         (smiley-data-directory): Derive from `smiley-style' using
11631         `smiley-directory'.
11632         (smiley-regexp-alist): Add new entries.
11633
11634         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11635         (gnus-article-browse-delete-temp): Add :version.
11636
11637 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11638
11639         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11640         the sieve region.
11641
11642 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * gnus.el (gnus-version-number): Bump version.
11645
11646 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus.el: No Gnus v0.4 is released.
11649
11650 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11653         layout.
11654
11655         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11656         unknown charset.
11657
11658         * message.el (message-header-synonyms): Add Original-To to the
11659         default.
11660
11661         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11662         optional parameter.
11663
11664 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-fun.el (gnus): Require it for gnus-directory.
11667
11668 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11671
11672 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11673
11674         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11675
11676 2006-04-05  Simon Josefsson  <jas@extundo.com>
11677
11678         * password.el (password-reset): New function.
11679
11680 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11681
11682         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11683         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11684
11685 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11686
11687         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11688         Some whitespace was matched into the url, which broke browsing hits
11689         > 100 when mm-url-use-external was nil.
11690
11691 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11694         Check gnus-extra-headers for 'Newsgroups.
11695
11696         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11697         bound.
11698
11699 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11700
11701         * pgg-gpg.el: Clean up process buffers every time gpg processes
11702         complete.
11703
11704 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11707         doc string.
11708
11709 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11710
11711         * pgg-gpg.el (pgg-gpg-process-filter)
11712         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11713
11714         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11715         lines, temporary fix.
11716
11717 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11720
11721 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11722
11723         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11724         default-enable-multibyte-characters.  This reverts the change from
11725         revision 6.17 which is no longer necessary because the passphrase
11726         is sent separately now.  GnuPG messages are unreadable under
11727         multibyte locales with default-enable-multibyte-characters set to
11728         nil.
11729
11730 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * message.el (message-tool-bar-gnome): Move "spell".
11733
11734 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11737         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11738         instead.
11739
11740 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11741
11742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11743         Improve newsgroups handling for NNTP overviews which don't include
11744         Newsgroups.
11745
11746 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11747
11748         * message.el (message-resend): Bind message-generate-hashcash to nil.
11749
11750 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11751
11752         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11753         when searching for already-paid recipients.
11754
11755 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11756
11757         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11758         passphrases when it is not needed.
11759         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11760         passphrase stuff from gpg, should only be necessary when you use
11761         gpg with a smartcard.
11762
11763 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * mml.el (mml-insert-mime): Ignore cached contents of
11766         message/external-body part.
11767
11768         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11769         (mm-insert-part): Ditto.
11770
11771 2006-03-23  Simon Josefsson  <jas@extundo.com>
11772
11773         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11774         Reiner.
11775         (pgg-gpg-use-agent-p): Use it again.
11776
11777 2006-03-23  Simon Josefsson  <jas@extundo.com>
11778
11779         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11780         older emacsen.
11781         (pgg-gpg-use-agent-p): Don't use it.
11782
11783 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11784
11785         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11786         if we can.
11787
11788 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11789
11790         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11791         (pgg-gpg-update-agent): New function.
11792         (pgg-gpg-use-agent-p): New function.
11793         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11794         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11795         (pgg-gpg-sign-region): Use it.
11796
11797 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11800         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11801
11802 2006-03-21  Simon Josefsson  <jas@extundo.com>
11803
11804         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11805         <wilde@sha-bang.de>.
11806         (pgg-gpg-use-agent): New variable.
11807         (pgg-gpg-process-region): Use it.
11808         (pgg-gpg-encrypt-region): Likewise.
11809         (pgg-gpg-encrypt-symmetric-region): Likewise.
11810         (pgg-gpg-decrypt-region): Likewise.
11811         (pgg-gpg-sign-region): Likewise.
11812         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11813
11814 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11817
11818         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11819         Add comment on version.
11820
11821 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * smiley.el: Add missing test smiley.
11824
11825 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * mm-decode.el (mm-with-part): New macro.
11828         (mm-get-part): Use it; work with message/external-body as well.
11829         (mm-save-part): Treat name and filename equally.
11830
11831         * mm-extern.el (mm-extern-cache-contents): New function.
11832         (mm-inline-external-body): Use it; force the part to be displayed;
11833         move undisplayer added to the cached handle to the parent.
11834
11835         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11836         (gnus-mime-view-part-as-type): Work with message/external-body.
11837
11838         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11839
11840 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11843         images in image-load-path.  [Sync with image.el, revision 1.60, in
11844         Emacs.]
11845
11846 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11849         path rather than symbol.  Always return list of directories.
11850         Guarantee that image directory comes first.  [Sync with image.el,
11851         revision 1.59, in Emacs.]
11852
11853         * message.el (message-make-tool-bar): Adjust to new API of
11854         `gmm-image-load-path-for-library'.
11855
11856         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11857
11858         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11859
11860 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11861
11862         * gnus-art.el (gnus-article-only-boring-p):
11863         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11864         intangible text.
11865         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11866
11867 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11870         Use `defun' instead of `gmm-defun-compat'.
11871
11872 2006-03-14  Simon Josefsson  <jas@extundo.com>
11873
11874         * message.el (message-unique-id): Don't use message-number-base36
11875         if (user-uid) is a float.
11876         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11877
11878 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11881
11882         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11883         empty line between a part and a message part.
11884
11885 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * smiley.el: Add more test smileys.
11888         (smiley-data-directory, smiley-regexp-alist)
11889         (gnus-smiley-file-types): Fix doc strings.
11890         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11891         adding new elements.
11892         (smiley-mouse-map): Unused code.  Make it a comment.
11893
11894 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11897         scan latest NoCeM messages instead of old ones.
11898         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11899         delimiters that are recently used.
11900         (gnus-nocem-load-cache): Add autoload cookie.
11901
11902         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11903
11904         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11905         level which is larger than gnus-use-nocem is specified.
11906
11907         * gnus-group.el (gnus-group-get-new-news): Ditto.
11908
11909 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-util.el (gnus-tool-bar-update): New function.
11912
11913         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11914         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11915
11916         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11917
11918         * gnus-group.el (gnus-group-redraw-when-idle)
11919         (gnus-group-redraw-check): Remove.
11920         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11921
11922 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11925         if optional last element is specified in splits (FIELD VALUE...).
11926
11927 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11930         to gmm-image-load-path-for-library.  Call with no-error argument.
11931         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11932
11933         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11934
11935         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11936
11937         * gmm-utils.el (gmm-image-load-path): Remove alias.
11938
11939 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * gmm-utils.el (gmm-image-load-path): Add alias.
11942
11943         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11944         nnml-generate-nov-databases-1.
11945         (nnml-generate-nov-databases): Use it.
11946         (nnml-generate-nov-databases-directory): Document no-active
11947         argument.
11948
11949         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11950         directory if path is t.  Add no-error.
11951
11952         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11953         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11954
11955         * gnus-art.el (gnus-article-browse-delete-temp-files):
11956         Simplify resetting gnus-article-browse-html-temp-list.
11957
11958         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11959         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11960         Add example to docstring.  Rename local variables.  Move error
11961         checks to default case in cond and simplify.
11962
11963 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11966         handle is multipart when calling it recursively.
11967         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11968
11969 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11970
11971         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11972         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11973
11974 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11977         is loaded.
11978
11979         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11980         loaded.
11981
11982 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11985         to "Emacs 23 (unicode)" in doc string.
11986
11987         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11988         "Emacs 23 (unicode)" in comment.
11989
11990 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11993
11994         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11995         characters 160 through 255 in Emacs 23.
11996
11997 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12000         gnus-article-browse-html-temp.
12001         (gnus-article-browse-delete-temp): Make it customizable.
12002         Add `file'.  Adjust doc string.
12003         (gnus-article-browse-delete-temp-files): Add argument.
12004         Allow query for each file.  Adjust doc string.
12005         (gnus-article-browse-html-parts):
12006         Add `gnus-article-browse-delete-temp-files' to
12007         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12008
12009 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12010
12011         * gnus-art.el (gnus-article-browse-html-temp)
12012         (gnus-article-browse-delete-temp): New variables.
12013         (gnus-article-browse-delete-temp-files): New function.
12014         (gnus-article-browse-html-parts): Use it.
12015
12016 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12019
12020         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12021         string.
12022
12023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12024         gnus-summary-insert-new-articles when unplugged.
12025         Remove gnus-summary-search-article-forward.
12026
12027         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12028         display-visual-class instead of display-color-cells.
12029
12030 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * dgnushack.el: Autoload customize-group for XEmacs.
12033
12034         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12035         message/* containing non-ASCII text properly.
12036
12037 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * message.el: Require gmm-utils, remove autoloads.
12040         (message-tool-bar): Set default based on
12041         gmm-tool-bar-style.
12042         (message-tool-bar-gnome): Add gmm-customize-mode.
12043
12044         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12045         gmm-tool-bar-style.
12046         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12047
12048         * gnus-group.el (gnus-group-tool-bar): Set default based on
12049         gmm-tool-bar-style.
12050         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12051
12052         * gmm-utils.el (gmm-image-directory): Rename variable from
12053         gmm-image-load-path.
12054         (gmm-image-load-path): Use gmm-image-directory.
12055         (gmm-customize-mode): New function.
12056         (gmm-tool-bar-style): New variable.
12057
12058         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12059         gnus-group-redraw-line-number.
12060         (gnus-group-redraw-check): Simplify.
12061         (gnus-group-tool-bar-update): Remove redraw check.
12062         (gnus-group-make-tool-bar): Add redraw check.
12063
12064 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12065
12066         * gnus-art.el (gnus-button): Add missing parentheses.
12067
12068 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * lpath.el: Fbind line-number-at-pos.
12071
12072 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12075
12076 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12077
12078         * gnus-art.el (gnus-button): New face.
12079         (gnus-article-button-face): Use it.
12080
12081         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12082         Add gnus-summary-next-page.  Re-order.
12083
12084         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12085         next-node are now included.
12086         (gnus-group-redraw-line-number): New internal variable.
12087         (gnus-group-redraw-check): Helper function for updating the tool
12088         bar.
12089         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12090
12091         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12092
12093         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12094         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12095         Use it to match format of Spamassassin 3.0 and later.
12096         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12097         (spam-check-bogofilter)
12098         (spam-bogofilter-register-with-bogofilter): Fix args of
12099         `gnus-error' calls.
12100
12101 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12104         unnecessary interaction when sending queued mails.
12105         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12106
12107 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12110         first or last are nil.
12111
12112 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12113
12114         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12115
12116 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12117
12118         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12119
12120 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121
12122         * dns.el (query-dns): Protect more against buggy tcp output.
12123
12124 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12127         nov.php.
12128
12129 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12130
12131         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12132         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12133         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12134         output on the server side.
12135         (nnweb-google-create-mapping): Update regexps and add some
12136         progress indication.
12137
12138 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-group.el (gnus-group-tool-bar-gnome):
12141         Fix gnus-agent-toggle-plugged.  Re-order icons.
12142         (gnus-group-tool-bar-gnome):
12143         Add gnus-group-{prev,next}-unread-group.
12144         (gnus-group-tool-bar-gnome): Re-order icons.
12145
12146         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12147         Move gnus-summary-insert-new-articles.
12148
12149         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12150         Fix comments.
12151
12152         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12153         also available in Emacs 21.3.
12154
12155         * message.el (message-fix-before-sending): Change "Emacs 22" to
12156         "Emacs 23 (unicode)" in comment.
12157
12158         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12159         "Emacs 23 (unicode)" in comment.
12160
12161         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12162         comment.
12163         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12164
12165         * mm-view.el (mm-fill-flowed): Add :version.
12166
12167 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12170         and load-path.
12171
12172 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * message.el: Autoload gmm-image-load-path.
12175         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12176         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12177         consitency.
12178
12179         * gmm-utils.el (gmm-image-load-path): Also search in
12180         "../etc/images".  Don't set gmm-image-load-path if we don't find
12181         the image.
12182
12183 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * gmm-utils.el (gmm-image-load-path): Don't make
12186         `gmm-image-load-path' include subdirectories which the second arg
12187         `image' might specify.
12188
12189         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12190         subdirectory to icon file names.
12191
12192         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12193
12194 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12197         gmm-image-load-path calls.
12198
12199         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12200
12201         * message.el (message-make-tool-bar): Ditto.
12202
12203         * mml.el (mml-preview): Add comment concerning tool bar icons.
12204
12205         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12206         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12207
12208         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12209         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12210
12211         * message.el (message-tool-bar-gnome): Use new icon names.
12212         (message-make-tool-bar): Use `gmm-image-load-path'.
12213
12214         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12215         New functions from MH-E.
12216         (gmm-image-load-path): New variable from MH-E.
12217         (gmm-image-load-path): New function from MH-E.  Add arguments
12218         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12219         *-image-load-path-called-flag.
12220
12221 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12222
12223         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12224
12225 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12226
12227         * nnimap.el (nnimap-request-move-article): Change folder back to
12228         source group before deleting.
12229
12230 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12233
12234         * gnus-art.el (mm-url-insert-file-contents-external):
12235         Autoload mm-url.
12236
12237         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12238
12239 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12242         coding system which mm-charset-to-coding-system returns for a
12243         given charset is valid.
12244
12245 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12246
12247         * html2text.el (html2text-remove-tag-list):
12248         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12249
12250 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12251
12252         * gnus-cus.el: Revert 2005-10-17 change.
12253
12254 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * gnus-art.el (article-strip-banner):
12257         Call article-really-strip-banner only when the regexp match is made.
12258
12259 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-art.el (article-strip-banner):
12262         Use gnus-extract-address-components instead of
12263         mail-header-parse-addresses to make it work with non-ASCII text;
12264         remove mail-encode-encoded-word-string.
12265
12266         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12267         values which are surrounded with \"...\"; make it never cause a
12268         Lisp error; give up parsing of parameters if it failed in
12269         extracting type.
12270
12271 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12272
12273         * smime.el (smime-cert-by-ldap-1): Fix bug where
12274         `smime-ldap-search' returns results without userCertificates.
12275
12276 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12279
12280 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * spam.el (spam-check-spamassassin-headers): Adapt format for
12283         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12284         <ari@mbf.ocn.ne.jp>.
12285         (spam-list-of-processors): Add spam-use-gmane.
12286
12287 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12290         make-temp-file; make it work with XEmacs as well.
12291
12292         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12293         mm-make-temp-file.
12294
12295         * mm-decode.el (mm-display-external): Use the 3rd arg of
12296         mm-make-temp-file.
12297         (mm-create-image-xemacs): Ditto.
12298
12299 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12302         with message-narrow-to-headers.
12303         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12304         (gnus-draft-check-draft-articles): New function.
12305         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12306
12307 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-art.el (gnus-article-browse-html-parts):
12310         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12311         Don't use suffix argument for mm-make-temp-file for Emacs 21
12312         compatibility.  Remove useless `format'.
12313
12314 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12315
12316         * nnweb.el (nnweb-google-wash-article): Update regexps.
12317         (nnweb-group-alist): Use defvoo instead of defvar.
12318
12319 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12322         re-loading nn* modules.
12323
12324 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12327         for `tool-bar-mode' and don't check it's default-value.
12328
12329         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12330
12331         * message.el (message-make-tool-bar): Ditto.
12332
12333         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12334         `substring'.  Shorten tmp-file name.
12335
12336         * gnus.el: Remove bogus comment.
12337
12338 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12339
12340         * gnus-art.el (gnus-article-browse-html-parts): New function.
12341         (gnus-article-browse-html-article): New function for viewing html
12342         articles with a browser.
12343
12344 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12345
12346         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12347         in elisp.
12348         (pgg-gpg-encrypt-symmetric-region): Ditto.
12349         (pgg-gpg-sign-region): Ditto.
12350
12351         * pgg-def.el (pgg-text-mode): New variable.
12352
12353         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12354         (mml2015-pgg-encrypt): Ditto.
12355
12356         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12357         (mml1991-pgg-encrypt): Ditto.
12358
12359 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * nnfolder.el (nnfolder-insert-newsgroup-line):
12362         Use message-make-date instead of current-time-string.
12363
12364         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12365         to gnus-decoded which mm-uu might set.
12366
12367 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12370         don't decode quoted parameters; remove misimported Emacs code.
12371         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12372         (rfc2231-decode-encoded-string): Don't use split-string which
12373         behaves differently according to Emacs version; use
12374         mm-decode-coding-region to convert charset to coding-system.
12375         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12376         (rfc2231-encode-string): Remove misimported Emacs code.
12377
12378 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12381         when calling mail-header-parse-content-type.
12382         (article-de-quoted-unreadable): Ditto.
12383         (article-de-base64-unreadable): Ditto.
12384         (article-wash-html): Ditto.
12385
12386         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12387         calling mail-header-parse-content-type and
12388         mail-header-parse-content-disposition.
12389         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12390         mail-header-parse-content-type.
12391
12392         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12393         insert charset and format parameters; encode description after
12394         inserting it to buffer.
12395         (mml-insert-parameter): Fold lines properly even if a parameter is
12396         segmented into two or more lines; change the max column to 76.
12397
12398         * rfc1843.el (rfc1843-decode-article-body): Don't use
12399         ignore-errors when calling mail-header-parse-content-type.
12400
12401         * rfc2231.el (rfc2231-parse-string): Return at least type if
12402         possible; don't cause an error even if it fails in parsing of
12403         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12404         (rfc2231-encode-string): Don't break lines at the beginning, leave
12405         it to mml-insert-parameter.
12406
12407         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12408         calling mail-header-parse-content-type.
12409
12410 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * spam-report.el (spam-report-gmane-use-article-number):
12413         Improve doc string.
12414         (spam-report-gmane-internal): Check if a suitable header was found
12415         in the article.
12416
12417 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12420         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12421
12422 2006-02-05  Romain Francoise  <romain@orebokech.com>
12423
12424         Update copyright notices of all files in the gnus directory.
12425
12426 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12427
12428         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12429
12430 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12433         segmented lines of parameter value to cope with Thunderbird 1.5
12434         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12435         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12436         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12437
12438 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12439
12440         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12441         parts.
12442
12443 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12444
12445         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12446         there's only one active file for all servers.
12447         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12448         solid groups.  Gnus might have used a FAST request to select the group.
12449         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12450         and nnweb-search redundantly in the active file.
12451         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12452         (nnweb-request-create-group): Don't use ARGS.
12453         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12454         initialisations.  Let nnoo do the work.
12455
12456 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12459         Say the part has been decoded.
12460
12461         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12462
12463 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12464
12465         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12466         mailcap-viewer-test-cache when there's no 'test clause, since that
12467         will invert the meaning of a "nil" test previously determined by
12468         mailcap-mailcap-entry-passes-test.
12469
12470 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12473         compiling.
12474
12475         * gnus-sum.el: Ditto.
12476
12477         * message.el: Don't bind tool-bar-map when compiling.
12478
12479 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12482
12483 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12484
12485         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12486         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12487         current Google Groups.
12488
12489 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12492         and tool-bar-mode.
12493
12494         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12495         and tool-bar-mode.
12496
12497         * message.el (message-tool-bar-update): Simplify.
12498         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12499
12500         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12501         gnus-summary-buffer.
12502         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12503         gnus-summary-reply.
12504
12505         * gmm-utils.el (gmm): Add :version.
12506
12507 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * Makefile.in (clean): New rule.
12510         (distclean): Use it.
12511
12512 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12513
12514         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12515         Don't autoload.
12516
12517 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gmm-utils.el (gmm-verbose): Add :group.
12520
12521 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * message.el: Change some comments WRT tool-bars.
12524
12525         * gnus-sum.el (gnus-summary-tool-bar)
12526         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12527         (gnus-summary-tool-bar-zap-list): New variables.
12528         (gnus-summary-make-tool-bar): Complete rewrite using
12529         `gmm-tool-bar-from-list'.
12530
12531         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12532         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12533         New variables.
12534         (gnus-group-make-tool-bar): Complete rewrite using
12535         `gmm-tool-bar-from-list'.
12536         (gnus-group-tool-bar-update): New function.
12537
12538         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12539
12540 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12543         is dissected into a single part of which the type is the same as
12544         the given one; decode charset.
12545
12546 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12547
12548         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12549         into alists as symbol not string, since that's what
12550         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12551         look for.
12552
12553 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12556         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12557
12558         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12559
12560 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12563         (gnus-xmas-mime-security-button-menu): New function.
12564
12565         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12566         (gnus-mime-security-button-menu): New definition.
12567         (gnus-mime-security-button-map): Use them.
12568         (gnus-mime-security-button-menu): New function.
12569         (gnus-insert-mime-security-button): Addition to help echo.
12570         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12571         (gnus-mime-security-pipe-part): New functions.
12572
12573         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12574         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12575
12576         * mm-decode.el (mm-handle-set-disposition): Remove.
12577         (mm-handle-set-description): Remove.
12578
12579 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12582         (mm-w3m-standalone-supports-m17n-p): New function.
12583         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12584         w3m usage.
12585
12586         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12587         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12588
12589 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el (message-tool-bar-zap-list):
12592         Use gmm-tool-bar-zap-list as custom type.
12593         (message-tool-bar-update): New function.
12594         (message-tool-bar, message-tool-bar-gnome)
12595         (message-tool-bar-retro): Add message-tool-bar-update.
12596         (message-tool-bar-gnome): Add flyspell-buffer.
12597
12598         * gnus-util.el (gnus-error): Describe `args'.
12599
12600         * gmm-utils.el (gmm-error): Describe `args'.
12601         (gmm-tool-bar-zap-list): New widget.
12602         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12603
12604 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12607         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12608         the number of recursive calls.
12609
12610         * mm-decode.el (mm-handle-set-disposition): New macro.
12611         (mm-handle-set-description): New macro.
12612
12613 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12616         encoding.
12617
12618 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * message.el (message-tool-bar-zap-list, message-tool-bar)
12621         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12622         (message-tool-bar-local-item-from-menu): Remove.
12623         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12624         (message-make-tool-bar): New function.
12625         (message-mode): Use `message-make-tool-bar'.
12626
12627         * gmm-utils.el: New file.
12628         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12629         (gmm-lazy): New widget copied from `nnmail.el'.
12630         (gmm-tool-bar-from-list): New function for creating customizable
12631         tool bars.
12632         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12633         output.
12634         (gmm): Add :prefix to defgroup.
12635
12636 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12637
12638         * gmm-utils.el (gmm-widget-p): New function.
12639
12640 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * mml.el (mml-attach-file): Describe `description' in doc string.
12643         (mml-menu): Add Emacs MIME manual and PGG manual.
12644
12645 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12646
12647         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12648
12649 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12650
12651         * nntp.el (nntp-end-of-line): Doc fix.
12652
12653 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12654
12655         * imap.el (imap-open): Handle case where buffer is a buffer
12656         object.
12657
12658 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12659
12660         * gnus-delay.el (gnus-delay): Don't autoload.
12661         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12662         to be re-loaded when customizing the `gnus-delay' group.
12663
12664 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12665
12666         * message.el (message-insert-citation-line): Use newlines.
12667
12668 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12669
12670         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12671         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12672         these routines, so the passphrase can be managed externally and
12673         passed in to the system.
12674         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12675         pgg-add-passphrase-to-cache function.
12676
12677         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12678         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12679         these routines, so the passphrase can be managed externally and
12680         passed in to the system.
12681         (pgg-pgp5-sign-region): Use new name of
12682         pgg-add-passphrase-to-cache function.
12683
12684 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12685
12686         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12687         part of the decoded armor to find the key-identifier.
12688         (pgg-gpg-lookup-key-owner): New function to return the
12689         human-readable identifier of a key owner.
12690         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12691         itself.
12692         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12693         the key value) if we have a key and can match it against a secret
12694         key.  Also, added a note pointing out fact that the prompt only
12695         indicates the first matching key.
12696
12697         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12698         pgg-decrypt-region.
12699         (pgg-add-passphrase-to-cache): Rename from
12700         `pgg-add-passphrase-cache' to reduce confusion (all callers
12701         changed).
12702         (pgg-remove-passphrase-from-cache): Rename from
12703         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12704         changed).
12705         (pgg-read-passphrase, pgg-add-passphrase-cache)
12706         (pgg-remove-passphrase-cache): Add informative docstrings.
12707         (pgg-decrypt): Convey provided passphrase in subordinate call to
12708         pgg-decrypt-region.
12709
12710 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12711
12712         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12713         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12714         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12715         'passphrase' argument, so the passphrase can be managed externally
12716         and then passed in to the system.
12717
12718         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12719         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12720         so the passphrase cache can be used reliably with identifiers
12721         besides a pgp packet's key id.
12722
12723         * pgg-gpg.el (pgg-gpg-encrypt-region)
12724         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12725         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12726         these routines, so the passphrase can be managed externally and
12727         passed in to the system.
12728
12729         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12730         'notruncate' argument, so the passphrase cache can be used
12731         reliably with identifiers besides a pgp packet's key id.
12732
12733 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12734
12735         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12736         symmetric encryption.
12737         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12738         encrypted session key.
12739         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12740         message ask for the passphrase in a proper way.
12741
12742         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12743         New user commands for symmetric encryption.
12744
12745 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12748
12749         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12750
12751 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12752
12753         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12754
12755 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * mm-decode.el (mm-inlined-types): Add application/pgp.
12758         (mm-automatic-display): Ditto.
12759
12760         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12761         part as text.
12762
12763 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * nnrss.el: Update copyright.
12766         (nnrss-opml-import): Query whether to subscribe to each entry.
12767
12768         * gnus-art.el:
12769         * gnus-sum.el:
12770         * gnus-xmas.el:
12771         * messagexmas.el:
12772         * mm-uu.el:
12773         * mm-view.el: Update copyright.
12774
12775 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * message.el (message-info): New function.
12778         (message-mode-menu): Add it.
12779         Update copyright.
12780
12781         * ChangeLog: Fix and update copyright.
12782
12783 2006-01-13  Romain Francoise  <romain@orebokech.com>
12784
12785         * message.el (message-forward-subject-name-subject): Prefer the
12786         address to 'nowhere' if the sender has no name.
12787         Fix typo.  Update copyright year.
12788
12789 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-art.el (article-wash-html):
12792         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12793         (gnus-article-wash-html-with-w3m-standalone): New function.
12794
12795         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12796         mm-inline-text-html-render-with-w3m-standalone.
12797         (mm-text-html-washer-alist): Map w3m-standalone to
12798         gnus-article-wash-html-with-w3m-standalone.
12799         (mm-inline-text-html-render-with-w3m-standalone): New function.
12800
12801 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12804         Improve LaTeX.
12805
12806 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12809         (nnrss-request-article): Render text/plain parts as HTML.
12810
12811         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12812         the buffer.
12813
12814 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12817         custom definition of `gnus-posting-styles'.
12818
12819         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12820         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12821
12822 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12825         Use nntp for bug archive.
12826
12827 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12830         parts.
12831         (nnrss-normalize-date): New function converts ISO 8601 date into
12832         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12833         (nnrss-check-group): Use it.
12834
12835 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12838
12839         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12840         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12841         (nnrss-insert-w3): Ditto.
12842
12843 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12846         the articles to be forwarded including the case where neither a
12847         number of articles nor a region is specified.
12848
12849 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * nnrss.el (nnrss-request-article): Fix last change; fill
12852         text/plain parts.
12853
12854 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12857         in text/plain part.
12858         (nnrss-check-group): Don't add excessive newline to dc:subject.
12859
12860 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12861
12862         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12863         article.
12864
12865 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12868         (nnml-use-compressed-files, nnml-save-mail): Support other
12869         comression programs such as bzip2.
12870
12871 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12872
12873         * dns.el (query-dns): Make sure we check the buffer size before
12874         removing tcp headers.
12875
12876 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12879         remove MIME buttons associated with multipart/alternative parts.
12880         (gnus-mime-display-alternative): Tag buttons using `article-type'
12881         text property.
12882
12883         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12884         associated with multipart/alternative parts.
12885
12886         * gnus-art.el (gnus-signature-separator): Fix custom type.
12887
12888         * mm-decode.el (mm-inlined-types): Fix custom type.
12889         (mm-keep-viewer-alive-types): Ditto.
12890         (mm-automatic-display): Ditto.
12891         (mm-attachment-override-types): Ditto.
12892         (mm-inline-override-types): Ditto.
12893         (mm-automatic-external-display): Ditto.
12894
12895 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * spam-report.el (spam-report-user-mail-address)
12898         (spam-report-user-agent): New variables.
12899         (spam-report-url-ping-plain): Use spam-report-user-agent.
12900
12901 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12902
12903         * gnus-art.el (gnus-button-handle-custom): Do not just use
12904         `customize-apropos' for any "M-x customize-*" button but the
12905         function called for.  Accept both the function name and its
12906         argument in order to achieve this.
12907         (gnus-button-alist): Remove support for "custom:" URL's.
12908         Pass function name to `gnus-button-handle-custom' in case of "M-x
12909         customize-*" buttons.
12910
12911 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12914         multipart/alternative and add xref to mm-discouraged-alternatives
12915         in doc string.
12916
12917         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12918         gnus-buttonized-mime-types in doc string.
12919
12920 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12923         Suggest image/.* in the doc string.
12924
12925 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12928         message-marks (Debian bug #342521).
12929
12930 2005-12-12  Simon Josefsson  <jas@extundo.com>
12931
12932         * password.el (password-read-from-cache): Add.
12933         (password-read): Use it.
12934
12935 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * rfc2047.el (rfc2047-charset-to-coding-system):
12938         Recognize us-ascii as a MIME charset.
12939
12940         * mm-bodies.el (mm-decode-content-transfer-encoding):
12941         Protect against the case where the 2nd arg TYPE is nil.
12942
12943 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * pop3.el (pop3-stream-type): Fix custom version.
12946
12947         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12948
12949 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12950
12951         * mm-decode.el (mm-display-external): Add missing cdr.
12952
12953 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12956         RFC1524) if it is in mailcap or add a suffix according to
12957         mailcap-mime-extensions when generating a temp filename; postpone
12958         deleting a temp file for 2 seconds for some wrappers, shell
12959         scripts, and so on, which might exit right after having started a
12960         viewer command as a background job.
12961
12962 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * nntp.el (nntp-marks-directory): Fix custom group.
12965
12966         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12967         steps when < 10.
12968
12969         * gnus-start.el (gnus-no-server-1):
12970         Mention `gnus-level-default-subscribed' in doc string.
12971
12972 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12973
12974         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12975         parens.
12976
12977 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-xmas.el (gnus-use-toolbar): Revert.
12980         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12981         gnus-use-toolbar is default.
12982
12983         * messagexmas.el (message-use-toolbar): Revert.
12984         (message-setup-toolbar): Use global default-toolbar if
12985         message-use-toolbar is default.
12986
12987 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12990         according to default-toolbar-visible-p.
12991
12992         * messagexmas.el (message-use-toolbar): Ditto.
12993
12994 2005-11-26  Dave Love  <fx@gnu.org>
12995
12996         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12997         (tls-program, tls-success): Provide openssl alternative.
12998
12999         * starttls.el: Doc fixes.
13000         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13001         SERVICE to PORT.
13002
13003         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13004         port null or service name.
13005         (starttls-negotiate): Autoload.
13006
13007 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * message.el (message-kill-to-signature): Fix interactive spec.
13010
13011 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * pop3.el (pop3-open-server): Recognize a string as a service name.
13014
13015 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13016
13017         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13018
13019 2005-11-23  Dave Love  <fx@gnu.org>
13020
13021         Add pop3s, pop3/starttls.
13022
13023         * pop3.el (pop3-authentication-scheme): Clarify doc.
13024         (open-tls-stream, starttls-open-stream): Autoload.
13025         (pop3-stream-type): New.
13026         (pop3-open-server): Use it.
13027
13028         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13029         for POP.
13030         (mail-source-keyword-map): Add :stream for POP.
13031         (mail-source-fetch-pop): Use pop3-stream-type.
13032
13033 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13036         of current-time-string.
13037
13038 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13039
13040         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13041         date header.
13042
13043 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13044
13045         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13046         it can seriously impact performance as it bypasses the agent's
13047         local caches.
13048
13049 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13050
13051         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13052         must be explicitly online rather than "not explicitly offline" for
13053         its flags to be synchronized.
13054
13055         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13056         that gnus-uu-unmark-thread will function correctly.
13057
13058         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13059         1024K is instead displayed as 1M.
13060
13061 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13062
13063         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13064
13065 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13066
13067         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13068
13069 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13070
13071         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13072         error message to display actual error condition.
13073         (gnus-agent-save-local): Avoid saving symbols that are bound to
13074         nil as they simply result in a warning message in
13075         gnus-agent-read-local.
13076
13077 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13080         rather than make-variable-buffer-local for file-precious-flag.
13081
13082 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13083
13084         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13085         for duplicates which are removed.  The invalid sort check then
13086         triggers a rescan after the sort as sorting may have moved
13087         duplicate entries such that they can be cheaply detected.
13088
13089 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13092
13093 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13094
13095         * gnus-agent.el (gnus-agent-article-alist-save-format):
13096         Change internal variable to a custom variable.  Change default value
13097         from compressed(2) to uncompressed(1).
13098         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13099         support for uncompressed agentview files.  Taken together, reading
13100         the agentview file should now be 6-7 times faster.
13101
13102 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13103
13104         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13105         as a buffer-local variable.  This avoids creating truncated
13106         dribble files as a result of a hang up, eg.
13107
13108 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13109
13110         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13111         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13112         XEmacs.
13113
13114 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * gnus-start.el (gnus-start-draft-setup):
13117         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13118
13119         * gnus.el (gnus-splash): Change custom group.
13120         (gnus-group-get-parameter, gnus-group-parameter-value):
13121         Describe allow-list argument.
13122
13123         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13124         string.
13125
13126 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * gnus-art.el (gnus-default-article-saver): Add user-defined
13129         `function' to custom type.
13130
13131 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13132
13133         * imap.el (imap-open): Handle case where buffer is a buffer
13134         object.
13135
13136 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13139         long lines.
13140         (gnus-cache-delete-group): Wrap doc strings.
13141
13142         * gnus-agent.el (gnus-agent-rename-group)
13143         (gnus-agent-delete-group): Wrap doc strings.
13144
13145 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * messagexmas.el (message-use-toolbar): Change the valid values
13148         into default, top, bottom, left, and right.
13149         (message-toolbar-thickness): New variable.
13150         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13151         well.
13152         (message-setup-toolbar): Make it work.
13153
13154         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13155         (gnus-use-toolbar): Change the valid values into default, top,
13156         bottom, left, and right.
13157         (gnus-toolbar-thickness): New variable.
13158         (gnus-xmas-setup-toolbar): New function.
13159         (gnus-xmas-setup-group-toolbar): Use it.
13160         (gnus-xmas-setup-summary-toolbar): Use it.
13161
13162 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13163
13164         * gnus-start.el (gnus-1): Add "native" to
13165         gnus-predefined-server-alist.
13166
13167         * gnus.el (gnus-method-to-server): Don't add "native" to the
13168         lists here, because that leads to problems when
13169         gnus-select-method is bound.
13170
13171 2005-11-09  Simon Josefsson  <jas@extundo.com>
13172
13173         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13174         use (not sort-by-date) instead.
13175
13176 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13177
13178         * gnus-delay.el (gnus-delay-group): Don't autoload.
13179         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13180         to be re-loaded when customizing the `gnus-delay' group.
13181
13182 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13183
13184         * message.el: Revert last changes.
13185         (message-insert-citation-line): Use newlines.
13186
13187 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13188
13189         * message.el (message-courtesy-message)
13190         (message-mark-insert-begin, message-mark-insert-end)
13191         (message-elide-ellipsis, message-cancel-message)
13192         (message-add-header, message-change-subject)
13193         (message-cross-post-followup-to-header)
13194         (message-cross-post-insert-note, message-reduce-to-to-cc)
13195         (message-widen-reply, message-delete-not-region)
13196         (message-kill-to-signature, message-insert-signature)
13197         (message-insert-importance-high, message-insert-importance-low)
13198         (message-insert-or-toggle-importance)
13199         (message-insert-disposition-notification-to)
13200         (message-indent-citation, message-yank-original)
13201         (message-cite-original-without-signature, message-cite-original)
13202         (message-insert-citation-line, message-position-on-field)
13203         (message-fix-before-sending, message-send-mail-partially)
13204         (message-send-mail, message-send-mail-with-sendmail)
13205         (message-send-mail-with-qmail, message-send-news)
13206         (message-check-news-header-syntax, message-generate-headers)
13207         (message-insert-courtesy-copy, message-fill-address)
13208         (message-fill-header, message-shorten-references)
13209         (message-setup-1, message-cancel-news)
13210         (message-forward-make-body-plain, message-forward-make-body-mime)
13211         (message-forward-make-body-mml, message-encode-message-body)
13212         (message-forward-make-body-digest-plain)
13213         (message-forward-make-body-digest-mime)
13214         (message-use-alternative-email-as-from): Insert `hard-newline'
13215         instead of ordinary newlines.
13216
13217 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * message.el (message-generate-headers): Downcase the argument
13220         given to message-check-element.
13221
13222 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13223
13224         * nntp.el (nntp-authinfo-rejected): New error condition.
13225         (nntp-wait-for): Use new error condition to signal authentication
13226         error.
13227         (nntp-retrieve-data): Rethrow new error condition to break out of
13228         recursive call to nntp-send-authinfo.
13229
13230 2005-11-08  Romain Francoise  <romain@orebokech.com>
13231
13232         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13233         (gnus-summary-exit-map): Bind to `Z p'.
13234         (gnus-summary-make-menu-bar): Add menu item.
13235
13236 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13239         (gnus-treat-*): Add `first' in all doc strings.
13240
13241         * gnus-group.el (gnus-group-compact-group): Fix typo.
13242
13243 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus.el (gnus-parameters-case-fold-search): New variable.
13246         (gnus-parameters-get-parameter): Use it.
13247
13248         * gnus-score.el (gnus-home-score-file): Doc fix.
13249
13250 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13251
13252         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13253
13254 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * mm-util.el (mm-special-display-p): New function.
13257
13258         * mml.el (mml-preview): Use it; doc fix.
13259
13260 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13261
13262         * imap.el (imap-open): Handle case where buffer is a buffer object.
13263
13264 2005-10-29  Romain Francoise  <romain@orebokech.com>
13265
13266         * message.el (message-fix-before-sending): Fix comment.
13267
13268 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13269
13270         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13271
13272 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13273
13274         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13275         Used in gnus-score.el.
13276
13277 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13278
13279         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13280
13281 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13284         whitespace removed in revision 7.8.  Use concatenated string to
13285         protect trailing whitespace.
13286
13287 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13288
13289         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13290         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13291         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13292         Courier IMAP ("some version from 2004").  Mostly based on similar
13293         code in the same function.
13294
13295 2005-10-26  Didier Verna  <didier@xemacs.org>
13296
13297         * gnus-group.el (gnus-group-compact-group): Invalidate original
13298         article buffer.
13299         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13300         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13301         NOV database and in article itself.
13302         Invalidate article backlog.
13303
13304 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13307
13308 2005-10-26  Simon Josefsson  <jas@extundo.com>
13309
13310         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13311         part of 2004-07-25 change.
13312
13313 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * message.el (message-display-completion-list): New function.
13316         (message-expand-group): Use it; make sure the Completions buffer
13317         is modifiable.
13318 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13319
13320         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13321         user-mail-name is an empty string.
13322
13323 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13326         depending on gnus-score-decay-constant.
13327
13328         * encrypt.el (encrypt-insert-file-contents)
13329         (encrypt-write-file-contents): Don't use `gnus-message'.
13330
13331         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13332         arguments.
13333         (mm-uu-type-alist): Add message-marks and insert-marks.
13334         Pass arguments to mm-uu-verbatim-marks-extract.
13335         (mm-uu-hide-markers): New variable.
13336         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13337
13338         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13339         (gnus-convert-image-to-face-command): Use "convert" by default to
13340         allow other input image formats.
13341         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13342         accordingly.
13343
13344 2005-10-23  Simon Josefsson  <jas@extundo.com>
13345
13346         * imap.el (imap-gssapi-program): Align command line parameters
13347         with latest GNU SASL.
13348         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13349
13350 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13351
13352         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13353         HTML.
13354         (nnslashdot-request-article): Ditto.
13355
13356         * lpath.el (featurep): Add nobreak-char-display.
13357
13358 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13359
13360         * mail-source.el (mail-source-fetch-pop): Require pop3.
13361         (mail-source-check-pop): Ditto.
13362
13363 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13366         errors.
13367
13368 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13371         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13372
13373         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13374
13375         * mm-bodies.el (mm-decode-string):
13376         Call `mm-charset-to-coding-system' with allow-override argument.
13377
13378 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13381         (rfc2047-charset-to-coding-system): New function.
13382         (rfc2047-decode-encoded-words): New function.
13383         (rfc2047-decode-region): Use them.
13384         (rfc2047-decode-cte): Remove.
13385         (rfc2047-parse-and-decode): Remove.
13386         (rfc2047-decode): Remove.
13387
13388 2005-10-15  Kenichi Handa  <handa@m17n.org>
13389
13390         * rfc2047.el (rfc2047-decode-cte): New function.
13391         (rfc2047-decode-region): Change the way to decode successive
13392         encoded-words: decode B- or Q-encoding in each encoded-word,
13393         concatenate them, and decode it as charset.
13394
13395 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * lpath.el: Fbind codepage-setup for XEmacs.
13398
13399 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13400
13401         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13402         widget-move-and-invoke.
13403         (gnus-custom-mode): Use gnus-custom-map.
13404
13405 2005-10-15  Bill Wohler  <wohler@newt.com>
13406
13407         * message.el (message-tool-bar-map): Rename image file from
13408         mail_send to mail/send.
13409
13410 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13411
13412         * message.el (message-expand-group): Pass the common
13413         prefix substring of completion to `display-completion-list'.
13414
13415 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * mml-sec.el (mml-secure-method): New internal variable.
13418         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13419         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13420         New functions using mml-secure-method.
13421
13422         * mml.el (mml-mode-map): Add key bindings for those functions.
13423         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13424         Harder <harder@myrealbox.com>.
13425         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13426         Goto end of message if point is the headers of the message.
13427
13428         * message.el (message-in-body-p): New function.
13429
13430         * assistant.el: Autoload gnus-util and netrc.
13431
13432         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13433         Use `mm-charset-override-alist' only when decoding.
13434
13435         * mm-bodies.el (mm-decode-body):
13436         Call `mm-charset-to-coding-system' with allow-override argument.
13437
13438         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13439         `filename' from Content-Disposition if Content-Type doesn't
13440         provide `name'.
13441         (gnus-mime-view-part-as-type): Set default instead of
13442         initial-input.
13443
13444 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13445
13446         * format-spec.el (format-spec): Propagate text properties of % spec.
13447
13448 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * gnus-art.el (gnus-treat-predicate): Add `first'.
13451
13452 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13455         (mm-charset-override-alist): New variable.
13456         (mm-charset-to-coding-system): Use it.
13457         (mm-codepage-setup): New helper function.
13458         (mm-charset-eval-alist): New variable.
13459         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13460         Warn about unknown charsets.
13461
13462         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13463
13464 2005-10-04  David Hansen  <david.hansen@gmx.net>
13465
13466         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13467         (nnrss-check-group): Ditto.
13468
13469 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13472         Rename x-gnus-verbatim to x-verbatim.
13473         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13474
13475         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13476         x-verbatim.
13477
13478         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13479
13480         * gnus-util.el (gnus-remove-duplicates): Remove.
13481
13482         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13483         instead of gnus-remove-duplicates.
13484
13485         * message.el (message-remove-duplicates): Remove.
13486         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13487         message-remove-duplicates.
13488
13489         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13490         available, else use implementation from `delete-dups'.
13491
13492         * message.el (message-insert-expires): New function.
13493         (message-mode-map): Add key binding.
13494         (message-mode-field-menu): Add menu entry.
13495         (message-mode): Document it.
13496         (message-make-expires-date): Use `message-make-date'.
13497
13498 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13499
13500         * message.el (message-make-expires-date): New function.
13501
13502 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * Makefile.in (list-installed-shadows): New entry.
13505         (install): Use it.
13506         (remove-installed-shadows): New entry.
13507
13508         * dgnushack.el (dgnushack-default-load-path): New variable.
13509         (dgnushack-find-lisp-shadows): New function.
13510         (dgnushack-remove-lisp-shadows): New function.
13511
13512 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * Makefile.in (install-el-elc): New entry.
13515         (install): Use it so that .el files are necessarily installed.
13516
13517 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13520
13521 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13522
13523         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13524         function rather than the diff-mode.el package.
13525         (mm-display-external): Use with-current-buffer.
13526         (mm-viewer-completion-map, mm-viewer-completion-map):
13527         Move initialization inside declaration.
13528
13529 2005-09-29  Simon Josefsson  <jas@extundo.com>
13530
13531         * spam.el: Load hashcash when compiling, to avoid warnings.
13532         Don't autoload mail-check-payment.
13533         (spam-check-hashcash): Define unconditionally, since hashcash.el
13534         is part of Gnus now.  Ignore errors from payment checking.
13535
13536 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * message.el (message-bold-region, message-unbold-region):
13539         Rename from `bold-region' and `unbold-region'.
13540
13541         * message.el: Remove useless autoloads.
13542
13543 2005-09-28  Simon Josefsson  <jas@extundo.com>
13544
13545         * message.el (message-use-idna): Default to t.
13546         (message-use-idna): Test whether encoding works too.  Doc fix.
13547
13548 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * nntp.el (nntp-warn-about-losing-connection): Remove.
13551
13552 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13555         customizable.  Change default value.
13556         (mm-uu-diff-groups-regexp): Change default value.
13557         (mm-uu-type-alist): Add doc string.
13558         (mm-uu-configure): Add doc string.  Make it interactive.
13559         (mm-uu-tex-groups-regexp): New variable.
13560         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13561         (mm-uu-type-alist): Add LaTeX documents.
13562         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13563         of "text/verbatim".
13564         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13565
13566         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13567         instead of "text/verbatim".
13568
13569         * message.el (message-mark-inserted-region)
13570         (message-mark-insert-file): Use slrn style marks when called with
13571         prefix argument.
13572
13573 2005-09-27  Simon Josefsson  <jas@extundo.com>
13574
13575         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13576
13577 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13578
13579         * message.el (message-remove-duplicates): New function.
13580         Implementation borrowed from `gnus-remove-duplicates'.
13581         (message-idna-to-ascii-rhs): Also encode idna addresses in
13582         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13583         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13584         only ask about the same idna domain once per header and also tell
13585         in what header to replace the idna domain.
13586
13587         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13588         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13589         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13590         a header is decoded and not just the last one.
13591
13592 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13595         has been decoded.
13596
13597         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13598         (mm-insert-part): Don't modify text if it has been decoded.
13599
13600         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13601         decoded.
13602
13603         * mm-view.el (mm-inline-text): Don't strip text props unless
13604         decoding enriched or richtext parts.
13605
13606 2005-09-25  Romain Francoise  <romain@orebokech.com>
13607
13608         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13609         * gnus-start.el (gnus-subscribe-interactively):
13610         * gnus-uu.el (gnus-uu-grab-articles):
13611         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13612         space.
13613
13614 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13615
13616         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13617         * mm-view.el (mm-view-pkcs7-decrypt):
13618         * gnus-sum.el (gnus-summary-limit-to-extra)
13619         (gnus-summary-respool-article, gnus-read-move-group-name):
13620         * gnus-score.el (gnus-summary-increase-score):
13621         * gnus-util.el (gnus-completing-read-with-default):
13622         * gnus-art.el (gnus-read-save-file-name)
13623         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13624         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13625         * message.el (message-check-news-header-syntax):
13626         Follow convention for reading with the minibuffer.
13627
13628 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * spam-report.el (spam-report-url-ping-plain):
13631         Use gnus-extended-version as User-Agent.
13632
13633         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13634         default value is nil.
13635
13636         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13637         (mm-uu-verbatim-marks-extract): New function.
13638         (mm-uu-extract): New face.
13639         (mm-uu-copy-to-buffer): Use it.
13640
13641         * spam-report.el (spam-report-gmane-ham): Rename from
13642         `spam-report-gmane-unspam'.
13643         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13644         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13645
13646         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13647         Autoload.
13648         (spam-report-gmane-unregister-routine):
13649         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13650
13651 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13652
13653         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13654         (spam-report-gmane-unregister-routine): Add support for gmane
13655         unregistration.
13656
13657         * spam-report.el (spam-report-gmane-unspam)
13658         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13659         (spam-report-gmane): Change to take a single article and do unspam
13660         registration.
13661
13662 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * mm-url.el (mm-url-decode-entities): Fix regexp.
13665
13666 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667
13668         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13669         default to nil, to be able to use Gnus at all.  If the default
13670         switches to something else, then the function should be fixed not
13671         be exceedingly slow.
13672
13673 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13676         fail hard.
13677
13678         * spam-report.el: Add better Keywords line.
13679
13680         * spam.el: Add Maintainer and better Keywords line.
13681
13682 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * gnus-art.el (gnus-article-replace-part)
13685         (gnus-mime-replace-part): New functions.
13686         (gnus-mime-action-alist, gnus-mime-button-commands)
13687         (gnus-mime-save-part-and-strip): Add file argument.
13688         (gnus-article-part-wrapper): Add interactive argument.
13689
13690         * gnus-sum.el (gnus-summary-mime-map):
13691         Add `gnus-article-replace-part'.
13692
13693 2005-09-19  Didier Verna  <didier@xemacs.org>
13694
13695         The nnml compaction feature:
13696         * nnml.el (nnml-request-compact-group): New function.
13697         * nnml.el (nnml-request-compact): New function.
13698         * gnus-int.el (gnus-request-compact-group): New function.
13699         * gnus-int.el (gnus-request-compact): New function.
13700         * gnus-group.el (gnus-group-compact-group): New function.
13701         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13702         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13703         * gnus-srvr.el (gnus-server-compact-server): New function.
13704         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13705         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13706
13707 2005-09-18  Deepak Goel  <deego@gnufans.org>
13708
13709         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13710         format spec.
13711
13712 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13715
13716 2005-09-15  Romain Francoise  <romain@orebokech.com>
13717
13718         * message.el (message-fill-paragraph): Clarify docstring.
13719
13720 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-art.el (gnus-mime-display-part): Protect against broken
13723         MIME messages.
13724
13725 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13728         before parsing header.
13729
13730 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13731
13732         * html2text.el (html2text-replace-list): Add new entities.
13733
13734 2005-09-11  Romain Francoise  <romain@orebokech.com>
13735
13736         * message.el (message-alternative-emails): Improve docstring.
13737         (message-setup-1): Call `message-use-alternative-email-as-from'
13738         after `message-setup-hook' to give it precedence over posting
13739         styles, etc.
13740         (message-use-alternative-email-as-from): Add docstring.
13741         Remove the original From header if present.
13742
13743         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13744         (nnml-save-mail): Use it.
13745
13746         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13747         articles.  Add new argument `silent'.
13748         (gnus-uu-mark-all): Report the total number of marked articles.
13749
13750 2005-09-10  Romain Francoise  <romain@orebokech.com>
13751
13752         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13753         (gnus-uu-mark-series): Likewise.
13754
13755 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * spam-report.el (spam-report-gmane): Fix generation of spam
13758         report URL.
13759
13760 2005-09-10  Simon Josefsson  <jas@extundo.com>
13761
13762         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13763         t, based on discussion on the ding list with Robert Epprecht
13764         <epprecht@solnet.ch>.
13765
13766 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * spam-report.el (spam-report-gmane): Make it work without
13769         X-Report-Spam header.  Gmane now only provides Archived-At.
13770         This is only used if `spam-report-gmane-use-article-number' is nil.
13771         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13772
13773         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13774         make `gnus-summary-sort-by-recipient' work with threading.
13775
13776         * nnweb.el (nnweb-google-wash-article): Print a message if article
13777         is not available.
13778
13779 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13780
13781         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13782         change.  Decode text/* parts content before displaying.
13783
13784 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13787
13788 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13791
13792         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13793         url-package-name, url-package-version,
13794         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13795         w3m-display-inline-images, and w3m-minor-mode-map.
13796
13797 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * message.el (message-tab-body-function): Fix mismatched custom type.
13800
13801         * gnus.el (gnus-group-change-level-function): Ditto.
13802
13803         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13804
13805         * gnus-art.el (gnus-signature-limit)
13806         (gnus-article-mime-part-function): Ditto.
13807
13808 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * mml.el (mml-mode): Silence the byte compiler.
13811
13812         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13813         using `(sit-for 0)' before moving the point to the specified part;
13814         skip unbuttonized parts.
13815         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13816         return to the summary window if gnus-auto-select-part is non-nil.
13817
13818 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13821         New variables.
13822         (mml-dnd-attach-file, mml-mode): Use them.
13823
13824         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13825         Make fetching article by MID work again for Google Groups.
13826         Add FIXME concerning gnus-group-make-web-group.
13827
13828         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13829         Don't depend on Gnus by using mail-extract-address-components if
13830         gnus-extract-address-components is not bound.
13831
13832 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * gnus-art.el (gnus-mime-display-security): Don't display the
13835         signature, but only the signed part.
13836
13837 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13840
13841         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13842         list, not listp.
13843
13844 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13845
13846         * mm-encode.el (mm-encode-content-transfer-encoding):
13847         Likewise when encoding.
13848
13849         * mm-bodies.el (mm-decode-content-transfer-encoding):
13850         De-canonicalize CRLF for all text content types, not just
13851         text/plain.
13852
13853 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13856         valid article; point arrow and cursor at the MIME button.
13857
13858 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13861         Suggested by Dan Christensen <jdc@uwo.ca>.
13862
13863         * mm-decode.el (mm-save-part): Enable change of prompt.
13864
13865 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13866
13867         * gnus-msg.el (gnus-inews-add-send-actions):
13868         Make `message-post-method' lambda parameter ARG `&optional'.
13869
13870 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * gnus-sum.el (gnus-summary-mime-map):
13873         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13874         gnus-article-jump-to-part.
13875
13876         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13877         (gnus-article-edit-part): Use it.
13878         (gnus-article-part-wrapper): Add no-handle argument.
13879         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13880         New functions.
13881
13882 2005-08-29  Romain Francoise  <romain@orebokech.com>
13883
13884         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13885         docstring.
13886         (gnus-face-from-file): Likewise.
13887
13888 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13891         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13892         non-nil.
13893         (gnus-auto-select-part): New variable.
13894         (gnus-article-jump-to-part): New function.
13895         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13896         (gnus-mime-delete-part): Allow selecting specified part after
13897         deleting or stripping parts.
13898         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13899         part if argument is bogus.
13900
13901 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13902
13903         * gnus-art.el (w3m-minor-mode-map):
13904         * gnus-spec.el (gnus-newsrc-file-version):
13905         * gnus-util.el (nnmail-active-file-coding-system)
13906         (gnus-original-article-buffer, gnus-user-agent):
13907         * gnus.el (gnus-ham-process-destinations)
13908         (gnus-parameter-ham-marks-alist)
13909         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13910         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13911         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13912         * mm-decode.el (gnus-current-window-configuration):
13913         * mm-extern.el (gnus-article-mime-handles):
13914         * mm-url.el (url-current-object, url-package-name)
13915         (url-package-version):
13916         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13917         (smime-keys, w3m-cid-retrieve-function-alist)
13918         (w3m-current-buffer, w3m-display-inline-images)
13919         (w3m-minor-mode-map):
13920         * mml-smime.el (gnus-extract-address-components):
13921         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13922         (gnus-newsrc-hashtb, message-default-charset)
13923         (message-deletable-headers, message-options)
13924         (message-posting-charset, message-required-mail-headers)
13925         (message-required-news-headers):
13926         * mml1991.el (mc-pgp-always-sign):
13927         * mml2015.el (mc-pgp-always-sign):
13928         * nnheader.el (nnmail-extra-headers):
13929         * rfc1843.el (gnus-decode-encoded-word-function)
13930         (gnus-decode-header-function, gnus-newsgroup-name):
13931         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13932
13933 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13934
13935         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13936         the end of the date treatments.
13937
13938 2005-08-15  Simon Josefsson  <jas@extundo.com>
13939
13940         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13941         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13942         Capello and Romain Francoise.
13943         (pgg-fetch-key-function): Remove, not used?
13944         (pgg-insert-url-with-w3): Require url, to get
13945         url-insert-file-contents regardless of where it is defined.
13946
13947 2005-08-13  Romain Francoise  <romain@orebokech.com>
13948
13949         * message.el (message-cite-original-1): New function.
13950         (message-cite-original): Use it.
13951         (message-cite-original-without-signature): Ditto.
13952
13953 2005-08-08  Romain Francoise  <romain@orebokech.com>
13954
13955         * message.el (message-yank-empty-prefix): New variable.
13956         (message-indent-citation): Use it.
13957         (message-cite-original-without-signature): Respect X-No-Archive.
13958
13959 2005-08-08  Simon Josefsson  <jas@extundo.com>
13960
13961         * pgg.el: Autoload url-insert-file-contents instead of loading
13962         w3/url.
13963         (pgg-insert-url-with-w3): Don't load url here.
13964
13965 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13966
13967         * message.el (message-kill-to-signature): Don't insert newline at
13968         bol.
13969         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13970
13971 2005-08-06  Romain Francoise  <romain@orebokech.com>
13972
13973         * message.el (message-user-fqdn): Fix typo in docstring.
13974
13975 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13976
13977         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13978
13979         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13980
13981 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * mm-bodies.el (mm-encode-body): Use coding system rather than
13984         charset to encode text.
13985
13986         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13987         number of charsets if utf-8 is available (XEmacs).
13988
13989 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13992         taken from `gnus-button-mid-or-mail-regexp'.
13993         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13994         (gnus-button-alist): Improve regexp for domain part of the MIDs
13995         for news:localpart@domain buttons.
13996         (gnus-button-ctan-directory-regexp): Update.
13997
13998 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * sieve-manage.el (sieve-manage-interactive-login):
14001         Use make-local-variable rather than make-variable-buffer-local.
14002         (sieve-manage-open): Ditto.
14003         (sieve-manage-authenticate): Ditto.
14004
14005         * mml.el (mml-generate-mime-1): Make the content type default to
14006         text/plain if the filename is not specified.
14007
14008 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14011         instead of insert-buffer.
14012
14013         * message.el (message-yank-original): Ditto; set the mark at the
14014         end of the yanked message.
14015
14016 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14019         lines to scroll rather than to stop it.
14020
14021         * mml.el (mml-generate-default-type): Add doc string.
14022         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14023         default to application/octet-stream when determining the content
14024         type if it is not specified for the part or the mml contents; add
14025         a comment about mml-generate-default-type.
14026
14027 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14030         make it default to application/octet-stream when determining the
14031         content type if it is not specified for the external contents.
14032
14033 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14036         segmented parameter but also other parameters might be there.
14037
14038 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * mm-decode.el (mm-display-external): Delete temp file, directory
14041         and buffer immediately if the external process is exited.
14042
14043 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14046         fewer lines than that of scroll-margin.
14047         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14048
14049 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-art.el (gnus-article-next-page): Revert.
14052         (gnus-article-beginning-of-window): New macro.
14053         (gnus-article-next-page-1): Use it.
14054         (gnus-article-prev-page): Ditto.
14055         (gnus-article-edit-part): Use insert-buffer-substring instead of
14056         insert-buffer.
14057         (gnus-article-edit-exit): Ditto.
14058
14059         * gnus-util.el (gnus-beginning-of-window): Remove.
14060         (gnus-end-of-window): Remove.
14061
14062         * lpath.el: Don't bind header-line-format and scroll-margin.
14063
14064 2005-07-25  Simon Josefsson  <jas@extundo.com>
14065
14066         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14067         to have the url package without w3.  Reported by Daiki Ueno
14068         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14069
14070 2005-07-20  Didier Verna  <didier@xemacs.org>
14071
14072         * gnus-diary.el: Remove the description comment (nndiary is now
14073         properly documented in the Gnus manual).
14074         Fix the spelling of "Back End".
14075         * nndiary.el: Ditto.
14076         Fix the copyright notice.
14077
14078 2005-07-18  Romain Francoise  <romain@orebokech.com>
14079
14080         * gnus-sum.el (gnus-summary-to-prefix)
14081         (gnus-summary-newsgroup-prefix): New variables.
14082         (gnus-summary-from-or-to-or-newsgroups): Use them.
14083
14084 2005-07-17  Romain Francoise  <romain@orebokech.com>
14085
14086         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14087         space as it's generally not especially interesting to the user.
14088
14089 2005-07-16  Romain Francoise  <romain@orebokech.com>
14090
14091         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14092         nil to avoid prompting and file modification if one of the
14093         messages at the top of the nnfolder file contains a copyright
14094         notice.
14095         Update copyright notice.
14096
14097         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14098         instead of `current-time-string' as the latter creates a time
14099         string that is not RFC 2822 compliant (it lacks the zone).
14100         Update copyright notice.
14101
14102 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14103
14104         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14105         for text/rtf.  Display default in prompt.  Pass default for M-n.
14106
14107         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14108
14109 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14110
14111         * gnus-msg.el (gnus-button-mailto):
14112         Remove save-selected-window-window hackery because it relies on
14113         save-selected-window internals.
14114
14115 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14118         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14119         (gnus-article-prev-page): Ditto.
14120
14121         * gnus-util.el (gnus-beginning-of-window): New function.
14122         (gnus-end-of-window): New function.
14123
14124         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14125
14126 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14127
14128         * gnus-score.el (gnus-score-edit-all-score):
14129         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14130         gnus-message.
14131
14132 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * gnus-msg.el (gnus-button-mailto):
14135         Remove save-selected-window-window hackery because it relies on
14136         save-selected-window internals.
14137
14138 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14141         add-minor-mode.
14142         (gnus-binary-mode): Ditto.
14143
14144         * gnus-topic.el (gnus-topic-mode): Ditto.
14145
14146 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14147
14148         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14149         (gnus-article-prev-page): Take scroll-margin into consideration.
14150
14151 2005-07-04  Lute Kamstra  <lute@gnu.org>
14152
14153         Update FSF's address in GPL notices.
14154
14155 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14156
14157         * gnus.el (gnus-exit):
14158         * gnus-group.el (gnus-group-icons):
14159         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14160
14161         * gnus-nocem.el (gnus-nocem):
14162         * message.el (message-various, message-buffers, message-sending)
14163         (message-interface, message-forwarding, message-insertion)
14164         (message-headers, message-news, message-mail):
14165         * pgg-gpg.el (pgg-gpg):
14166         * pgg-parse.el (pgg-parse):
14167         * pgg-pgp.el (pgg-pgp):
14168         * pgg-pgp5.el (pgg-pgp5):
14169         * pop3.el (pop3): Finish `defgroup' description with period.
14170
14171 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-art.el (article-display-face): Improve the efficiency.
14174         (article-display-x-face): Ditto; remove grey x-face stuff.
14175
14176 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-art.el (article-display-face): Correct the position in
14179         which Faces are inserted.
14180
14181 2005-06-29  Didier Verna  <didier@xemacs.org>
14182
14183         * gnus-art.el (article-display-face): Display faces in correct
14184         order.
14185
14186 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14189         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14190         (gnus-nocem-check-article): Fetch the Type header.
14191         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14192         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14193         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14194         make sure gnus-nocem-hashtb is initialized.
14195         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14196         (gnus-nocem-unwanted-article-p): Ditto.
14197
14198         * pgg.el (pgg-verify): Return the verification result.
14199
14200 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14203         is ascii.
14204
14205 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14206
14207         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14208         `show-nonbreak-escape'.
14209
14210 2005-06-23  Lute Kamstra  <lute@gnu.org>
14211
14212         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14213
14214         * dig.el (dig-mode):
14215         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14216
14217 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14218
14219         * nnimap.el (nnimap-split-download-body): Fix spellings.
14220
14221 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14222
14223         * gnus-art.el (gnus-article-encrypt-body):
14224         * gnus-cus.el (gnus-score-customize):
14225         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14226         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14227
14228 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14229
14230         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14231         header by looking for magic "MII" at the beginnig.
14232
14233 2005-06-16  Miles Bader  <miles@gnu.org>
14234
14235         * gnus-xmas.el (gnus-xmas-group-startup-message):
14236         Use renamed gnus-splash face.
14237
14238         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14239         (assistant-field-face): New backward-compatibility alias for renamed
14240         face.
14241         (assistant-render-text): Use renamed assistant-field face.
14242
14243         * spam.el (spam): Remove "-face" suffix from face name.
14244         (spam-face): New backward-compatibility alias for renamed face.
14245         (spam-face, spam-initialize): Use renamed spam face.
14246
14247         * message.el (message-header-to, message-header-cc)
14248         (message-header-subject, message-header-newsgroups)
14249         (message-header-other, message-header-name)
14250         (message-header-xheader, message-separator, message-cited-text)
14251         (message-mml): Remove "-face" suffix from face names.
14252         (message-header-to-face, message-header-cc-face)
14253         (message-header-subject-face, message-header-newsgroups-face)
14254         (message-header-other-face, message-header-name-face)
14255         (message-header-xheader-face, message-separator-face)
14256         (message-cited-text-face, message-mml-face):
14257         New backward-compatibility aliases for renamed faces.
14258         (message-font-lock-keywords): Use renamed message faces.
14259
14260         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14261         (sieve-test-commands, sieve-tagged-arguments):
14262         Remove "-face" suffix from face names.
14263         (sieve-control-commands-face, sieve-action-commands-face)
14264         (sieve-test-commands-face, sieve-tagged-arguments-face):
14265         New backward-compatibility aliases for renamed faces.
14266         (sieve-control-commands-face, sieve-action-commands-face)
14267         (sieve-test-commands-face, sieve-tagged-arguments-face):
14268         Use renamed sieve faces.
14269
14270         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14271         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14272         (gnus-group-news-3-empty, gnus-group-news-4)
14273         (gnus-group-news-4-empty, gnus-group-news-5)
14274         (gnus-group-news-5-empty, gnus-group-news-6)
14275         (gnus-group-news-6-empty, gnus-group-news-low)
14276         (gnus-group-news-low-empty, gnus-group-mail-1)
14277         (gnus-group-mail-1-empty, gnus-group-mail-2)
14278         (gnus-group-mail-2-empty, gnus-group-mail-3)
14279         (gnus-group-mail-3-empty, gnus-group-mail-low)
14280         (gnus-group-mail-low-empty, gnus-summary-selected)
14281         (gnus-summary-cancelled, gnus-summary-high-ticked)
14282         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14283         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14284         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14285         (gnus-summary-low-undownloaded)
14286         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14287         (gnus-summary-low-unread, gnus-summary-normal-unread)
14288         (gnus-summary-high-read, gnus-summary-low-read)
14289         (gnus-summary-normal-read, gnus-splash):
14290         Remove "-face" suffix from face names.
14291         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14292         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14293         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14294         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14295         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14296         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14297         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14298         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14299         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14300         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14301         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14302         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14303         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14304         (gnus-summary-normal-ticked-face)
14305         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14306         (gnus-summary-normal-ancient-face)
14307         (gnus-summary-high-undownloaded-face)
14308         (gnus-summary-low-undownloaded-face)
14309         (gnus-summary-normal-undownloaded-face)
14310         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14311         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14312         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14313         (gnus-splash-face):
14314         New backward-compatibility aliases for renamed faces.
14315         (gnus-group-startup-message): Use renamed gnus faces.
14316
14317         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14318         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14319         (gnus-server-agent): Remove "-face" suffix from face names.
14320         (gnus-server-agent-face, gnus-server-opened-face)
14321         (gnus-server-closed-face, gnus-server-denied-face)
14322         (gnus-server-offline-face):
14323         New backward-compatibility aliases for renamed faces.
14324         (gnus-server-agent-face, gnus-server-opened-face)
14325         (gnus-server-closed-face, gnus-server-denied-face)
14326         (gnus-server-offline-face): Use renamed gnus faces.
14327
14328         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14329         Remove "-face" suffix from face names.
14330         (gnus-picon-xbm-face, gnus-picon-face):
14331         New backward-compatibility aliases for renamed faces.
14332
14333         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14334         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14335         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14336         (gnus-cite-11): Remove "-face" suffix from face names.
14337         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14338         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14339         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14340         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14341         New backward-compatibility aliases for renamed faces.
14342         (gnus-cite-attribution-face, gnus-cite-face-list)
14343         (gnus-article-boring-faces): Use renamed gnus faces.
14344
14345         * gnus-art.el (gnus-signature, gnus-header-from)
14346         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14347         (gnus-header-content): Remove "-face" suffix from face names.
14348         (gnus-signature-face, gnus-header-from-face)
14349         (gnus-header-subject-face, gnus-header-newsgroups-face)
14350         (gnus-header-name-face, gnus-header-content-face):
14351         New backward-compatibility aliases for renamed faces.
14352         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14353
14354         * gnus-sum.el (gnus-summary-selected-face)
14355         (gnus-summary-highlight): Use renamed gnus faces.
14356         * gnus-group.el (gnus-group-highlight): Likewise.
14357
14358 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14359
14360         * gnus-sieve.el (gnus-sieve-article-add-rule):
14361         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14362         * spam-stat.el (spam-stat-buffer-change-to-spam)
14363         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14364
14365         * message.el (message-is-yours-p):
14366         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14367
14368 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * mm-view.el (mm-inline-text): Withdraw the last change.
14371
14372 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14375         executing enriched-decode.
14376
14377 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14380         charset of tar files.
14381
14382 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14383
14384         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14385
14386 2005-06-04  Lute Kamstra  <lute@gnu.org>
14387
14388         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14389         information is never recorded.
14390
14391 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14392
14393         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14394
14395 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * pop3.el (pop3-apop): Run md5 in the binary mode.
14398
14399         * starttls.el (starttls-set-process-query-on-exit-flag):
14400         Use eval-and-compile.
14401
14402 2005-05-31  Simon Josefsson  <jas@extundo.com>
14403
14404         * smime.el (smime-replace-in-string): Define.
14405         (smime-cert-by-ldap-1): Use it.
14406
14407 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-art.el (article-display-x-face): Replace
14410         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14411
14412         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14413         set-process-query-on-exit-flag or process-kill-without-query.
14414
14415         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14416         loop instead of replace-regexp.
14417
14418         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14419         instead of process-kill-without-query if it is available.
14420
14421         * lpath.el: Fbind ldap-search-entries.
14422
14423         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14424         instead of find-file-hooks if it is available.
14425
14426         * mml1991.el: Bind pgg-default-user-id when compiling.
14427
14428         * mml2015.el: Bind pgg-default-user-id when compiling.
14429
14430         * nndraft.el (nndraft-request-associate-buffer):
14431         Use write-contents-functions instead of write-contents-hooks if it is
14432         available.
14433
14434         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14435         instead of find-file-hooks if it is available.
14436
14437         * nntp.el (nntp-open-connection): Replace
14438         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14439         (nntp-open-ssl-stream): Ditto.
14440         (nntp-open-tls-stream): Ditto.
14441
14442         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14443         set-process-query-on-exit-flag or process-kill-without-query.
14444         (starttls-open-stream-gnutls): Use it instead of
14445         process-kill-without-query.
14446         (starttls-open-stream): Ditto.
14447
14448 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14449
14450         * smime.el (smime-cert-by-ldap-1): Don't use
14451         replace-regexp-in-string.
14452
14453 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14454
14455         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14456
14457         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14458         in PEM format.  Adjust to the XEmacs compability.
14459
14460 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14463         by `string-to-number'.
14464         * gnus-agent.el (gnus-agent-regenerate-group)
14465         (gnus-agent-fetch-articles): Ditto.
14466         * gnus-art.el (gnus-button-fetch-group): Ditto.
14467         * gnus-cache.el (gnus-cache-generate-active)
14468         (gnus-cache-articles-in-group): Ditto.
14469         * gnus-group.el (gnus-group-set-current-level)
14470         (gnus-group-insert-group-line): Ditto.
14471         * gnus-score.el (gnus-score-set-expunge-below)
14472         (gnus-score-set-mark-below, gnus-summary-score-effect)
14473         (gnus-summary-score-entry): Ditto.
14474         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14475         (gnus-soup-pack): Ditto.
14476         * gnus-spec.el (gnus-xmas-format): Ditto.
14477         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14478         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14479         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14480         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14481         * nndb.el (nndb-get-remote-expire-response): Ditto.
14482         * nndiary.el (nndiary-parse-schedule-value)
14483         (nndiary-string-to-number, nndiary-request-replace-article)
14484         (nndiary-request-article): Ditto.
14485         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14486         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14487         * nneething.el (nneething-make-head): Ditto.
14488         * nnfolder.el (nnfolder-request-article)
14489         (nnfolder-retrieve-headers): Ditto.
14490         * nnheader.el (nnheader-file-to-number): Ditto.
14491         * nnkiboze.el (nnkiboze-request-article): Ditto.
14492         * nnmail.el (nnmail-process-unix-mail-format)
14493         (nnmail-process-babyl-mail-format): Ditto.
14494         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14495         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14496         (nnmh-request-create-group, nnmh-request-list-1)
14497         (nnmh-request-group, nnmh-request-article): Ditto.
14498         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14499         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14500         * nnsoup.el (nnsoup-make-active): Ditto.
14501         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14502         * nntp.el (nntp-find-group-and-number)
14503         (nntp-retrieve-headers-with-xover): Ditto.
14504         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14505         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14506         (pgg-format-key-identifier): Ditto.
14507         * pop3.el (pop3-last, pop3-stat): Ditto.
14508         * qp.el (quoted-printable-decode-region): Ditto.
14509
14510         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14511         of concat.
14512
14513 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14516
14517         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14518
14519         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14520
14521         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14522
14523         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14524
14525         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14526
14527         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14528         (gnus-carpal-mode): Ditto.
14529
14530         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14531         (gnus-browse-mode): Ditto.
14532
14533         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14534
14535         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14536
14537 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14538
14539         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14540
14541 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-util.el (gnus-run-mode-hooks): New function.
14544
14545         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14546
14547         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14548         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14549
14550 2005-05-27  Lute Kamstra  <lute@gnu.org>
14551
14552         * dns-mode.el (dns-mode): Specify customization group.
14553
14554 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14555
14556         * gnus-agent.el (gnus-agent-make-mode-line-string):
14557         Use mode-line-highlight as mouse-face.
14558
14559 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * canlock.el (canlock): Change the parent group to news.
14562
14563         * deuglify.el (gnus-outlook-deuglify): Add :group.
14564
14565         * dig.el (dig): Add :group.
14566
14567         * dns-mode.el (dns-mode): Add :group.
14568
14569         * encrypt.el (encrypt): Add :group.
14570
14571         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14572         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14573         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14574         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14575         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14576
14577         * gnus-diary.el (gnus-diary): Add :group.
14578
14579         * gnus.el (gnus-group-news-1-face): Add :group.
14580         (gnus-group-news-1-empty-face): Ditto.
14581         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14582         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14583         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14584         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14585         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14586         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14587         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14588         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14589         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14590         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14591         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14592         (gnus-summary-high-ticked-face): Ditto.
14593         (gnus-summary-low-ticked-face): Ditto.
14594         (gnus-summary-normal-ticked-face): Ditto.
14595         (gnus-summary-high-ancient-face): Ditto.
14596         (gnus-summary-low-ancient-face): Ditto.
14597         (gnus-summary-normal-ancient-face): Ditto.
14598         (gnus-summary-high-undownloaded-face): Ditto.
14599         (gnus-summary-low-undownloaded-face): Ditto.
14600         (gnus-summary-normal-undownloaded-face): Ditto.
14601         (gnus-summary-high-unread-face): Ditto.
14602         (gnus-summary-low-unread-face): Ditto.
14603         (gnus-summary-normal-unread-face): Ditto.
14604         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14605         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14606
14607         * hashcash.el (hashcash): New custom group.
14608         (hashcash-default-payment): Add :group.
14609         (hashcash-payment-alist): Ditto.
14610         (hashcash-default-accept-payment): Ditto.
14611         (hashcash-accept-resources): Ditto.
14612         (hashcash-path): Ditto.
14613         (hashcash-extra-generate-parameters): Ditto.
14614         (hashcash-double-spend-database): Ditto.
14615         (hashcash-in-news): Ditto.
14616
14617         * message.el (message-minibuffer-local-map): Add :group.
14618
14619         * netrc.el (netrc): Add :group.
14620
14621         * sieve-manage.el (sieve-manage-log): Add :group.
14622         (sieve-manage-default-user): Diito.
14623         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14624         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14625         (sieve-manage-authenticators): Ditto.
14626         (sieve-manage-authenticator-alist): Ditto.
14627         (sieve-manage-default-port): Ditto.
14628
14629         * sieve-mode.el (sieve-control-commands-face): Add :group.
14630         (sieve-action-commands-face): Ditto.
14631         (sieve-test-commands-face): Ditto.
14632         (sieve-tagged-arguments-face): Ditto.
14633
14634         * smime.el (smime): Add :group.
14635
14636         * spam-report.el (spam-report): Add :group.
14637
14638         * spam.el (spam, spam-face): Add :group.
14639
14640 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14641
14642         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14643         return \n.\n.\n at the end of articles.  Protect against that.
14644         (nntp-with-open-group): Allow debugging.
14645
14646         * nnheader.el (mail-header-set-extra): Make into a function
14647         because I just could't understand how to quote the list properly.
14648
14649         * dns.el (query-dns-cached): New function.
14650
14651 2005-05-26  Lute Kamstra  <lute@gnu.org>
14652
14653         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14654
14655 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14658
14659         * gnus-art.el: Don't autoload mail-extract-address-components.
14660
14661         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14662         eval-and-compile to evaluate it.
14663
14664         * hashcash.el: Don't autoload executable-find.
14665
14666         * nndb.el: Don't declare the nndb back end two or more times; don't
14667         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14668
14669         * nntp.el: Autoload format-spec instead of format; use
14670         eval-and-compile to evaluate autoload forms.
14671
14672 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14673
14674         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14675
14676 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14677
14678         * gnus.el (gnus-version-number): Bump version.
14679
14680 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14681
14682         * gnus.el: No Gnus v0.3 is released.
14683
14684 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * lpath.el (featurep): Bind show-nonbreak-escape.
14687
14688 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-art.el (gnus-article-edit-part): Disable undo.
14691
14692 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14695         gnus-article-date-lapsed-new-header is t if date timer is active;
14696         skip headers in which the original date value is empty.
14697         (gnus-article-save-original-date): Redefine it as a macro.
14698         (gnus-display-mime): Use it.
14699
14700 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * gnus-art.el (article-date-ut): Support converting date in
14703         forwarded parts as well.
14704         (gnus-article-save-original-date): New function.
14705         (gnus-display-mime): Use it.
14706
14707 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14708
14709         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14710         enclosure element of <item>.
14711
14712 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * message.el (message-kill-buffer-query): Rename from
14715         `message-kill-buffer-query-if-modified'.  Add :version.
14716
14717 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14720         window layout.
14721
14722 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * mml.el: Autoload dnd when compiling.
14725
14726 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14729         x-dnd-*.
14730
14731 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * qp.el (quoted-printable-encode-region): Save excursion.
14734
14735 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * message.el (message-kill-buffer-query-if-modified): Add new variable
14738         so the user can kill a modified message buffer quickly.
14739         (message-kill-buffer): Use it.
14740
14741 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * lpath.el: Fbind display-time-event-handler; don't fbind
14744         string-to-multibyte.
14745
14746         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14747
14748 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14751         contained in text because xml.el decodes entities) with LFs.
14752
14753 2005-04-11  Lute Kamstra  <lute@gnu.org>
14754
14755         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14756         differently.
14757
14758 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14759
14760         * mm-util.el (mm-detect-coding-region): Typo.
14761
14762 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14765
14766 2005-04-06  Deepak Goel  <deego@gnufans.org>
14767
14768         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14769         user-function allow user modifications of the scores.
14770         (spam-stat-score-buffer-user): New function, to allow
14771         user-computed modifications to the score.
14772         (spam-stat-score-buffer-user-functions): List of additional
14773         scoring functions.
14774         (spam-stat-error-holder): Global temporary error holder.
14775         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14776         variable.
14777
14778 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14779
14780         * gnus-registry.el (gnus-registry-clean-empty-function)
14781         (gnus-registry-trim, gnus-registry-fetch-groups)
14782         (gnus-registry-delete-group): Groups that match
14783         `gnus-registry-ignored-groups' are removed from the registry
14784         entries, not just ignored for splitting.  This helps clean up the
14785         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14786         to get all the groups a message ID is in.
14787
14788         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14789         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14790         (spam-stat-score-buffer-user-functions): Add :number custom type.
14791
14792 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14795         argument in XEmacs.
14796
14797         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14798         (nnrss-request-group): Decode group name first.
14799         (nnrss-request-article): Make a text/plain article if mml-to-mime
14800         failed.
14801         (nnrss-get-encoding): Return a compatible encoding according to
14802         nnrss-compatible-encoding-alist.
14803         (nnrss-find-el): Use consp instead of listp.
14804         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14805
14806 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14809         which Emacs 20 doesn't support.
14810         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14811
14812 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14815         silence the byte compiler inside the defun.
14816
14817         * gnus-demon.el (parse-time-string): Add autoload.
14818
14819         * gnus-delay.el (parse-time-string): Add autoload.
14820
14821         * gnus-art.el (parse-time-string): Add autoload.
14822
14823         * nnultimate.el (parse-time): Require for `parse-time-string'.
14824
14825 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14828
14829         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14830
14831         * smime.el (smime-ldap-host-list): Add :version.
14832
14833 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14836         pass it to `gnus-browse-read-group'.
14837         (gnus-browse-read-group): Add NUMBER argument and pass it to
14838         `gnus-group-read-ephemeral-group'.
14839
14840         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14841         argument and pass it to `gnus-group-read-group'.
14842
14843 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14844
14845         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14846         mm-xemacs-find-mime-charset-1 if we have the mule feature
14847         available at runtime.
14848
14849 2005-03-25  Werner Lemberg  <wl@gnu.org>
14850
14851         * nnmaildir.el: Replace `illegal' with `invalid'.
14852
14853 2005-03-23  Lute Kamstra  <lute@gnu.org>
14854
14855         * time-date.el: Add comment on time value formats.
14856         Don't require parse-time.
14857         (with-decoded-time-value): New macro.
14858         (encode-time-value): New function.
14859         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14860         (days-to-time): Return a valid time value when arg is huge.
14861         (time-since): Use time-subtract.
14862         (time-to-number-of-days): Use time-to-seconds.
14863
14864 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14865
14866         * gnus-start.el (gnus-display-time-event-handler):
14867         Check display-time-timer at runtime rather than only at load time
14868         in case display-time-mode is turned off in the mean time.
14869
14870 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14873         used.
14874
14875         * nneething.el (nneething-map-file-directory): Derive from
14876         `gnus-directory'.
14877
14878         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14879         the To/Cc button.
14880
14881 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * nnmaildir.el (nnmaildir-request-accept-article):
14884         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14885
14886 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14887
14888         * gnus-async.el: Require timer-funcs at compile time when in
14889         XEmacs for `run-with-idle-timer'.
14890
14891 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14892
14893         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14894         autoloaded function.
14895
14896 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14897
14898         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14899
14900 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14901
14902         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14903
14904 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14905
14906         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14907         Add gnus-expert-user to default.
14908
14909 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14910
14911         * nnimap.el (nnimap-open-server): Ditto.
14912
14913         * imap.el (imap-authenticate): Fix typo.
14914
14915 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14916
14917         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14918         buffer (since IMAP server might return FETCH response out of
14919         order, and the nntp buffer must be sorted).
14920
14921 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14922
14923         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14924         comparison on string.
14925
14926         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14927         (gnus-agent-score): Rename category keywords to match gnus-cus.
14928         (gnus-agent-summary-fetch-series): Modify to protect against
14929         gnus-agent-summary-fetch-group clearing processable flags.
14930         (gnus-agent-synchronize-group-flags): Update live group buffer as
14931         synchronization may occur due to the user toggle the plugged
14932         status.
14933         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14934         successfully downloaded.
14935         (gnus-agent-expire-group-1): Avoid using markers when the overview
14936         is in ascending order; greatly improves performance.
14937         (gnus-agent-regenerate-group):
14938         Use gnus-agent-synchronize-group-flags to reset read status in both
14939         gnus and server.
14940         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14941
14942 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * message.el: Don't autoload former message-utils variables.
14945         (message-strip-subject-trailing-was): Change doc string.
14946
14947         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14948         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14949         (nnweb-google-search): Add "hl=en" here.
14950         (nnweb-google-parse-1, nnweb-google-create-mapping):
14951         Don't hardcode URL.
14952
14953 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * message.el (message-get-reply-headers, message-followup):
14956         Mention related variables `message-use-followup-to' and
14957         `message-use-mail-followup-to', in the information buffer.
14958
14959         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14960         of broken groups(-beta).google.com.
14961
14962 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14963
14964         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14965         parameter to invoked gnus-request-move-article; remove the
14966         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14967         all at once instead of once per article.
14968         (gnus-summary-remove-process-mark): Accept a list of articles as
14969         well as a single article for processing.
14970
14971         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14972         parameter.
14973
14974         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14975
14976         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14977
14978         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14979         parameter.
14980
14981         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14982         parameter.
14983
14984         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14985         parameter and remove the gnus-sum-hint-move-is-internal variable.
14986
14987         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14988         parameter.
14989
14990         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14991         parameter.
14992
14993         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14994         parameter.
14995
14996         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14997
14998         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14999         parameter.
15000
15001         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15002         parameter.
15003
15004 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15005
15006         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15007         a more conservative way.
15008
15009 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15010
15011         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15012         buffer, so it moves the window's cursor.
15013
15014 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15015
15016         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15017         `mm-dissect-multipart' and receive the from field as an (optional)
15018         argument from `mm-dissect-multipart'.
15019         (mm-dissect-multipart): Receive the from field as an argument and
15020         pass it on when we call `mm-dissect-buffer' on MIME parts.
15021         Fixes verification/decryption of signed/encrypted MIME parts.
15022
15023 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15024
15025         * gnus-sum.el (gnus-summary-move-article):
15026         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15027         whatever it calls (right now, only nnimap-request-move article
15028         respects it).
15029
15030         * nnimap.el (nnimap-request-move-article):
15031         When gnus-sum-hint-move-is-internal is set, don't do the extra
15032         nnimap-request-article.
15033
15034 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15037
15038         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15039         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15040
15041         * gnus-sum.el (gnus-summary-caesar-message):
15042         Apply `gnus-treat-article' after rotation.
15043
15044         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15045         doc string.
15046
15047 2005-02-22  Simon Josefsson  <jas@extundo.com>
15048
15049         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15050         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15051         <arne@arnested.dk>.
15052         (encrypt): Add password-cache and password-cache-expiry as group
15053         members.
15054
15055 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15056
15057         * smime.el (smime-ldap-host-list): Doc fix.
15058         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15059         cache) password.
15060         (smime-sign-region): Use it.
15061         (smime-decrypt-region): Use it.
15062         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15063         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15064         fails.
15065         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15066         certificate from DER to PEM format rather than calling openssl.
15067
15068         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15069
15070         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15071         for signing/encryption.
15072
15073         * mml.el (mml-parse-1): Use them.
15074
15075 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15076
15077         * nnrss.el (nnrss-verbose): Remove.
15078         (nnrss-request-group): Use `nnheader-message' instead.
15079
15080 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15081
15082         * nnrss.el (nnrss-verbose): New variable.
15083         (nnrss-request-group): Make it say nnrss is requesting a group.
15084
15085 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15088         Handle news URL with given port correctly.
15089
15090 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15093         containing special characters.
15094
15095         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15096
15097         * mml.el (mime-to-mml): Ditto.
15098
15099         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15100         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15101         (rfc2047-decode-region): Quote decoded words containing special
15102         characters when rfc2047-quote-decoded-words-containing-tspecials
15103         is non-nil.
15104
15105 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15108
15109         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15110
15111 2005-02-15  Simon Josefsson  <jas@extundo.com>
15112
15113         * nnimap.el (nnimap-debug): Doc fix.
15114
15115         * imap.el (imap-debug): Doc fix.
15116
15117 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15120
15121 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15122
15123         * gnus.el (spam-contents): Improve docs for spam-contents
15124         parameter in its variable incarnation.
15125
15126 2005-02-14  Simon Josefsson  <jas@extundo.com>
15127
15128         * smime-ldap.el: Use require instead of load-library for ldap.
15129         (smime-ldap-search): Indent.
15130         (smime-ldap-search-internal): Shorten line.
15131
15132         * smime.el (smime-cert-by-dns): Add doc-string.
15133         (smime-cert-by-ldap-1): Indent.
15134
15135         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15136         mml-smime-get-dns-ldap.
15137         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15138
15139 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15140
15141         * smime.el: Require smime-ldap.
15142         (smime-ldap-host-list): New variable.
15143         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15144
15145         * mml-smime.el (mml-smime-encrypt-query): New function.
15146         (mml-smime-encrypt-query): Use it.
15147
15148         * smime-ldap.el: New file.
15149
15150 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15153
15154 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15155
15156         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15157         argument in doc string.  Make query for type more clear.
15158
15159 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * gnus.el (gnus-group-startup-message): Search for gnus images in
15162         etc/images/gnus.
15163         * mm-util.el (mm-image-load-path): Likewise.
15164         * smiley.el (smiley-data-directory): Search for smilies in
15165         etc/images/smilies.
15166
15167 2005-02-09  Kim F. Storm  <storm@cua.dk>
15168
15169         Change Emacs release version from 21.4 to 22.1 throughout.
15170         Change Emacs development version from 21.3.50 to 22.0.50.
15171
15172 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15175
15176         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15177         non-Mule XEmacs as well.
15178         (mm-decompress-buffer): Signal an error intentionally if it does
15179         not decompress compressed data because auto-compression-mode is
15180         disabled.
15181
15182 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15185         an ID in the registry even if it has no groups.
15186
15187 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15190         merge it into mm-decompress-buffer.
15191         (gnus-mime-copy-part): Use the MIME part charset, the value which
15192         a user specified or gnus-newsgroup-charset for decoding, like
15193         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15194         save-buffer what was used.  Suggested by Kevin Ryde
15195         <user42@zip.com.au>.
15196         (gnus-mime-inline-part): Allow the name parameter as well as the
15197         filename parameter; force decompressing of compressed data; always
15198         display contents being not decoded as unibyte.
15199
15200         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15201         as well as the filename parameter.
15202
15203         * mm-util.el (mm-decompress-buffer):
15204         Merge gnus-mime-jka-compr-maybe-uncompress.
15205         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15206         of compressed data.
15207
15208 2005-02-08  Simon Josefsson  <jas@extundo.com>
15209
15210         * imap.el (imap-log): Doc fix.
15211
15212 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15215         the coding cookies; decompress compressed parts.
15216
15217         * mml.el (mml-generate-mime-1): Add the charset parameter according
15218         to the value which a user specified manually or the coding cookie.
15219
15220         * mm-util.el (mm-string-to-multibyte): New function.
15221         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15222         (mm-coding-system-to-mime-charset): New function.
15223         (mm-decompress-buffer): New function.
15224         (mm-find-buffer-file-coding-system): New function.
15225
15226         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15227         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15228         parts.
15229
15230 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15231
15232         * mm-view.el (mm-display-inline-fontify): Decode a part according
15233         to the charset parameter.
15234
15235 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15238         prefix arg is neither nil nor a number, as info specifies.
15239
15240 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15243         timestamps.
15244
15245 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15246
15247         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15248         groups error checking and notify user.
15249
15250 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15251
15252         * message.el (message-send-mail-function): Check existence of
15253         sendmail-program first before using default value
15254         `message-send-mail-with-sendmail'.  Otherwise use more generic
15255         `smtpmail-send-it'.
15256
15257 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * nntp.el (nntp-request-update-info): Always return nil.
15260
15261 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15262
15263         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15264
15265 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15266
15267         * message.el (message-beginning-of-line): Change the behavior when
15268         invoked between BOL and : so that it first moves backward.
15269
15270 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15273         article buffer when editing of the article is discarded.
15274         (gnus-article-prepare): Revert.
15275
15276 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-art.el (gnus-article-prepare):
15279         Remove message-strip-forbidden-properties from the local hook.
15280
15281 2005-01-27  Simon Josefsson  <jas@extundo.com>
15282
15283         * password.el (password-cache-add): Only start one timer per key.
15284         Reported by Derek Atkins <warlord@MIT.EDU>.
15285
15286 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15287
15288         * run-at-time.el: Remove.  It is no longer needed as
15289         timer-funcs.el in the xemacs-base package has a working version of
15290         `run-at-time'.
15291
15292         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15293
15294         * password.el: Require timer-funcs instead of run-at-time in
15295         XEmacs.
15296         Remove `password-run-at-time' macro.
15297         (password-cache-add): Use `run-at-time' instead of
15298         `password-run-at-time'.
15299
15300         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15301         Remove `nnheader-cancel-function-timers' alias,
15302         `cancel-function-timers' exists in XEmacs in timer-funcs.
15303
15304         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15305         for `run-with-idle-timer'.
15306
15307         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15308         for `run-at-time'.
15309
15310         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15311         for `with-timeout'.
15312
15313         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15314         the same as for XEmacs 21.4.
15315         No need to ignore `run-with-idle-timer', this function exists in
15316         XEmacs now in timer-funcs.el in the xemacs-base package.
15317         (dgnushack-compile): No need to delete
15318         run-at-time.el from the list of files to compile because it
15319         doesn't exist anymore.
15320
15321 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15324         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15325
15326 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15327
15328         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15329         sensitively.
15330
15331 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15332
15333         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15334
15335 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15338         which will be inserted according to the multibyteness of a buffer
15339         rather than the type of contents.  Suggested by ARISAWA Akihiro
15340         <ari@mbf.ocn.ne.jp>.
15341
15342         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15343         of string which old xml.el may return rather than a string.
15344
15345 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15348
15349 2005-01-16  Simon Josefsson  <jas@extundo.com>
15350
15351         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15352         idn/idna.el isn't available.
15353         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15354         <michael@waxrat.com>.
15355
15356         * hashcash.el: Remove non-FSF copyright header.
15357
15358         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15359         (hashcash-generate-payment): Use it.
15360         (hashcash-generate-payment-async): Use it.
15361
15362 2005-01-15  Simon Josefsson  <jas@extundo.com>
15363
15364         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15365         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15366
15367         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15368         gnus-summary-idna-message.
15369         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15370         (gnus-summary-idna-message): New function.
15371
15372 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15375         gnus-novice-user.
15376
15377 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * nnrss.el (nnrss-request-delete-group): Delete entries in
15380         nnrss-group-alist as well.
15381         (nnrss-save-server-data): Insert newline.
15382
15383 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * gnus.el (gnus-user-agent): Use list of symbols instead of
15386         symbols.  Display full version number for (S)XEmacs.
15387         Optionally display (S)XEmacs codename.
15388
15389         * gnus-util.el (gnus-emacs-version): Update for new
15390         `gnus-user-agent'.
15391
15392         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15393         Gnus version.
15394
15395 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15398         which is unreadable in some setups.
15399
15400 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-spec.el (gnus-update-format-specifications): Flush the
15403         group format spec cache if it doesn't support decoded group names.
15404
15405 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15408         Allow to apply decay on score files matching a regexp.
15409
15410 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15413         compatibility in %g and %c.
15414
15415 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15418         name for only %g and %c.
15419         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15420         of gnus-tmp-group to decoded group name.
15421         (gnus-group-make-rss-group): Exclude `/'s from group names.
15422
15423 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * nnrss.el (nnrss-get-encoding): Fix regexp.
15426
15427 2004-12-27  Simon Josefsson  <jas@extundo.com>
15428
15429         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15430         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15431         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15432
15433 2004-12-17  Kim F. Storm  <storm@cua.dk>
15434
15435         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15436
15437         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15438
15439 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15440
15441         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15442
15443 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * nnrss.el: Require rfc2047 and mml.
15446         (nnrss-file-coding-system): New variable.
15447         (nnrss-format-string): Redefine it as an inline function.
15448         (nnrss-decode-group-name): New function.
15449         (nnrss-string-as-multibyte): Remove.
15450         (nnrss-retrieve-headers): Decode group name; don't use
15451         nnrss-format-string.
15452         (nnrss-request-group): Decode group name.
15453         (nnrss-request-article): Decode group name; allow a Message-ID as
15454         well as an article number; don't use nnrss-format-string; encode a
15455         Message-ID string which may contain non-ASCII characters; use
15456         mml-to-mime to compose a MIME article.
15457         (nnrss-request-expire-articles): Decode group name.
15458         (nnrss-request-delete-group): Decode group name.
15459         (nnrss-fetch): Clarify error message.
15460         (nnrss-read-server-data): Use insert-file-contents instead of load;
15461         bind file-name-coding-system; use multibyte buffer.
15462         (nnrss-save-server-data): Bind coding-system-for-write to the
15463         value of nnrss-file-coding-system; bind file-name-coding-system;
15464         add coding cookie.
15465         (nnrss-read-group-data): Use insert-file-contents instead of load;
15466         bind file-name-coding-system; use multibyte buffer.
15467         (nnrss-save-group-data): Bind coding-system-for-write to the
15468         value of nnrss-file-coding-system; bind file-name-coding-system.
15469         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15470         make it work with non-ASCII text.
15471         (nnrss-find-el): Make it work with old xml.el as well.
15472
15473 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15474
15475         * nnrss.el (nnrss-get-encoding): New function.
15476         (nnrss-fetch): Use unibyte buffer initially; bind
15477         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15478         decode contents according to the encoding attribute.
15479         (nnrss-save-group-data): Add coding cookie.
15480         (nnrss-mime-encode-string): New function.
15481         (nnrss-check-group): Use it to encode subject and author.
15482
15483 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15486         imaginary variable.
15487
15488 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15491         correctly even if there are wide characters.
15492
15493 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15494
15495         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15496         downcased symbol names; make a new cache instead of reusing
15497         bbdb-hashtable.
15498
15499 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15502         concatenating segments rather than before concatenating them.
15503         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15504
15505         * message.el (message-get-reply-headers): Bind `extra'.
15506
15507 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15508
15509         * message.el (message-extra-wide-headers): New variable.
15510         (message-get-reply-headers): Use it.
15511
15512 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15515         (gnus-agent-group-pathname): Ditto.
15516
15517         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15518
15519         * gnus-group.el (gnus-group-make-group): Decode group name.
15520         (gnus-group-make-rss-group): Register the group data after opening
15521         the nnrss group.
15522
15523 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15524
15525         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15526         by expiry now get marked as read.
15527
15528 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15531
15532 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15533
15534         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15535         unify Latin characters in XEmacs.
15536         (mm-find-mime-charset-region): Use it.
15537
15538 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-util.el (gnus-delete-directory): New function.
15541
15542         * gnus-agent.el (gnus-agent-delete-group): Use it.
15543
15544         * gnus-cache.el (gnus-cache-delete-group): Use it.
15545
15546 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15549         names.
15550
15551 2004-12-16  Simon Josefsson  <jas@extundo.com>
15552
15553         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15554
15555 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15558
15559         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15560         (gnus-group-set-current-level): Decode group name.
15561
15562 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15563
15564         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15565         failed.
15566
15567 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * gnus-group.el (gnus-group-delete-group): Decode group name.
15570         (gnus-group-make-rss-group): Encode group name.
15571         (gnus-group-catchup-current): Decode group name.
15572         (gnus-group-kill-group): Decode group name.
15573
15574 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15575
15576         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15577
15578 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-group.el (gnus-group-make-rss-group):
15581         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15582
15583         * gnus-start.el (gnus-setup-news): Honor user's setting to
15584         gnus-message-archive-method.  Suggested by Lute Kamstra
15585         <lute@gnu.org>.
15586
15587 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15588
15589         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15590         global counterparts of the buffer-local variables.
15591
15592 2004-11-16  Romain Francoise  <romain@orebokech.com>
15593
15594         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15595         counterparts of the buffer-local variables.
15596
15597 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * message.el (message-forbidden-properties): Fix typo in doc
15600         string.
15601
15602 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15603
15604         * gnus-util.el (gnus-replace-in-string): Add doc string.
15605
15606         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15607         to avoid problems when splitting mails with many recipients.
15608
15609 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15610
15611         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15612         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15613
15614 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15615
15616         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15617         if there is no hashtable in memory or file modification time is
15618         newer than cached timestamp.
15619
15620 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * gnus-sum.el (gnus-summary-limit-to-recipient):
15623         Implement not-matching option.
15624
15625 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15628         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15629         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15630         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15631         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15632         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15633
15634 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * message.el (message-forward-make-body-mml): Remove headers
15637         according to message-forward-ignored-headers if a message is decoded.
15638
15639 2004-12-02  Romain Francoise  <romain@orebokech.com>
15640
15641         * message.el (message-forward-make-body-plain): Always remove
15642         headers according to message-forward-ignored-headers.
15643
15644 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15645
15646         * spam.el (spam-summary-prepare-exit): Remove the
15647         gnus-summary-limit pop for now, it has problems with ham marks for
15648         me.
15649
15650 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15651
15652         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15653         correctly.
15654
15655 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15656
15657         * format-spec.el (format-spec): Message the char.
15658
15659 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * gnus-art.el (gnus-split-methods): Reformat comments.
15662
15663         * spam.el (spam-summary-prepare-exit): Remove article limits
15664         before exiting the summary buffer.
15665
15666 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15669         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15670
15671         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15672         order to silence the byte compiler.
15673
15674         * spam.el: Fix the way to silence the byte compiler, which
15675         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15676         bbdb-search-simple, spam-BBDB-register-routine,
15677         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15678         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15679         spam-stat-buffer-is-spam, spam-stat-load,
15680         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15681         spam-stat-save and spam-stat-split-fancy.
15682
15683 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15686         which may confuse users.
15687         (canlock-password-for-verify): Ditto.
15688
15689         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15690
15691         * gnus-art.el (gnus-emphasis-alist): Ditto.
15692
15693         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15694
15695         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15696
15697         * gnus-start.el (gnus-save-killed-list): Ditto.
15698
15699         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15700         (gnus-sum-thread-tree-root): Ditto.
15701         (gnus-sum-thread-tree-false-root): Ditto.
15702         (gnus-sum-thread-tree-single-indent): Ditto.
15703
15704         * message.el (message-courtesy-message): Ditto.
15705         (message-archive-note): Ditto.
15706         (message-subscribed-address-file): Ditto.
15707         (message-user-fqdn): Ditto.
15708
15709         * spam-report.el (spam-report-gmane-regex): Ditto.
15710
15711         * spam.el (spam-blackhole-good-server-regex): Ditto.
15712
15713 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * mml.el (mml-preview): Widen the message buffer before copying
15716         the contents to the preview buffer; sort headers before previewing.
15717
15718         * message.el (message-hidden-headers): Fix the way to avoid a bug
15719         in the `repeat' widget in Emacs 21.3 or earlier.
15720
15721 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * message.el (message-hidden-headers): Default to "^References:".
15724         Improve customization type.  Suggested by Reiner Steib
15725         <Reiner.Steib@gmx.de>.
15726
15727 2004-11-25  Romain Francoise  <romain@orebokech.com>
15728
15729         * message.el (message-strip-forbidden-properties): Remove check for
15730         obsolete `message-hidden' text property, hidden headers are not
15731         accessible in the buffer anymore.
15732
15733 2004-11-22  Romain Francoise  <romain@orebokech.com>
15734
15735         * message.el (message-header-format-alist): Add `From' in list
15736         so that it can be sorted.
15737         (message-fix-before-sending): Widen and sort headers before
15738         sending.
15739         (message-hide-headers): Use narrowing to hide headers by moving
15740         them to the top of the buffer and narrowing to the region
15741         underneath.
15742
15743 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15744
15745         * message.el (message-strip-forbidden-properties):
15746         Bind buffer-read-only (etc) to nil.
15747
15748 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15751         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15752
15753 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15754
15755         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15756
15757 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758
15759         * dns.el (query-dns): Use sit-for to time instead of
15760         accept-process-output, since that doesn't seem to work on udp
15761         sockets.
15762
15763 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15766
15767 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15770         doc string.  Improve doc string.
15771
15772 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * nntp.el (nntp-request-update-info): Return nil if
15775         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15776         may not call gnus-activate-group which uselessly issues the GROUP
15777         commands for all nntp groups and wastes time.  Reported by Romain
15778         Francoise <romain@orebokech.com>.
15779
15780         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15781
15782 2004-11-15  Simon Josefsson  <jas@extundo.com>
15783
15784         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15785         headers separately.
15786         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15787         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15788
15789 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * gnus-start.el (gnus-convert-old-newsrc):
15792         Assign legacy-gnus-agent to 5.10.7.
15793
15794 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15797         start of the lines.
15798
15799 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15800
15801         * hashcash.el (hashcash-default-payment): Change default to 20.
15802         (hashcash-default-accept-payment): Change default to 20.
15803         (hashcash-process-alist): New variable.
15804         (hashcash-generate-payment-async): Add.
15805         (hashcash-already-paid-p): Add.
15806         (hashcash-insert-payment): Don't generate payments twice.
15807         (hashcash-insert-payment-async): Add.
15808         (hashcash-insert-payment-async-2): Add.
15809         (hashcash-cancel-async): Add.
15810         (hashcash-wait-async): Add.
15811         (hashcash-processes-running-p): Add.
15812         (hashcash-wait-or-cancel): Add.
15813         (mail-add-payment): New optional argument.  Conditionally start
15814         asynchronous calculation.
15815         (mail-add-payment-async): Add.
15816
15817         * message.el (message-send-mail): Wait for asynchronous hashcash
15818         results.  Don't clobber existing X-Hashcash headers.
15819         (message-setup-1): Call mail-add-payment-async when
15820         message-generate-hashcash is non-nil.
15821
15822 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15823
15824         * message.el (message-use-alternative-email-as-from): Examine the
15825         From header as well; use message-make-from in order to include a
15826         user's full name.
15827
15828 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15831         default; improve customization type.
15832         (gnus-emphasis-custom-with-format): New macro.
15833         (gnus-emphasis-custom-value-to-external): New function.
15834         (gnus-emphasis-custom-value-to-internal): New function.
15835
15836 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15837
15838         * dns.el (query-dns): Resolve reverse addresses.
15839
15840 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15841
15842         * gnus-group.el (gnus-group-get-new-news): Use it.
15843
15844         * gnus-start.el (gnus-check-reasonable-setup): New function.
15845
15846 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15849         "Args out of range" error.  Reported by Arnaud Giersch
15850         <arnaud.giersch@free.fr>.
15851
15852 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15853
15854         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15855
15856 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15857
15858         * spam.el (spam group): Add :version.
15859
15860         * pgg-def.el (pgg group): Add :version.
15861
15862 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-art.el (gnus-article-edit-article): Don't associate the
15865         article buffer with a draft file.  This is a temporary measure
15866         against the 2004-08-22 change to gnus-article-edit-mode.
15867
15868 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15871         (html2text-format-tags): Remove unused variable `attr'.
15872
15873 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15874
15875         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15876
15877         * tls.el (tls-process-connection-type, tls-success)
15878         (tls-certtool-program): Add :version.
15879
15880         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15881         (starttls-extra-arguments, starttls-process-connection-type)
15882         (starttls-connect, starttls-failure, starttls-success): Add :version.
15883
15884         * spam-stat.el (spam-stat): Add :version.
15885
15886         * sieve.el (sieve): Add :version.
15887
15888         * sha1.el (sha1): Add :version.
15889         (sha1-use-external): Remove redundant version.
15890
15891         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15892         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15893         (nnmail-split-fancy-match-partial-words)
15894         (nnmail-split-lowercase-expanded): Add :version.
15895
15896         * nndiary.el (nndiary): Add :version.
15897
15898         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15899
15900         * mml-sec.el (mml-default-sign-method)
15901         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15902         Add :version.
15903
15904         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15905
15906         * mm-url.el (mm-url-use-external, mm-url-program)
15907         (mm-url-arguments): Add :version.
15908
15909         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15910         (mm-attachment-file-modes, mm-decrypt-option)
15911         (mm-w3m-safe-url-regexp): Add :version.
15912
15913         * message.el (message-cite-prefix-regexp)
15914         (message-sendmail-envelope-from, message-minibuffer-local-map)
15915         (message-user-fqdn, message-completion-alist): Add :version.
15916
15917         * gnus-win.el (gnus-configure-windows-hook)
15918         (gnus-use-frames-on-any-display): Add :version.
15919
15920         * gnus-art.el (gnus-article-address-banner-alist)
15921         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15922         (gnus-treat-from-picon, gnus-treat-mail-picon)
15923         (gnus-treat-x-pgp-sig): Add :version.
15924
15925         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15926         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15927         (gnus-summary-article-delete-hook)
15928         (gnus-summary-display-while-building): Add :version.
15929
15930         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15931         (gnus-get-top-new-news-hook): Add :version.
15932
15933         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15934         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15935
15936         * gnus-registry.el (gnus-registry): Add :version.
15937
15938         * gnus-spec.el (gnus-use-correct-string-widths)
15939         (gnus-make-format-preserve-properties): Add :version.
15940
15941         * gnus.el (gnus-group-charter-alist)
15942         (gnus-group-fetch-control-use-browse-url)
15943         (gnus-install-group-spam-parameters): Add :version.
15944
15945         * gnus-diary.el (gnus-diary): Add :version.
15946
15947         * gnus-delay.el (gnus-delay): Add :version.
15948
15949         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15950         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15951         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15952         Add :version.
15953
15954         * gnus-agent.el (gnus-agent-max-fetch-size)
15955         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15956         (gnus-agent-prompt-send-queue): Add :version.
15957
15958         * deuglify.el (gnus-outlook-deuglify): Add :version.
15959
15960         * html2text.el: Beautify code.  Improve doc strings.
15961         Some checkdoc cleanup.
15962         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15963
15964 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15965
15966         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15967
15968 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15969
15970         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15971         when package is loaded.
15972
15973         * spam.el (spam-summary-score-preferred-header): Add global preference
15974         for people who want to override the default SpamAssassin over
15975         Bogofilter preference (when both are set).
15976         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15977         (spam-user-format-function-S):
15978         Check spam-summary-score-preferred-header.
15979         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15980         (spam-user-format-function-S): Format the score correctly.
15981
15982 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15985         signature file.  Suggested by Manoj Srivastava
15986         <srivasta@golden-gryphon.com>.
15987
15988         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15989         iso-2022-jp even in the Japanese language environment.
15990         Suggested by Jason Rumney <jasonr@gnu.org>.
15991
15992 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15995         use the same characters as the dummy marks; make it free from
15996         getting affected by the language environment.
15997         (gnus-summary-read-group-1): Update mark positions only when the
15998         format spec is updated.
15999
16000         * gnus-spec.el (gnus-update-format-specifications): Return a list
16001         of updated types.
16002
16003 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16006         of boundp to check if display-warning is available.
16007
16008 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16011
16012 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * nnspool.el (nnspool-spool-directory): Use news-path if the
16015         news-directory variable is not bound.
16016
16017         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16018         function instead of display-warning if it is not available.
16019
16020 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16021
16022         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16023         v5-10: Use `point-at-bol'.
16024
16025 2004-10-26  Simon Josefsson  <jas@extundo.com>
16026
16027         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16028         <chenggao@gmail.com>.
16029
16030 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16033         instead.
16034
16035 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16036
16037         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16038         to remove a server from the nnimap-server-buffer-alist.
16039         (nnimap-open-connection, nnimap-close-server): Use it.
16040
16041         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16042
16043 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16046         running the major-mode function.
16047
16048 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16051         dummy marks in the right way.
16052
16053 2004-10-18  David Edmondson  <dme@dme.org>
16054
16055         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16056         excessively.
16057
16058 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * gnus-util.el (gnus-split-references): Accept a nil references
16061         string and go on blissfully.
16062
16063         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16064         cases where the references string is non-nil but has no references.
16065
16066         * encrypt.el: Add autoload tags.
16067
16068         * spam.el (spam-resolve-registrations-routine): Remove article
16069         from unregistration list too.  Reported by David Hanak
16070         <dhanak@isis.vanderbilt.edu>
16071
16072 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16075         nil.  Change custom type.
16076
16077 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16080
16081         * gnus-sum.el (gnus-summary-move-article): Use it.
16082
16083 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * encrypt.el: Add autoload cookies.
16086
16087         * spam.el (spam-backend-article-list-property)
16088         (spam-backend-get-article-todo-list)
16089         (spam-backend-put-article-todo-list)
16090         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16091         Resolve registrations separately.
16092         (spam-register-routine): Format comments.
16093         (spam-unregister-routine, spam-register-routine): Always call with
16094         specific-articles, no default list.
16095         (spam-summary-prepare-exit): Use the spam-classifications function.
16096
16097         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16098         gnus-encrypt.el.
16099
16100         * encrypt.el: Copied from gnus-encrypt.el.
16101
16102         * gnus-encrypt.el: Commented that it's obsolete.
16103
16104 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16107         (gnus-score-save): Use it.
16108
16109         * message.el (message-bury): Use `window-dedicated-p'.
16110
16111 2004-10-15  Simon Josefsson  <jas@extundo.com>
16112
16113         * pop3.el (top-level): Don't require nnheader.
16114         (pop3-read-timeout): Add.
16115         (pop3-accept-process-output): Add.
16116         (pop3-read-response, pop3-retr): Use it.
16117
16118 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16119
16120         * spam.el (spam-register-routine): Move comment.
16121         (spam-verify-bogofilter): Use 'unknown for the initial
16122         spam-bogofilter-valid state, not 'never.
16123
16124         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16125         for netrc-machine.
16126
16127         * nnimap.el (nnimap-open-connection):
16128         Use netrc-machine-user-or-password.
16129
16130 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16131
16132         * gnus-registry.el (gnus-registry-unload-hook):
16133         Set as a variable with add-hook.
16134
16135         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16136         of news-path.
16137
16138         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16139
16140         * spam.el: Delete duplicate `provide'.
16141         (spam-unload-hook): Set as a variable with add-hook.
16142
16143 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16146         in the doc string.
16147
16148         * message.el (message-ignored-news-headers)
16149         (message-ignored-supersedes-headers)
16150         (message-ignored-resent-headers)
16151         (message-forward-ignored-headers): Improve custom type.
16152
16153 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * message.el (message-tokenize-header): Fix 2004-09-06 change
16156         which used point-min in the wrong place.
16157
16158 2004-10-12  Simon Josefsson  <jas@extundo.com>
16159
16160         * tls.el (tls-certtool-program): New variable.
16161         (tls-certificate-information): New function, based on
16162         ssl-certificate-information.
16163
16164 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * compface.el: Move the version of ELisp-based uncompface program
16167         to the contrib directory because of the copyright problem.
16168
16169 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * message.el (message-kill-buffer): Raise the current frame.
16172
16173 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16176
16177         * gnus.el (message-y-or-n-p): Autoload.
16178
16179         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16180         (pop3-password-required, pop3-authentication-scheme)
16181         (pop3-leave-mail-on-server): Make customizable.
16182         (pop3): New custom group.
16183         (pop3-retr): Remove `sleep-for' statements.
16184         Suggested by Dave Love <fx@gnu.org>.
16185
16186         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16187         Windows/DOS.
16188
16189         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16190         (imap-parse-body): Fix incorrect use of `assert'.
16191         Suggested by Dave Love <fx@gnu.org>.
16192
16193         * mml.el (mml-minibuffer-read-disposition): Require match.
16194         Suggested by Dave Love <fx@gnu.org>.
16195
16196 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16199         doc string.
16200
16201 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16204
16205 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16206
16207         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16208         instead of calling `mm-insert-inline', to decode text/* parts
16209         before displaying them.
16210
16211 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * mm-uu.el (mm-uu-text-plain-type): New variable.
16214         (mm-uu-pgp-signed-extract-1): Use it.
16215         (mm-uu-pgp-encrypted-extract-1): Use it.
16216         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16217         bind mm-uu-text-plain-type with that value.
16218         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16219         mm-uu-dissect.
16220
16221 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-group.el (gnus-update-group-mark-positions):
16224         * gnus-sum.el (gnus-update-summary-mark-positions):
16225         * message.el (message-check-news-body-syntax):
16226         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16227         of string-as-multibyte.
16228
16229 2004-10-05  Juri Linkov  <juri@jurta.org>
16230
16231         * gnus-group.el (gnus-update-group-mark-positions):
16232         * gnus-sum.el (gnus-update-summary-mark-positions):
16233         * message.el (message-check-news-body-syntax):
16234         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16235         8-bit unibyte values to a multibyte string for search functions.
16236
16237 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16240         (mm-uu-dissect-text-parts): New function.
16241
16242         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16243         dissect text parts.
16244
16245         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16246         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16247
16248         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16249
16250         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16251         Use gnus-current-topics instead of gnus-current-topic.
16252
16253 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16256
16257 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16258
16259         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16260         where approriate.
16261
16262         * nnml.el (nnml-generate-active-info): do.
16263
16264         * nndiary.el (nndiary-generate-active-info): do.
16265
16266         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16267         (gnus-topic-move): do.
16268
16269         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16270         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16271
16272         * gnus-srvr.el (gnus-server-prepare)
16273         (gnus-server-open-all-servers): do.
16274
16275         * gnus-msg.el (gnus-summary-cancel-article)
16276         (gnus-summary-resend-message)
16277         (gnus-summary-mail-crosspost-complaint): do.
16278
16279         * gnus-move.el (gnus-change-server): do.
16280
16281         * gnus-group.el (gnus-group-unmark-all-groups)
16282         (gnus-group-set-current-level): do.
16283
16284 2004-10-04  Simon Josefsson  <jas@extundo.com>
16285
16286         * message.el (message-generate-hashcash): Doc fix.
16287
16288 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16289
16290         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16291         avoid infinite recursion via gnus-get-function.
16292
16293 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16294
16295         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16296
16297         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16298
16299         * nnmail.el (nnmail-split-history): do.
16300
16301         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16302         (nnml-request-delete-group): do.
16303
16304         * nnslashdot.el (nnslashdot-read-groups): do.
16305
16306         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16307         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16308
16309         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16310         (nnspool-sift-nov-with-sed): Use last.
16311         (nnspool-retrieve-headers-with-nov): Use mapc.
16312         (nnspool-request-newgroups): Use dolist.
16313         (nnspool-request-group): Use last.
16314
16315         * nntp.el (nntp-read-server-type): Use dolist.
16316
16317         * nnvirtual.el (nnvirtual-create-mapping)
16318         (nnvirtual-update-read-and-marked): Use dolist.
16319         (nnvirtual-convert-headers): Simplify.
16320
16321 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16322
16323         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16324         Add support for sync'ing tick marks.
16325
16326 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16329         there's no visible header.
16330
16331 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16332
16333         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16334         When necessary, pass full group name to gnus-request-set-marks.
16335
16336 2004-10-01  Simon Josefsson  <jas@extundo.com>
16337
16338         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16339         acroread.
16340
16341 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16342
16343         * spam-report.el (spam-report-gmane): Fix interactive.
16344
16345         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16346
16347         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16348         when writing file.
16349         (gnus-agent-synchronize-flags): Don't default to being
16350         interactive.
16351
16352 2004-09-30  Simon Josefsson  <jas@extundo.com>
16353
16354         * message.el (message-generate-hashcash): Add.
16355         (message-send-mail): Use it, call mail-add-payment.
16356
16357 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16358
16359         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16360
16361 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16362
16363         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16364         gnus-requst-update-info with explicit code to sync the in-memory
16365         info read flags with the marks being sync'd to the backend.
16366
16367         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16368
16369 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * spam.el (spam-verify-bogofilter): Add new function.
16372         (spam-check-bogofilter)
16373         (spam-bogofilter-register-with-bogofilter): Use it.
16374         (spam-verify-bogofilter): Add small fixes.
16375
16376 2004-09-28  Simon Josefsson  <jas@extundo.com>
16377
16378         * hashcash.el (hashcash-generate-payment): Revert.
16379
16380 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16381
16382         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16383         Use gnus-extract-references instead of gnus-split-references.
16384
16385         * gnus-util.el (gnus-extract-references): Add new function, analogous
16386         to gnus-split-references but extracts only the message-ID without
16387         anything extra.
16388
16389         * hashcash.el (hashcash-generate-payment)
16390         (hashcash-check-payment): Do the right thing if hashcash-path is
16391         nil (because the hashcash program could not be found).
16392
16393         * spam.el (spam-use-hashcash): Remove comment.
16394
16395 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16396
16397         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16398         (gnus-cache-enter-article, gnus-cache-remove-article)
16399         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16400
16401         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16402
16403         * gnus-art.el (article-hide-boring-headers)
16404         (article-translate-strings, article-display-face)
16405         (gnus-article-mime-match-handle-first)
16406         (gnus-article-highlight-headers)
16407         (gnus-article-add-buttons-to-head): do.
16408
16409 2004-09-27  Simon Josefsson  <jas@extundo.com>
16410
16411         * hashcash.el: New version, from
16412         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16413         ../contrib/.
16414
16415 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16418
16419 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16420
16421         * gnus-dup.el (gnus-dup-open): Use mapc.
16422         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16423
16424         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16425         Reported by Stefan Wiens <s.wi@gmx.net>.
16426
16427         * gnus.el (gnus-shutdown): Use dolist.
16428
16429         * gnus-undo.el (gnus-undo): Use mapc.
16430
16431         * nnrss.el (nnrss-generate-active): do.
16432
16433         * message.el (message-cite-original-without-signature)
16434         (message-cite-original): Use mapc.
16435         (message-do-actions, message-make-forward-subject): Use dolist.
16436
16437 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16438
16439         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16440         deletion to remove entire duplicate line.  Fixes merged article
16441         number bug.
16442
16443 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16444
16445         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16446         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16447         first ask if you want to open a server and then, even when you
16448         responded with no, asking if you want to synchronize the server's
16449         flags.
16450         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16451         multi-line expressions.
16452         (gnus-agent-synchronize-group-flags): New internal function.
16453         Updates marks in memory (in the info structure) AND in the
16454         backend.
16455
16456         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16457
16458         * nnagent.el (nnagent-request-set-mark):
16459         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16460         method, to ensure that synchronization updates marks in the
16461         backend and in the info (in memory) structure.
16462
16463 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16466         convention fully; don't miss the root article of a thread; make
16467         the X-Draft-From header with correct article numbers.
16468
16469 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16470
16471         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16472         unless plugged.  Disable the agent so that an open failure causes
16473         an error.
16474
16475         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16476         Revert 2004-09-21 change.  The backend must be opened while
16477         synchronizing flags even when the backend stores the flags
16478         locally.
16479
16480 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16483         in `header' match.  Reported by Svend Tollak Munkejord.
16484
16485         * message.el (message-cite-original): Fix use of
16486         `message-cite-articles-with-x-no-archive'.
16487
16488 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16491         (gnus-window-to-buffer): Ditto.
16492
16493         * mml.el (mml-preview-buffer): New variable.
16494         (mml-preview): Manage window layout with gnus-buffer-configuration.
16495
16496         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16497         X-Draft-From header even if those articles aren't quoted.
16498
16499 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16500
16501         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16502         (gnus-request-set-mark, gnus-request-update-mark): Use new
16503         g-s-t-u-l-m to decide to use backend even when unplugged.
16504
16505 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16508         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16509
16510 2004-09-20  Simon Josefsson  <jas@extundo.com>
16511
16512         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16513         "utf-16-le".
16514
16515 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16516
16517         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16518
16519 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * uudecode.el (uudecode-use-external): Add :version.
16522
16523         * smime.el (smime-CA-file, smime-encrypt-cipher)
16524         (smime-dns-server): Add :version.
16525
16526         * smiley.el (gnus-smiley-file-types): Add :version.
16527
16528         * sha1.el (sha1-use-external): Add :version.
16529
16530         * pgg-def.el (pgg-query-keyserver): Add :version.
16531
16532         * nnmail.el (nnmail-fancy-expiry-targets)
16533         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16534         Add :version.
16535
16536         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16537         (nnimap-retrieve-groups-asynchronous): Add :version.
16538         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16539
16540         * mml.el (mml-content-disposition-parameters)
16541         (mml-insert-mime-headers-always): Add :version.
16542
16543         * mm-util.el (mm-coding-system-priorities): Add :version.
16544
16545         * mm-decode.el (mm-inline-text-html-with-images)
16546         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16547         (mm-verify-option): Add :version.
16548         (mm-text-html-renderer): Change :version.
16549
16550         * message.el (message-fcc-externalize-attachments)
16551         (message-required-headers, message-draft-headers)
16552         (message-subject-trailing-was-query)
16553         (message-subject-trailing-was-ask-regexp)
16554         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16555         (message-mark-insert-end, message-archive-header)
16556         (message-archive-note, message-cross-post-default)
16557         (message-cross-post-note, message-followup-to-note)
16558         (message-cross-post-note-function, message-use-mail-followup-to)
16559         (message-subscribed-address-functions)
16560         (message-subscribed-address-file, message-subscribed-addresses)
16561         (message-subscribed-regexps, message-allow-no-recipients)
16562         (message-yank-cited-prefix, message-signature-insert-empty-line)
16563         (message-hidden-headers, message-hierarchical-addresses)
16564         (message-mail-user-agent, message-use-idna)
16565         (message-valid-fqdn-regexp)
16566         (message-strip-special-text-properties, message-header-synonyms)
16567         (message-beginning-of-line, message-tab-body-function): Add :version.
16568         (message-insert-canlock, message-wide-reply-confirm-recipients):
16569         Change :version.
16570
16571         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16572         and :version.
16573         (mail-source-delete-old-incoming-confirm)
16574         (mail-source-movemail-program): Add :version.
16575
16576         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16577         (gnus-agent-cache, gnus-agent): Change :version.
16578
16579         * gnus-util.el (gnus-use-byte-compile): Change :version.
16580
16581         * gnus-sum.el (gnus-summary-make-false-root-always)
16582         (gnus-summary-default-high-score)
16583         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16584         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16585         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16586         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16587         (gnus-sum-thread-tree-single-indent)
16588         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16589         (gnus-sum-thread-tree-leaf-with-other)
16590         (gnus-sum-thread-tree-single-leaf): Add :version.
16591         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16592         (gnus-article-loose-mime): Change :version.
16593
16594         * gnus-start.el (gnus-backup-startup-file)
16595         (gnus-save-startup-file-via-temp-buffer): Add :version.
16596
16597         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16598         (gnus-server-offline-face): Add :version.
16599
16600         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16601
16602         * gnus-msg.el (gnus-gcc-externalize-attachments)
16603         (gnus-debug-files, gnus-debug-exclude-variables)
16604         (gnus-discouraged-post-methods): Change :version.
16605         (gnus-confirm-mail-reply-to-news)
16606         (gnus-confirm-treat-mail-like-news): Add :version.
16607
16608         * gnus-int.el (gnus-server-unopen-status): Add :version.
16609
16610         * gnus-group.el (gnus-group-jump-to-group-prompt)
16611         (gnus-large-ephemeral-newsgroup)
16612         (gnus-fetch-old-ephemeral-headers): Add :version.
16613
16614         * gnus-fun.el (gnus-x-face-directory)
16615         (gnus-convert-pbm-to-x-face-command)
16616         (gnus-convert-image-to-x-face-command)
16617         (gnus-convert-image-to-face-command): Add :version.
16618
16619         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16620
16621         * gnus-cite.el (gnus-cite-blank-line-after-header)
16622         (gnus-article-boring-faces): Add :version.
16623
16624         * gnus-art.el (gnus-buttonized-mime-types)
16625         (gnus-inhibit-mime-unbuttonizing)
16626         (gnus-treat-display-face)
16627         (gnus-treat-body-boundary): Change :version.
16628         (gnus-body-boundary-delimiter, gnus-picon-databases)
16629         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16630         (gnus-treat-date-english, gnus-treat-fold-headers)
16631         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16632         (gnus-treat-mail-picon, gnus-treat-wash-html)
16633         (gnus-article-encrypt-protocol)
16634         (gnus-use-idna, gnus-article-over-scroll)
16635         (gnus-mime-display-multipart-alternative-as-mixed)
16636         (gnus-mime-display-multipart-related-as-mixed)
16637         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16638         (gnus-ctan-url, gnus-button-ctan-handler)
16639         (gnus-button-handle-ctan-bogus-regexp)
16640         (gnus-button-ctan-directory-regexp)
16641         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16642         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16643         (gnus-button-man-level, gnus-button-emacs-level)
16644         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16645
16646         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16647         (gnus-agent-go-online): Change :version.
16648         (gnus-agent-expire-unagentized-dirs)
16649         (gnus-agent-auto-agentize-methods): Add :version.
16650
16651         * flow-fill.el (fill-flowed-display-column)
16652         (fill-flowed-encode-column): Add :version.
16653
16654         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16655         (gnus-outlook-deuglify-unwrap-max)
16656         (gnus-outlook-deuglify-cite-marks)
16657         (gnus-outlook-deuglify-unwrap-stop-chars)
16658         (gnus-outlook-deuglify-no-wrap-chars)
16659         (gnus-outlook-deuglify-attrib-cut-regexp)
16660         (gnus-outlook-deuglify-attrib-verb-regexp)
16661         (gnus-outlook-deuglify-attrib-end-regexp)
16662         (gnus-outlook-display-hook): Add :version.
16663
16664         * binhex.el (binhex-use-external): Add :version.
16665
16666 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16669         and `invisible'.
16670
16671 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16672
16673         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16674         in gnus-registry-trim.
16675
16676 2004-09-13  Simon Josefsson  <jas@extundo.com>
16677
16678         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16679
16680         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16681
16682         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16683         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16684         <yamaoka@jpl.org>.
16685         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16686         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16687         <yamaoka@jpl.org>.
16688
16689         * sieve.el (sieve-manage-mode): Ditto.
16690
16691 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16694
16695 2004-09-11  Simon Josefsson  <jas@extundo.com>
16696
16697         * dns-mode.el: Add.
16698
16699         * mm-view.el (mm-display-dns-inline): Add.
16700
16701         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16702         (mm-automatic-display): Ditto.
16703
16704         * mailcap.el (mailcap-mime-data): Add text/dns.
16705         (mailcap-mime-extensions): Map .soa to text/dns.
16706
16707 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16708
16709         * gnus-art.el (article-decode-mime-words, article-babel)
16710         (gnus-article-highlight-signature, gnus-article-add-buttons)
16711         (gnus-signature-toggle): Remove unnecessary bindings of
16712         `inhibit-read-only' inherited from v5.10 merge.
16713
16714 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * nntp.el (nntp): New customization group.
16717         (nntp-authinfo-file): Add customization group.
16718
16719         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16720
16721         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16722
16723         * gnus.el (to-address, to-list, subscribed)
16724         (large-newsgroup-initial): Ditto.
16725
16726         * flow-fill.el (fill-flowed-display-column)
16727         (fill-flowed-encode-column): Ditto.
16728
16729 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16730
16731         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16732         Use point-min rather than 1.
16733         (message-send-mail): Use buffer-size rather than point-max.
16734
16735         * gnus-sum.el (gnus-summary-search-article-forward):
16736         Signal a specific `search-failed' rather than a generic `error'.
16737
16738         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16739         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16740         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16741
16742 2004-09-10  Simon Josefsson  <jas@extundo.com>
16743
16744         * nndb.el (require): Remove tcp and duplicate cl.
16745
16746 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-agent.el (directory-files-and-attributes): Move forward.
16749
16750 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16751
16752         * gnus-agent.el (directory-files-and-attributes):
16753         Optionally defined to support XEmacs.
16754
16755 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16756
16757         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16758         to avoid run-time CL dependencies.
16759         (gnus-agent-unfetch-articles): New function.
16760         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16761         article numbers even when local .overview file is missing.
16762         (gnus-agent-read-article-number): New function.  Only accepts
16763         27-bit article numbers.
16764         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16765         Use gnus-agent-read-article-number.
16766         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16767         from backend while recognizing that article numbers in .overview
16768         must be valid.
16769         (gnus-agent-update-files-total-fetched-for):
16770         Use directory-files-and-attributes to improve performance.
16771         * gnus-int.el (gnus-request-move-article):
16772         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16773         improve performance.
16774
16775         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16776         some users confused by references to .newsrc when they only have a
16777         .newsrc.eld file.
16778         (gnus-convert-mark-converter-prompt)
16779         (gnus-convert-converter-needs-prompt): Fix use of property list.
16780         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16781         New function.  Used internally to only display 'gnus converting
16782         files' message when actually necessary.
16783
16784         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16785         methods now autoloaded.
16786
16787 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16790         identifiers.
16791
16792 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-picon.el: Fix indentation and closing parenthesis.
16795
16796 2004-09-01  Simon Josefsson  <jas@extundo.com>
16797
16798         * message.el (message-canlock-generate): Require sha1, not
16799         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16800         to require within a function.  Sadly, if sha1.el isn't loaded, the
16801         let binding in m-c-g will hide the defcustom definition, which is
16802         bad.)
16803
16804         * canlock.el: Require sha1, not sha1-el.
16805
16806         * message.el: Don't autoload sha1 (there is a autoload cookie in
16807         sha1.el).
16808
16809         * sha1-el.el: Rename to sha1.el.
16810
16811 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16812
16813         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16814
16815 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16816
16817         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16818
16819 2004-08-30  Kim F. Storm  <storm@cua.dk>
16820
16821         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16822
16823         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16824         Add :group 'nnimap.
16825
16826 2004-08-30  Andreas Schwab  <schwab@suse.de>
16827
16828         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16829         ?* and ?\;.
16830
16831         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16832         and ?\' to symbol instead of whitespace.
16833
16834 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16837
16838         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16839         instead of re-search-forward.
16840
16841         * gnus-uu.el (gnus-uu-save-article): Ditto.
16842         (gnus-uu-post-encode-uuencode): Ditto.
16843
16844         * html2text.el (html2text-clean-list-items): Ditto.
16845         (html2text-clean-dtdd): Ditto.
16846         (html2text-format-tags): Ditto.
16847
16848         * message.el (message-send-mail-with-sendmail): Fix regexp.
16849         (message-fill-field-general): Use search-forward instead of
16850         re-search-forward.
16851         (unbold-region): Ditto.
16852
16853         * nnrss.el (nnrss-request-article): Ditto.
16854
16855         * nnslashdot.el (nnslashdot-request-article): Ditto.
16856
16857         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16858
16859         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16860         "Unrecognized menu descriptor" error in XEmacs.
16861
16862 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16863
16864         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16865         parent article of a sparse article in the thread hashtb.
16866
16867 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16868
16869         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16870         (nnmail-expand-newtext): Lowercase expanded entries if
16871         nnmail-split-lowercase-expanded is non-nil.
16872
16873 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16876
16877         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16878         of gnus-tmp-news-method into string under XEmacs.  It will be
16879         passed to gnus-correct-length which takes only a string argument.
16880
16881 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-util.el (gnus-bind-print-variables): New macro.
16884         (gnus-prin1): Use it.
16885         (gnus-prin1-to-string): Use it.
16886         (gnus-pp): New function.
16887         (gnus-pp-to-string): New function.
16888
16889         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16890         Replace pp-to-string with gnus-pp-to-string.
16891         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16892         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16893         * gnus-msg.el (gnus-debug): Ditto.
16894         * gnus-score.el (gnus-score-save): Ditto.
16895         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16896         gnus-pp-to-string.
16897         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16898         with gnus-pp.
16899         * score-mode.el (gnus-score-pretty-print): Ditto.
16900         * webmail.el (webmail-debug): Ditto.
16901
16902 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-art.el (article-display-face, article-display-x-face):
16905         Use buffer-read-only.
16906
16907 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-art.el (article-hide-list-identifiers):
16910         Bind inhibit-read-only as t.
16911
16912 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16915
16916 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16917
16918         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16919         (gnus-narrow-to-page): Don't assume point-min == 1.
16920         (gnus-article-edit-mode): Derive from message-mode.
16921
16922         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16923         point-min == 1.
16924
16925         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16926         Disable incorrect use of `assert'.
16927
16928         * message.el (message-mode): Set comment-start-skip.
16929
16930
16931 2004-08-22  Sam Steingold  <sds@gnu.org>
16932
16933         * pop3.el (pop3-leave-mail-on-server): New user variable.
16934         (pop3-movemail): Delete mail only when it is nil.
16935
16936 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16939
16940         * mml.el (mml-preview): Use `pop-to-buffer'.
16941
16942         * message.el (message-goto-mail-followup-to): Insert after "To".
16943         (message-carefully-insert-headers): Add comment.
16944
16945         * gnus.el: Remove unused variable `gnus-article-check-size'.
16946
16947         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16948
16949         * gnus-art.el (gnus-button-alist):
16950         Improve `gnus-button-handle-library' entry.
16951
16952 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16953
16954         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16955         Use downcase, since XEmacs capitalizes error messages differently.
16956
16957 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16958
16959         * nntp.el: Add (require 'gnus) due to reference to
16960         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16961
16962 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16963
16964         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16965         Bind `mm-fill-flowed'.
16966
16967         * mm-decode.el (mm-dissect-singlepart): Check it.
16968
16969 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16972         'imap' for netrc parsing.
16973
16974 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * mailcap.el (mailcap-mime-data): Mark as risky.
16977
16978 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16981         may be included in the encoded word.
16982         (rfc2047-encode): Don't append a space if the encoded word
16983         includes close parenthesis.
16984
16985 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16988         of text within parentheses.
16989
16990 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16993         (gnus-encrypt-write-file-contents): Make the password key the file
16994         name PLUS the cipher, not just the cipher.  Also remove failed
16995         passwords from the cache.
16996
16997 2004-08-06  Simon Josefsson  <jas@extundo.com>
16998
16999         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17000         Doc fix.
17001
17002 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17005         LWSP.
17006
17007 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17008
17009         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17010         Try to append in-reply-to: data to the references: header.
17011
17012         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17013         (netrc-parse): Use gnus-encrypt.el functions.
17014
17015         * gnus-encrypt.el: Add new file for encryption support; currently
17016         does only a few GPG ciphers and an internal XOR cipher.
17017
17018         * password.el: Add comments on using password-read-and-add.
17019         (password-read-and-add): Add function to read and add the
17020         password to the cache at once.
17021
17022 2004-07-28  Simon Josefsson  <jas@extundo.com>
17023
17024         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17025         parameter (but don't use it, for now).
17026
17027         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17028         instead of hard coding to nil.
17029
17030 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17033         as mm-inline-image-xemacs does.
17034
17035 2004-07-26  Simon Josefsson  <jas@extundo.com>
17036
17037         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17038         Revert part of 2004-07-17 change below.
17039
17040 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17043         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17044
17045 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17046
17047         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17048         quotes that actually start with ">" at the beginning of the
17049         lines.
17050
17051 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * rfc2047.el (rfc2047-encode-region): Fix last change.
17054         (rfc2047-encode-parameter): Remove useless concat.
17055
17056 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17059         encode special characters; fix some kind of misconfigured headers;
17060         signal a real error if debug-on-quit or debug-on-error is non-nil.
17061         (rfc2047-encode-max-chars): New variable.
17062         (rfc2047-encode-1): Use it.
17063         (rfc2047-encode-parameter): New function.
17064
17065         * mml.el (mml-insert-parameter): Remove an excessive space.
17066
17067 2004-07-17  Simon Josefsson  <jas@extundo.com>
17068
17069         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17070         Kai Grossjohann <kai@emptydomain.de>.
17071         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17072         (gnus-group-make-menu-bar): Ditto.
17073
17074         * gnus-util.el (gnus-group-server): Add.
17075
17076 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * message.el (message-clone-locals): Clone sendmail and smtp
17079         variables.
17080
17081 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * rfc2047.el (rfc2047-encode-region): Fix last change.
17084
17085 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17088         characters as non-special.
17089
17090 2004-07-09  Simon Josefsson  <jas@extundo.com>
17091
17092         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17093         Users will lose all flag changes made while unplugged with
17094         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17095         good default.  See numerous reports on ding mailing list.
17096
17097 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17100         add generate-head-function and generate-article-function to the
17101         rfc822-forward entry.
17102         (nndoc-rfc822-forward-generate-article): New function.
17103         (nndoc-rfc822-forward-generate-head): New function.
17104
17105         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17106
17107 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17108
17109         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17110         respect display group parameter and gnus-summary-expunge-below.
17111         (gnus-articles-to-read): Remove unused reference to display group
17112         parameter.
17113
17114 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17115
17116         * nnheader.el (nnheader-uniquify-message-id): New experimental
17117         variable.
17118         (nnheader-nov-read-message-id): Use it.
17119
17120         * spam-report.el (spam-report-gmane): Add interactive.
17121
17122 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * mm-encode.el (mm-content-transfer-encoding-defaults):
17125         Use qp-or-base64 for the application/* types.
17126
17127 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17128
17129         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17130
17131 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17134         trim value.
17135
17136 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17137
17138         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17139         New macro and function.
17140         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17141
17142 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17145         after-load-alist.
17146
17147 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17148
17149         * gnus-group.el (gnus-group-get-new-news-this-group):
17150         Don't update info that isn't there.
17151
17152 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17153
17154         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17155         entry.
17156
17157 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * mm-view.el (mm-inline-render-with-function): Use multibyte
17160         buffer; decode html source by charset.
17161
17162         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17163
17164         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17165         Mule-UCS is loaded under XEmacs.
17166         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17167
17168 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17169
17170         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17171
17172 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * mm-util.el (mm-coding-system-p): Return a coding-system.
17175         (mm-mime-mule-charset-alist): Use shift_jis instead of
17176         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17177         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17178         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17179         instead of japanese-shift-jis and iso-latin-1 respectively in
17180         order to share the default value with both Emacs and XEmacs-mule.
17181         (mm-mule-charset-to-mime-charset):
17182         Make mm-coding-system-priorities effective.
17183         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17184         while predicating of candidates upon the priorities.
17185
17186 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17187
17188         * gnus-sum.el (gnus-summary-make-menu-bar):
17189         Add gnus-uu-invert-processable.
17190
17191         * gnus.el: Autoload gnus-uu-invert-processable.
17192
17193 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * mm-util.el (mm-with-multibyte-buffer): New macro.
17196
17197         * rfc2047.el (rfc2047-encode-string): Use it.
17198         (rfc2047-encode-region): Move point to the end of the region after
17199         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17200
17201 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17204         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17205
17206 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17209         (gnus-cite-parse): Ignore quoted envelope From_.
17210         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17211
17212 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17215         invalid addresses.
17216
17217 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17218
17219         * spam.el: Change section markers, revise TODO list.
17220         (spam-backends): Make new master list of all installed backends.
17221         (spam-summary-exit-behavior): Add new variable to determine how
17222         messages moves are done at summary exit.
17223         (spam-move-spam-nonspam-groups-only)
17224         (spam-process-ham-in-nonham-groups)
17225         (spam-process-ham-in-spam-groups): Remove variables, the
17226         spam-summary-exit-behavior variable should be used to manage this
17227         behavior.
17228         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17229         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17230         and spam-old-spam-articles.
17231         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17232         Add empty variables, placeholders for the backends they represent.
17233         (spam-set-difference): Move, unchanged.
17234         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17235         unless the user has a processor variable.
17236         (spam-classifications, spam-classification-valid-p)
17237         (spam-backend-properties, spam-backend-property-valid-p)
17238         (spam-backend-function-type-valid-p)
17239         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17240         (spam-report-articles-gmane, spam-report-articles-resend):
17241         Remove functions, they are not needed.
17242         (spam-install-backend-super, spam-backend-list)
17243         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17244         (spam-backend-function, spam-backend-ham-registration-function)
17245         (spam-backend-spam-registration-function)
17246         (spam-backend-ham-unregistration-function)
17247         (spam-backend-spam-unregistration-function)
17248         (spam-backend-statistical-p, spam-backend-mover-p)
17249         (spam-install-backend-alias, spam-install-checkonly-backend)
17250         (spam-install-mover-backend, spam-install-nocheck-backend)
17251         (spam-install-backend, spam-install-statistical-backend)
17252         (spam-install-statistical-checkonly-backend): Add backend installation
17253         support.
17254         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17255         (spam-group-processor-p): Use the new backend code and respect the
17256         summary exit behavior.
17257         (spam-mark-spam-as-expired-and-move-routine): Remove.
17258         (spam-summary-prepare): Change to use the new spam-old-articles
17259         variable.
17260         (spam-copy-or-move-routine, spam-copy-spam-routine)
17261         (spam-move-spam-routine, spam-copy-ham-routine)
17262         (spam-move-ham-routine): Add code to copy/move ham or spam.
17263         (spam-fetch-field-fast): Improve doc and code, plus allow the
17264         'number request.
17265         (spam-list-of-checks, spam-list-of-statistical-checks):
17266         Remove variables.
17267         (spam-split, spam-find-spam): Use the new backend code.
17268         (spam-registration-functions): Remove variable.
17269         (spam-unregister-routine): Add convenience wrapper.
17270         (spam-log-undo-registration, spam-register-routine)
17271         (spam-log-processing-to-registry)
17272         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17273         where possible.
17274         (spam-check-gmane-xref, spam-check-regex-headers)
17275         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17276         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17277         (spam-check-bogofilter-headers, spam-check-spamoracle)
17278         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17279         (spam-check-crm114-headers): Use the spam-split-group that
17280         spam-split prepares, no need to determine it every time.
17281
17282         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17283         to the nnheader-parse-naked-head call.
17284
17285         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17286
17287         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17288         the nnheader-nov-read-message-id call.
17289
17290 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17293         gnus-activate-group twice.  Suggested by Markus Peter
17294         <warp@spin.de>.
17295
17296 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * gnus-art.el (gnus-article-time-format): Exchange the order of
17299         day and month in the default value; fix customization type.
17300         (article-date-ut): Use add-text-properties.
17301         (article-make-date-line): Use message-make-date instead of
17302         current-time-string.
17303
17304         * message.el (message-fetch-field): Don't use set-text-properties.
17305         (message-make-date): Simplify.
17306
17307         * messagexmas.el (message-xmas-make-date): New function.
17308         (message-xmas-redefine): Defalias message-make-date to it.
17309
17310 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17313         (rfc2047-encode-region): Treat text within parentheses as special;
17314         show the original text when error has occurred.
17315
17316         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17317         already-computed method to gnus-activate-group.
17318
17319         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17320         same select-methods identical Lisp objects.
17321
17322         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17323         object when modifying the info.
17324
17325 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17328         gnus-opened-servers since it has never been opened with the new
17329         configuration yet.
17330
17331 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17334         arg to nnheader-generate-fake-message-id.
17335
17336 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17337
17338         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17339         number and build a fake message ID localized to a group and
17340         article number (so it's repeatable from that point on).
17341         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17342         ID format.
17343
17344         * gnus-sum.el (gnus-get-newsgroup-headers):
17345         Call nnheader-generate-fake-message-id with the article number.
17346
17347 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17348
17349         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17350         end-of-buffer.
17351
17352 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17353
17354         * message.el (message-ignored-supersedes-headers): Add Approved.
17355
17356 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17359         goto-char.
17360         (rfc2047-encode): Fold the line before encoding.
17361
17362 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17363
17364         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17365         folding -- not all headers can be folded, and this should be done
17366         by the message composition mode.  Probably.  I think.
17367
17368 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17371         fast.
17372
17373         * gnus-ems.el (gnus-remove-image): Don't use
17374         message-text-with-property; remove only the image found first.
17375
17376         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17377         found first.
17378
17379 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17380
17381         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17382
17383 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * message.el (message-text-with-property): Make it fast and accept
17386         optional arguments.
17387         (message-strip-forbidden-properties): Use it.
17388         (message-fix-before-sending): Follow the m-t-w-p change.
17389
17390         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17391
17392 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-art.el (article-hide-headers): Don't change the buffer
17395         mistakenly when performing mml-preview even if
17396         gnus-single-article-buffer is nil.
17397
17398 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17399
17400         * message.el (message-expand-name-databases): New user option.
17401         (message-expand-name): Use it.
17402
17403 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17404
17405         * spam.el (spam-report-articles-resend)
17406         (spam-report-resend-register-routine): Allow ham reporting.
17407         (spam-report-resend-register-ham-routine): Add wrapper.
17408         (spam-registration-functions): Add ham resending functions.
17409         (spam-list-of-processors): Add ham resend processor.
17410
17411         * gnus.el (ham-resend-to): Add new group parameter.
17412         (spam-process): Add ham resend option.
17413
17414         * spam-report.el (spam-report-resend): Allow reporting ham.
17415         (spam-report-resend-ham): Add wrapper.
17416
17417 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17418
17419         * message.el (message-cite-articles-with-x-no-archive):
17420         New variable.
17421         (message-cite-original): Use it.
17422
17423 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17424
17425         * message.el (message-cite-original): Respect X-No-Archive.
17426
17427 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-art.el (article-hide-headers): Refer to the values for
17430         gnus-ignored-headers and gnus-visible-headers in the summary
17431         buffer since a user may have set them as group parameters.
17432
17433 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17434
17435         * assistant.el (assistant-node-name): Add convenience function.
17436         (assistant-render-text, assistant-render-node): Add error handling,
17437         plus handle multiple next nodes.
17438         (assistant-find-next-node): Comment out for now.
17439         (assistant-find-next-nodes): Add function, returns list of next
17440         nodes.
17441
17442 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * mail-source.el (mail-source-directory): Fix doc-string.
17445
17446 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17447
17448         * assistant.el (assistant-render-text, assistant-eval): Add :set
17449         widget type, which is different because it takes and returns a
17450         list.  Much hilarity ensues.
17451
17452 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17453
17454         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17455
17456         * gnus-group.el (gnus-group-get-new-news-this-group):
17457         Add doc-string.
17458
17459         * gnus-start.el (gnus-activate-group): Add doc-string.
17460
17461 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17462
17463         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17464
17465 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17466
17467         * assistant.el (assistant-render-text): Try to add a :set
17468         widget, more to come.
17469
17470         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17471         strings.
17472         (spam-report-articles-resend)
17473         (spam-register-routine): Do registration iff any articles warrant
17474         it.
17475         (spam-summary-prepare-exit): Change log message for nil group
17476         destinations.
17477
17478 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17479
17480         * spam.el (spam-report-resend-register-routine):
17481         Allow spam-report-resend-to to be a group parameter or a global value.
17482
17483 2004-05-26  Simon Josefsson  <jas@extundo.com>
17484
17485         * starttls.el: Merge with my GNUTLS based starttls.el.
17486         (starttls-gnutls-program, starttls-use-gnutls)
17487         (starttls-extra-arguments, starttls-process-connection-type)
17488         (starttls-connect, starttls-failure, starttls-success):
17489         New variables.
17490         (starttls-program, starttls-extra-args): Doc fix.
17491         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17492         New functions.
17493         (starttls-negotiate, starttls-open-stream):
17494         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17495         function if it is set.
17496
17497 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17500         structured fields.
17501
17502 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17505
17506 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17509         Add variable.
17510         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17511         assigning the spam-mark to new messages.
17512
17513 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17514
17515         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17516
17517 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17520
17521         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17522         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17523         default.
17524
17525 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17526
17527         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17528         correct data.
17529
17530 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17531
17532         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17533         (spam-group-processor-p): Fix function.
17534         (spam-group-processor-multiple-p)
17535         (spam-group-spam-processor-report-gmane-p)
17536         (spam-group-spam-processor-report-resend-p)
17537         (spam-group-spam-processor-bogofilter-p)
17538         (spam-group-spam-processor-blacklist-p)
17539         (spam-group-spam-processor-ifile-p)
17540         (spam-group-ham-processor-ifile-p)
17541         (spam-group-spam-processor-spamoracle-p)
17542         (spam-group-spam-processor-crm114-p)
17543         (spam-group-ham-processor-bogofilter-p)
17544         (spam-group-spam-processor-stat-p)
17545         (spam-group-ham-processor-stat-p)
17546         (spam-group-ham-processor-whitelist-p)
17547         (spam-group-ham-processor-BBDB-p)
17548         (spam-group-ham-processor-spamoracle-p)
17549         (spam-group-ham-processor-copy-p): Remove functions with some
17550         prejudice against unneeded code.
17551         (spam-report-articles-resend)
17552         (spam-report-resend-register-routine): Allow the group/topic
17553         spam-resend-to value to override spam-report-resend-to.
17554         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17555         properly now.
17556
17557         * gnus.el (spam-resend-to): Add group/topic parameter.
17558         (spam-process): Move the OBSOLETE processors to the end of the
17559         choices.
17560
17561 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17562
17563         * spam-report.el (spam-report-resend-to, spam-report-resend):
17564         Start with resend-to set to nil, and then ask the user if necessary.
17565         (spam-report-resend): spam-report-resend takes a list of articles, not
17566         separate article numbers.
17567
17568 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17571         addition to emacs-w3m.
17572
17573 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574
17575         * assistant.el (assistant-authinfo-data): New function.
17576         (assistant-eval): Eval for entire assistant.
17577
17578         * netrc.el (netrc-services-file): New variable.
17579         (netrc-parse-services): New function.
17580         (netrc-find-service-name): New function.
17581         (netrc-find-service-number): New function.
17582         (netrc-port-equal): New function.
17583         (netrc-machine): Use it.
17584
17585         * nnimap.el (nnimap-open-connection): Use netrc.
17586
17587         * gnus-util.el (gnus-netrc-get): Remove aliases.
17588
17589         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17590
17591         * assistant.el (wid-edit): Fix compilation.
17592
17593         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17594
17595 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17596
17597         * gnus-util.el (gnus-set-file-modes): New function.  (small
17598         patch).
17599
17600 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17601
17602         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17603
17604         * assistant.el (assistant-render-node): Fix up rendering and
17605         read-only text.
17606         (assistant-render-node): Reset.
17607         (assistant-make-read-only): Not sticky.
17608
17609 2004-05-20  Danny Siu  <dsiu@adobe.com>
17610
17611         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17612         centered even when gnus-auto-center-summary is t.
17613
17614 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17615
17616         * dns.el (dns-get-txt-answer): New function.
17617         (dns-read-txt): Ditto.
17618         (query-dns): Use it.
17619
17620 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17623         active for foreign groups even if the group level is higher than
17624         the specified value.
17625
17626 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17627
17628         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17629         non-active groups.
17630
17631         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17632
17633 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17634
17635         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17636
17637 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17638
17639         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17640         (spam-crm114-header, spam-crm114-spam-switch)
17641         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17642         (spam-crm114-positive-spam-header)
17643         (spam-crm114-database-directory, spam-list-of-processors)
17644         (spam-group-spam-processor-crm114-p)
17645         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17646         (spam-generic-score, spam-list-of-checks)
17647         (spam-list-of-statistical-checks, spam-registration-functions)
17648         (spam-check-crm114-headers, spam-crm114-score)
17649         (spam-check-crm114, spam-crm114-register-with-crm114)
17650         (spam-crm114-register-spam-routine)
17651         (spam-crm114-unregister-spam-routine)
17652         (spam-crm114-register-ham-routine)
17653         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17654         From asjo@koldfront.dk (Adam Sjøgren).
17655
17656         * gnus.el: Add spam-use-crm114.
17657
17658         * spam.el (spam-list-of-processors, spam-registration-functions):
17659         Add spam-use-resend.
17660         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17661         (spam-report-articles-gmane): Add doc fix.
17662         (spam-report-articles-resend, spam-report-resend-register-routine):
17663         Add wrappers around spam-report-resend-to.
17664
17665         * spam-report.el (spam-report-resend-to, spam-report-resend):
17666         Add support for resending spam.
17667         (spam-report-gmane): Fix line length >80.
17668
17669         * gnus.el (spam-process): Add spam-use-resend.
17670
17671 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17672
17673         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17674         number of processed spam messages.
17675         (spam-ham-copy-or-move-routine): Return the number of processed
17676         ham messages.
17677         (spam-summary-prepare-exit): Use the above values to decide
17678         whether status messages shouled be displayed.
17679
17680 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17683         `rfc2047-encoding-function-alist' in order to avoid conflicting
17684         with the old version.
17685         (rfc2047-encode-region): Concatenate words containing non-ASCII
17686         characters in structured fields; don't encode space-delimited
17687         ASCII words even in unstructured fields; don't break words at
17688         char-category boundaries.
17689         (rfc2047-encode-1): New function.
17690         (rfc2047-encode): Use it; encode text so that it occupies the
17691         maximum width within 76-column; work correctly on Q encoding for
17692         iso-2022-* charsets.
17693         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17694         sure not to break a line just after the header name.
17695         (rfc2047-b-encode-region): Remove.
17696         (rfc2047-b-encode-string): New function.
17697         (rfc2047-q-encode-region): Remove.
17698         (rfc2047-q-encode-string): New function.
17699
17700         * mm-util.el (mm-replace-in-string): New function.
17701
17702 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17703
17704         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17705         Really get it right.
17706         (gnus-inews-make-draft): Really.
17707
17708 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17709
17710         * nnmh.el (nnmh-request-list-1): Don't check the link count
17711         before descending.  (small patch)
17712
17713 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17714
17715         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17716         stuff.
17717
17718         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17719         Match on real group name.
17720
17721         * gnus-art.el (gnus-signature-limit): Doc fix.
17722
17723         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17724
17725         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17726
17727 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17728
17729         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17730         isn't a string.
17731
17732 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17733
17734         * gnus-draft.el (gnus-draft-send):
17735         Bind rfc2047-encode-encoded-words.
17736
17737         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17738         (rfc2047-encodable-p): Say that =? needs encoding.
17739         (rfc2047-encode-encoded-words): New variable.
17740
17741         * gnus-group.el (gnus-group-select-group): Doc fix.
17742
17743         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17744
17745         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17746         to nil.
17747
17748         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17749
17750         * nnheader.el (nnheader-get-lines-and-char): New function.
17751
17752 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * gnus-msg.el (gnus-summary-followup-with-original):
17755         Document yanking of region when active.
17756
17757 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17760         groups if the group level is higher than the specified value.
17761
17762 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17765         (gnus-group-jump-to-group): Add prefix argument using
17766         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17767         non-active group.
17768
17769         * compface.el (uncompface): Be verbose when changing
17770         `uncompface-use-external'.
17771
17772         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17773         handle manual section.
17774
17775 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17776
17777         * gnus-art.el (gnus-button-alist): Revert previous change.
17778
17779 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17780
17781         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17782
17783 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17784
17785         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17786         whether backend can accept message.
17787
17788         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17789
17790 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17791
17792         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17793         Avoid creating directory when nntp-marks-is-evil is true.
17794         Reported by Reiner Steib.
17795
17796 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17797
17798         * gnus-picon.el (gnus-picon-style): New variable.
17799         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17800         (gnus-picon-transform-address): Support `gnus-picon-style'.
17801         From Jesper Harder <harder@ifa.au.dk>.
17802
17803 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17804
17805         * message.el (message-fill-field): Return point.
17806         (message-generate-headers): Go to end of field.
17807
17808         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17809         stuff for non-living groups.
17810
17811 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17812
17813         * gnus-art.el (gnus-article-followup-with-original)
17814         (gnus-article-reply-with-original): gnus-mark-active-p ->
17815         gnus-region-active-p.
17816
17817 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17818
17819         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17820         only when there is spam or ham to be processed.
17821
17822 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17823
17824         * mail-source.el (mail-source-delete-crash-box): Refactor.
17825         (mail-source-fetch): Use it.
17826         (mail-source-fetch-file): Ditto.
17827         (mail-source-fetch-directory): Run postscript in loop.
17828         (mail-source-fetch-pop): Delete.
17829         (mail-source-fetch-maildir): Ditto.
17830         (mail-source-fetch-imap): Ditto.
17831
17832         * imap.el (imap-authenticators): Comment out sasl.
17833
17834         * message.el (message-skip-to-next-address): New function.
17835         (message-fill-header-address): Refactor.
17836         (message-fill-address): Use it.
17837         (message-delete-address): Use it.
17838         (message-fill-header-general): Refactor.
17839         (message-fill-field-address): Rename.
17840         (message-narrow-to-field): Find the start of the header.
17841         (message-header-format-alist): Don't pre-fill.
17842         (message-fill-header): Remove.
17843         (message-insert-header): New function.
17844         (message-shorten-references): Use it.
17845
17846         * rfc2047.el (rfc2047-field-value): Strip props.
17847
17848         * mail-parse.el (mail-header-make-address): New alias.
17849
17850         * ietf-drums.el (ietf-drums-make-address): New function.
17851
17852         * imap.el: Add compiler directives.
17853
17854         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17855
17856         * gnus-art.el (article-decode-idna-rhs): Don't use
17857         message-idna-inside-rhs-p.
17858
17859 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17860
17861         * message.el (message-idna-inside-rhs-p): Remove.
17862         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17863
17864         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17865         false positives.
17866
17867 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17868
17869         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17870
17871 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17872
17873         * nneething.el (nneething-file-name): Don't create spurious
17874         files.
17875
17876         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17877         (gnus-inews-do-gcc): Remove sleep.
17878
17879         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17880         part under point.
17881
17882         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17883         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17884
17885 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17886
17887         * spam.el (spam-summary-prepare-exit): Fix (length).
17888
17889 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17890
17891         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17892         as expired without moving it" message when there are spam
17893         messages left.
17894
17895 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17896
17897         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17898         header is not nil.
17899
17900 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17901
17902         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17903         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17904         (nntp-marks-changed-p): New arg SERVER.
17905         (nntp-request-update-info): Adjust caller.
17906
17907 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17908
17909         * nntp.el (nntp-save-marks): Pass missing arg.
17910
17911 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17912
17913         * nntp.el: Support marks.
17914         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17915         (nntp-marks-modtime, nntp-marks-directory): New variables.
17916         (nntp-request-set-mark, nntp-request-update-info)
17917         (nntp-possibly-create-directory, nntp-marks-changed-p)
17918         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17919         New functions.
17920
17921 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17922
17923         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17924         (gnus-xmas-redefine): Rename.
17925
17926         * gnus-score.el (gnus-score-insert-help):
17927         Use gnus-select-lowest-window.
17928
17929         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17930         appt-select-lowest-window and rename to gnus-select-lowest-window.
17931
17932         * gnus.el: do.
17933
17934 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17935
17936         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17937         encodings of MIME-encoded words, in order to improve
17938         interoperability with several broken MUAs.
17939
17940 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17941
17942         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17943         tags, only when charsets are not specified in headers.
17944         (mm-inline-text-html-render-with-w3m): Ditto.
17945
17946         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17947         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17948
17949 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17950
17951         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17952         instead of MIME-decoded from fields when checking
17953         `gnus-article-address-banner-alist'.
17954
17955 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17956
17957         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17958         description rather than subject.
17959
17960 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17961
17962         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17963
17964 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17965
17966         * gnus.el (gnus-version-number): Bump.
17967
17968 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17969
17970         * gnus.el: No Gnus v0.2 is released.
17971
17972 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973
17974         * gnus-agent.el (gnus-agent-read-agentview):
17975         Inline gnus-uncompress-range.
17976
17977 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17978
17979         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17980         `exec-installed-p'.
17981
17982 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17983
17984         * gnus.el (spam-process, spam-autodetect-methods):
17985         Add bsfilter and bsfilter-headers.
17986
17987         * spam.el (spam-bsfilter): New customize group.
17988         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17989         (spam-bsfilter-header, spam-bsfilter-probability-header)
17990         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17991         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17992         (spam-bsfilter-database-directory): New options.
17993         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17994         (spam-list-of-statistical-checks, spam-registration-functions):
17995         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17996         (spam-bsfilter-score): New command.
17997         (spam-check-bsfilter-headers, spam-check-bsfilter)
17998         (spam-bsfilter-register-with-bsfilter)
17999         (spam-bsfilter-register-spam-routine)
18000         (spam-bsfilter-unregister-spam-routine)
18001         (spam-bsfilter-register-ham-routine)
18002         (spam-bsfilter-unregister-ham-routine): New functions.
18003         (spam-generic-score): Support bsfilter; Accept an optional argument
18004         to recalcurate spam score even if scoring header has already been
18005         added.
18006         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18007         optional argument to recalcurate spam score even if scoring header
18008         has already been added.
18009
18010 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18011
18012         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18013         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18014         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18015         link is missing.
18016
18017 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18018
18019         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18020         (html2text-get-attr): Rewrite.
18021
18022         * message.el (message-setup-1): Remove redundant put-text-property
18023         on mail-header-separator.
18024
18025 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18026
18027         * gnus-registry.el (gnus-registry-cache-whitespace)
18028         (gnus-registry-action, gnus-registry-spool-action)
18029         (gnus-registry-split-fancy-with-parent): Change message levels
18030         from 5 to 3 or 7, as needed.
18031
18032         * spam.el (spam-summary-prepare-exit)
18033         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18034         (spam-split, spam-find-spam, spam-log-undo-registration)
18035         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18036         level from 5 to 6.
18037
18038 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18041         2004-03-04 change).
18042
18043 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18044
18045         * sieve-manage.el (sieve-manage-open):
18046         * nnweb.el (nnweb-insert-html):
18047         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18048         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18049         * nnspool.el (nnspool-request-group):
18050         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18051         * nnml.el (nnml-request-update-info):
18052         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18053         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18054         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18055         (nnimap-request-set-mark):
18056         * nnfolder.el (nnfolder-request-update-info):
18057         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18058         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18059         * gnus-uu.el (gnus-uu-find-articles-matching):
18060         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18061         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18062         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18063         * gnus-nocem.el (gnus-nocem-scan-groups):
18064         * gnus-int.el (gnus-start-news-server):
18065         * gnus-group.el (gnus-group-make-kiboze-group)
18066         (gnus-group-browse-foreign-server):
18067         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18068         Use mapc when appropriate.
18069
18070 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18071
18072         FIXME: Make separate entries for each person.
18073
18074         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18075         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18076         <shields@msrl.com>:
18077
18078         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18079         may need for spam sorting and scoring.
18080         (spam-user-format-function-S): Add user format function suitable for
18081         general use.
18082         (spam-article-sort-by-spam-status): Add sorting function for summary
18083         sorting.
18084         (spam-extra-header-to-number): Add function to get a score from a
18085         header.
18086         (spam-summary-score): Add function to get a numeric score from the
18087         headers.
18088         (spam-generic-score): Fix function doc, was in wrong place.
18089         (spam-initialize): Take symbols when it's run, and install the
18090         extra headers that spam-necessary-extra-headers thinks we need.
18091
18092 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18093
18094         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18095         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18096
18097 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18098
18099         * gnus-sum.el (gnus-set-global-variables)
18100         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18101         (gnus-article-get-xrefs, gnus-summary-best-group)
18102         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18103         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18104         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18105         Use with-current-buffer.
18106
18107 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18108
18109         * spam.el (spam-summary-prepare-exit): Simplify logic.
18110         (spam-fetch-article-header): Read the article header if it's not
18111         available.
18112         (spam-list-articles): Simplify logic.
18113         (spam-filelist-register-routine): Fix bug with unregister-list.
18114
18115         * gnus-registry.el: Fix comments at beginning.
18116
18117 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18118
18119         * message.el (message-cater-to-broken-inn): Remove.
18120         (message-shorten-references): Make sure the total folded length of
18121         References is shorter than 998 characters to cater to a bug in INN
18122         2.3.  Also, don't pretend that references aren't folded -- this
18123         hasn't worked for a while.
18124
18125 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18126
18127         * gnus-agent.el (gnus-agentize):
18128         gnus-agent-send-mail-real-function no longer set to current value
18129         of message-send-mail-function but rather a lambda that calls
18130         message-send-mail-function.  The change makes the agent real-time
18131         responsive to user changes to message-send-mail-function.
18132
18133 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18134
18135         * legacy-gnus-agent.el
18136         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18137         help from Florian Weimer <fw@deneb.enyo.de>
18138
18139 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * nnmail.el (nnmail-cache-insert): Revert last change.
18142
18143 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * nnmail.el (nnmail-cache-insert): Always check whether
18146         nnmail-cache-ignore-groups matches a group name.
18147
18148 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18149
18150         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18151         (spam-find-spam, spam-log-processing-to-registry)
18152         (spam-log-registered-p, spam-log-unregistration-needed-p)
18153         (spam-log-undo-registration): Use gnus-message instead of
18154         gnus-error, none of these errors are fatal.
18155
18156         * gnus-registry.el (gnus-registry-clean-empty-function)
18157         (gnus-registry-clean-empty): Remove only empty entries without
18158         extra data.
18159
18160 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam-stat.el (spam-stat-buffer-change-to-spam)
18163         (spam-stat-buffer-change-to-non-spam): Change (error) to
18164         (gnus-message 8) invocation.
18165
18166 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * nntp.el (nntp-via-netcat-command): New variable.
18169         (nntp-via-netcat-switches): New variable.
18170         (nntp-open-via-rlogin-and-netcat): New function.
18171         (nntp-open-connection-function): Doc fix.
18172         (nntp-telnet-command): Doc fix.
18173         (nntp-end-of-line): Doc fix.
18174         (nntp-via-rlogin-command): Doc fix.
18175         (nntp-via-user-name): Doc fix.
18176         (nntp-via-address): Doc fix.
18177
18178 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18181         error in Emacs 21.1.
18182
18183 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18184
18185         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18186
18187 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18188
18189         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18190         (gnus-agent-with-refreshed-group): New macro.
18191         (gnus-agent-rename-group): New function.
18192         (gnus-agent-delete-group): New function.
18193         (gnus-agent-save-group-info): Use gnus-command-method when
18194         `method' parameter is nil.  Don't write nil entries into the
18195         active file.
18196         (gnus-agent-get-group-info): New function.
18197         (gnus-agent-fetch-articles):
18198         Use gnus-agent-update-files-total-fetched-for to increment disk space
18199         used.
18200         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18201         Use gnus-agent-update-view-total-fetched-for to increment disk space
18202         used.
18203         (gnus-agent-get-local): Add optional parameters to avoid calling
18204         gnus-group-real-name and gnus-find-method-for-group.
18205         (gnus-agent-set-local): Delete stored entry if either min, or max,
18206         are nil.
18207         (gnus-agent-fetch-session): Reworded error/quit messages.
18208         On quit, use gnus-agent-regenerate-group to record existance of any
18209         articles fetched to disk before the quit occurred.
18210         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18211         gnus-agent-update-view-total-fetched-for, and
18212         gnus-agent-update-files-total-fetched-for to decrement disk space
18213         used.
18214         (gnus-agent-retrieve-headers):
18215         Use gnus-agent-update-view-total-fetched-for to increment disk space
18216         used.
18217         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18218         with gnus-agent-update-files-total-fetched-for to decrement disk
18219         space and fresh group buffer.
18220         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18221         (gnus-agent-need-update-total-fetched-for): New variable.
18222         (gnus-agent-update-files-total-fetched-for): New function.
18223         (gnus-agent-update-view-total-fetched-for): New function.
18224         (gnus-agent-total-fetched-for): New function.
18225
18226         * gnus-cache.el (gnus-cache-save-buffers):
18227         Use gnus-cache-update-overview-total-fetched-for to change disk space
18228         used by this group.
18229         (gnus-cache-possibly-enter-article):
18230         Use gnus-cache-update-file-total-fetched-for to increment disk space
18231         used by this group.
18232         (gnus-cache-possibly-remove-article):
18233         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18234         used by this group.
18235         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18236         (gnus-cache-rename-group): New function.
18237         (gnus-cache-delete-group): New function.
18238         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18239         (gnus-cache-need-update-total-fetched-for): New variable.
18240         (gnus-cache-with-refreshed-group): New macro.
18241         (gnus-cache-update-file-total-fetched-for): New function.
18242         (gnus-cache-update-overview-total-fetched-for): New function.
18243         (gnus-cache-rename-group-total-fetched-for): New function.
18244         (gnus-cache-delete-group-total-fetched-for): New function.
18245         (gnus-cache-total-fetched-for): New function.
18246
18247         * gnus-group.el: Require gnus-sum and autoload functions to
18248         resolve warnings when gnus-group.el compiled alone.
18249         (gnus-group-line-format): Documented new %F.
18250         (size of Fetched data) group line format; identifies disk space
18251         used by agent and cache.
18252         (gnus-group-line-format-alist): Defined new F format.
18253         (gnus-total-fetched-for): New function.
18254         (gnus-group-delete-group): No longer update
18255         gnus-cache-active-altered as gnus-request-delete-group now keeps
18256         the cache in sync.
18257         (gnus-group-list-active): Let the agent store a server's active
18258         list if currently plugged.
18259
18260         * gnus-int.el (gnus-request-delete-group):
18261         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18262         local disk in sync with the server.
18263         (gnus-request-rename-group):
18264         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18265         local disk in sync with the server.
18266
18267         * gnus-start.el (gnus-get-unread-articles):
18268         Cosmetic simplification to logic.
18269
18270         * gnus-util.el (gnus-rename-file): New function.
18271
18272 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18273
18274         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18275
18276 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18277
18278         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18279         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18280
18281 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18282
18283         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18284         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18285
18286 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18287
18288         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18289
18290 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18291
18292         * spam.el (spam-set-difference): Add function to replace
18293         gnus-set-difference in spam.el.
18294         (spam-summary-prepare-exit): Use spam-set-difference.
18295
18296 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18297
18298         * gnus-registry.el (gnus-registry-cache-file): Update to use
18299         gnus-dribble-directory OR gnus-home-directory OR ~.
18300         (gnus-registry-split-fancy-with-parent): Fix doc.
18301
18302 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * message.el (message-exchange-point-and-mark):
18305         Use message-mark-active-p.  Suggested by Jesper Harder
18306         <harder@ifa.au.dk>.
18307
18308 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * message.el (message-exchange-point-and-mark): Don't activate
18311         region if it was inactive.  Suggested by Hiroshi Fujishima
18312         <pooh@nature.tsukuba.ac.jp>.
18313
18314 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * gnus-art.el (article-display-face): Display Faces in the same
18317         order as X-Faces.
18318
18319 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18322
18323 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18326         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18327         (gnus-article-mime-hierarchy): Remove.
18328         (gnus-article-mime-hierarchy-next): Remove.
18329         (gnus-article-mode): Revert 2004-03-19 change.
18330         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18331         (gnus-insert-mime-button): Revert 2004-03-19 change.
18332         (gnus-mime-accumulate-hierarchy): Remove.
18333         (gnus-mime-enter-multipart): Remove.
18334         (gnus-mime-leave-multipart): Remove.
18335         (gnus-mime-display-part): Revert 2004-03-19 change.
18336         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18337
18338         * mml.el (mml-preview): Revert 2004-03-19 change.
18339
18340 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18341
18342         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18343
18344 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18347         t while entering a file name using the mm-with-multibyte macro.
18348         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18349
18350         * mm-util.el (mm-with-multibyte): New macro.
18351
18352 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18355         New user option.
18356         (gnus-mime-multipart-functions): Doc and customization fix.
18357         (gnus-article-mime-hierarchy): New variable.
18358         (gnus-article-mime-hierarchy-next): New variable.
18359         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18360         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18361         gnus-article-mime-hierarchy-next to nil.
18362         (gnus-insert-mime-button): Show hierarchy numbers.
18363         (gnus-mime-accumulate-hierarchy): New function.
18364         (gnus-mime-enter-multipart): New function.
18365         (gnus-mime-leave-multipart): New function.
18366         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18367         (gnus-mime-display-alternative): Show hierarchy numbers.
18368
18369         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18370         gnus-article-mime-hierarchy-next to nil.
18371
18372 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18373
18374         * dns.el: Don't require gnus-xmas.
18375
18376 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18379         inline PGP.
18380         (mml-menu): Disable mml-quote-region if mark is inactive.
18381
18382 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18385         when the group's active is not available.
18386
18387 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18390         error.
18391
18392 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * imap.el (imap-store-password): New variable.
18395         (imap-interactive-login): Use it.
18396         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18397
18398 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18401         window-start and hscroll to summary window.
18402
18403 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18404
18405         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18406         conversion message to newsrc-dribble when an actual conversion is
18407         performed.
18408
18409 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18410
18411         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18412
18413 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * mm-decode.el (mm-complicated-handles): New function reviving
18416         former definition of mm-multiple-handles.
18417
18418         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18419         (gnus-mime-delete-part): Use it.
18420
18421 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18422
18423         * gnus-agent.el (gnus-agent-read-local):
18424         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18425         avoid the implicit assumption that they will always be equal.
18426         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18427         coding-system-for-write, as the with-temp-file macro first prints
18428         to a buffer then saves the buffer.
18429
18430 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * gnus-art.el (gnus-article-edit-part): New function.
18433         (gnus-mime-save-part-and-strip): Use it; do query instead of
18434         signaling an error; don't use mm-multiple-handles.
18435         (gnus-mime-delete-part): Ditto.
18436
18437 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18438
18439         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18440         old file versions.
18441         (gnus-group-prepare-hook): Remove function that converted list
18442         form of gnus-agent-expire-days to group properties.
18443
18444         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18445         (gnus-request-accept-article): Re-indented.
18446
18447         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18448         converters to handle old agent file formats.  Add logic for a
18449         "backup before upgrading warning".
18450         (gnus-convert-mark-converter-prompt): Developers can mark
18451         functions as needing (default), or not needing,
18452         gnus-convert-old-newsrc's "backup before upgrading warning".
18453         (gnus-convert-converter-needs-prompt): Tests whether the user
18454         should be protected from potentially irreversable changes by the
18455         function.
18456
18457         * legacy-gnus-agent.el: New.  Provides converters that are only
18458         loaded when gnus-convert-old-newsrc needs to call them.
18459
18460 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * mail-source.el (mail-source-touch-pop): Doc fix.
18463
18464         * message.el (message-smtpmail-send-it): Doc fix.
18465
18466 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18467
18468         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18469
18470         * nnmail.el (nnmail-split-fancy): do.
18471
18472         * gnus-kill.el (gnus-kill, gnus-execute): do.
18473
18474 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18475
18476         * gnus-sum.el (gnus-widget-reversible-match)
18477         (gnus-widget-reversible-to-internal)
18478         (gnus-widget-reversible-to-external): New functions.
18479         (gnus-widget-reversible): New widget.
18480         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18481
18482 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18483
18484         * gnus-sum.el (gnus-thread-sort-functions)
18485         (gnus-article-sort-functions): Document `(not F)' items.
18486
18487 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18488
18489         * spam.el (spam-use-gmane-xref): Add new backend.
18490         (spam-gmane-xref-spam-group): Add variable to control the name of the
18491         Gmane spam group.
18492         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18493         (spam-regex-headers-spam, spam-regex-headers-ham)
18494         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18495         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18496         backends and checks.
18497         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18498
18499         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18500         an autodetect method.
18501
18502 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18503
18504         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18505         articles are being added to a group.
18506         (gnus-request-replace-article): Inform the agent that articles
18507         need to be uncached as the cached contents are no longer valid.
18508
18509 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * binhex.el: Don't autoload executable-find.
18512
18513         * canlock.el: Don't autoload mail-fetch-field.
18514
18515         * dgnushack.el: Autoload c-mode for XEmacs.
18516
18517         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18518
18519         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18520         rmail-dont-reply-to and rmail-output.
18521
18522         * gnus-score.el: Don't autoload ffap-string-at-point.
18523
18524         * gnus-setup.el: Don't autoload sc-cite-original.
18525
18526         * imap.el: Don't autoload base64-decode-string,
18527         base64-encode-string and md5.
18528
18529         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18530         and rmail-msg-restore-non-pruned-header.
18531
18532         * mm-decode.el: Don't autoload executable-find.
18533
18534         * mm-url.el: Don't autoload executable-find.
18535
18536         * mm-view.el: Don't autoload diff-mode.
18537
18538         * nndb.el: Don't autoload news-reply-mode, news-setup,
18539         cancel-timer and telnet.
18540
18541         * password.el: Don't autoload run-at-time for Emacs.
18542
18543         * sha1-el.el: Don't autoload executable-find.
18544
18545         * sieve-mode.el: Don't autoload c-mode.
18546
18547         * uudecode.el: Don't autoload executable-find.
18548
18549 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18550
18551         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18552         (gnus-agent-possibly-alter-active): Avoid null in numeric
18553         comparison.
18554         (gnus-agent-set-local): Refuse to save null in local object table.
18555         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18556         list of articles that will be marked as unread.
18557
18558 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18561
18562 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18565         language tags.
18566
18567 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18568
18569         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18570         Don't bind "obarray".
18571
18572         * gnus-sum.el (gnus-thread-sort-functions):
18573         Add `gnus-thread-sort-by-most-recent-number' and
18574         `gnus-thread-sort-by-most-recent-date'.
18575         Reported by Kai Grossjohann <kai@emptydomain.de>.
18576
18577 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18580
18581 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18582
18583         * gnus-cus.el (gnus-agent-customize-category):
18584         Remove ignore-errors macro reference that required cl to be loaded at
18585         run-time.
18586
18587         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18588         single-interval range of the form (min . max).  Previously the
18589         range had to look like ((min . max)).  Likewise, return
18590         (min . max) rather than ((min . max)).
18591         (gnus-range-map): Use gnus-range-normalize to accept
18592         single-interval range.
18593
18594         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18595         the cache, but not the agent, now appear with their usual face.
18596
18597         * dgnushack.el (loaddir): New variable that is bound to the
18598         directory containing the dgnushack.el file. Use loaddir, rather
18599         than srcdir, to update load-path. Change lets dgnushack compile
18600         code in directories other than GNUS/lisp.
18601
18602 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * lpath.el: Don't bind w3m-safe-url-regexp.
18605
18606         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18607         w3m-safe-url-regexp variable buffer-local.
18608
18609         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18610
18611 2004-02-27  Simon Josefsson  <jas@extundo.com>
18612
18613         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18614         gnus-group-real-prefix.
18615         (gnus-summary-move-article): Use it, instead of
18616         gnus-group-real-prefix.
18617
18618 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18619
18620         * lpath.el: Bind w3m-safe-url-regexp.
18621
18622         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18623         w3m-safe-url-regexp variable buffer-local and set it as the value
18624         of mm-w3m-safe-url-regexp.
18625
18626         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18627
18628         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18629         parsing gnus-posting-styles when the message is not for replying.
18630
18631         * dgnushack.el: Autoload sgml-mode for XEmacs.
18632
18633         * nnrss.el (nnrss-opml-export):
18634         Use mm-set-buffer-file-coding-system instead of
18635         set-buffer-file-coding-system.
18636
18637 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18638
18639         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18640         of checkdoc.el).
18641         * nnrss.el: do.
18642         * gnus-mlspl.el: do.
18643         * gnus-ml.el: do.
18644         * gnus-srvr.el: do.
18645
18646         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18647
18648 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18649
18650         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18651         Corrections to custom-manual links.
18652
18653         * gnus-art.el (gnus-article): Ditto.
18654
18655         * mm-decode.el (mime-display, mime-security): Ditto.
18656
18657 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * flow-fill.el: Typo.
18660
18661 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18662
18663         * spam-wash.el: New file.
18664
18665 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18666
18667         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18668
18669 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18672         to be run with new-articles as LIST1, not LIST2.
18673         (spam-registration-functions): Add spam-use-ham-copy as a nil
18674         registration backend.
18675
18676 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18677
18678         * spam-stat.el (spam-stat-washing-hook): New option.
18679         (spam-stat-buffer-words): Use it.
18680         (spam-stat-process-directory, spam-stat-test-directory):
18681         Use insert-file-contents-literally.
18682         (spam-stat-coding-system): New variable.
18683         (spam-stat-load, spam-stat-save): Use it.
18684
18685 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * spam-report.el (spam-report-plug-agent):
18688         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18689
18690 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18693         Allow / in mailto URLs.
18694
18695 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * spam-report.el (spam-report-process-queue): Fix interactive use.
18698         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18699         (spam-report-unplug-agent): Doc fixes.
18700         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18701         (spam-report-agentize, spam-report-deagentize): Autoload.
18702
18703 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18706
18707         * message.el (message-setup-fill-variables): Add mml tags to
18708         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18709         <ajk@iu.edu>.
18710         (message-mode): Don't modify paragraph-separate there.
18711
18712 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * compface.el (uncompface-use-external): Default to undecided.
18715         (uncompface-use-external-threshold): New variable.
18716         (uncompface-float-time): New macro.
18717         (uncompface): Determine whether to use the external decoder if
18718         uncompface-use-external is undecided.
18719
18720 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18721
18722         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18723         after images.
18724
18725         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18726
18727 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18728
18729         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18730
18731         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18732
18733         * gnus-sum.el (gnus-summary-limit-to-age)
18734         (gnus-summary-limit-children): do.
18735
18736         * gnus-int.el (gnus-request-scan): do.
18737
18738         * gnus-group.el (gnus-group-suspend): do.
18739
18740         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18741
18742         * gnus-cite.el (gnus-cite-parse-attributions): do.
18743
18744         * gnus-agent.el (gnus-summary-set-agent-mark)
18745         (gnus-agent-regenerate-group): do.
18746
18747         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18748
18749         * binhex.el (binhex-decode-region-internal): do.
18750
18751 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * gnus-fun.el (gnus-face-properties-alist): New user option.
18754         (gnus-display-x-face-in-from): Use it.
18755
18756         * gnus-art.el (article-display-face): Ditto.
18757
18758         * compface.el (uncompface-use-external): Default to nil.
18759
18760 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18761
18762         * nntp.el (nntp-erase-buffer): New function.
18763         (nntp-retrieve-data, nntp-send-command)
18764         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18765         (nntp-possibly-change-group): Use it.
18766
18767         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18768         Use with-current-buffer.
18769
18770 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18771
18772         * compface.el: Merge the ELisp-based uncompface program.
18773         (compface): New customization group.
18774         (uncompface-use-external): New user option.
18775         (uncompface): Call uncompface-internal if uncompface-use-external
18776         is nil.
18777         (uncompface-internal): New function.  Note that there are also
18778         some other functions and variables added for this function.
18779
18780 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18781
18782         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18783         if necessary.
18784
18785 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18786
18787         * spam-report.el (spam-report-unplug-agent)
18788         (spam-report-plug-agent, spam-report-deagentize)
18789         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18790         Add support for the Agent in spam-report: when unplugged, report to a
18791         file; when plugged, submit all the requests.
18792
18793         * spam.el (spam-register-routine): Fix message about
18794         registration.
18795
18796 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18799         dependencies.
18800         (rfc2047-encode): Use it.
18801
18802         * gnus-art.el (gnus-button-marker-list): Move before first
18803         reference.
18804
18805         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18806         (imap-parse-body): Fix format string mismatch.
18807
18808         * gnus-score.el (gnus-summary-increase-score): do.
18809
18810         * nnrss.el (nnrss-close): New function.
18811
18812 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18813
18814         * nnrss.el (nnrss-make-filename): New function.
18815         (nnrss-request-delete-group, nnrss-read-server-data)
18816         (nnrss-save-server-data, nnrss-read-group-data)
18817         (nnrss-save-group-data): Use it.
18818         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18819         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18820         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18821
18822 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18823
18824         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18825
18826 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18827
18828         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18829         files.
18830
18831         * message.el (message-generate-headers-first): Don't quote nil
18832         and t in docstrings.
18833
18834         * imap.el (imap-id): do.
18835
18836         * gnus-agent.el (gnus-agent-consider-all-articles)
18837         (gnus-agent-queue-mail): do.
18838
18839 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18840
18841         * spam-report.el (spam-report-process-queue): New function.
18842         Process requests from `spam-report-requests-file'.
18843         (spam-report-process-queue): Doc fix.
18844
18845 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18846
18847         * spam.el (spam-register-routine)
18848         (spam-log-processing-to-registry, spam-log-registered-p)
18849         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18850         Change "check" to "spam-check" for semi-clarity.
18851
18852 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18853
18854         * pop3.el: Require nnheader.
18855
18856         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18857
18858         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18859
18860         * gnus-picon.el: Require cl.
18861
18862         * gnus-fun.el: Require gnus-ems and gnus-util.
18863
18864         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18865
18866         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18867
18868         * gnus-art.el (gnus-article-edit-mode): Define before first
18869         reference.
18870
18871 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18874         (gnus-uu-post-encoded): Use point-at-bol.
18875
18876         * gnus-topic.el (gnus-group-active-topic-p): do.
18877
18878         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18879
18880         * gnus-group.el (gnus-group-kill-region): do.
18881
18882         * gnus-art.el (article-date-ut): do.
18883
18884         * message.el (message-fetch-field): Remove redundant
18885         case-fold-search binding.
18886         (message-narrow-to-field): Simplify.
18887
18888 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18889
18890         * spam.el (spam-directory): Derive from `gnus-directory'.
18891
18892         * spam-report.el (spam-report-url-to-file)
18893         (spam-report-requests-file): New function and variable for offline
18894         reporting.
18895         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18896         and user defined function.
18897         (spam-report-url-ping-mm-url): Remove doubled slash.
18898
18899 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18900
18901         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18902
18903 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18904
18905         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18906         Fix format string mismatch.
18907
18908         * sieve.el (sieve-deactivate-all): do.
18909
18910         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18911
18912         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18913
18914         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18915
18916         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18917
18918 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18919
18920         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18921         the list of checks.
18922
18923 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18924
18925         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18926         padding.
18927
18928 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18929
18930         * mm-view.el (mm-fill-flowed): New variable.
18931         (mm-inline-text): Use it.
18932
18933 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18934
18935         * spam.el (spam-spamassassin-register-ham-routine)
18936         (spam-spamassassin-register-spam-routine): Fix function names.
18937
18938 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * gnus.el (gnus-tmp-grouplens): Remove.
18941         (gnus-summary-line-format): Remove grouplens.
18942
18943         * gnus-group.el (gnus-group-line-format): Ditto.
18944
18945         * gnus-spec.el (gnus-format-specs): Ditto.
18946         (gnus-update-format-specifications): Flush the group format spec
18947         cache if there's the grouplens stuff.
18948         (gnus-parse-simple-format): Replace %l with the empty string.
18949
18950 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18951
18952         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18953         omission.
18954
18955 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18958         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18959
18960 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18961
18962         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18963         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18964         New macros and functions.
18965         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18966         Handle > NLINK_MAX messages.
18967         * nnmaildir.el (nnmaildir-request-set-mark):
18968         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18969
18970 2004-01-25  Alex Schroeder  <alex@gnu.org>
18971
18972         * spam-stat.el (spam-stat-process-directory-age): New option.
18973         (spam-stat-process-directory): Use it.
18974
18975 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18976
18977         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18978         (spam-stat-save): Accept prefix argument.
18979
18980 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18981
18982         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18983         links" error.
18984
18985 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18988         the rest of the and/or forms.
18989
18990 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18991
18992         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18993         compatibility with old .newsrc.eld files.
18994
18995         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18996
18997         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18998
18999         * gnus-start.el (gnus-1): do.
19000
19001         * gnus-group.el (gnus-group-line-format-alist): do.
19002
19003         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19004
19005         * gnus-gl.el: Remove.
19006
19007 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19008
19009         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19010         marks consisting of a single range {for example, (3 . 5)} rather
19011         than a list of a single range { ((3 . 5)) }.
19012
19013 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19016         Use with-current-buffer.
19017         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19018         avoid consing a string.
19019
19020         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19021         Remove obsolete entries for big5 and gb2312.
19022
19023 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19024
19025         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19026         uncompressed list.
19027
19028 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19029
19030         * spam-stat.el (spam-stat-strip-xref): New function.
19031         (spam-stat-process-directory): Use it.
19032
19033         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19034         here -- it's done in message-fetch-field.
19035
19036 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19037
19038         * gnus-agent.el (gnus-agent-queue-mail)
19039         (gnus-agent-prompt-send-queue): New variables.
19040         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19041         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19042         "nndraft:queue" along to gnus-draft-send.
19043         Use gnus-agent-prompt-send-queue.
19044         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19045         is "nndraft:queue".  Suggested by Gaute Strokkenes
19046         <gs234@srcf.ucam.org>
19047
19048         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19049         (agent-enable-undownloaded-faces): Add.
19050         (gnus-agent-cat-groups): Use eval-and-compile, not
19051         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19052         method of gnus-agent-cat-groups even when the buffer has been
19053         evaled.
19054         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19055         delete gnus-agent-save-active-1.
19056         (gnus-agent-save-groups): Delete.  Identical to
19057         gnus-agent-save-active.
19058         (gnus-agent-write-active): No longer adjust agent's copy of active
19059         file as agent's adjustments are now stored in their own
19060         file.  Remove optional parameter.
19061         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19062         servers.  Add use of min/max range limits from server's local
19063         file.
19064         (gnus-agent-save-alist): Remove unused optional argument.
19065         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19066         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19067         (gnus-agent-set-local): A per-server file that keeps min/max range
19068         limits for articles known to the agent.  Provides a fast mechanism
19069         for altering many active ranges.
19070         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19071         active file (local makes it unnecessary).
19072         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19073
19074         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19075         (agent-enable-undownloaded-faces): Add.
19076
19077         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19078         disable it when sending to "nndraft:queue".
19079         (gnus-group-send-queue): Add safety check to avoid sending queue
19080         when unplugged.
19081
19082         * gnus-group.el (gnus-group-catchup): Use new
19083         gnus-sequence-of-unread-articles, not
19084         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19085         numbers of articles.  Use gnus-range-map to avoid having to
19086         uncompress the unread list.
19087         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19088         Fix invalid ange-ftp reference.
19089
19090         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19091         (gnus-sorted-range-intersection): Intersection of two ranges
19092         without requiring that they first be uncompressed.
19093
19094         * gnus-start.el (gnus-activate-group): Unless blocked by the
19095         caller, possibly expand the active range to include both cached
19096         and agentized articles.
19097         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19098         multiple version-dependent converters.
19099         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19100         gnus-agent-save-active.
19101         (gnus-save-newsrc-file): Save dirty agent range limits.
19102
19103         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19104         gnus-agent-possibly-alter-active.
19105         (gnus-adjust-marked-articles): Faster handling of simple lists.
19106
19107 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19108
19109         * spam-stat.el (spam-stat-test-directory): New optional argument
19110         displays a list of files detected.  Suggested by Andrew Cohen
19111         <cohen@andy.bu.edu>.
19112         (spam-stat-buffer-words-with-scores): Don't narrow and change
19113         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19114
19115 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19116
19117         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19118         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19119         (spam-spamassassin-arguments)
19120         (spam-spamassassin-spam-flag-header)
19121         (spam-spamassassin-positive-spam-flag-header)
19122         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19123         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19124         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19125         (spam-list-of-processors, spam-list-of-checks)
19126         (spam-list-of-statistical-checks, spam-registration-functions)
19127         (spam-check-spamassassin-headers, spam-check-spamassassin)
19128         (spam-spamassassin-score)
19129         (spam-spamassassin-register-with-sa-learn)
19130         (spam-spamassassin-register-spam-routine)
19131         (spam-spamassassin-register-ham-routine)
19132         (spam-assassin-register-spam-routine)
19133         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19134         (spam-bogofilter-score): Fix to show article before scoring.
19135
19136 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19139         default scoring function.
19140         (spam-generic-score): Call spam-spamassassin-score if
19141         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19142         spam-bogofilter-score otherwise.
19143
19144         * gnus.el (spam-process, spam-autodetect-methods):
19145         Add spamassassin and spamassassin-headers.
19146
19147 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19148
19149         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19150         Suppress unnecessary messages.
19151
19152 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19153
19154         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19155         make-hash-table.
19156
19157 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * canlock.el (base64-encode-string): Don't autoload it.
19160
19161 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * run-at-time.el: Remove useless (require 'itimer),
19164         eval-and-compile and (featurep 'xemacs).
19165
19166 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19167
19168         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19169         GROUP is a virtual group.
19170
19171 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19172
19173         * gnus.el: Autoload `message-y-or-n-p'.
19174
19175 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19176
19177         * pgg-parse.el: Remove unnecessary (require 'custom).
19178
19179         * pgg-def.el: do.
19180
19181         * nnmail.el: do.
19182
19183         * gnus-undo.el: do.
19184
19185         * gnus-picon.el: do.
19186
19187         * gnus-util.el: do.
19188
19189 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19192
19193 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19196         handle, as well as a list.
19197
19198         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19199         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19200         (mm-w3m-cid-retrieve): Simplify.
19201
19202 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19203
19204         * message.el (message-kill-to-signature): Allow prefix arg to
19205         specify number of lines to keep before signature.
19206
19207 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19208
19209         * message.el (message-kill-to-signature): Change docstring.
19210
19211 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * canlock.el: Always require sha1-el.
19214         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19215
19216         * message.el: Autoload sha1 only when compiling.
19217
19218         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19219         eudc-expand-inline for XEmacs.
19220
19221 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * message.el (message-canlock-generate): Require sha1-el.
19224
19225 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19226
19227         * message.el (message-expand-name): Silence the byte compiler.
19228
19229         * lpath.el: Add detect-coding-system.
19230
19231         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19232         cus-edit.
19233
19234 2004-01-13  Simon Josefsson  <jas@extundo.com>
19235
19236         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19237         Invoke gnus-score-mode.
19238         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19239
19240         * gnus-range.el (gnus-compress-sequence): Doc fix.
19241         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19242
19243 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19244
19245         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19246
19247 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         * spam.el (spam-get-article-as-string): Update to use
19250         gnus-request-article-this-buffer, much simpler.
19251         (spam-get-article-as-buffer): Remove.
19252
19253 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19254
19255         * message.el (message-expand-name): Use EUDC if the user uses that.
19256
19257 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19260         character for the encoding to avoid consing a string.
19261
19262         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19263         unnecessarily.
19264
19265         * mm-util.el (mm-replace-chars-in-string): Remove.
19266
19267         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19268         of mm-replace-chars-in-string.
19269
19270 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19271
19272         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19273
19274         * mm-util.el (mm-subst-char-in-string): Support inplace.
19275
19276         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19277         a new string in every iteration.  Use shy groups.
19278
19279 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19282         * gnus-soup.el (gnus-soup-group-brew):
19283         * gnus-msg.el (gnus-put-message):
19284         * gnus-move.el (gnus-group-move-group-to-server):
19285         * gnus-kill.el (gnus-batch-score):
19286         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19287         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19288         (gnus-group-update-group, gnus-group-read-group)
19289         (gnus-group-make-group, gnus-group-make-help-group)
19290         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19291         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19292         (gnus-group-sort-by-unread, gnus-group-catchup)
19293         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19294         (gnus-group-yank-group, gnus-group-set-info)
19295         (gnus-group-list-groups):
19296         * gnus.el (gnus-generate-new-group-name):
19297         * gnus-delay.el (gnus-delay-send-queue):
19298         * nnvirtual.el (nnvirtual-catchup-group):
19299         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19300         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19301         (gnus-group-prepare-topics, gnus-topic-check-topology):
19302         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19303         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19304         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19305         (gnus-group-make-articles-read):
19306         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19307         (gnus-group-change-level, gnus-kill-newsgroup)
19308         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19309         (gnus-get-unread-articles, gnus-make-articles-unread)
19310         (gnus-make-ascending-articles-unread): Use accessor
19311         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19312         to get group information for improved readability.
19313
19314
19315 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19316
19317         * gnus-art.el (article-decode-mime-words, article-babel)
19318         (gnus-article-highlight-signature, gnus-article-add-buttons)
19319         (gnus-signature-toggle): Use gnus-with-article-buffer.
19320
19321         * gnus-art.el (gnus-article-highlight-headers)
19322         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19323
19324         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19325         (gnus-article-set-globals, gnus-request-article-this-buffer)
19326         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19327         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19328         (gnus-mime-display-alternative): Use with-current-buffer.
19329
19330 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19331
19332         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19333         also under 80 char limit, and call gnus-error if needed.
19334         (spam-fetch-article-header): Fix - it was a
19335         buffer-local variable (gnus-newsgroup-data).
19336         (spam-find-spam): Use spam-generate-fake-headers, forget about
19337         spam-insert-fake-headers.
19338         (spam-insert-fake-headers): Remove.
19339
19340 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19341
19342         * deuglify.el (gnus-article-outlook-unwrap-lines)
19343         (gnus-outlook-rearrange-article)
19344         (gnus-outlook-repair-attribution-outlook)
19345         (gnus-outlook-repair-attribution-block)
19346         (gnus-outlook-repair-attribution-other): Remove redundant
19347         save-excursion.
19348
19349 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19350
19351         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19352         (spam-fetch-field-subject-fast)
19353         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19354         (spam-fetch-article-header): Add functions to deal with Gnus
19355         internals for fast retrieval of article header data.
19356         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19357
19358 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19359
19360         * pop3.el (pop3-md5): Remove.
19361         (pop3-apop): Replace pop3-md5 with md5.
19362
19363         * mm-bodies.el: base64 is always built-in.
19364
19365         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19366         Use with-current-buffer.
19367
19368 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * canlock.el (canlock-insert-header): Remove excessive grouping in
19371         regexp.
19372
19373         * gnus-sum.el (gnus-summary-read-document): Ditto.
19374
19375         * gnus-uu.el (gnus-uu-part-number): Ditto.
19376
19377         * html2text.el (html2text-remove-tags): Ditto.
19378         (html2text-format-tags): Ditto.
19379         (html2text-format-single-elements): Ditto.
19380
19381         * mml.el (mml-parse-1): Ditto.
19382
19383 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19384
19385         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19386
19387         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19388
19389         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19390
19391         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19392
19393 2003-11-15  Simon Josefsson  <jas@extundo.com>
19394
19395         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19396         (pgg-gpg-lookup-key): Use regexp match instead of
19397         split-string (split-string is different between emacs 21.2 and
19398         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19399
19400 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19401
19402         * gnus-art.el (gnus-mime-view-all-parts)
19403         (gnus-article-part-wrapper, gnus-article-view-part):
19404         Use with-current-buffer.
19405
19406 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19407
19408         * spam.el (spam-disable-spam-split-during-ham-respool)
19409         (spam-spamoracle-database, spam-cache-lookups)
19410         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19411         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19412         (spam-group-ham-marks, spam-group-spam-marks)
19413         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19414         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19415         also add spam-use-blackholes to the statistical checks.
19416         (spam-fetch-field-fast): Add interface to fetching fields, may
19417         become a macro.
19418         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19419         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19420         (spam-insert-fake-headers): Fake an article when needed.
19421         (spam-find-spam): Fake article when possible.
19422         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19423         (spam-check-bogofilter-headers): Use message-fetch-field instead
19424         of nnmail-fetch-field.
19425
19426 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19427
19428         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19429
19430 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * spam.el (spam-split): Do not require spam-use-CHECK to be
19433         enabled if that check is passed to spam-split explicitly; also
19434         fix so 'spam doesn't get converted to spam-split-group when
19435         spam-split-symbolic-return is t.
19436         (spam-find-spam): Find registrations of the article and use those
19437         instead of re-running spam-split to find the spam/ham
19438         classification of the article.
19439         (spam-log-processing-to-registry, spam-log-registered-p)
19440         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19441         Use gnus-error instead of gnus-message.
19442         (spam-log-registration-type): Add function to determine the
19443         classification of a message based on registry entries; will
19444         return nil if both 'spam and 'ham are found.
19445         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19446         a reasonably fast local cache without the loading errors.
19447         (spam-cache-lookups): Set to t by default.
19448         (spam-find-spam): Don't try to guess spam-cache-lookups.
19449         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19450         spam-caches entry.
19451         (spam-filelist-build-cache, spam-filelist-check-cache):
19452         Fix caching of whitelist/blacklist entries.
19453         (spam-check-whitelist, spam-check-blacklist):
19454         Invoke spam-from-listed-p with a type, not a cache variable.
19455         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19456
19457 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19458
19459         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19460
19461         * nnmail.el (nnmail-split-fancy): do.
19462
19463         * mml.el (mml-parse): do.
19464
19465         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19466         (gnus-score-adaptive): do.
19467
19468 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19471         (gnus-mime-button-map): Don't set keymap parent.
19472         (gnus-button-ctan-directory-regexp): Use shy grouping.
19473         (gnus-prev-page-map): Don't set keymap parent.
19474         (gnus-prev-page-map): Remove duplicated one.
19475         (gnus-next-page-map): Don't set keymap parent.
19476         (gnus-mime-security-button-map): Ditto.
19477
19478         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19479         version number.
19480
19481         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19482
19483 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * canlock.el (canlock-sha1-function): Remove.
19486         (canlock-sha1-function-for-verify): Remove.
19487         (canlock-openssl-program): Remove.
19488         (canlock-openssl-args): Remove.
19489         (canlock-ignore-errors): Remove.
19490         (canlock-sha1-with-openssl): Remove.
19491         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19492         (canlock-verify): Don't use canlock-ignore-errors.
19493
19494         * sha1-el.el (sha1-string-external): Make it can return a string
19495         in binary form.
19496         (sha1-region-external): Ditto.
19497         (sha1-string-internal): Ditto.
19498         (sha1-region-internal): Ditto.
19499         (sha1-region): Ditto.
19500         (sha1-string): Ditto.
19501         (sha1): Ditto.
19502
19503 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19504
19505         * spam.el (spam-report-articles-gmane): New command.
19506
19507 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19510
19511         * run-at-time.el (run-at-time-saved): Remove.
19512         (run-at-time): Doc fix.
19513
19514 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19517         (gnus-summary-limit-map): Add it.
19518         (gnus-summary-make-menu-bar): do.
19519
19520 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19521
19522         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19523         Make attempt at some caching support (done for BBDB only now).
19524         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19525         addresses to be checked.
19526         (spam-clear-cache-BBDB): Add function, to be invoked by
19527         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19528         (spam-check-BBDB): Check and use the caches, if
19529         spam-cache-lookups is on, remove superfluous (provide).
19530
19531 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19532
19533         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19534
19535 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19536
19537         * run-at-time.el (run-at-time-saved): Move to after the definition
19538         of `run-at-time'.
19539
19540         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19541
19542 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19545         mm-w3m-local-map-property.
19546
19547         * mm-view.el (mm-w3m-mode-map): Remove.
19548         (mm-w3m-local-map-property): Remove.
19549         (mm-inline-text-html-render-with-w3m): Don't use
19550         mm-w3m-local-map-property.
19551
19552 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19553
19554         * run-at-time.el: New file.
19555
19556         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19557         under Emacs.
19558
19559         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19560         of gnus-set-text-properties.
19561
19562         * gnus-uu.el (gnus-uu-save-article): Ditto.
19563
19564         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19565
19566         * gnus-cite.el (gnus-cite-parse): Ditto.
19567
19568         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19569         of gnus-.
19570
19571         * gnus-xmas.el (run-at-time): Require run-at-time.
19572
19573         * gnus.el: Change calls to nnheader-run-at-time and
19574         password-run-at-time throughout to use run-at-time directly.
19575
19576         * password.el: Remove definition of run-at-time.
19577
19578         * nnheaderxm.el: Remove definition of run-at-time.
19579
19580 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19581
19582         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19583         in prompt.
19584
19585 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19586
19587         * messagexmas.el (message-xmas-redefine): Alias
19588         `message-make-caesar-translation-table' to
19589         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19590         version.
19591
19592         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19593         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19594         `gnus-xmas-set-text-properties'.
19595         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19596         `gnus-xmas-completing-read'.
19597         (gnus-xmas-completing-read): Removed.
19598         (gnus-xmas-open-network-stream): Removed.
19599
19600         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19601         XEmacs version.
19602
19603         * dns.el (dns-make-network-process): Use `open-network-stream'
19604         instead of `gnus-xmas-open-network-stream'.
19605
19606         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19607
19608         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19609
19610 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19611
19612         * gnus-art.el (gnus-mime-display-alternative)
19613         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19614         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19615         Don't use gnus-local-map-property.
19616
19617         * gnus-util.el (gnus-local-map-property): Remove.
19618
19619         * mm-view.el (mm-view-pkcs7-decrypt):
19620         Replace gnus-completing-read-maybe-default with completing-read.
19621
19622         * gnus-util.el (gnus-completing-read): do.
19623         (gnus-completing-read-maybe-default): Remove.
19624
19625 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19626
19627         * password.el: Only autoload `run-at-time' if not XEmacs.
19628         Only autoload the itimer functions if XEmacs.
19629
19630 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19633         XEmacsen.
19634
19635         * dgnushack.el: Autoload executable-find for XEmacs.
19636
19637 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * gnus-art.el (gnus-read-string): Remove.
19640         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19641         read-string.
19642
19643 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19644
19645         * netrc.el: Autoload password-read.
19646         (netrc): Add configuration group.
19647         (netrc-encoding-method, netrc-openssl-path):
19648         Add variables for encoding and decoding of files with symmetric
19649         ciphers.
19650         (netrc-encode): Add assistant function to encode a file with
19651         netrc-encoding-method.
19652         (netrc-parse): Add interactive parameter, added optional
19653         decoding if netrc-encoding-method is non-nil but otherwise
19654         behavior is standard.
19655         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19656         Do s/encode/encrypt/ everywhere.
19657
19658         * spam.el: Remove executable-find autoload.
19659
19660 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19661
19662         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19663
19664         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19665
19666 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19667
19668         * gnus-art.el (gnus-treat-ansi-sequences)
19669         (article-treat-ansi-sequences): New variable and function.
19670         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19671
19672         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19673         Use it.
19674
19675 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19676
19677         * mm-util.el (mm-quote-arg): Remove.
19678
19679         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19680         shell-quote-argument.
19681
19682         * gnus-uu.el (gnus-uu-command): do.
19683
19684         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19685
19686         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19687         with make-char.
19688
19689         * mm-util.el (mm-make-char): Remove.
19690
19691         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19692         add-minor-mode.
19693
19694         * gnus-undo.el (gnus-undo-mode): do.
19695
19696         * gnus-topic.el (gnus-topic-mode): do.
19697
19698         * gnus-sum.el (gnus-dead-summary-mode): do.
19699
19700         * gnus-start.el (gnus-slave-mode): do.
19701
19702         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19703
19704         * gnus-ml.el (gnus-mailing-list-mode): do.
19705
19706         * gnus-gl.el (gnus-grouplens-mode): do.
19707
19708         * gnus-draft.el (gnus-draft-mode): do.
19709
19710         * gnus-dired.el (gnus-dired-mode): do.
19711
19712         * gnus-ems.el (gnus-add-minor-mode): Remove.
19713
19714         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19715         Replace gnus-char-width with char-width.
19716
19717         * gnus-ems.el (gnus-char-width): Remove.
19718
19719         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19720         Replace gnus-char-width with char-width.
19721
19722         * gnus-ems.el (gnus-char-width): Remove.
19723
19724         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19725         definition.
19726         Remove Emacs 20 hash table compatibility code.
19727
19728         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19729         20 compatibility code.
19730
19731         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19732
19733         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19734
19735         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19736         Replace with point-at-{eol,bol}.
19737
19738         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19739
19740         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19741
19742         * flow-fill.el (fill-flowed-point-at-bol)
19743         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19744
19745         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19746         Replace with point-at-{eol,bol} throughout all files.
19747
19748 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * ntlm.el (ntlm-string-as-unibyte): New macro.
19751         (ntlm-build-auth-response): Use it.
19752
19753         Remove Emacs 20 stuff:
19754         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19755         (butlast, mapc, remove): Remove the compiler macros.
19756         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19757         of delq and copy-sequence.
19758         * gnus-art.el (popup-menu): Remove the compiler macro.
19759         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19760         Emacs 20.
19761
19762 2004-01-05  Simon Josefsson  <jas@extundo.com>
19763
19764         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19765         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19766         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19767         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19768         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19769         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19770         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19771         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19772         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19773         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19774         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19775         string-xor into ntlm-string-xor.
19776         Suggested by Jesper Harder <harder@myrealbox.com>.
19777
19778         * ntlm.el: Don't include poem.
19779
19780         * md4.el (print-int32, print-string-hexa): Remove.
19781         Suggested by Jesper Harder <harder@myrealbox.com>.
19782
19783         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19784
19785         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19786         probably breaks emacs with DL patch, but do we care? Is anyone
19787         still using the DL stuff?)
19788
19789         * sieve-manage.el: Use the password package.
19790         (sieve-manage-read-passwd): Remove.
19791         (sieve-manage-interactive-login): Use password.  Re-add
19792         condition-case around loop.
19793
19794         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19795         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19796         Use the password package.
19797
19798 2003-02-19  Simon Josefsson  <jas@extundo.com>
19799
19800         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19801         token.
19802
19803 2002-08-07  Simon Josefsson  <jas@extundo.com>
19804
19805         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19806         (sieve-manage-authenticators):
19807         (sieve-manage-authenticator-alist): Add some SASL mechs.
19808         (sieve-sasl-auth): New function.
19809         (sieve-manage-cram-md5-auth):
19810         (sieve-manage-plain-auth): Rewrite using SASL library.
19811         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19812         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19813         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19814         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19815
19816 2004-01-05  Simon Josefsson  <jas@extundo.com>
19817
19818         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19819         New files.
19820
19821 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19822
19823         * gnus-group.el (gnus-no-groups-message): Update.
19824
19825         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19826
19827 2003-11-09  Simon Josefsson  <jas@extundo.com>
19828
19829         * imap.el: Support for ID IMAP extension (RFC 2971).
19830         (imap-local-variables): Add imap-id.
19831         (imap-id): New variable.
19832         (imap-id): New function.
19833         (imap-parse-response): Parse untagged ID response.
19834         * nnimap.el (nnimap-id): New variable.
19835         (nnimap-open-connection): Use it.
19836
19837 2003-12-28  Simon Josefsson  <jas@extundo.com>
19838
19839         * gnus-score.el (gnus-score-edit-all-score): New.
19840         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19841
19842 2004-01-04  Simon Josefsson  <jas@extundo.com>
19843
19844         * password.el: Add.
19845
19846 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19847
19848         * dns.el (dns-query-types): Fix typo.
19849         (dns-query-types): New function.
19850         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19851         PTR and SOA replies, see RFC 1035.
19852
19853 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19854
19855         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19856
19857         * Move to Changelog.2.
19858
19859 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19860
19861         * gnus.el (gnus-version-number): Bump version.
19862
19863 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19864
19865         * gnus.el: No Gnus v0.1 is released.
19866
19867 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19868
19869         * gnus.el: No Gnus v0.0 is released.
19870
19871 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19872
19873         * gnus.el (gnus-version-number): Bump.
19874         (gnus-version): No.
19875
19876 See ChangeLog.2 for earlier changes.
19877
19878     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19879       Free Software Foundation, Inc.
19880
19881   This file is part of GNU Emacs.
19882
19883   GNU Emacs is free software: you can redistribute it and/or modify
19884   it under the terms of the GNU General Public License as published by
19885   the Free Software Foundation, either version 3 of the License, or
19886   (at your option) any later version.
19887
19888   GNU Emacs is distributed in the hope that it will be useful,
19889   but WITHOUT ANY WARRANTY; without even the implied warranty of
19890   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19891   GNU General Public License for more details.
19892
19893   You should have received a copy of the GNU General Public License
19894   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19895
19896 ;; Local Variables:
19897 ;; coding: utf-8
19898 ;; fill-column: 79
19899 ;; add-log-time-zone-rule: t
19900 ;; End: