(gnus-1): Don't create the nndrafts group twice.
[gnus] / lisp / ChangeLog
1 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4         (gnus-1): Don't create the nndrafts group twice.
5
6         * gnus-agent.el (gnus-agentize): Don't create the queue group
7         automatically on startup.  It'll be created later, if needed.
8
9         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
10         of automatically subscribed groups.
11         (gnus-auto-subscribed-categories): New variable.
12         (gnus-matches-options-n): Use it.
13         (gnus-default-subscribed-newsgroups): Remove unused variable.
14         (gnus-start-draft-setup): Message a bit less.
15
16 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
17
18         * nnir.el (nnir-run-imap): Return article list in order of increasing
19         UID.
20
21 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
24         gnus-auto-select-on-ephemeral-exit.
25
26         * proto-stream.el (proto-stream-open-network-only): Fix the calling
27         convention of the network-only option.
28
29 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * proto-stream.el (proto-stream-open-network-only): New function to
32         have a way to specify non-STARTTLS upgrade connections.
33
34 2010-12-10  Julien Danjou  <julien@danjou.info>
35
36         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
37         email address is nil.
38
39         * message.el (message-bogus-recipient-p): Set address to "" if nil.
40
41 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
42
43         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
44         deletion.
45         (nnir-run-imap): Only need to parse list once.
46
47 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * shr.el (shr-tag-script): Ignore <script>.
50         (shr-tag-label): Add <label> support.
51
52 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
55
56         * shr.el (shr-image-displayer): Work for images lined side by side.
57
58 2010-12-08  Robert Pluim  <rpluim@gmail.com>
59
60         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
61         parameter, since XEmacs doesn't accept t as a parameter.
62
63 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
66         ids.
67         (nnir-run-gmane): Simplify groupspec formatting.
68         (nnir-request-expire-articles): New function.
69
70 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
73         overflow, possibly.
74
75         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
76         (shr-render-td): Handle td style="" better.
77         (shr-tag-table): Use the color from the style sheet.
78         (shr-render-td): Make sure we copy over all the overlays, too.
79
80 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
81
82         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
83         (nnir-request-article): Improve article retrieval.
84
85 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * mm-util.el (mm-extra-numeric-entities): New variable.
88
89         * mm-url.el (mm-url-decode-entities):
90         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
91
92         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
93
94 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
95
96         * message.el: Use completion-at-point.
97         (message-completion-function): New fun, extracted from message-tab.
98         (message-mode): Use it for completion-at-point-functions.
99         (message-tab): Use it and completion-at-point.
100
101 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
104         character if a non-breakable character follows.
105
106 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
109         any stream.
110
111         * shr.el (shr-tag-font): Colorize the region.
112         (shr-tag-body): Ditto.
113         (shr-tag-font): Actually let the styles be inherited instead of
114         overwriting them.
115         (shr-tag-font): Get the background color right.
116         (shr-tag-style): Ignore all <style> tags for the moment.
117
118         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
119         a Message-ID to avoid having nnimap depend on gnus-sum.
120
121         * shr.el (shr-descend): Only colorize something if we have a node that
122         sets colors.
123
124 2010-12-06  Julien Danjou  <julien@danjou.info>
125
126         * shr.el (shr-render-td): Render td content with shr-descend, so style
127         will be applied to <td> too.
128         (shr-colorize-region): Colorize region even if we only have a background.
129         (shr-tag-body): Fix color and background color inheritance.
130         Do not recolorize after shr-generic.
131         (shr-tag-font): Let shr-generic colorize via inheritance.
132
133 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
136
137 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
138
139         * nnir.el (nnir-request-move-article): Remove obsolete code.
140
141 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
144
145 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-sum.el (gnus-summary-respool-article): The completion function
148         expects a list instead of an alist.
149
150         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
151         string as the parameter.
152
153         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
154
155         * shr.el (shr-stylesheet): New dynamic variable for cascading the
156         styles.
157         (shr-colorize-region): New function.
158         (shr-insert-background-overlay): Remove.
159         (shr-render-td): Background setting should be taken care of on a higher
160         level.
161         (shr-tag-body): Use post-hoc colorizations.
162         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
163         (shr-put-color-1): Don't overwrite old colors.
164         (shr-colorize-region): When the background color isn't explicit, use
165         a fixed background.
166
167         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
168         nnmail variables.
169
170 2010-12-05  Bjørn Mork  <bjorn@mork.no>
171
172         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
173         unless necessary.
174
175 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
176
177         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
178         server.
179
180 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
183         so that TAB works.
184
185         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
186         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
187
188         * shr.el (shr-urlify): Show the URL before the title to avoid
189         misleading URLs.
190
191 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
192
193         * shr.el (shr-urlify): Display the title in <a> tags.
194
195 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
196
197         * nnir.el (nnir-categorize): Replace mapcar with mapc.
198
199 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
200
201         * nnir.el: Rearrange code to allow macros to be autoloaded by
202         gnus-sum.el.
203         (nnir-retrieve-headers-override-function): Make this variable
204         customizable.
205         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
206
207         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
208         from nnir.el.
209
210 2010-12-03  Julien Danjou  <julien@danjou.info>
211
212         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
213
214 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
217         allow optional argument `environment'.
218
219 2010-12-03  Glenn Morris  <rgm@gnu.org>
220
221         * mm-extern.el (message-goto-body): Update declaration.
222
223 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-util.el (gnus-macroexpand-all): New function.
226
227         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
228         instead of macroexpand-all that is unavailable in XEmacs.
229
230 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
231
232         * nnir.el (nnir-summary-line-format): New variable.
233         (nnir-mode): Use it.
234         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
235         (nnir-article-ids): Reimplement as defsubst.
236         (nnir-retrieve-headers): Don't mangle the subject header.
237         (nnir-run-imap): Use 100 as RSV score.
238         (nnir-run-find-grep): Fix for full server searching.
239         (nnir-run-gmane): Better restriction to gmane groups.
240
241         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
242         summary buffers.
243
244 2010-12-02  Julien Danjou  <julien@danjou.info>
245
246         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
247
248         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
249
250         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
251         support.
252
253 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
254
255         * nnir.el: Update to handle the registry better.
256         (autoload): Silence byte-compiler.
257         (nnir-open-server): Add a hook for nnir groups.
258         (nnir-request-move-article): Don't mangle the header. Better to use
259         formating variables (which will be added in the future).
260         (nnir-registry-action): Update the registry using the original article
261         group name.
262         (nnir-mode): Install nnir-specific hooks for updating the registry.
263
264         * gnus-sum.el
265         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
266         obsolete variables.
267         (gnus-summary-move-article): Remove use of obsolete variables.
268         (gnus-summary-local-variables): Make move and delete hooks local to
269         summary buffers.
270
271 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * rtree.el: New file.
274
275 2010-12-01  Julien Danjou  <julien@danjou.info>
276
277         * message.el (message-user-organization): Do not use
278         gnus-local-organization.
279
280         * gnus.el: Remove gnus-local-organization.
281
282         * gnus-msg.el: Remove nastygram thing.
283
284 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
287         funcall.
288
289 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
292         names.
293
294         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
295         characters.
296
297         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
298         to t of inhibit-read-only since it is inside gnus-with-article-headers.
299         Suggested by Štěpán Němec <stepnem@gmail.com>.
300         (gnus-gravatar-transform-address): Use mail-extract-address-components
301         that supports non-ASCII names rather than mail-header-parse-addresses.
302
303 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * proto-stream.el (open-protocol-stream): All starttls connections are
306         handled by the network handler.
307
308 2010-11-30  Julien Danjou  <julien@danjou.info>
309
310         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
311         (nnimap-open-connection-1): Fix PREAUTH.
312
313         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
314
315 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
318         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
319         (shr-insert): Use them.
320         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
321
322 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
323
324         * nnir.el (nnir-request-move-article): Bail out if original group
325         doesn't support article moves.
326         (nnir-get-active): Improve active list retrieval.
327
328 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * shr.el (shr-find-fill-point): Don't break before apostrophes.
331
332 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
333
334         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
335         seem to accept strings-with-numbers as port numbers,
336
337 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
338
339         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
340         change the registry.
341
342 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
345         delete-dups that is not available in XEmacs 21.4.
346
347         * mm-util.el (mm-delete-duplicates): Add comment.
348
349 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
350
351         * nnir.el (nnir-ignored-newsgroups): New variable.
352         (nnir-get-active): Use it.
353
354 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * proto-stream.el (proto-stream-open-network): Add some comments.
357
358         * nntp.el (nntp-open-connection): Provide a :success condition.
359
360         * nnimap.el (nnimap-open-connection-1): Ditto.
361
362         * proto-stream.el (proto-stream-open-network): See what the response to
363         the STARTTLS command is.
364
365         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
366         backwards compatibility).
367         (nnimap-open-connection-1): Really respect nnimap-server-port.
368
369         * proto-stream.el (proto-stream-open-network): When doing opportunistic
370         TLS upgrades we don't really care about the identity of the peer.
371         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
372         that what we've checked for.
373         (proto-stream-always-use-starttls): Only default to t if
374         open-gnutls-stream exists.
375         (proto-stream-open-network): If STARTTLS failed, then just open a
376         normal connection.
377         (proto-stream-open-network): Wait until the greeting before doing
378         STARTTLS.
379
380         * nntp.el (nntp-open-connection): Report what the connection error is.
381
382         * proto-stream.el (open-protocol-stream): Renamed from
383         open-proto-stream.
384
385 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * nnimap.el (nnimap-stream): Change default to `undecided'.
388         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
389         first, and then network.
390         (nnimap-open-connection-1): Respect nnimap-server-port.
391         (nnimap-open-connection): Be more backwards-compatible.
392
393         * proto-stream.el (proto-stream-always-use-starttls): New variable.
394         (proto-stream-open-starttls): De-duplicate the starttls code.
395         (proto-stream-open-starttls): Folded back into the main function.
396         (proto-stream-open-network): Fix typo in the gnutls path.
397         (proto-stream-command): Refactor out.
398
399         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
400
401         * proto-stream.el (proto-stream-open-starttls): Actually implement the
402         starttls.el STARTTLS.
403
404         * color.el (color-lab->srgb): Fix function call name.
405
406         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
407         if we're using tls.el.
408         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
409         built in, then don't try to establish a STARTTLS connection.
410
411         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
412         servers.
413
414         * proto-stream.el (open-proto-stream): Use network, not stream.
415         (open-proto-stream): Add a way to specify what the end of a command is.
416
417         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
418         connections types.
419         (nntp-open-network-stream): Remove.
420         (nntp-open-ssl-stream): Remove.
421         (nntp-open-tls-stream): Remove.
422         (nntp-ssl-program): Remove.
423
424         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
425
426 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
427
428         * nnir.el: Fix typos.
429         (nnir-retrieve-headers-override-function): Rename variable to reflect
430         new semantics.
431         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
432         macros.
433         (nnir-request-article, nnir-request-move-article): Use them.
434         (nnir-categorize): New function.
435         (nnir-run-query): Use it.
436         (nnir-retrieve-headers): Rewrite to batch header retrieval.
437         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
438         sorted.
439         (nnir-group-full-name): Use gnus-group-full-name instead.
440         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
441         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
442
443 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
446
447         * proto-stream.el: New library to provide protocol-specific
448         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
449         protocols.
450         (open-proto-stream): Complete the documentation.
451         (proto-stream-open-network): Fix some typos.
452
453         * nnimap.el (nnimap-open-connection): Use it.
454
455 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
456
457         * pop3.el (pop3-open-server): Read server greeting before starting TLS
458         negotiation.
459
460 2010-11-26  Julien Danjou  <julien@danjou.info>
461
462         * color.el: Rename various rgb functions to srgb.
463
464 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
467         names.
468
469 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * shr.el (shr-insert): Revert last change.
472         (shr-find-fill-point): Never leave point being at bol;
473         relax the kinsoku limitation when rendering tables.
474
475 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
478         results from -accept-article.
479
480         * shr-color.el: Require cl when compiling.
481
482         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
483         checkin.
484
485         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
486
487         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
488
489         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
490         'add and 'delete to set backend marks.
491
492         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
493
494         * nnheader.el (nnheader-update-marks-actions): Refactor out.
495
496         * nntp.el (nntp-request-set-mark): Use it.
497
498         * nnfolder.el (nnfolder-request-set-mark): Ditto.
499
500         * nnml.el (nnml-request-set-mark): Ditto.
501
502         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
503         introduces regressions in article selection.
504         (nnimap-find-uid-response): New function.
505         (nnimap-request-accept-article): Use the UID returned, if any.
506         (nnimap-request-move-article): Use the UID returned, if any.
507         (nnimap-get-groups): Reimplement to work with folded lines.
508         (nnimap-find-uid-response): The UID is the last element in the list.
509         (nnimap-request-set-mark): Extend syntax with 'set.
510
511         * nnml.el (nnml-request-set-mark): Ditto.
512
513         * nnfolder.el (nnfolder-request-set-mark): Ditto.
514
515         * nntp.el (nntp-request-set-mark): Ditto.
516
517 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * message.el (message-called-interactively-p): A temporary macro.
520         (message-goto-body): Use it temporarily.
521
522 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
525         (nnimap-last-response-string): Unfold quoted lines, if they exist.
526         (nnimap-last-response-string): Fix last unfolding fix.
527
528 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * shr.el (shr-insert): Fix the way to fold lines.
531
532 2010-11-25  Julien Danjou  <julien@danjou.info>
533
534         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
535
536         * color.el: Rename from color-lab.el
537         (color-rgb->hex): Add.
538         (color-complement): Add.
539         (color-complement-hex): Add.
540
541         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
542
543 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * shr-color.el (shr-color-visible): Don't bug out if the colour names
546         don't exist.
547
548 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
551         assuming that article displaying or another mml-preview may be
552         interrupted for an error or for the like.
553
554         * shr.el (shr-get-background): Fix argument name.
555
556 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
559
560         * gnus-sum.el (gnus-summary-include-articles): New function.
561
562         * message.el (message-goto-body): called-interactively-p needs a
563         parameter, so use `any'.
564
565         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
566         clear marks before moving, since they're synced from the Gnus side
567         first.
568
569         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
570         (gnus-summary-move-article): Copy over all marks before moving, so that
571         IMAP doesn't think a new article has arrived.
572
573 2010-11-24  Julien Danjou  <julien@danjou.info>
574
575         * shr.el (shr-insert-background-overlay): Fix typo.
576         (shr-render-td): Copy the background before rendering.
577
578         * shr-color.el (shr-color-visible): Fix docstring.
579
580         * shr.el (shr-tag-table): Add bgcolor support.
581         (shr-render-td): Add bgcolor support.
582         (shr-get-background): Add.
583         (shr-insert-foreground-overlay): Use shr-get-background.
584
585         * message.el (message-goto-body): Use called-interactively-p.
586         (message-in-body-p): message-goto-body returns point.
587
588 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
591         Fixes something or other in Emacs 23, and is backwards compatible.
592
593         * message.el (message-goto-body): Remove the <#secure special-casing,
594         which is too special.
595
596         * shr.el (shr-parse-style): Drop !important from styles.
597
598 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
599
600         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
601         this function to return incorrect results when calling it with an
602         explicit article argument different from
603         (gnus-summary-article-number).
604
605 2010-11-24  Julien Danjou  <julien@danjou.info>
606
607         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
608         (shr-tag-body): Add background support.
609         (shr-descend): Add background support.
610         (shr-tag-title): Add.
611
612         * shr-color.el (shr-color-visible): Really return original background
613         if fixed.
614
615 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * shr.el (shr-color-check): Protect against non-existant colour names.
618
619 2010-11-24  Julien Danjou  <julien@danjou.info>
620
621         * color-lab.el: Require 'cl when compiling.
622
623         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
624
625         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
626         matched part.
627
628         * color-lab.el: Fix all expt calls to use float type.
629
630 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
633         expression to shr-color-check as is.
634
635         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
636
637         * color-lab.el: Add coding cookie.
638         (float-pi): Use eval-and-compile.
639
640         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
641         compiled for Emacsen having no `libxml-parse-html-region' support.
642
643 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * shr.el (shr-insert-color-overlay): Split stuff like
646         "#444444 !important" to find the real colour.
647         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
648         parse <font color="red"> entries.
649
650 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
651
652         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
653         point when parsing headers.
654
655         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
656         is positioned properly when parsing headers.
657
658 2010-11-23  Julien Danjou  <julien@danjou.info>
659
660         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
661
662         * shr-color.el (shr-color->hexadecimal): Add support for color names.
663
664         * shr.el (shr-parse-style): Replace \n with space in style parsing.
665
666         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
667         shr-color-hue-to-rgb.
668         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
669
670 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * shr.el (shr-color->hexadecimal): Autoload.
673         (shr-descend): Add color to all tags.
674
675 2010-11-22  Julien Danjou  <julien@danjou.info>
676
677         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
678         shr-color->hexadecimal.
679
680         * shr-color.el (shr-color->hexadecimal): Add converting functions for
681         RGB() or HSL() color representation.
682
683         * shr.el (shr-tag-font): Add.
684         (shr-tag-color-check): New function to get better colors.
685         (shr-tag-insert-color-overlay): Factorize code between tag-font and
686         tag-span.
687
688         * shr-color.el: New file.
689
690         * color-lab.el: New file.
691
692         * gnus-art.el (gnus-url-mailto): Do not downcase args.
693
694 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
695
696         * nnir.el: Fix typo in comments.
697         (nnir-run-imap): Simplify code. No need to reverse artlist.
698         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
699
700 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
703
704         * nnimap.el (nnimap-get-capabilities): Refactor out.
705         (nnimap-open-connection): Re-request capabilities after STARTTLS.
706
707 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
708
709         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
710         appearing when `mm-uu-hide-markers' is nil.
711
712 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * nnimap.el (nnimap-unselect-group): Make into its own function.
715         (nnimap-request-rename-group): Unselect group before renaming.
716         This had gotten lost somewhere.
717         (nnimap-request-accept-article): Keep track of examined groups, and
718         unselect the group before APPENDing to read-only groups.
719         (nnimap-request-move-article): Clear flags before moving so that they
720         can be re-set later.
721
722 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
725         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
726
727 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-mime-display-single)
730         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
731         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
732         parameter.
733
734 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
737         (shr-table-vertical-line): New variable.
738         (shr-insert-table): Use it.
739
740 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * gnus-html.el (gnus-html-wash-images): Don't display images if
743         gnus-inhibit-images is non-nil; register displayer for cid images.
744         (gnus-html-display-image): Work for cid image.
745         (gnus-html-insert-image): Allow arguments.
746         (gnus-html-put-image): Inhibit read-only.
747         (gnus-html-prefetch-images): Don't prefetch images if
748         gnus-inhibit-images is non-nil.
749
750 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * shr.el (shr-put-image): Break lines when inserting big pictures.
753
754 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
755
756         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
757         sender, thanks Katsumi Yamaoka.
758
759 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
760
761         * nnir.el (nnir-run-imap): Reverse the article list for each group
762         rather than the whole list.
763
764 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * shr.el (shr-image-displayer): Protect function against non-existent
767         image source.
768
769         * gnus-art.el (gnus-inhibit-images): New user option.
770         (gnus-mime-display-single): Don't display image if it is non-nil.
771
772         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
773         gnus-inhibit-images.
774
775         * shr.el (shr-image-displayer): New function.
776         (shr-tag-img): Use it.
777
778 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
779
780         * mml2015.el (mml2015-epg-sign): Use From header.
781
782 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * gnus-html.el (gnus-html-wash-images): Register a displayer.
785
786         * gnus-util.el (gnus-find-text-property-region): Return markers.
787
788         * shr.el (shr-tag-img): Put a displayer in the text property.
789
790         * gnus-util.el (gnus-find-text-property-region): New utility function.
791
792         * gnus-html.el (gnus-html-display-image): Make the alt optional.
793         (gnus-html-show-images): Remove.
794
795         * gnus-art.el (gnus-article-show-images): New, more general function.
796
797         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
798         image url text properties.
799
800         * shr.el: Ditto.
801
802         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
803         gnus-agent-auto-agentize-methods is set.  Which it isn't.
804
805 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
808         work for two or more articles.
809
810 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
813         divide an image that's in an html article to two or more when washing
814         non-ASCII characters in alt text of it.
815
816 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
819         smime-decrypt-region using function argument.
820         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
821
822         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
823
824         * smime.el (smime-decrypt-region): Catch it.
825
826 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
827
828         * smime.el (smime-mode-map): Move initialization into declaration.
829         (gnus-run-mode-hooks): Don't autoload.
830         (smime-mode): Use define-derived-mode.
831
832 2010-11-11  Glenn Morris  <rgm@gnu.org>
833
834         * smime.el (from): Restrict declaration to XEmacs.
835
836         * nnir.el (gnus-group-topic-name): Autoload.
837
838 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * shr.el (shr-insert): Don't break long line if it is because of
841         kinsoku-bol characters in the line end.
842
843 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnir.el (nnir-request-move-article): Fix to provide original group
846         and subject.
847         (nnir-warp-to-article): Don't fail on articles whose headers haven't
848         been retrieved.
849
850         * gnus-sum.el (gnus-summary-move-article): Use original group and
851         subject for virtual articles such as those in an nnir summary buffer.
852
853 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
856         least 21.5).
857
858         * smime.el (from): Declare it again for XEmacs.
859
860 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * message.el (message-resend): Don't disable encoding unless it's
863         already encoded.
864
865         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
866         low-numbered articles.
867
868 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * rfc2047.el (rfc2047-syntax-table): Simplify.
871
872         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
873
874         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
875         set-char-table-range for XEmacs.
876
877 2010-11-10  Glenn Morris  <rgm@gnu.org>
878
879         * time-date.el (time-to-seconds): Always an alias on Emacs,
880         never a real function.
881         (with-no-warnings): Remove compat stub, now unused.
882         (time-less-p): Doc fix.
883         (time-to-number-of-days): Simplify.
884
885         * smime.el (from): Remove unused declaration.
886
887         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
888         (gnus-float-time): On Emacs, always an alias.
889
890         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
891         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
892
893 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * dgnushack.el: Don't use ignore-errors in the top level form since it
896         is unavailable in XEmacs even if cl is loaded.
897
898         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
899
900 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * shr.el (browse-url-mailto): Autoload.
903
904         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
905
906         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
907         regexp doesn't need quoting.
908
909 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
910
911         * message.el (message-subject-trailing-was-ask-regexp)
912         (message-subject-trailing-was-regexp): Match was: in addition to was.
913
914 2010-11-09  Glenn Morris  <rgm@gnu.org>
915
916         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
917         (nnbabyl-check-mbox): Use point-at-bol.
918
919 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
922
923         * message.el (message-mailto): New function.
924         (message-mailto): Should accept other parameters.
925         (message-mailto): Remove since it duplicates browse-url-mailto
926         functionality.
927
928 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
931         methods.
932         (gnus-read-active-file): Ditto.
933
934         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
935         ": " from the prompt.
936         (gnus-group-make-group): Ditto.
937
938 2010-11-07  Glenn Morris  <rgm@gnu.org>
939
940         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
941         (gnus-bookmark-kill-line): Use point-at-eol.
942
943 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
946         asterisks in From header.
947
948 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
951         string to avoid making the From headers syntactically invalid.
952
953         * message.el (message-send-mail): Don't insert courtesy messages if the
954         message already has List-Post and List-ID messages.
955
956 2010-11-06  Glenn Morris  <rgm@gnu.org>
957
958         * gnus-art.el (gnus-treat-article): Give dynamic local variables
959         `condition', `type', `length' a prefix.
960         (gnus-treat-predicate): Update for above name changes.
961
962 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
963
964         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
965         binding.  Handled by `gnus-summary-refer-thread' instead.
966         (nnir-warp-to-article): New backend function.
967
968         * nnimap.el (nnimap-request-thread): Force dependency updating.
969
970         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
971         (gnus-summary-refer-thread): Rework to improve thread-referral.
972
973         * gnus-int.el (gnus-warp-to-article): New function.
974
975         * gnus-sum.el (gnus-summary-article-map): Bind it.
976
977 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
978
979         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
980         gnus-summary-refer-thread.
981
982         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
983         headers.
984         (gnus-summary-limit-include-thread): Prevent articles in thread from
985         being cut in gnus-cut-threads.
986         (gnus-summary-refer-thread): Limit retrieved headers to those in
987         thread.
988
989 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * message.el (message-send-mail): Use the value of
992         message-courtesy-message from the message buffer.
993
994         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
995
996         * shr.el (shr-browse-url): Implement mailto: URLs.
997
998         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
999         "raw".
1000
1001         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1002         if it's already selected.
1003
1004         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1005
1006 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1009         to measure the length and truncate alt text.
1010
1011 2010-11-03  Glenn Morris  <rgm@gnu.org>
1012
1013         * nndiary.el (nndiary-generate-nov-databases-1)
1014         (nndiary-generate-active-info): Rename dynamic variable `files' to
1015         something less generic.
1016
1017 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1018
1019         * nnir.el (nnir-request-move-article): Call the underlying backend to
1020         move articles from nnir.
1021
1022 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1025
1026 2010-11-02  Julien Danjou  <julien@danjou.info>
1027
1028         * nnir.el: Remove wais support.
1029
1030 2010-11-02  Glenn Morris  <rgm@gnu.org>
1031
1032         * gnus-html.el: Reorder requirements to quieten compiler.
1033
1034 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1037         properly for XEmacs as well.
1038         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1039         (gnus-article-natural-long-line-p): Use window-width rather than
1040         frame-width.
1041
1042 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1043
1044         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1045         (nnir-read-parms): Don't modify query.
1046         (nnir-run-query): Add ability to search topic on current line.
1047         (nnir-get-active): Clean up.
1048
1049 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1052         degenerate articles.
1053
1054         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1055         (gnus-print-buffer): Just print the buffer as is, without any copying
1056         to a buffer and then re-highlighting.
1057
1058         * nnimap.el (nnimap-request-group): Store the new updated info.
1059         (nnimap-request-group): Select the group when we don't know whether it
1060         exists or not.
1061
1062         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1063         groups.
1064
1065         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1066         groups.
1067
1068         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1069         groups.
1070
1071         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1072         long-lines case by only filling the long lines.
1073
1074         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1075         (bug #7311).
1076
1077 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * shr.el: No need to declare `declare-function' since shr.el is for
1080         only Emacsen that provide `libxml-parse-html-region'.
1081
1082         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1083         effective only in a file it is referred to.
1084
1085 2010-11-01  Glenn Morris  <rgm@gnu.org>
1086
1087         * mm-util.el (gnus-completing-read): Autoload.
1088         (mm-read-coding-system): Simplify Emacs definition.
1089
1090         * nnmail.el (gnus-activate-group):
1091         * nnimap.el (gnutls-negotiate):
1092         * nntp.el (netrc-parse): Fix declarations.
1093
1094 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1097         string-match-p in Emacs >=23.
1098
1099         * gnus-msg.el (gnus-configure-posting-styles)
1100         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1101
1102 2010-11-01  Glenn Morris  <rgm@gnu.org>
1103
1104         * nnir.el (declare-function): Add compat stub.
1105         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1106         (nnir-run-gmane): Require 'mm-url.
1107
1108         * mm-util.el (mm-string-to-multibyte): Simplify.
1109
1110         * shr.el (declare-function): Add compat stub.
1111         (url-cache-create-filename): Declare.
1112         (mm-disable-multibyte, widget-convert-button): Autoload.
1113
1114         * smime.el (ldap-search): Declare.
1115         (smime-cert-by-ldap-1): Require ldap on Emacs.
1116
1117         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1118         (nnimap-keepalive): Use gnus-float-time.
1119
1120         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1121         (mail-source-delete-crash-box): Use gnus-float-time.
1122
1123         * gnus-dired.el (gnus-completing-read): Autoload.
1124
1125         * mm-view.el (gnus-rescale-image): Autoload.
1126
1127         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1128
1129         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1130
1131         * sieve-manage.el: Require 'cl when compiling.
1132
1133         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1134         (gnus-iswitchb-completing-read): Require iswitchb.
1135         (gnus-select-frame-set-input-focus): Silence compiler.
1136
1137 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * message.el (message-subject-trailing-was-query): Change default to t,
1140         since I think that's what most people want.
1141
1142         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1143         appending for easier debugging.
1144         (nnimap-wait-for-connection): Take a regexp.
1145         (nnimap-request-accept-article): Wait for the continuation line before
1146         sending anything unless we're streaming.
1147
1148         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1149         leave the header washing to take place.
1150
1151 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1152
1153         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1154         regular expression match and replace in posting styles.
1155
1156 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1157
1158         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1159         an entire server.
1160         (nnir-get-active): New function.
1161         (nnir-run-imap): Use it.
1162         (nnir-run-gmane): Who knew, gmane search returns an article score!
1163
1164         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1165         server on the current line with nnir.
1166
1167 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1170         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1171         left edge.
1172         (gnus-article-foldable-buffer): Skip past the prefix when determining
1173         raggedness.
1174
1175         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1176         the raw article, and change `C-u g' to show the article without doing
1177         treatments.
1178
1179         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1180         on to `gnus-treat-article'.
1181         (gnus-inhibit-article-treatments): New variable.
1182
1183         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1184
1185         * gnus-art.el (gnus-treatment-function-alist): Have
1186         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1187         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1188         sections.
1189
1190         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1191         parameter.
1192         (gnus-article-fill-cited-long-lines): New function.
1193         (gnus-article-fill-cited-article): Allow filling only long sections.
1194
1195         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1196         and non-punctuation (like after the apostrophe in "'We").
1197
1198         * gnus-sum.el (gnus-summary-select-article): Make sure
1199         gnus-original-article-buffer is alive.
1200
1201         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1202         reflect the order they're in in the digest.
1203
1204         * gnus.el (gnus-group-startup-message): Move point to the start of the
1205         buffer.
1206
1207         * nnimap.el (nnimap-capability): New function.
1208         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1209         is set.
1210
1211 2010-10-31  David Engster  <dengste@eml.cc>
1212
1213         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1214         conform with changes to gnus-completing-read.
1215
1216 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1219
1220 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * nnir.el: Move defvar, defcustom around to keep file organized
1223         and keep byte-compiler quiet.
1224         (nnir-read-parms): Accept search-engine as arg.
1225         (nnir-run-query): Pass search-engine as arg.
1226         (nnir-search-engine): Remove.
1227
1228 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-generic): The text nodes should be text, not :text.
1231
1232         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1233         later in the file.
1234
1235 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1236
1237         * nnir.el: General clean up.  Allow searching with multiple engines.
1238         Allow separate extra-parameters for each engine.
1239         Batch queries when possible.
1240         (nnir-imap-default-search-key,nnir-method-default-engines):
1241         Add customize interface.
1242         (nnir-run-gmane): New engine.
1243         (nnir-engines): Use it.  Qualify all prompts with engine name.
1244         (nnir-search-engine): Remove global variable.
1245         (nnir-run-hyrex): Restore for now.
1246         (nnir-extra-parms,nnir-search-history): New variables.
1247         (gnus-group-make-nnir-group): Use them.
1248         (nnir-group-server): Remove in favor of gnus-group-server.
1249         (nnir-request-group): Avoid searching twice.
1250         (nnir-sort-groups-by-server): New function.
1251
1252 2010-10-30  Julien Danjou  <julien@danjou.info>
1253
1254         * gnus-group.el: Remove gnus-group-fetch-control.
1255
1256         * gnus-start.el (gnus-find-new-newsgroups):
1257         Remove gnus-check-first-time-used.
1258
1259         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1260
1261 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1262
1263         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1264         set on groups that don't have \* permanentflags.
1265
1266 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1269         control the background color.
1270         (shr-tag-img): Ignore very small web bug type images.
1271         (shr-put-image): Add help-echo alt texts to the images.
1272         (shr-tag-video): Show the video poster image.
1273
1274 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * shr.el (shr-table-depth): New variable.
1277         (shr-tag-table-1): Only insert the images after the top-level table.
1278
1279         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1280
1281         * gnus-util.el (gnus-list-memq-of-list): New function.
1282
1283         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1284         selected.
1285         (nnimap-unsplittable-articles): New slot.
1286         (nnimap-new-articles): Use it.
1287
1288 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1289
1290         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1291         move to the previous line on `M-g'.
1292
1293 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1296         *-request-group, which seems unnecessary.
1297
1298         * nnimap.el (nnimap-quote-specials): Function copied over from
1299         imap.el.
1300         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1301         they support that.  Suggested by Tom Regner.
1302
1303 2010-10-29  Julien Danjou  <julien@danjou.info>
1304
1305         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1306         defalias.
1307         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1308
1309         * gnus.el: Remove `gnus-nntp-service' variable.
1310         (gnus-secondary-servers): Make obsolete.
1311         (gnus-nntp-server): Make obsolete.
1312
1313         * gnus-start.el (gnus-1): Remove x-splash calls.
1314
1315         * gnus-ems.el (gnus-x-splash): Remove.
1316
1317         * gnus.el (gnus-group-startup-message): Simplify/update code.
1318
1319         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1320         definition.
1321
1322         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1323         capability before doing anything.
1324         (gnus-group-insert-group-line): Remove useless
1325         gnus-group-remove-excess-properties.
1326
1327 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1330
1331 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1334         config after reselecting.
1335
1336 2010-10-28  Julien Danjou  <julien@danjou.info>
1337
1338         * shr.el (shr-put-image): Use point even if only inserting text.
1339         (shr-put-image): Save excursion when inserting alt text on non-graphic
1340         display, so the behaviour is the same when we are on a graphic display.
1341
1342         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1343
1344 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1347         (gnus-mime-copy-part): Check coding system, not charset.
1348         (gnus-mime-view-part-externally): Never remove part.
1349         (gnus-mime-view-part-internally): Don't remove part here.
1350         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1351         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1352         multipart/alternative.
1353
1354         * mm-decode.el (mm-display-part): Take optional arg `force'.
1355
1356 2010-10-26  Julien Danjou  <julien@danjou.info>
1357
1358         * gnus-group.el (gnus-group-default-list-level): Add this function to
1359         compute the default list level.
1360         (gnus-group-default-list-level): Add possibility to use a function.
1361
1362 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1365
1366         * gnus-group.el (gnus-group-completing-read)
1367         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1368         gnus-replace-in-string.
1369
1370 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * shr.el (shr-tag-div): Add.
1373
1374         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1375
1376 2010-10-25  Julien Danjou  <julien@danjou.info>
1377
1378         * gnus-util.el: Remove `gnus-with-local-quit'.
1379
1380         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1381
1382 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1385         the original article buffer.
1386
1387 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * nnimap.el (nnimap-request-head): New function.
1390         (nnimap-request-move-article): Try to be slighly faster by not
1391         requesting the entire message when moving.
1392         (nnimap-transform-headers): Don't bug out on bodiless articles.
1393         (nnimap-send-command): Have no outstanding messages if the IMAP server
1394         doesn't support streaming.
1395         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1396
1397 2010-10-24  Julien Danjou  <julien@danjou.info>
1398
1399         * message.el (message-default-headers): Fix type.
1400
1401 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1404         prefetching images.
1405
1406         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1407         backend for unknown groups.  This is mainly useful for nnimap groups.
1408
1409         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1410         group isn't covered by the agent.
1411
1412 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1413
1414         * nnir.el (nnir-method-default-engines): New variable.
1415         (nnir-run-query): Use it.
1416         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1417         (gnus-summary-nnir-goto-thread): Change group if needed.
1418
1419         * gnus-group.el (gnus-group-group-map): Add key binding for
1420         gnus-group-make-nnir-group.
1421
1422 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * shr.el (shr-tag-object): Add.
1425
1426         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1427         original article buffer live.
1428         (gnus-summary-select-article-buffer):
1429         Mention gnus-widen-article-buffer.
1430
1431 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * shr.el (shr-tag-strong): Add.
1434
1435 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1438         group names.  They mess up the group buffer badly.
1439
1440         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1441
1442         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1443         instead of the summary one.
1444
1445 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * mml.el (mml-preview): Work properly when editing article.
1448
1449         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1450         gnus-have-read-active-file if it's already been in.
1451
1452 2010-10-22  Tom Tromey  <tromey@redhat.com>
1453
1454         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1455         gnus-group-completing-read.
1456
1457 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * message.el (message-mode-map): Don't bind M-; to comment region, to
1460         allow the global comment-dwim to work.
1461
1462 2010-10-21  Julien Danjou  <julien@danjou.info>
1463
1464         * message.el (message-setup-1): Allow message-default-headers to be a
1465         function.
1466
1467 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * shr.el (shr-tag-table): Simplify.
1470
1471 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1474         to avoid trying to snarf invalid stuff.
1475
1476         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1477
1478         * gnus.el (gnus-message-archive-group): Quote value.
1479         (gnus-message-archive-group): Mark as changed.
1480
1481         * shr.el (shr-add-font): Don't put the font properties on the newline
1482         or the indentation.
1483
1484         * message.el (message-fix-before-sending): Change options when sending
1485         non-printable characters.
1486
1487         * gnus.el (gnus-message-archive-method): Change the default to
1488         monthly outgoing groups.
1489
1490         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1491         that have gotten new numbers.
1492
1493         * nnimap.el (nnimap-request-replace-article): New function.
1494
1495 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1498         (nnrss-request-article): Don't use special html washing code.
1499
1500 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * shr.el (shr-tag-table): Remove useless nconc.
1503
1504 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * gnus-art.el (article-wash-html): Simplify and remove the charset
1507         stuff.  Use the normal html rendering code instead of the special html
1508         washing code.
1509
1510         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1511         `gnus-w3m' symbols.
1512         (mm-text-html-washer-alist): Remove.
1513
1514         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1515         (mm-inline-media-tests): Remove use.
1516         (mm-text-html-renderer): Change default to the `shr' symbol.
1517
1518         * mm-view.el (mm-inline-text-html): Remove use.
1519
1520         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1521         `gnus-blocked-images' to be a function.
1522         (gnus-article-wash-function): Remove.
1523
1524 2010-10-20  Julien Danjou  <julien@danjou.info>
1525
1526         * spam.el (spam-list-of-processors): Mark as obsolete.
1527
1528         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1529         (nnimap-insert-partial-structure): Fix boundary detection.
1530
1531 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1532
1533         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1534         run file-truename on remote files.  This can be expensive and even
1535         prevent one from editing drafts if some unrelated buffer has a stale
1536         connection.
1537
1538 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1541         kinsoku-eol regardless of shr-kinsoku-shorten.
1542         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1543         (shr-tag-table): Support caption, thead, and tfoot.
1544
1545 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1548         lines.
1549         (shr-save-contents): New command and keystroke.
1550
1551         * nndoc.el (nndoc-type-alist): Add git support.
1552         (nndoc-git-type-p): New function.
1553         (nndoc-transform-git-article): Ditto.
1554         (nndoc-transform-git-headers): Ditto.
1555         (nndoc-transform-git-headers): Generate Subject headers.
1556
1557         * shr.el (shr-parse-style): New function.
1558         (shr-tag-span): Ditto.
1559
1560         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1561         to `G G' to avoid collisions.
1562
1563 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * shr.el: Load kinsoku if necessary.
1566         (shr-kinsoku-shorten): New internal variable.
1567         (shr-find-fill-point): Make kinsoku shorten text line if
1568         shr-kinsoku-shorten is bound to non-nil.
1569         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1570         shr-indentation too when testing if table is wider than frame width.
1571         (shr-insert-table): Use `string-width' instead of `length' to measure
1572         text width.
1573         (shr-insert-table-ruler): Make sure indentation is done at bol.
1574
1575 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1576
1577         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1578         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1579         undecoded network data.
1580
1581 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1584         name in the mode line spec so that the mode line menu works
1585         (bug #2431).
1586
1587         * message.el (message-get-reply-headers): If we're fed `to-address',
1588         then always use that.
1589
1590         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1591         aren't so wide as to need to switch off the edit menu.
1592
1593         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1594         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1595
1596         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1597         `M-g'.
1598         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1599         the permanent marks.
1600
1601 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1602
1603         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1604         Splitting according to references/in-reply-to obeys the ignore-groups
1605         variable, while splitting by sender and subject do not.
1606
1607 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1610         alist, so that we can look for non-Unicode chars.
1611         (article-translate-strings): Allow both character and string maps.
1612
1613 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * shr.el (shr-insert): Don't insert space behind a wide character
1616         categorized as kinsoku-bol, or between characters both categorized as
1617         nospace.
1618
1619 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1620
1621         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1622         headers to gnus-newsgroup-headers.
1623
1624 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * shr.el (shr-tag-img): Don't align images -- since we're not
1627         rescaling, this often leads to ugly displays.
1628
1629 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1630
1631         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1632         duplicates.
1633
1634 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1635
1636         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1637         call.
1638
1639 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus.el: Autoload gnus-html-show-images.
1642
1643         * nnimap.el: Use nnheader-message throughout.
1644
1645         * shr.el (shr-tag-img): Ignore images with no data.
1646
1647 2010-10-15  Julien Danjou  <julien@danjou.info>
1648
1649         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1650         a possibility to disable format=flow encoding when using hard newlines.
1651
1652 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * shr.el (shr-insert): Remove space inserted before or after a
1655         breakable character or at the beginning or the end of a line.
1656         (shr-find-fill-point): Do kinsoku; find the second best point or give
1657         it up if there's no breakable point.
1658
1659 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * nnimap.el (nnimap-open-connection): Message when opening connection
1662         for debugging purposes.
1663
1664         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1665         on every setup buffer call to allow this to change from article to
1666         article.
1667
1668         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1669         buffers where we have a wide table.
1670
1671 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1672
1673         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1674         uses *-request-thread.
1675
1676 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1679         incantation, which is no longer valid.
1680
1681 2010-10-14  Julien Danjou  <julien@danjou.info>
1682
1683         * shr.el: Fix defcustom type (char -> character).
1684
1685 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1688         programs.
1689
1690 2010-10-14  Julien Danjou  <julien@danjou.info>
1691
1692         * shr.el (shr-tag-a): Use url-link as widget type.
1693
1694         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1695         `gnus-group-get-icon'.
1696
1697 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1700         This should make server editing work better.
1701
1702         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1703
1704         * tls.el (tls-program): Remove spurious %s from openssl.
1705
1706         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1707         (nnimap-parse-flags): Fix regexp.
1708
1709         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1710         probably work for CJVK text, too.
1711
1712         * nnimap.el (nnimap-extend-tls-programs): Remove.
1713         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1714
1715         * tls.el (tls-starttls-switches): Remove starttls hack.
1716         (open-tls-stream): Ditto.
1717         (tls-find-starttls-argument): Ditto.
1718
1719 2010-10-13  Julien Danjou  <julien@danjou.info>
1720
1721         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1722         responses.
1723
1724 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1727
1728         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1729         anything in Emacs.
1730
1731         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1732
1733 2010-10-13  Julien Danjou  <julien@danjou.info>
1734
1735         * shr.el (shr-width): Make shr-width a defcustom with default to
1736         fill-column.
1737         (shr-tag-img): Use shr-width rather than fill-column.
1738
1739 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * dgnushack.el (byte-optimize-apply)
1742         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1743
1744         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1745         position when (X-)Faces exist.
1746         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1747         avatars when called interactively.
1748
1749 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1752         gnus-article-x-face-too-ugly is bound.
1753
1754 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1757
1758         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1759         mailbox that doesn't exist.
1760
1761 2010-10-12  Julien Danjou  <julien@danjou.info>
1762
1763         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1764         (shr-get-image-data): Encode URL properly when fetching from cache.
1765         (shr-tag-img): Use aligned-to spaces to align correctly images.
1766
1767         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1768         before inserting the Gravatar.
1769
1770         * shr.el (shr-tag-img): Add align attribute support for <img>.
1771
1772 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-gravatar.el (gnus-art): Require.
1775
1776         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1777         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1778         Remove long obsoleted functions.
1779
1780 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1783
1784         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1785
1786         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1787         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1788         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1789         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1790         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1791         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1792         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1793
1794 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * nnimap.el (nnimap-request-rename-group): Select group read-only
1797         before renaming it.
1798
1799         * shr.el (shr-insert): Fix up the white space only regexp.
1800
1801         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1802         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1803
1804         * shr.el (shr-current-column): New function.
1805         (shr-find-fill-point): New function.
1806
1807 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1808
1809         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1810         numbers.
1811
1812 2010-10-11  Julien Danjou  <julien@danjou.info>
1813
1814         * shr.el (shr-hr-line): Add.
1815         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1816         display hr lines.
1817         (shr-max-columns): Do not change state to nil if we just inserting
1818         spaces.
1819
1820 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1823         select the last group.
1824
1825 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1828
1829 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1830
1831         * dig.el (dig-mode-map): Declare and define in one step.
1832
1833 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1836         for Gnus.
1837         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1838         (nnimap-update-qresync-info): Mark \Seen articles as read.
1839
1840         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1841         non-variable, too.
1842
1843         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1844         available.
1845         (nnimap-update-info): Rely more on the current active than the param
1846         active to avoid marking articles as read too much.
1847
1848         * auth-source.el (auth-source-create): Use (user-login-name) for the
1849         user name default.
1850
1851         * nnimap.el (nnimap-update-info): If the server doesn't return any
1852         useful info, just use the previous info.
1853         (nnimap-update-info): Prefer old info over start-article.
1854         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1855
1856 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1857
1858         * nnir.el (autoload): Clean up autoloads.
1859         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1860         Use key rather than value.
1861         (nnir-imap-search-other): New variable.
1862         (nnir-read-parm): Use it.
1863         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1864         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1865
1866 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1867
1868         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1869         the process, too.
1870
1871 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * spam.el (gnus-summary-mode-map): Bind to "$".
1874         Suggested by Russ Allbery.
1875
1876         * shr.el: Rework the way things are indented by <li> slightly.
1877
1878         * gnus.el (gnus-group-set-parameter): Fix typo.
1879
1880         * nnimap.el: Start implementing QRESYNC support.
1881
1882 2010-10-09  Julien Danjou  <julien@danjou.info>
1883
1884         * nnir.el (nnir-engines): Fix too many arguments.
1885
1886 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1889         group is the "last", so that the backends like nnfolder actually save
1890         their folders.
1891
1892         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1893         try to use that for the tls stream.
1894         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1895         UIDVALIDITY and find out which groups are read-only and not.
1896         (nnimap-get-flags): Use the same marks parsing code as the rest of
1897         nnimap.
1898
1899 2010-10-09  Julien Danjou  <julien@danjou.info>
1900
1901         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1902
1903         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1904         retrieving gravatars.
1905
1906         * shr.el (shr-table-corner): Add.
1907         (shr-table-line): Add.
1908         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1909
1910 2010-10-08  Julien Danjou  <julien@danjou.info>
1911
1912         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1913
1914 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1917
1918         * gnus-sum.el (gnus-mark-article-as-unread)
1919         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1920         (gnus-summary-set-bookmark): Use it.
1921
1922         * gnus-msg.el (gnus-setup-message): Use it.
1923
1924         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1925
1926         * gnus.el (gnus-group-remove-parameter): Use it.
1927
1928         * gnus-group.el (gnus-group-make-web-group): Use it.
1929
1930         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1931
1932         * nnregistry.el: Update docs to mention manual.
1933
1934         * gnus-registry.el: Update docs to mention nnregistry.el.
1935         (gnus-registry-initialize): Don't install nnregistry refer method
1936         automatically.
1937         (gnus-registry-install-nnregistry): Remove it.
1938
1939 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * shr.el (shr-insert): Don't insert double spaces.
1942
1943 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-gravatar.el (gnus-treat-from-gravatar)
1946         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1947         called interactively.
1948
1949         * gnus-art.el (gnus-mime-view-part-externally)
1950         (gnus-mime-view-part-internally): Make predicate function passed to
1951         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1952         of a mime type.
1953
1954         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1955
1956 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * shr.el (require): Require cl when compiling.
1959         (shr-tag-hr): New function.
1960
1961         * nnimap.el (nnimap-update-info): Remove double setting of high.
1962         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1963         This makes nnimap work properly on Courier again.
1964
1965         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1966         the variable for backwards compatability.
1967
1968         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1969         the file name before using to avoid setting mm-default-directory to
1970         nil.
1971
1972         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1973         bidning gnus-agent variables.
1974
1975         * shr.el (shr-render-td): Use a cache for the table rendering function
1976         to avoid getting an exponential rendering behaviour in nested tables.
1977         (shr-insert): Rework the line-breaking algorithm.
1978         (shr-insert): Don't leave trailing spaces.
1979         (shr-insert-table): Also insert empty TDs.
1980         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1981
1982 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1983
1984         * gnus-sum.el (gnus-number): Rename from `number'.
1985         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1986         (gnus-summary-limit-children): Update uses correspondingly.
1987
1988 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1991         (gnus-gravatar-transform-address): Don't show avatars of people of
1992         which mail addresses match gnus-gravatar-too-ugly.
1993
1994 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * shr.el (shr-table-widths): Expand TD elements to fill available
1997         space.
1998
1999 2010-10-07  Julien Danjou  <julien@danjou.info>
2000
2001         * nnimap.el (nnimap-request-rename-group): Add this method.
2002
2003 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2006         name from XEmacs' function-arglist.
2007
2008         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2009         gravatar under XEmacs.
2010
2011 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * auth-source.el: Update docs with TODO items.
2014
2015         * gnus-sync.el: Update docs to explain state and plans.
2016
2017         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2018         Hooks for mark updates.
2019         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2020
2021         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2022         hooks with arguments, which is needed for mark update hooks.
2023
2024 2010-10-06  Julien Danjou  <julien@danjou.info>
2025
2026         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2027         was matched.
2028
2029         * sieve-manage.el: Update example in `Commentary'.
2030
2031         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2032
2033         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2034         not 2000.
2035         (sieve-manage-authenticate): Re-add function.
2036
2037 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el (shr-insert): Get 'space transition right.
2040         (shr-render-td): Only delete space at the end of the TD.
2041
2042         * nnimap.el (nnimap-open-connection): Prepare to support
2043         open-gnutls-stream.
2044
2045         * shr.el: Rearrange function order to be more logical.
2046
2047 2010-10-06  Julien Danjou  <julien@danjou.info>
2048
2049         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2050         (nnrss-discover-feed): Remove 404 URL in docstring.
2051
2052         * nnir.el: Fix Swish-E URL.
2053         Fix Namazu URL.
2054
2055         * message.el (message-change-subject): Remove 404 URL in a comment.
2056
2057 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2060         called interactively.
2061
2062         * gnus-util.el (gnus-remove-if): Allow hash table.
2063         (gnus-remove-if-not): New function.
2064
2065         * gnus-art.el (gnus-mime-view-part-as-type)
2066         * gnus-score.el (gnus-summary-score-effect)
2067         * gnus-sum.el (gnus-read-move-group-name):
2068         Replace remove-if-not with gnus-remove-if-not.
2069
2070         * gnus-group.el (gnus-group-completing-read):
2071         Regard collection as a hash table if it is not a list.
2072
2073 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2076
2077         * shr.el: Document the table-rendering algorithm.
2078
2079 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2082         for Emacsen having no `libxml-parse-html-region' support.
2083
2084 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2087         invalid URLs.
2088
2089         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2090         line-broken.
2091         (shr-tag-img): Ignore image fetching errors.
2092         (shr-overlays-in-region): Compute overlay positions correctly.
2093
2094         * mm-decode.el (mm-shr): Require shr.
2095
2096         * gnus-art.el (gnus-blocked-images): Move variable here.
2097
2098         * shr.el (shr-insert-table): Bind free variable.
2099
2100         * mm-decode.el (mm-shr): Bind shr-content-function.
2101
2102         * shr.el (shr-content-function): New variable.
2103
2104         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2105         added for symmetry.
2106
2107         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2108
2109         * gnus-group.el (gnus-group-make-group): Doc fix.
2110
2111         * nnimap.el (nnimap-request-newgroups): Return success.
2112
2113         * shr.el (shr-find-elements): New function.
2114         (shr-tag-table): Put all the images after the table.
2115         (shr-tag-table): Really inhibit images inside the table.
2116         (shr-collect-overlays): Copy over overlays from the TD elements to the
2117         main document.
2118
2119         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2120         gnus-blocked-images.
2121
2122 2010-10-05  Julien Danjou  <julien@danjou.info>
2123
2124         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2125
2126         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2127         (gnus-html-maximum-image-size): Add this function.
2128         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2129
2130         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2131         server-value of the capability is nil.
2132
2133 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-tag-em): Add <EM> tag.
2136
2137 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2138
2139         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2140         customizable.
2141
2142         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2143         handing broken links to browse-url.
2144
2145 2010-10-05  Julien Danjou  <julien@danjou.info>
2146
2147         * gnus-util.el (gnus-emacs-completing-read)
2148         (gnus-iswitchb-completing-read): Use autoload rather than require.
2149
2150 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2153         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2154         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2155         iswitchb-temp-buflist for XEmacs.
2156
2157         * gnus-util.el (gnus-completing-read-function): Exclude
2158         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2159         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2160         XEmacs.
2161
2162         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2163         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2164
2165         * gnus-html.el: Don't require help-fns under XEmacs.
2166         (gnus-html-schedule-image-fetching): Work for XEmacs.
2167
2168         * mm-decode.el (mm-shr): Decode contents by charset.
2169
2170 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2173         unknown.
2174
2175         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2176         (shr-get-image-data): Ensure against the cache file missing.
2177
2178         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2179         for data.
2180
2181         * spam-report.el (spam-report-url-ping-plain): Don't query about
2182         killing the process.
2183
2184         * shr.el (shr-render-td): Protect against too-wide text.
2185
2186 2010-10-04  Julien Danjou  <julien@danjou.info>
2187
2188         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2189         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2190
2191         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2192         retrieved.
2193
2194 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * shr.el (browse-url): Require.
2197         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2198         lines.
2199         (shr-show-alt-text, shr-browse-image): New commands.
2200         (shr-browse-url, shr-copy-url): New commands.
2201
2202         * gnus-sum.el (gnus-widen-article-window): New variable.
2203         (gnus-summary-select-article-buffer): Use it.
2204
2205         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2206         without @ signs.
2207
2208 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2209
2210         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2211
2212 2010-10-04  Julien Danjou  <julien@danjou.info>
2213
2214         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2215         for XEmacs.
2216
2217 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2220
2221         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2222         (nnimap-close-server): Implement.
2223
2224         * dgnushack.el (iswitchb): Require to shut up the compiler.
2225
2226         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2227         (shr-insert): Tweak line breaking.
2228         (shr-insert): Handle <pre> better.
2229         (shr-tag-li): Get <li> indentation right.
2230         (shr-tag-li): Get <li> indentation even righter.
2231         (shr-tag-blockquote): Ensure paragraph start.
2232         (shr-make-table): Tweak table generation.
2233         (shr-make-table): Fix typo.
2234
2235         * shr.el: Implement table rendering.
2236
2237 2010-10-04  Julien Danjou  <julien@danjou.info>
2238
2239         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2240
2241 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * shr.el (shr-insert): Use string anchors instead of line anchors.
2244
2245 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * shr.el: Add headings.
2248         (shr-ensure-paragraph): Actually work.
2249         (shr-tag-li): Make <ul> prettier.
2250         (shr-insert): Get white space at the beginning/end of elements right.
2251         (shr-tag-p): Collapse subsequent <p>s.
2252         (shr-ensure-paragraph): Don't insert double line feeds after blank
2253         lines.
2254         (shr-insert): \t is also space.
2255         (shr-tag-s): Fix "s" tag name function.
2256         (shr-tag-s): Fix face prop name.
2257
2258 2010-10-03  Julien Danjou  <julien@danjou.info>
2259
2260         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2261
2262         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2263         gnus-window-inside-pixel-edges.
2264
2265         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2266         gnus-ems.
2267
2268         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2269
2270         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2271         function.
2272
2273         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2274         resize choice.
2275
2276 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2279         beginning of the buffer.
2280
2281         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2282         article buffer again.
2283
2284         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2285
2286         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2287         when it's at the start of the buffer.
2288
2289         * shr.el (shr-tag-blockquote): Convert name.
2290         (shr-rescale-image): Use the right image-size variant.
2291
2292         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2293         buffer isn't shown, then select the current article first instead of
2294         bugging out.
2295         (gnus-summary-select-article-buffer): Show both the article and summary
2296         buffers again.
2297
2298         * shr.el (shr-fontize-cont): Protect against regions with no text.
2299         Rename tag functions to shr-tag-* for enhanced security.
2300         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2301
2302 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2303
2304         * shr.el (shr-insert):
2305         * pop3.el (pop3-movemail):
2306         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2307         loaded.
2308
2309 2010-10-03  Glenn Morris  <rgm@gnu.org>
2310
2311         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2312
2313         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2314
2315         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2316
2317         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2318
2319         * gnus-util.el (gnus-make-local-hook): Simplify.
2320
2321 2010-10-02  Julien Danjou  <julien@danjou.info>
2322
2323         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2324         (gnus-ido-completing-read): New function.
2325         (gnus-emacs-completing-read): New function.
2326         (gnus-completing-read): Use gnus-completing-read-function.
2327         Add gnus-completing-read-function.
2328
2329 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * shr.el (shr-insert-document): Autoload.
2332         (shr-img): Be silent.
2333         (shr-insert): Add a newline after every picture before text.
2334         (shr-add-font): Use overlays for combining faces.
2335         (shr-insert): Pass upwards the text start point.
2336
2337         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2338         possible.
2339         (mm-shr): New function.
2340
2341 2010-10-02  Julien Danjou  <julien@danjou.info>
2342
2343         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2344         should go backward.
2345
2346 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2347
2348         * shr.el (shr): Fix typo in provide call.
2349
2350 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * shr.el: New file.
2353
2354         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2355
2356         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2357         completing read.
2358
2359 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2362         we're being queried about.  Suggested by Dan Jacobson.
2363
2364         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2365         Suggested by Jason Eisner.
2366
2367         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2368         table, too.  Suggested by Stefan Wiens.
2369         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2370         the table unnecessary.  Suggested by Stefan Wiens.
2371
2372         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2373         longer needed, and probably doesn't work either, as pointed out by
2374         Stefan Wiens.
2375         (gnus-summary-exit): Remove call to the clearing function.
2376         (gnus-summary-exit-no-update): Ditto.
2377
2378         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2379         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2380         Reported by Stefan Monnier.
2381         (gnus-summary-save-in-rmail): Ditto.
2382
2383         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2384         article buffer, instead of both the article buffer and the summary
2385         buffer.  Sort of suggested by Dan Jacobson.
2386
2387         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2388
2389         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2390         Suggested by Dan Jacobson.
2391
2392         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2393         documentation clearer.
2394
2395         * message.el (message-shorten-references): Comment on the number "21".
2396         Suggested by Stefan Monnier.
2397
2398         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2399         Suggested by Dan Jacobson.
2400
2401         * gnus.el (gnus-large-newsgroup):
2402         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2403
2404         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2405         externalize attachments.  Bug reported by Steve Wen.
2406
2407         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2408         really message anything to the user.
2409
2410         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2411         directly.
2412
2413         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2414         messages in empty groups.
2415
2416 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2417
2418         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2419         non-UIDNEXT group.
2420
2421 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2424         not the value from the collection.
2425
2426         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2427         values.  This sometimes happens on some groups that have no info.
2428         (nnimap-request-newgroups): New function.
2429
2430 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2431
2432         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2433         check into `gnus-registry-initialize'.
2434         (gnus-registry-initialize): Ditto.
2435         Fix and extend header docs.
2436
2437 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2440         regexp backtrace overflows.
2441
2442         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2443         for starttls that tls.el implements; i.e. openssl.
2444
2445         * tls.el (tls-starttls-switches): Give up on using starttls with
2446         gnutls-cli.
2447         (tls-program): Add --insecure to be consistent with the defaults from
2448         openssl s_client.  Now all three commands are insecure.
2449
2450 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * lpath.el: Bind completion-styles-alist for XEmacs.
2453
2454         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2455         (gravatar-create-image): New function that's an alias to
2456         gnus-xmas-create-image, gnus-create-image, or create-image.
2457         (gravatar-data->image): Use it.
2458
2459 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2460
2461         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2462         install the nnregistry refer method.
2463         (gnus-registry-install-hooks): Use it.
2464         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2465         unfollowed groups.
2466
2467 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2468
2469         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2470         expanding threads.
2471
2472 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * nnir.el: Use the server names without suffixes (bug #7009).
2475
2476         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2477         unencrypted to STARTTLS, if possible.
2478
2479 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2480
2481         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2482         headers before superseding.
2483
2484 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnrss.el (nnrss-use-local): Add documentation.
2487
2488         * nnimap.el (nnimap-extend-tls-programs): New function.
2489         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2490         (nnimap-wait-for-connection): Accept the greeting from the stupid
2491         output from openssl s_client -starttls, too.
2492
2493         * tls.el (tls-starttls-switches): New variable.
2494         (tls-find-starttls-argument): Use it.
2495         (open-tls-stream): Ditto.
2496
2497         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2498         (netrc-machine): Ditto.
2499
2500         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2501         article number.
2502         (nnimap-split-fancy): New variable.
2503         (nnimap-split-incoming-mail): Use it.
2504
2505         * nntp.el (nntp-server-list-active-group): Document.
2506
2507         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2508         SELECT to get the message-id.
2509
2510         * mail-source.el (mail-sources): Remove webmail support.
2511         (defvar): Ditto.
2512         (mail-source-fetcher-alist): Ditto.
2513         (mail-source-fetch-webmail): Remove.
2514
2515         * webmail.el: Remove -- doesn't seem relevant any more.
2516
2517         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2518
2519         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2520         the \r.
2521
2522 2010-09-30  Julien Danjou  <julien@danjou.info>
2523
2524         * gnus-agent.el (gnus-agent-add-group): Fix call to
2525         gnus-completing-read.
2526
2527 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nndoc.el (nndoc-retrieve-groups): New function.
2530
2531         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2532         `default', use nnmail-split-methods.
2533         (nnimap-request-article): Downcase the NILs so that they are nil.
2534
2535         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2536         symbol.
2537
2538         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2539         code, since if the user has requested network, that's what they ought
2540         to get.
2541         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2542         (nnimap-split-rule): Mark as obsolete.
2543
2544         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2545         New variable.
2546
2547         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2548         correct slot, too.
2549
2550 2010-09-29  Julien Danjou  <julien@danjou.info>
2551
2552         * gnus.el (gnus-local-domain): Declare variable obsolete.
2553
2554         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2555         Fix history computing.
2556         (gnus-ido-completing-read): Require ido.
2557
2558 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2561         build Gnus.
2562
2563         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2564         when interpreting the structures.
2565         (nnimap-request-accept-article): Add \r\n to the lines to make this
2566         work with Cyrus.
2567
2568         * nndraft.el (nndraft-request-expire-articles): Use the group name
2569         instead if "nndraft".  Fix found by Nils Ackermann.
2570
2571 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2572
2573         * nnregistry.el: Add.
2574
2575 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2576
2577         * nnmail.el (group, group-art-list, group-art):
2578         Remove unneeded directives.
2579
2580 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2583         (mm-mime-charset)
2584         * rfc2047.el (rfc2047-syntax-table)
2585         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2586
2587         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2588         rather than `insert-file-contents' and `eval-region'.
2589
2590         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2591         construction.
2592
2593         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2594
2595         * time-date.el: No need to require cl for Emacs 21.
2596
2597 2010-09-29  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2600         replacement of `gnus-gravatar-relief' to mimic
2601         `gnus-faces-properties-alist'.
2602         Add :version property.
2603
2604 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * mail-source.el (mail-source-report-new-mail)
2607         * message.el (message-default-mail-headers)
2608         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2609
2610         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2611
2612 2010-09-28  Julien Danjou  <julien@danjou.info>
2613
2614         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2615         mail-address contains the same string as real-name.
2616
2617         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2618         non-blank in header, otherwise it'll get stripped.
2619
2620         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2621         real-name, and then for mail address rather than doing : or , search.
2622
2623 2010-09-27  Julien Danjou  <julien@danjou.info>
2624
2625         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2626         right completing-read function.
2627         (gnus-use-ido): New variable
2628         (gnus-completing-read-with-default): Remove.
2629         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2630         (gnus-agent-add-group):
2631         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2632         * mm-view.el (mm-view-pkcs7-decrypt):
2633         * mm-util.el (mm-codepage-setup):
2634         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2635         * mml-smime.el (mml-smime-openssl-sign-query):
2636         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2637         (mml-insert-multipart):
2638         * gnus-msg.el (gnus-summary-yank-message):
2639         * gnus-int.el (gnus-start-news-server):
2640         * mm-decode.el (mm-interactively-view-part):
2641         * gnus-dired.el (gnus-dired-attach):
2642         * gnus.el (gnus-read-method):
2643         * gnus-bookmark.el (gnus-bookmark-jump):
2644         * gnus-art.el (gnus-mime-view-part-as-type)
2645         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2646         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2647         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2648         * nnmairix.el (nnmairix-create-server-and-default-group)
2649         (nnmairix-update-groups, nnmairix-get-server)
2650         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2651         (nnmairix-get-group-from-file-path):
2652         * nnrss.el (nnrss-find-rss-via-syndic8):
2653         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2654         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2655         (gnus-group-browse-foreign-server):
2656         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2657         (gnus-summary-execute-command, gnus-summary-respool-article)
2658         (gnus-read-move-group-name):
2659         * gnus-score.el (gnus-summary-increase-score)
2660         (gnus-summary-score-effect):
2661         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2662
2663 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2666         x-focus-frame.
2667
2668         * nnimap.el (auth-source-forget-user-or-password)
2669         (auth-source-user-or-password): Autoload.
2670
2671         * message.el (message-from-style, message-interactive)
2672         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2673         (message-yank-prefix, message-indentation-spaces, message-signature)
2674         (message-signature-file): Add comment.
2675
2676 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2679         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2680         new articles.
2681
2682         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2683         parts.
2684         (nnimap-request-article): Work with the t setting, too.
2685
2686         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2687         that you don't get flashes of other buffers.
2688         (gnus-summary-show-complete-article): Intern before setting.
2689
2690 2010-09-27  David Engster  <dengste@eml.cc>
2691
2692         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2693         well as HEADERS.
2694         (nnmairix-retrieve-headers): Provide new argument for the above.
2695
2696 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus-sum.el (gnus-summary-move-article): Don't alter
2699         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2700         group.
2701
2702         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2703
2704         * message.el (message-cite-prefix-regexp): Revert my last edit.
2705
2706         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2707         variable instead of the Gnus variable.
2708
2709         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2710
2711         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2712
2713         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2714         since some servers don't like it.
2715         (nnimap-open-connection): Forget credentials if the server says the
2716         password was wrong.
2717         (nnimap-parse-line): Protect against invalid data.
2718
2719         * gnus-sum.el (gnus-summary-move-article): Add comment.
2720         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2721         nothing alters it while scanning for new messages.
2722
2723         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2724         which may or may not help.
2725         (nnimap-open-connection): If we're doing a stream connection, and then
2726         discover we're on a STARTTLS-capable server, then open a STARTTLS
2727         connection instead.
2728
2729 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * nnimap.el (utf7): Require.
2732
2733         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2734         prefix.
2735
2736 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2737
2738         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2739
2740 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * nnimap.el (nnimap-request-accept-article): Message the error on
2743         error.
2744
2745 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2748
2749 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * nndoc.el (nndoc-request-list): Return success always.
2752
2753         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2754         `fetch-old' -- we only want to fetch the articles we've requested.
2755         The rest are in the agent, probably.
2756         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2757         disappeared server" to something low.  It's not important.
2758
2759         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2760         arrived before the FETCH data.
2761
2762         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2763         target here, because we don't know the Gnus name of the group.
2764
2765         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2766         for the correct group.
2767
2768         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2769
2770         * gnus.el (gnus): Give a final warning after startup.
2771
2772         * gnus-util.el (gnus-action-message-log): New variable.
2773         (gnus-message): Use it.
2774         (gnus-final-warning): New function.
2775
2776         * nnimap.el (nnimap-open-connection): Record the greeting.
2777         (nnimap): Add greeting.
2778
2779 2010-09-26  Julien Danjou  <julien@danjou.info>
2780
2781         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2782         arguments.
2783         (gnus-html-wash-images): Fix spec computing to include start/end.
2784
2785         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2786
2787 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2790         deletion.
2791         (nnimap-retrieve-headers): Don't select the group, because that's
2792         already done by nnimap-possibly-change-group.
2793
2794         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2795         (gnus-picon-transform-address): Use it.
2796
2797         * mail-source.el (mail-source-value): Revert previous patch.
2798
2799         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2800         on failure.
2801         (nnimap-open-connection): Look up both virtual and physical server name
2802         credentials.
2803
2804         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2805
2806 2009-02-07  Dave Love  <fx@gnu.org>
2807
2808         * tls.el (open-tls-stream): Don't query killing process.
2809
2810 2009-02-08  Dave Love  <fx@gnu.org>
2811
2812         * gnus-win.el (gnus-window-to-buffer-helper)
2813         (gnus-all-windows-visible-p): Function needn't be a symbol.
2814
2815         * mail-source.el (mail-source-value): Function needn't be a symbol.
2816
2817 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * message.el (message-cite-prefix-regexp): Remove } from the cite
2820         prefix.
2821
2822         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2823         highlight again, so that the highlight is correct.
2824
2825         * gnus-picon.el (gnus-picon): Remove again.
2826         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2827
2828         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2829         doing the header highlightling, so that the background colour of the
2830         picon is correct.
2831
2832         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2833         (gnus-picon): Ditto.
2834         (gnus-picon): Reinstate.  The background colour for picons is white.
2835         (gnus-picon-insert-glyph): Make the background white.
2836
2837         * nnml.el (nnml-open-nov): Don't return dead buffers.
2838
2839         * auth-source.el (auth-source-create): Query the user for whether to
2840         store the credentials.
2841
2842         * netrc.el (netrc-store-data): New function.
2843
2844         * auth-source.el (auth-source-user-or-password): Use the existing auth
2845         sources, if any, for creation.
2846
2847         * gnus.el (gnus-group-fast-parameter): Return the last matching
2848         parameter instead of the first matching parameter.
2849
2850 2010-09-26  Julien Danjou  <julien@danjou.info>
2851
2852         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2853
2854 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * mml2015.el (mml2015-use): Remove gpg support.
2857
2858         * mml1991.el (mml1991-function-alist): Remove gpg function.
2859         (mml1991-gpg-sign): Remove.
2860
2861 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2862
2863         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2864         (gnus-browse-unsubscribe-current-group): Document it.
2865         (gnus-browse-unsubscribe-group): Use it.
2866
2867 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2870         address to the To list for easier response.
2871
2872         * gnus.el (gnus-play-startup-jingle): Remove.
2873         (gnus-splash): Don't play jingle.
2874         (gnus): Silence gnus-load message.
2875
2876         * gnus-art.el (gnus-treat-play-sounds): Remove.
2877
2878         * gnus.el (gnus-play-jingle): Remove audio support.
2879
2880         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2881
2882         * earcon.el: Remove -- no users.
2883
2884         * gnus-audio.el: Remove -- no users of this package.
2885
2886         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2887
2888         * gnus-start.el (gnus-setup-news): Remove nocem support.
2889
2890         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2891
2892         * gnus.el (gnus-use-nocem): Remove.
2893
2894         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2895         Remove.
2896
2897         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2898         uses NoCeM any more.
2899
2900         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2901         (gnus-button-ctan-handler): Ditto.
2902         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2903         (gnus-button-ctan-directory-regexp): Ditto.
2904         (gnus-button-handle-ctan): Ditto.
2905         (gnus-button-tex-level): Ditto.
2906         (gnus-button-alist): Remove CTAN stuff.
2907
2908 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2911         nnimap-streaming test.
2912
2913         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2914         servers twice.
2915
2916         * nnimap.el (nnimap-open-connection): Add more error reporting when
2917         nnimap fails early.
2918
2919         * nnheader.el (nnheader-get-report-string): New function.
2920         (nnheader-get-report): Use it.
2921
2922         * gnus-int.el (gnus-check-server): Say what the error was when opening
2923         failed.
2924
2925         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2926         using streaming.
2927
2928 2010-09-25  Julien Danjou  <julien@danjou.info>
2929
2930         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2931         gnus-window-inside-pixel-edges.
2932
2933 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2936
2937         * mm-decode.el (mm-save-part): Allow saving to other directories the
2938         normal Emacs way.
2939
2940         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2941         Suggested by Jay Berkenbilt.
2942
2943         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2944         there isn't a single byte.
2945
2946         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2947         just do it.  It doesn't really seem to matter what the user responds
2948         here, I think, so it's just a confusing question.
2949
2950         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2951         non-streaming case.
2952
2953         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2954         (gnus-article-encrypt-body): Use it.
2955
2956         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2957         keystroke.
2958
2959         * nnimap.el (nnimap-find-wanted-parts-1):
2960         Use gnus-fetch-partial-articles.
2961
2962         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2963
2964         * nnimap.el (nnimap-insert-partial-structure): New function.
2965         (nnimap-get-partial-article): New function.
2966         (nnimap-request-article): Use it.
2967         (nnimap-wait-for-response): Return whether the wait was successful.
2968         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2969         retrieval wasn't successful.
2970         (nnimap-retrieve-group-data-early): Allow throttling servers.
2971         (nnimap-streaming): New variable.
2972         (nnimap-fetch-partial-articles): Remove.
2973
2974         * mm-decode.el (mm-with-part): Protect against killed buffers.
2975
2976         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2977         for prettier summary display.
2978
2979 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2980
2981         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2982
2983 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2986         apparently third-party libraries depend on it.
2987
2988         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2989         before starting negotiation.
2990
2991         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2992         privacy reasons.
2993         (gnus-treat-mail-gravatar): Ditto.
2994
2995         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2996         buffer when inserting images.  Inserting text into the headers, for
2997         instance, can make them invalid.
2998
2999 2010-09-25  Julien Danjou  <julien@danjou.info>
3000
3001         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3002         variables.
3003
3004         * nnheader.el: Remove useless variables news-reply-yank-from and
3005         news-reply-yank-message-id.
3006
3007         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3008         variables.
3009
3010         * mml1991.el: Remove useless mml1991-verbose.
3011
3012         * gnus.el: Remove useless variable gnus-use-generic-from.
3013         Remove obsolete variable gnus-topic-indentation.
3014
3015         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3016
3017         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3018
3019         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3020
3021         * gnus-group.el: Remove useless gnus-group-icon-cache.
3022         Remove useless gnus-ephemeral-group-server.
3023
3024         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3025
3026         * mml2015.el: Remove useless mml2015-verbose.
3027
3028         * mml-smime.el: Remove useless mml-smime-verbose.
3029
3030         * gnus.el: Remove useless gnus-local-domain.
3031
3032         * gnus-gravatar.el (gnus-gravatar-transform-address):
3033         Use gnus-gravatar-size.
3034
3035         * gnus-art.el: Remove useless gnus-treat-translate.
3036
3037 2010-09-24  Julien Danjou  <julien@danjou.info>
3038
3039         * gnus-sum.el: Add support for Gravatars.
3040
3041         * gnus-art.el: Add support for Gravatars.
3042
3043         * gnus-gravatar.el: Add this file.
3044
3045         * gravatar.el: Add this file.
3046
3047 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3050
3051         * gnus-group.el (gnus-group-fetch-faq): Remove.
3052
3053         * gnus.el (gnus-group-faq-directory): Remove.
3054
3055         * gnus-group.el (gnus-group-fetch-charter): Remove.
3056
3057         * gnus.el (gnus-group-charter-alist): Remove.
3058
3059         * gnus-group.el (gnus-group-archive-directory): Remove.
3060         (gnus-group-recent-archive-directory): Ditto.
3061         (gnus-group-make-archive-group): Remove.
3062
3063         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3064
3065         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3066         use the same article number for all the cached articles.
3067
3068         * nnimap.el (nnimap-command): Register the last command time so
3069         that we can use it for idling NOOPs.
3070         (nnimap-open-connection): Start the keeplive timer.
3071         (nnimap-make-process-buffer): Store all the process buffers.
3072         (nnimap-keepalive): New function.
3073
3074         * starttls.el (starttls-open-stream): Add autoload cookie.
3075
3076 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3077
3078         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3079         handling.
3080
3081 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3084         its data structures.
3085
3086         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3087         instead of the cl.el copy-list.
3088         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3089         equalp.
3090
3091 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3094         and tool-bar-local-item-from-menu.
3095
3096         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3097         mode-line-highlight face for Emacs.
3098
3099         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3100         loading gnus-sum.elc; fix comment for canlock-verify.
3101         (gnus-article-jump-to-part): Use read-number.
3102         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3103         Remove Emacs pre-21 compatible code for help-echo.
3104         (gnus-article-next-page-1): No need to adjust the number of lines.
3105         (gnus-article-describe-bindings): Always use help-buffer.
3106
3107         * gnus-audio.el (gnus-audio-inline-sound)
3108         * gnus-cus.el (gnus-custom-mode)
3109         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3110
3111         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3112
3113         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3114         compatible code.
3115
3116 2010-09-24  Glenn Morris  <rgm@gnu.org>
3117
3118         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3119         visiting the fcc file in rmail-mode.
3120
3121         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3122
3123 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * nnir.el: Silence the byte compiler.
3126
3127         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3128         alias to browse-url-url-encode-chars if any.
3129         (gnus-html-encode-url): Use it.
3130
3131 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-start.el (gnus-use-backend-marks): New variable.
3134         (gnus-get-unread-articles-in-group): Use it.
3135
3136         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3137         makeover.
3138
3139 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3140
3141         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3142
3143 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3146         Remove.
3147         (gnus-setup-news-hook):
3148         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3149
3150         * gnus-int.el (gnus-request-update-info): Protect against backends not
3151         having the function.
3152
3153         * nnimap.el (nnimap-stream): Mention starttls.
3154         (nnimap-open-connection): Add starttls support.
3155
3156 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3157
3158         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3159
3160 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3163         BODYSTRUCTUREs.
3164         (nnimap-transform-headers): Unfold quoted {42} headers.
3165
3166         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3167         the info.
3168         (gnus-get-unread-articles): Only call updatep on backends that support
3169         it.
3170
3171         * nnweb.el (nnweb-request-update-info): NOOP.
3172
3173         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3174
3175         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3176         since it only deals with marks.
3177
3178         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3179         gnus-request-marks, and make a new gnus-request-update-info.
3180
3181         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3182         the active instead of the high number, which is usually too low.
3183
3184 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3187         * encrypt.el: Remove.
3188
3189 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3192         server in symbolic form.
3193
3194         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3195
3196 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3199         (nnimap-update-info): Fix up code slightly.
3200
3201         * gnus-int.el (gnus-open-server): Add tracing for performance
3202         debugging.
3203
3204         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3205         (gnus-group-insert-group-line): Pass the real group name so that it
3206         gets the right data.
3207
3208         * gnus-start.el (gnus-get-unread-articles): Don't have
3209         `gnus-get-unread-articles-in-group' update info, since that can be
3210         really slow and doesn't seem to be needed?
3211
3212 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3213
3214         * time-date.el (date-to-time): Try using parse-time-string first before
3215         using the slower timezone-make-date-arpa-standard.
3216
3217 2010-09-22  Julien Danjou  <julien@danjou.info>
3218
3219         * gnus-group.el (gnus-group-insert-group-line):
3220         Call gnus-group-highlight-line.
3221         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3222         default hook list.
3223         (gnus-group-update-eval-form): Add new function.
3224         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3225         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3226
3227 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3230         immediate, then expire all articles.
3231         (nnimap-update-info): Fix off-by-one errors.
3232         (nnimap-flags-to-marks): Would return no marks lists for group with no
3233         flags.  Instead return the other data.
3234
3235 2010-09-22  Julien Danjou  <julien@danjou.info>
3236
3237         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3238         Only return an icon.
3239         (gnus-group-insert-group-line): Compute icon to return.
3240
3241         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3242         (gnus-html-image-fetched): Only cache if
3243         gnus-html-image-automatic-caching is set.
3244         (gnus-html-image-fetched): Check for errors.
3245
3246 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3249         once per method on `g'.  This ensures that backends like nnfolder don't
3250         open all their folders.
3251
3252         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3253         (nnimap-request-list): Nix out group in the correct buffer.
3254         (nnimap-parse-flags): Implement by using `read' instead of
3255         hand-parsing.
3256         (nnimap-flags-to-marks): Pass on permanent-flags.
3257         (nnimap-make-process-buffer): Record the server name.
3258         (nnimap-parse-flags): Fix typo.
3259         (nnimap-request-scan): Run split on the server in general, not just a
3260         single group.
3261
3262         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3263         parameter, and propagate this downwards.
3264
3265         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3266         since EXAMINE changes it on the server.
3267
3268         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3269         this command might take a while.
3270
3271 2010-09-22  Julien Danjou  <julien@danjou.info>
3272
3273         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3274         harmful if you have 2 images side-by-side, they can't be properly
3275         update on text deletion.  Using text-property is safer here.
3276         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3277         data.
3278
3279 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * nnimap.el (nnimap-expunge-inbox): Remove.
3282         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3283         (nnimap-expunge): Flip default to t.
3284
3285         * gnus.el (gnus-method-to-server): Don't push things to the cache
3286         unless it's unique.
3287         (gnus-server-to-method): Ditto.
3288
3289 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3292
3293 2010-09-22  Julien Danjou  <julien@danjou.info>
3294
3295         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3296         get the start of data.
3297         (gnus-html-encode-url): Add this function to encode special chars in
3298         URL.
3299         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3300         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3301
3302         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3303         default.
3304         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3305
3306         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3307         images alt-text.
3308         (gnus-html-put-image): Put alt-text as help-echo.
3309
3310 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3313         * mm-util.el (mm-decompress-buffer)
3314         * nnir.el (nnir-run-find-grep)
3315         * pop3.el (pop3-list): Use 3rd arg of split-string.
3316
3317         * time-date.el (format-seconds): Comment fix.
3318
3319         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3320         and byte-optimize-form-code-walker.
3321         (dgnushack-make-auto-load): Don't advise make-autoload.
3322
3323         * lpath.el: Remove Emacs 21 stuff.
3324
3325 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3328         outside the active range.  Suggested by Dan Christensen.
3329
3330         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3331         slightly later to avoid double-getting it.
3332
3333         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3334         previous patch.
3335
3336         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3337
3338 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3339
3340         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3341
3342 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus-int.el (gnus-open-server): Give a better error message in the
3345         "go offline" case.
3346
3347         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3348         marks for nnimap, which is seldom the right thing to do.
3349
3350         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3351         (gnus-same-method-different-name): New function.
3352
3353         * nnimap.el (parse-time): Require.
3354
3355         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3356         method in the presence of many similar methods.
3357
3358         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3359
3360         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3361         nnml-inhibit-expiry.
3362
3363         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3364         find out whether methods are equal.
3365
3366         * nnimap.el (nnimap-find-expired-articles): New function.
3367         (nnimap-process-expiry-targets): New function.
3368         (nnimap-request-move-article): Request the article before looking at
3369         what the Message-ID is.  Fix found by Andrew Cohen.
3370         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3371
3372         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3373         for oldness in addition to being a predicate.
3374
3375         * nnimap.el (nnimap-request-group): When we have zero articles, return
3376         the right data to Gnus.
3377         (nnimap-request-expire-articles): Only delete articles immediately if
3378         the target is 'delete.
3379
3380         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3381         method, this would bug out.
3382
3383         * gnus-group.el (gnus-group-expunge-group): Rename from
3384         gnus-group-nnimap-expunge, and implemented as a normal interface
3385         function.
3386
3387         * gnus-int.el (gnus-request-expunge-group): New function.
3388
3389         * nnimap.el (nnimap-request-create-group): Implement.
3390         (nnimap-request-expunge-group): New function.
3391
3392 2010-09-21  Julien Danjou  <julien@danjou.info>
3393
3394         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3395         (gnus-html-cache-expired): Add new function.
3396         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3397         wethever we should display image for fetch it.
3398         Compute alt-text earlier to pass it to the fetching function too.
3399         (gnus-html-schedule-image-fetching): Change function argument to only
3400         get one image at a time, not a list.
3401         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3402         cache.
3403         (gnus-html-get-image-data): New function to retrieve image data from
3404         cache.
3405         (gnus-html-put-image): Change buffer argument to use image data rather
3406         than file, and place image above region rather than inserting a new
3407         one.  Do not take alt-text as argument, since it's useless now: we place
3408         the image above alt-text.
3409         (gnus-html-prune-cache): Remove.
3410         (gnus-html-show-images): Start to fetch image when we find one, do not
3411         push into a temporary list.
3412         (gnus-html-prefetch-images): Only fetch image if they have expired.
3413         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3414         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3415
3416 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3419
3420 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3423         spec inser "*" if the group isn't active instead of 0.
3424
3425         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3426         opening the server.
3427         (nnimap-request-delete-group): Implement group deletion.
3428         (nnimap-transform-headers): Return the size of the entire message in
3429         the Bytes header, not just the size of the first part.
3430         (nnimap-request-move-article): When moving an article from nnimap,
3431         request the article first so the accepting form has an article to
3432         accept.  Reported by Dan Christensen.
3433         (nnimap-command): Make sure that the error message doesn't error out.
3434
3435 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3436
3437         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3438         we haven't requested anything.
3439
3440 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3443         "".  Fix found by Andrew Cohen.
3444
3445         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3446         instead of -encode-string.
3447
3448 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3451
3452         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3453         by mm-subst-char-in-string.
3454
3455 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3458         waiting for the connection string.
3459
3460         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3461         arriving.
3462
3463         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3464         bogus characters.  This allows selecting certain Gmail groups.
3465
3466         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3467         (nnimap-fetch-partial-articles): New variable.
3468         (nnimap-open-connection): When looking for credentials, also use the
3469         nnimap-server-port.
3470         (nnimap-request-article): Return the group/article number, so that Gnus
3471         `^' works as expected.
3472         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3473
3474         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3475         comments.
3476         (gnus-methods-sloppily-equal): New function.
3477         (gnus): When using the development version of Gnus, load the gnus-load
3478         file.
3479
3480         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3481         `gnus-open-server' on each method before trying to scan them etc.
3482         This ensures that all the backend parameters are set correctly.
3483
3484         * nnimap.el (nnimap-authenticator): New variable.
3485         (nnimap-open-connection): Allow anonymous login.
3486         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3487         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3488
3489         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3490         patch, found by Knut Anders Hatlen.
3491
3492 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3493
3494         * gnus-agent.el (gnus-agent-batch-confirmation)
3495         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3496         to gnus-message.
3497         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3498         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3499         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3500         * gnus-int.el (gnus-open-server): Likewise.
3501         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3502         (gnus-score-check-syntax): Likewise.
3503         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3504         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3505         Likewise.
3506         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3507
3508 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3511         calling conventions so that prefetch doesn't bug out.
3512
3513 2010-09-19  Julien Danjou  <julien@danjou.info>
3514
3515         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3516         rather than `subst-char-in-region' in order to be able to replace ASCII
3517         char by UTF-8 ones.
3518
3519         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3520         than curl.
3521         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3522         the right URL and ALT text on images.
3523         (gnus-html-wash-tags): Fix tag case.
3524         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3525         (gnus-article-html): Add -o display_ins_del=2 option.
3526         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3527
3528 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3531         the extra mail headers, which sometimes seem to happen for unknown
3532         reasons.
3533
3534         * mail-parse.el (mail-header-encode-parameter): Define as
3535         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3536         (or most, perhaps?) mail readers don't understand the latter, but do
3537         understand the former.
3538
3539         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3540         to nil, so that no methods are automatically agentized.  I think this
3541         is probably what most users want.
3542
3543         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3544         from url-retrieve, for instance about invalid URLs.
3545
3546         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3547         groups that have no articles.
3548         (nnimap-request-article): Check that we really got an article when we
3549         requested one.
3550
3551         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3552         doesn't exist.
3553
3554         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3555         nntp buffer so the agent can save it.
3556         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3557         that CRLF doesn't get translated to \n.
3558         (nnimap-open-connection): Don't make 'shell commands only send \n.
3559
3560 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3561
3562         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3563         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3564         Update var name.
3565         (nnml-generate-nov-file): Use dolist.
3566         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3567         Use with-current-buffer.
3568
3569 2010-09-18  Julien Danjou  <julien@danjou.info>
3570
3571         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3572         parallel.
3573
3574 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3577         the range update right.
3578         (nnimap-request-group): Don't make `M-g' bug out on group with no
3579         marks.
3580         (nnoo): Require, so that other packages can require nnimap.
3581         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3582         command we're looking for.  This helps when the server sends more
3583         responses after we've gotten everything we expected.
3584         (nnimap): Add a `newlinep' field to keep track of end-of-line
3585         conventions.
3586         Don't send CRLF to things that don't want it.
3587         (nnimap-request-accept-article): Ditto.
3588
3589 2010-09-18  Julien Danjou  <julien@danjou.info>
3590
3591         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3592         than curl to retrieve images.
3593
3594 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3597         the marks.
3598         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3599         (nnimap-wait-for-connection): New function.
3600         (nnimap-open-connection): If we have PREAUTH, don't query for login
3601         credentials.
3602         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3603         when doing a partial update.
3604
3605 2010-09-18  Julien Danjou  <julien@danjou.info>
3606
3607         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3608         tags.
3609
3610 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * nnimap.el (nnimap-credentials): New function.
3613         (nnimap-open-connection): Use the new function to look for credentials
3614         also on the numeric equivalents of "imap" and "imaps".
3615
3616         * gnus-start.el (gnus-activate-group): Send the info to
3617         gnus-request-group.
3618
3619         * nnimap.el (nnimap-request-group): Have the "check" version of the
3620         function parse flags and update the info, so that a `M-g' get a total
3621         resync of all flags from the group.
3622
3623         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3624         to allow backends to alter the info on group selection.  Also alter all
3625         the backend -request-group functions to take the parameter.
3626
3627         * nnimap.el (nnimap-store-info): New function.
3628         (nnimap-update-info): Store the info for later usage.
3629         (nnimap-request-group): Use the stored info for the dont-check case, so
3630         that we don't retrieve all marks when we enter a group.
3631
3632         * nnimap.el: Use deffoo instead of defun for interface functions.
3633
3634         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3635         update the group info.  This makes the nndraft groups, for instance, go
3636         back to their old behaviour.
3637
3638         * gnus-sum.el (gnus-select-newsgroup): Indent.
3639
3640         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3641         in.
3642         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3643         nothing.
3644
3645         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3646         from methods that are denied.
3647
3648         * gnus-int.el (gnus-method-denied-p): New function.
3649
3650         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3651         store the password instead of netrc.
3652         (nnimap-open-connection): Don't error out when we can't make a
3653         connections.
3654
3655         * auth-source.el (auth-source-create): In the password prompt, say what
3656         we're querying for.  Also prompt for user name if that hasn't been
3657         given.
3658
3659         * nnimap.el (nnimap-with-process-buffer): Remove.
3660
3661 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3664         method when we're reading from the agent.
3665
3666         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3667
3668         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3669         that's probably most useful for users.
3670
3671         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3672         "failed" all the time.
3673
3674         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3675         ...)) with (with-current-buffer ... ).
3676
3677         * nntp.el (nntp-open-server): Return whether the open was successful or
3678         not.
3679
3680         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3681         select an unread unseen article first.
3682
3683         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3684         /etc/services, supply some sensible port defaults.
3685
3686         * dgnushack.el: Define netrc-credentials.
3687
3688 2010-09-17  Julien Danjou  <julien@danjou.info>
3689
3690         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3691
3692 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3693
3694         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3695         doesn't have any parameters.
3696
3697 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3700         only upcased checks.
3701
3702         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3703
3704         * nnimap.el (nnimap-open-shell-stream): New function.
3705         (nnimap-open-connection): Use it.
3706         (nnimap-transform-headers): Get the number of lines in each message.
3707         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3708         number of lines.
3709         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3710         problem.
3711
3712         * utf7.el (utf7-encode): Autoload.
3713
3714         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3715         to allow the mail splitting to not return a default group.  This is
3716         useful for nnimap, which will leave unmatched mail in the inbox.
3717
3718         * nnimap.el: Rewritten.
3719
3720         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3721         nnimap usage.
3722
3723         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3724         if the move is internal, so that nnimap can do fast internal moves.
3725
3726         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3727         data.
3728         (gnus-read-active-for-groups): Support finishing the early retrieval of
3729         data.
3730
3731         * gnus-range.el (gnus-range-nconcat): New function.
3732
3733         * gnus-int.el (gnus-finish-retrieve-group-infos)
3734         (gnus-retrieve-group-data-early): New functions.
3735
3736 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3739         (nnrss-retrieve-groups):
3740         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3741         (pop3-quit): Use with-current-buffer.
3742
3743 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3746         instead of nnheader-accept-process-output.
3747
3748         * dgnushack.el (dgnushack-compile): Add comment.
3749
3750         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3751
3752         * gnus-html.el (gnus-html-schedule-image-fetching)
3753         (gnus-html-prefetch-images): Replace process-kill-without-query by
3754         gnus-set-process-query-on-exit-flag.
3755
3756 2010-09-16  Romain Francoise  <romain@orebokech.com>
3757
3758         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3759
3760 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3763         parameter to unintern is mandatory-ish in Emacs 24.
3764
3765         * gnus-html.el (gnus-html-schedule-image-fetching)
3766         (gnus-html-prefetch-images): Check for curl before using it.
3767
3768         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3769         depend on curl, which isn't essential.
3770
3771         * imap.el: Revert back to version
3772         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3773         seem problematic.
3774
3775 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3776
3777         * gnus-registry.el (gnus-registry-install-shortcuts):
3778         Explicitly pass `obarray' to `unintern' to avoid a warning.
3779
3780 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3783         change.
3784
3785         * nnrss.el (nnrss-request-list): Remove this function and related
3786         functions, including the moreover stuff.
3787
3788 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * nnrss.el (nnrss-retrieve-groups): New function.
3791
3792 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3793
3794         * .dir-locals.el: Add no-byte-compile cookie.
3795
3796 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * time-date.el (format-seconds): Comment fix.
3799
3800         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3801         for back end that doesn't support request-scan.
3802
3803 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3806         then do request scans from the backends.
3807
3808         * netrc.el (netrc-credentials): New conveniency function.
3809
3810         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3811         avoid running a hook per line, since this takes a lot of time,
3812         profiling shows.
3813         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3814         directly if gnus-visual-p is true.
3815
3816 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3819         groups; replace mapcar with dolist which is a bit faster; pass groups
3820         info to gnus-read-active-file-1.
3821         (gnus-read-active-file-1): Scan only specified groups if the new
3822         optional arg `infos' is given.
3823
3824 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3827
3828         * pop3.el (pop3-movemail): Remove.
3829         (pop3-streaming-movemail): Rename to pop3-movemail.
3830
3831         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3832         don't restrict end-tag searches to the end of the line.
3833
3834 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3837         articles of every unchecked group to t, which means unknown since the
3838         server has never been opened.
3839
3840 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus-html.el (gnus-html-show-alt-text): New command.
3843         (gnus-html-browse-image): Ditto.
3844         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3845         to browse the image directly.
3846         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3847         better.
3848
3849         * gnus-async.el (gnus-async-article-callback):
3850         Call `gnus-html-prefetch-images' unconditionally.
3851
3852         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3853         before feeding URLs to curl.
3854
3855 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3858         internal images as deletable by `W D D'.
3859
3860         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3861         (gnus-async-article-callback): Fix typo.
3862
3863 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3866         current line to work around bugs in the output from w3m.
3867
3868         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3869         for groups that want that.
3870
3871         * nntp.el (nntp-wait-for-string): Supply a timeout for
3872         accept-process-output to ensure progress.
3873
3874         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3875         level to get unread articles from, then use that for foreign groups,
3876         too.
3877
3878         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3879         confuses the rest of the function.
3880
3881         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3882         for the methods that support -retrieve-groups, too.
3883
3884         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3885
3886 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3889         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3890
3891         * pop3.el: Require cl when compiling.
3892         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3893
3894 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3897         that aren't going to be activated.
3898         (gnus-get-unread-articles): Fix up the last commit.
3899
3900         * gnus-html.el (gnus-article-html): Allow calling without specifying
3901         the handle.  In that case, dissect the buffer first.
3902
3903         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3904
3905         * nnimap.el (nnimap-open-connection): Revert the change that would look
3906         into authinfo for imaps instead of imap.
3907
3908         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3909         say that you don't want to call gnus-request-group with don-check, but
3910         do check the reponse.  This is for virtual groups only.
3911         (gnus-get-unread-articles): Count the archive groups as secondary, so
3912         that they're activated the same way as before.
3913
3914         * imap.el (imap-message-map): Removed optional buffer parameter, since
3915         no callers use it.
3916         (imap-message-get): Ditto.
3917         (imap-message-put): Ditto.
3918         (imap-mailbox-map): Ditto.
3919         (imap-mailbox-put): Ditto.
3920         (imap-mailbox-get): Ditto.
3921         (imap-mailbox-get): Revert last change for this function.
3922
3923         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3924         case-insensitively.
3925         (nnimap-debug): Remove.
3926
3927         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3928         to use `imap-fetch' instead.  According to the comments, this should be
3929         safe, since all other IMAP clients use the 1:* syntax.
3930         (imap-enable-exchange-bug-workaround): Removed.
3931         (imap-debug): Removed -- doesn't seem very useful.
3932
3933         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3934         mail from a file, and the file doesn't exist.
3935
3936         * imap.el (imap-log): New convenience function used throughout instead
3937         of repeating the same code all over the place.
3938
3939         * pop3.el (pop3-streaming-movemail): Return t for success.
3940
3941         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3942         .authinfo if we're using ssl connection.
3943
3944         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3945         already have if we're in a main Gnus `g' run.
3946
3947         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3948
3949 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3952
3953         * nnmh.el (nnmh-request-list-1): Bind `file'.
3954
3955         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3956         alias to set-process-query-on-exit-flag or process-kill-without-query.
3957         (pop3-open-server): Use it.
3958
3959 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3962         box to the Incoming file.  Fixes mistake in previous checkin.
3963
3964         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3965         request loop (for debugging purposes) removed.
3966
3967         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3968         culprit is more visible.
3969         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3970         (nnml-add-incremental-nov): New functions to do "incremental" nov
3971         updates, where we just append to the end of the existing nov files
3972         without reading/writing them in full.
3973
3974         * mail-source.el (mail-source-delete-crash-box): Really only check the
3975         incoming files once in a while.
3976
3977         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3978
3979         * mail-source.el (mail-source-delete-crash-box): Only check the
3980         incoming files for deletion once per day to save a lot of file
3981         accesses.
3982
3983         * pop3.el (pop3-logon): Fix up unbound variable typo.
3984
3985         * mail-source.el (pop3-streaming-movemail): Autoload.
3986
3987         * pop3.el (pop3-streaming-movemail):
3988         Respect pop3-leave-mail-on-server.
3989
3990         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3991         retrieval.
3992
3993         * pop3.el (pop3-process-filter): Remove unused function.
3994         (pop3-streaming-movemail, pop3-send-streaming-command)
3995         (pop3-wait-for-messages, pop3-write-to-file)
3996         (pop3-number-of-responses): New functions for streaming pop3
3997         retrieval.
3998
3999         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4000         come from no known methods.
4001         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4002         list.
4003
4004         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4005         message sizes.
4006         (pop3-movemail): Use erase-buffer instead of looping and deleting
4007         regions, which seems rather odd.
4008
4009         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4010         file once per `g' run.
4011
4012         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4013         directories.  This makes the draft queue directory work.
4014
4015         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4016         data from the backends, so that we only request the list of groups from
4017         each method once.  This should speed things up considerably.
4018
4019         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4020         detect that it's not implemented.
4021
4022         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4023         we actually do recurse down into the tree, but don't stat all leaf
4024         nodes.
4025
4026         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4027         then say so instead of bugging out.
4028
4029         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4030         files exist before trying to read them.
4031
4032         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4033         around <pre_int>.
4034
4035         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4036
4037         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4038
4039 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * mm-util.el (mm-image-load-path): Just return the image directories,
4042         not all directories in the path in addition to the image directories.
4043         (mm-image-load-path): Maintain a cache of the image directories so that
4044         the `g' command in Gnus doesn't have to stat dozens of directories each
4045         time.
4046
4047         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4048         (gnus-html-wash-tags): Add a new `i' command to insert images.
4049         (gnus-html-insert-image): New command and keystroke.
4050         (gnus-html-redisplay-with-images): New command and keystroke.
4051         (gnus-html-show-images): Rename command.
4052         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4053         spacers.
4054         (gnus-html-wash-tags): Decode entities at the end, so that entities
4055         inside the tags don't mess up the rest of the "parsing".
4056
4057         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4058         so that nnimap methods aren't agentized by default.  There's apparently
4059         many problems related to agent/imap behaviour.
4060
4061         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4062
4063         * gnus-html.el: Doc fix.
4064
4065 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4068         specifier-spec-list for Emacs 21.
4069
4070         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4071         glyph-width and glyph-height instead of display-graphic-p and
4072         image-size; make avoidance of displaying small images work for XEmacs.
4073
4074         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4075         for XEmacs.
4076
4077         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4078         of symbol that holds plist data.
4079         (gnus-process-plist): Remove plist of process after getting it.
4080
4081 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * message.el (message-generate-hashcash): Change default to
4084         'opportunistic if hashcash is installed.
4085
4086         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4087         (gnus-html-put-image): Only call image-size once, since it's somewhat
4088         time-consuming on remote X servers.
4089
4090 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4093         type on data, not a file name.
4094
4095         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4096         window-pixel-edges for Emacs 21.
4097
4098         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4099         decoded contents.
4100         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4101
4102 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4105         group line format, since it isn't very interesting.
4106
4107         * gnus-agent.el (gnus-agent-short-article),
4108         (gnus-agent-long-article): Increase values for these two variables,
4109         since most people are likely to have more network connection and
4110         storage than before.
4111
4112         * gnus.el (gnus-refer-article-method): Change default to 'current.
4113         When referring an article, the common behaviour is to refer it from the
4114         current select method, not the native select method.  The chances of
4115         the native select method having the message in question is rather slim
4116         these days.
4117
4118         * gnus-sum.el (gnus-auto-select-subject): Change default to
4119         `unseen-or-unread'.  I think it's likely that most people want to
4120         select an unseen article over a previously seen, but unread one.
4121
4122         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4123         means that in the article buffer none of the minor mode elements will
4124         be shown, usually, and this is not desirable in most cases.
4125
4126         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4127         that commands like `d' (and the like) go to the next line in the
4128         buffer, instead of the next unread article.  I think this is the
4129         behaviour that is most natural for most users.
4130         (gnus-single-article-buffer): Change default to nil, so that people can
4131         have as many article buffers open as they have summary buffer.  I think
4132         this is the most natural way for the groups to behave.
4133
4134         * message.el (message-generate-new-buffers): Change default to
4135         `unsent', so that all new message buffers start their names with the
4136         string "*unsent", and it's easier to find the buffers if you move from
4137         them.
4138
4139 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4142         small.  They're probably tracking images.
4143         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4144         (gnus-html-rescale-image): Yet another try at getting the image sizing
4145         right.
4146
4147         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4148         nntp-marks-file-name is nil.
4149
4150 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * gnus-html.el (gnus-html-wash-tags)
4153         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4154         Better logging.
4155
4156 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4159
4160         * gnus-html.el (gnus-html-wash-tags): Check the value of
4161         gnus-blocked-images in the summary buffer.
4162
4163 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4164
4165         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4166
4167 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4170         like "a", it seems like.
4171         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4172         since it needs to be picked from the correct buffer.
4173
4174         * nnwfm.el: Remove.
4175
4176         * nnlistserv.el: Remove.
4177
4178 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4179
4180         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4181         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4182
4183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * nnkiboze.el: Remove.
4186
4187         * nndb.el: Remove.
4188
4189         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4190         alt text.
4191         (gnus-html-rescale-image): Try to get the rescaling logic right for
4192         images that are just wide and not tall.
4193
4194         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4195         overshadow variable bindings.
4196
4197 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4198
4199         * gnus-html.el (gnus-html-wash-tags)
4200         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4201         Add extra logging.
4202
4203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4206         (gnus-max-image-proportion): New variable.
4207         (gnus-html-rescale-image): New function.
4208         (gnus-html-put-image): Rescale images.
4209
4210 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4211
4212         Fix up some byte-compiler warnings.
4213         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4214         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4215         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4216         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4217         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4218         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4219         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4220
4221 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-html.el (gnus-article-html): Decode contents by charset.
4224
4225 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4228         (gnus-html-frame-width, gnus-blocked-images)
4229         * message.el (message-prune-recipient-rules): Add custom version.
4230         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4231
4232         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4233         functions.
4234
4235         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4236         gnus-process-get.
4237
4238 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4239
4240         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4241         instead of lsub directly.
4242
4243 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnwarchive.el: Remove.
4246
4247         * gnus-soup.el: Remove.
4248
4249         * nnsoup.el: Remove.
4250
4251         * nnultimate.el: Remove.
4252
4253         * gnus-html.el (gnus-blocked-images): New variable.
4254
4255         * message.el (message-prune-recipients): New function.
4256         (message-prune-recipient-rules): New variable.
4257
4258         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4259         guess whether a long line is natural text or not.
4260
4261         * gnus-html.el (gnus-html-schedule-image-fetching):
4262         Use gnus-process-plist and friends for compatibility.
4263
4264 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4265
4266         * gnus-html.el: Require packages that define macros used in this file.
4267         (gnus-article-mouse-face): Declare to silence byte-compiler.
4268         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4269         process-get.
4270         (gnus-html-put-image): Use plist-get to avoid getf.
4271         (gnus-html-prefetch-images): Use with-current-buffer.
4272
4273 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-ems.el: Provide compatibility functions for
4276         gnus-set-process-plist.
4277
4278         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4279         header-line-format for XEmacs 21.4.
4280
4281         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4282         * gnus.el (gnus-valid-select-methods)
4283         * message.el (message-send-mail-partially-limit)
4284         * mm-decode.el (mm-text-html-renderer)
4285         * mml.el (mml-insert-mime-headers-always)
4286         * smiley.el (smiley-regexp-alist): Bump custom version.
4287
4288 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * gnus-html.el: require mm-url.
4291         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4292         with the url to `url'.
4293         (gnus-html-wash-tags): Support cid: URLs/images.
4294
4295 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4298         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4299         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4300
4301         * gnus-move.el: Remove file, since it doesn't really work.
4302
4303         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4304         UTF-8.  This seems to fix problems with some German web feeds.
4305
4306         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4307         at the top so that the proper colours are applied.
4308
4309         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4310         don't have dots in their names.
4311
4312         * gnus-art.el (gnus-article-view-part): Doc fix.
4313
4314         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4315         XEmacs-compatible.
4316         (gnus-html-put-image): Don't do images on non-graphic displays.
4317
4318         * nnslashdot.el: Remove this unused backend.
4319
4320         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4321         actions.
4322         (gnus-undo-register-1): Revert last change.
4323
4324         * gnus-group.el (gnus-group-completing-read): Protect against not
4325         having completion-styles bound.
4326
4327         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4328         make broken recipients happier.
4329
4330         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4331
4332         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4333         point parameter.
4334
4335         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4336
4337         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4338         completion-styles for group selection.
4339
4340 2009-02-04  Andreas Schwab  <schwab@suse.de>
4341
4342         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4343         headers and regexp-quote the match if necessary.
4344
4345 2009-03-24  Miles Bader  <miles@gnu.org>
4346
4347         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4348         the blinking smiley.
4349
4350 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4351
4352         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4353         blink smiley.
4354
4355 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4358         where the dribbel file lives exists.
4359
4360         * message.el (message-send-mail-partially-limit): Change the default to
4361         nil, since most people don't want this.
4362
4363         * mm-url.el (mm-url-decode-entities): Also decode entities like
4364         &#x3212.
4365
4366 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4367
4368         * gnus-sum.el (gnus-summary-idna-message):
4369         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4370         Hyperlink urls in docstrings with URL `...'.
4371
4372 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4373
4374         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4375         functions.
4376
4377 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4380         say what the mouseover text should be.
4381
4382         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4383         version of the mm-w3m-safe-url-regexp variable to only download images
4384         in the groups where we want that to happen.
4385
4386         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4387
4388         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4389         easier debugging.
4390         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4391         big pictures in the article buffer.
4392
4393         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4394         gnus-article-html.
4395         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4396         w3m.
4397
4398         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4399
4400 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4403         which doesn't exist.
4404
4405         * message.el (message-inhibit-ecomplete): New variable to allow some
4406         function to inhibit ecomplete address storage.
4407         (message-resend): Disable ecomplete message storage when resending
4408         messages.
4409
4410         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4411
4412 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4415         Save excursion while copying, moving, and deleting articles in order to
4416         prevent the cursor from jumping to unforeseen place.
4417
4418 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * lpath.el: No need to bind bookmark-current-buffer,
4421         bookmark-yank-point and bookmark-make-record-function.
4422
4423 2010-08-17  Glenn Morris  <rgm@gnu.org>
4424
4425         * gnus-sync.el: Require gnus components whose functions are used.
4426
4427         * gnus-art.el (bookmark-make-record-function):
4428         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4429         Declare for compiler.
4430
4431         * mm-url.el (mml-compute-boundary): Autoload.
4432
4433 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4436
4437 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         Typo fix "hoo4a" -> "hook".
4440
4441         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4442
4443 2010-08-14  Glenn Morris  <rgm@gnu.org>
4444
4445         * gnus-sync.el (gnus-sync): Fix defgroup version.
4446
4447 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4448
4449         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4450
4451         * gnus-sync.el: Fix docs.
4452         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4453         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4454
4455 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         Optimizations for gnus-sync.el.
4458
4459         * gnus-sync.el: Add docs about gnus-sync-backend
4460         possibilities.
4461         (gnus-sync-save): Remove unnecessary message.
4462         (gnus-sync-read): Optimize and show what groups were skipped.
4463
4464 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4465
4466         Minor bug fixes for gnus-sync.el.
4467
4468         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4469         Don't read the sync on get-new-news.
4470
4471         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4472         quiet.
4473
4474         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4475         (fix typo).
4476
4477 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4478
4479         Make saving and restoring of hidden threads work with overlays.
4480         Patch applied by Ted Zlatanov.
4481
4482         * gnus-sum.el (gnus-hidden-threads-configuration)
4483         (gnus-restore-hidden-threads-configuration): Update to deal with text
4484         properties, rather than searching for a magic character.
4485
4486 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         New gnus-sync.el library for synchronization of marks.
4489
4490         * gnus-sync.el: New library for synchronization of marks.
4491
4492         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4493         renamed from `gnus-registry-grep-in-list'.
4494
4495         * gnus-registry.el (gnus-registry-follow-group-p):
4496         Use `gnus-grep-in-list'.
4497
4498         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4499
4500 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4503         determining charset of text fails.
4504
4505 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * nnmail.el (nnmail-get-new-mail-1): Revert.
4508
4509         * nnml.el (nnml-active-number): Make sure names of newly created groups
4510         in nnml-group-alist are encoded.
4511
4512 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4515         containing non-ASCII characters in active file for nnml back end.
4516
4517 2010-07-24  David Engster  <dengste@eml.cc>
4518
4519         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4520         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4521
4522 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4523
4524         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4525         tag (Bug#6654).
4526
4527 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4530         the article buffer, not the summary buffer.
4531
4532 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4535         Emacs 23 as well.
4536
4537 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4540         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4541
4542 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4543
4544         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4545         Patch applied by Karl Fogel.
4546
4547         * gnus-sum.el (gnus-summary-bookmark-make-record):
4548         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4549
4550 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4551
4552         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4553         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4554         C-w still not working correctly from Article buffers; Thierry's
4555         patch to fix that will be applied after this.
4556
4557         * gnus-art.el (bookmark-make-record-function): New local variable.
4558
4559         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4560         article buffer.
4561         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4562
4563 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4564
4565         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4566         on changes in bookmark.el.
4567
4568 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4571         `no-log' instead of message not to log prompt string.
4572
4573 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4574
4575         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4576         the *other* type of HTML form submission.
4577
4578 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4579
4580         * auth-source.el (auth-source-pick): If choice does not contain a
4581         questioned keyword, set the check to t.
4582
4583 2010-06-12  Romain Francoise  <romain@orebokech.com>
4584
4585         * gnus-util.el (gnus-date-get-time): Move up before first use.
4586
4587 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4590         (gnus-article-edit-part): Bind it to make last part that is substituted
4591         or deleted visible.
4592         (gnus-mime-display-single): Buttonize part of which id equals to
4593         gnus-mime-buttonized-part-id.
4594
4595 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4596
4597         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4598         (gnus-dd-mmm): Use gnus-date-get-time.
4599         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4600         simplify logic.
4601         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4602         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4603
4604 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4605
4606         * auth-source.el (top): Autoload `secrets-list-collections',
4607         `secrets-create-item', `secrets-delete-item'.
4608         (auth-sources): Fix tag string.
4609         (auth-get-source, auth-source-retrieve, auth-source-create)
4610         (auth-source-delete): New defuns.
4611         (auth-source-pick): Rewrite in order to avoid 2 passes.
4612         (auth-source-forget-user-or-password): New parameter USERNAME.
4613         (auth-source-user-or-password): New parameters CREATE-MISSING and
4614         DELETE-EXISTING.  Retrieve password interactively, if needed.
4615
4616 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4617
4618         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4619         deleting unused directories when gnus-expert-user is t.
4620
4621 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4624         for each temp file when gnus-article-browse-delete-temp is ask.
4625
4626 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4627
4628         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4629         Lisp calls to delete-backward-char by calls to delete-char.
4630
4631 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4632
4633         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4634
4635 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4636
4637         * password-cache.el (password-cache-remove): Fix docstring.
4638
4639 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4642         article unless decoding article to be saved.
4643
4644 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4647         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4648         generated within the mm-with-unibyte-current-buffer macro.
4649
4650 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4653         to nil when we're in a mml-preview buffer and no group is selected.
4654
4655 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4656
4657         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4658         when catching the `C-g'.  Reported by "Leo".
4659
4660 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * message.el (message-forward-make-body-plain)
4663         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4664         multibyte-string-p.
4665
4666         * lpath.el: Revert.
4667
4668 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * message.el (message-forward-make-body-mml): Assume original message
4671         is multibyte string; error on unibyte.
4672         (message-forward-make-body-plain): Ditto; don't add excessive newline
4673         in body end.
4674
4675         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4676
4677 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4678
4679         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4680         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4681
4682 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * mm-extern.el (mm-extern-url): Don't use
4685         mm-with-unibyte-current-buffer.
4686         (mm-extern-cache-contents): Use with-current-buffer instead of
4687         save-excursion + set-buffer.
4688
4689 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * mm-util.el (mm-emacs-mule): Remove.
4692
4693 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4694
4695         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4696         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4697         change.
4698
4699 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4702         bind the default value of enable-multibyte-characters to nil.
4703
4704 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * message.el (message-forward-make-body-plain)
4707         (message-forward-make-body-mml):
4708         Don't use mm-with-unibyte-current-buffer.
4709
4710 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4711
4712         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4713
4714 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4715
4716         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4717         (Bug#5592).
4718
4719 2010-05-07  Julien Danjou  <julien@danjou.info>
4720
4721         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4722         it to mm-pipe-part.
4723
4724         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4725         it is given.
4726
4727 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * binhex.el (binhex-decode-region-internal)
4730         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4731         (dns-query)
4732         * nnweb.el (nnweb-gmane-search)
4733         * pgg-parse.el (pgg-parse-armor)
4734         * pgg.el (pgg-verify-region)
4735         * sha1.el (sha1-string-external)
4736         * uudecode.el (uudecode-decode-region-internal)
4737         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4738         XEmacs.
4739
4740         * gnus-art.el (gnus-article-browse-html-parts)
4741         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4742         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4743         make-temp-file.
4744
4745         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4746         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4747         compiling.
4748
4749         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4750         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4751         XEmacs when compiling.
4752
4753         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4754         gnus-pick-mode-off-hook for XEmacs when compiling.
4755         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4756         gnus-binary-mode-off-hook for XEmacs when compiling.
4757
4758         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4759         Return nil if char-charset is not available.
4760
4761         * imap.el (imap-disable-multibyte)
4762         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4763         macros.
4764
4765         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4766         instead of encode-coding-string.
4767
4768         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4769         'xemacs) instead of mm-emacs-mule to switch function definitions.
4770         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4771
4772         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4773         bind temporary-file-directory for XEmacs;
4774         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4775         timer-set-function for XEmacs 21.4 and SXEmacs;
4776         bind timer-list for XEmacs 21.4 and SXEmacs;
4777         fbind char-charset and find-charset-region for non-Mule XEmacs;
4778         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4779         encode-coding-region and encode-coding-string for XEmacs having no
4780         file-coding feature.
4781
4782 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4783
4784         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4785
4786 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4789         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4790
4791 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4792
4793         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4794         alias `jka-compr-delete-temp-file' no longer exists.
4795
4796 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         Use define-minor-mode in Gnus where applicable.
4799         * mml.el (mml-mode): Use define-minor-mode.
4800         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4801         (gnus-undo-mode): Use define-minor-mode.
4802         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4803         (gnus-dead-summary-mode): Use define-minor-mode.
4804         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4805         Initialize in declaration.
4806         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4807         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4808         (gnus-mailing-list-mode): Use define-minor-mode.
4809         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4810         (gnus-draft-mode): Use define-minor-mode.
4811         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4812         (gnus-dired-mode): Use define-minor-mode.
4813
4814 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4815
4816         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4817         handles on recursive mml-to-mime translation and check them for
4818         boundary delimiter collisions.  Reported by Greg Troxel.
4819
4820 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4823
4824 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4825
4826         * mm-util.el (mm-find-buffer-file-coding-system):
4827         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4828
4829 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4830
4831         * message.el (message-generate-headers): Record insertion of optional
4832         headers as well.  Otherwise the check to prevent repeated insertion of
4833         optional headers is a no-op.
4834
4835 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * smime.el: Don't mention CVS.
4838
4839         * nnrss.el (nnrss-fetch): Don't mention CVS.
4840
4841         * nnir.el: Don't mention CVS.
4842
4843 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4844
4845         * gnus-sum.el (gnus-summary-bookmark-make-record):
4846         Add `location' field.
4847
4848 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * lpath.el: Fbind bookmark-default-handler,
4851         bookmark-get-bookmark-record, bookmark-make-record-default,
4852         bookmark-prop-get for Emacs <23 and XEmacs.
4853
4854 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4855
4856         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4857         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4858         Use with-current-buffer to silence the byte-compiler.
4859         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4860         bother to require `gnus'.
4861         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4862
4863 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4864
4865         * gnus-sum.el (gnus-summary-bookmark-make-record)
4866         (gnus-summary-bookmark-jump): New functions.
4867         (gnus-summary-mode): Setup bookmark support.
4868
4869 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4870
4871         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4872         if set.
4873
4874 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4877         gnus-article-browse-html-save-cid-image; make it work recursively for
4878         forwarded messages as well.
4879         (gnus-article-browse-html-parts): Work when prefix arg is given.
4880         (gnus-article-browse-html-article): Doc fix.
4881
4882 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4883
4884         * message.el (message-default-mail-headers):
4885         (message-default-headers): Carry the value mail-default-headers over
4886         into message-default-mail-headers, rather than message-default-headers.
4887
4888 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4889
4890         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4891         charset.
4892
4893         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4894         charset into the <meta> tag when the article is encoded to utf-8.
4895
4896 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-article-browse-delete-temp-files):
4899         Delete directories as well.
4900         (gnus-article-browse-html-parts): Work for images that do not specify
4901         file names; delete temp directory when quitting; insert header at the
4902         right place; use file: scheme for image files.
4903
4904 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4905
4906         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4907         (gnus-article-browse-html-parts): Use it to make temporary cid image
4908         files in addition to html file so that browser may display them.
4909
4910 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4913
4914 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4915
4916         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4917
4918 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         * auth-source.el (auth-sources): Change default to be simpler.
4921         Explain about Secret Service API sources.  Improve Customize options.
4922         (auth-source-pick): Change to accept any number of search parameters.
4923         Implement fallbacks iteratively, not recursively.  Add scoring on the
4924         second pass and sort by score.  Call Secret Service API when needed.
4925         (auth-source-user-or-password): Use it.  Call Secret Service API
4926         directly when needed to get the user name and the password.
4927
4928 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4929
4930         * message.el (message-interactive): Doc fix.
4931         (message-qmail-inject-args): Reflow.
4932         (message-kill-to-signature): Fix typo in docstring.
4933
4934         * smiley.el (smiley-buffer): Fix typo in docstring.
4935
4936 2010-03-24  Glenn Morris  <rgm@gnu.org>
4937
4938         * mail-source.el (gnus-message): Declare.
4939         (mail-source-delete-old-incoming): Require gnus-util.
4940
4941 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4944
4945         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4946
4947         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4948         password-cache's default if it is not bound.
4949         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4950         password-cache-expiry's default if it is not bound.
4951
4952         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4953         available in Emacs 21.
4954
4955         * lpath.el: Suppress compiler warnings for:
4956         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4957         XEmacs;
4958         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4959         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4960         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4961
4962 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * auth-source.el (auth-sources): Fix up definition so extra parameters
4965         are always inline.
4966
4967 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4968
4969         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4970         wasn't updated after mismatch.  Clear cached mailbox info correctly
4971         when uidvalidity changes.
4972         (nnimap-group-prefixed-name): New function to avoid some code
4973         duplication.
4974         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4975         (nnimap-request-group): Use it.
4976         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4977         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4978         with many imap folders.  This is done by caching the group status from
4979         the imap server persistently in a group parameter `imap-status'.  (This
4980         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4981         but not persistently, so every Gnus startup was still very slow.)
4982
4983 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4986         delete the extra newline.  Otherwise editing of :string and :number
4987         types don't work.
4988
4989 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4990
4991         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4992         secrets.el dependency.
4993         (auth-sources): Add optional user name.  Add secrets.el configuration
4994         choice (unused right now).
4995
4996 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * gnus-sum.el (gnus-summary-make-menu-bar):
4999         Let `gnus-registry-install-shortcuts' fill in the functions.
5000
5001         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5002         warnings.
5003         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5004         (gnus-registry-install-shortcuts): Populate and use it in a
5005         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5006
5007 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5008
5009         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5010         In-place substitutions for the group name encoding/decoding.
5011         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5012         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5013         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5014         (nnimap-update-unseen, nnimap-request-list)
5015         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5016         (nnimap-request-set-mark, nnimap-split-to-groups)
5017         (nnimap-split-articles, nnimap-request-newgroups)
5018         (nnimap-request-create-group, nnimap-request-accept-article)
5019         (nnimap-request-delete-group, nnimap-request-rename-group)
5020         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5021         `encoded-mbx' for consistency.
5022         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5023         variable `imap-current-mailbox'.
5024
5025         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5026         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5027
5028 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5029
5030         * pop3.el (pop3-display-message-size-flag): Display message size byte
5031         counts during POP3 download.
5032         (pop3-movemail): Use it.
5033         (pop3-list): Implement listing of available messages.
5034
5035 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5036
5037         * nnir.el (nnir-get-article-nov-override-function): New function to
5038         override the normal NOV retrieval.
5039         (nnir-retrieve-headers): Use it.
5040
5041 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5042
5043         * auth-source.el (netrc-machine-user-or-password): Autoload.
5044
5045 2010-03-19  Glenn Morris  <rgm@gnu.org>
5046
5047         Stop message.el from loading about 40 libraries it doesn't always need.
5048         The general approach is to autoload rather than require, and to
5049         require in the specific functions rather than the file.  (Bug#5642)
5050
5051         * gmm-utils.el: Don't require wid-edit.
5052         (widget-create-child-value, widget-convert, widget-default-get):
5053         Autoload.
5054
5055         * gnus-util.el: Don't require time-date, netrc.
5056         (message-fetch-field, gnus-group-name-decode): Declare rather than
5057         autoloading.
5058         (gnus-fetch-field): Require message.
5059         (gnus-decode-newsgroups): Require gnus-group.
5060
5061         * ietf-drums.el: Don't require time-date.
5062
5063         * message.el: Don't require hashcash, canlock, ecomplete.
5064         Do require mail-utils.  Require nnheader only when compiling.
5065         (smtpmail-default-smtp-server): Remove declaration.
5066         (message-send-mail-function): Check smtpmail-default-smtp-server
5067         is bound rather than requiring smtpmail.
5068         (message-auto-save-directory, message-insert-signature):
5069         Use expand-file-name rather than nnheader-concat.
5070         (nnheader-insert-file-contents): Autoload.
5071         (hashcash-wait-async): Declare.
5072         (message-send-mail): Only call gnus-setup-posting-charset if
5073         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5074         (message-send-mail-with-sendmail): Require sendmail.
5075         (canlock-password, canlock-password-for-verify): Declare.
5076         (message-canlock-password): Require canlock.
5077         (nnheader-get-report): Autoload.
5078         (gnus-setup-posting-charset): Declare.
5079         (message-send-news): Require gnus-msg.
5080         (message-make-references, message-make-in-reply-to): Use mail-header-id
5081         rather than the alias mail-header-message-id.
5082         (ecomplete-add-item, ecomplete-save): Declare.
5083         (message-put-addresses-in-ecomplete): Require ecomplete.
5084         (ecomplete-display-matches): Autoload.
5085
5086         * mm-decode.el: Don't require mailcap, gnus-util.
5087         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5088         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5089         Autoload.
5090         (mailcap-mime-extensions): Declare.
5091
5092         * mm-encode.el: Don't require mailcap.
5093         (mailcap-extension-to-mime): Autoload.
5094
5095         * mml-sec.el: Don't require password-cache.
5096
5097         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5098         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5099         (mml-minibuffer-read-type): Require mailcap.
5100         (mml-preview): Require gnus-msg.
5101
5102         * mml1991.el: Require password-cache.
5103         (password-cache-expiry): Remove declaration.
5104
5105         * mml2015.el: Require password-cache.
5106         (password-cache-expiry): Remove declaration.
5107
5108         * nneething.el (mailcap): Require mailcap.
5109
5110         * nnheader.el (declare-function): Add compatibility stub.
5111         (message-remove-header): Declare rather than autoload.
5112         (nnheader-replace-header): Require message.
5113
5114         * nnimap.el (declare-function): Add compatibility stub.
5115         (netrc-parse, netrc-machine-user-or-password): Declare.
5116         (nnimap-open-connection): Require netrc.
5117
5118         * nntp.el (declare-function): Add compatibility stub.
5119         (netrc-parse, netrc-machine, netrc-get): Declare.
5120         (nntp-send-authinfo): Require netrc.
5121
5122         * rfc2047.el: Don't require qp.
5123         (quoted-printable-encode-region, quoted-printable-decode-string):
5124         Autoload.
5125
5126         * sieve-mode.el: Don't require easymenu.
5127         (easy-menu-add-item): Autoload it.
5128
5129         * spam-stat.el (time-to-number-of-days): Autoload it.
5130
5131 2010-03-19  Glenn Morris  <rgm@gnu.org>
5132
5133         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5134
5135 2010-03-18  Glenn Morris  <rgm@gnu.org>
5136
5137         * hashcash.el (declare-function): Remove duplicate definition.
5138
5139 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5140
5141         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5142         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5143         value if any backslash escapes).
5144
5145 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5148         if it is available.  (bug#5647)
5149
5150         * lpath.el: Suppress compiler warning for coding-system-from-name for
5151         Emacs 21 and XEmacs.
5152
5153 2010-03-14  Juri Linkov  <juri@jurta.org>
5154
5155         * hmac-def.el:
5156         * hmac-md5.el:
5157         * netrc.el: Fix keywords.
5158
5159 2010-02-26  Glenn Morris  <rgm@gnu.org>
5160
5161         * message.el (message-send-mail-function): Change the default, so that
5162         it inherits from a customized send-mail-function.  (Bug#5643)
5163
5164 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5165
5166         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5167         shell-command-to-string signals an error (bug#5299).
5168
5169 2010-02-24  Glenn Morris  <rgm@gnu.org>
5170
5171         * message.el (message-smtpmail-send-it)
5172         (message-send-mail-with-mailclient): Doc fixes.
5173
5174 2010-02-16  Glenn Morris  <rgm@gnu.org>
5175
5176         * message.el (message-default-mail-headers): Change the default value
5177         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5178
5179 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5182         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5183
5184 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5185
5186         * time-date.el (date-to-time): Doc fix (Bug#5408).
5187
5188 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5189
5190         * message.el (message-mail): Just pass yank-action on to message-setup.
5191         (message-setup): Handle (FUN . ARGS) form of yank-action.
5192         (message-with-reply-buffer, message-widen-reply)
5193         (message-yank-original): Handle non-buffer values of
5194         message-reply-buffer (Bug#4080).
5195         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5196
5197 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5198
5199         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5200         Fix typo in docstring.
5201
5202 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5203
5204         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5205         response.
5206
5207 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5210
5211         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5212
5213         * message.el (message-check-news-header-syntax): Protect against a
5214         string that `rfc822-addresses' returns when parsing fails.
5215
5216 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5219         (gnus-previous-char-property-change): New functions.
5220
5221         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5222
5223 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5224
5225         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5226         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5227
5228 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5229
5230         * message.el (message-exchange-point-and-mark): Rework last change to
5231         avoid using optional arg of exchange-point-and-mark, for backward
5232         compatibility.
5233
5234 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5235
5236         * message.el (message-exchange-point-and-mark):
5237         Call exchange-point-and-mark with an argument rather than setting
5238         mark-active by hand (Bug#5175).
5239
5240 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * nntp.el (nntp-service-to-port): Work for service expressed with
5243         numeric string; replace [:digit:] with [0-9] for XEmacs.
5244
5245 2009-12-17  Glenn Morris  <rgm@gnu.org>
5246
5247         * gnus-group.el (gnus-bug-group-download-format-alist):
5248         Change emacs entry to debbugs.gnu.org.  Bump :version.
5249
5250 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5251
5252         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5253
5254 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * message.el (message-info): Explain why we use `Info-goto-node'.
5257
5258 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5261
5262 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5263
5264         * message.el (message-completion-in-region): New compatibility function.
5265         (message-expand-group): Use it.
5266
5267 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5270         with no unread article should be listed if the 2nd arg `predicate' is
5271         given.
5272
5273 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5276
5277 2009-11-29  Juri Linkov  <juri@jurta.org>
5278
5279         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5280         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5281         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5282
5283 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5284
5285         * sha1.el (sha1-string-external): default-directory "/" in case
5286         otherwise non-existent.  process-connection-type pipe for touch of
5287         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5288
5289 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5290
5291         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5292         it's comms related and sgml-mode.el has "comm" on that basis too.
5293
5294 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5297         containing tspecial characters if they have been already quoted.
5298
5299 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5300
5301         * dns-mode.el (auto-mode-alist): Purecopy string.
5302
5303 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5306
5307 2009-10-24  Glenn Morris  <rgm@gnu.org>
5308
5309         * gnus-art.el (help-xref-stack-item): Define for compiler.
5310
5311 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5312
5313         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5314
5315 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5318
5319 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5322         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5323
5324 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5327         (gnus-overlays-in): New alias to overlays-in.
5328
5329         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5330         gnus-overlay-get, and gnus-delete-overlay.
5331         (gnus-summary-show-thread): Make it work as well for systems in which
5332         next-single-char-property-change is not available.
5333         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5334
5335         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5336         (gnus-overlay-get): New alias to extent-property.
5337         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5338
5339         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5340         SXEmacs.
5341
5342         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5343         SXEmacs.
5344
5345 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5348
5349 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5350
5351         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5352         and XEmacs that don't have `remove-overlays'.
5353
5354 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5355
5356         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5357         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5358         selective display.  Use overlays instead.
5359
5360 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5361
5362         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5363
5364 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5365
5366         * spam-stat.el (spam-stat-load): Fix typo in message.
5367
5368 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5369
5370         * dig.el (dig-invoke): Fix typo in docstring.
5371         (query-dig): Reflow docstring.
5372
5373 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5374
5375         * gnus-art.el (gnus-article-encrypt-body):
5376         * message.el (message-check-recipients):
5377         * mm-util.el (mm-codepage-setup):
5378         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5379         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5380
5381 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5382
5383         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5384         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5385         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5386         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5387         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5388
5389 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5390
5391         * dig.el: Add "Keywords: comm", as per net-utils.el.
5392
5393 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5394
5395         * dig.el (dig-mode): Use define-derived-mode.
5396
5397 2009-09-19  Glenn Morris  <rgm@gnu.org>
5398
5399         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5400
5401 2009-09-18  Glenn Morris  <rgm@gnu.org>
5402
5403         * gnus-diary.el (gnus-diary-check-message):
5404         * message.el (message-insert-formatted-citation-line):
5405         * nnbabyl.el (top-level):
5406         * nndiary.el (nndiary-schedule):
5407         Fix typos in condition-case handlers.
5408
5409 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5412         configuration that provides the sole article window in a frame;
5413         position point correctly after deleting a part.
5414
5415 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5416
5417         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5418         (spam-resolve-registrations-routine): Use it to unregister articles
5419         that change status.
5420
5421 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5424         with XEmacs.
5425         (parse-time-string-chars): Use it.
5426
5427 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         * imap.el (imap-interactive-login): Better messages.
5430         (imap-open): Fix bug with renamed buffer on reconnect.
5431         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5432         for easier debugging and cleaner code.  On successful (guessed based on
5433         server capabilities) secondary authentication, set imap-state
5434         correctly.
5435         (imap-last-authenticator): Define imap-last-authenticator as a variable
5436         to avoid warnings.
5437
5438 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * nnrss.el (nnrss-request-article): Remove binding of
5441         default-enable-multibyte-characters that has gotten needless by
5442         the 2007-07-13 change in rfc2047-encode-message-header.
5443
5444         * mml.el (mml-insert-multipart): Error on the message header.
5445         (mml-insert-part): Error on the message header; position point at
5446         the end of a MIME tag.
5447
5448 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * time-date.el (autoload): Expand define-obsolete-function-alias into
5451         defalias and make-obsolete for old Emacsen that Gnus supports.
5452         (with-no-warnings): Define it for old Emacsen.
5453         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5454         is available.
5455         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5456         float-time is available; suppress compile warning for time-to-seconds.
5457
5458         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5459         (gnus-float-time): Alias to float-time if it exists.
5460
5461         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5462         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5463         float-time is available; suppress compile warning for time-to-seconds.
5464
5465         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5466         XEmacs.
5467
5468 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * imap.el (imap-message-map): Docstring fix.
5471
5472 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5475         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5476         Add the optional argument `encoding' that overrides the default.
5477
5478         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5479         mm-encode-buffer.
5480
5481 2009-09-04  Glenn Morris  <rgm@gnu.org>
5482
5483         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5484         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5485         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5486         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5487         * mm-util.el (mm-with-unibyte-current-buffer)
5488         (mm-find-buffer-file-coding-system):
5489         * yenc.el (yenc-decode-region): Use default-value rather than
5490         default-enable-multibyte-characters.
5491
5492 2009-09-03  Glenn Morris  <rgm@gnu.org>
5493
5494         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5495         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5496         than default-enable-multibyte-characters.
5497
5498 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5499
5500         * gnus-art.el (gnus-article-read-summary-keys):
5501         Fix gnus-buffer-configuration's value temporarily used.
5502
5503 2009-09-02  Glenn Morris  <rgm@gnu.org>
5504
5505         * gnus-util.el (gnus-float-time): New function.
5506         * gnus-delay.el (gnus-delay-article):
5507         * gnus-sum.el (gnus-thread-latest-date):
5508         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5509         * nnspool.el (nnspool-request-newgroups):
5510         Use gnus-float-time rather than time-to-seconds.
5511         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5512
5513         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5514         (gnus-header-subject-face, gnus-header-newsgroups-face)
5515         (gnus-header-name-face, gnus-header-content-face):
5516         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5517         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5518         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5519         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5520         (gnus-cite-face-11):
5521         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5522         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5523         (gnus-server-closed-face, gnus-server-denied-face)
5524         (gnus-server-offline-face):
5525         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5526         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5527         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5528         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5529         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5530         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5531         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5532         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5533         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5534         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5535         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5536         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5537         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5538         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5539         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5540         (gnus-summary-high-undownloaded-face)
5541         (gnus-summary-low-undownloaded-face)
5542         (gnus-summary-normal-undownloaded-face)
5543         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5544         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5545         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5546         (gnus-splash-face):
5547         * message.el (message-header-to-face, message-header-cc-face)
5548         (message-header-subject-face, message-header-newsgroups-face)
5549         (message-header-other-face, message-header-name-face)
5550         (message-header-xheader-face, message-separator-face)
5551         (message-cited-text-face, message-mml-face):
5552         * sieve-mode.el (sieve-control-commands-face)
5553         (sieve-action-commands-face, sieve-test-commands-face)
5554         (sieve-tagged-arguments-face):
5555         * spam.el (spam-face):
5556         Mark face aliases with "-face" in the name as obsolete.
5557
5558 2009-09-01  Glenn Morris  <rgm@gnu.org>
5559
5560         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5561         than goto-line.
5562
5563 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5566         Don't move point if the command is invoked inside the message header.
5567
5568 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5569
5570         * imap.el (imap-send-command): Simplify.
5571         (imap-wait-for-tag): point-max -> buffer-size.
5572
5573 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5574
5575         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5576         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5577         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5578         * nnir.el (nnir-swish-e-index-file):
5579         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5580         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5581         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5582         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5583         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5584         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5585
5586 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5589         Don't save excursion.
5590
5591 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5592
5593         * nnheader.el (nnheader-find-file-noselect):
5594         * mm-util.el (mm-insert-file-contents):
5595         Use (default-value 'major-mode) instead of default-major-mode.
5596
5597 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5598
5599         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5600
5601 2009-08-26  Glenn Morris  <rgm@gnu.org>
5602
5603         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5604         than placing in files.el.
5605
5606 2009-08-25  Glenn Morris  <rgm@gnu.org>
5607
5608         * nnir.el (top-level): Don't require cl at run-time.
5609         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5610         Replace cl-function substitute with gnus-replace-in-string.
5611         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5612         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5613         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5614         simplified expansions.
5615
5616 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5617
5618         * dig.el (dig): Add autoload cookie.
5619
5620 2009-08-22  Glenn Morris  <rgm@gnu.org>
5621
5622         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5623         goto-line.
5624
5625 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5626
5627         * parse-time.el (parse-time-string-chars): Save match data.
5628
5629 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5630
5631         * parse-time.el (parse-time-string-chars): Compute using character
5632         classes, to handle non-ascii characters (Bug#3190).
5633
5634 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5637
5638         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5639         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5640         (gnus-mm-display-part, gnus-mime-display-single)
5641         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5642         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5643
5644         * gnus-sum.el
5645         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5646         (gnus-summary-move-article): Add expirable mark to articles copied or
5647         moved to group that has auto-expire turned on if the option is non-nil.
5648
5649 2009-07-24  Glenn Morris  <rgm@gnu.org>
5650
5651         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5652         Fix typo.  (Bug#3903)
5653
5654 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5657         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5658         that should not be used for draft articles.
5659         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5660         that has no concern in minor mode keys.
5661         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5662         Abolish.
5663
5664 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5667         article without making inquiry to a user for unknown encoding.
5668
5669         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5670         (nnmaildir--scan): Assume i-node and device number that file-attributes
5671         returns might be cons-cell.
5672
5673         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5674
5675         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5676
5677 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * auth-source.el: Remove docs now in auth.texi.  Don't use
5680         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5681         `auth-source-hide-passwords' and use them.
5682
5683 2009-07-15  Glenn Morris  <rgm@gnu.org>
5684
5685         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5686
5687 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5690         excessive whitespace from the default values of title and description.
5691
5692 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5695         mail-fetch-field to fetch Content-Description header in order to
5696         exclude newlines.
5697
5698 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5699
5700         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5701         format used by GnuPG 2.0.11.
5702
5703 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5706         to deleted part.
5707
5708 2009-05-30  David Engster  <dengste@eml.cc>
5709
5710         * nnmairix.el: Remove old documentation in the commentary block.
5711         (nnmairix-request-group): Do not update active file for nnml back ends.
5712         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5713         end so that overview files are ignored.
5714         (nnmairix-update-groups): Make updating the groups more robust by using
5715         marks.
5716         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5717         with dollar characters in message-id.
5718
5719 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5722         2008-12-25 in dns.el.
5723
5724 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5727         could happen if the text is only composed of spaces and/or tabs.
5728
5729 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5730
5731         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5732         when sending a queued message to avoid extra mml tags.
5733
5734 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5737
5738 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5741         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5742         rmail-toggle-header for XEmacs;
5743         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5744
5745 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-dired.el: Remove autoload for gnus-setup-message.
5748         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5749         displaying Gnus logo; always use compose-mail.
5750
5751 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5754
5755 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5758         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5759         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5760         available.
5761         (gnus-nocem-epg-verify): New function.
5762
5763 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5766
5767 2009-02-15  Glenn Morris  <rgm@gnu.org>
5768
5769         * gnus-util.el (rmail-insert-rmail-file-header)
5770         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5771         autoloads.
5772         (rmail-default-rmail-file): Remove unnecessary declaration.
5773         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5774
5775 2009-02-14  Glenn Morris  <rgm@gnu.org>
5776
5777         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5778         variable (only used in gnus-util, which declares it anyway).
5779         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5780         which was only needed by gnus-art (changed to not use it any more).
5781         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5782         only used in gnus-util, which autoloads it itself.
5783         (rmail-update-summary): Fix autoload.
5784
5785         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5786         rather than rmail-output-to-rmail-file.
5787
5788 2009-02-07  Glenn Morris  <rgm@gnu.org>
5789
5790         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5791         autoload of function that no longer exists.
5792         (rmail-toggle-header): Declare.
5793         (message-forward-rmail-make-body): Handle mbox Rmail.
5794
5795 2009-01-31  Glenn Morris  <rgm@gnu.org>
5796
5797         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5798         2009-01-09 change.
5799
5800 2009-01-31  Dave Love  <fx@gnu.org>
5801
5802         * imap.el (imap-fetch-safe): Bind debug-on-error.
5803         (imap-debug): Add imap-fetch-safe.
5804
5805 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5806
5807         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5808         (auth-source-forget-all-cached): New convenience function.
5809         (auth-source-user-or-password): Accept list of modes or a single mode.
5810
5811         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5812         auth-source modes.
5813
5814         * netrc.el (netrc-machine-user-or-password): Use list of
5815         auth-source modes.
5816
5817         * nnimap.el (nnimap-open-connection): Use list of
5818         auth-source modes.
5819
5820         * nntp.el (nntp-send-authinfo): Use list of
5821         auth-source modes.
5822
5823 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5824
5825         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5826         now.
5827
5828 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5831         coding system in XEmacs; add a workaround for XEmacs.
5832
5833         * lpath.el: Fbind coding-system-aliasee.
5834
5835 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5838         of current-language-environment.
5839
5840 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5843         available at runtime.
5844
5845 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5848
5849 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5850
5851         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5852         the greatest positive fixnum value doesn't work under an XEmacs with
5853         bignum support; use the most-positive-fixnum constant instead,
5854         available since Emacs 21.1 with cl and XEmacs 21.1.
5855
5856 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5859         XEmacs gets not to work.
5860
5861 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * mm-util.el (mm-coding-system-priorities): Allow the value like
5864         "Japanese (UTF-8)" of current-language-environment.
5865
5866 2009-01-09  Glenn Morris  <rgm@gnu.org>
5867
5868         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5869         with last-command-event.
5870
5871 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5872
5873         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5874         in the doc string.
5875
5876         * message.el (message-fix-before-sending): Amend comment.
5877
5878 2009-01-08  Dave Love  <fx@gnu.org>
5879
5880         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5881
5882 2009-01-07  David Engster  <dengste@eml.cc>
5883
5884         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5885         simplified server definitions by converting it via
5886         gnus-server-to-method.
5887
5888 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5891         parameter's operands.
5892
5893 2009-01-06  David Engster  <dengste@eml.cc>
5894
5895         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5896         primary select method (for gnus-group-mark-article-as-read).
5897
5898 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5899
5900         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5901         `(gnus)Face', not `(gnus)X-Face'.
5902
5903 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * mm-util.el (mm-ucs-to-char): New function.
5906
5907         * mm-url.el (mm-url-decode-entities): Use it.
5908
5909         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5910         unicode-to-char.
5911
5912 2009-01-05  Dave Love  <fx@gnu.org>
5913
5914         * time-date.el: Require cl for `declare'.
5915
5916 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5919         Dave Love.
5920
5921 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * message.el (message-fix-before-sending): Add `eight-bit' to
5924         illegible-text check.
5925
5926 2009-01-03  Michael Olson  <mwolson@gnu.org>
5927
5928         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5929         `headers' is nil.  This can occur if the IMAP server does not have
5930         permissions to read messages from a folder, but can write new messages
5931         to the folder.
5932         (nnimap-request-article-part): Do not insert `data' if it is nil.
5933
5934         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5935         characters which will confuse `read', so skip past them.
5936
5937 2009-01-01  Dave Love  <fx@gnu.org>
5938
5939         * imap.el (imap-string-to-integer): Fix typo.
5940         (imap-fetch-safe): New function.
5941         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5942
5943         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5944
5945         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5946         (imap-parse-greeting): Fix doc strings.
5947         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5948         (imap-parse-flag-list): Make messages unique.
5949         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5950
5951         * nnimap.el: Fix author email.
5952         (nnimap-split-rule): Add FIXME comment.
5953         (nnimap-debug): Fix doc string.
5954
5955 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5958
5959 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5962         nslookup if resolv.conf isn't available.
5963         (dns-query): Rename from query-dns.
5964         (dns-query-cached): Rename from query-dns-cached.
5965
5966 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5969         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5970         to check if those variables exist (first appeared in Emacs 18.50).
5971
5972 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * mm-util.el (mm-line-number-at-pos): New function.
5975
5976         * spam-report.el (spam-report-process-queue): Use it.
5977
5978 2008-12-24  David Engster  <dengste@eml.cc>
5979
5980         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5981         parameters that haven't existed as variables as buffer-local variables.
5982
5983 2008-12-23  Dave Love  <fx@gnu.org>
5984
5985         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5986         cadar.
5987
5988         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5989         imap-starttls-p.
5990         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5991
5992 2008-12-22  Dave Love  <fx@gnu.org>
5993
5994         * imap.el: Fix author email.  Doc fixes.
5995         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5996         reply.
5997
5998 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * spam-report.el (spam-report-gmane-max-requests): New constant.
6001         (spam-report-gmane-wait): New variable.
6002         (spam-report-gmane-ham, spam-report-gmane-spam)
6003         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6004         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6005         the server.
6006
6007         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6008         Add explanations.
6009
6010         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6011         nnheader-accept-process-output and nnheader-read-timeout if available.
6012         (pop3-movemail): Use it.
6013
6014         * message.el (message-check-news-body-syntax): Fix signature check if
6015         there's an attachment.
6016
6017 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * mm-util.el: Add comments to the mm- emulating functions.
6020
6021 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6024         Reported by Stephen Berman <stephen.berman@gmx.net>.
6025
6026 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * mm-util.el (mm-substring-no-properties): New function.
6029         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6030         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6031         (mm-string-to-multibyte): Doc fix.
6032
6033         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6034
6035 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * mml.el (mml-attach-file): Strip text properties from file name.
6038         (Bug#1574)
6039
6040 2008-12-16  Glenn Morris  <rgm@gnu.org>
6041
6042         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6043
6044 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6047         knows since the charset specified might be a bogus alias that
6048         mm-charset-synonym-alist provides.
6049
6050 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6053         "ISO_8859-1".
6054
6055         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6056
6057 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * mm-util.el (mm-charset-eval-alist):
6060         Define it before mm-charset-to-coding-system.
6061         (mm-charset-to-coding-system): Add optional argument `silent';
6062         define it before mm-charset-override-alist.
6063         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6064         default value if it can be used in Emacs currently running;
6065         silence mm-charset-to-coding-system.
6066
6067 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6070         `allow-override' which says whether to use `mm-charset-override-alist'.
6071         (rfc2047-decode-encoded-words): Use it.
6072
6073         * mm-util.el (mm-charset-override-alist): Fix custom type;
6074         add `(gb2312 . gbk)' to choices.
6075
6076 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6079         fast.
6080
6081         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6082
6083         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6084
6085 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6086
6087         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6088         on links.
6089
6090         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6091
6092 2008-12-03  Lute Kamstra  <lute@gnu.org>
6093
6094         * sha1.el: Remove leading * from docstrings of defcustoms,
6095         deffaces, defconsts and defuns.
6096
6097 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6100         users' addresses that don't have domain parts.
6101         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6102         rather than message-narrow-to-head since there will be the message
6103         header separator.
6104
6105 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6106
6107         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6108         since the result is inserted in a unibyte buffer anyway.
6109         (nnimap-demule-use-string-to-multibyte): Remove.
6110         (nnimap-demule): Alias it to mm-string-to-multibyte.
6111
6112 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6115         variable for debugging bug#464 and bug#1174.
6116         (nnimap-demule): Use it.
6117
6118 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6121         score calculation correctly.
6122
6123 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6124
6125         * message.el (message-send-mail): Just set the buffer to unibyte
6126         rather than use mm-with-unibyte-current-buffer which does a lot more.
6127         (message-send-mail-partially): Don't bother with
6128         mm-with-unibyte-current-buffer since it's already been made unibyte by
6129         message-send-mail.
6130
6131 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6134
6135 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6138
6139 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6142         require itself and to remove `with-no-warnings'.
6143
6144 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * starttls.el (starttls-any-program-available): Get the name of the
6147         available TLS layer program.
6148         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6149         well as the host name in the "opening" message.
6150
6151         * auth-source.el (auth-source-cache, auth-source-do-cache)
6152         (auth-source-user-or-password): Cache passwords and logins by default,
6153         allow override with `auth-source-do-cache'.
6154         (auth-source-forget-user-or-password): Allow users to remove cache
6155         entries if needed.
6156
6157 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6158
6159         * md4.el (md4-buffer): Fix typo in docstring.
6160         (md4, md4-64): Doc fixes.
6161         (md4-pack-int32): Reflow docstring.
6162
6163 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6164
6165         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6166         condition-case to only the forward-sexp call.
6167
6168 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6171         quotes contained.  Make it more robust regardless by an extra
6172         condition-case wrapper.
6173
6174 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6177
6178 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * nnml.el (nnml-request-expire-articles): Check if the function set to
6181         `nnmail-expiry-target' returns the symbol `delete'.
6182
6183         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6184
6185         * nnmail.el (nnmail-expiry-target): Fix custom type.
6186
6187 2008-10-02  Glenn Morris  <rgm@gnu.org>
6188
6189         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6190         Silence compiler warning.
6191
6192 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6193
6194         * tls.el (open-tls-stream): Show the actual command being
6195         executed, instead of the format string.
6196
6197 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * lpath.el: Fbind codepage-setup for Emacs 23.
6200
6201 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6202
6203         * mml.el (mml-menu): Don't assume mml2015 is bound.
6204
6205 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6208         exists.
6209
6210 2008-09-27  Glenn Morris  <rgm@gnu.org>
6211
6212         * gnus-util.el (mail-header-remove-comments): Autoload it.
6213
6214 2008-09-27  Andreas Schwab  <schwab@suse.de>
6215
6216         * gnus-util.el (gnus-split-references): Strip comments.
6217         (gnus-parent-id): Likewise.
6218
6219 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * message.el (message-confirm-send): Fix version.
6222
6223 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * message.el (message-idna-to-ascii-rhs-1): Use
6226         mail-extract-address-components rather than mail-header-parse-addresses
6227         that is an alias by default to ietf-drums-parse-addresses that does not
6228         support non-ASCII names in headers' contents.
6229
6230 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         * message.el (message-confirm-send): Fix variable documentation to
6233         avoid the "y/n" wording.
6234
6235 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6236
6237         * message.el (message-set-auto-save-file-name): Save to a different
6238         filename so multiple messages (especially drafts) can be recovered.
6239
6240 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * message.el (message-confirm-send): Add appropriate version.
6243
6244 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6247         defvar.
6248
6249 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6250
6251         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6252         (mm-pkcs7-enveloped-magic): Ditto.
6253
6254 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6255
6256         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6257         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6258
6259 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6260
6261         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6262         default, it's better.
6263
6264 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6267         summary line gnus-number property and ignore them (with a warning
6268         message).
6269
6270 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6273         macro caddr in the interactive form since it won't be expanded.
6274
6275 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6278         `charset'; fix name of function called recursively.
6279         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6280
6281 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6284         (gnus-mime-set-charset-parameters): New function.
6285         (gnus-mime-view-part-as-charset): Use it to correctly display part
6286         specifying wrong charset.
6287
6288 2008-09-08  David Engster  <dengste@eml.cc>
6289
6290         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6291         in completing-read for back end server.
6292
6293 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * message.el (message-confirm-send): New variable to confirm sending a
6296         message.
6297         (message-send): Use it.
6298
6299 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6300
6301         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6302
6303 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6306
6307 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6310         prevent tracking too many groups.
6311         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6312         Use it.
6313
6314 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6315
6316         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6317         moving point to the bottom of the window in order to avoid recentering.
6318
6319 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6322
6323         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6324         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6325         (gnus-article-beginning-of-window): Fix calculation.
6326
6327 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-msg.el (gnus-summary-supersede-article)
6330         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6331         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6332         message header.
6333
6334 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6335
6336         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6337         pending output coming after the status change.
6338
6339 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6340
6341         * message.el:
6342         * gnus-start.el:
6343         * gnus-registry.el: Remove VMS support.
6344
6345 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6348         macro.
6349         (rfc2104-hash): Use it.
6350
6351 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6354         (gnus-summary-sort-by-most-recent-date): New commands.
6355         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6356         and menu entries.
6357
6358 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6361         don't redisplay article for raw contents; remove plural articles stuff.
6362
6363         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6364         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6365         on gnus-summary-save-article; display results properly.
6366
6367 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * lpath.el: No need to fbind ns-focus-frame.
6370
6371 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6374
6375 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (gnus-summary-save-in-pipe):
6378         Consider gnus-save-all-headers.
6379
6380 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6381
6382         * gnus-util.el (ns-focus-frame): Remove declaration.
6383         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6384         like x.
6385
6386 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6387
6388         * rfc2104.el (rfc2104-zero): Delete defconst.
6389         (rfc2104-hex-alist): Likewise.
6390         (rfc2104-hex-to-int): Delete func.
6391         (rfc2104-hexstring-to-bitstring): Likewise.
6392         (rfc2104-nybbles): New defconst.
6393         (rfc2104-hash): Rewrite for speed.
6394
6395 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * tls.el (open-tls-stream): Make it work with the 2nd argument
6398         BUFFER that is a string but does not exist as a buffer object, as
6399         mentioned in the doc-string.
6400
6401 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6404         SXEmacs.
6405
6406 2008-07-16  Glenn Morris  <rgm@gnu.org>
6407
6408         * gnus-util.el (ns-focus-frame): Declare for compiler.
6409
6410 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6413         set as a group parameter.
6414         (gnus-summary-save-in-pipe): Work when it is called independently.
6415         (gnus-summary-pipe-to-muttprint): Don't modify
6416         gnus-summary-pipe-output-default-command.
6417
6418 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6419
6420         * message.el (message-send-mail-with-sendmail):
6421         Display the error message.
6422
6423 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * gnus-art.el (gnus-default-article-saver):
6426         Add gnus-summary-save-in-pipe to choices.
6427         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6428         gnus-summary-pipe-output-default-command as the default command.
6429         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6430         instead of gnus-last-shell-command.
6431
6432         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6433         New user option.
6434         (gnus-summary-muttprint-program): Mention the value will be changed.
6435         (gnus-summary-save-article): Force showing of all headers.
6436         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6437
6438 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6439
6440         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6441
6442 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6443
6444         * nnimap.el (nnimap-id):
6445         * sieve-manage.el (sieve-manage-open): Doc fixes.
6446
6447 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6448
6449         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6450         if available.
6451
6452 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6455
6456         * nnkiboze.el (nnkiboze-generate-group):
6457         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6458
6459         * nnmairix.el: Require CL.
6460
6461 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * dgnushack.el: Autoload get-display-table and put-display-table for
6464         XEmacs 21.5.
6465
6466         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6467         21.4 and SXEmacs.
6468
6469 2008-06-15  David Engster  <dengste@eml.cc>
6470
6471         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6472
6473 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6474
6475         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6476         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6477         runtime choice under XEmacs.
6478
6479         * gnus-sum.el (gnus-summary-set-display-table):
6480         Use `gnus-put-display-table', `gnus-get-display-table',
6481         `gnus-set-display-table' for the display table, instead of `aset'.
6482
6483         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6484         Use `gnus-put-display-table', `gnus-get-display-table',
6485         `gnus-set-display-table' for the display table.
6486
6487 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * nnmairix.el: Add autoloads.
6490
6491 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * nnmairix.el (nnmairix-delete-recreate-group)
6494         (nnmairix-update-and-clear-marks): Fix error messages.
6495
6496 2008-06-14  David Engster  <dengste@eml.cc>
6497
6498         * nnmairix.el: Upgrade to version 0.6.
6499         (nnmairix-group-toggle-propmarks-this-group)
6500         (nnmairix-group-toggle-readmarks-this-group)
6501         (nnmairix-group-delete-recreate-this-group)
6502         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6503         (nnmairix-remove-tick-mark-original-article): New commands.
6504         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6505         (nnmairix-propagate-marks-to-nnmairix-groups)
6506         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6507         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6508         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6509         functions needed for marks propagation and manipulation of read marks.
6510         (nnmairix-update-groups): New function.
6511         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6512         (nnmairix-determine-original-group-from-registry)
6513         (nnmairix-determine-original-group-from-path)
6514         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6515         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6516         New helper functions.
6517         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6518         keystrokes for new commands.
6519         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6520         (nnmairix-request-group): Check allow-fast group parameter.
6521         (nnmairix-request-create-group): Set allow-fast group parameter if
6522         nnmairix-allowfast-default is set.
6523         (nnmairix-close-group): Propagate marks upon closing if needed.
6524         (nnmairix-group-toggle-threads-this-group): Use new.
6525         nnmairix-group-toggle-parameter helper function.
6526         (nnmairix-search): Better check for empty search result.
6527         (nnmairix-goto-original-article): Use new helper functions for
6528         determining original article.
6529         (nnmairix-show-original-article): Make sure message-id is in brackets.
6530         (nnmairix-call-mairix-binary): Change variable name.
6531         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6532         helper function.
6533         (nnmairix-widget-toggle-activate): Fix doc string.
6534
6535 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * nnir.el: Require edmacro when compiling with XEmacs.
6538         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6539         available in Emacs 21.
6540
6541 2008-06-11  Glenn Morris  <rgm@gnu.org>
6542
6543         * gnus-util.el (x-focus-frame):
6544         * gnus.el (image-size):
6545         * mm-decode.el (image-size): Declare.
6546
6547         * gnus-picon.el (declare-function): Add compat definition.
6548         (image-size): Declare.
6549
6550         * gnus-group.el (tool-bar-map):
6551         * gnus-sum.el (tool-bar-map): Define for compiler.
6552
6553         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6554
6555         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6556
6557         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6558         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6559         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6560         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6561         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6562         * sieve-manage.el, spam-report.el, spam.el:
6563         Remove unnecessary eval-and-compile of autoloads.
6564
6565 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6566
6567         * auth-source.el: Precise Tramp doc.
6568
6569 2008-06-07  Glenn Morris  <rgm@gnu.org>
6570
6571         * nnmairix.el: Remove unnecessary eval-when-compile.
6572
6573 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * lpath.el: Fbind propertize for XEmacs 21.4.
6576
6577 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * nnir.el: Move here from ../contrib.
6580
6581 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6582
6583         * gnus-util.el (gnus-read-shell-command): New function.
6584         * mm-decode.el (mm-pipe-part):
6585         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6586
6587 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6590
6591 2008-06-03  Glenn Morris  <rgm@gnu.org>
6592
6593         * pop3.el (nnheader-accept-process-output): Autoload it.
6594
6595 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6598         are not 2-digit hexadecimal characters that follow `%'s.
6599
6600 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * message.el (message-bogus-recipient-p): Fix type in doc string.
6603         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6604         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6605         Improve custom options.
6606         (message-bogus-recipient-p): Adjust accordingly.
6607
6608 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6609
6610         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6611         long-form month and day names.
6612
6613 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * dgnushack.el: Autoload debug, eudc-expand-inline and
6616         pgg-snarf-keys-region for XEmacs.
6617
6618         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6619
6620         * nnmairix.el: Require edmacro when compiling with XEmacs.
6621
6622 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6625         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6626
6627 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * auth-source.el: Add more docs.
6630
6631         * netrc.el (netrc-machine): Always match if the port is not given.
6632
6633 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6636         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6637         retrieval faster in some cases, but might make CPU usage larger.
6638         If this has any bad side effects, we might revert this change.
6639
6640         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6641         seems to make mail retrieval much, much faster.
6642         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6643         unconditionally.
6644
6645         * gnus-draft.el (gnus-group-send-queue):
6646         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6647
6648 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6651
6652         * message.el (message-bogus-address-regexp): Fix and improve custom
6653         type.
6654         (message-setup-hook): Add message-check-recipients as custom option.
6655
6656 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * message.el (message-cite-function): Remove bogus autoload which crept
6659         in during merge from v5-10.
6660
6661 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6664
6665         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6666
6667         * auth-source.el: Preliminary Tramp docs.
6668         (auth-sources): Change the default auth-sources to use
6669         EPA .gpg files.
6670
6671 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * nntp.el: Autoload `auth-source-user-or-password'.
6674         (nntp-send-authinfo): Use it.
6675
6676         * nnimap.el: Autoload `auth-source-user-or-password'.
6677         (nnimap-open-connection): Use it.
6678
6679         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6680         for the gnus-message function.
6681         (auth-source-user-or-password): Use it.
6682
6683 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6686         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6687         (rfc2104-hash): Use it.
6688
6689 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6690
6691         * gnus-art.el (gnus-article-toggle-truncate-lines):
6692         Don't use `iff' in docstring.
6693
6694 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6697
6698         * gnus-util.el (gnus-extract-address-component-name)
6699         (gnus-extract-address-component-email): Convenience functions around
6700         `gnus-extract-address-components'.
6701
6702         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6703         Use `gnus-extract-address-component-email' to fix bug of comparing full
6704         sender name to `user-mail-address'.
6705
6706 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6709         catch/throw to optimize.
6710         (gnus-registry-find-keywords): Just use member to find a keyword.
6711
6712 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6715         is current before calling gnus-server-prepare.
6716         (gnus-server-setup-buffer, gnus-server-update-server)
6717         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6718
6719 2008-05-04  Juri Linkov  <juri@jurta.org>
6720
6721         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6722         (mailcap-file-default-commands): Use mailcap-replace-in-string
6723         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6724         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6725
6726 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6727
6728         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6729
6730 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6731
6732         * gnus.el: Bump version to 0.11.
6733
6734 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6735
6736         * gnus.el: No Gnus v0.10 is released.
6737
6738 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6739
6740         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6741         hooks.
6742         (gnus-update-read-articles): Speed up non-marks-using users.
6743         (gnus-use-marks): Define gnus-use-marks.
6744         (gnus-propagate-marks): Rename variable to something more sensible.
6745
6746 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6747
6748         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6749         (gmm-image-load-path-for-library): Fix typos in docstrings.
6750         (gmm-message): Reflow docstring.
6751
6752 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6753
6754         * mail-source.el (mail-source-set-1, mail-source-bind):
6755         Move auth-source code out of the macro to clean it up and fix bugs.
6756
6757 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6760         by sender if it's equal to user-mail-address, it's likely to be
6761         useless.
6762
6763         * mail-source.el (mail-source-bind): Don't use user or password if they
6764         are not bound.  Unintern them if they are nil.  Don't use server unless
6765         it's bound, and default it to empty string otherwise.
6766
6767 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * mail-source.el: Load auth-source.el.
6770         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6771         get user name or password, if auth-sources is set up.
6772
6773         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6774         strategy of splitting with parent.
6775         (gnus-registry-split-fancy-with-parent)
6776         (gnus-registry-post-process-groups): Use it and fix prior
6777         bug (returning a list as the split result).
6778
6779         * auth-source.el (auth-sources): Remove server parameter.
6780         (auth-source-pick, auth-source-user-or-password)
6781         (auth-source-user-or-password-imap)
6782         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6783         (auth-source-user-or-password-sftp)
6784         (auth-source-user-or-password-smtp): Remove server parameter.
6785
6786 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6787
6788         * smime.el (smime-sign-region, smime-encrypt-region)
6789         (smime-decrypt-region):
6790         Remove redundant calls to `generate-new-buffer-name'.
6791
6792 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6793
6794         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6795         Don't use QP for message/rfc822.
6796         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6797
6798 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6799
6800         * sieve-manage.el (sieve-string-bytes): Remove.
6801         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6802         correct byte-length only if the process's coding-system is the same as
6803         the one used internally by Emacs to represent strings.
6804
6805 2008-04-22  Juri Linkov  <juri@jurta.org>
6806
6807         * mailcap.el (mailcap-file-default-commands): New function.
6808
6809 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * message.el (message-signature-separator, message-cite-function):
6812         Change custom version.
6813
6814 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6815
6816         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6817         commands.
6818         (tls-checktrust): Ditto.
6819
6820 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * mm-decode.el (mm-display-external): Make temp file read-only.
6823
6824 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6827         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6828         `C-c C-f d'.
6829
6830 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6831
6832         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6833
6834 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * gnus.el: Bump version to 0.9.
6837
6838 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * gnus.el: No Gnus v0.8 is released.
6841
6842 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6843
6844         * mail-source.el (mail-source-value):
6845         Prefer fboundp to functionp so it works with macros as well.
6846
6847 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6848
6849         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6850         Fix last change in case the element is not even a symbol.
6851
6852 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6853
6854         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6855         Prefer fboundp to functionp so it works with macros as well.
6856
6857 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * auth-source.el: Add docs.
6860         (auth-sources): Modify format to support server.
6861         (auth-source-pick, auth-source-user-or-password)
6862         (auth-source-user-or-password-imap)
6863         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6864         (auth-source-user-or-password-sftp)
6865         (auth-source-user-or-password-smtp): Add server parameter.
6866
6867 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6868
6869         * gnus-registry.el: Initialize the registry when gnus-registry-install
6870         is t.
6871
6872 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * compface.el (uncompface): Make buffer unibyte.
6875
6876 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6877
6878         * mail-source.el (mail-source-value):
6879         Prefer fboundp to functionp so it works with macros as well.
6880
6881 2008-04-05  Glenn Morris  <rgm@gnu.org>
6882
6883         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6884
6885 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6886
6887         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6888         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6889
6890         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6891         multibyteness after rather than before erasing it.
6892
6893         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6894         mm-with-multibyte.
6895         (gnus-request-article-this-buffer): Make sure the proper decoding is
6896         used if gnus-original-article-buffer happens to be unibyte.
6897
6898         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6899         default-enable-multibyte-characters.
6900
6901         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6902         default-enable-multibyte-characters.
6903
6904         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6905
6906         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6907
6908 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6909
6910         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6911         Fix last change in case the element is not even a symbol.
6912
6913 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6914
6915         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6916         (imap-message-copyuid-1): Use it.
6917         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6918         J. Williams in
6919         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6920
6921         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6922         imap-enable-exchange-bug-workaround.
6923         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6924
6925 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6926
6927         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6928         a 100 byte status-checks into a 2-3MB transfer for each group.
6929         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6930         to enable bug workaround or not.
6931         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6932
6933 2008-03-31  Glenn Morris  <rgm@gnu.org>
6934
6935         * message.el (mml2015-use): Declare for compiler.
6936         (message-info): Require mml2015 when appropriate.
6937
6938 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6941         whitespace.
6942
6943 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6944
6945         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6946         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6947         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6948         (nntp-service-to-port): New function.
6949         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6950         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6951         (nntp-open-netcat-stream): New function.
6952         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6953
6954 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6955
6956         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6957
6958 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6959
6960         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6961
6962 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6963
6964         * dns.el (dns-write): Use set-buffer-multibyte.
6965
6966 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6967
6968         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6969
6970 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * message.el (message-signature-separator): Change default.
6973         Improve custom type.
6974         (message-cite-function): Change default to
6975         message-cite-original-without-signature.
6976
6977         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6978         toggle.
6979
6980         * message.el (message-check-news-body-syntax): Fix signature check.
6981         (message-setup-1): Mark buffer as unmodified _after_ running
6982         message-setup-hook and handling message-alternative-emails.
6983         (message-shorten-references): Be more strict when building list of
6984         valid references to comply with GNKSA.
6985
6986         * gnus-group.el (gnus-read-ephemeral-bug-group)
6987         (gnus-read-ephemeral-debian-bug-group)
6988         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6989
6990         * message.el (message-info): Don't use booleanp which isn't supported
6991         in Emacs 21 and XEmacs.
6992
6993 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6996         gnus-group-gmane-group-download-format.
6997         (gnus-group-read-ephemeral-gmane-group): Rename from
6998         gnus-group-read-ephemeral-gmane-group.
6999         (gnus-read-ephemeral-gmane-group-url): Rename from
7000         gnus-group-read-ephemeral-gmane-group-url.
7001         (gnus-bug-group-download-format-alist): New variable.
7002         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7003         (gnus-read-ephemeral-emacs-bug-group): New commands.
7004
7005 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7006
7007         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7008         (gnus-visible-headers): Improve custom type.
7009
7010 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * mml.el (mml-menu): Add workarounds for XEmacs.
7013
7014         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7015         X-Boundary header.
7016
7017         * message.el (message-simplify-recipients): Fix previous commit.
7018
7019 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7020
7021         * mm-util.el (mm-set-buffer-multibyte): New function.
7022         * mm-decode.el (mm-copy-to-buffer): Use it.
7023
7024         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7025         Prefer fboundp to functionp so it works with macros as well.
7026
7027 2008-03-19  Glenn Morris  <rgm@gnu.org>
7028
7029         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7030         Accidentally removed in the sync process with Emacs.
7031
7032 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * message.el (message-alter-recipients-discard-bogus-full-name):
7035         New function.
7036         (message-alter-recipients-function): New variable.
7037         (message-get-reply-headers): Use it.
7038         (message-replace-header): New helper function.
7039         (message-recipients-without-full-name): New variable.
7040         (message-simplify-recipients): New command.
7041
7042         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7043
7044         * message.el (message-info): Handle EasyPG manual.
7045
7046         * mml.el (mml-menu): Add entry for EasyPG.
7047
7048 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7049
7050         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7051         parameter.
7052
7053         * message.el (message-disassociate-draft): Specify drafts group name
7054         fully.
7055
7056 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7059         Eliminate unnecessary duplicates from the match list.
7060
7061 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7064
7065         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7066
7067         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7068         args of `how-many' of which the XEmacs version doesn't take; declare
7069         Info-index-next as function.
7070
7071 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * gnus-score.el (gnus-score-headers): Fix handling of
7074         gnus-inhibit-slow-scoring.
7075
7076         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7077         string.
7078         (gnus-button-url-regexp): Improve handling of parenthesis.
7079         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7080         (gnus-button-handle-info-keystrokes): Handle index entries.
7081
7082 2008-03-15  Glenn Morris  <rgm@gnu.org>
7083
7084         * parse-time.el (parse-time-string): Simplify.
7085
7086 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7089         Incoming* files.
7090
7091 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7092
7093         * auth-source.el (auth-sources): Rename from auth-source-choices.
7094         (auth-source-pick): Use it.
7095
7096 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7097
7098         * binhex.el (binhex-decode-region-internal):
7099         * uudecode.el (uudecode-decode-region-internal):
7100         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7101         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7102         setting default-enable-multibyte-characters.
7103
7104 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7105
7106         * auth-source.el (auth-source-protocols)
7107         (auth-source-protocols-customize, auth-source-choices): Add and
7108         modified variable customizations and defaults.
7109         (auth-source-pick, auth-source-user-or-password)
7110         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7111         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7112         (auth-source-user-or-password-sftp)
7113         (auth-source-user-or-password-smtp): Use new variables and provide an
7114         interface to netrc.el.
7115
7116 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7119         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7120         Make sure the nntp port to specify is a string.
7121
7122 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7123
7124         * nntp.el: Use with-current-buffer.
7125         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7126         dubious mm-with-unibyte-current-buffer.
7127         (nntp-with-open-group-function): New function extracted from
7128         nntp-with-open-group macro.
7129         (nntp-with-open-group): Use the function, so it's easier to debug.
7130         Add indentation and debugging info.
7131         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7132         Recommend the use of the netcat alternatives.
7133
7134         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7135         Avoid mm-string-as-multibyte as well.
7136
7137         * nnweb.el (nnweb-insert-html):
7138         Remove use of nnheader-string-as-multibyte.
7139
7140         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7141         (nnheader-string-as-multibyte): Remove.
7142
7143         * mm-view.el: Use inhibit-read-only.
7144         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7145         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7146         or unibyte-string.
7147
7148         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7149         (mm-uu-yenc-extract): Use with-current-buffer.
7150
7151         * gnus-soup.el (gnus-soup-send-packet): Don't use
7152         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7153
7154         * nnmh.el: Use with-current-buffer.
7155         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7156         mm-string-as-multibyte on the output of mm-encode-coding-string.
7157
7158         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7159         (nnimap-request-move-article): Use with-current-buffer.
7160
7161         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7162         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7163         conversion uses string-make-unibyte rather than string-as-unibyte.
7164
7165         * gnus-msg.el: Use with-current-buffer.
7166
7167         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7168
7169 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7170
7171         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7172         string for caching if it is 'PIN.
7173
7174 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * lpath.el: Consider the case without Emacs/W3.
7177
7178 2008-03-08  Glenn Morris  <rgm@gnu.org>
7179
7180         * time-date.el (date-to-time, time-subtract, time-add)
7181         (safe-date-to-time): Doc fixes.
7182
7183 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * mail-source.el (mail-source-delete-old-incoming-confirm):
7186         Change default to nil.
7187         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7188
7189 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * lpath.el: Rearrange.
7192
7193         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7194         (gnus-article-goto-prev-page): Work for articles having ^L's.
7195
7196         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7197
7198         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7199
7200 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7201
7202         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7203         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7204         (gnus-bookmark-jump): Adjust some variable names.
7205
7206 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * auth-source.el: New package.
7209         (auth-source-choices): Add customization entry point variable.
7210
7211         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7212         bug.
7213
7214 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7215
7216         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7217         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7218         (gnus-registry-install-shortcuts): Rename from
7219         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7220         the `gnus-registry-mark-map' keymap dynamically from
7221         `gnus-registry-marks'.  The generated functions update the summary line
7222         when a registry mark is added or deleted, and will call
7223         `gnus-registry-install-p' (see the comments in the code).
7224         (gnus-registry-user-format-function-M): Use concat intelligently.
7225
7226         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7227         the registry mark functions.
7228
7229 2008-03-05  Glenn Morris  <rgm@gnu.org>
7230
7231         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7232         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7233         gnus-art.
7234         (top-level): No need to load own source when compiling.
7235
7236 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7239         Suggested by <chris.anderton@zetnet.co.uk>.
7240
7241 2008-03-04  Glenn Morris  <rgm@gnu.org>
7242
7243         * gnus-sum.el (top-level): No need to require gnus when compiling,
7244         since unconditionally required near start of file.
7245         (gnus-summary-display-while-building): Move definition before use.
7246
7247 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7248
7249         * gnus-registry.el (gnus-registry-user-format-function-M):
7250         Add formatting function.
7251
7252 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7255         with plists.
7256         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7257         Use new format.
7258
7259 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7262         `where-is-internal' that returns a range of key sequences.
7263
7264 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7265
7266         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7267
7268         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7269         (gnus-summary-jump-to-group): Consider windows on other displayed
7270         frames as well.  Similar changes might be needed elsewhere, but that's
7271         the one I've bumped into during my use.
7272
7273         * nndoc.el (nndoc-oe-dbx-type-p):
7274         * gnus-msg.el (gnus-debug):
7275         * gnus-group.el (gnus-update-group-mark-positions):
7276         Use mm-string-to-multibyte.
7277
7278 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7281         doesn't handle NotDashEscaped.
7282
7283         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7284         (mml-dnd-attach-options): Fix typo in custom choice.
7285
7286         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7287         Change nndoc-article-type to mbox.
7288         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7289
7290         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7291         to nil, instead of html2text.
7292
7293         * imap.el (imap-debug): Add `imap-ping-server'.
7294
7295         * gnus-bookmark.el: Add FIXMEs.
7296
7297         * message.el (message-form-letter-separator)
7298         (message-send-form-letter-delay): New variables.
7299         (message-send-form-letter): Use them.  New command to send form
7300         letters.  Requested by Uwe Siart.
7301         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7302
7303 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * Update copyright years.
7306
7307 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         Sync from EMACS_22_BASE.
7310
7311         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7312
7313 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7314
7315         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7316         empty author.
7317
7318 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * gnus-registry.el (gnus-registry-marks): Add variable for
7321         customization of marks and their appearance.
7322         (gnus-registry-read-mark): Use it.
7323         (gnus-registry-do-marks): Add utility function to loop through
7324         `gnus-registry-marks'.
7325         (gnus-registry-install-shortcuts-and-menus): Add function to install
7326         shortcuts and menus.
7327         (gnus-registry-initialize): Use it.
7328         (gnus-registry-default-mark): Clarify documentation.
7329
7330 2008-02-29  Glenn Morris  <rgm@gnu.org>
7331
7332         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7333         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7334         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7335         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7336         Change defcustom :version from 23.0 to 23.1.
7337
7338 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-registry.el (gnus-registry-follow-group-p)
7341         (gnus-registry-post-process-groups): Add functions to aid registry
7342         splitting and improve logging.  Clarify behavior in function
7343         documentation.
7344         (gnus-registry-split-fancy-with-parent): Use them.
7345
7346 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7347
7348         * gnus-art.el: Use with-current-buffer.
7349
7350 2008-02-27  David Engster  <dengste@eml.cc>
7351
7352         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7353         Express real group name in the response.
7354
7355 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7358         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7359         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7360         autoload gnus-registry-fetch-group when compiling.
7361         (nnmairix-request-group-with-article-number-correction):
7362         Remove unreferenced argument passed to nnmairix-call-backend.
7363
7364 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7367         (mm-uu-extract): Improve face for low color ttys.
7368         Reported by Sascha Wilde.
7369
7370 2008-02-27  Glenn Morris  <rgm@gnu.org>
7371
7372         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7373         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7374         variables to defconsts.  Convert comments to doc-strings.
7375         (nnmairix-last-server, nnmairix-current-server): Convert from free
7376         variables to defvars.  Convert comments to doc-strings.
7377         (gnus-registry-fetch-group): Autoload.
7378         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7379         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7380         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7381         caddr.
7382         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7383         nnmairix-request-group-with-article-number-correction call.
7384         (nnmairix-fast, nnmairix-group): New, less general names, for free
7385         variables passed from nnmairix-request-group to
7386         nnmairix-request-group-with-article-number-correction.  Declare.
7387         (nnmairix-request-group-with-article-number-correction):
7388         Use nnmairix-fast, nnmairix-group rather than fast, group.
7389
7390 2008-02-26  David Engster  <dengste@eml.cc>
7391
7392         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7393         version 0.5.
7394
7395 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7396
7397         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7398         instead of making an extra function call.  Don't add the current group
7399         to articles only when they have the group.  Use
7400         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7401         Reported by David <de_bb@arcor.de>.
7402
7403 2008-02-24  Miles Bader  <miles@gnu.org>
7404
7405         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7406         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7407         (mm-find-mime-charset-region):
7408         * mm-bodies.el (mm-encode-body):
7409         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7410
7411 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7414         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7415
7416 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * mail-source.el (mail-source-delete-incoming): Change default.
7419         Supplement doc string.
7420
7421         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7422
7423 2008-02-14  Glenn Morris  <rgm@gnu.org>
7424
7425         * time-date.el (format-seconds): New function.
7426
7427 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * nnmail.el (nnmail-message-id-cache-file): Derive from
7430         `gnus-home-directory'.
7431
7432 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7435         Document negative prefix.
7436
7437         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7438
7439 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * message.el (message-unsent-separator): Add the Exim bounce
7442         separator.
7443
7444 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7445
7446         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7447         list.
7448         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7449         recipient/signer list.
7450
7451 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * Makefile.in (datarootdir): Define.
7454         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7455         name that might contain whitespace.
7456
7457 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7460         fbound (Emacs 23 unicode), signal an error.
7461
7462 2008-02-08  Glenn Morris  <rgm@gnu.org>
7463
7464         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7465
7466 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7467
7468         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7469         ports to the calls to `netrc-machine-user-or-password' in addition to
7470         "imap" and "imaps".
7471
7472 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7473
7474         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7475
7476         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7477
7478 2008-02-01  Kenichi Handa  <handa@m17n.org>
7479
7480         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7481         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7482         (rfc2104-hash): Convert the result of concat to unibyte string.
7483
7484 2008-02-01  Dave Love  <fx@gnu.org>
7485
7486         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7487         coding-system-for-read.
7488         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7489
7490 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7493         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7494         <hanche@math.ntnu.no>.
7495
7496 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7499
7500         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7501
7502 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7503
7504         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7505         * message.el (message-beginning-of-line): Use featurep instead of bound
7506         tests in order to resolve conditionals at compile time.
7507
7508 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7509
7510         * mail-source.el (mail-sources): Add `group' choice.
7511
7512         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7513         parameter `in-group' to control into which group the articles go.
7514         Add treatment of `group' mail-source.
7515
7516 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7519
7520         * mm-decode.el (mm-dissect-buffer): Decode description.
7521
7522         * mml.el (mml-to-mime): Encode message header first.
7523
7524 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7527         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7528
7529         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7530         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7531
7532 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7533
7534         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7535
7536 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7539         prefix keys.
7540         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7541         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7542         gnus-xmas.el.
7543
7544         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7545         (gnus-xmas-article-describe-bindings): New function.
7546         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7547         gnus-xmas-article-describe-bindings.
7548
7549         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7550
7551 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7552
7553         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7554         Add new variables for article mark management.
7555         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7556         list of extra data entries which, when present, will indicate that the
7557         article ID should not be trimmed from the registry.
7558         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7559         functions.
7560         (gnus-registry-read-mark): New function to read a mark name from the
7561         user.
7562         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7563         (gnus-registry-set-article-mark-internal): New functions to add and
7564         remove marks.
7565         (gnus-registry-get-article-marks): New function to show the marks for
7566         an article, or retrieve them for further use.
7567
7568 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7571         keys when no argument is given.
7572
7573 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * imap.el (imap-ping-server): New variable.
7576         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7577         (imap-ping-server): Minor doc string fixes.
7578
7579 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7580
7581         * imap.el (imap-ping-server): New function.
7582         (imap-opened): Call imap-ping-server.
7583
7584 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * gnus-sum.el (gnus-article-sort-by-random)
7587         (gnus-thread-sort-by-random): Fix doc strings.
7588         Reported by jidanni@jidanni.org.
7589
7590 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-describe-bindings): New function.
7593         (gnus-article-read-summary-keys): Use it.
7594         (gnus-article-mode-map): Bind `C-h b' to it.
7595
7596 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7599         XEmacs.
7600         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7601         Protect against non-character events.
7602
7603         * lpath.el: Fbind map-keymap for Emacs 21.
7604
7605 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7608         New command.
7609         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7610         instead of END.  Change name of the temp file.
7611         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7612         customizable.
7613
7614 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7617         bind `S W' to gnus-article-wide-reply-with-original; set default
7618         binding to gnus-article-read-summary-send-keys.
7619         (gnus-article-read-summary-keys): Fix the order of keys; display
7620         continuation keys correctly in the echo area; describe bindings
7621         correctly when keys end with `C-h'.
7622         (gnus-article-read-summary-send-keys): New function.
7623         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7624         Work for gnus-article-read-summary-send-keys; display continuation keys
7625         correctly in the echo area.
7626         (gnus-article-reply-with-original): Ignore prefix argument.
7627         (gnus-article-wide-reply-with-original): New function.
7628
7629         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7630         Emacs 21.
7631
7632 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7635         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7636
7637 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7640         (gnus-group-read-ephemeral-gmane-group): New command.
7641
7642 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7643
7644         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7645
7646 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * message.el (message-send-mail-function): Increase custom version.
7649
7650         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7651         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7652
7653 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7656         for the cases where imap-authenticate is called with a nil buffer
7657         parameter.
7658
7659 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7662         html parts correctly; support forwarded messages.
7663         (gnus-article-browse-html-article): Remove work buffers.
7664
7665         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7666         compiling.
7667         (netrc-bound-and-true-p): New macro.
7668         (netrc-parse): Use it instead of bound-and-true-p that is not available
7669         in XEmacs 21.4.
7670
7671 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7672
7673         * gnus-registry.el (gnus-registry-mark-article)
7674         (gnus-registry-article-marks): Add functionality to mark articles
7675         through the Gnus registry.
7676
7677         * encrypt.el: Clarify documentation for the new pgg method.
7678         (encrypt-file-alist): Add PGG option.
7679         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7680         functionality.  Abstract password key and messaging to external
7681         functions.
7682         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7683         (encrypt-message-method-and-cipher): Add new convenience external
7684         functions.
7685         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7686         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7687
7688         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7689         (netrc-parse): Use encrypt-file-alist to determine if
7690         encrypt-find-model or encrypt-insert-file-contents should be used.
7691
7692         * encrypt.el: Clarify documentation.  Load password-cache or
7693         password, whichever one is found first, instead of autoloading.
7694
7695 2007-12-19  Glenn Morris  <rgm@gnu.org>
7696
7697         * mml.el (message-options-set, message-narrow-to-head)
7698         (message-in-body-p, message-mail-p, message-encode-message-body):
7699         Autoload.
7700         (message-remove-header, message-narrow-to-headers-or-head)
7701         (message-subscribed-p, message-make-mail-followup-to)
7702         (message-position-on-field, message-news-p)
7703         (message-options-set-recipient, message-generate-headers)
7704         (message-sort-headers): Declare as functions.
7705
7706 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7709         convention in doc string.
7710
7711 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7714         title to html parts.
7715         (gnus-article-browse-html-article): Pass message header to it.
7716
7717         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7718
7719 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7722         or password compatible with XEmacs.
7723
7724 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7727         format document.
7728         (gnus-mime-delete-part): Don't write description line if empty.
7729         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7730
7731 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7732
7733         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7734         (gnus-summary-mark-read-and-unread-as-read)
7735         (gnus-summary-mark-current-read-and-unread-as-read)
7736         (gnus-summary-mark-unread-as-ticked): Doc fix.
7737         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7738
7739 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7742         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7743
7744 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7747         yes-or-no-p.
7748
7749 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * mm-decode.el (mm-add-meta-html-tag): New function.
7752         (mm-save-part-to-file, mm-pipe-part): Use it.
7753
7754         * gnus-art.el (gnus-article-browse-delete-temp-files):
7755         Use gnus-y-or-n-p instead of y-or-n-p.
7756         (gnus-article-browse-html-parts): Work with message/external-body; use
7757         mm-add-meta-html-tag.
7758
7759 2007-12-11  Glenn Morris  <rgm@gnu.org>
7760
7761         * gnus-cache.el: Require gnus-sum not just when compiling.
7762
7763         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7764
7765         * gnus-int.el (gnus-server-opened, gnus-status-message):
7766         Move definitions before use.
7767
7768         * mm-decode.el: Require gnus-util.
7769         (mm-remove-part): Only call delete-annotation on XEmacs.
7770
7771         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7772
7773         * nnmail.el: Require gnus-int.
7774
7775         * spam.el: Move `require's before `eval-when-compile's.
7776
7777         * gnus-ems.el (gnus-alive-p):
7778         * gnus-fun.el (message-goto-eoh):
7779         * gnus-util.el (gnus-group-name-decode):
7780         * mail-source.el (gnus-compress-sequence):
7781         * message.el (Info-goto-node, format-spec):
7782         * mm-bodies.el (message-options-get):
7783         * mm-decode.el (mm-view-pkcs7):
7784         * mm-util.el (gmm-write-region):
7785         * mml-smime.el (mml-compute-boundary)
7786         (gnus-completing-read-with-default):
7787         * mml.el (widget-button-press, gnus-make-hashtable):
7788         * mml1991.el (mm-decode-content-transfer-encoding)
7789         (mm-encode-content-transfer-encoding)
7790         (message-options-get, message-options-set):
7791         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7792         * nnfolder.el (gnus-request-group):
7793         * nnheader.el (ietf-drums-unfold-fws):
7794         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7795         * smime.el (gnus-run-mode-hooks):
7796         * spam-stat.el (gnus-message): Autoload.
7797
7798         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7799         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7800         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7801         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7802         Add declare-function compatibility definition.
7803
7804         * gnus-cache.el (nnvirtual-find-group-art):
7805         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7806         (gnus-add-image, gnus-add-wash-type):
7807         * gnus-group.el (nnkiboze-score-file):
7808         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7809         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7810         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7811         (message-tokenize-header, gnus-get-buffer-create)
7812         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7813         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7814         * gnus.el (gnus-group-decoded-name):
7815         * mail-source.el (imap-capability):
7816         * mm-bodies.el (message-options-set):
7817         * mm-decode.el (gnus-configure-windows):
7818         * mm-extern.el (message-goto-body):
7819         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7820         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7821         (epg-sub-key-validity, message-options-set):
7822         * mml.el (widget-event-point, gnus-configure-windows):
7823         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7824         * mml2015.el (epg-check-configuration, epg-configuration)
7825         (message-options-set):
7826         * nndb.el (nndb-request-article):
7827         * nnfolder.el (gnus-request-create-group):
7828         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7829         * nnmaildir.el (gnus-group-mark-article-read):
7830         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7831         * rfc1843.el (message-fetch-field):
7832         * spam.el (gnus-extract-address-components):
7833         Declare as functions.
7834
7835 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7838
7839         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7840
7841         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7842         bind show-trailing-whitespace for XEmacs.
7843
7844 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7847         new no-op macro for backward compatibility.
7848
7849         * imap.el (imap-string-to-integer): New function.
7850
7851 2007-12-09  Glenn Morris  <rgm@gnu.org>
7852
7853         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7854
7855         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7856         * message.el, mm-view.el, sieve-manage.el, smime.el:
7857         Add declare-function compatibility definition.
7858
7859         * gnus-art.el (w3-region, w3m-region, Info-menu):
7860         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7861         * gnus-sum.el (gnus-get-predicate):
7862         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7863         * message.el (mail-abbrev-in-expansion-header-p):
7864         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7865         (w3m-detect-meta-charset, w3m-region):
7866         * sieve-manage.el (password-read, password-cache-add)
7867         (password-cache-remove):
7868         * smime.el (password-read-and-add): Declare as functions.
7869
7870 2007-12-08  David Kastrup  <dak@gnu.org>
7871
7872         * gnus-sum.el (gnus-summary-simplify-subject-query):
7873         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7874         `message'.
7875
7876 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7879         it to bind idna-program, installation-directory, defined-colors, and
7880         face-attribute for XEmacs of the version that compiles defcustom forms.
7881
7882 2007-12-07  Glenn Morris  <rgm@gnu.org>
7883
7884         * gnus-art.el (article-make-date-line): Revert previous change.
7885
7886 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7889
7890 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7891
7892         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7893         Call gnus-add-to-range ranges only once with a prepared article-list.
7894
7895 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7896
7897         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7898         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7899         group names with backslashes.
7900         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7901
7902 2007-12-06  Deepak Goel  <deego3@gmail.com>
7903
7904         * gnus-art.el (article-make-date-line):
7905         * gnus-start.el (gnus-load):
7906         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7907
7908 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-art.el (gnus-use-idna)
7911         * gnus-start.el (gnus-site-init-file)
7912         * message.el (message-use-idna)
7913         * mm-uu.el (mm-uu-hide-markers)
7914         * smiley.el (smiley-style): Revert changes that suppress warnings.
7915
7916 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7919         specify charset to html source.
7920         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7921
7922 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7925         idna-program in order to suppress byte compile warning issued by XEmacs
7926         that came to byte compile the default value section of defcustom forms
7927         recently.
7928
7929         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7930         value of installation-directory.
7931
7932         * message.el (message-use-idna): Don't directly refer to the value of
7933         idna-program.
7934
7935         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7936
7937         * smiley.el (smiley-style): Don't directly call face-attribute.
7938
7939 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7942
7943         * gnus-dired.el: Reduce Gnus dependencies.
7944         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7945         Don't require.  Use autoloads instead.
7946         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7947         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7948         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7949         (gnus-dired-mode): Adjust doc string.
7950         (gnus-dired-mail-mode): New variable.
7951         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7952         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7953         (gnus-dired-mail-buffers): New function.  Return mail or message
7954         composition buffers.
7955         (gnus-dired-attach): Use it.
7956         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7957         NO-DECODE.
7958         (gnus-dired-print): Use `gnus-print-buffer' depending on
7959         `gnus-dired-mail-mode'.
7960
7961 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * rfc2047.el (rfc2047-encoded-word-regexp)
7964         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7965         explaining what regexp patterns are for.
7966
7967 2007-12-04  Glenn Morris  <rgm@gnu.org>
7968
7969         * password.el: Move to password-cache.el.
7970
7971         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7972         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7973         * mml-smime.el (password-read, password-cache-add)
7974         (password-cache-remove):
7975         No need to autoload, since mml-sec requires password.
7976
7977         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7978         * message.el (gnus-extract-address-components):
7979         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7980
7981         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7982         password.
7983
7984 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * mailcap.el: Reduce dependencies.
7987         (mail-header-parse-content-type): Autoload.
7988         (mailcap-delete-duplicates): New alias.
7989         (mailcap-mime-info): Add optional argument NO-DECODE.
7990         (mailcap-mime-types): Use mailcap-delete-duplicates.
7991
7992         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7993
7994 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7995
7996         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7997         (imap-parse-status): Upcase status-att for servers that sends them
7998         lower-case (e.g., MS Exchange 2007).
7999
8000 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8003         function.
8004
8005         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8006         (gnus-uu-yenc-article): New function.
8007
8008         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8009
8010         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8011
8012 2007-12-02  Glenn Morris  <rgm@gnu.org>
8013
8014         * binhex.el (binhex): New custom group.
8015         (binhex-decoder-program, binhex-decoder-switches)
8016         (binhex-use-external): Move to the binhex custom group.
8017
8018         * uudecode.el (uudecode): New custom group.
8019         (uudecode-decoder-program, uudecode-decoder-switches)
8020         (uudecode-use-external): Move to the uudecode custom group.
8021
8022         * netrc.el (top-level): Don't load `encrypt' features.
8023         (netrc-parse): Don't use encrypt.
8024         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8025
8026         * encrypt.el: Remove file.
8027
8028 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8031         matches on patches.
8032
8033         * gnus-art.el (gnus-article-browse-html-article):
8034         Mention `mm-text-html-renderer' in the doc string.
8035
8036         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8037         string.  Add comments.
8038
8039         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8040         if rhs is ASCII.
8041
8042 2007-12-01  Glenn Morris  <rgm@gnu.org>
8043
8044         * mail-source.el (top-level): Require format-spec before
8045         eval-when-compile.
8046
8047 2007-11-30  Glenn Morris  <rgm@gnu.org>
8048
8049         * encrypt.el: Require password, rather than autoloading password-read.
8050
8051 2007-11-29  Glenn Morris  <rgm@gnu.org>
8052
8053         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8054         (sasl-make-client, sasl-next-step, sasl-step-data)
8055         (sasl-step-set-data): Declare as functions.
8056
8057 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8060
8061 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8062
8063         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8064         certs should be verified and what is to be done in the event of a
8065         verification failure.
8066
8067         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8068         caller can indicate whether the cache should be disregarded for this
8069         call.  This way the result of the call is reproducible at all times and
8070         can be considered a canonical server name for the supplied method.
8071         (gnus-agent-method-p): Canonicalize server names by pushing their
8072         method through `gnus-method-to-server' using the no-cache argument.
8073
8074         * gnus-srvr.el (gnus-server-insert-server-line):
8075         Call `gnus-method-to-server' with `no-cache' argument.
8076
8077         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8078         gnus-agent-possibly-synchronize-flags as this should be called when the
8079         server is actually being opened.
8080         (gnus-agent-possibly-synchronize-flags)
8081         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8082         flags file of an agentized server to the latter function.
8083
8084         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8085         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8086         after a connection has been established successfully.
8087
8088 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-art.el (article-display-face): Force to display face if called
8091         interactively; check if gnus-article-x-face-too-ugly matches author.
8092         (article-display-x-face): Display face even if From header is missing
8093         as article-display-face does.
8094
8095 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8096
8097         * hashcash.el (message-narrow-to-headers-or-head)
8098         (message-fetch-field, message-goto-eoh)
8099         (message-narrow-to-headers): Declare as functions.
8100
8101 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * mail-source.el (mail-sources): Default to fetch from file for
8104         compatibility with default of nnmail-spool-file.
8105
8106 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8109         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8110         to look for encoded word that should be encoded again.
8111         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8112         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8113         encoding pattern.
8114         (rfc2047-decode-region): Switch strict regexp and loose one according
8115         to rfc2047-allow-irregular-q-encoded-words.
8116
8117 2007-11-25  Romain Francoise  <romain@orebokech.com>
8118
8119         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8120
8121 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * tls.el (tls-program): Provide more custom choices from
8124         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8125         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8126
8127 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8130         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8131
8132         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8133         `nnmail-spool-file'.
8134
8135         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8136         `nnmail-spool-file'.
8137
8138         * gnus-move.el (gnus-change-server): Ditto.
8139
8140         * gnus-kill.el (gnus-batch-score): Ditto.
8141
8142         * gnus-cache.el (gnus-jog-cache): Ditto.
8143
8144         * gnus-msg.el (gnus-summary-reply):
8145         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8146
8147 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8150         version.  Minor improvement to doc strings.
8151         (tls-program): Add comment.
8152
8153 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8154
8155         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8156         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8157         mismatch between the hostname provided in the certificate and the name
8158         of the host connnecting to.
8159         (open-tls-stream): Use them.  Check certificates against trusted root
8160         certificates.
8161
8162 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-cache.el (gnus-cache-generate-nov-databases):
8165         Use nnml-generate-nov-databases-directory instead of
8166         nnml-generate-nov-databases-1.
8167
8168 2007-11-24  Glenn Morris  <rgm@gnu.org>
8169
8170         * message.el (message-tool-bar-retro): Update for rename
8171         mail_send.xpm->mail-send.xpm.
8172
8173 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8176         `smime-ldap-search' for Emacs 22 and up.
8177
8178 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8179
8180         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8181
8182         * message.el (message-send-mail-function): Fix error convention.
8183         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8184         (message-widen-reply, message-send-mail, message-talkative-question)
8185         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8186         (message-clone-locals, message-send-news): Use with-current-buffer.
8187         (message-insert-or-toggle-importance): Remove unused var `valid'.
8188         (message-make-references): Remove unused var `new-references'.
8189         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8190
8191 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8192
8193         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8194         (spam-split-symbolic-return-positive): Reflow docstring.
8195         (spam-backends, spam-summary-exit-behavior)
8196         (spam-mark-ham-unread-before-move-from-spam-group)
8197         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8198         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8199         (spam-clear-cache, spam-backend-check, spam-install-backend)
8200         (spam-install-statistical-backend, spam-list-of-processors)
8201         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8202         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8203         (spam-check-crm114, spam-initialize, spam-unload-hook):
8204         Fix typos in docstrings.
8205
8206 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8209         been checked if they have never been read and those group levels are
8210         higher than the one that a user specified.
8211
8212 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8215         foreign groups unless a group level is specified by a user.
8216         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8217
8218 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * message.el (message-send-mail-function): Require sendmail.
8221
8222 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * message.el (message-send-mail-function): Check for smtpmail too.
8225
8226         * utf7.el (utf7-encode, utf7-decode): Use coding system
8227         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8228
8229         * message.el (message-send-mail-function): New function.
8230         (message-send-mail-function): Set default using
8231         message-send-mail-function.  Adjust doc string.
8232         (message-send-mail-with-mailclient): New function.
8233
8234 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8235
8236         * smime.el (from):
8237         * rfc2047.el (message-posting-charset):
8238         * qp.el (mm-use-ultra-safe-encoding):
8239         * pop3.el (parse-time-months):
8240         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8241         * nnml.el (files):
8242         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8243         (jka-compr-compression-info-list, ange-ftp-path-format)
8244         (efs-path-regexp):
8245         * nndiary.el (files):
8246         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8247         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8248         (epg-digest-algorithm-alist, inhibit-redisplay)
8249         (password-cache-expiry):
8250         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8251         (pgg-output-buffer, password-cache-expiry):
8252         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8253         (efs-path-regexp):
8254         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8255         (inhibit-redisplay):
8256         * mm-uu.el (file-name, start-point, end-point, entry)
8257         (gnus-newsgroup-name, gnus-newsgroup-charset):
8258         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8259         (latin-unity-ucs-list):
8260         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8261         (mm-uu-binhex-decode-function):
8262         * message.el (gnus-message-group-art, gnus-list-identifiers)
8263         (rmail-enable-mime-composing, gnus-local-organization)
8264         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8265         (gnus-read-active-file, facemenu-add-face-function)
8266         (facemenu-remove-face-function, gnus-article-decoded-p)
8267         (tool-bar-mode):
8268         * mail-source.el (display-time-mail-function):
8269         * gnus-util.el (nnmail-pathname-coding-system)
8270         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8271         (gnus-original-article-buffer, gnus-user-agent)
8272         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8273         (xemacs-codename, sxemacs-codename, emacs-program-version):
8274         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8275         * gnus-start.el (gnus-agent-covered-methods)
8276         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8277         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8278         (gnus-newsgroup-headers, gnus-group-list-mode)
8279         (gnus-group-mark-positions, gnus-newsgroup-data)
8280         (gnus-newsgroup-unreads, nnoo-state-alist)
8281         (gnus-current-select-method, mail-sources)
8282         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8283         (nnmail-spool-file, gnus-cache-active-hashtb):
8284         * gnus-mh.el (mh-lib-progs):
8285         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8286         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8287         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8288         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8289         (gnus-group-buffer):
8290         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8291         (font-lock-set-defaults):
8292         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8293         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8294         (gnus-summary-post-menu, total-parts, type, condition, length):
8295         * gnus-agent.el (gnus-agent-read-agentview):
8296         * flow-fill.el (show-trailing-whitespace):
8297         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8298         eval-and-compile wrappers for byte compiler pacifiers.
8299
8300         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8301         (mm-display-inline-fontify): Check for featurep 'xemacs not
8302         extent-list.
8303
8304         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8305         itimer-list.
8306         (mm-create-image-xemacs): Only do something for XEmacs.
8307         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8308
8309         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8310
8311         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8312         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8313
8314 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8315
8316         * nnimap.el (nnimap-split-download-body):
8317         * gnus-demon.el (gnus-demon):
8318         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8319
8320 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8323         New macros.
8324         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8325         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8326         copy data from unibyte buffer to multibyte current buffer.
8327         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8328         to copy data from unibyte current buffer to multibyte buffer.
8329         (nntp-make-process-buffer): Make process buffer unibyte.
8330
8331         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8332
8333 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8334
8335         * pop3.el (pop3-open-server): Accept and process data more robustly at
8336         connexion start to avoid spurious "POP SSL connexion failed" errors.
8337
8338 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8341         read group names.
8342
8343 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8346
8347 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8350         (nnmail-save-active): Use a unibyte buffer when saving active file,
8351         which may contain non-ASCII group names.
8352
8353         * nnml.el (nnml-request-group): Decode group names in messages.
8354
8355 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-citation-line-function)
8358         (message-insert-formatted-citation-line): Fix spelling of
8359         `message-insert-formated-citation-line'.
8360
8361 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8364
8365 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8368         nnmail-pathname-coding-system.
8369
8370         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8371         that a user enters; decode group names in messages.
8372
8373         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8374
8375 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8378
8379         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8380
8381         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8382         risky local variable.
8383
8384         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8385
8386 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8387
8388         * encrypt.el: Improve documentation to fix function name typo.
8389         Reported by Daiki Ueno <ueno@unixuser.org>.
8390
8391 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8394         even if the point is not in the last page of an article.
8395         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8396         back to the previous page.
8397
8398 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8401
8402 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8405
8406 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8407
8408         * message.el (message-check-news-body-syntax):
8409         Avoid mm-string-as-multibyte.
8410         (message-hide-headers): Don't assume (point-min)==1.
8411
8412 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * message.el (message-remove-blank-cited-lines): Fix if remove is
8415         given.
8416         (message-bogus-address-regexp): New variable.
8417         (message-bogus-recipient-p): New function.
8418         (message-check-recipients): New command.
8419         (message-syntax-checks): Add `bogus-recipient'.
8420         (message-fix-before-sending): Add `bogus-recipient'.
8421
8422         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8423         (gnus-treat-body-boundary): Don't test window-system.
8424
8425 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8426
8427         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8428
8429 2007-10-28  Miles Bader  <miles@gnu.org>
8430
8431         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8432         at compile-time too.
8433
8434 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * gnus-msg.el (gnus-message-setup-hook):
8437         Add `message-remove-blank-cited-lines' to options.
8438
8439 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-remove-blank-cited-lines): New function.
8442         Suggested by Karl Plästerer.
8443
8444 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8447         mapc.
8448
8449         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8450         (top-level): Use mapc to set functions to be traced for debugging.
8451
8452         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8453         called for effect with while loop.
8454
8455         * message.el (message-talkative-question): Replace mapcar called for
8456         effect with mapc.
8457
8458         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8459         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8460         called for effect with dolist.
8461
8462         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8463
8464         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8465         gnus-extra-headers and nnmail-extra-headers.
8466
8467         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8468         called for effect with dolist.
8469         (top-level): Use mapc to set functions to be traced for debugging.
8470
8471         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8472         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8473         dolist.
8474
8475         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8476         Replace mapcar called for effect with mapc.
8477         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8478         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8479         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8480         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8481
8482         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8483         remove-if that's a cl function.
8484
8485         * webmail.el (webmail-debug): Replace mapcar called for effect with
8486         dolist.
8487
8488         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8489         with mapc.
8490
8491 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8494         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8495         with while loop.
8496
8497         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8498         functions from article-* functions.
8499         (gnus-multi-decode-header): Replace mapcar called for effect with
8500         dolist.
8501
8502         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8503         (gnus-bookmark-show-details): Replace mapcar called for effect with
8504         while loop.
8505
8506         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8507         called for effect with while loop.
8508
8509         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8510         with dolist.
8511
8512         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8513         Replace mapcar called for effect with dolist.
8514
8515         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8516
8517         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8518         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8519         Replace mapcar called for effect with dolist.
8520         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8521         mapc.
8522
8523         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8524         Replace mapcar called for effect with dolist.
8525         (gnus-topic-list): Replace mapcar called for effect with mapc.
8526
8527         * gnus.el: Use mapc instead of mapcar to add autoloads.
8528
8529 2007-10-23  Richard Stallman  <rms@gnu.org>
8530
8531         * gnus-group.el (gnus-group-highlight): Mark as risky.
8532
8533 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus.el (gnus-server-to-method): Return method found first in
8536         gnus-newsrc-alist.
8537
8538         * gnus-art.el (gnus-article-highlight-signature)
8539         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8540         button overlay without the front stickiness.
8541
8542 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8543
8544         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8545         overview buffer needed a catch to receive its throw.
8546         (gnus-agent-flush-cache): Declare as interactive to make this function
8547         easier to use.
8548
8549 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8552         `next-line'.
8553
8554 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8557         exclude address matching message-dont-reply-to-names.
8558
8559 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-util.el (gnus-string<): New function.
8562
8563         * gnus-sum.el (gnus-article-sort-by-author)
8564         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8565
8566 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8569         the frame-focus tag is set in gnus-buffer-configuration.
8570
8571 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8574         the front stickiness.
8575
8576 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8579         url pattern; remove duplicate one.
8580         (gnus-article-extend-url-button): New function.
8581         (gnus-article-add-buttons): Use it.
8582         (gnus-button-push): Use concatenated url that it makes.
8583
8584 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8585
8586         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8587
8588 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8589
8590         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8591         Don't hardcode point-min==1.
8592
8593 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8596         Fix comment about "iso8859-1".
8597
8598 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8599
8600         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8601         ones returned from the verify-function.
8602
8603         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8604         Call mml2015-extract-cleartext-signature if extraction failed.
8605
8606 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8607
8608         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8609         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8610         failed.
8611
8612 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8615
8616 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8619         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8620         recommends to use EasyPG instead of PGG.
8621
8622         * pgg.el: Revert to revision 6.23.2.16.
8623
8624         * pgg-def.el: Revert to revision 6.6.2.14.
8625
8626         * pgg-gpg.el: Revert to revision 6.23.2.34.
8627
8628 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8629
8630         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8631         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8632         thread for both the null and zero (kill/expire thread) universal prefix
8633         cases.
8634         (gnus-summary-expire-thread): Add new function to expire a thread,
8635         using gnus-summary-kill-thread.
8636         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8637         shortcuts for gnus-summary-expire-thread.
8638         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8639         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8640
8641 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8642
8643         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8644         extras value, so an extras entry can be deleted.
8645         (gnus-registry-delete-extra-entry): Use it.
8646         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8647         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8648         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8649         storage through the gnus-registry, and provide an appropriate API for
8650         it.
8651
8652 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8655         Suggested by Leo <sdl.web@gmail.com>.
8656
8657         * gnus.el: Do.
8658
8659 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8662         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8663
8664         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8665
8666         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8667         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8668
8669 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8672         newline.
8673         (nnmbox-request-accept-article): Don't change article in source buffer;
8674         narrow to header to use message-fetch-field rather than
8675         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8676         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8677         as delimiters; make sure article ends with newline.
8678         (nnmbox-delete-mail): Correct last position of article to be deleted;
8679         ignore X-Gnus-Newsgroup header in article body.
8680         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8681         positions; make sure article ends with newline.
8682
8683         * message.el (message-display-abbrev): Don't infloop when a user
8684         inserts SPC in the beginning of header.
8685
8686         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8687         coding-system-for-read and coding-system-for-write for XEmacs having no
8688         file-coding feature.
8689
8690         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8691
8692 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8695         list of groups not followed by default.  Fix type to be regexp.
8696         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8697
8698 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8699
8700         * hmac-def.el (define-hmac-function): Switch from old-style to
8701         new-style backquotes.
8702
8703         * md4.el (md4-make-step): Likewise.
8704
8705 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8708         raw-text coding system when saving .newsrc file, which may contain
8709         non-ASCII group names.
8710
8711 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-cus.el (gnus-score-extra): New widget.
8714         (gnus-score-extra-convert): New function.
8715         (gnus-score-customize): Use it for Extra.
8716
8717 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8718
8719         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8720         (mml2015-mailcrypt-clear-verify): Use it.
8721         (mml2015-gpg-clear-verify): Use it.
8722         (mml2015-pgg-clear-verify): Use it.
8723         (mml2015-epg-clear-verify): Replace the current part with the output
8724         from GnuPG; don't extract the plaintext by itself.
8725
8726         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8727         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8728         mml2015-clear-verify-function; don't touch the armor headers or
8729         dash-escaped text here.
8730
8731 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8734         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8735         parts, or application/octet-stream as a last resort.
8736         (gnus-mime-view-part-as-type): Don't toggle display.
8737         (gnus-mime-view-part-as-charset): Don't turn off display before
8738         querying charset.
8739
8740         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8741         stuff to undisplayer function in Emacs.
8742         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8743
8744         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8745         text/calendar parts.
8746
8747 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8750         decoding text/calendar parts.
8751
8752         * message.el (message-forward-make-body-mime): Always mark body as
8753         having no illegible text; remove signed-or-encrypted argument.
8754         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8755
8756         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8757         (mml-generate-mime-1): Don't encode body if it is specified to be in
8758         raw form; don't make buffer be unibyte when inserting multibyte string.
8759
8760 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8761
8762         * sha1.el: Fix up comment style.
8763         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8764         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8765
8766         * hex-util.el: Fix up comment style.
8767         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8768
8769         * gnus-salt.el: Use with-current-buffer.
8770         (gnus-pick-setup-message): Fix long-standing typo.
8771
8772 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * imap.el (imap-logout-timeout): New variable.
8775         (imap-logout, imap-logout-wait): New functions.
8776         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8777
8778         * nnimap.el (nnimap-logout-timeout): New server variable.
8779         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8780         nnimap-logout-timeout.
8781
8782         * gnus-art.el (gnus-article-summary-command-nosave)
8783         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8784
8785 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus.el (gnus-maximum-newsgroup): New variable.
8788
8789         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8790         according to gnus-maximum-newsgroup.
8791
8792         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8793         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8794         Limit the range of articles according to gnus-maximum-newsgroup.
8795
8796 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8797
8798         * gnus-art.el (gnus-sticky-article): Fix problems described in
8799         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8800         Don't perform gnus-configure-windows here; reuse existing sticky
8801         article buffer.
8802
8803         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8804         it doesn't exist in gnus-article-mode.
8805
8806 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8809         (gnus-agent-decoded-group-name): New function.
8810         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8811         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8812
8813 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8814
8815         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8816         Add binding for gnus-sticky-article.
8817         (gnus-summary-exit): Don't kill sticky article buffers.
8818
8819         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8820         article buffer.
8821         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8822         (gnus-kill-sticky-article-buffers): New commands.
8823
8824 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * nntp.el (nntp-xref-number-is-evil): New server variable.
8827         (nntp-find-group-and-number): If it is non-nil, don't trust article
8828         numbers in the Xref header.
8829
8830 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-agent.el (gnus-agent-read-group): New function.
8833         (gnus-agent-flush-group, gnus-agent-expire-group)
8834         (gnus-agent-regenerate-group): Use it.
8835         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8836         nnmail-pathname-coding-system.
8837
8838 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8841
8842         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8843         that are unread as unread, and also as selected so that information of
8844         marks having been changed by a user may be updated when exiting group.
8845
8846 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8849
8850 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8853         calculated ignoring signature parts to gnus-treat-article.
8854
8855 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8858         a point here in order to keep the window start.
8859         (gnus-insert-mime-security-button): Make a button overlay without the
8860         front stickiness.
8861         (gnus-mime-display-security): Goto the end of a button.
8862
8863         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8864
8865 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8868         group-name-at-point.
8869         (gnus-group-completing-read): New function that offers decoded
8870         non-ASCII group names for completion.
8871         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8872         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8873         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8874         (gnus-group-fetch-control): Use it.
8875         (gnus-fetch-group): Use group-name-at-point for the initial value
8876         rather than the default value; use gnus-alive-p.
8877
8878         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8879         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8880         (gnus-summary-post-news): Use gnus-group-completing-read.
8881
8882         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8883         (gnus-read-move-group-name): Decode group name for completion.
8884
8885 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8886
8887         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8888         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8889         Yamaoka slightly modified the code).
8890
8891 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8894         (nnmail-split-incoming): Bind it.
8895
8896         * nnml.el (nnml-group-name-charset): New function.
8897         (nnml-decoded-group-name): Use it; don't decode group name if
8898         nnmail-group-names-not-encoded-p is non-nil.
8899         (nnml-encoded-group-name): New function.
8900         (nnml-group-pathname): Inline nnml-decoded-group-name.
8901         (nnml-request-expire-articles): Decode group name in message.
8902         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8903         nnmail-pathname-coding-system.
8904         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8905         not decoded ones according to nnmail-group-names-not-encoded-p.
8906         (nnml-generate-active-info): Use nnml-encoded-group-name.
8907
8908 2007-08-08  Glenn Morris  <rgm@gnu.org>
8909
8910         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8911         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8912         doc-strings and comments.
8913
8914 2007-07-25  Glenn Morris  <rgm@gnu.org>
8915
8916         * Relicense all FSF files to GPLv3 or later.
8917
8918 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-sum.el (gnus-summary-move-article):
8921         Make gnus-summary-respool-article work.
8922
8923 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8926         string.
8927
8928 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8929
8930         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8931         that should be ignored when comparing distant RSS articles with local
8932         ones.
8933         (nnrss-make-hash-index): New function.  Create a hash index according
8934         to the ignored fields.
8935         (nnrss-check-group): Use it.
8936
8937 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8940
8941         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8942
8943         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8944         the new optional argument ENCODED is non-nil.
8945         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8946         coding system for encoding group name.
8947         (gnus-group-make-rss-group): Pass un-encoded group name to
8948         gnus-group-make-group.
8949         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8950         encoded.
8951
8952         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8953         Encode group name to which articles are moved or copied.
8954         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8955         coding system for encoding Newsgroup, Followup-To and Xref headers.
8956
8957         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8958         marks; use nnheader-file-coding-system to write a file.
8959         (nnagent-retrieve-headers): Bind file-name-coding-system to
8960         nnmail-pathname-coding-system.
8961
8962         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8963
8964         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8965         (nnml-request-article, nnml-request-create-group)
8966         (nnml-request-rename-group, nnml-find-id)
8967         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8968         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8969         (nnml-save-marks): Use nnml-group-pathname instead of
8970         nnmail-group-pathname.
8971
8972         (nnml-request-create-group, nnml-request-expire-articles)
8973         (nnml-request-move-article, nnml-request-delete-group)
8974         (nnml-deletable-article-p, nnml-possibly-create-directory)
8975         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8976         (nnml-open-marks): Bind file-name-coding-system to
8977         nnmail-pathname-coding-system.
8978
8979         (nnml-request-article): Pass server argument to nnml-find-group-number.
8980         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8981         Pass server argument to nnml-possibly-create-directory.
8982         (nnml-request-accept-article): Pass server argument to
8983         nnml-active-number and nnml-save-mail.
8984         (nnml-find-group-number): Pass server argument to nnml-find-id.
8985         (nnml-request-update-info): Pass server argument to
8986         nnml-marks-changed-p.
8987
8988         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8989         (nnml-save-mail, nnml-active-number): Add server argument.
8990
8991         (nnml-request-delete-group): Warn if group is missing.
8992         (nnml-get-nov-buffer): Decode group name.
8993         (nnml-generate-active-info): Encode group name.
8994         (nnml-open-marks): Decode group name in messages.
8995
8996 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8999         if it is not specified.
9000         (gnus-article-pipe-part, gnus-article-save-part)
9001         (gnus-article-interactively-view-part, gnus-article-copy-part)
9002         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9003         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9004         (gnus-article-replace-part, gnus-article-delete-part)
9005         (gnus-article-view-part-as-type): Pass raw prefix argument to
9006         gnus-article-part-wrapper.
9007
9008 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-agent.el (gnus-agent-save-active):
9011         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9012
9013         * gnus-cache.el (gnus-cache-save-buffers)
9014         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9015         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9016         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9017         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9018         (gnus-cache-generate-active, gnus-cache-rename-group)
9019         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9020         (gnus-cache-update-overview-total-fetched-for):
9021         Bind file-name-coding-system to nnmail-pathname-coding-system.
9022         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9023         New variables.
9024         (gnus-cache-decoded-group-name): New function.
9025         (gnus-cache-file-name): Use it.
9026         (gnus-cache-generate-active): Use non-decoded group name for active.
9027
9028         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9029         right place.
9030         (gnus-write-active-file): Don't break non-ASCII group names.
9031
9032         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9033         nnmail-pathname-coding-system.
9034
9035         * lpath.el: Bind default-file-name-coding-system,
9036         file-name-coding-system and language-info-alist for XEmacs.
9037
9038         * gnus-uu.el (gnus-uu-decode-save): Typo.
9039
9040 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9043
9044 2007-07-14  David Kastrup  <dak@gnu.org>
9045
9046         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9047         finishing actions if we did not edit the article.
9048
9049 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9052         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9053         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9054         (gnus-agent-flush-group, gnus-agent-flush-cache)
9055         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9056         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9057         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9058         (gnus-agent-regenerate-group)
9059         (gnus-agent-update-files-total-fetched-for)
9060         (gnus-agent-update-view-total-fetched-for):
9061         Bind file-name-coding-system to nnmail-pathname-coding-system.
9062         (gnus-agent-group-pathname): Don't encode file names by
9063         nnmail-pathname-coding-system.
9064         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9065         coding-system-for-write instead of buffer-file-coding-system to
9066         gnus-agent-file-coding-system.
9067
9068         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9069         Decode group name.
9070
9071         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9072
9073         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9074         (gnus-read-newsrc-el-file): Make group names unibyte.
9075
9076         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9077         nnmail-pathname-coding-system.
9078
9079         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9080         (nnrss-request-delete-group): Bind file-name-coding-system to
9081         nnmail-pathname-coding-system.
9082         (nnrss-read-server-data, nnrss-read-group-data):
9083         Bind file-name-coding-system correctly.
9084         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9085
9086         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9087         (nntp-server-to-method-cache): New variable.
9088         (nntp-group-pathname): New function that decodes non-ASCII group names.
9089         (nntp-possibly-create-directory, nntp-marks-changed-p)
9090         (nntp-save-marks, nntp-open-marks): Use it.
9091         (nntp-possibly-create-directory, nntp-open-marks):
9092         Bind file-name-coding-system to nnmail-pathname-coding-system.
9093         (nntp-open-marks): Decode group names when bootstrapping marks.
9094
9095         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9096         Newsgroups and Folowup-To headers.
9097
9098 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9101         (gnus-server-closed-face, gnus-server-denied-face)
9102         (gnus-server-offline-face): Remove variable.
9103         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9104
9105         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9106         of modifying message-stack directly for XEmacs.
9107
9108         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9109         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9110         if the coding-system argument is nil for XEmacs.
9111
9112         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9113         mm-charset-override-alist.
9114
9115         * rfc2047.el: Don't require base64; require rfc2045 for the function
9116         rfc2045-encode-string.
9117         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9118         to quote the parameter value.
9119
9120 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9123         form in gnus-group-name-charset-method-alist.
9124
9125         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9126         overrides the default layout edit-form.
9127
9128         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9129
9130         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9131
9132 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9135         as unfetched articles.
9136
9137 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9140
9141 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9144         original back end that keeps marks in the local system.
9145
9146 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9149         arg of pop-to-buffer for XEmacs.
9150         (gnus-article-read-summary-keys): Ditto; don't restore window
9151         configuration if summary command ends up with neither article buffer
9152         nor summary buffer; describe bindings if summary keys end with C-h.
9153
9154 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * message.el (message-fix-before-sending): Skip raw message part to be
9157         forwarded while checking illegible text.
9158         (message-forward-make-body-mime, message-forward-make-body):
9159         Mark signed or encrypted raw message as having no illegible text.
9160
9161 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9164         (gnus-message-with-timestamp-1): New macro.
9165         (gnus-message-with-timestamp): New function.
9166         (gnus-message): Use them.
9167
9168         * nnheader.el (nnheader-message): Use them.
9169
9170 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9173         .newsrc.eld file.
9174
9175 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-agent.el (gnus-agent-fetch-headers)
9178         (gnus-agent-retrieve-headers):
9179         Bind gnus-decode-encoded-address-function to identity.
9180
9181         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9182         available also when the server returns simply a dot.
9183
9184         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9185
9186 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9189
9190 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-ems.el (gnus-x-splash): Make it work.
9193
9194         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9195         from being used.
9196
9197         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9198
9199 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9202         4th and the 5th arguments.
9203
9204         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9205         the front stickiness.
9206         (gnus-article-summary-command-nosave): Correct the order of the
9207         arguments passed to pop-to-buffer.
9208         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9209         summary command ends up with the article buffer.
9210
9211         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9212         the same faces.
9213
9214 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9215
9216         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9217
9218 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9219
9220         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9221         * gnus-sum.el (gnus-summary-highlight):
9222         * pgg.el (pgg-sign-region, pgg-sign):
9223         * mail-source.el (mail-source-delete-old-incoming-confirm):
9224         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9225
9226 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-art.el (gnus-mime-view-part-externally)
9229         (gnus-mime-view-part-internally): Fix predicate function passed to
9230         completing-read.
9231
9232         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9233
9234         * gnus.el (gnus-update-message-archive-method): Add :version.
9235
9236 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus.el (gnus-update-message-archive-method): New variable.
9239
9240         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9241         according to gnus-message-archive-method if
9242         gnus-update-message-archive-method is non-nil.
9243
9244 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9247         Suggested by Loic Dachary <loic@dachary.org>.
9248         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9249
9250 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * message.el (message-pop-to-buffer): Add switch-function argument.
9253         (message-mail): Pass switch-function argument to it.
9254
9255 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9258         Improve doc string.
9259
9260 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9263         (gnus-header-content)
9264         * gnus-cite.el (gnus-cite-10)
9265         * gnus-srvr.el (gnus-server-closed)
9266         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9267         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9268         (gnus-group-mail-3-empty, gnus-group-mail-low)
9269         (gnus-group-mail-low-empty, gnus-splash)
9270         * message.el (message-header-to, message-header-cc)
9271         (message-header-subject, message-header-other, message-header-name)
9272         (message-header-xheader, message-separator, message-cited-text)
9273         (message-mml): Lighten colors of faces used for dark background.
9274
9275 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9276
9277         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9278         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9279
9280 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * message.el (message-narrow-to-headers-or-head):
9283         Ignore mail-header-separator in the body.
9284
9285 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9288         same as window size.
9289
9290 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9291
9292         * message.el (message-font-lock-keywords): Use message-header-xheader
9293         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9294         ahead of the anything pattern, to get it recognised.
9295
9296 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9299         spam.el loads uses it in the compiled defadvice form.
9300
9301 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9302
9303         * gnus-sum.el (gnus-articles-to-read)
9304         (gnus-summary-insert-old-articles): Don't truncate group name for
9305         `read-string'.
9306
9307         * gnus-util.el (gnus-limit-string): Delete this function.
9308
9309         * gnus-sum.el (gnus-simplify-subject-fully):
9310         Use `truncate-string-to-width' instead.
9311
9312 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9313
9314         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9315         Tell if, on summary exit, the next group has to be selected.
9316         (gnus-summary-exit): Use it.
9317
9318 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9321         non-break space.
9322
9323 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9326         Check if group is not a directory.
9327         (nnfolder-request-expire-articles): Don't delete articles if the target
9328         group is not available.
9329
9330         * nnml.el (nnml-request-create-group): Properly check if group is not a
9331         file.
9332         (nnml-request-expire-articles): Don't delete articles if the target
9333         group is not available.
9334
9335         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9336         Don't quote characters that are within parentheses.
9337
9338 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9341         (gnus-handle-ephemeral-exit): Select article according to it.
9342
9343 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * message.el (message-insert-formated-citation-line): Remove newline.
9346         (message-citation-line-format): Add final \n here so that the user can
9347         avoid a blank line.
9348
9349 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9350
9351         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9352         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9353         Update lanl/arXiv support.
9354
9355 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * gnus.el: Bump version number.
9358
9359 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus.el (gnus-version-number): Bump version.
9362
9363 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9364
9365         * gnus.el: No Gnus v0.6 is released.
9366
9367 2007-04-27  Didier Verna  <didier@xemacs.org>
9368
9369         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9370         * gmm-utils.el (gmm-regexp-concat): ... here.
9371         * message.el: Don't require 'gnus-util.
9372         (message-dont-reply-to-names): Handle name change above.
9373         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9374
9375 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9378         since the initial value varies according to the system.
9379
9380 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9383
9384 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9385
9386         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9387
9388 2007-04-24  Didier Verna  <didier@xemacs.org>
9389
9390         Improve the type of gnus-ignored-from-addresses.
9391         * gnus-util.el (gnus-orify-regexp): New function.
9392         * message.el (gnus-util): Require it.
9393         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9394         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9395         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9396
9397 2007-04-24  Didier Verna  <didier@xemacs.org>
9398
9399         * gnus-sum.el:
9400         * gnus-utils.el: Fix some trailing whitespaces.
9401
9402 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9405         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9406         article's Message-ID; refer parent article in summary buffer.
9407
9408         * message.el (message-bounce): Call mime-to-mml.
9409
9410         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9411         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9412         optimize and/or forms properly.
9413
9414 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9417         URL.
9418
9419 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9422
9423 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9426         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9427         displayed of multipart/alternative part if it is invoked from summary
9428         buffer.
9429
9430         * mm-view.el (mm-inline-text-html-render-with-w3m)
9431         (mm-inline-text-html-render-with-w3m-standalone)
9432         (mm-inline-render-with-function): Use mail-parse-charset by default.
9433
9434 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9435
9436         * parse-time.el (parse-time-string-chars): Check if CHAR
9437         is less than the length of parse-time-syntax.
9438
9439 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9442         from gnus-newsgroup-processable.
9443
9444 2007-04-16  Didier Verna  <didier@xemacs.org>
9445
9446         * gnus-msg.el (gnus-configure-posting-styles):
9447         Handle message-signature-directory properly with :file syntax.
9448         Reported by "Leo".
9449
9450 2007-04-11  Didier Verna  <didier@xemacs.org>
9451
9452         New user option: message-signature-directory.
9453         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9454         * message.el (message-insert-signature): Ditto.
9455         * message.el (message-signature-file): Doc update.
9456         * message.el (message-signature-directory): New.
9457
9458 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-msg.el (gnus-inews-yank-articles):
9461         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9462
9463 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * message.el (message-yank-original): Make sure cited text ends with
9466         newline; don't exchange point and mark.
9467
9468 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9469
9470         * tls.el (open-tls-stream): Properly handle case where there
9471         is no associated buffer.
9472
9473 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9474
9475         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9476         message-yank-original, make sure (< mark TEXT point).
9477
9478 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * message.el (message-fill-column): New variable.
9481         (message-mode): Use it.  Add comment on a possible new hook.
9482
9483         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9484         (nnmail-get-new-mail): Reformat.
9485
9486         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9487
9488         * gmm-utils.el: Fix Commentary.
9489         (gmm-tool-bar-from-list): Fix typo in doc string.
9490
9491 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9492
9493         * message.el (message-yank-original): Don't switch point and mark
9494         unnecessarily to put point and mark as documented.
9495
9496 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9499         from the message heads.
9500
9501 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9502
9503         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9504         article buffer does not have a window.  This may not be the best
9505         solution but is certainly better than setting the start of the null,
9506         that is the current, window.
9507
9508 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9511         (gnus-draft-setup): Run it.
9512
9513         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9514         gnus-score-fast-scoring.  Allow regexp.
9515         (gnus-score-headers): Use it.
9516
9517         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9518         XEmacs.
9519
9520         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9521         string.
9522         (gnus-button-alist): Also catch `<f1> k ...'.
9523         (gnus-treat-display-x-face): Fix doc string.
9524
9525 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9526
9527         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9528         evaluation of gnus-extended-version to ensure correct generation of the
9529         User-Agent header when message-generate-headers-first is used.
9530
9531 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9532
9533         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9534         hashcash-path is nil.  Don't call callback with incorrect number of
9535         parameters if val is 0.
9536
9537 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9538
9539         * message.el (message-required-news-headers):
9540         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9541
9542 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9543
9544         * tls.el (open-tls-stream): In handshake-waiting loop,
9545         don't wait more if there is output available to process.
9546
9547 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9548
9549         * tls.el (tls-program): Doc fix.
9550
9551 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * message.el (message-generate-new-buffers): Change the meaning of the
9554         nil value; add `standard' to the choices; treat t as `unique'; improve
9555         doc string.
9556         (gnus-select-frame-set-input-focus): Autoload.
9557         (message-buffer-name): Search for the existing message buffer if
9558         message-generate-new-buffers is nil or `standard'; treat the value t of
9559         message-generate-new-buffers as `unique'.
9560         (message-pop-to-buffer): Raise the frame already displaying the message
9561         buffer; clear the echo area after querying.
9562         (message-setup): Pass the `continue' argument to compose-mail.
9563         (message-mail): Prefer `switch-function' if it is given; search for the
9564         existing message buffer if the `continue' argument is non-nil; pass
9565         continue and switch-function arguments to compose-mail by way of
9566         message-setup.
9567         (message-mail-other-window): Adjust argument of message-setup.
9568         (message-mail-other-frame): Ditto.
9569
9570 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9573         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9574         to turn font-lock on when turning gnus-message-citation-mode on.
9575
9576 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9577
9578         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9579         (mml-smime-function-alist): New variable; add epg as the backend.
9580         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9581         mml-smime- functions instead.
9582         * mm-view.el: Require smime.
9583
9584 2007-03-05  Didier Verna  <didier@xemacs.org>
9585
9586         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9587         instead of just inheritance for posting styles.
9588         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9589
9590 2007-02-24  Chris Moore  <dooglus@gmail.com>
9591
9592         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9593         * pgg-pgp.el (pgg-pgp-encrypt-region):
9594         * pgg-gpg.el (pgg-gpg-encrypt-region):
9595         Check pgg-encrypt-for-me if no other recipients.
9596
9597 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9598
9599         * tls.el (tls-certtool-program): Fix custom type.
9600
9601 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9604         and point-at-eol instead of line-(beginning|end)-position.
9605
9606         * assistant.el (assistant-parse-buffer): Ditto.
9607
9608         * netrc.el (netrc-parse-services): Ditto.
9609
9610 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9611
9612         * mml2015.el (mml2015-epg-find-usable-key): New function.
9613         (mml2015-epg-sign): Use it.
9614         (mml2015-epg-encrypt): Use it.
9615
9616 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * message.el (message-make-in-reply-to): Quote name containing
9619         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9620         if there are special characters.  Reported by NAKAJI Hiroyuki
9621         <nakaji@jp.freebsd.org>.
9622
9623 2007-02-27  Didier Verna  <didier@xemacs.org>
9624
9625         Include the group parameters as well as the topic ones in the
9626         inheritance filter process.
9627         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9628         argument GROUP-PARAMS-LIST.
9629         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9630
9631 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * nntp.el (nntp-never-echoes-commands)
9634         (nntp-open-connection-functions-never-echo-commands): New variables.
9635         (nntp-send-command): Use them.
9636
9637 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9638
9639         * mml2015.el (mml2015-epg-verify): Simplify.
9640
9641 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mml.el (mml-content-disposition-alist): New user option.
9644         (mml-content-disposition): New function.
9645         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9646         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9647
9648 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9649
9650         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9651         verification.
9652
9653 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9654
9655         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9656         articles posted in the last 24 hours.
9657
9658 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9659
9660         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9661
9662 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9663
9664         * nntp.el (nntp-send-command): Don't wait for echoes when
9665         nntp-open-ssl-stream is used.
9666
9667 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9670         (gnus-message-add-citation-keywords)
9671         (gnus-message-remove-citation-keywords): Remove.
9672         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9673         directly, make the variables in font-lock-defaults buffer-local, add
9674         gnus-message-citation-keywords to them and then update the value of
9675         font-lock-keywords.
9676
9677 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * message.el (message-cite-original-1): Don't call
9680         gnus-article-highlight-citation.
9681
9682         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9683         citations; fix line count.
9684
9685 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9688         (gnus-message-add-citation-keywords)
9689         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9690         versions of font-lock-add-keywords and font-lock-remove-keywords to
9691         work with XEmacs correctly.
9692
9693 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-cite.el (gnus-cite-face-list): Set the values of
9696         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9697         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9698         (gnus-message-cite-prefix-regexp): New variable.
9699         (gnus-message-search-citation-line): Use it; protect against long
9700         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9701         the 0th match data for Emacs.
9702         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9703         (gnus-message-add-citation-keywords): Append keywords rather than
9704         prepending; emulate font-lock-add-keywords if it is not available.
9705         (gnus-message-remove-citation-keywords):
9706         Emulate font-lock-remove-keywords if it is not available.
9707
9708         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9709
9710         * message.el (message-cite-prefix-regexp): Set the value of
9711         gnus-message-cite-prefix-regexp.
9712
9713 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * nnweb.el (nnweb-google-parse-1): Update parser.
9716
9717 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9718
9719         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9720
9721 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9722
9723         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9724         regexp.
9725
9726 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9729         string-to-multibyte.
9730         (uudecode-decode-region-internal): Use it.
9731
9732         * lpath.el: Fbind string-as-multibyte for XEmacs.
9733
9734 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9737         Fix custom choice.
9738
9739         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9740
9741 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9742
9743         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9744
9745         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9746         `write-region' to respect `mm-inhibit-file-name-handlers'.
9747
9748 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9751         Use gnus-home-directory instead of "~/" or "$HOME".
9752
9753 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9756         to mention filename.
9757         Add comments at beginning regarding usage.
9758         (encrypt-write-file-contents): Change interactive so a string is
9759         acceptable.  If the file has no associated model, show an error instead
9760         of a nonsense prompt.
9761
9762 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9763
9764         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9765         Thanks to Yoshihiko Yamada for kind notification of this typo.
9766
9767 2007-01-12  Kenichi Handa  <handa@m17n.org>
9768
9769         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9770         multibyte buffer.
9771
9772 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * gnus-score.el (gnus-score-fast-scoring): New variable.
9775         (gnus-score-headers): Use it.
9776
9777         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9778
9779         * message.el (message-cite-original-1):
9780         Call gnus-article-highlight-citation if requested.
9781         (message-make-from): Allow name and address as optional arguments.
9782
9783         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9784
9785         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9786         bugs to doc string.
9787         (gnus-button-alist): Add mid\\|message-id.
9788         (gnus-button-fetch-group): Extend for use in
9789         `browse-url-browser-function'.
9790         (gnus-button-url-regexp): Try to catch paired parentheses like in
9791         Wikipedia URLs.
9792
9793         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9794         Suggested by Simon Krahnke <overlord@gmx.li>.
9795
9796 2007-01-13  Romain Francoise  <romain@orebokech.com>
9797
9798         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9799         Update copyright.
9800
9801 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9802
9803         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9804
9805 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9806
9807         * gnus-registry.el (gnus-registry-unfollowed-groups)
9808         (gnus-registry-split-fancy-with-parent): Fix documentation.
9809
9810 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9813         from nnweb groups.
9814
9815 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9818         Xref urls.  Erase buffer before requesting head.
9819
9820         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9821
9822 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9825         customizable.
9826
9827 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9828
9829         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9830         no signing key is found.
9831         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9832         no encrypting and/or signing key is found.
9833
9834 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9837
9838 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9839
9840         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9841         headers read from disk with the ones newly found in the current search.
9842         This should no longer cause problems, because the article numbers in
9843         Gmane's `nov.php' output are ignored since the previous change.
9844
9845 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9846
9847         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9848
9849 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9852         replace-regexp-in-string; bind url-version; fbind display-images-p and
9853         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9854         find-face and set-itimer-function for Emacs; bind itimer-list for
9855         Emacs.
9856
9857         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9858
9859 2007-01-01  Romain Francoise  <romain@orebokech.com>
9860
9861         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9862
9863 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9864
9865         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9866         `define-minor-mode' macro definition expanded properly.
9867         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9868         exclude it there.
9869
9870         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9871         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9872         `fboundp' test.
9873         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9874         This is OK to autoload in (S)XEmacs now.
9875
9876 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9879         keystroke.
9880         (gnus-summary-limit-to-singletons): Fix typo.
9881
9882         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9883         else fails.
9884
9885 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9886
9887         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9888         docstring.
9889
9890         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9891         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9892         (gnus-summary-insert-dormant-articles): Fix typo in message.
9893
9894 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9897         nil for XEmacs.
9898         (gnus-message-citation-mode): Don't autoload in XEmacs.
9899
9900         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9901
9902 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9903
9904         * nnimap.el (nnimap-expunge-search-string):
9905         Mention nnimap-search-uids-not-since-is-evil in docstring.
9906
9907 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * spam.el: Revert to make-obsolete-variable because
9910         define-obsolete-variable-alias is not supported in Emacs 21.
9911
9912         * spam.el (spam-ifile-path, spam-ifile-database-path)
9913         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9914         make-obsolete-variable.
9915         (spam-bsfilter-path, spam-bsfilter-program)
9916         (spam-spamassassin-path, spam-spamassassin-program)
9917         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9918         Don't use "path" inappropriately.
9919         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9920         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9921         variable names.
9922
9923 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9924
9925         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9926         summary buffer.
9927
9928         * password.el (password-cache-remove): Use clear-string to burn
9929         password, if available.
9930
9931 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9934
9935         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9936
9937         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9938         (gnus-message-highlight-citation): Move defcustom here from
9939         gnus-cite.el.
9940         (gnus-message-citation-mode): Autoload.
9941
9942         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9943         checks to make it compile with XEmacs.
9944         (gnus-message-citation-mode): New minor mode.
9945         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9946         (gnus-message-highlight-citation): New variables.
9947         (gnus-message-search-citation-line)
9948         (gnus-message-add-citation-keywords)
9949         (gnus-message-remove-citation-keywords)
9950         (turn-on-gnus-message-citation-mode)
9951         (turn-off-gnus-message-citation-mode): New functions.
9952
9953 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9954
9955         * gnus-cite.el: Enable highlighting of different citation levels in
9956         message-mode.
9957
9958 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * message.el (message-make-fqdn): Fix comment.
9961         (message-bogus-system-names): Add ".local".
9962
9963         * spam.el (spam-ifile-path, spam-ifile-program)
9964         (spam-ifile-database-path, spam-ifile-database)
9965         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9966         Don't use "path" inappropriately.
9967         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9968         strings.
9969         (spam-check-ifile, spam-ifile-register-with-ifile)
9970         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9971         Use new variable names.
9972
9973         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9974         (gnus-treat-display-smileys): Simplify using
9975         gnus-image-type-available-p.
9976
9977         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9978         available.
9979
9980         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9981         Use `display-images-p' if available.
9982
9983 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9986         one after turning on the buffer's multibyteness instead of decoding
9987         them directly in the unibyte buffer that causes unexpected conversion
9988         in Emacs 23 (unicode).
9989
9990 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * message.el (message-generate-hashcash): Fix custom type.
9993
9994 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9997
9998 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10001         disconnect icons.  Add help text.
10002
10003 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10004
10005         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10006         negated to be consistent with the others we handle.
10007
10008 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10011         version of gnus-summary-buffer to something, so that we can use two
10012         article buffers at the same time.
10013
10014 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10015
10016         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10017         trigger all the extra headers.
10018         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10019         sorting.
10020
10021 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10022
10023         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10024         solid groups.
10025
10026 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10027
10028         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10029
10030 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * legacy-gnus-agent.el: Add Copyright notice.
10033
10034 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10035
10036         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10037
10038 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10041
10042         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10043         to make it work reliably in CVS Emacs.
10044         (gnus-summary-limit-strange-charsets-predicate)
10045         (gnus-summary-limit-to-predicate): New functions.
10046
10047 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10048
10049         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10050         specifying array size.
10051         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10052         array if it is too small.
10053         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10054         (gnus-sort-threads-loop): New function.
10055
10056 2006-12-06  Chris Moore  <dooglus@gmail.com>
10057
10058         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10059         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10060
10061 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10062
10063         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10064         options.
10065
10066 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067
10068         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10069         DOS-ing the recipient.
10070
10071         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10072         the headers when creating the mapping to avoid mismappings.
10073         (nnweb-gmane-create-mapping): Always nix out old mapping.
10074
10075 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10078         and mm-verify-option to never.
10079
10080 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * message.el (message-signed-or-encrypted-p): New function.
10083         (message-forward-make-body): Use it.
10084
10085         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10086         Replace encode-coding-string with mm-encode-coding-string.
10087
10088 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * nneething.el (nneething-decode-file-name):
10091         Replace decode-coding-string with mm-decode-coding-string.
10092
10093         * gnus-int.el (gnus-open-server): Say failed server's name.
10094
10095 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10096
10097         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10098         strings to a single string.  Quote `errors-file-name'.
10099         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10100         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10101         Adjust calls.  Use `shell-quote-argument'.
10102
10103 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10104
10105         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10106         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10107
10108         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10109         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10110         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10111         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10112         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10113         (gnus-subscribe-newsgroup, gnus-1):
10114         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10115         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10116         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10117         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10118
10119 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10122         keystroke.
10123         (gnus-summary-limit-to-bodies): Implement headersp.
10124
10125 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10128
10129 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10132
10133 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * message.el (message-generate-hashcash): Expand range of values to
10136         include `opportunistic'.
10137         (message-send-mail): Use it.
10138
10139 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10140
10141         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10142         and comment it.
10143
10144         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10145
10146 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * gnus-util.el (gnus-extract-address-components): Improve comment.
10149
10150 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-util.el (gnus-extract-address-components): Work with address in
10153         which the name portion contains @.
10154
10155         * lpath.el: Fbind custom-autoload.
10156
10157 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus.el (gnus-start): Move custom group up.
10160         (gnus-select-method): Don't autoload, but make it available for
10161         `customize-variable'.
10162         (gnus-getenv-nntpserver): Don't autoload.
10163
10164 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10167
10168 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * message.el (message-sendmail-extra-arguments): New variable.
10171         (message-send-mail-with-sendmail): Use it.
10172
10173 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10176         mm-with-unibyte-current-buffer to make string unibyte.
10177
10178         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10179         mm-string-as-multibyte.
10180
10181 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10182
10183         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10184         Reported by Werner Koch <wk@gnupg.org>.
10185
10186 2006-11-14  Daiki Ueno  <ueno@p360>
10187
10188         * mml2015.el: Autoload epa-select-keys when compiling.
10189
10190 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10191
10192         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10193         message-options.
10194         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10195
10196 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10197
10198         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10199         EasyPG (< 0.0.6).
10200         (mml2015-always-trust): New user option.
10201         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10202         prompt.
10203
10204 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * nntp.el (nntp-authinfo-force): New variable.
10207         (nntp-send-authinfo): Use it.
10208
10209 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10212         decode encoded words.  Improve prompt.  Add comment about forwarding.
10213         (message-replacement-char): Move up.
10214
10215 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10216
10217         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10218         instead of gnus-intersection because arguments of gnus-sorted-nunion
10219         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10220
10221 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10224         (message-simplify-subject-functions):
10225         Enable message-strip-subject-encoded-words by default.
10226
10227 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * message.el (message-strip-subject-encoded-words): New function.
10230         (message-simplify-subject-functions): New variable.
10231         (message-simplify-subject): Use it.  Fix typo in doc string.
10232         Support message-strip-subject-encoded-words.
10233
10234 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10235
10236         * gnus-diary.el (gnus-diary-delay-format-function):
10237         * nndiary.el (nndiary-reminders):
10238         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10239
10240 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-art.el (article-hide-boring-headers): Fetch date from
10243         gnus-original-article-buffer to avoid problems with localized date
10244         strings.
10245
10246 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10249
10250 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10253         New variables.
10254         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10255         (mm-charset-synonym-alist): Move some entries to
10256         mm-codepage-iso-8859-list.
10257         (mm-charset-synonym-alist, mm-charset-override-alist):
10258         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10259
10260 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10263
10264 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10267         with Emacs 21 and XEmacs.
10268
10269 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10270
10271         * spam.el (spam-parse-address): New function for better parsing,
10272         catching errors, etc.
10273         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10274
10275 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * mm-view.el: Add interactive arg to html2text autoload.
10278
10279 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10282
10283 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10286         New variables.
10287         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10288         (mm-charset-synonym-alist): Move some entries to
10289         mm-codepage-iso-8859-list.
10290
10291         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10292
10293 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * message.el (message-citation-line-format)
10296         (message-insert-formated-citation-line): Fix implementation of %E, %N
10297         and %n according to the doc string.
10298
10299 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10300
10301         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10302         Use car-safe to avoid bad parses.
10303
10304 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10307         names.
10308
10309         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10310
10311 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10314         header.
10315
10316         * message.el (message-draft-headers): Add Date.
10317         (message-headers-to-generate): Fix typo in docstring.
10318
10319         * nndraft.el (nndraft-required-headers): New variable.
10320         (nndraft-generate-headers): Use it.
10321
10322         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10323
10324 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10325
10326         * gnus-registry.el (gnus-registry-wash-for-keywords)
10327         (gnus-registry-find-keywords): New functions to allow easy searching of
10328         articles that are in the registry.
10329
10330 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10333         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10334         Reported by Damien Elmes <damien@repose.cx>.
10335
10336 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * gnus.el (gnus-mime): Remove unused custom group.
10339
10340 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10341
10342         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10343         "blank line" when searching for end of armor headers.
10344
10345 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gmm-utils.el (gmm-write-region): Fix variable name.
10348
10349 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gmm-utils.el (gmm-write-region): New function based on compatibility
10352         code from `mm-make-temp-file'.
10353
10354         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10355
10356         * nnmaildir.el (nnmaildir--update-nov)
10357         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10358         Use `gmm-write-region'.
10359
10360 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10363         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10364
10365         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10366
10367         * message.el (message-replacement-char): New variable.
10368         (message-fix-before-sending): Use it.
10369         (message-simplify-subject): New function to remove duplicate code.
10370         (message-reply, message-followup): Use it.
10371
10372         * gnus-sum.el (gnus-summary-make-menu-bar):
10373         Clarify gnus-summary-limit-to-articles.
10374
10375 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * gnus-util.el (gnus-with-local-quit): New macro.
10378
10379         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10380
10381 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10382
10383         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10384         ignore non-string data.
10385
10386 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10389         non-string data (needs to be done in the registry too).
10390
10391 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10392
10393         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10394         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10395         (gnus-registry-split-fancy-with-parent)
10396         (gnus-registry-fetch-simplified-message-subject-fast)
10397         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10398         Remove text properties on ingress into the registry and when it's saved.
10399         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10400         registry from entries with no groups.
10401
10402 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10403
10404         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10405         function to remove string properties.
10406
10407 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * gmm-utils.el (gmm): Adjust custom version.
10410
10411         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10412         Adjust custom version.
10413
10414         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10415
10416 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-art.el (gnus-insert-prev-page-button)
10419         (gnus-insert-next-page-button): Simplify.  Reformat.
10420
10421 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10422
10423         * gnus-art.el (gnus-insert-prev-page-button)
10424         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10425
10426 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10427
10428         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10429
10430 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10431
10432         * gnus-art.el (gnus-insert-mime-button)
10433         (gnus-insert-mime-security-button):
10434         Apply gnus-article-button-face to MIME and security buttons.
10435
10436 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10439         readable.
10440
10441 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10444
10445 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10446
10447         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10448         `browse-url-of-file' instead of `browse-url'.
10449
10450 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10451
10452         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10453         regexp.  Articles containing quotation were cut prematurely.
10454
10455 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * message.el (message-cite-original-1): Use nobody by default for the
10458         value of From header.
10459         (message-reply): Ditto.
10460
10461 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10462
10463         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10464         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10465         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10466
10467 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10470         mails in the doc string.  Add some URLs in comment.
10471         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10472
10473 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10476         backslashes handling and the way to find boundaries of quoted strings.
10477
10478 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10479
10480         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10481         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10482         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10483         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10484
10485 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10488         doc string.
10489         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10490
10491 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * lpath.el: Fbind epg-check-configuration.
10494
10495 2006-09-06  Simon Josefsson  <jas@extundo.com>
10496
10497         * mml2015.el (mml2015-use): Doc fix, mention epg.
10498
10499 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10500
10501         * mml2015.el (mml2015-use): Default to epg, if available.
10502
10503 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10504
10505         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10506         message-sender.
10507         (mml1991-epg-encrypt): Ditto.
10508         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10509         message-sender.
10510         (mml2015-epg-encrypt): Ditto.
10511
10512 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10513
10514         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10515         several common directories.
10516
10517 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10518
10519         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10520         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10521
10522 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-art.el (article-decode-encoded-words): Make it fast.
10525
10526 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10529
10530         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10531         in quoted string into `\'.
10532
10533 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10536         Use standard-syntax-table.
10537
10538 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-art.el (gnus-decode-address-function): New variable.
10541         (article-decode-encoded-words): Use it to decode headers which are
10542         assumed to contain addresses.
10543         (gnus-mime-delete-part): Remove useless `or'.
10544
10545         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10546         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10547         (gnus-nov-parse-line): Use it to decode From header.
10548         (gnus-get-newsgroup-headers): Ditto.
10549         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10550
10551         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10552         (mail-decode-encoded-address-string): New alias.
10553
10554         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10555         New function.
10556         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10557         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10558         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10559         (rfc2047-decode-string): Ditto.
10560         (rfc2047-decode-address-region): New function.
10561         (rfc2047-decode-address-string): New function.
10562
10563 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * message.el (message-caesar-buffer-body): Allow rotating headers.
10566
10567         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10568
10569         * message.el (message-insert-formated-citation-line): Fix %f.
10570         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10571
10572 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10575         (gnus-bookmark-mouse-available-p): New macro.
10576         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10577         (gnus-bookmark-bmenu-show-infos): Use it.
10578         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10579         (gnus-bookmark-bmenu-hide-infos): Ditto.
10580         (gnus-bookmark-remove-properties): New function.
10581         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10582         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10583         (gnus-bookmark-write-file): Bind coding-system-for-write.
10584         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10585         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10586         group before selecting it.
10587         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10588         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10589         quit-window if it is not available; use gnus-mouse-2 and bind it to
10590         gnus-bookmark-bmenu-select-by-mouse.
10591         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10592         (gnus-bookmark-bmenu-select-by-mouse): New function.
10593
10594 2006-08-13  Romain Francoise  <romain@orebokech.com>
10595
10596         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10597         space.
10598
10599 2006-08-10  Romain Francoise  <romain@orebokech.com>
10600
10601         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10602         (dns-mode-soa-auto-increment-serial): New user option.
10603         (dns-mode-soa-maybe-increment-serial): New function.
10604         (dns-mode): Add the latter to `write-contents-functions'.
10605
10606 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * compface.el (uncompface): Use binary rather than raw-text-unix.
10609
10610 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * compface.el (uncompface): Make sure the eol conversion doesn't take
10613         place when communicating with the external programs.
10614         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10615
10616 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10619
10620 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10621
10622         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10623         Make it more robust by parsing author and date independently.
10624
10625 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10628
10629 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10630
10631         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10632         first matching secret key.
10633         (mml2015-epg-encrypt): Ditto.
10634
10635         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10636         first matching secret key.
10637         (mml1991-epg-encrypt): Ditto.
10638
10639         * mml2015.el (mml2015-encrypt-to-self): New user option.
10640         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10641         mml2015-epg-encrypt-to-self is set.
10642
10643         * mml1991.el (mml1991-encrypt-to-self): New variable.
10644         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10645         mml1991-epg-encrypt-to-self is set.
10646
10647         * mml2015.el (mml2015-signers): New user option.
10648         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10649         (mml2015-epg-encrypt): Allow to select signing keys.
10650
10651         * mml1991.el (mml1991-signers): New variable.
10652         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10653         (mml1991-epg-encrypt): Allow to select signing keys.
10654
10655 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * nnheader.el (nnheader-insert-head): Make it work even if the file
10658         uses CRLF for the line-break code.
10659
10660 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10661
10662         * mml2015.el: Require mml-sec instead of password.
10663         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10664         (mml2015-cache-passphrase): Inherit the default value from
10665         mml-secure-cache-passphrase.
10666         (mml2015-passphrase-cache-expiry): Inherit the default value from
10667         mml-secure-passphrase-cache-expiry.
10668
10669         * mml1991.el: Require mml-sec instead of password.
10670         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10671         (mml1991-cache-passphrase): Inherit the default value from
10672         mml-secure-cache-passphrase.
10673         (mml1991-passphrase-cache-expiry): Inherit the default value from
10674         mml-secure-passphrase-cache-expiry.
10675
10676         * mml-sec.el: Require password.
10677         (mml-secure-verbose): New user option.
10678         (mml-secure-cache-passphrase): New user option.
10679         (mml-secure-passphrase-cache-expiry): New user option.
10680
10681 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10682
10683         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10684         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10685         andreas@altroot.de (Andreas Vögele).
10686
10687         FIXME: Use `tiny change'?
10688
10689 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10690
10691         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10692         workaround for the url package included with Emacs.
10693
10694         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10695
10696 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10699         correctly.  This fixes a bug caused by the 2006-05-12 change.
10700
10701 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10702
10703         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10704         some information about the error when saying that the `bogus' mail
10705         group will be used.
10706
10707 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10710         string.
10711
10712 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10713
10714         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10715
10716 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10717
10718         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10719
10720 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10721
10722         * mml1991.el (mml1991-function-alist): Add epg.
10723         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10724         (mml1991-epg-encrypt): New functions.
10725
10726 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10727
10728         * mml2015.el (mml2015-verbose): New variable.
10729         (mml2015-cache-passphrase): Ditto.
10730         (mml2015-passphrase-cache-expiry): Ditto.
10731         (mml2015-function-alist): Add epg.
10732         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10733         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10734         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10735         New functions.
10736
10737 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10738
10739         * message.el (message-cite-original-1): Preserve region when removing
10740         quoted text due to X-No-Archive in order to avoid bogus attribution
10741         when citing multiple messages.
10742
10743 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10744
10745         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10746         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10747
10748 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-diary.el (gnus-user-format-function-d)
10751         (gnus-user-format-function-D): Autoload.
10752
10753         * imap.el (Commentary): Fix typo.
10754
10755         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10756         2006-04-22 contribution.
10757
10758 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10759
10760         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10761         It didn't really fix the bogosity I'm seeing with solid web groups.
10762
10763 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10764
10765         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10766         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10767         created using server names.  If we use the feature without declaring
10768         it, Gnus does not properly manage server and group state.
10769
10770         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10771         bound.
10772
10773 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10774
10775         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10776         looking up the method using GROUP's prefix before inventing a new one.
10777         It is used on killed/unknown groups in various places where returning
10778         an all-new method isn't expected by the caller.
10779
10780         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10781         and match semantics of gnus-group-real-prefix.
10782
10783 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * nnmail.el (nnmail-broken-references-mailers): New variable.
10786         (nnmail-ignore-broken-references): New function generalizing
10787         nnmail-fix-eudora-headers.
10788         (nnmail-fix-eudora-headers): Now obsolete.
10789
10790         * gnus-art.el (gnus-button-handle-custom):
10791         Support `customize-apropos*'.
10792
10793 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794
10795         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10796
10797         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10798         articles.
10799
10800 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * message.el (message-cite-reply-above): New variable.
10803         (message-yank-original): Use it.
10804
10805 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10808
10809 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10812         as read.
10813
10814         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10815
10816 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10819         (gnus-bookmark-default-file): Use gnus-directory.
10820         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10821         Remove "*" in doc string.
10822         (gnus-bookmark-write-file): Simplify.
10823         (gnus-bookmark-maybe-sort-alist): Use `when'.
10824         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10825         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10826         Add FIXME about Emacs 21 and XEmacs compatibility.
10827         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10828         compatibility.
10829         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10830         compatibility.
10831         (gnus-bookmark-menu-heading): Fix version.
10832
10833 2006-06-19  Bastien Guerry  <bzg@altern.org>
10834
10835         * gnus-bookmark.el: New file.
10836
10837 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * message.el (message-syntax-checks): Doc fix.
10840
10841 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10842
10843         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10844         unsubscribed groups as if they were killed ones.  It causes duplicate
10845         entries in gnus-newsrc-alist.
10846
10847 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * message.el (message-syntax-checks): Doc fix.
10850         (message-send-mail): Add check for continuation headers.
10851         (message-check-news-header-syntax): Fix regexp used to check for
10852         continuation headers.
10853
10854 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10857
10858 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10861
10862 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10865         default-truncate-lines.
10866
10867 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10870         to fill the utf-8 entry.
10871
10872         * lpath.el: Fbind unicode-precedence-list.
10873
10874 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10875
10876         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10877
10878 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10879
10880         * gnus-agent.el (directory-files-and-attributes): Move all the way
10881         forward (the third and final move).
10882         (gnus-agent-read-agentview): Trap reconstruction errors due to
10883         nonexistent directory.  Handle by returning nil.
10884
10885 2006-05-30  Didier Verna  <didier@xemacs.org>
10886
10887         * message.el (message-dont-reply-to-names): Update the custom type.
10888         * message.el (message-dont-reply-to-names): New defsubst: potentially
10889         convert a list of regexps into a single one.
10890         * message.el (message-get-reply-headers): Use it.
10891         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10892
10893 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-agent.el (directory-files-and-attributes): Move forward.
10896
10897 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * gnus-ml.el (gnus-mailing-list-subscribe)
10900         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10901         (gnus-mailing-list-message): Fix doc strings.
10902
10903 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10904
10905         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10906         of doing it manually.
10907
10908 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10911         comment.
10912
10913 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10914
10915         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10916         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10917         (gnus-agent-read-local): All symbols allocated in my-obarray.
10918         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10919         (gnus-agent-regenerate-group): Check numeric names to see if they are
10920         messages or groups.
10921         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10922         better way of do this...)
10923
10924         * gnus-cache.el (gnus-agent-total-fetched-for):
10925         Ignore 'dummy.group' (there should be a better way of do this...)
10926
10927 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10930         (gnus-saved-headers): Ditto.
10931         (gnus-default-article-saver): Mention functions may have properties.
10932         (gnus-article-save): Override gnus-save-all-headers and
10933         gnus-saved-headers by :headers property which saver function may have.
10934         (gnus-summary-save-in-file): Add :headers property.
10935         (gnus-summary-write-to-file): Ditto.
10936
10937         * gnus-sum.el (gnus-summary-save-article): Bind
10938         gnus-prompt-before-saving to t when saving many articles in a file;
10939         always show all headers.
10940
10941         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10942
10943 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10946         marks.
10947
10948         * message.el (message-indent-citation): Add optional arguments to allow
10949         using it outside of message buffers.
10950
10951         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10952         (gnus-article-treat-unfold-headers): Use it.
10953         (gnus-article-truncate-lines): New variable.
10954         (gnus-article-mode): Use it.
10955         (gnus-article-toggle-truncate-lines): New function.
10956
10957         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10958         Add gnus-article-toggle-truncate-lines.
10959
10960         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10961         coding system in XEmacs, use binary.
10962
10963 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10966         after-load-alist.
10967
10968         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10969         this function should save decoded articles.
10970         (gnus-summary-write-to-file): Use property to specify this function
10971         should save decoded articles and specify gnus-summary-save-in-file
10972         should be used to save articles other than the first one when saving
10973         many articles.
10974         (gnus-summary-save-body-in-file): Use property to specify this
10975         function should save decoded articles.
10976         (gnus-summary-write-body-to-file): Use property to specify this
10977         function should save decoded articles and specify
10978         gnus-summary-save-body-in-file should be used to save articles other
10979         than the first one when saving many articles.
10980
10981         * gnus-sum.el (gnus-summary-save-article): Simplify.
10982
10983 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-art.el (gnus-default-article-saver):
10986         Add gnus-summary-write-body-to-file.
10987         (gnus-article-save-coding-system): Don't use coding system object
10988         in XEmacs.
10989         (gnus-read-save-file-name): Add optional `dir-var' argument which
10990         specifies directory in which files are saved; work even if optional
10991         `variable' argument is not specified.
10992         (gnus-summary-write-to-file): Read file name.
10993         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10994         (gnus-summary-write-body-to-file): New function.
10995
10996         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10997         (gnus-summary-local-variables): Add it.
10998         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10999         (gnus-summary-save-article): Remove optional `decode' argument;
11000         determine whether to decode articles by the value of
11001         gnus-default-article-saver; when saving many files using
11002         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11003         it first and use gnus-summary-save-in-file or
11004         gnus-summary-save-body-in-file thereafter unless
11005         gnus-prompt-before-saving is always; move point to article which
11006         will be saved.
11007         (gnus-summary-save-article-file): Revert.
11008         (gnus-summary-write-article-file): Revert.
11009         (gnus-summary-save-article-body-file): Revert.
11010         (gnus-summary-write-article-body-file): New function.
11011
11012 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-art.el (gnus-default-article-saver): Doc fix.
11015         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11016         from gnus-summary-save-article-coding-system, and default to a
11017         certain coding system.
11018         (gnus-output-to-file): Add coding cookie and encode text according
11019         to gnus-article-save-coding-system; don't use mm-append-to-file.
11020
11021         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11022         gnus-art.el and rename to gnus-article-save-coding-system.
11023         (gnus-summary-save-article): Require gnus-art; don't show all
11024         headers if it decodes articles; don't add coding cookie here;
11025         don't bind mm-text-coding-system-for-write.
11026         (gnus-summary-save-article-file): Save decoded articles.
11027         (gnus-summary-write-article-file): When saving many files, use
11028         gnus-summary-write-to-file first and gnus-summary-save-in-file
11029         thereafter unless gnus-prompt-before-saving is always.
11030         (gnus-summary-save-article-body-file): Save decoded articles.
11031
11032         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11033
11034 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * nnrss.el (nnrss-check-group): Bind hash-index.
11037
11038 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11039
11040         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11041         its hash index.  Store this hash in `nnrss-group-data'.
11042         (nnrss-read-group-data): Update accordingly.
11043
11044 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11047         entry.
11048
11049         * gnus-sum.el (gnus-summary-make-menu-bar):
11050         Add gnus-article-browse-html-article.
11051
11052 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11053
11054         * gnus-sum.el (gnus-summary-mime-map):
11055         Add gnus-article-browse-html-article.
11056
11057         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11058
11059 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11062         suitable coding systems in customize.
11063
11064 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mail-source.el (mail-sources): Fix custom type.
11067
11068 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11071         (gnus-summary-expire-articles-now): Shorten prompt.
11072
11073         * gmm-utils.el (wid-edit): Require.
11074         (defun-gmm): Rename from `gmm-defun-compat'.
11075         (gmm-image-search-load-path): Use it.
11076         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11077
11078 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-sum.el (gnus-summary-save-article-coding-system):
11081         New variable.
11082         (gnus-summary-save-article): Add optional `decode' argument.
11083         If it is set and gnus-summary-save-article-coding-system is non-nil,
11084         save decoded article.
11085         (gnus-summary-write-article-file): Save decoded article if
11086         gnus-summary-save-article-coding-system is non-nil.
11087
11088         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11089         type.
11090
11091 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11094
11095 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11098         first to test gnus-single-article-buffer which may be buffer-local.
11099
11100         * gnus-sum.el (gnus-summary-setup-buffer):
11101         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11102         group; make gnus-article-buffer, gnus-article-current, and
11103         gnus-original-article-buffer always buffer-local.
11104         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11105         group.
11106         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11107
11108 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * nnml.el (nnml-request-compact-group): Compressed files might not
11111         have .gz extension.
11112
11113 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11114
11115         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11116         (mm-copy-to-buffer): Use with-current-buffer.
11117         (mm-display-part): Simplify.
11118         (mm-inlinable-p): Add optional arg `type'.
11119
11120 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11121
11122         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11123         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11124         Try harder to show the attachment internally or externally using
11125         gnus-mime-view-part-as-type.
11126
11127 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * message.el (message-from-style, message-signature-separator)
11130         (message-user-organization-file, message-send-mail-function)
11131         (message-citation-line-function, message-yank-prefix)
11132         (message-indent-citation-function, message-signature)
11133         (message-signature-file, message-signature-insert-empty-line):
11134         Remove autoloads.
11135
11136         * gnus-art.el (gnus-buttonized-mime-types):
11137         Remove "multipart/signed".  Revert 2006-04-26 change.
11138
11139 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * gnus.el (gnus-version-number): Bump version.
11142
11143 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11144
11145         * gnus.el: No Gnus v0.5 is released.
11146
11147 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11148
11149         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11150         fetching articles by message-id.
11151
11152 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153
11154         * message.el (hashcash): Require hashcash as normal.
11155
11156         * ecomplete.el (ecomplete-highlight-match-line):
11157         Use point-at-eol.
11158         (ecomplete-highlight-match-line): Use `highlight', because that
11159         face exists in both Emacs and XEmacs.
11160
11161         * message.el (message-display-abbrev): Use point-at-bol.
11162
11163         * mail-source.el: Don't require timer/timer-funcs.
11164
11165         * gnus-async.el: Ditto.
11166
11167         * password.el: Ditto.
11168
11169         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11170
11171         * mm-url.el: Ditto.
11172
11173         * gnus-xmas.el: Don't require timer-funcs.
11174
11175         * mm-util.el: Require timer/timer-funcs.
11176
11177 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11178
11179         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11180         Close.
11181
11182 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11185         unibyte after clear-decrypt function runs.
11186
11187         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11188         returns as a unibyte string.
11189
11190 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * lpath.el: Revert.
11193
11194         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11195         (pgg-gpg-process-sentinel): Revert.
11196
11197         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11198         (pgg-pgp-lookup-key): Revert.
11199
11200         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11201         (pgg-pgp5-lookup-key): Revert.
11202
11203         * pgg.el (pgg-fetch-key): Revert.
11204
11205 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * lpath.el: Fbind string-as-multibyte for XEmacs.
11208
11209         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11210         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11211         (mml1991-pgg-encrypt): Ditto.
11212
11213         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11214         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11215         a multibyte buffer.
11216
11217         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11218         (pgg-pgp-lookup-key): Ditto.
11219
11220         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11221         (pgg-pgp5-lookup-key): Ditto.
11222
11223         * pgg.el (pgg-fetch-key): Ditto.
11224
11225 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * message.el (message-user-organization-file): Check several
11228         locations of the organization file.
11229
11230         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11231         Add gnus-article-view-part-as-type.
11232
11233         * gnus-art.el (gnus-article-view-part-as-type): New function.
11234
11235         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11236         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11237
11238         * mml.el: Simplify autoload.
11239         (mml-mode): defvar dnd-protocol-alist instead of using
11240         symbol-value.
11241         (mml-default-directory): New variable.
11242         (mml-minibuffer-read-file): Use it.
11243         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11244
11245         * message.el (message-citation-line-format): New variable.
11246         (message-insert-formated-citation-line): New function.
11247         (message-citation-line-function):
11248         Add `message-insert-formated-citation-line' to custom type.
11249
11250         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11251         to doc string.
11252
11253         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11254         depending on mm-verify-option.
11255
11256 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11259         binding pgg-* variables; reimplement the section which prevents
11260         MIME header from being signed.
11261         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11262         pgg-text-mode; remove a blank line at the top of body.
11263
11264         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11265         lines at the top of body; use gnus-newsgroup-charset if there's no
11266         Charset header.
11267
11268 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * message.el (message-self-insert-commands): Doc fix.
11271
11272         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11273         (mm-uu-pgp-encrypted-test): Ditto.
11274         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11275         between header and body; return application/pgp-encrypted handle
11276         if decryption failed; decode decrypted body by charset.
11277
11278         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11279         element match to application/pgp-*.
11280
11281 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11282
11283         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11284         HTML.
11285
11286 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * mail-source.el (mail-source-call-script): Message the error
11289         string.
11290
11291 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * gnus-util.el (gnus-byte-compile): Use it.
11294
11295 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11296
11297         * gnus-util.el (kill-empty-logs): New function.
11298
11299 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * message.el (message-mail-alias-type): Doc fix.
11302         (message-mail-alias-type-p): New function.
11303         (message-send): Use it.
11304         (message-mode): Ditto.
11305         (message-strip-forbidden-properties): Ditto.
11306
11307         * ecomplete.el (ecomplete-database-file-coding-system):
11308         New variable.
11309         (ecomplete-save): Use it.
11310         (ecomplete-setup): Use it.
11311
11312 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * message.el (message-self-insert-commands): New variable.
11315         (message-strip-forbidden-properties): Use it.
11316
11317 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11318
11319         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11320         that doesn't make XEmacs choke.
11321
11322 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-util.el (gnus-replace-in-string):
11325         Prefer replace-regexp-in-string over of replace-in-string.
11326
11327 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-util.el (gnus-select-frame-set-input-focus):
11330         Use select-frame-set-input-focus if it is available in XEmacs; use
11331         definition defined in Emacs 22 for old Emacsen.
11332
11333         * dgnushack.el: Autoload unmorse-region for XEmacs.
11334
11335         * lpath.el: Bind cursor-in-non-selected-windows and
11336         select-frame-set-input-focus for XEmacs.
11337
11338 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11341
11342 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * gnus-registry.el (gnus-registry-cache-save): Remove text
11345         properties when saving via the temp buffer.
11346
11347 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * message.el (message-generate-hashcash): Honor custom type.
11350
11351 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352
11353         * message.el (message-generate-hashcash): Default to non-nil when
11354         hashcash is found.
11355
11356         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11357         (gnus-refer-thread-limit): Increase default to 500.
11358
11359         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11360
11361         * flow-fill.el (fill-flowed): Allow delete-space.
11362
11363 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11366         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11367         Remove autoloads.
11368
11369 2006-04-18  Simon Josefsson  <jas@extundo.com>
11370
11371         * message.el (message-generate-hashcash): Default to.
11372
11373 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11376         concatenating segments rather than before concatenating them.
11377
11378 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11381
11382 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11385
11386         * message.el (message-forward-make-body-plain):
11387         Allow message-forward-ignored-headers to be a list.
11388         (message-remove-ignored-headers): Factor out into function.
11389         (message-forward-make-body-mml): Use it.
11390
11391         * imap.el (imap-quote-specials): New function.
11392         (imap-login-auth): Quote specials.
11393
11394         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11395         (rfc2231-parse-string): Allow concatanation of parameters that
11396         aren't contiguous.  The test case is
11397           (mail-header-parse-content-type "message/external-body;
11398             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11399             access-type=LOCAL-FILE;
11400             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11401
11402 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11403
11404         * nntp.el (nntp-accept-process-output): Return the value of
11405         `nnheader-accept-process-output'.
11406
11407 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11410         (gnus-button-alist): Recognize more diff formats.
11411         (gnus-button-patch): Strip directory.
11412
11413 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11416         Emacs 22 when setting focus.
11417
11418 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-art.el (gnus-article-treat-types): Do treatment of
11421         text/x-verbatim parts.
11422         (gnus-button-patch): New command.
11423
11424         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11425         addresses that contain invalid characters.
11426
11427 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11428
11429         * message.el (message-put-addresses-in-ecomplete):
11430         Use gnus-replace-in-string.
11431         (message-is-yours-p): Use the more correct
11432         mail-header-parse-address instead of
11433         mail-extract-address-components.
11434         (message-put-addresses-in-ecomplete): Fix typo.
11435
11436         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11437         keystroke.
11438
11439         * gnus-art.el (gnus-treatment-function-alist): Change order of
11440         newsgroups/generic header folding to avoid double-folding.
11441
11442         * message.el (message-hidden-headers): Add X-Draft-From.
11443
11444         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11445         New command.
11446         (gnus-summary-repeat-search-article-backward): New command.
11447
11448         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11449         groups in the parent topic.
11450
11451 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11452
11453         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11454         (spam-extra-header-to-number): Return the CRM114 number as a
11455         number instead of a string.
11456
11457 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * gnus-art.el (gnus-face-properties-alist): Move here from
11460         gnus-fun.
11461
11462         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11463
11464 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11465
11466         * message.el (message-strip-forbidden-properties): Only display on
11467         self-insert-command.
11468
11469         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11470         reindent.
11471         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11472
11473 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11474
11475         * smiley.el (smiley-style): Fix typo.
11476
11477 2006-03-23  Kenichi Handa  <handa@m17n.org>
11478
11479         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11480         instead of set-buffer-multibyte.
11481
11482 2006-03-23  Kenichi Handa  <handa@m17n.org>
11483
11484         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11485         buffer and then decode the buffer text if necessary.
11486         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11487         first, and after mm-encode-body, change the buffer to unibyte.
11488
11489 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * hashcash.el (hashcash-insert-payment-async-2):
11492         Use message-goto-eoh instead of doing it manually.
11493         (mail-add-payment): Use message-narrow-to-header instead of trying
11494         to do the same itself.
11495
11496         * message.el (message-hidden-headers): Add Face.
11497
11498         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11499         reparenting code.
11500         (gnus-summary-reparent-children): Refactored out code.
11501         (gnus-summary-thread-map): New keystroke.
11502         (gnus-summary-reparent-children): Make into command.
11503
11504         * smiley.el (smiley-style): Default to `medium' if using a large
11505         font.
11506
11507         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11508         does it itself.
11509
11510         * message.el (message-point-in-header-p): Simplify definition.
11511
11512 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * nnagent.el (nnagent-request-set-mark): Silence log file
11515         writing.
11516         (nnagent-request-set-mark): Use write-region instead of
11517         append-to-file.
11518
11519         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11520         strange select method.
11521
11522         * ecomplete.el (ecomplete-display-matches): Get highlightling
11523         right.
11524         (ecomplete-display-matches): Use literals.
11525         (ecomplete-display-matches): Disable message logging.
11526
11527         * message.el (message-display-abbrev): Small optimization.
11528
11529         * ecomplete.el (ecomplete-display-matches): Allow automatic
11530         display.
11531
11532         * message.el (message-strip-forbidden-properties):
11533         Display abbrevs.
11534         (message-display-abbrev): Get automatic display right.
11535
11536         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11537         keystrokes.
11538
11539 2006-04-13  Romain Francoise  <romain@orebokech.com>
11540
11541         TODO: Backport to v5-10!
11542
11543         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11544         Move here (and rename) from gnus-registry.el.
11545
11546         * gnus-registry.el: Require gnus-util.
11547         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11548
11549 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550
11551         * gnus-group.el (gnus-group-catchup-current):
11552         Change if-then-else-if-then-else into cond.
11553         (gnus-group-catchup): Indent.
11554         (group-name-at-point): New function.
11555         (gnus-fetch-group): Provide default from thing at point.
11556
11557 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * message.el (message-display-abbrev): Fix regexp.
11560
11561         * ecomplete.el (ecomplete-highlight-match-line):
11562         Reimplement choosing.
11563         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11564         dead variables.
11565
11566         * message.el (message-newline-and-indent): Remove debugging.
11567         (message-display-abbrev): Use new implementation.
11568
11569 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gnus-art.el (gnus-article-mode):
11572         Set cursor-in-non-selected-windows to nil.
11573
11574         * smiley.el: Revert previous change.
11575         (smiley-data-directory): defvar it before using it in the
11576         defcustom of `smiley-style'.
11577
11578 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * message.el (message-newline-and-indent): New function.
11581
11582         * ecomplete.el: Implement more bits.
11583
11584         * message.el (message-put-addresses-in-ecomplete): Clean up the
11585         string.
11586
11587         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11588
11589         * gnus-sum.el (gnus-summary-save-parts):
11590         Bind gnus-summary-save-parts-counter and use it to make unique file
11591         names.
11592
11593         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11594
11595         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11596         parameter to say whether to actually parse the individual
11597         addresses.
11598
11599         * message.el (message-put-addresses-in-ecomplete): New function.
11600         (ecomplete): Require.
11601         (message-mail-alias-type): Add ecomplete as an option.
11602
11603 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11604
11605         * flow-fill.el (fill-flowed): Remove trailing space from blank
11606         quoted lines.
11607
11608 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * smiley.el (smiley-style): Move definition later to avoid a
11611         compilation warning.
11612
11613 2006-04-12  Kenichi Handa  <handa@m17n.org>
11614
11615         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11616         buffer and then decode the buffer text if necessary.
11617         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11618         first, and after mm-encode-body, change the buffer to unibyte.
11619         Use mm-disable-multibyte instead of set-buffer-multibyte.
11620
11621 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11624         Content-Type header instead of Content-Disposition header.
11625         (gnus-mime-inline-part): Ditto.
11626         (gnus-mime-view-part-as-charset): Ignore charset that the part
11627         specifies.
11628
11629         * mm-decode.el (mm-display-part): Work with external parts and
11630         usual parts similarly.
11631
11632         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11633         instead of gnus-display-mime.
11634
11635         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11636         instead of with-temp-buffer.
11637
11638         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11639         tag to summarized topics part in order to encode non-ASCII text.
11640
11641 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * smiley.el (smiley-style): New variable.
11644         (smiley-directory): New function.
11645         (smiley-data-directory): Derive from `smiley-style' using
11646         `smiley-directory'.
11647         (smiley-regexp-alist): Add new entries.
11648
11649         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11650         (gnus-article-browse-delete-temp): Add :version.
11651
11652 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11653
11654         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11655         the sieve region.
11656
11657 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * gnus.el (gnus-version-number): Bump version.
11660
11661 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus.el: No Gnus v0.4 is released.
11664
11665 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11668         layout.
11669
11670         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11671         unknown charset.
11672
11673         * message.el (message-header-synonyms): Add Original-To to the
11674         default.
11675
11676         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11677         optional parameter.
11678
11679 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gnus-fun.el (gnus): Require it for gnus-directory.
11682
11683 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11686
11687 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11688
11689         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11690
11691 2006-04-05  Simon Josefsson  <jas@extundo.com>
11692
11693         * password.el (password-reset): New function.
11694
11695 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11696
11697         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11698         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11699
11700 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11701
11702         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11703         Some whitespace was matched into the url, which broke browsing hits
11704         > 100 when mm-url-use-external was nil.
11705
11706 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11709         Check gnus-extra-headers for 'Newsgroups.
11710
11711         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11712         bound.
11713
11714 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11715
11716         * pgg-gpg.el: Clean up process buffers every time gpg processes
11717         complete.
11718
11719 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11722         doc string.
11723
11724 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11725
11726         * pgg-gpg.el (pgg-gpg-process-filter)
11727         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11728
11729         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11730         lines, temporary fix.
11731
11732 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11735
11736 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11737
11738         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11739         default-enable-multibyte-characters.  This reverts the change from
11740         revision 6.17 which is no longer necessary because the passphrase
11741         is sent separately now.  GnuPG messages are unreadable under
11742         multibyte locales with default-enable-multibyte-characters set to
11743         nil.
11744
11745 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * message.el (message-tool-bar-gnome): Move "spell".
11748
11749 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11752         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11753         instead.
11754
11755 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11756
11757         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11758         Improve newsgroups handling for NNTP overviews which don't include
11759         Newsgroups.
11760
11761 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11762
11763         * message.el (message-resend): Bind message-generate-hashcash to nil.
11764
11765 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11766
11767         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11768         when searching for already-paid recipients.
11769
11770 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11771
11772         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11773         passphrases when it is not needed.
11774         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11775         passphrase stuff from gpg, should only be necessary when you use
11776         gpg with a smartcard.
11777
11778 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * mml.el (mml-insert-mime): Ignore cached contents of
11781         message/external-body part.
11782
11783         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11784         (mm-insert-part): Ditto.
11785
11786 2006-03-23  Simon Josefsson  <jas@extundo.com>
11787
11788         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11789         Reiner.
11790         (pgg-gpg-use-agent-p): Use it again.
11791
11792 2006-03-23  Simon Josefsson  <jas@extundo.com>
11793
11794         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11795         older emacsen.
11796         (pgg-gpg-use-agent-p): Don't use it.
11797
11798 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11801         if we can.
11802
11803 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11804
11805         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11806         (pgg-gpg-update-agent): New function.
11807         (pgg-gpg-use-agent-p): New function.
11808         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11809         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11810         (pgg-gpg-sign-region): Use it.
11811
11812 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11815         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11816
11817 2006-03-21  Simon Josefsson  <jas@extundo.com>
11818
11819         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11820         <wilde@sha-bang.de>.
11821         (pgg-gpg-use-agent): New variable.
11822         (pgg-gpg-process-region): Use it.
11823         (pgg-gpg-encrypt-region): Likewise.
11824         (pgg-gpg-encrypt-symmetric-region): Likewise.
11825         (pgg-gpg-decrypt-region): Likewise.
11826         (pgg-gpg-sign-region): Likewise.
11827         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11828
11829 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11832
11833         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11834         Add comment on version.
11835
11836 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * smiley.el: Add missing test smiley.
11839
11840 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * mm-decode.el (mm-with-part): New macro.
11843         (mm-get-part): Use it; work with message/external-body as well.
11844         (mm-save-part): Treat name and filename equally.
11845
11846         * mm-extern.el (mm-extern-cache-contents): New function.
11847         (mm-inline-external-body): Use it; force the part to be displayed;
11848         move undisplayer added to the cached handle to the parent.
11849
11850         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11851         (gnus-mime-view-part-as-type): Work with message/external-body.
11852
11853         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11854
11855 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11858         images in image-load-path.  [Sync with image.el, revision 1.60, in
11859         Emacs.]
11860
11861 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11864         path rather than symbol.  Always return list of directories.
11865         Guarantee that image directory comes first.  [Sync with image.el,
11866         revision 1.59, in Emacs.]
11867
11868         * message.el (message-make-tool-bar): Adjust to new API of
11869         `gmm-image-load-path-for-library'.
11870
11871         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11872
11873         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11874
11875 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11876
11877         * gnus-art.el (gnus-article-only-boring-p):
11878         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11879         intangible text.
11880         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11881
11882 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11885         Use `defun' instead of `gmm-defun-compat'.
11886
11887 2006-03-14  Simon Josefsson  <jas@extundo.com>
11888
11889         * message.el (message-unique-id): Don't use message-number-base36
11890         if (user-uid) is a float.
11891         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11892
11893 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11896
11897         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11898         empty line between a part and a message part.
11899
11900 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * smiley.el: Add more test smileys.
11903         (smiley-data-directory, smiley-regexp-alist)
11904         (gnus-smiley-file-types): Fix doc strings.
11905         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11906         adding new elements.
11907         (smiley-mouse-map): Unused code.  Make it a comment.
11908
11909 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11912         scan latest NoCeM messages instead of old ones.
11913         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11914         delimiters that are recently used.
11915         (gnus-nocem-load-cache): Add autoload cookie.
11916
11917         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11918
11919         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11920         level which is larger than gnus-use-nocem is specified.
11921
11922         * gnus-group.el (gnus-group-get-new-news): Ditto.
11923
11924 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-util.el (gnus-tool-bar-update): New function.
11927
11928         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11929         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11930
11931         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11932
11933         * gnus-group.el (gnus-group-redraw-when-idle)
11934         (gnus-group-redraw-check): Remove.
11935         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11936
11937 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11940         if optional last element is specified in splits (FIELD VALUE...).
11941
11942 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11945         to gmm-image-load-path-for-library.  Call with no-error argument.
11946         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11947
11948         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11949
11950         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11951
11952         * gmm-utils.el (gmm-image-load-path): Remove alias.
11953
11954 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * gmm-utils.el (gmm-image-load-path): Add alias.
11957
11958         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11959         nnml-generate-nov-databases-1.
11960         (nnml-generate-nov-databases): Use it.
11961         (nnml-generate-nov-databases-directory): Document no-active
11962         argument.
11963
11964         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11965         directory if path is t.  Add no-error.
11966
11967         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11968         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11969
11970         * gnus-art.el (gnus-article-browse-delete-temp-files):
11971         Simplify resetting gnus-article-browse-html-temp-list.
11972
11973         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11974         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11975         Add example to docstring.  Rename local variables.  Move error
11976         checks to default case in cond and simplify.
11977
11978 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11981         handle is multipart when calling it recursively.
11982         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11983
11984 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11985
11986         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11987         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11988
11989 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11992         is loaded.
11993
11994         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11995         loaded.
11996
11997 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12000         to "Emacs 23 (unicode)" in doc string.
12001
12002         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12003         "Emacs 23 (unicode)" in comment.
12004
12005 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12008
12009         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12010         characters 160 through 255 in Emacs 23.
12011
12012 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12015         gnus-article-browse-html-temp.
12016         (gnus-article-browse-delete-temp): Make it customizable.
12017         Add `file'.  Adjust doc string.
12018         (gnus-article-browse-delete-temp-files): Add argument.
12019         Allow query for each file.  Adjust doc string.
12020         (gnus-article-browse-html-parts):
12021         Add `gnus-article-browse-delete-temp-files' to
12022         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12023
12024 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12025
12026         * gnus-art.el (gnus-article-browse-html-temp)
12027         (gnus-article-browse-delete-temp): New variables.
12028         (gnus-article-browse-delete-temp-files): New function.
12029         (gnus-article-browse-html-parts): Use it.
12030
12031 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12034
12035         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12036         string.
12037
12038         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12039         gnus-summary-insert-new-articles when unplugged.
12040         Remove gnus-summary-search-article-forward.
12041
12042         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12043         display-visual-class instead of display-color-cells.
12044
12045 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * dgnushack.el: Autoload customize-group for XEmacs.
12048
12049         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12050         message/* containing non-ASCII text properly.
12051
12052 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * message.el: Require gmm-utils, remove autoloads.
12055         (message-tool-bar): Set default based on
12056         gmm-tool-bar-style.
12057         (message-tool-bar-gnome): Add gmm-customize-mode.
12058
12059         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12060         gmm-tool-bar-style.
12061         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12062
12063         * gnus-group.el (gnus-group-tool-bar): Set default based on
12064         gmm-tool-bar-style.
12065         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12066
12067         * gmm-utils.el (gmm-image-directory): Rename variable from
12068         gmm-image-load-path.
12069         (gmm-image-load-path): Use gmm-image-directory.
12070         (gmm-customize-mode): New function.
12071         (gmm-tool-bar-style): New variable.
12072
12073         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12074         gnus-group-redraw-line-number.
12075         (gnus-group-redraw-check): Simplify.
12076         (gnus-group-tool-bar-update): Remove redraw check.
12077         (gnus-group-make-tool-bar): Add redraw check.
12078
12079 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12080
12081         * gnus-art.el (gnus-button): Add missing parentheses.
12082
12083 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * lpath.el: Fbind line-number-at-pos.
12086
12087 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12090
12091 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gnus-art.el (gnus-button): New face.
12094         (gnus-article-button-face): Use it.
12095
12096         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12097         Add gnus-summary-next-page.  Re-order.
12098
12099         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12100         next-node are now included.
12101         (gnus-group-redraw-line-number): New internal variable.
12102         (gnus-group-redraw-check): Helper function for updating the tool
12103         bar.
12104         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12105
12106         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12107
12108         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12109         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12110         Use it to match format of Spamassassin 3.0 and later.
12111         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12112         (spam-check-bogofilter)
12113         (spam-bogofilter-register-with-bogofilter): Fix args of
12114         `gnus-error' calls.
12115
12116 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12119         unnecessary interaction when sending queued mails.
12120         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12121
12122 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12125         first or last are nil.
12126
12127 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12128
12129         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12130
12131 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132
12133         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12134
12135 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * dns.el (query-dns): Protect more against buggy tcp output.
12138
12139 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12142         nov.php.
12143
12144 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12145
12146         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12147         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12148         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12149         output on the server side.
12150         (nnweb-google-create-mapping): Update regexps and add some
12151         progress indication.
12152
12153 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * gnus-group.el (gnus-group-tool-bar-gnome):
12156         Fix gnus-agent-toggle-plugged.  Re-order icons.
12157         (gnus-group-tool-bar-gnome):
12158         Add gnus-group-{prev,next}-unread-group.
12159         (gnus-group-tool-bar-gnome): Re-order icons.
12160
12161         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12162         Move gnus-summary-insert-new-articles.
12163
12164         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12165         Fix comments.
12166
12167         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12168         also available in Emacs 21.3.
12169
12170         * message.el (message-fix-before-sending): Change "Emacs 22" to
12171         "Emacs 23 (unicode)" in comment.
12172
12173         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12174         "Emacs 23 (unicode)" in comment.
12175
12176         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12177         comment.
12178         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12179
12180         * mm-view.el (mm-fill-flowed): Add :version.
12181
12182 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12185         and load-path.
12186
12187 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * message.el: Autoload gmm-image-load-path.
12190         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12191         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12192         consitency.
12193
12194         * gmm-utils.el (gmm-image-load-path): Also search in
12195         "../etc/images".  Don't set gmm-image-load-path if we don't find
12196         the image.
12197
12198 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gmm-utils.el (gmm-image-load-path): Don't make
12201         `gmm-image-load-path' include subdirectories which the second arg
12202         `image' might specify.
12203
12204         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12205         subdirectory to icon file names.
12206
12207         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12208
12209 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12212         gmm-image-load-path calls.
12213
12214         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12215
12216         * message.el (message-make-tool-bar): Ditto.
12217
12218         * mml.el (mml-preview): Add comment concerning tool bar icons.
12219
12220         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12221         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12222
12223         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12224         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12225
12226         * message.el (message-tool-bar-gnome): Use new icon names.
12227         (message-make-tool-bar): Use `gmm-image-load-path'.
12228
12229         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12230         New functions from MH-E.
12231         (gmm-image-load-path): New variable from MH-E.
12232         (gmm-image-load-path): New function from MH-E.  Add arguments
12233         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12234         *-image-load-path-called-flag.
12235
12236 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12237
12238         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12239
12240 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12241
12242         * nnimap.el (nnimap-request-move-article): Change folder back to
12243         source group before deleting.
12244
12245 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12248
12249         * gnus-art.el (mm-url-insert-file-contents-external):
12250         Autoload mm-url.
12251
12252         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12253
12254 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12257         coding system which mm-charset-to-coding-system returns for a
12258         given charset is valid.
12259
12260 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12261
12262         * html2text.el (html2text-remove-tag-list):
12263         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12264
12265 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12266
12267         * gnus-cus.el: Revert 2005-10-17 change.
12268
12269 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-art.el (article-strip-banner):
12272         Call article-really-strip-banner only when the regexp match is made.
12273
12274 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-art.el (article-strip-banner):
12277         Use gnus-extract-address-components instead of
12278         mail-header-parse-addresses to make it work with non-ASCII text;
12279         remove mail-encode-encoded-word-string.
12280
12281         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12282         values which are surrounded with \"...\"; make it never cause a
12283         Lisp error; give up parsing of parameters if it failed in
12284         extracting type.
12285
12286 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12287
12288         * smime.el (smime-cert-by-ldap-1): Fix bug where
12289         `smime-ldap-search' returns results without userCertificates.
12290
12291 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12294
12295 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * spam.el (spam-check-spamassassin-headers): Adapt format for
12298         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12299         <ari@mbf.ocn.ne.jp>.
12300         (spam-list-of-processors): Add spam-use-gmane.
12301
12302 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12305         make-temp-file; make it work with XEmacs as well.
12306
12307         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12308         mm-make-temp-file.
12309
12310         * mm-decode.el (mm-display-external): Use the 3rd arg of
12311         mm-make-temp-file.
12312         (mm-create-image-xemacs): Ditto.
12313
12314 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12317         with message-narrow-to-headers.
12318         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12319         (gnus-draft-check-draft-articles): New function.
12320         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12321
12322 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-art.el (gnus-article-browse-html-parts):
12325         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12326         Don't use suffix argument for mm-make-temp-file for Emacs 21
12327         compatibility.  Remove useless `format'.
12328
12329 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12330
12331         * nnweb.el (nnweb-google-wash-article): Update regexps.
12332         (nnweb-group-alist): Use defvoo instead of defvar.
12333
12334 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12337         re-loading nn* modules.
12338
12339 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12342         for `tool-bar-mode' and don't check it's default-value.
12343
12344         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12345
12346         * message.el (message-make-tool-bar): Ditto.
12347
12348         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12349         `substring'.  Shorten tmp-file name.
12350
12351         * gnus.el: Remove bogus comment.
12352
12353 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12354
12355         * gnus-art.el (gnus-article-browse-html-parts): New function.
12356         (gnus-article-browse-html-article): New function for viewing html
12357         articles with a browser.
12358
12359 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12360
12361         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12362         in elisp.
12363         (pgg-gpg-encrypt-symmetric-region): Ditto.
12364         (pgg-gpg-sign-region): Ditto.
12365
12366         * pgg-def.el (pgg-text-mode): New variable.
12367
12368         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12369         (mml2015-pgg-encrypt): Ditto.
12370
12371         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12372         (mml1991-pgg-encrypt): Ditto.
12373
12374 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * nnfolder.el (nnfolder-insert-newsgroup-line):
12377         Use message-make-date instead of current-time-string.
12378
12379         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12380         to gnus-decoded which mm-uu might set.
12381
12382 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12385         don't decode quoted parameters; remove misimported Emacs code.
12386         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12387         (rfc2231-decode-encoded-string): Don't use split-string which
12388         behaves differently according to Emacs version; use
12389         mm-decode-coding-region to convert charset to coding-system.
12390         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12391         (rfc2231-encode-string): Remove misimported Emacs code.
12392
12393 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12396         when calling mail-header-parse-content-type.
12397         (article-de-quoted-unreadable): Ditto.
12398         (article-de-base64-unreadable): Ditto.
12399         (article-wash-html): Ditto.
12400
12401         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12402         calling mail-header-parse-content-type and
12403         mail-header-parse-content-disposition.
12404         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12405         mail-header-parse-content-type.
12406
12407         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12408         insert charset and format parameters; encode description after
12409         inserting it to buffer.
12410         (mml-insert-parameter): Fold lines properly even if a parameter is
12411         segmented into two or more lines; change the max column to 76.
12412
12413         * rfc1843.el (rfc1843-decode-article-body): Don't use
12414         ignore-errors when calling mail-header-parse-content-type.
12415
12416         * rfc2231.el (rfc2231-parse-string): Return at least type if
12417         possible; don't cause an error even if it fails in parsing of
12418         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12419         (rfc2231-encode-string): Don't break lines at the beginning, leave
12420         it to mml-insert-parameter.
12421
12422         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12423         calling mail-header-parse-content-type.
12424
12425 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * spam-report.el (spam-report-gmane-use-article-number):
12428         Improve doc string.
12429         (spam-report-gmane-internal): Check if a suitable header was found
12430         in the article.
12431
12432 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12435         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12436
12437 2006-02-05  Romain Francoise  <romain@orebokech.com>
12438
12439         Update copyright notices of all files in the gnus directory.
12440
12441 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12442
12443         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12444
12445 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12448         segmented lines of parameter value to cope with Thunderbird 1.5
12449         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12450         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12451         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12452
12453 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12454
12455         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12456         parts.
12457
12458 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12459
12460         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12461         there's only one active file for all servers.
12462         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12463         solid groups.  Gnus might have used a FAST request to select the group.
12464         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12465         and nnweb-search redundantly in the active file.
12466         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12467         (nnweb-request-create-group): Don't use ARGS.
12468         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12469         initialisations.  Let nnoo do the work.
12470
12471 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12474         Say the part has been decoded.
12475
12476         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12477
12478 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12479
12480         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12481         mailcap-viewer-test-cache when there's no 'test clause, since that
12482         will invert the meaning of a "nil" test previously determined by
12483         mailcap-mailcap-entry-passes-test.
12484
12485 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12488         compiling.
12489
12490         * gnus-sum.el: Ditto.
12491
12492         * message.el: Don't bind tool-bar-map when compiling.
12493
12494 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12497
12498 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12499
12500         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12501         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12502         current Google Groups.
12503
12504 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12507         and tool-bar-mode.
12508
12509         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12510         and tool-bar-mode.
12511
12512         * message.el (message-tool-bar-update): Simplify.
12513         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12514
12515         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12516         gnus-summary-buffer.
12517         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12518         gnus-summary-reply.
12519
12520         * gmm-utils.el (gmm): Add :version.
12521
12522 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * Makefile.in (clean): New rule.
12525         (distclean): Use it.
12526
12527 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12528
12529         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12530         Don't autoload.
12531
12532 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gmm-utils.el (gmm-verbose): Add :group.
12535
12536 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * message.el: Change some comments WRT tool-bars.
12539
12540         * gnus-sum.el (gnus-summary-tool-bar)
12541         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12542         (gnus-summary-tool-bar-zap-list): New variables.
12543         (gnus-summary-make-tool-bar): Complete rewrite using
12544         `gmm-tool-bar-from-list'.
12545
12546         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12547         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12548         New variables.
12549         (gnus-group-make-tool-bar): Complete rewrite using
12550         `gmm-tool-bar-from-list'.
12551         (gnus-group-tool-bar-update): New function.
12552
12553         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12554
12555 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12558         is dissected into a single part of which the type is the same as
12559         the given one; decode charset.
12560
12561 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12562
12563         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12564         into alists as symbol not string, since that's what
12565         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12566         look for.
12567
12568 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12571         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12572
12573         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12574
12575 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12578         (gnus-xmas-mime-security-button-menu): New function.
12579
12580         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12581         (gnus-mime-security-button-menu): New definition.
12582         (gnus-mime-security-button-map): Use them.
12583         (gnus-mime-security-button-menu): New function.
12584         (gnus-insert-mime-security-button): Addition to help echo.
12585         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12586         (gnus-mime-security-pipe-part): New functions.
12587
12588         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12589         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12590
12591         * mm-decode.el (mm-handle-set-disposition): Remove.
12592         (mm-handle-set-description): Remove.
12593
12594 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12597         (mm-w3m-standalone-supports-m17n-p): New function.
12598         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12599         w3m usage.
12600
12601         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12602         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12603
12604 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * message.el (message-tool-bar-zap-list):
12607         Use gmm-tool-bar-zap-list as custom type.
12608         (message-tool-bar-update): New function.
12609         (message-tool-bar, message-tool-bar-gnome)
12610         (message-tool-bar-retro): Add message-tool-bar-update.
12611         (message-tool-bar-gnome): Add flyspell-buffer.
12612
12613         * gnus-util.el (gnus-error): Describe `args'.
12614
12615         * gmm-utils.el (gmm-error): Describe `args'.
12616         (gmm-tool-bar-zap-list): New widget.
12617         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12618
12619 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12622         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12623         the number of recursive calls.
12624
12625         * mm-decode.el (mm-handle-set-disposition): New macro.
12626         (mm-handle-set-description): New macro.
12627
12628 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12631         encoding.
12632
12633 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * message.el (message-tool-bar-zap-list, message-tool-bar)
12636         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12637         (message-tool-bar-local-item-from-menu): Remove.
12638         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12639         (message-make-tool-bar): New function.
12640         (message-mode): Use `message-make-tool-bar'.
12641
12642         * gmm-utils.el: New file.
12643         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12644         (gmm-lazy): New widget copied from `nnmail.el'.
12645         (gmm-tool-bar-from-list): New function for creating customizable
12646         tool bars.
12647         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12648         output.
12649         (gmm): Add :prefix to defgroup.
12650
12651 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12652
12653         * gmm-utils.el (gmm-widget-p): New function.
12654
12655 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * mml.el (mml-attach-file): Describe `description' in doc string.
12658         (mml-menu): Add Emacs MIME manual and PGG manual.
12659
12660 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12661
12662         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12663
12664 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12665
12666         * nntp.el (nntp-end-of-line): Doc fix.
12667
12668 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12669
12670         * imap.el (imap-open): Handle case where buffer is a buffer
12671         object.
12672
12673 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12674
12675         * gnus-delay.el (gnus-delay): Don't autoload.
12676         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12677         to be re-loaded when customizing the `gnus-delay' group.
12678
12679 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12680
12681         * message.el (message-insert-citation-line): Use newlines.
12682
12683 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12684
12685         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12686         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12687         these routines, so the passphrase can be managed externally and
12688         passed in to the system.
12689         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12690         pgg-add-passphrase-to-cache function.
12691
12692         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12693         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12694         these routines, so the passphrase can be managed externally and
12695         passed in to the system.
12696         (pgg-pgp5-sign-region): Use new name of
12697         pgg-add-passphrase-to-cache function.
12698
12699 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12700
12701         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12702         part of the decoded armor to find the key-identifier.
12703         (pgg-gpg-lookup-key-owner): New function to return the
12704         human-readable identifier of a key owner.
12705         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12706         itself.
12707         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12708         the key value) if we have a key and can match it against a secret
12709         key.  Also, added a note pointing out fact that the prompt only
12710         indicates the first matching key.
12711
12712         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12713         pgg-decrypt-region.
12714         (pgg-add-passphrase-to-cache): Rename from
12715         `pgg-add-passphrase-cache' to reduce confusion (all callers
12716         changed).
12717         (pgg-remove-passphrase-from-cache): Rename from
12718         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12719         changed).
12720         (pgg-read-passphrase, pgg-add-passphrase-cache)
12721         (pgg-remove-passphrase-cache): Add informative docstrings.
12722         (pgg-decrypt): Convey provided passphrase in subordinate call to
12723         pgg-decrypt-region.
12724
12725 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12726
12727         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12728         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12729         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12730         'passphrase' argument, so the passphrase can be managed externally
12731         and then passed in to the system.
12732
12733         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12734         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12735         so the passphrase cache can be used reliably with identifiers
12736         besides a pgp packet's key id.
12737
12738         * pgg-gpg.el (pgg-gpg-encrypt-region)
12739         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12740         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12741         these routines, so the passphrase can be managed externally and
12742         passed in to the system.
12743
12744         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12745         'notruncate' argument, so the passphrase cache can be used
12746         reliably with identifiers besides a pgp packet's key id.
12747
12748 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12749
12750         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12751         symmetric encryption.
12752         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12753         encrypted session key.
12754         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12755         message ask for the passphrase in a proper way.
12756
12757         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12758         New user commands for symmetric encryption.
12759
12760 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12763
12764         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12765
12766 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12767
12768         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12769
12770 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * mm-decode.el (mm-inlined-types): Add application/pgp.
12773         (mm-automatic-display): Ditto.
12774
12775         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12776         part as text.
12777
12778 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * nnrss.el: Update copyright.
12781         (nnrss-opml-import): Query whether to subscribe to each entry.
12782
12783         * gnus-art.el:
12784         * gnus-sum.el:
12785         * gnus-xmas.el:
12786         * messagexmas.el:
12787         * mm-uu.el:
12788         * mm-view.el: Update copyright.
12789
12790 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * message.el (message-info): New function.
12793         (message-mode-menu): Add it.
12794         Update copyright.
12795
12796         * ChangeLog: Fix and update copyright.
12797
12798 2006-01-13  Romain Francoise  <romain@orebokech.com>
12799
12800         * message.el (message-forward-subject-name-subject): Prefer the
12801         address to 'nowhere' if the sender has no name.
12802         Fix typo.  Update copyright year.
12803
12804 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-art.el (article-wash-html):
12807         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12808         (gnus-article-wash-html-with-w3m-standalone): New function.
12809
12810         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12811         mm-inline-text-html-render-with-w3m-standalone.
12812         (mm-text-html-washer-alist): Map w3m-standalone to
12813         gnus-article-wash-html-with-w3m-standalone.
12814         (mm-inline-text-html-render-with-w3m-standalone): New function.
12815
12816 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12819         Improve LaTeX.
12820
12821 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12824         (nnrss-request-article): Render text/plain parts as HTML.
12825
12826         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12827         the buffer.
12828
12829 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12832         custom definition of `gnus-posting-styles'.
12833
12834         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12835         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12836
12837 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12840         Use nntp for bug archive.
12841
12842 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12845         parts.
12846         (nnrss-normalize-date): New function converts ISO 8601 date into
12847         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12848         (nnrss-check-group): Use it.
12849
12850 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12853
12854         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12855         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12856         (nnrss-insert-w3): Ditto.
12857
12858 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12861         the articles to be forwarded including the case where neither a
12862         number of articles nor a region is specified.
12863
12864 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * nnrss.el (nnrss-request-article): Fix last change; fill
12867         text/plain parts.
12868
12869 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12872         in text/plain part.
12873         (nnrss-check-group): Don't add excessive newline to dc:subject.
12874
12875 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12876
12877         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12878         article.
12879
12880 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12883         (nnml-use-compressed-files, nnml-save-mail): Support other
12884         comression programs such as bzip2.
12885
12886 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * dns.el (query-dns): Make sure we check the buffer size before
12889         removing tcp headers.
12890
12891 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12894         remove MIME buttons associated with multipart/alternative parts.
12895         (gnus-mime-display-alternative): Tag buttons using `article-type'
12896         text property.
12897
12898         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12899         associated with multipart/alternative parts.
12900
12901         * gnus-art.el (gnus-signature-separator): Fix custom type.
12902
12903         * mm-decode.el (mm-inlined-types): Fix custom type.
12904         (mm-keep-viewer-alive-types): Ditto.
12905         (mm-automatic-display): Ditto.
12906         (mm-attachment-override-types): Ditto.
12907         (mm-inline-override-types): Ditto.
12908         (mm-automatic-external-display): Ditto.
12909
12910 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * spam-report.el (spam-report-user-mail-address)
12913         (spam-report-user-agent): New variables.
12914         (spam-report-url-ping-plain): Use spam-report-user-agent.
12915
12916 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12917
12918         * gnus-art.el (gnus-button-handle-custom): Do not just use
12919         `customize-apropos' for any "M-x customize-*" button but the
12920         function called for.  Accept both the function name and its
12921         argument in order to achieve this.
12922         (gnus-button-alist): Remove support for "custom:" URL's.
12923         Pass function name to `gnus-button-handle-custom' in case of "M-x
12924         customize-*" buttons.
12925
12926 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12929         multipart/alternative and add xref to mm-discouraged-alternatives
12930         in doc string.
12931
12932         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12933         gnus-buttonized-mime-types in doc string.
12934
12935 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12938         Suggest image/.* in the doc string.
12939
12940 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12943         message-marks (Debian bug #342521).
12944
12945 2005-12-12  Simon Josefsson  <jas@extundo.com>
12946
12947         * password.el (password-read-from-cache): Add.
12948         (password-read): Use it.
12949
12950 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * rfc2047.el (rfc2047-charset-to-coding-system):
12953         Recognize us-ascii as a MIME charset.
12954
12955         * mm-bodies.el (mm-decode-content-transfer-encoding):
12956         Protect against the case where the 2nd arg TYPE is nil.
12957
12958 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * pop3.el (pop3-stream-type): Fix custom version.
12961
12962         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12963
12964 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12965
12966         * mm-decode.el (mm-display-external): Add missing cdr.
12967
12968 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12971         RFC1524) if it is in mailcap or add a suffix according to
12972         mailcap-mime-extensions when generating a temp filename; postpone
12973         deleting a temp file for 2 seconds for some wrappers, shell
12974         scripts, and so on, which might exit right after having started a
12975         viewer command as a background job.
12976
12977 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * nntp.el (nntp-marks-directory): Fix custom group.
12980
12981         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12982         steps when < 10.
12983
12984         * gnus-start.el (gnus-no-server-1):
12985         Mention `gnus-level-default-subscribed' in doc string.
12986
12987 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12988
12989         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12990         parens.
12991
12992 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-xmas.el (gnus-use-toolbar): Revert.
12995         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12996         gnus-use-toolbar is default.
12997
12998         * messagexmas.el (message-use-toolbar): Revert.
12999         (message-setup-toolbar): Use global default-toolbar if
13000         message-use-toolbar is default.
13001
13002 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13005         according to default-toolbar-visible-p.
13006
13007         * messagexmas.el (message-use-toolbar): Ditto.
13008
13009 2005-11-26  Dave Love  <fx@gnu.org>
13010
13011         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13012         (tls-program, tls-success): Provide openssl alternative.
13013
13014         * starttls.el: Doc fixes.
13015         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13016         SERVICE to PORT.
13017
13018         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13019         port null or service name.
13020         (starttls-negotiate): Autoload.
13021
13022 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * message.el (message-kill-to-signature): Fix interactive spec.
13025
13026 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * pop3.el (pop3-open-server): Recognize a string as a service name.
13029
13030 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13031
13032         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13033
13034 2005-11-23  Dave Love  <fx@gnu.org>
13035
13036         Add pop3s, pop3/starttls.
13037
13038         * pop3.el (pop3-authentication-scheme): Clarify doc.
13039         (open-tls-stream, starttls-open-stream): Autoload.
13040         (pop3-stream-type): New.
13041         (pop3-open-server): Use it.
13042
13043         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13044         for POP.
13045         (mail-source-keyword-map): Add :stream for POP.
13046         (mail-source-fetch-pop): Use pop3-stream-type.
13047
13048 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13051         of current-time-string.
13052
13053 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13054
13055         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13056         date header.
13057
13058 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13059
13060         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13061         it can seriously impact performance as it bypasses the agent's
13062         local caches.
13063
13064 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13065
13066         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13067         must be explicitly online rather than "not explicitly offline" for
13068         its flags to be synchronized.
13069
13070         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13071         that gnus-uu-unmark-thread will function correctly.
13072
13073         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13074         1024K is instead displayed as 1M.
13075
13076 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13077
13078         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13079
13080 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13081
13082         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13083
13084 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13085
13086         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13087         error message to display actual error condition.
13088         (gnus-agent-save-local): Avoid saving symbols that are bound to
13089         nil as they simply result in a warning message in
13090         gnus-agent-read-local.
13091
13092 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13095         rather than make-variable-buffer-local for file-precious-flag.
13096
13097 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13098
13099         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13100         for duplicates which are removed.  The invalid sort check then
13101         triggers a rescan after the sort as sorting may have moved
13102         duplicate entries such that they can be cheaply detected.
13103
13104 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13107
13108 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13109
13110         * gnus-agent.el (gnus-agent-article-alist-save-format):
13111         Change internal variable to a custom variable.  Change default value
13112         from compressed(2) to uncompressed(1).
13113         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13114         support for uncompressed agentview files.  Taken together, reading
13115         the agentview file should now be 6-7 times faster.
13116
13117 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13118
13119         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13120         as a buffer-local variable.  This avoids creating truncated
13121         dribble files as a result of a hang up, eg.
13122
13123 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13124
13125         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13126         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13127         XEmacs.
13128
13129 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-start.el (gnus-start-draft-setup):
13132         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13133
13134         * gnus.el (gnus-splash): Change custom group.
13135         (gnus-group-get-parameter, gnus-group-parameter-value):
13136         Describe allow-list argument.
13137
13138         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13139         string.
13140
13141 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-art.el (gnus-default-article-saver): Add user-defined
13144         `function' to custom type.
13145
13146 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13147
13148         * imap.el (imap-open): Handle case where buffer is a buffer
13149         object.
13150
13151 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13154         long lines.
13155         (gnus-cache-delete-group): Wrap doc strings.
13156
13157         * gnus-agent.el (gnus-agent-rename-group)
13158         (gnus-agent-delete-group): Wrap doc strings.
13159
13160 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * messagexmas.el (message-use-toolbar): Change the valid values
13163         into default, top, bottom, left, and right.
13164         (message-toolbar-thickness): New variable.
13165         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13166         well.
13167         (message-setup-toolbar): Make it work.
13168
13169         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13170         (gnus-use-toolbar): Change the valid values into default, top,
13171         bottom, left, and right.
13172         (gnus-toolbar-thickness): New variable.
13173         (gnus-xmas-setup-toolbar): New function.
13174         (gnus-xmas-setup-group-toolbar): Use it.
13175         (gnus-xmas-setup-summary-toolbar): Use it.
13176
13177 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * gnus-start.el (gnus-1): Add "native" to
13180         gnus-predefined-server-alist.
13181
13182         * gnus.el (gnus-method-to-server): Don't add "native" to the
13183         lists here, because that leads to problems when
13184         gnus-select-method is bound.
13185
13186 2005-11-09  Simon Josefsson  <jas@extundo.com>
13187
13188         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13189         use (not sort-by-date) instead.
13190
13191 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13192
13193         * gnus-delay.el (gnus-delay-group): Don't autoload.
13194         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13195         to be re-loaded when customizing the `gnus-delay' group.
13196
13197 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13198
13199         * message.el: Revert last changes.
13200         (message-insert-citation-line): Use newlines.
13201
13202 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13203
13204         * message.el (message-courtesy-message)
13205         (message-mark-insert-begin, message-mark-insert-end)
13206         (message-elide-ellipsis, message-cancel-message)
13207         (message-add-header, message-change-subject)
13208         (message-cross-post-followup-to-header)
13209         (message-cross-post-insert-note, message-reduce-to-to-cc)
13210         (message-widen-reply, message-delete-not-region)
13211         (message-kill-to-signature, message-insert-signature)
13212         (message-insert-importance-high, message-insert-importance-low)
13213         (message-insert-or-toggle-importance)
13214         (message-insert-disposition-notification-to)
13215         (message-indent-citation, message-yank-original)
13216         (message-cite-original-without-signature, message-cite-original)
13217         (message-insert-citation-line, message-position-on-field)
13218         (message-fix-before-sending, message-send-mail-partially)
13219         (message-send-mail, message-send-mail-with-sendmail)
13220         (message-send-mail-with-qmail, message-send-news)
13221         (message-check-news-header-syntax, message-generate-headers)
13222         (message-insert-courtesy-copy, message-fill-address)
13223         (message-fill-header, message-shorten-references)
13224         (message-setup-1, message-cancel-news)
13225         (message-forward-make-body-plain, message-forward-make-body-mime)
13226         (message-forward-make-body-mml, message-encode-message-body)
13227         (message-forward-make-body-digest-plain)
13228         (message-forward-make-body-digest-mime)
13229         (message-use-alternative-email-as-from): Insert `hard-newline'
13230         instead of ordinary newlines.
13231
13232 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * message.el (message-generate-headers): Downcase the argument
13235         given to message-check-element.
13236
13237 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13238
13239         * nntp.el (nntp-authinfo-rejected): New error condition.
13240         (nntp-wait-for): Use new error condition to signal authentication
13241         error.
13242         (nntp-retrieve-data): Rethrow new error condition to break out of
13243         recursive call to nntp-send-authinfo.
13244
13245 2005-11-08  Romain Francoise  <romain@orebokech.com>
13246
13247         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13248         (gnus-summary-exit-map): Bind to `Z p'.
13249         (gnus-summary-make-menu-bar): Add menu item.
13250
13251 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13254         (gnus-treat-*): Add `first' in all doc strings.
13255
13256         * gnus-group.el (gnus-group-compact-group): Fix typo.
13257
13258 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus.el (gnus-parameters-case-fold-search): New variable.
13261         (gnus-parameters-get-parameter): Use it.
13262
13263         * gnus-score.el (gnus-home-score-file): Doc fix.
13264
13265 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13266
13267         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13268
13269 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * mm-util.el (mm-special-display-p): New function.
13272
13273         * mml.el (mml-preview): Use it; doc fix.
13274
13275 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13276
13277         * imap.el (imap-open): Handle case where buffer is a buffer object.
13278
13279 2005-10-29  Romain Francoise  <romain@orebokech.com>
13280
13281         * message.el (message-fix-before-sending): Fix comment.
13282
13283 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13284
13285         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13286
13287 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13288
13289         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13290         Used in gnus-score.el.
13291
13292 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13295
13296 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13299         whitespace removed in revision 7.8.  Use concatenated string to
13300         protect trailing whitespace.
13301
13302 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13303
13304         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13305         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13306         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13307         Courier IMAP ("some version from 2004").  Mostly based on similar
13308         code in the same function.
13309
13310 2005-10-26  Didier Verna  <didier@xemacs.org>
13311
13312         * gnus-group.el (gnus-group-compact-group): Invalidate original
13313         article buffer.
13314         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13315         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13316         NOV database and in article itself.
13317         Invalidate article backlog.
13318
13319 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13322
13323 2005-10-26  Simon Josefsson  <jas@extundo.com>
13324
13325         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13326         part of 2004-07-25 change.
13327
13328 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * message.el (message-display-completion-list): New function.
13331         (message-expand-group): Use it; make sure the Completions buffer
13332         is modifiable.
13333 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13334
13335         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13336         user-mail-name is an empty string.
13337
13338 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13341         depending on gnus-score-decay-constant.
13342
13343         * encrypt.el (encrypt-insert-file-contents)
13344         (encrypt-write-file-contents): Don't use `gnus-message'.
13345
13346         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13347         arguments.
13348         (mm-uu-type-alist): Add message-marks and insert-marks.
13349         Pass arguments to mm-uu-verbatim-marks-extract.
13350         (mm-uu-hide-markers): New variable.
13351         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13352
13353         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13354         (gnus-convert-image-to-face-command): Use "convert" by default to
13355         allow other input image formats.
13356         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13357         accordingly.
13358
13359 2005-10-23  Simon Josefsson  <jas@extundo.com>
13360
13361         * imap.el (imap-gssapi-program): Align command line parameters
13362         with latest GNU SASL.
13363         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13364
13365 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13366
13367         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13368         HTML.
13369         (nnslashdot-request-article): Ditto.
13370
13371         * lpath.el (featurep): Add nobreak-char-display.
13372
13373 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13374
13375         * mail-source.el (mail-source-fetch-pop): Require pop3.
13376         (mail-source-check-pop): Ditto.
13377
13378 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13381         errors.
13382
13383 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13386         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13387
13388         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13389
13390         * mm-bodies.el (mm-decode-string):
13391         Call `mm-charset-to-coding-system' with allow-override argument.
13392
13393 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13396         (rfc2047-charset-to-coding-system): New function.
13397         (rfc2047-decode-encoded-words): New function.
13398         (rfc2047-decode-region): Use them.
13399         (rfc2047-decode-cte): Remove.
13400         (rfc2047-parse-and-decode): Remove.
13401         (rfc2047-decode): Remove.
13402
13403 2005-10-15  Kenichi Handa  <handa@m17n.org>
13404
13405         * rfc2047.el (rfc2047-decode-cte): New function.
13406         (rfc2047-decode-region): Change the way to decode successive
13407         encoded-words: decode B- or Q-encoding in each encoded-word,
13408         concatenate them, and decode it as charset.
13409
13410 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * lpath.el: Fbind codepage-setup for XEmacs.
13413
13414 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13415
13416         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13417         widget-move-and-invoke.
13418         (gnus-custom-mode): Use gnus-custom-map.
13419
13420 2005-10-15  Bill Wohler  <wohler@newt.com>
13421
13422         * message.el (message-tool-bar-map): Rename image file from
13423         mail_send to mail/send.
13424
13425 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13426
13427         * message.el (message-expand-group): Pass the common
13428         prefix substring of completion to `display-completion-list'.
13429
13430 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * mml-sec.el (mml-secure-method): New internal variable.
13433         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13434         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13435         New functions using mml-secure-method.
13436
13437         * mml.el (mml-mode-map): Add key bindings for those functions.
13438         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13439         Harder <harder@myrealbox.com>.
13440         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13441         Goto end of message if point is the headers of the message.
13442
13443         * message.el (message-in-body-p): New function.
13444
13445         * assistant.el: Autoload gnus-util and netrc.
13446
13447         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13448         Use `mm-charset-override-alist' only when decoding.
13449
13450         * mm-bodies.el (mm-decode-body):
13451         Call `mm-charset-to-coding-system' with allow-override argument.
13452
13453         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13454         `filename' from Content-Disposition if Content-Type doesn't
13455         provide `name'.
13456         (gnus-mime-view-part-as-type): Set default instead of
13457         initial-input.
13458
13459 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13460
13461         * format-spec.el (format-spec): Propagate text properties of % spec.
13462
13463 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus-art.el (gnus-treat-predicate): Add `first'.
13466
13467 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13470         (mm-charset-override-alist): New variable.
13471         (mm-charset-to-coding-system): Use it.
13472         (mm-codepage-setup): New helper function.
13473         (mm-charset-eval-alist): New variable.
13474         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13475         Warn about unknown charsets.
13476
13477         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13478
13479 2005-10-04  David Hansen  <david.hansen@gmx.net>
13480
13481         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13482         (nnrss-check-group): Ditto.
13483
13484 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13487         Rename x-gnus-verbatim to x-verbatim.
13488         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13489
13490         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13491         x-verbatim.
13492
13493         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13494
13495         * gnus-util.el (gnus-remove-duplicates): Remove.
13496
13497         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13498         instead of gnus-remove-duplicates.
13499
13500         * message.el (message-remove-duplicates): Remove.
13501         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13502         message-remove-duplicates.
13503
13504         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13505         available, else use implementation from `delete-dups'.
13506
13507         * message.el (message-insert-expires): New function.
13508         (message-mode-map): Add key binding.
13509         (message-mode-field-menu): Add menu entry.
13510         (message-mode): Document it.
13511         (message-make-expires-date): Use `message-make-date'.
13512
13513 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13514
13515         * message.el (message-make-expires-date): New function.
13516
13517 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * Makefile.in (list-installed-shadows): New entry.
13520         (install): Use it.
13521         (remove-installed-shadows): New entry.
13522
13523         * dgnushack.el (dgnushack-default-load-path): New variable.
13524         (dgnushack-find-lisp-shadows): New function.
13525         (dgnushack-remove-lisp-shadows): New function.
13526
13527 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * Makefile.in (install-el-elc): New entry.
13530         (install): Use it so that .el files are necessarily installed.
13531
13532 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13535
13536 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13537
13538         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13539         function rather than the diff-mode.el package.
13540         (mm-display-external): Use with-current-buffer.
13541         (mm-viewer-completion-map, mm-viewer-completion-map):
13542         Move initialization inside declaration.
13543
13544 2005-09-29  Simon Josefsson  <jas@extundo.com>
13545
13546         * spam.el: Load hashcash when compiling, to avoid warnings.
13547         Don't autoload mail-check-payment.
13548         (spam-check-hashcash): Define unconditionally, since hashcash.el
13549         is part of Gnus now.  Ignore errors from payment checking.
13550
13551 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * message.el (message-bold-region, message-unbold-region):
13554         Rename from `bold-region' and `unbold-region'.
13555
13556         * message.el: Remove useless autoloads.
13557
13558 2005-09-28  Simon Josefsson  <jas@extundo.com>
13559
13560         * message.el (message-use-idna): Default to t.
13561         (message-use-idna): Test whether encoding works too.  Doc fix.
13562
13563 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * nntp.el (nntp-warn-about-losing-connection): Remove.
13566
13567 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13570         customizable.  Change default value.
13571         (mm-uu-diff-groups-regexp): Change default value.
13572         (mm-uu-type-alist): Add doc string.
13573         (mm-uu-configure): Add doc string.  Make it interactive.
13574         (mm-uu-tex-groups-regexp): New variable.
13575         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13576         (mm-uu-type-alist): Add LaTeX documents.
13577         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13578         of "text/verbatim".
13579         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13580
13581         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13582         instead of "text/verbatim".
13583
13584         * message.el (message-mark-inserted-region)
13585         (message-mark-insert-file): Use slrn style marks when called with
13586         prefix argument.
13587
13588 2005-09-27  Simon Josefsson  <jas@extundo.com>
13589
13590         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13591
13592 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13593
13594         * message.el (message-remove-duplicates): New function.
13595         Implementation borrowed from `gnus-remove-duplicates'.
13596         (message-idna-to-ascii-rhs): Also encode idna addresses in
13597         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13598         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13599         only ask about the same idna domain once per header and also tell
13600         in what header to replace the idna domain.
13601
13602         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13603         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13604         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13605         a header is decoded and not just the last one.
13606
13607 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13610         has been decoded.
13611
13612         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13613         (mm-insert-part): Don't modify text if it has been decoded.
13614
13615         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13616         decoded.
13617
13618         * mm-view.el (mm-inline-text): Don't strip text props unless
13619         decoding enriched or richtext parts.
13620
13621 2005-09-25  Romain Francoise  <romain@orebokech.com>
13622
13623         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13624         * gnus-start.el (gnus-subscribe-interactively):
13625         * gnus-uu.el (gnus-uu-grab-articles):
13626         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13627         space.
13628
13629 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13630
13631         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13632         * mm-view.el (mm-view-pkcs7-decrypt):
13633         * gnus-sum.el (gnus-summary-limit-to-extra)
13634         (gnus-summary-respool-article, gnus-read-move-group-name):
13635         * gnus-score.el (gnus-summary-increase-score):
13636         * gnus-util.el (gnus-completing-read-with-default):
13637         * gnus-art.el (gnus-read-save-file-name)
13638         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13639         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13640         * message.el (message-check-news-header-syntax):
13641         Follow convention for reading with the minibuffer.
13642
13643 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * spam-report.el (spam-report-url-ping-plain):
13646         Use gnus-extended-version as User-Agent.
13647
13648         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13649         default value is nil.
13650
13651         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13652         (mm-uu-verbatim-marks-extract): New function.
13653         (mm-uu-extract): New face.
13654         (mm-uu-copy-to-buffer): Use it.
13655
13656         * spam-report.el (spam-report-gmane-ham): Rename from
13657         `spam-report-gmane-unspam'.
13658         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13659         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13660
13661         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13662         Autoload.
13663         (spam-report-gmane-unregister-routine):
13664         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13665
13666 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13667
13668         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13669         (spam-report-gmane-unregister-routine): Add support for gmane
13670         unregistration.
13671
13672         * spam-report.el (spam-report-gmane-unspam)
13673         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13674         (spam-report-gmane): Change to take a single article and do unspam
13675         registration.
13676
13677 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * mm-url.el (mm-url-decode-entities): Fix regexp.
13680
13681 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682
13683         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13684         default to nil, to be able to use Gnus at all.  If the default
13685         switches to something else, then the function should be fixed not
13686         be exceedingly slow.
13687
13688 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13691         fail hard.
13692
13693         * spam-report.el: Add better Keywords line.
13694
13695         * spam.el: Add Maintainer and better Keywords line.
13696
13697 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-art.el (gnus-article-replace-part)
13700         (gnus-mime-replace-part): New functions.
13701         (gnus-mime-action-alist, gnus-mime-button-commands)
13702         (gnus-mime-save-part-and-strip): Add file argument.
13703         (gnus-article-part-wrapper): Add interactive argument.
13704
13705         * gnus-sum.el (gnus-summary-mime-map):
13706         Add `gnus-article-replace-part'.
13707
13708 2005-09-19  Didier Verna  <didier@xemacs.org>
13709
13710         The nnml compaction feature:
13711         * nnml.el (nnml-request-compact-group): New function.
13712         * nnml.el (nnml-request-compact): New function.
13713         * gnus-int.el (gnus-request-compact-group): New function.
13714         * gnus-int.el (gnus-request-compact): New function.
13715         * gnus-group.el (gnus-group-compact-group): New function.
13716         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13717         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13718         * gnus-srvr.el (gnus-server-compact-server): New function.
13719         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13720         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13721
13722 2005-09-18  Deepak Goel  <deego@gnufans.org>
13723
13724         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13725         format spec.
13726
13727 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13730
13731 2005-09-15  Romain Francoise  <romain@orebokech.com>
13732
13733         * message.el (message-fill-paragraph): Clarify docstring.
13734
13735 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-art.el (gnus-mime-display-part): Protect against broken
13738         MIME messages.
13739
13740 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13743         before parsing header.
13744
13745 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13746
13747         * html2text.el (html2text-replace-list): Add new entities.
13748
13749 2005-09-11  Romain Francoise  <romain@orebokech.com>
13750
13751         * message.el (message-alternative-emails): Improve docstring.
13752         (message-setup-1): Call `message-use-alternative-email-as-from'
13753         after `message-setup-hook' to give it precedence over posting
13754         styles, etc.
13755         (message-use-alternative-email-as-from): Add docstring.
13756         Remove the original From header if present.
13757
13758         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13759         (nnml-save-mail): Use it.
13760
13761         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13762         articles.  Add new argument `silent'.
13763         (gnus-uu-mark-all): Report the total number of marked articles.
13764
13765 2005-09-10  Romain Francoise  <romain@orebokech.com>
13766
13767         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13768         (gnus-uu-mark-series): Likewise.
13769
13770 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13771
13772         * spam-report.el (spam-report-gmane): Fix generation of spam
13773         report URL.
13774
13775 2005-09-10  Simon Josefsson  <jas@extundo.com>
13776
13777         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13778         t, based on discussion on the ding list with Robert Epprecht
13779         <epprecht@solnet.ch>.
13780
13781 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * spam-report.el (spam-report-gmane): Make it work without
13784         X-Report-Spam header.  Gmane now only provides Archived-At.
13785         This is only used if `spam-report-gmane-use-article-number' is nil.
13786         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13787
13788         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13789         make `gnus-summary-sort-by-recipient' work with threading.
13790
13791         * nnweb.el (nnweb-google-wash-article): Print a message if article
13792         is not available.
13793
13794 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13795
13796         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13797         change.  Decode text/* parts content before displaying.
13798
13799 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13802
13803 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13806
13807         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13808         url-package-name, url-package-version,
13809         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13810         w3m-display-inline-images, and w3m-minor-mode-map.
13811
13812 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * message.el (message-tab-body-function): Fix mismatched custom type.
13815
13816         * gnus.el (gnus-group-change-level-function): Ditto.
13817
13818         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13819
13820         * gnus-art.el (gnus-signature-limit)
13821         (gnus-article-mime-part-function): Ditto.
13822
13823 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * mml.el (mml-mode): Silence the byte compiler.
13826
13827         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13828         using `(sit-for 0)' before moving the point to the specified part;
13829         skip unbuttonized parts.
13830         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13831         return to the summary window if gnus-auto-select-part is non-nil.
13832
13833 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13836         New variables.
13837         (mml-dnd-attach-file, mml-mode): Use them.
13838
13839         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13840         Make fetching article by MID work again for Google Groups.
13841         Add FIXME concerning gnus-group-make-web-group.
13842
13843         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13844         Don't depend on Gnus by using mail-extract-address-components if
13845         gnus-extract-address-components is not bound.
13846
13847 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13848
13849         * gnus-art.el (gnus-mime-display-security): Don't display the
13850         signature, but only the signed part.
13851
13852 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13855
13856         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13857         list, not listp.
13858
13859 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13860
13861         * mm-encode.el (mm-encode-content-transfer-encoding):
13862         Likewise when encoding.
13863
13864         * mm-bodies.el (mm-decode-content-transfer-encoding):
13865         De-canonicalize CRLF for all text content types, not just
13866         text/plain.
13867
13868 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13871         valid article; point arrow and cursor at the MIME button.
13872
13873 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13876         Suggested by Dan Christensen <jdc@uwo.ca>.
13877
13878         * mm-decode.el (mm-save-part): Enable change of prompt.
13879
13880 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13881
13882         * gnus-msg.el (gnus-inews-add-send-actions):
13883         Make `message-post-method' lambda parameter ARG `&optional'.
13884
13885 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * gnus-sum.el (gnus-summary-mime-map):
13888         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13889         gnus-article-jump-to-part.
13890
13891         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13892         (gnus-article-edit-part): Use it.
13893         (gnus-article-part-wrapper): Add no-handle argument.
13894         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13895         New functions.
13896
13897 2005-08-29  Romain Francoise  <romain@orebokech.com>
13898
13899         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13900         docstring.
13901         (gnus-face-from-file): Likewise.
13902
13903 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13906         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13907         non-nil.
13908         (gnus-auto-select-part): New variable.
13909         (gnus-article-jump-to-part): New function.
13910         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13911         (gnus-mime-delete-part): Allow selecting specified part after
13912         deleting or stripping parts.
13913         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13914         part if argument is bogus.
13915
13916 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13917
13918         * gnus-art.el (w3m-minor-mode-map):
13919         * gnus-spec.el (gnus-newsrc-file-version):
13920         * gnus-util.el (nnmail-active-file-coding-system)
13921         (gnus-original-article-buffer, gnus-user-agent):
13922         * gnus.el (gnus-ham-process-destinations)
13923         (gnus-parameter-ham-marks-alist)
13924         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13925         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13926         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13927         * mm-decode.el (gnus-current-window-configuration):
13928         * mm-extern.el (gnus-article-mime-handles):
13929         * mm-url.el (url-current-object, url-package-name)
13930         (url-package-version):
13931         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13932         (smime-keys, w3m-cid-retrieve-function-alist)
13933         (w3m-current-buffer, w3m-display-inline-images)
13934         (w3m-minor-mode-map):
13935         * mml-smime.el (gnus-extract-address-components):
13936         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13937         (gnus-newsrc-hashtb, message-default-charset)
13938         (message-deletable-headers, message-options)
13939         (message-posting-charset, message-required-mail-headers)
13940         (message-required-news-headers):
13941         * mml1991.el (mc-pgp-always-sign):
13942         * mml2015.el (mc-pgp-always-sign):
13943         * nnheader.el (nnmail-extra-headers):
13944         * rfc1843.el (gnus-decode-encoded-word-function)
13945         (gnus-decode-header-function, gnus-newsgroup-name):
13946         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13947
13948 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13949
13950         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13951         the end of the date treatments.
13952
13953 2005-08-15  Simon Josefsson  <jas@extundo.com>
13954
13955         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13956         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13957         Capello and Romain Francoise.
13958         (pgg-fetch-key-function): Remove, not used?
13959         (pgg-insert-url-with-w3): Require url, to get
13960         url-insert-file-contents regardless of where it is defined.
13961
13962 2005-08-13  Romain Francoise  <romain@orebokech.com>
13963
13964         * message.el (message-cite-original-1): New function.
13965         (message-cite-original): Use it.
13966         (message-cite-original-without-signature): Ditto.
13967
13968 2005-08-08  Romain Francoise  <romain@orebokech.com>
13969
13970         * message.el (message-yank-empty-prefix): New variable.
13971         (message-indent-citation): Use it.
13972         (message-cite-original-without-signature): Respect X-No-Archive.
13973
13974 2005-08-08  Simon Josefsson  <jas@extundo.com>
13975
13976         * pgg.el: Autoload url-insert-file-contents instead of loading
13977         w3/url.
13978         (pgg-insert-url-with-w3): Don't load url here.
13979
13980 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13981
13982         * message.el (message-kill-to-signature): Don't insert newline at
13983         bol.
13984         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13985
13986 2005-08-06  Romain Francoise  <romain@orebokech.com>
13987
13988         * message.el (message-user-fqdn): Fix typo in docstring.
13989
13990 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13991
13992         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13993
13994         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13995
13996 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mm-bodies.el (mm-encode-body): Use coding system rather than
13999         charset to encode text.
14000
14001         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14002         number of charsets if utf-8 is available (XEmacs).
14003
14004 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14005
14006         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14007         taken from `gnus-button-mid-or-mail-regexp'.
14008         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14009         (gnus-button-alist): Improve regexp for domain part of the MIDs
14010         for news:localpart@domain buttons.
14011         (gnus-button-ctan-directory-regexp): Update.
14012
14013 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * sieve-manage.el (sieve-manage-interactive-login):
14016         Use make-local-variable rather than make-variable-buffer-local.
14017         (sieve-manage-open): Ditto.
14018         (sieve-manage-authenticate): Ditto.
14019
14020         * mml.el (mml-generate-mime-1): Make the content type default to
14021         text/plain if the filename is not specified.
14022
14023 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14026         instead of insert-buffer.
14027
14028         * message.el (message-yank-original): Ditto; set the mark at the
14029         end of the yanked message.
14030
14031 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14034         lines to scroll rather than to stop it.
14035
14036         * mml.el (mml-generate-default-type): Add doc string.
14037         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14038         default to application/octet-stream when determining the content
14039         type if it is not specified for the part or the mml contents; add
14040         a comment about mml-generate-default-type.
14041
14042 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14043
14044         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14045         make it default to application/octet-stream when determining the
14046         content type if it is not specified for the external contents.
14047
14048 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14051         segmented parameter but also other parameters might be there.
14052
14053 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * mm-decode.el (mm-display-external): Delete temp file, directory
14056         and buffer immediately if the external process is exited.
14057
14058 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14061         fewer lines than that of scroll-margin.
14062         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14063
14064 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-art.el (gnus-article-next-page): Revert.
14067         (gnus-article-beginning-of-window): New macro.
14068         (gnus-article-next-page-1): Use it.
14069         (gnus-article-prev-page): Ditto.
14070         (gnus-article-edit-part): Use insert-buffer-substring instead of
14071         insert-buffer.
14072         (gnus-article-edit-exit): Ditto.
14073
14074         * gnus-util.el (gnus-beginning-of-window): Remove.
14075         (gnus-end-of-window): Remove.
14076
14077         * lpath.el: Don't bind header-line-format and scroll-margin.
14078
14079 2005-07-25  Simon Josefsson  <jas@extundo.com>
14080
14081         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14082         to have the url package without w3.  Reported by Daiki Ueno
14083         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14084
14085 2005-07-20  Didier Verna  <didier@xemacs.org>
14086
14087         * gnus-diary.el: Remove the description comment (nndiary is now
14088         properly documented in the Gnus manual).
14089         Fix the spelling of "Back End".
14090         * nndiary.el: Ditto.
14091         Fix the copyright notice.
14092
14093 2005-07-18  Romain Francoise  <romain@orebokech.com>
14094
14095         * gnus-sum.el (gnus-summary-to-prefix)
14096         (gnus-summary-newsgroup-prefix): New variables.
14097         (gnus-summary-from-or-to-or-newsgroups): Use them.
14098
14099 2005-07-17  Romain Francoise  <romain@orebokech.com>
14100
14101         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14102         space as it's generally not especially interesting to the user.
14103
14104 2005-07-16  Romain Francoise  <romain@orebokech.com>
14105
14106         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14107         nil to avoid prompting and file modification if one of the
14108         messages at the top of the nnfolder file contains a copyright
14109         notice.
14110         Update copyright notice.
14111
14112         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14113         instead of `current-time-string' as the latter creates a time
14114         string that is not RFC 2822 compliant (it lacks the zone).
14115         Update copyright notice.
14116
14117 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14118
14119         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14120         for text/rtf.  Display default in prompt.  Pass default for M-n.
14121
14122         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14123
14124 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14125
14126         * gnus-msg.el (gnus-button-mailto):
14127         Remove save-selected-window-window hackery because it relies on
14128         save-selected-window internals.
14129
14130 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14133         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14134         (gnus-article-prev-page): Ditto.
14135
14136         * gnus-util.el (gnus-beginning-of-window): New function.
14137         (gnus-end-of-window): New function.
14138
14139         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14140
14141 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14142
14143         * gnus-score.el (gnus-score-edit-all-score):
14144         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14145         gnus-message.
14146
14147 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14148
14149         * gnus-msg.el (gnus-button-mailto):
14150         Remove save-selected-window-window hackery because it relies on
14151         save-selected-window internals.
14152
14153 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14156         add-minor-mode.
14157         (gnus-binary-mode): Ditto.
14158
14159         * gnus-topic.el (gnus-topic-mode): Ditto.
14160
14161 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14162
14163         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14164         (gnus-article-prev-page): Take scroll-margin into consideration.
14165
14166 2005-07-04  Lute Kamstra  <lute@gnu.org>
14167
14168         Update FSF's address in GPL notices.
14169
14170 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14171
14172         * gnus.el (gnus-exit):
14173         * gnus-group.el (gnus-group-icons):
14174         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14175
14176         * gnus-nocem.el (gnus-nocem):
14177         * message.el (message-various, message-buffers, message-sending)
14178         (message-interface, message-forwarding, message-insertion)
14179         (message-headers, message-news, message-mail):
14180         * pgg-gpg.el (pgg-gpg):
14181         * pgg-parse.el (pgg-parse):
14182         * pgg-pgp.el (pgg-pgp):
14183         * pgg-pgp5.el (pgg-pgp5):
14184         * pop3.el (pop3): Finish `defgroup' description with period.
14185
14186 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-art.el (article-display-face): Improve the efficiency.
14189         (article-display-x-face): Ditto; remove grey x-face stuff.
14190
14191 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-art.el (article-display-face): Correct the position in
14194         which Faces are inserted.
14195
14196 2005-06-29  Didier Verna  <didier@xemacs.org>
14197
14198         * gnus-art.el (article-display-face): Display faces in correct
14199         order.
14200
14201 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14204         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14205         (gnus-nocem-check-article): Fetch the Type header.
14206         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14207         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14208         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14209         make sure gnus-nocem-hashtb is initialized.
14210         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14211         (gnus-nocem-unwanted-article-p): Ditto.
14212
14213         * pgg.el (pgg-verify): Return the verification result.
14214
14215 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14218         is ascii.
14219
14220 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14221
14222         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14223         `show-nonbreak-escape'.
14224
14225 2005-06-23  Lute Kamstra  <lute@gnu.org>
14226
14227         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14228
14229         * dig.el (dig-mode):
14230         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14231
14232 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14233
14234         * nnimap.el (nnimap-split-download-body): Fix spellings.
14235
14236 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14237
14238         * gnus-art.el (gnus-article-encrypt-body):
14239         * gnus-cus.el (gnus-score-customize):
14240         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14241         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14242
14243 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14244
14245         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14246         header by looking for magic "MII" at the beginnig.
14247
14248 2005-06-16  Miles Bader  <miles@gnu.org>
14249
14250         * gnus-xmas.el (gnus-xmas-group-startup-message):
14251         Use renamed gnus-splash face.
14252
14253         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14254         (assistant-field-face): New backward-compatibility alias for renamed
14255         face.
14256         (assistant-render-text): Use renamed assistant-field face.
14257
14258         * spam.el (spam): Remove "-face" suffix from face name.
14259         (spam-face): New backward-compatibility alias for renamed face.
14260         (spam-face, spam-initialize): Use renamed spam face.
14261
14262         * message.el (message-header-to, message-header-cc)
14263         (message-header-subject, message-header-newsgroups)
14264         (message-header-other, message-header-name)
14265         (message-header-xheader, message-separator, message-cited-text)
14266         (message-mml): Remove "-face" suffix from face names.
14267         (message-header-to-face, message-header-cc-face)
14268         (message-header-subject-face, message-header-newsgroups-face)
14269         (message-header-other-face, message-header-name-face)
14270         (message-header-xheader-face, message-separator-face)
14271         (message-cited-text-face, message-mml-face):
14272         New backward-compatibility aliases for renamed faces.
14273         (message-font-lock-keywords): Use renamed message faces.
14274
14275         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14276         (sieve-test-commands, sieve-tagged-arguments):
14277         Remove "-face" suffix from face names.
14278         (sieve-control-commands-face, sieve-action-commands-face)
14279         (sieve-test-commands-face, sieve-tagged-arguments-face):
14280         New backward-compatibility aliases for renamed faces.
14281         (sieve-control-commands-face, sieve-action-commands-face)
14282         (sieve-test-commands-face, sieve-tagged-arguments-face):
14283         Use renamed sieve faces.
14284
14285         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14286         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14287         (gnus-group-news-3-empty, gnus-group-news-4)
14288         (gnus-group-news-4-empty, gnus-group-news-5)
14289         (gnus-group-news-5-empty, gnus-group-news-6)
14290         (gnus-group-news-6-empty, gnus-group-news-low)
14291         (gnus-group-news-low-empty, gnus-group-mail-1)
14292         (gnus-group-mail-1-empty, gnus-group-mail-2)
14293         (gnus-group-mail-2-empty, gnus-group-mail-3)
14294         (gnus-group-mail-3-empty, gnus-group-mail-low)
14295         (gnus-group-mail-low-empty, gnus-summary-selected)
14296         (gnus-summary-cancelled, gnus-summary-high-ticked)
14297         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14298         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14299         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14300         (gnus-summary-low-undownloaded)
14301         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14302         (gnus-summary-low-unread, gnus-summary-normal-unread)
14303         (gnus-summary-high-read, gnus-summary-low-read)
14304         (gnus-summary-normal-read, gnus-splash):
14305         Remove "-face" suffix from face names.
14306         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14307         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14308         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14309         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14310         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14311         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14312         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14313         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14314         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14315         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14316         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14317         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14318         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14319         (gnus-summary-normal-ticked-face)
14320         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14321         (gnus-summary-normal-ancient-face)
14322         (gnus-summary-high-undownloaded-face)
14323         (gnus-summary-low-undownloaded-face)
14324         (gnus-summary-normal-undownloaded-face)
14325         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14326         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14327         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14328         (gnus-splash-face):
14329         New backward-compatibility aliases for renamed faces.
14330         (gnus-group-startup-message): Use renamed gnus faces.
14331
14332         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14333         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14334         (gnus-server-agent): Remove "-face" suffix from face names.
14335         (gnus-server-agent-face, gnus-server-opened-face)
14336         (gnus-server-closed-face, gnus-server-denied-face)
14337         (gnus-server-offline-face):
14338         New backward-compatibility aliases for renamed faces.
14339         (gnus-server-agent-face, gnus-server-opened-face)
14340         (gnus-server-closed-face, gnus-server-denied-face)
14341         (gnus-server-offline-face): Use renamed gnus faces.
14342
14343         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14344         Remove "-face" suffix from face names.
14345         (gnus-picon-xbm-face, gnus-picon-face):
14346         New backward-compatibility aliases for renamed faces.
14347
14348         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14349         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14350         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14351         (gnus-cite-11): Remove "-face" suffix from face names.
14352         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14353         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14354         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14355         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14356         New backward-compatibility aliases for renamed faces.
14357         (gnus-cite-attribution-face, gnus-cite-face-list)
14358         (gnus-article-boring-faces): Use renamed gnus faces.
14359
14360         * gnus-art.el (gnus-signature, gnus-header-from)
14361         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14362         (gnus-header-content): Remove "-face" suffix from face names.
14363         (gnus-signature-face, gnus-header-from-face)
14364         (gnus-header-subject-face, gnus-header-newsgroups-face)
14365         (gnus-header-name-face, gnus-header-content-face):
14366         New backward-compatibility aliases for renamed faces.
14367         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14368
14369         * gnus-sum.el (gnus-summary-selected-face)
14370         (gnus-summary-highlight): Use renamed gnus faces.
14371         * gnus-group.el (gnus-group-highlight): Likewise.
14372
14373 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14374
14375         * gnus-sieve.el (gnus-sieve-article-add-rule):
14376         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14377         * spam-stat.el (spam-stat-buffer-change-to-spam)
14378         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14379
14380         * message.el (message-is-yours-p):
14381         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14382
14383 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * mm-view.el (mm-inline-text): Withdraw the last change.
14386
14387 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14390         executing enriched-decode.
14391
14392 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14395         charset of tar files.
14396
14397 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14398
14399         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14400
14401 2005-06-04  Lute Kamstra  <lute@gnu.org>
14402
14403         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14404         information is never recorded.
14405
14406 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14407
14408         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14409
14410 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * pop3.el (pop3-apop): Run md5 in the binary mode.
14413
14414         * starttls.el (starttls-set-process-query-on-exit-flag):
14415         Use eval-and-compile.
14416
14417 2005-05-31  Simon Josefsson  <jas@extundo.com>
14418
14419         * smime.el (smime-replace-in-string): Define.
14420         (smime-cert-by-ldap-1): Use it.
14421
14422 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-art.el (article-display-x-face): Replace
14425         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14426
14427         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14428         set-process-query-on-exit-flag or process-kill-without-query.
14429
14430         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14431         loop instead of replace-regexp.
14432
14433         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14434         instead of process-kill-without-query if it is available.
14435
14436         * lpath.el: Fbind ldap-search-entries.
14437
14438         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14439         instead of find-file-hooks if it is available.
14440
14441         * mml1991.el: Bind pgg-default-user-id when compiling.
14442
14443         * mml2015.el: Bind pgg-default-user-id when compiling.
14444
14445         * nndraft.el (nndraft-request-associate-buffer):
14446         Use write-contents-functions instead of write-contents-hooks if it is
14447         available.
14448
14449         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14450         instead of find-file-hooks if it is available.
14451
14452         * nntp.el (nntp-open-connection): Replace
14453         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14454         (nntp-open-ssl-stream): Ditto.
14455         (nntp-open-tls-stream): Ditto.
14456
14457         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14458         set-process-query-on-exit-flag or process-kill-without-query.
14459         (starttls-open-stream-gnutls): Use it instead of
14460         process-kill-without-query.
14461         (starttls-open-stream): Ditto.
14462
14463 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14464
14465         * smime.el (smime-cert-by-ldap-1): Don't use
14466         replace-regexp-in-string.
14467
14468 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14469
14470         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14471
14472         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14473         in PEM format.  Adjust to the XEmacs compability.
14474
14475 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14478         by `string-to-number'.
14479         * gnus-agent.el (gnus-agent-regenerate-group)
14480         (gnus-agent-fetch-articles): Ditto.
14481         * gnus-art.el (gnus-button-fetch-group): Ditto.
14482         * gnus-cache.el (gnus-cache-generate-active)
14483         (gnus-cache-articles-in-group): Ditto.
14484         * gnus-group.el (gnus-group-set-current-level)
14485         (gnus-group-insert-group-line): Ditto.
14486         * gnus-score.el (gnus-score-set-expunge-below)
14487         (gnus-score-set-mark-below, gnus-summary-score-effect)
14488         (gnus-summary-score-entry): Ditto.
14489         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14490         (gnus-soup-pack): Ditto.
14491         * gnus-spec.el (gnus-xmas-format): Ditto.
14492         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14493         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14494         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14495         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14496         * nndb.el (nndb-get-remote-expire-response): Ditto.
14497         * nndiary.el (nndiary-parse-schedule-value)
14498         (nndiary-string-to-number, nndiary-request-replace-article)
14499         (nndiary-request-article): Ditto.
14500         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14501         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14502         * nneething.el (nneething-make-head): Ditto.
14503         * nnfolder.el (nnfolder-request-article)
14504         (nnfolder-retrieve-headers): Ditto.
14505         * nnheader.el (nnheader-file-to-number): Ditto.
14506         * nnkiboze.el (nnkiboze-request-article): Ditto.
14507         * nnmail.el (nnmail-process-unix-mail-format)
14508         (nnmail-process-babyl-mail-format): Ditto.
14509         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14510         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14511         (nnmh-request-create-group, nnmh-request-list-1)
14512         (nnmh-request-group, nnmh-request-article): Ditto.
14513         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14514         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14515         * nnsoup.el (nnsoup-make-active): Ditto.
14516         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14517         * nntp.el (nntp-find-group-and-number)
14518         (nntp-retrieve-headers-with-xover): Ditto.
14519         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14520         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14521         (pgg-format-key-identifier): Ditto.
14522         * pop3.el (pop3-last, pop3-stat): Ditto.
14523         * qp.el (quoted-printable-decode-region): Ditto.
14524
14525         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14526         of concat.
14527
14528 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14531
14532         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14533
14534         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14535
14536         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14537
14538         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14539
14540         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14541
14542         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14543         (gnus-carpal-mode): Ditto.
14544
14545         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14546         (gnus-browse-mode): Ditto.
14547
14548         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14549
14550         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14551
14552 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14553
14554         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14555
14556 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * gnus-util.el (gnus-run-mode-hooks): New function.
14559
14560         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14561
14562         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14563         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14564
14565 2005-05-27  Lute Kamstra  <lute@gnu.org>
14566
14567         * dns-mode.el (dns-mode): Specify customization group.
14568
14569 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14570
14571         * gnus-agent.el (gnus-agent-make-mode-line-string):
14572         Use mode-line-highlight as mouse-face.
14573
14574 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * canlock.el (canlock): Change the parent group to news.
14577
14578         * deuglify.el (gnus-outlook-deuglify): Add :group.
14579
14580         * dig.el (dig): Add :group.
14581
14582         * dns-mode.el (dns-mode): Add :group.
14583
14584         * encrypt.el (encrypt): Add :group.
14585
14586         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14587         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14588         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14589         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14590         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14591
14592         * gnus-diary.el (gnus-diary): Add :group.
14593
14594         * gnus.el (gnus-group-news-1-face): Add :group.
14595         (gnus-group-news-1-empty-face): Ditto.
14596         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14597         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14598         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14599         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14600         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14601         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14602         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14603         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14604         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14605         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14606         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14607         (gnus-summary-high-ticked-face): Ditto.
14608         (gnus-summary-low-ticked-face): Ditto.
14609         (gnus-summary-normal-ticked-face): Ditto.
14610         (gnus-summary-high-ancient-face): Ditto.
14611         (gnus-summary-low-ancient-face): Ditto.
14612         (gnus-summary-normal-ancient-face): Ditto.
14613         (gnus-summary-high-undownloaded-face): Ditto.
14614         (gnus-summary-low-undownloaded-face): Ditto.
14615         (gnus-summary-normal-undownloaded-face): Ditto.
14616         (gnus-summary-high-unread-face): Ditto.
14617         (gnus-summary-low-unread-face): Ditto.
14618         (gnus-summary-normal-unread-face): Ditto.
14619         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14620         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14621
14622         * hashcash.el (hashcash): New custom group.
14623         (hashcash-default-payment): Add :group.
14624         (hashcash-payment-alist): Ditto.
14625         (hashcash-default-accept-payment): Ditto.
14626         (hashcash-accept-resources): Ditto.
14627         (hashcash-path): Ditto.
14628         (hashcash-extra-generate-parameters): Ditto.
14629         (hashcash-double-spend-database): Ditto.
14630         (hashcash-in-news): Ditto.
14631
14632         * message.el (message-minibuffer-local-map): Add :group.
14633
14634         * netrc.el (netrc): Add :group.
14635
14636         * sieve-manage.el (sieve-manage-log): Add :group.
14637         (sieve-manage-default-user): Diito.
14638         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14639         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14640         (sieve-manage-authenticators): Ditto.
14641         (sieve-manage-authenticator-alist): Ditto.
14642         (sieve-manage-default-port): Ditto.
14643
14644         * sieve-mode.el (sieve-control-commands-face): Add :group.
14645         (sieve-action-commands-face): Ditto.
14646         (sieve-test-commands-face): Ditto.
14647         (sieve-tagged-arguments-face): Ditto.
14648
14649         * smime.el (smime): Add :group.
14650
14651         * spam-report.el (spam-report): Add :group.
14652
14653         * spam.el (spam, spam-face): Add :group.
14654
14655 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14656
14657         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14658         return \n.\n.\n at the end of articles.  Protect against that.
14659         (nntp-with-open-group): Allow debugging.
14660
14661         * nnheader.el (mail-header-set-extra): Make into a function
14662         because I just could't understand how to quote the list properly.
14663
14664         * dns.el (query-dns-cached): New function.
14665
14666 2005-05-26  Lute Kamstra  <lute@gnu.org>
14667
14668         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14669
14670 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14673
14674         * gnus-art.el: Don't autoload mail-extract-address-components.
14675
14676         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14677         eval-and-compile to evaluate it.
14678
14679         * hashcash.el: Don't autoload executable-find.
14680
14681         * nndb.el: Don't declare the nndb back end two or more times; don't
14682         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14683
14684         * nntp.el: Autoload format-spec instead of format; use
14685         eval-and-compile to evaluate autoload forms.
14686
14687 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14688
14689         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14690
14691 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14692
14693         * gnus.el (gnus-version-number): Bump version.
14694
14695 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14696
14697         * gnus.el: No Gnus v0.3 is released.
14698
14699 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14700
14701         * lpath.el (featurep): Bind show-nonbreak-escape.
14702
14703 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-art.el (gnus-article-edit-part): Disable undo.
14706
14707 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14710         gnus-article-date-lapsed-new-header is t if date timer is active;
14711         skip headers in which the original date value is empty.
14712         (gnus-article-save-original-date): Redefine it as a macro.
14713         (gnus-display-mime): Use it.
14714
14715 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * gnus-art.el (article-date-ut): Support converting date in
14718         forwarded parts as well.
14719         (gnus-article-save-original-date): New function.
14720         (gnus-display-mime): Use it.
14721
14722 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14723
14724         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14725         enclosure element of <item>.
14726
14727 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * message.el (message-kill-buffer-query): Rename from
14730         `message-kill-buffer-query-if-modified'.  Add :version.
14731
14732 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14735         window layout.
14736
14737 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * mml.el: Autoload dnd when compiling.
14740
14741 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14744         x-dnd-*.
14745
14746 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * qp.el (quoted-printable-encode-region): Save excursion.
14749
14750 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14751
14752         * message.el (message-kill-buffer-query-if-modified): Add new variable
14753         so the user can kill a modified message buffer quickly.
14754         (message-kill-buffer): Use it.
14755
14756 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * lpath.el: Fbind display-time-event-handler; don't fbind
14759         string-to-multibyte.
14760
14761         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14762
14763 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14766         contained in text because xml.el decodes entities) with LFs.
14767
14768 2005-04-11  Lute Kamstra  <lute@gnu.org>
14769
14770         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14771         differently.
14772
14773 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14774
14775         * mm-util.el (mm-detect-coding-region): Typo.
14776
14777 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14780
14781 2005-04-06  Deepak Goel  <deego@gnufans.org>
14782
14783         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14784         user-function allow user modifications of the scores.
14785         (spam-stat-score-buffer-user): New function, to allow
14786         user-computed modifications to the score.
14787         (spam-stat-score-buffer-user-functions): List of additional
14788         scoring functions.
14789         (spam-stat-error-holder): Global temporary error holder.
14790         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14791         variable.
14792
14793 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * gnus-registry.el (gnus-registry-clean-empty-function)
14796         (gnus-registry-trim, gnus-registry-fetch-groups)
14797         (gnus-registry-delete-group): Groups that match
14798         `gnus-registry-ignored-groups' are removed from the registry
14799         entries, not just ignored for splitting.  This helps clean up the
14800         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14801         to get all the groups a message ID is in.
14802
14803         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14804         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14805         (spam-stat-score-buffer-user-functions): Add :number custom type.
14806
14807 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14810         argument in XEmacs.
14811
14812         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14813         (nnrss-request-group): Decode group name first.
14814         (nnrss-request-article): Make a text/plain article if mml-to-mime
14815         failed.
14816         (nnrss-get-encoding): Return a compatible encoding according to
14817         nnrss-compatible-encoding-alist.
14818         (nnrss-find-el): Use consp instead of listp.
14819         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14820
14821 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14824         which Emacs 20 doesn't support.
14825         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14826
14827 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14830         silence the byte compiler inside the defun.
14831
14832         * gnus-demon.el (parse-time-string): Add autoload.
14833
14834         * gnus-delay.el (parse-time-string): Add autoload.
14835
14836         * gnus-art.el (parse-time-string): Add autoload.
14837
14838         * nnultimate.el (parse-time): Require for `parse-time-string'.
14839
14840 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14843
14844         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14845
14846         * smime.el (smime-ldap-host-list): Add :version.
14847
14848 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14851         pass it to `gnus-browse-read-group'.
14852         (gnus-browse-read-group): Add NUMBER argument and pass it to
14853         `gnus-group-read-ephemeral-group'.
14854
14855         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14856         argument and pass it to `gnus-group-read-group'.
14857
14858 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14859
14860         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14861         mm-xemacs-find-mime-charset-1 if we have the mule feature
14862         available at runtime.
14863
14864 2005-03-25  Werner Lemberg  <wl@gnu.org>
14865
14866         * nnmaildir.el: Replace `illegal' with `invalid'.
14867
14868 2005-03-23  Lute Kamstra  <lute@gnu.org>
14869
14870         * time-date.el: Add comment on time value formats.
14871         Don't require parse-time.
14872         (with-decoded-time-value): New macro.
14873         (encode-time-value): New function.
14874         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14875         (days-to-time): Return a valid time value when arg is huge.
14876         (time-since): Use time-subtract.
14877         (time-to-number-of-days): Use time-to-seconds.
14878
14879 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14880
14881         * gnus-start.el (gnus-display-time-event-handler):
14882         Check display-time-timer at runtime rather than only at load time
14883         in case display-time-mode is turned off in the mean time.
14884
14885 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14888         used.
14889
14890         * nneething.el (nneething-map-file-directory): Derive from
14891         `gnus-directory'.
14892
14893         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14894         the To/Cc button.
14895
14896 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * nnmaildir.el (nnmaildir-request-accept-article):
14899         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14900
14901 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14902
14903         * gnus-async.el: Require timer-funcs at compile time when in
14904         XEmacs for `run-with-idle-timer'.
14905
14906 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14907
14908         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14909         autoloaded function.
14910
14911 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14912
14913         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14914
14915 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14916
14917         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14918
14919 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14922         Add gnus-expert-user to default.
14923
14924 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14925
14926         * nnimap.el (nnimap-open-server): Ditto.
14927
14928         * imap.el (imap-authenticate): Fix typo.
14929
14930 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14931
14932         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14933         buffer (since IMAP server might return FETCH response out of
14934         order, and the nntp buffer must be sorted).
14935
14936 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14937
14938         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14939         comparison on string.
14940
14941         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14942         (gnus-agent-score): Rename category keywords to match gnus-cus.
14943         (gnus-agent-summary-fetch-series): Modify to protect against
14944         gnus-agent-summary-fetch-group clearing processable flags.
14945         (gnus-agent-synchronize-group-flags): Update live group buffer as
14946         synchronization may occur due to the user toggle the plugged
14947         status.
14948         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14949         successfully downloaded.
14950         (gnus-agent-expire-group-1): Avoid using markers when the overview
14951         is in ascending order; greatly improves performance.
14952         (gnus-agent-regenerate-group):
14953         Use gnus-agent-synchronize-group-flags to reset read status in both
14954         gnus and server.
14955         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14956
14957 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * message.el: Don't autoload former message-utils variables.
14960         (message-strip-subject-trailing-was): Change doc string.
14961
14962         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14963         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14964         (nnweb-google-search): Add "hl=en" here.
14965         (nnweb-google-parse-1, nnweb-google-create-mapping):
14966         Don't hardcode URL.
14967
14968 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * message.el (message-get-reply-headers, message-followup):
14971         Mention related variables `message-use-followup-to' and
14972         `message-use-mail-followup-to', in the information buffer.
14973
14974         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14975         of broken groups(-beta).google.com.
14976
14977 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14978
14979         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14980         parameter to invoked gnus-request-move-article; remove the
14981         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14982         all at once instead of once per article.
14983         (gnus-summary-remove-process-mark): Accept a list of articles as
14984         well as a single article for processing.
14985
14986         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14987         parameter.
14988
14989         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14990
14991         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14992
14993         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14994         parameter.
14995
14996         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14997         parameter.
14998
14999         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15000         parameter and remove the gnus-sum-hint-move-is-internal variable.
15001
15002         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15003         parameter.
15004
15005         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15006         parameter.
15007
15008         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15009         parameter.
15010
15011         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15012
15013         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15014         parameter.
15015
15016         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15017         parameter.
15018
15019 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15020
15021         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15022         a more conservative way.
15023
15024 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15025
15026         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15027         buffer, so it moves the window's cursor.
15028
15029 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15030
15031         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15032         `mm-dissect-multipart' and receive the from field as an (optional)
15033         argument from `mm-dissect-multipart'.
15034         (mm-dissect-multipart): Receive the from field as an argument and
15035         pass it on when we call `mm-dissect-buffer' on MIME parts.
15036         Fixes verification/decryption of signed/encrypted MIME parts.
15037
15038 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * gnus-sum.el (gnus-summary-move-article):
15041         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15042         whatever it calls (right now, only nnimap-request-move article
15043         respects it).
15044
15045         * nnimap.el (nnimap-request-move-article):
15046         When gnus-sum-hint-move-is-internal is set, don't do the extra
15047         nnimap-request-article.
15048
15049 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15052
15053         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15054         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15055
15056         * gnus-sum.el (gnus-summary-caesar-message):
15057         Apply `gnus-treat-article' after rotation.
15058
15059         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15060         doc string.
15061
15062 2005-02-22  Simon Josefsson  <jas@extundo.com>
15063
15064         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15065         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15066         <arne@arnested.dk>.
15067         (encrypt): Add password-cache and password-cache-expiry as group
15068         members.
15069
15070 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15071
15072         * smime.el (smime-ldap-host-list): Doc fix.
15073         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15074         cache) password.
15075         (smime-sign-region): Use it.
15076         (smime-decrypt-region): Use it.
15077         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15078         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15079         fails.
15080         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15081         certificate from DER to PEM format rather than calling openssl.
15082
15083         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15084
15085         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15086         for signing/encryption.
15087
15088         * mml.el (mml-parse-1): Use them.
15089
15090 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15091
15092         * nnrss.el (nnrss-verbose): Remove.
15093         (nnrss-request-group): Use `nnheader-message' instead.
15094
15095 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15096
15097         * nnrss.el (nnrss-verbose): New variable.
15098         (nnrss-request-group): Make it say nnrss is requesting a group.
15099
15100 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15103         Handle news URL with given port correctly.
15104
15105 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15108         containing special characters.
15109
15110         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15111
15112         * mml.el (mime-to-mml): Ditto.
15113
15114         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15115         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15116         (rfc2047-decode-region): Quote decoded words containing special
15117         characters when rfc2047-quote-decoded-words-containing-tspecials
15118         is non-nil.
15119
15120 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15121
15122         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15123
15124         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15125
15126 2005-02-15  Simon Josefsson  <jas@extundo.com>
15127
15128         * nnimap.el (nnimap-debug): Doc fix.
15129
15130         * imap.el (imap-debug): Doc fix.
15131
15132 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15135
15136 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * gnus.el (spam-contents): Improve docs for spam-contents
15139         parameter in its variable incarnation.
15140
15141 2005-02-14  Simon Josefsson  <jas@extundo.com>
15142
15143         * smime-ldap.el: Use require instead of load-library for ldap.
15144         (smime-ldap-search): Indent.
15145         (smime-ldap-search-internal): Shorten line.
15146
15147         * smime.el (smime-cert-by-dns): Add doc-string.
15148         (smime-cert-by-ldap-1): Indent.
15149
15150         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15151         mml-smime-get-dns-ldap.
15152         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15153
15154 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15155
15156         * smime.el: Require smime-ldap.
15157         (smime-ldap-host-list): New variable.
15158         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15159
15160         * mml-smime.el (mml-smime-encrypt-query): New function.
15161         (mml-smime-encrypt-query): Use it.
15162
15163         * smime-ldap.el: New file.
15164
15165 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15168
15169 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15172         argument in doc string.  Make query for type more clear.
15173
15174 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * gnus.el (gnus-group-startup-message): Search for gnus images in
15177         etc/images/gnus.
15178         * mm-util.el (mm-image-load-path): Likewise.
15179         * smiley.el (smiley-data-directory): Search for smilies in
15180         etc/images/smilies.
15181
15182 2005-02-09  Kim F. Storm  <storm@cua.dk>
15183
15184         Change Emacs release version from 21.4 to 22.1 throughout.
15185         Change Emacs development version from 21.3.50 to 22.0.50.
15186
15187 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15190
15191         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15192         non-Mule XEmacs as well.
15193         (mm-decompress-buffer): Signal an error intentionally if it does
15194         not decompress compressed data because auto-compression-mode is
15195         disabled.
15196
15197 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15198
15199         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15200         an ID in the registry even if it has no groups.
15201
15202 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15205         merge it into mm-decompress-buffer.
15206         (gnus-mime-copy-part): Use the MIME part charset, the value which
15207         a user specified or gnus-newsgroup-charset for decoding, like
15208         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15209         save-buffer what was used.  Suggested by Kevin Ryde
15210         <user42@zip.com.au>.
15211         (gnus-mime-inline-part): Allow the name parameter as well as the
15212         filename parameter; force decompressing of compressed data; always
15213         display contents being not decoded as unibyte.
15214
15215         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15216         as well as the filename parameter.
15217
15218         * mm-util.el (mm-decompress-buffer):
15219         Merge gnus-mime-jka-compr-maybe-uncompress.
15220         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15221         of compressed data.
15222
15223 2005-02-08  Simon Josefsson  <jas@extundo.com>
15224
15225         * imap.el (imap-log): Doc fix.
15226
15227 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15230         the coding cookies; decompress compressed parts.
15231
15232         * mml.el (mml-generate-mime-1): Add the charset parameter according
15233         to the value which a user specified manually or the coding cookie.
15234
15235         * mm-util.el (mm-string-to-multibyte): New function.
15236         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15237         (mm-coding-system-to-mime-charset): New function.
15238         (mm-decompress-buffer): New function.
15239         (mm-find-buffer-file-coding-system): New function.
15240
15241         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15242         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15243         parts.
15244
15245 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15246
15247         * mm-view.el (mm-display-inline-fontify): Decode a part according
15248         to the charset parameter.
15249
15250 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15253         prefix arg is neither nil nor a number, as info specifies.
15254
15255 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15258         timestamps.
15259
15260 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15261
15262         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15263         groups error checking and notify user.
15264
15265 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15266
15267         * message.el (message-send-mail-function): Check existence of
15268         sendmail-program first before using default value
15269         `message-send-mail-with-sendmail'.  Otherwise use more generic
15270         `smtpmail-send-it'.
15271
15272 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * nntp.el (nntp-request-update-info): Always return nil.
15275
15276 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15277
15278         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15279
15280 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15281
15282         * message.el (message-beginning-of-line): Change the behavior when
15283         invoked between BOL and : so that it first moves backward.
15284
15285 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15288         article buffer when editing of the article is discarded.
15289         (gnus-article-prepare): Revert.
15290
15291 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-art.el (gnus-article-prepare):
15294         Remove message-strip-forbidden-properties from the local hook.
15295
15296 2005-01-27  Simon Josefsson  <jas@extundo.com>
15297
15298         * password.el (password-cache-add): Only start one timer per key.
15299         Reported by Derek Atkins <warlord@MIT.EDU>.
15300
15301 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15302
15303         * run-at-time.el: Remove.  It is no longer needed as
15304         timer-funcs.el in the xemacs-base package has a working version of
15305         `run-at-time'.
15306
15307         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15308
15309         * password.el: Require timer-funcs instead of run-at-time in
15310         XEmacs.
15311         Remove `password-run-at-time' macro.
15312         (password-cache-add): Use `run-at-time' instead of
15313         `password-run-at-time'.
15314
15315         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15316         Remove `nnheader-cancel-function-timers' alias,
15317         `cancel-function-timers' exists in XEmacs in timer-funcs.
15318
15319         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15320         for `run-with-idle-timer'.
15321
15322         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15323         for `run-at-time'.
15324
15325         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15326         for `with-timeout'.
15327
15328         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15329         the same as for XEmacs 21.4.
15330         No need to ignore `run-with-idle-timer', this function exists in
15331         XEmacs now in timer-funcs.el in the xemacs-base package.
15332         (dgnushack-compile): No need to delete
15333         run-at-time.el from the list of files to compile because it
15334         doesn't exist anymore.
15335
15336 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15339         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15340
15341 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15342
15343         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15344         sensitively.
15345
15346 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15347
15348         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15349
15350 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15353         which will be inserted according to the multibyteness of a buffer
15354         rather than the type of contents.  Suggested by ARISAWA Akihiro
15355         <ari@mbf.ocn.ne.jp>.
15356
15357         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15358         of string which old xml.el may return rather than a string.
15359
15360 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15363
15364 2005-01-16  Simon Josefsson  <jas@extundo.com>
15365
15366         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15367         idn/idna.el isn't available.
15368         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15369         <michael@waxrat.com>.
15370
15371         * hashcash.el: Remove non-FSF copyright header.
15372
15373         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15374         (hashcash-generate-payment): Use it.
15375         (hashcash-generate-payment-async): Use it.
15376
15377 2005-01-15  Simon Josefsson  <jas@extundo.com>
15378
15379         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15380         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15381
15382         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15383         gnus-summary-idna-message.
15384         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15385         (gnus-summary-idna-message): New function.
15386
15387 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15390         gnus-novice-user.
15391
15392 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * nnrss.el (nnrss-request-delete-group): Delete entries in
15395         nnrss-group-alist as well.
15396         (nnrss-save-server-data): Insert newline.
15397
15398 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * gnus.el (gnus-user-agent): Use list of symbols instead of
15401         symbols.  Display full version number for (S)XEmacs.
15402         Optionally display (S)XEmacs codename.
15403
15404         * gnus-util.el (gnus-emacs-version): Update for new
15405         `gnus-user-agent'.
15406
15407         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15408         Gnus version.
15409
15410 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15413         which is unreadable in some setups.
15414
15415 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-spec.el (gnus-update-format-specifications): Flush the
15418         group format spec cache if it doesn't support decoded group names.
15419
15420 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15423         Allow to apply decay on score files matching a regexp.
15424
15425 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15428         compatibility in %g and %c.
15429
15430 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15433         name for only %g and %c.
15434         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15435         of gnus-tmp-group to decoded group name.
15436         (gnus-group-make-rss-group): Exclude `/'s from group names.
15437
15438 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * nnrss.el (nnrss-get-encoding): Fix regexp.
15441
15442 2004-12-27  Simon Josefsson  <jas@extundo.com>
15443
15444         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15445         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15446         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15447
15448 2004-12-17  Kim F. Storm  <storm@cua.dk>
15449
15450         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15451
15452         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15453
15454 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15455
15456         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15457
15458 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * nnrss.el: Require rfc2047 and mml.
15461         (nnrss-file-coding-system): New variable.
15462         (nnrss-format-string): Redefine it as an inline function.
15463         (nnrss-decode-group-name): New function.
15464         (nnrss-string-as-multibyte): Remove.
15465         (nnrss-retrieve-headers): Decode group name; don't use
15466         nnrss-format-string.
15467         (nnrss-request-group): Decode group name.
15468         (nnrss-request-article): Decode group name; allow a Message-ID as
15469         well as an article number; don't use nnrss-format-string; encode a
15470         Message-ID string which may contain non-ASCII characters; use
15471         mml-to-mime to compose a MIME article.
15472         (nnrss-request-expire-articles): Decode group name.
15473         (nnrss-request-delete-group): Decode group name.
15474         (nnrss-fetch): Clarify error message.
15475         (nnrss-read-server-data): Use insert-file-contents instead of load;
15476         bind file-name-coding-system; use multibyte buffer.
15477         (nnrss-save-server-data): Bind coding-system-for-write to the
15478         value of nnrss-file-coding-system; bind file-name-coding-system;
15479         add coding cookie.
15480         (nnrss-read-group-data): Use insert-file-contents instead of load;
15481         bind file-name-coding-system; use multibyte buffer.
15482         (nnrss-save-group-data): Bind coding-system-for-write to the
15483         value of nnrss-file-coding-system; bind file-name-coding-system.
15484         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15485         make it work with non-ASCII text.
15486         (nnrss-find-el): Make it work with old xml.el as well.
15487
15488 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15489
15490         * nnrss.el (nnrss-get-encoding): New function.
15491         (nnrss-fetch): Use unibyte buffer initially; bind
15492         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15493         decode contents according to the encoding attribute.
15494         (nnrss-save-group-data): Add coding cookie.
15495         (nnrss-mime-encode-string): New function.
15496         (nnrss-check-group): Use it to encode subject and author.
15497
15498 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15499
15500         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15501         imaginary variable.
15502
15503 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15506         correctly even if there are wide characters.
15507
15508 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15509
15510         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15511         downcased symbol names; make a new cache instead of reusing
15512         bbdb-hashtable.
15513
15514 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15517         concatenating segments rather than before concatenating them.
15518         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15519
15520         * message.el (message-get-reply-headers): Bind `extra'.
15521
15522 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * message.el (message-extra-wide-headers): New variable.
15525         (message-get-reply-headers): Use it.
15526
15527 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15530         (gnus-agent-group-pathname): Ditto.
15531
15532         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15533
15534         * gnus-group.el (gnus-group-make-group): Decode group name.
15535         (gnus-group-make-rss-group): Register the group data after opening
15536         the nnrss group.
15537
15538 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15539
15540         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15541         by expiry now get marked as read.
15542
15543 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15546
15547 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15548
15549         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15550         unify Latin characters in XEmacs.
15551         (mm-find-mime-charset-region): Use it.
15552
15553 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-util.el (gnus-delete-directory): New function.
15556
15557         * gnus-agent.el (gnus-agent-delete-group): Use it.
15558
15559         * gnus-cache.el (gnus-cache-delete-group): Use it.
15560
15561 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15564         names.
15565
15566 2004-12-16  Simon Josefsson  <jas@extundo.com>
15567
15568         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15569
15570 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15573
15574         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15575         (gnus-group-set-current-level): Decode group name.
15576
15577 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15578
15579         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15580         failed.
15581
15582 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-group.el (gnus-group-delete-group): Decode group name.
15585         (gnus-group-make-rss-group): Encode group name.
15586         (gnus-group-catchup-current): Decode group name.
15587         (gnus-group-kill-group): Decode group name.
15588
15589 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15590
15591         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15592
15593 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-group.el (gnus-group-make-rss-group):
15596         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15597
15598         * gnus-start.el (gnus-setup-news): Honor user's setting to
15599         gnus-message-archive-method.  Suggested by Lute Kamstra
15600         <lute@gnu.org>.
15601
15602 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15603
15604         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15605         global counterparts of the buffer-local variables.
15606
15607 2004-11-16  Romain Francoise  <romain@orebokech.com>
15608
15609         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15610         counterparts of the buffer-local variables.
15611
15612 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * message.el (message-forbidden-properties): Fix typo in doc
15615         string.
15616
15617 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * gnus-util.el (gnus-replace-in-string): Add doc string.
15620
15621         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15622         to avoid problems when splitting mails with many recipients.
15623
15624 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15625
15626         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15627         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15628
15629 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15630
15631         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15632         if there is no hashtable in memory or file modification time is
15633         newer than cached timestamp.
15634
15635 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * gnus-sum.el (gnus-summary-limit-to-recipient):
15638         Implement not-matching option.
15639
15640 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15643         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15644         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15645         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15646         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15647         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15648
15649 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * message.el (message-forward-make-body-mml): Remove headers
15652         according to message-forward-ignored-headers if a message is decoded.
15653
15654 2004-12-02  Romain Francoise  <romain@orebokech.com>
15655
15656         * message.el (message-forward-make-body-plain): Always remove
15657         headers according to message-forward-ignored-headers.
15658
15659 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * spam.el (spam-summary-prepare-exit): Remove the
15662         gnus-summary-limit pop for now, it has problems with ham marks for
15663         me.
15664
15665 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15666
15667         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15668         correctly.
15669
15670 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15671
15672         * format-spec.el (format-spec): Message the char.
15673
15674 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * gnus-art.el (gnus-split-methods): Reformat comments.
15677
15678         * spam.el (spam-summary-prepare-exit): Remove article limits
15679         before exiting the summary buffer.
15680
15681 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15684         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15685
15686         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15687         order to silence the byte compiler.
15688
15689         * spam.el: Fix the way to silence the byte compiler, which
15690         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15691         bbdb-search-simple, spam-BBDB-register-routine,
15692         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15693         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15694         spam-stat-buffer-is-spam, spam-stat-load,
15695         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15696         spam-stat-save and spam-stat-split-fancy.
15697
15698 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15701         which may confuse users.
15702         (canlock-password-for-verify): Ditto.
15703
15704         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15705
15706         * gnus-art.el (gnus-emphasis-alist): Ditto.
15707
15708         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15709
15710         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15711
15712         * gnus-start.el (gnus-save-killed-list): Ditto.
15713
15714         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15715         (gnus-sum-thread-tree-root): Ditto.
15716         (gnus-sum-thread-tree-false-root): Ditto.
15717         (gnus-sum-thread-tree-single-indent): Ditto.
15718
15719         * message.el (message-courtesy-message): Ditto.
15720         (message-archive-note): Ditto.
15721         (message-subscribed-address-file): Ditto.
15722         (message-user-fqdn): Ditto.
15723
15724         * spam-report.el (spam-report-gmane-regex): Ditto.
15725
15726         * spam.el (spam-blackhole-good-server-regex): Ditto.
15727
15728 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * mml.el (mml-preview): Widen the message buffer before copying
15731         the contents to the preview buffer; sort headers before previewing.
15732
15733         * message.el (message-hidden-headers): Fix the way to avoid a bug
15734         in the `repeat' widget in Emacs 21.3 or earlier.
15735
15736 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * message.el (message-hidden-headers): Default to "^References:".
15739         Improve customization type.  Suggested by Reiner Steib
15740         <Reiner.Steib@gmx.de>.
15741
15742 2004-11-25  Romain Francoise  <romain@orebokech.com>
15743
15744         * message.el (message-strip-forbidden-properties): Remove check for
15745         obsolete `message-hidden' text property, hidden headers are not
15746         accessible in the buffer anymore.
15747
15748 2004-11-22  Romain Francoise  <romain@orebokech.com>
15749
15750         * message.el (message-header-format-alist): Add `From' in list
15751         so that it can be sorted.
15752         (message-fix-before-sending): Widen and sort headers before
15753         sending.
15754         (message-hide-headers): Use narrowing to hide headers by moving
15755         them to the top of the buffer and narrowing to the region
15756         underneath.
15757
15758 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15759
15760         * message.el (message-strip-forbidden-properties):
15761         Bind buffer-read-only (etc) to nil.
15762
15763 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15766         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15767
15768 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15769
15770         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15771
15772 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * dns.el (query-dns): Use sit-for to time instead of
15775         accept-process-output, since that doesn't seem to work on udp
15776         sockets.
15777
15778 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15781
15782 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15785         doc string.  Improve doc string.
15786
15787 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * nntp.el (nntp-request-update-info): Return nil if
15790         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15791         may not call gnus-activate-group which uselessly issues the GROUP
15792         commands for all nntp groups and wastes time.  Reported by Romain
15793         Francoise <romain@orebokech.com>.
15794
15795         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15796
15797 2004-11-15  Simon Josefsson  <jas@extundo.com>
15798
15799         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15800         headers separately.
15801         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15802         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15803
15804 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * gnus-start.el (gnus-convert-old-newsrc):
15807         Assign legacy-gnus-agent to 5.10.7.
15808
15809 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15812         start of the lines.
15813
15814 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15815
15816         * hashcash.el (hashcash-default-payment): Change default to 20.
15817         (hashcash-default-accept-payment): Change default to 20.
15818         (hashcash-process-alist): New variable.
15819         (hashcash-generate-payment-async): Add.
15820         (hashcash-already-paid-p): Add.
15821         (hashcash-insert-payment): Don't generate payments twice.
15822         (hashcash-insert-payment-async): Add.
15823         (hashcash-insert-payment-async-2): Add.
15824         (hashcash-cancel-async): Add.
15825         (hashcash-wait-async): Add.
15826         (hashcash-processes-running-p): Add.
15827         (hashcash-wait-or-cancel): Add.
15828         (mail-add-payment): New optional argument.  Conditionally start
15829         asynchronous calculation.
15830         (mail-add-payment-async): Add.
15831
15832         * message.el (message-send-mail): Wait for asynchronous hashcash
15833         results.  Don't clobber existing X-Hashcash headers.
15834         (message-setup-1): Call mail-add-payment-async when
15835         message-generate-hashcash is non-nil.
15836
15837 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15838
15839         * message.el (message-use-alternative-email-as-from): Examine the
15840         From header as well; use message-make-from in order to include a
15841         user's full name.
15842
15843 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15846         default; improve customization type.
15847         (gnus-emphasis-custom-with-format): New macro.
15848         (gnus-emphasis-custom-value-to-external): New function.
15849         (gnus-emphasis-custom-value-to-internal): New function.
15850
15851 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15852
15853         * dns.el (query-dns): Resolve reverse addresses.
15854
15855 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15856
15857         * gnus-group.el (gnus-group-get-new-news): Use it.
15858
15859         * gnus-start.el (gnus-check-reasonable-setup): New function.
15860
15861 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15864         "Args out of range" error.  Reported by Arnaud Giersch
15865         <arnaud.giersch@free.fr>.
15866
15867 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15868
15869         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15870
15871 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15872
15873         * spam.el (spam group): Add :version.
15874
15875         * pgg-def.el (pgg group): Add :version.
15876
15877 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-art.el (gnus-article-edit-article): Don't associate the
15880         article buffer with a draft file.  This is a temporary measure
15881         against the 2004-08-22 change to gnus-article-edit-mode.
15882
15883 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15886         (html2text-format-tags): Remove unused variable `attr'.
15887
15888 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15891
15892         * tls.el (tls-process-connection-type, tls-success)
15893         (tls-certtool-program): Add :version.
15894
15895         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15896         (starttls-extra-arguments, starttls-process-connection-type)
15897         (starttls-connect, starttls-failure, starttls-success): Add :version.
15898
15899         * spam-stat.el (spam-stat): Add :version.
15900
15901         * sieve.el (sieve): Add :version.
15902
15903         * sha1.el (sha1): Add :version.
15904         (sha1-use-external): Remove redundant version.
15905
15906         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15907         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15908         (nnmail-split-fancy-match-partial-words)
15909         (nnmail-split-lowercase-expanded): Add :version.
15910
15911         * nndiary.el (nndiary): Add :version.
15912
15913         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15914
15915         * mml-sec.el (mml-default-sign-method)
15916         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15917         Add :version.
15918
15919         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15920
15921         * mm-url.el (mm-url-use-external, mm-url-program)
15922         (mm-url-arguments): Add :version.
15923
15924         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15925         (mm-attachment-file-modes, mm-decrypt-option)
15926         (mm-w3m-safe-url-regexp): Add :version.
15927
15928         * message.el (message-cite-prefix-regexp)
15929         (message-sendmail-envelope-from, message-minibuffer-local-map)
15930         (message-user-fqdn, message-completion-alist): Add :version.
15931
15932         * gnus-win.el (gnus-configure-windows-hook)
15933         (gnus-use-frames-on-any-display): Add :version.
15934
15935         * gnus-art.el (gnus-article-address-banner-alist)
15936         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15937         (gnus-treat-from-picon, gnus-treat-mail-picon)
15938         (gnus-treat-x-pgp-sig): Add :version.
15939
15940         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15941         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15942         (gnus-summary-article-delete-hook)
15943         (gnus-summary-display-while-building): Add :version.
15944
15945         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15946         (gnus-get-top-new-news-hook): Add :version.
15947
15948         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15949         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15950
15951         * gnus-registry.el (gnus-registry): Add :version.
15952
15953         * gnus-spec.el (gnus-use-correct-string-widths)
15954         (gnus-make-format-preserve-properties): Add :version.
15955
15956         * gnus.el (gnus-group-charter-alist)
15957         (gnus-group-fetch-control-use-browse-url)
15958         (gnus-install-group-spam-parameters): Add :version.
15959
15960         * gnus-diary.el (gnus-diary): Add :version.
15961
15962         * gnus-delay.el (gnus-delay): Add :version.
15963
15964         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15965         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15966         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15967         Add :version.
15968
15969         * gnus-agent.el (gnus-agent-max-fetch-size)
15970         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15971         (gnus-agent-prompt-send-queue): Add :version.
15972
15973         * deuglify.el (gnus-outlook-deuglify): Add :version.
15974
15975         * html2text.el: Beautify code.  Improve doc strings.
15976         Some checkdoc cleanup.
15977         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15978
15979 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15980
15981         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15982
15983 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15984
15985         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15986         when package is loaded.
15987
15988         * spam.el (spam-summary-score-preferred-header): Add global preference
15989         for people who want to override the default SpamAssassin over
15990         Bogofilter preference (when both are set).
15991         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15992         (spam-user-format-function-S):
15993         Check spam-summary-score-preferred-header.
15994         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15995         (spam-user-format-function-S): Format the score correctly.
15996
15997 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16000         signature file.  Suggested by Manoj Srivastava
16001         <srivasta@golden-gryphon.com>.
16002
16003         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16004         iso-2022-jp even in the Japanese language environment.
16005         Suggested by Jason Rumney <jasonr@gnu.org>.
16006
16007 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16010         use the same characters as the dummy marks; make it free from
16011         getting affected by the language environment.
16012         (gnus-summary-read-group-1): Update mark positions only when the
16013         format spec is updated.
16014
16015         * gnus-spec.el (gnus-update-format-specifications): Return a list
16016         of updated types.
16017
16018 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16021         of boundp to check if display-warning is available.
16022
16023 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16024
16025         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16026
16027 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * nnspool.el (nnspool-spool-directory): Use news-path if the
16030         news-directory variable is not bound.
16031
16032         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16033         function instead of display-warning if it is not available.
16034
16035 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16038         v5-10: Use `point-at-bol'.
16039
16040 2004-10-26  Simon Josefsson  <jas@extundo.com>
16041
16042         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16043         <chenggao@gmail.com>.
16044
16045 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16048         instead.
16049
16050 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16053         to remove a server from the nnimap-server-buffer-alist.
16054         (nnimap-open-connection, nnimap-close-server): Use it.
16055
16056         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16057
16058 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16061         running the major-mode function.
16062
16063 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16066         dummy marks in the right way.
16067
16068 2004-10-18  David Edmondson  <dme@dme.org>
16069
16070         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16071         excessively.
16072
16073 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16074
16075         * gnus-util.el (gnus-split-references): Accept a nil references
16076         string and go on blissfully.
16077
16078         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16079         cases where the references string is non-nil but has no references.
16080
16081         * encrypt.el: Add autoload tags.
16082
16083         * spam.el (spam-resolve-registrations-routine): Remove article
16084         from unregistration list too.  Reported by David Hanak
16085         <dhanak@isis.vanderbilt.edu>
16086
16087 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16090         nil.  Change custom type.
16091
16092 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16095
16096         * gnus-sum.el (gnus-summary-move-article): Use it.
16097
16098 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16099
16100         * encrypt.el: Add autoload cookies.
16101
16102         * spam.el (spam-backend-article-list-property)
16103         (spam-backend-get-article-todo-list)
16104         (spam-backend-put-article-todo-list)
16105         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16106         Resolve registrations separately.
16107         (spam-register-routine): Format comments.
16108         (spam-unregister-routine, spam-register-routine): Always call with
16109         specific-articles, no default list.
16110         (spam-summary-prepare-exit): Use the spam-classifications function.
16111
16112         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16113         gnus-encrypt.el.
16114
16115         * encrypt.el: Copied from gnus-encrypt.el.
16116
16117         * gnus-encrypt.el: Commented that it's obsolete.
16118
16119 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16122         (gnus-score-save): Use it.
16123
16124         * message.el (message-bury): Use `window-dedicated-p'.
16125
16126 2004-10-15  Simon Josefsson  <jas@extundo.com>
16127
16128         * pop3.el (top-level): Don't require nnheader.
16129         (pop3-read-timeout): Add.
16130         (pop3-accept-process-output): Add.
16131         (pop3-read-response, pop3-retr): Use it.
16132
16133 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16134
16135         * spam.el (spam-register-routine): Move comment.
16136         (spam-verify-bogofilter): Use 'unknown for the initial
16137         spam-bogofilter-valid state, not 'never.
16138
16139         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16140         for netrc-machine.
16141
16142         * nnimap.el (nnimap-open-connection):
16143         Use netrc-machine-user-or-password.
16144
16145 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16146
16147         * gnus-registry.el (gnus-registry-unload-hook):
16148         Set as a variable with add-hook.
16149
16150         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16151         of news-path.
16152
16153         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16154
16155         * spam.el: Delete duplicate `provide'.
16156         (spam-unload-hook): Set as a variable with add-hook.
16157
16158 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16161         in the doc string.
16162
16163         * message.el (message-ignored-news-headers)
16164         (message-ignored-supersedes-headers)
16165         (message-ignored-resent-headers)
16166         (message-forward-ignored-headers): Improve custom type.
16167
16168 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * message.el (message-tokenize-header): Fix 2004-09-06 change
16171         which used point-min in the wrong place.
16172
16173 2004-10-12  Simon Josefsson  <jas@extundo.com>
16174
16175         * tls.el (tls-certtool-program): New variable.
16176         (tls-certificate-information): New function, based on
16177         ssl-certificate-information.
16178
16179 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * compface.el: Move the version of ELisp-based uncompface program
16182         to the contrib directory because of the copyright problem.
16183
16184 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16185
16186         * message.el (message-kill-buffer): Raise the current frame.
16187
16188 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16191
16192         * gnus.el (message-y-or-n-p): Autoload.
16193
16194         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16195         (pop3-password-required, pop3-authentication-scheme)
16196         (pop3-leave-mail-on-server): Make customizable.
16197         (pop3): New custom group.
16198         (pop3-retr): Remove `sleep-for' statements.
16199         Suggested by Dave Love <fx@gnu.org>.
16200
16201         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16202         Windows/DOS.
16203
16204         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16205         (imap-parse-body): Fix incorrect use of `assert'.
16206         Suggested by Dave Love <fx@gnu.org>.
16207
16208         * mml.el (mml-minibuffer-read-disposition): Require match.
16209         Suggested by Dave Love <fx@gnu.org>.
16210
16211 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16212
16213         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16214         doc string.
16215
16216 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16219
16220 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16221
16222         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16223         instead of calling `mm-insert-inline', to decode text/* parts
16224         before displaying them.
16225
16226 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * mm-uu.el (mm-uu-text-plain-type): New variable.
16229         (mm-uu-pgp-signed-extract-1): Use it.
16230         (mm-uu-pgp-encrypted-extract-1): Use it.
16231         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16232         bind mm-uu-text-plain-type with that value.
16233         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16234         mm-uu-dissect.
16235
16236 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-group.el (gnus-update-group-mark-positions):
16239         * gnus-sum.el (gnus-update-summary-mark-positions):
16240         * message.el (message-check-news-body-syntax):
16241         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16242         of string-as-multibyte.
16243
16244 2004-10-05  Juri Linkov  <juri@jurta.org>
16245
16246         * gnus-group.el (gnus-update-group-mark-positions):
16247         * gnus-sum.el (gnus-update-summary-mark-positions):
16248         * message.el (message-check-news-body-syntax):
16249         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16250         8-bit unibyte values to a multibyte string for search functions.
16251
16252 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16255         (mm-uu-dissect-text-parts): New function.
16256
16257         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16258         dissect text parts.
16259
16260         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16261         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16262
16263         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16264
16265         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16266         Use gnus-current-topics instead of gnus-current-topic.
16267
16268 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16271
16272 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16273
16274         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16275         where approriate.
16276
16277         * nnml.el (nnml-generate-active-info): do.
16278
16279         * nndiary.el (nndiary-generate-active-info): do.
16280
16281         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16282         (gnus-topic-move): do.
16283
16284         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16285         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16286
16287         * gnus-srvr.el (gnus-server-prepare)
16288         (gnus-server-open-all-servers): do.
16289
16290         * gnus-msg.el (gnus-summary-cancel-article)
16291         (gnus-summary-resend-message)
16292         (gnus-summary-mail-crosspost-complaint): do.
16293
16294         * gnus-move.el (gnus-change-server): do.
16295
16296         * gnus-group.el (gnus-group-unmark-all-groups)
16297         (gnus-group-set-current-level): do.
16298
16299 2004-10-04  Simon Josefsson  <jas@extundo.com>
16300
16301         * message.el (message-generate-hashcash): Doc fix.
16302
16303 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16304
16305         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16306         avoid infinite recursion via gnus-get-function.
16307
16308 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16309
16310         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16311
16312         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16313
16314         * nnmail.el (nnmail-split-history): do.
16315
16316         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16317         (nnml-request-delete-group): do.
16318
16319         * nnslashdot.el (nnslashdot-read-groups): do.
16320
16321         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16322         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16323
16324         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16325         (nnspool-sift-nov-with-sed): Use last.
16326         (nnspool-retrieve-headers-with-nov): Use mapc.
16327         (nnspool-request-newgroups): Use dolist.
16328         (nnspool-request-group): Use last.
16329
16330         * nntp.el (nntp-read-server-type): Use dolist.
16331
16332         * nnvirtual.el (nnvirtual-create-mapping)
16333         (nnvirtual-update-read-and-marked): Use dolist.
16334         (nnvirtual-convert-headers): Simplify.
16335
16336 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16337
16338         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16339         Add support for sync'ing tick marks.
16340
16341 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16344         there's no visible header.
16345
16346 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16347
16348         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16349         When necessary, pass full group name to gnus-request-set-marks.
16350
16351 2004-10-01  Simon Josefsson  <jas@extundo.com>
16352
16353         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16354         acroread.
16355
16356 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16357
16358         * spam-report.el (spam-report-gmane): Fix interactive.
16359
16360         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16361
16362         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16363         when writing file.
16364         (gnus-agent-synchronize-flags): Don't default to being
16365         interactive.
16366
16367 2004-09-30  Simon Josefsson  <jas@extundo.com>
16368
16369         * message.el (message-generate-hashcash): Add.
16370         (message-send-mail): Use it, call mail-add-payment.
16371
16372 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16375
16376 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16377
16378         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16379         gnus-requst-update-info with explicit code to sync the in-memory
16380         info read flags with the marks being sync'd to the backend.
16381
16382         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16383
16384 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16385
16386         * spam.el (spam-verify-bogofilter): Add new function.
16387         (spam-check-bogofilter)
16388         (spam-bogofilter-register-with-bogofilter): Use it.
16389         (spam-verify-bogofilter): Add small fixes.
16390
16391 2004-09-28  Simon Josefsson  <jas@extundo.com>
16392
16393         * hashcash.el (hashcash-generate-payment): Revert.
16394
16395 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16396
16397         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16398         Use gnus-extract-references instead of gnus-split-references.
16399
16400         * gnus-util.el (gnus-extract-references): Add new function, analogous
16401         to gnus-split-references but extracts only the message-ID without
16402         anything extra.
16403
16404         * hashcash.el (hashcash-generate-payment)
16405         (hashcash-check-payment): Do the right thing if hashcash-path is
16406         nil (because the hashcash program could not be found).
16407
16408         * spam.el (spam-use-hashcash): Remove comment.
16409
16410 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16411
16412         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16413         (gnus-cache-enter-article, gnus-cache-remove-article)
16414         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16415
16416         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16417
16418         * gnus-art.el (article-hide-boring-headers)
16419         (article-translate-strings, article-display-face)
16420         (gnus-article-mime-match-handle-first)
16421         (gnus-article-highlight-headers)
16422         (gnus-article-add-buttons-to-head): do.
16423
16424 2004-09-27  Simon Josefsson  <jas@extundo.com>
16425
16426         * hashcash.el: New version, from
16427         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16428         ../contrib/.
16429
16430 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16433
16434 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16435
16436         * gnus-dup.el (gnus-dup-open): Use mapc.
16437         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16438
16439         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16440         Reported by Stefan Wiens <s.wi@gmx.net>.
16441
16442         * gnus.el (gnus-shutdown): Use dolist.
16443
16444         * gnus-undo.el (gnus-undo): Use mapc.
16445
16446         * nnrss.el (nnrss-generate-active): do.
16447
16448         * message.el (message-cite-original-without-signature)
16449         (message-cite-original): Use mapc.
16450         (message-do-actions, message-make-forward-subject): Use dolist.
16451
16452 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16453
16454         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16455         deletion to remove entire duplicate line.  Fixes merged article
16456         number bug.
16457
16458 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16459
16460         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16461         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16462         first ask if you want to open a server and then, even when you
16463         responded with no, asking if you want to synchronize the server's
16464         flags.
16465         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16466         multi-line expressions.
16467         (gnus-agent-synchronize-group-flags): New internal function.
16468         Updates marks in memory (in the info structure) AND in the
16469         backend.
16470
16471         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16472
16473         * nnagent.el (nnagent-request-set-mark):
16474         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16475         method, to ensure that synchronization updates marks in the
16476         backend and in the info (in memory) structure.
16477
16478 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16481         convention fully; don't miss the root article of a thread; make
16482         the X-Draft-From header with correct article numbers.
16483
16484 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16485
16486         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16487         unless plugged.  Disable the agent so that an open failure causes
16488         an error.
16489
16490         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16491         Revert 2004-09-21 change.  The backend must be opened while
16492         synchronizing flags even when the backend stores the flags
16493         locally.
16494
16495 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16496
16497         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16498         in `header' match.  Reported by Svend Tollak Munkejord.
16499
16500         * message.el (message-cite-original): Fix use of
16501         `message-cite-articles-with-x-no-archive'.
16502
16503 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16506         (gnus-window-to-buffer): Ditto.
16507
16508         * mml.el (mml-preview-buffer): New variable.
16509         (mml-preview): Manage window layout with gnus-buffer-configuration.
16510
16511         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16512         X-Draft-From header even if those articles aren't quoted.
16513
16514 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16515
16516         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16517         (gnus-request-set-mark, gnus-request-update-mark): Use new
16518         g-s-t-u-l-m to decide to use backend even when unplugged.
16519
16520 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16523         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16524
16525 2004-09-20  Simon Josefsson  <jas@extundo.com>
16526
16527         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16528         "utf-16-le".
16529
16530 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16531
16532         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16533
16534 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * uudecode.el (uudecode-use-external): Add :version.
16537
16538         * smime.el (smime-CA-file, smime-encrypt-cipher)
16539         (smime-dns-server): Add :version.
16540
16541         * smiley.el (gnus-smiley-file-types): Add :version.
16542
16543         * sha1.el (sha1-use-external): Add :version.
16544
16545         * pgg-def.el (pgg-query-keyserver): Add :version.
16546
16547         * nnmail.el (nnmail-fancy-expiry-targets)
16548         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16549         Add :version.
16550
16551         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16552         (nnimap-retrieve-groups-asynchronous): Add :version.
16553         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16554
16555         * mml.el (mml-content-disposition-parameters)
16556         (mml-insert-mime-headers-always): Add :version.
16557
16558         * mm-util.el (mm-coding-system-priorities): Add :version.
16559
16560         * mm-decode.el (mm-inline-text-html-with-images)
16561         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16562         (mm-verify-option): Add :version.
16563         (mm-text-html-renderer): Change :version.
16564
16565         * message.el (message-fcc-externalize-attachments)
16566         (message-required-headers, message-draft-headers)
16567         (message-subject-trailing-was-query)
16568         (message-subject-trailing-was-ask-regexp)
16569         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16570         (message-mark-insert-end, message-archive-header)
16571         (message-archive-note, message-cross-post-default)
16572         (message-cross-post-note, message-followup-to-note)
16573         (message-cross-post-note-function, message-use-mail-followup-to)
16574         (message-subscribed-address-functions)
16575         (message-subscribed-address-file, message-subscribed-addresses)
16576         (message-subscribed-regexps, message-allow-no-recipients)
16577         (message-yank-cited-prefix, message-signature-insert-empty-line)
16578         (message-hidden-headers, message-hierarchical-addresses)
16579         (message-mail-user-agent, message-use-idna)
16580         (message-valid-fqdn-regexp)
16581         (message-strip-special-text-properties, message-header-synonyms)
16582         (message-beginning-of-line, message-tab-body-function): Add :version.
16583         (message-insert-canlock, message-wide-reply-confirm-recipients):
16584         Change :version.
16585
16586         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16587         and :version.
16588         (mail-source-delete-old-incoming-confirm)
16589         (mail-source-movemail-program): Add :version.
16590
16591         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16592         (gnus-agent-cache, gnus-agent): Change :version.
16593
16594         * gnus-util.el (gnus-use-byte-compile): Change :version.
16595
16596         * gnus-sum.el (gnus-summary-make-false-root-always)
16597         (gnus-summary-default-high-score)
16598         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16599         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16600         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16601         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16602         (gnus-sum-thread-tree-single-indent)
16603         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16604         (gnus-sum-thread-tree-leaf-with-other)
16605         (gnus-sum-thread-tree-single-leaf): Add :version.
16606         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16607         (gnus-article-loose-mime): Change :version.
16608
16609         * gnus-start.el (gnus-backup-startup-file)
16610         (gnus-save-startup-file-via-temp-buffer): Add :version.
16611
16612         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16613         (gnus-server-offline-face): Add :version.
16614
16615         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16616
16617         * gnus-msg.el (gnus-gcc-externalize-attachments)
16618         (gnus-debug-files, gnus-debug-exclude-variables)
16619         (gnus-discouraged-post-methods): Change :version.
16620         (gnus-confirm-mail-reply-to-news)
16621         (gnus-confirm-treat-mail-like-news): Add :version.
16622
16623         * gnus-int.el (gnus-server-unopen-status): Add :version.
16624
16625         * gnus-group.el (gnus-group-jump-to-group-prompt)
16626         (gnus-large-ephemeral-newsgroup)
16627         (gnus-fetch-old-ephemeral-headers): Add :version.
16628
16629         * gnus-fun.el (gnus-x-face-directory)
16630         (gnus-convert-pbm-to-x-face-command)
16631         (gnus-convert-image-to-x-face-command)
16632         (gnus-convert-image-to-face-command): Add :version.
16633
16634         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16635
16636         * gnus-cite.el (gnus-cite-blank-line-after-header)
16637         (gnus-article-boring-faces): Add :version.
16638
16639         * gnus-art.el (gnus-buttonized-mime-types)
16640         (gnus-inhibit-mime-unbuttonizing)
16641         (gnus-treat-display-face)
16642         (gnus-treat-body-boundary): Change :version.
16643         (gnus-body-boundary-delimiter, gnus-picon-databases)
16644         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16645         (gnus-treat-date-english, gnus-treat-fold-headers)
16646         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16647         (gnus-treat-mail-picon, gnus-treat-wash-html)
16648         (gnus-article-encrypt-protocol)
16649         (gnus-use-idna, gnus-article-over-scroll)
16650         (gnus-mime-display-multipart-alternative-as-mixed)
16651         (gnus-mime-display-multipart-related-as-mixed)
16652         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16653         (gnus-ctan-url, gnus-button-ctan-handler)
16654         (gnus-button-handle-ctan-bogus-regexp)
16655         (gnus-button-ctan-directory-regexp)
16656         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16657         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16658         (gnus-button-man-level, gnus-button-emacs-level)
16659         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16660
16661         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16662         (gnus-agent-go-online): Change :version.
16663         (gnus-agent-expire-unagentized-dirs)
16664         (gnus-agent-auto-agentize-methods): Add :version.
16665
16666         * flow-fill.el (fill-flowed-display-column)
16667         (fill-flowed-encode-column): Add :version.
16668
16669         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16670         (gnus-outlook-deuglify-unwrap-max)
16671         (gnus-outlook-deuglify-cite-marks)
16672         (gnus-outlook-deuglify-unwrap-stop-chars)
16673         (gnus-outlook-deuglify-no-wrap-chars)
16674         (gnus-outlook-deuglify-attrib-cut-regexp)
16675         (gnus-outlook-deuglify-attrib-verb-regexp)
16676         (gnus-outlook-deuglify-attrib-end-regexp)
16677         (gnus-outlook-display-hook): Add :version.
16678
16679         * binhex.el (binhex-use-external): Add :version.
16680
16681 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16684         and `invisible'.
16685
16686 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16687
16688         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16689         in gnus-registry-trim.
16690
16691 2004-09-13  Simon Josefsson  <jas@extundo.com>
16692
16693         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16694
16695         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16696
16697         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16698         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16699         <yamaoka@jpl.org>.
16700         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16701         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16702         <yamaoka@jpl.org>.
16703
16704         * sieve.el (sieve-manage-mode): Ditto.
16705
16706 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16709
16710 2004-09-11  Simon Josefsson  <jas@extundo.com>
16711
16712         * dns-mode.el: Add.
16713
16714         * mm-view.el (mm-display-dns-inline): Add.
16715
16716         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16717         (mm-automatic-display): Ditto.
16718
16719         * mailcap.el (mailcap-mime-data): Add text/dns.
16720         (mailcap-mime-extensions): Map .soa to text/dns.
16721
16722 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16723
16724         * gnus-art.el (article-decode-mime-words, article-babel)
16725         (gnus-article-highlight-signature, gnus-article-add-buttons)
16726         (gnus-signature-toggle): Remove unnecessary bindings of
16727         `inhibit-read-only' inherited from v5.10 merge.
16728
16729 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16730
16731         * nntp.el (nntp): New customization group.
16732         (nntp-authinfo-file): Add customization group.
16733
16734         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16735
16736         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16737
16738         * gnus.el (to-address, to-list, subscribed)
16739         (large-newsgroup-initial): Ditto.
16740
16741         * flow-fill.el (fill-flowed-display-column)
16742         (fill-flowed-encode-column): Ditto.
16743
16744 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16745
16746         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16747         Use point-min rather than 1.
16748         (message-send-mail): Use buffer-size rather than point-max.
16749
16750         * gnus-sum.el (gnus-summary-search-article-forward):
16751         Signal a specific `search-failed' rather than a generic `error'.
16752
16753         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16754         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16755         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16756
16757 2004-09-10  Simon Josefsson  <jas@extundo.com>
16758
16759         * nndb.el (require): Remove tcp and duplicate cl.
16760
16761 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-agent.el (directory-files-and-attributes): Move forward.
16764
16765 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16766
16767         * gnus-agent.el (directory-files-and-attributes):
16768         Optionally defined to support XEmacs.
16769
16770 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16771
16772         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16773         to avoid run-time CL dependencies.
16774         (gnus-agent-unfetch-articles): New function.
16775         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16776         article numbers even when local .overview file is missing.
16777         (gnus-agent-read-article-number): New function.  Only accepts
16778         27-bit article numbers.
16779         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16780         Use gnus-agent-read-article-number.
16781         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16782         from backend while recognizing that article numbers in .overview
16783         must be valid.
16784         (gnus-agent-update-files-total-fetched-for):
16785         Use directory-files-and-attributes to improve performance.
16786         * gnus-int.el (gnus-request-move-article):
16787         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16788         improve performance.
16789
16790         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16791         some users confused by references to .newsrc when they only have a
16792         .newsrc.eld file.
16793         (gnus-convert-mark-converter-prompt)
16794         (gnus-convert-converter-needs-prompt): Fix use of property list.
16795         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16796         New function.  Used internally to only display 'gnus converting
16797         files' message when actually necessary.
16798
16799         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16800         methods now autoloaded.
16801
16802 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16805         identifiers.
16806
16807 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * gnus-picon.el: Fix indentation and closing parenthesis.
16810
16811 2004-09-01  Simon Josefsson  <jas@extundo.com>
16812
16813         * message.el (message-canlock-generate): Require sha1, not
16814         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16815         to require within a function.  Sadly, if sha1.el isn't loaded, the
16816         let binding in m-c-g will hide the defcustom definition, which is
16817         bad.)
16818
16819         * canlock.el: Require sha1, not sha1-el.
16820
16821         * message.el: Don't autoload sha1 (there is a autoload cookie in
16822         sha1.el).
16823
16824         * sha1-el.el: Rename to sha1.el.
16825
16826 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16827
16828         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16829
16830 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16831
16832         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16833
16834 2004-08-30  Kim F. Storm  <storm@cua.dk>
16835
16836         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16837
16838         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16839         Add :group 'nnimap.
16840
16841 2004-08-30  Andreas Schwab  <schwab@suse.de>
16842
16843         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16844         ?* and ?\;.
16845
16846         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16847         and ?\' to symbol instead of whitespace.
16848
16849 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16852
16853         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16854         instead of re-search-forward.
16855
16856         * gnus-uu.el (gnus-uu-save-article): Ditto.
16857         (gnus-uu-post-encode-uuencode): Ditto.
16858
16859         * html2text.el (html2text-clean-list-items): Ditto.
16860         (html2text-clean-dtdd): Ditto.
16861         (html2text-format-tags): Ditto.
16862
16863         * message.el (message-send-mail-with-sendmail): Fix regexp.
16864         (message-fill-field-general): Use search-forward instead of
16865         re-search-forward.
16866         (unbold-region): Ditto.
16867
16868         * nnrss.el (nnrss-request-article): Ditto.
16869
16870         * nnslashdot.el (nnslashdot-request-article): Ditto.
16871
16872         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16873
16874         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16875         "Unrecognized menu descriptor" error in XEmacs.
16876
16877 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16878
16879         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16880         parent article of a sparse article in the thread hashtb.
16881
16882 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16883
16884         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16885         (nnmail-expand-newtext): Lowercase expanded entries if
16886         nnmail-split-lowercase-expanded is non-nil.
16887
16888 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16891
16892         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16893         of gnus-tmp-news-method into string under XEmacs.  It will be
16894         passed to gnus-correct-length which takes only a string argument.
16895
16896 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-util.el (gnus-bind-print-variables): New macro.
16899         (gnus-prin1): Use it.
16900         (gnus-prin1-to-string): Use it.
16901         (gnus-pp): New function.
16902         (gnus-pp-to-string): New function.
16903
16904         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16905         Replace pp-to-string with gnus-pp-to-string.
16906         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16907         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16908         * gnus-msg.el (gnus-debug): Ditto.
16909         * gnus-score.el (gnus-score-save): Ditto.
16910         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16911         gnus-pp-to-string.
16912         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16913         with gnus-pp.
16914         * score-mode.el (gnus-score-pretty-print): Ditto.
16915         * webmail.el (webmail-debug): Ditto.
16916
16917 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-art.el (article-display-face, article-display-x-face):
16920         Use buffer-read-only.
16921
16922 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * gnus-art.el (article-hide-list-identifiers):
16925         Bind inhibit-read-only as t.
16926
16927 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16930
16931 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16932
16933         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16934         (gnus-narrow-to-page): Don't assume point-min == 1.
16935         (gnus-article-edit-mode): Derive from message-mode.
16936
16937         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16938         point-min == 1.
16939
16940         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16941         Disable incorrect use of `assert'.
16942
16943         * message.el (message-mode): Set comment-start-skip.
16944
16945
16946 2004-08-22  Sam Steingold  <sds@gnu.org>
16947
16948         * pop3.el (pop3-leave-mail-on-server): New user variable.
16949         (pop3-movemail): Delete mail only when it is nil.
16950
16951 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16954
16955         * mml.el (mml-preview): Use `pop-to-buffer'.
16956
16957         * message.el (message-goto-mail-followup-to): Insert after "To".
16958         (message-carefully-insert-headers): Add comment.
16959
16960         * gnus.el: Remove unused variable `gnus-article-check-size'.
16961
16962         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16963
16964         * gnus-art.el (gnus-button-alist):
16965         Improve `gnus-button-handle-library' entry.
16966
16967 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16968
16969         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16970         Use downcase, since XEmacs capitalizes error messages differently.
16971
16972 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16973
16974         * nntp.el: Add (require 'gnus) due to reference to
16975         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16976
16977 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16978
16979         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16980         Bind `mm-fill-flowed'.
16981
16982         * mm-decode.el (mm-dissect-singlepart): Check it.
16983
16984 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16987         'imap' for netrc parsing.
16988
16989 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * mailcap.el (mailcap-mime-data): Mark as risky.
16992
16993 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16996         may be included in the encoded word.
16997         (rfc2047-encode): Don't append a space if the encoded word
16998         includes close parenthesis.
16999
17000 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17003         of text within parentheses.
17004
17005 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17008         (gnus-encrypt-write-file-contents): Make the password key the file
17009         name PLUS the cipher, not just the cipher.  Also remove failed
17010         passwords from the cache.
17011
17012 2004-08-06  Simon Josefsson  <jas@extundo.com>
17013
17014         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17015         Doc fix.
17016
17017 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17020         LWSP.
17021
17022 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17025         Try to append in-reply-to: data to the references: header.
17026
17027         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17028         (netrc-parse): Use gnus-encrypt.el functions.
17029
17030         * gnus-encrypt.el: Add new file for encryption support; currently
17031         does only a few GPG ciphers and an internal XOR cipher.
17032
17033         * password.el: Add comments on using password-read-and-add.
17034         (password-read-and-add): Add function to read and add the
17035         password to the cache at once.
17036
17037 2004-07-28  Simon Josefsson  <jas@extundo.com>
17038
17039         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17040         parameter (but don't use it, for now).
17041
17042         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17043         instead of hard coding to nil.
17044
17045 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17048         as mm-inline-image-xemacs does.
17049
17050 2004-07-26  Simon Josefsson  <jas@extundo.com>
17051
17052         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17053         Revert part of 2004-07-17 change below.
17054
17055 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17058         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17059
17060 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17061
17062         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17063         quotes that actually start with ">" at the beginning of the
17064         lines.
17065
17066 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * rfc2047.el (rfc2047-encode-region): Fix last change.
17069         (rfc2047-encode-parameter): Remove useless concat.
17070
17071 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17074         encode special characters; fix some kind of misconfigured headers;
17075         signal a real error if debug-on-quit or debug-on-error is non-nil.
17076         (rfc2047-encode-max-chars): New variable.
17077         (rfc2047-encode-1): Use it.
17078         (rfc2047-encode-parameter): New function.
17079
17080         * mml.el (mml-insert-parameter): Remove an excessive space.
17081
17082 2004-07-17  Simon Josefsson  <jas@extundo.com>
17083
17084         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17085         Kai Grossjohann <kai@emptydomain.de>.
17086         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17087         (gnus-group-make-menu-bar): Ditto.
17088
17089         * gnus-util.el (gnus-group-server): Add.
17090
17091 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * message.el (message-clone-locals): Clone sendmail and smtp
17094         variables.
17095
17096 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * rfc2047.el (rfc2047-encode-region): Fix last change.
17099
17100 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17103         characters as non-special.
17104
17105 2004-07-09  Simon Josefsson  <jas@extundo.com>
17106
17107         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17108         Users will lose all flag changes made while unplugged with
17109         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17110         good default.  See numerous reports on ding mailing list.
17111
17112 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17115         add generate-head-function and generate-article-function to the
17116         rfc822-forward entry.
17117         (nndoc-rfc822-forward-generate-article): New function.
17118         (nndoc-rfc822-forward-generate-head): New function.
17119
17120         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17121
17122 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17123
17124         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17125         respect display group parameter and gnus-summary-expunge-below.
17126         (gnus-articles-to-read): Remove unused reference to display group
17127         parameter.
17128
17129 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17130
17131         * nnheader.el (nnheader-uniquify-message-id): New experimental
17132         variable.
17133         (nnheader-nov-read-message-id): Use it.
17134
17135         * spam-report.el (spam-report-gmane): Add interactive.
17136
17137 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * mm-encode.el (mm-content-transfer-encoding-defaults):
17140         Use qp-or-base64 for the application/* types.
17141
17142 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17143
17144         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17145
17146 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17149         trim value.
17150
17151 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17152
17153         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17154         New macro and function.
17155         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17156
17157 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17160         after-load-alist.
17161
17162 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163
17164         * gnus-group.el (gnus-group-get-new-news-this-group):
17165         Don't update info that isn't there.
17166
17167 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17168
17169         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17170         entry.
17171
17172 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * mm-view.el (mm-inline-render-with-function): Use multibyte
17175         buffer; decode html source by charset.
17176
17177         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17178
17179         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17180         Mule-UCS is loaded under XEmacs.
17181         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17182
17183 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17184
17185         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17186
17187 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * mm-util.el (mm-coding-system-p): Return a coding-system.
17190         (mm-mime-mule-charset-alist): Use shift_jis instead of
17191         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17192         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17193         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17194         instead of japanese-shift-jis and iso-latin-1 respectively in
17195         order to share the default value with both Emacs and XEmacs-mule.
17196         (mm-mule-charset-to-mime-charset):
17197         Make mm-coding-system-priorities effective.
17198         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17199         while predicating of candidates upon the priorities.
17200
17201 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17202
17203         * gnus-sum.el (gnus-summary-make-menu-bar):
17204         Add gnus-uu-invert-processable.
17205
17206         * gnus.el: Autoload gnus-uu-invert-processable.
17207
17208 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * mm-util.el (mm-with-multibyte-buffer): New macro.
17211
17212         * rfc2047.el (rfc2047-encode-string): Use it.
17213         (rfc2047-encode-region): Move point to the end of the region after
17214         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17215
17216 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17219         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17220
17221 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17224         (gnus-cite-parse): Ignore quoted envelope From_.
17225         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17226
17227 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17228
17229         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17230         invalid addresses.
17231
17232 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17233
17234         * spam.el: Change section markers, revise TODO list.
17235         (spam-backends): Make new master list of all installed backends.
17236         (spam-summary-exit-behavior): Add new variable to determine how
17237         messages moves are done at summary exit.
17238         (spam-move-spam-nonspam-groups-only)
17239         (spam-process-ham-in-nonham-groups)
17240         (spam-process-ham-in-spam-groups): Remove variables, the
17241         spam-summary-exit-behavior variable should be used to manage this
17242         behavior.
17243         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17244         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17245         and spam-old-spam-articles.
17246         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17247         Add empty variables, placeholders for the backends they represent.
17248         (spam-set-difference): Move, unchanged.
17249         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17250         unless the user has a processor variable.
17251         (spam-classifications, spam-classification-valid-p)
17252         (spam-backend-properties, spam-backend-property-valid-p)
17253         (spam-backend-function-type-valid-p)
17254         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17255         (spam-report-articles-gmane, spam-report-articles-resend):
17256         Remove functions, they are not needed.
17257         (spam-install-backend-super, spam-backend-list)
17258         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17259         (spam-backend-function, spam-backend-ham-registration-function)
17260         (spam-backend-spam-registration-function)
17261         (spam-backend-ham-unregistration-function)
17262         (spam-backend-spam-unregistration-function)
17263         (spam-backend-statistical-p, spam-backend-mover-p)
17264         (spam-install-backend-alias, spam-install-checkonly-backend)
17265         (spam-install-mover-backend, spam-install-nocheck-backend)
17266         (spam-install-backend, spam-install-statistical-backend)
17267         (spam-install-statistical-checkonly-backend): Add backend installation
17268         support.
17269         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17270         (spam-group-processor-p): Use the new backend code and respect the
17271         summary exit behavior.
17272         (spam-mark-spam-as-expired-and-move-routine): Remove.
17273         (spam-summary-prepare): Change to use the new spam-old-articles
17274         variable.
17275         (spam-copy-or-move-routine, spam-copy-spam-routine)
17276         (spam-move-spam-routine, spam-copy-ham-routine)
17277         (spam-move-ham-routine): Add code to copy/move ham or spam.
17278         (spam-fetch-field-fast): Improve doc and code, plus allow the
17279         'number request.
17280         (spam-list-of-checks, spam-list-of-statistical-checks):
17281         Remove variables.
17282         (spam-split, spam-find-spam): Use the new backend code.
17283         (spam-registration-functions): Remove variable.
17284         (spam-unregister-routine): Add convenience wrapper.
17285         (spam-log-undo-registration, spam-register-routine)
17286         (spam-log-processing-to-registry)
17287         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17288         where possible.
17289         (spam-check-gmane-xref, spam-check-regex-headers)
17290         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17291         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17292         (spam-check-bogofilter-headers, spam-check-spamoracle)
17293         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17294         (spam-check-crm114-headers): Use the spam-split-group that
17295         spam-split prepares, no need to determine it every time.
17296
17297         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17298         to the nnheader-parse-naked-head call.
17299
17300         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17301
17302         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17303         the nnheader-nov-read-message-id call.
17304
17305 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17308         gnus-activate-group twice.  Suggested by Markus Peter
17309         <warp@spin.de>.
17310
17311 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-art.el (gnus-article-time-format): Exchange the order of
17314         day and month in the default value; fix customization type.
17315         (article-date-ut): Use add-text-properties.
17316         (article-make-date-line): Use message-make-date instead of
17317         current-time-string.
17318
17319         * message.el (message-fetch-field): Don't use set-text-properties.
17320         (message-make-date): Simplify.
17321
17322         * messagexmas.el (message-xmas-make-date): New function.
17323         (message-xmas-redefine): Defalias message-make-date to it.
17324
17325 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17328         (rfc2047-encode-region): Treat text within parentheses as special;
17329         show the original text when error has occurred.
17330
17331         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17332         already-computed method to gnus-activate-group.
17333
17334         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17335         same select-methods identical Lisp objects.
17336
17337         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17338         object when modifying the info.
17339
17340 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17343         gnus-opened-servers since it has never been opened with the new
17344         configuration yet.
17345
17346 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17349         arg to nnheader-generate-fake-message-id.
17350
17351 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17354         number and build a fake message ID localized to a group and
17355         article number (so it's repeatable from that point on).
17356         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17357         ID format.
17358
17359         * gnus-sum.el (gnus-get-newsgroup-headers):
17360         Call nnheader-generate-fake-message-id with the article number.
17361
17362 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17363
17364         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17365         end-of-buffer.
17366
17367 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17368
17369         * message.el (message-ignored-supersedes-headers): Add Approved.
17370
17371 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17374         goto-char.
17375         (rfc2047-encode): Fold the line before encoding.
17376
17377 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17380         folding -- not all headers can be folded, and this should be done
17381         by the message composition mode.  Probably.  I think.
17382
17383 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17386         fast.
17387
17388         * gnus-ems.el (gnus-remove-image): Don't use
17389         message-text-with-property; remove only the image found first.
17390
17391         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17392         found first.
17393
17394 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17395
17396         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17397
17398 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * message.el (message-text-with-property): Make it fast and accept
17401         optional arguments.
17402         (message-strip-forbidden-properties): Use it.
17403         (message-fix-before-sending): Follow the m-t-w-p change.
17404
17405         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17406
17407 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-art.el (article-hide-headers): Don't change the buffer
17410         mistakenly when performing mml-preview even if
17411         gnus-single-article-buffer is nil.
17412
17413 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17414
17415         * message.el (message-expand-name-databases): New user option.
17416         (message-expand-name): Use it.
17417
17418 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17419
17420         * spam.el (spam-report-articles-resend)
17421         (spam-report-resend-register-routine): Allow ham reporting.
17422         (spam-report-resend-register-ham-routine): Add wrapper.
17423         (spam-registration-functions): Add ham resending functions.
17424         (spam-list-of-processors): Add ham resend processor.
17425
17426         * gnus.el (ham-resend-to): Add new group parameter.
17427         (spam-process): Add ham resend option.
17428
17429         * spam-report.el (spam-report-resend): Allow reporting ham.
17430         (spam-report-resend-ham): Add wrapper.
17431
17432 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17433
17434         * message.el (message-cite-articles-with-x-no-archive):
17435         New variable.
17436         (message-cite-original): Use it.
17437
17438 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17439
17440         * message.el (message-cite-original): Respect X-No-Archive.
17441
17442 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * gnus-art.el (article-hide-headers): Refer to the values for
17445         gnus-ignored-headers and gnus-visible-headers in the summary
17446         buffer since a user may have set them as group parameters.
17447
17448 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * assistant.el (assistant-node-name): Add convenience function.
17451         (assistant-render-text, assistant-render-node): Add error handling,
17452         plus handle multiple next nodes.
17453         (assistant-find-next-node): Comment out for now.
17454         (assistant-find-next-nodes): Add function, returns list of next
17455         nodes.
17456
17457 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17458
17459         * mail-source.el (mail-source-directory): Fix doc-string.
17460
17461 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17462
17463         * assistant.el (assistant-render-text, assistant-eval): Add :set
17464         widget type, which is different because it takes and returns a
17465         list.  Much hilarity ensues.
17466
17467 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17468
17469         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17470
17471         * gnus-group.el (gnus-group-get-new-news-this-group):
17472         Add doc-string.
17473
17474         * gnus-start.el (gnus-activate-group): Add doc-string.
17475
17476 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17479
17480 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17481
17482         * assistant.el (assistant-render-text): Try to add a :set
17483         widget, more to come.
17484
17485         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17486         strings.
17487         (spam-report-articles-resend)
17488         (spam-register-routine): Do registration iff any articles warrant
17489         it.
17490         (spam-summary-prepare-exit): Change log message for nil group
17491         destinations.
17492
17493 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17494
17495         * spam.el (spam-report-resend-register-routine):
17496         Allow spam-report-resend-to to be a group parameter or a global value.
17497
17498 2004-05-26  Simon Josefsson  <jas@extundo.com>
17499
17500         * starttls.el: Merge with my GNUTLS based starttls.el.
17501         (starttls-gnutls-program, starttls-use-gnutls)
17502         (starttls-extra-arguments, starttls-process-connection-type)
17503         (starttls-connect, starttls-failure, starttls-success):
17504         New variables.
17505         (starttls-program, starttls-extra-args): Doc fix.
17506         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17507         New functions.
17508         (starttls-negotiate, starttls-open-stream):
17509         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17510         function if it is set.
17511
17512 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17515         structured fields.
17516
17517 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17520
17521 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17524         Add variable.
17525         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17526         assigning the spam-mark to new messages.
17527
17528 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17529
17530         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17531
17532 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17535
17536         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17537         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17538         default.
17539
17540 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17541
17542         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17543         correct data.
17544
17545 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17546
17547         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17548         (spam-group-processor-p): Fix function.
17549         (spam-group-processor-multiple-p)
17550         (spam-group-spam-processor-report-gmane-p)
17551         (spam-group-spam-processor-report-resend-p)
17552         (spam-group-spam-processor-bogofilter-p)
17553         (spam-group-spam-processor-blacklist-p)
17554         (spam-group-spam-processor-ifile-p)
17555         (spam-group-ham-processor-ifile-p)
17556         (spam-group-spam-processor-spamoracle-p)
17557         (spam-group-spam-processor-crm114-p)
17558         (spam-group-ham-processor-bogofilter-p)
17559         (spam-group-spam-processor-stat-p)
17560         (spam-group-ham-processor-stat-p)
17561         (spam-group-ham-processor-whitelist-p)
17562         (spam-group-ham-processor-BBDB-p)
17563         (spam-group-ham-processor-spamoracle-p)
17564         (spam-group-ham-processor-copy-p): Remove functions with some
17565         prejudice against unneeded code.
17566         (spam-report-articles-resend)
17567         (spam-report-resend-register-routine): Allow the group/topic
17568         spam-resend-to value to override spam-report-resend-to.
17569         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17570         properly now.
17571
17572         * gnus.el (spam-resend-to): Add group/topic parameter.
17573         (spam-process): Move the OBSOLETE processors to the end of the
17574         choices.
17575
17576 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17577
17578         * spam-report.el (spam-report-resend-to, spam-report-resend):
17579         Start with resend-to set to nil, and then ask the user if necessary.
17580         (spam-report-resend): spam-report-resend takes a list of articles, not
17581         separate article numbers.
17582
17583 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17586         addition to emacs-w3m.
17587
17588 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * assistant.el (assistant-authinfo-data): New function.
17591         (assistant-eval): Eval for entire assistant.
17592
17593         * netrc.el (netrc-services-file): New variable.
17594         (netrc-parse-services): New function.
17595         (netrc-find-service-name): New function.
17596         (netrc-find-service-number): New function.
17597         (netrc-port-equal): New function.
17598         (netrc-machine): Use it.
17599
17600         * nnimap.el (nnimap-open-connection): Use netrc.
17601
17602         * gnus-util.el (gnus-netrc-get): Remove aliases.
17603
17604         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17605
17606         * assistant.el (wid-edit): Fix compilation.
17607
17608         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17609
17610 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17611
17612         * gnus-util.el (gnus-set-file-modes): New function.  (small
17613         patch).
17614
17615 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616
17617         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17618
17619         * assistant.el (assistant-render-node): Fix up rendering and
17620         read-only text.
17621         (assistant-render-node): Reset.
17622         (assistant-make-read-only): Not sticky.
17623
17624 2004-05-20  Danny Siu  <dsiu@adobe.com>
17625
17626         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17627         centered even when gnus-auto-center-summary is t.
17628
17629 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17630
17631         * dns.el (dns-get-txt-answer): New function.
17632         (dns-read-txt): Ditto.
17633         (query-dns): Use it.
17634
17635 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17638         active for foreign groups even if the group level is higher than
17639         the specified value.
17640
17641 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642
17643         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17644         non-active groups.
17645
17646         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17647
17648 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17649
17650         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17651
17652 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17653
17654         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17655         (spam-crm114-header, spam-crm114-spam-switch)
17656         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17657         (spam-crm114-positive-spam-header)
17658         (spam-crm114-database-directory, spam-list-of-processors)
17659         (spam-group-spam-processor-crm114-p)
17660         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17661         (spam-generic-score, spam-list-of-checks)
17662         (spam-list-of-statistical-checks, spam-registration-functions)
17663         (spam-check-crm114-headers, spam-crm114-score)
17664         (spam-check-crm114, spam-crm114-register-with-crm114)
17665         (spam-crm114-register-spam-routine)
17666         (spam-crm114-unregister-spam-routine)
17667         (spam-crm114-register-ham-routine)
17668         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17669         From asjo@koldfront.dk (Adam Sjøgren).
17670
17671         * gnus.el: Add spam-use-crm114.
17672
17673         * spam.el (spam-list-of-processors, spam-registration-functions):
17674         Add spam-use-resend.
17675         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17676         (spam-report-articles-gmane): Add doc fix.
17677         (spam-report-articles-resend, spam-report-resend-register-routine):
17678         Add wrappers around spam-report-resend-to.
17679
17680         * spam-report.el (spam-report-resend-to, spam-report-resend):
17681         Add support for resending spam.
17682         (spam-report-gmane): Fix line length >80.
17683
17684         * gnus.el (spam-process): Add spam-use-resend.
17685
17686 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17687
17688         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17689         number of processed spam messages.
17690         (spam-ham-copy-or-move-routine): Return the number of processed
17691         ham messages.
17692         (spam-summary-prepare-exit): Use the above values to decide
17693         whether status messages shouled be displayed.
17694
17695 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17698         `rfc2047-encoding-function-alist' in order to avoid conflicting
17699         with the old version.
17700         (rfc2047-encode-region): Concatenate words containing non-ASCII
17701         characters in structured fields; don't encode space-delimited
17702         ASCII words even in unstructured fields; don't break words at
17703         char-category boundaries.
17704         (rfc2047-encode-1): New function.
17705         (rfc2047-encode): Use it; encode text so that it occupies the
17706         maximum width within 76-column; work correctly on Q encoding for
17707         iso-2022-* charsets.
17708         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17709         sure not to break a line just after the header name.
17710         (rfc2047-b-encode-region): Remove.
17711         (rfc2047-b-encode-string): New function.
17712         (rfc2047-q-encode-region): Remove.
17713         (rfc2047-q-encode-string): New function.
17714
17715         * mm-util.el (mm-replace-in-string): New function.
17716
17717 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17718
17719         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17720         Really get it right.
17721         (gnus-inews-make-draft): Really.
17722
17723 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17724
17725         * nnmh.el (nnmh-request-list-1): Don't check the link count
17726         before descending.  (small patch)
17727
17728 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17729
17730         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17731         stuff.
17732
17733         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17734         Match on real group name.
17735
17736         * gnus-art.el (gnus-signature-limit): Doc fix.
17737
17738         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17739
17740         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17741
17742 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17743
17744         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17745         isn't a string.
17746
17747 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17748
17749         * gnus-draft.el (gnus-draft-send):
17750         Bind rfc2047-encode-encoded-words.
17751
17752         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17753         (rfc2047-encodable-p): Say that =? needs encoding.
17754         (rfc2047-encode-encoded-words): New variable.
17755
17756         * gnus-group.el (gnus-group-select-group): Doc fix.
17757
17758         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17759
17760         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17761         to nil.
17762
17763         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17764
17765         * nnheader.el (nnheader-get-lines-and-char): New function.
17766
17767 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17768
17769         * gnus-msg.el (gnus-summary-followup-with-original):
17770         Document yanking of region when active.
17771
17772 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17775         groups if the group level is higher than the specified value.
17776
17777 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17780         (gnus-group-jump-to-group): Add prefix argument using
17781         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17782         non-active group.
17783
17784         * compface.el (uncompface): Be verbose when changing
17785         `uncompface-use-external'.
17786
17787         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17788         handle manual section.
17789
17790 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17791
17792         * gnus-art.el (gnus-button-alist): Revert previous change.
17793
17794 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17797
17798 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17799
17800         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17801         whether backend can accept message.
17802
17803         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17804
17805 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17806
17807         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17808         Avoid creating directory when nntp-marks-is-evil is true.
17809         Reported by Reiner Steib.
17810
17811 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * gnus-picon.el (gnus-picon-style): New variable.
17814         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17815         (gnus-picon-transform-address): Support `gnus-picon-style'.
17816         From Jesper Harder <harder@ifa.au.dk>.
17817
17818 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17819
17820         * message.el (message-fill-field): Return point.
17821         (message-generate-headers): Go to end of field.
17822
17823         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17824         stuff for non-living groups.
17825
17826 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17827
17828         * gnus-art.el (gnus-article-followup-with-original)
17829         (gnus-article-reply-with-original): gnus-mark-active-p ->
17830         gnus-region-active-p.
17831
17832 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17833
17834         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17835         only when there is spam or ham to be processed.
17836
17837 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17838
17839         * mail-source.el (mail-source-delete-crash-box): Refactor.
17840         (mail-source-fetch): Use it.
17841         (mail-source-fetch-file): Ditto.
17842         (mail-source-fetch-directory): Run postscript in loop.
17843         (mail-source-fetch-pop): Delete.
17844         (mail-source-fetch-maildir): Ditto.
17845         (mail-source-fetch-imap): Ditto.
17846
17847         * imap.el (imap-authenticators): Comment out sasl.
17848
17849         * message.el (message-skip-to-next-address): New function.
17850         (message-fill-header-address): Refactor.
17851         (message-fill-address): Use it.
17852         (message-delete-address): Use it.
17853         (message-fill-header-general): Refactor.
17854         (message-fill-field-address): Rename.
17855         (message-narrow-to-field): Find the start of the header.
17856         (message-header-format-alist): Don't pre-fill.
17857         (message-fill-header): Remove.
17858         (message-insert-header): New function.
17859         (message-shorten-references): Use it.
17860
17861         * rfc2047.el (rfc2047-field-value): Strip props.
17862
17863         * mail-parse.el (mail-header-make-address): New alias.
17864
17865         * ietf-drums.el (ietf-drums-make-address): New function.
17866
17867         * imap.el: Add compiler directives.
17868
17869         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17870
17871         * gnus-art.el (article-decode-idna-rhs): Don't use
17872         message-idna-inside-rhs-p.
17873
17874 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17875
17876         * message.el (message-idna-inside-rhs-p): Remove.
17877         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17878
17879         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17880         false positives.
17881
17882 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17883
17884         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17885
17886 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17887
17888         * nneething.el (nneething-file-name): Don't create spurious
17889         files.
17890
17891         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17892         (gnus-inews-do-gcc): Remove sleep.
17893
17894         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17895         part under point.
17896
17897         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17898         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17899
17900 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17901
17902         * spam.el (spam-summary-prepare-exit): Fix (length).
17903
17904 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17905
17906         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17907         as expired without moving it" message when there are spam
17908         messages left.
17909
17910 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17911
17912         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17913         header is not nil.
17914
17915 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17916
17917         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17918         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17919         (nntp-marks-changed-p): New arg SERVER.
17920         (nntp-request-update-info): Adjust caller.
17921
17922 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17923
17924         * nntp.el (nntp-save-marks): Pass missing arg.
17925
17926 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17927
17928         * nntp.el: Support marks.
17929         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17930         (nntp-marks-modtime, nntp-marks-directory): New variables.
17931         (nntp-request-set-mark, nntp-request-update-info)
17932         (nntp-possibly-create-directory, nntp-marks-changed-p)
17933         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17934         New functions.
17935
17936 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17937
17938         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17939         (gnus-xmas-redefine): Rename.
17940
17941         * gnus-score.el (gnus-score-insert-help):
17942         Use gnus-select-lowest-window.
17943
17944         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17945         appt-select-lowest-window and rename to gnus-select-lowest-window.
17946
17947         * gnus.el: do.
17948
17949 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17950
17951         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17952         encodings of MIME-encoded words, in order to improve
17953         interoperability with several broken MUAs.
17954
17955 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17956
17957         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17958         tags, only when charsets are not specified in headers.
17959         (mm-inline-text-html-render-with-w3m): Ditto.
17960
17961         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17962         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17963
17964 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17965
17966         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17967         instead of MIME-decoded from fields when checking
17968         `gnus-article-address-banner-alist'.
17969
17970 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17973         description rather than subject.
17974
17975 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17976
17977         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17978
17979 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17980
17981         * gnus.el (gnus-version-number): Bump.
17982
17983 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17984
17985         * gnus.el: No Gnus v0.2 is released.
17986
17987 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17988
17989         * gnus-agent.el (gnus-agent-read-agentview):
17990         Inline gnus-uncompress-range.
17991
17992 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17993
17994         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17995         `exec-installed-p'.
17996
17997 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17998
17999         * gnus.el (spam-process, spam-autodetect-methods):
18000         Add bsfilter and bsfilter-headers.
18001
18002         * spam.el (spam-bsfilter): New customize group.
18003         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18004         (spam-bsfilter-header, spam-bsfilter-probability-header)
18005         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18006         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18007         (spam-bsfilter-database-directory): New options.
18008         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18009         (spam-list-of-statistical-checks, spam-registration-functions):
18010         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18011         (spam-bsfilter-score): New command.
18012         (spam-check-bsfilter-headers, spam-check-bsfilter)
18013         (spam-bsfilter-register-with-bsfilter)
18014         (spam-bsfilter-register-spam-routine)
18015         (spam-bsfilter-unregister-spam-routine)
18016         (spam-bsfilter-register-ham-routine)
18017         (spam-bsfilter-unregister-ham-routine): New functions.
18018         (spam-generic-score): Support bsfilter; Accept an optional argument
18019         to recalcurate spam score even if scoring header has already been
18020         added.
18021         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18022         optional argument to recalcurate spam score even if scoring header
18023         has already been added.
18024
18025 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18028         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18029         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18030         link is missing.
18031
18032 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18033
18034         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18035         (html2text-get-attr): Rewrite.
18036
18037         * message.el (message-setup-1): Remove redundant put-text-property
18038         on mail-header-separator.
18039
18040 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18041
18042         * gnus-registry.el (gnus-registry-cache-whitespace)
18043         (gnus-registry-action, gnus-registry-spool-action)
18044         (gnus-registry-split-fancy-with-parent): Change message levels
18045         from 5 to 3 or 7, as needed.
18046
18047         * spam.el (spam-summary-prepare-exit)
18048         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18049         (spam-split, spam-find-spam, spam-log-undo-registration)
18050         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18051         level from 5 to 6.
18052
18053 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18056         2004-03-04 change).
18057
18058 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18059
18060         * sieve-manage.el (sieve-manage-open):
18061         * nnweb.el (nnweb-insert-html):
18062         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18063         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18064         * nnspool.el (nnspool-request-group):
18065         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18066         * nnml.el (nnml-request-update-info):
18067         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18068         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18069         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18070         (nnimap-request-set-mark):
18071         * nnfolder.el (nnfolder-request-update-info):
18072         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18073         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18074         * gnus-uu.el (gnus-uu-find-articles-matching):
18075         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18076         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18077         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18078         * gnus-nocem.el (gnus-nocem-scan-groups):
18079         * gnus-int.el (gnus-start-news-server):
18080         * gnus-group.el (gnus-group-make-kiboze-group)
18081         (gnus-group-browse-foreign-server):
18082         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18083         Use mapc when appropriate.
18084
18085 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18086
18087         FIXME: Make separate entries for each person.
18088
18089         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18090         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18091         <shields@msrl.com>:
18092
18093         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18094         may need for spam sorting and scoring.
18095         (spam-user-format-function-S): Add user format function suitable for
18096         general use.
18097         (spam-article-sort-by-spam-status): Add sorting function for summary
18098         sorting.
18099         (spam-extra-header-to-number): Add function to get a score from a
18100         header.
18101         (spam-summary-score): Add function to get a numeric score from the
18102         headers.
18103         (spam-generic-score): Fix function doc, was in wrong place.
18104         (spam-initialize): Take symbols when it's run, and install the
18105         extra headers that spam-necessary-extra-headers thinks we need.
18106
18107 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18108
18109         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18110         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18111
18112 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18113
18114         * gnus-sum.el (gnus-set-global-variables)
18115         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18116         (gnus-article-get-xrefs, gnus-summary-best-group)
18117         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18118         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18119         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18120         Use with-current-buffer.
18121
18122 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18123
18124         * spam.el (spam-summary-prepare-exit): Simplify logic.
18125         (spam-fetch-article-header): Read the article header if it's not
18126         available.
18127         (spam-list-articles): Simplify logic.
18128         (spam-filelist-register-routine): Fix bug with unregister-list.
18129
18130         * gnus-registry.el: Fix comments at beginning.
18131
18132 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * message.el (message-cater-to-broken-inn): Remove.
18135         (message-shorten-references): Make sure the total folded length of
18136         References is shorter than 998 characters to cater to a bug in INN
18137         2.3.  Also, don't pretend that references aren't folded -- this
18138         hasn't worked for a while.
18139
18140 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18141
18142         * gnus-agent.el (gnus-agentize):
18143         gnus-agent-send-mail-real-function no longer set to current value
18144         of message-send-mail-function but rather a lambda that calls
18145         message-send-mail-function.  The change makes the agent real-time
18146         responsive to user changes to message-send-mail-function.
18147
18148 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18149
18150         * legacy-gnus-agent.el
18151         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18152         help from Florian Weimer <fw@deneb.enyo.de>
18153
18154 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * nnmail.el (nnmail-cache-insert): Revert last change.
18157
18158 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * nnmail.el (nnmail-cache-insert): Always check whether
18161         nnmail-cache-ignore-groups matches a group name.
18162
18163 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18164
18165         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18166         (spam-find-spam, spam-log-processing-to-registry)
18167         (spam-log-registered-p, spam-log-unregistration-needed-p)
18168         (spam-log-undo-registration): Use gnus-message instead of
18169         gnus-error, none of these errors are fatal.
18170
18171         * gnus-registry.el (gnus-registry-clean-empty-function)
18172         (gnus-registry-clean-empty): Remove only empty entries without
18173         extra data.
18174
18175 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18176
18177         * spam-stat.el (spam-stat-buffer-change-to-spam)
18178         (spam-stat-buffer-change-to-non-spam): Change (error) to
18179         (gnus-message 8) invocation.
18180
18181 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18182
18183         * nntp.el (nntp-via-netcat-command): New variable.
18184         (nntp-via-netcat-switches): New variable.
18185         (nntp-open-via-rlogin-and-netcat): New function.
18186         (nntp-open-connection-function): Doc fix.
18187         (nntp-telnet-command): Doc fix.
18188         (nntp-end-of-line): Doc fix.
18189         (nntp-via-rlogin-command): Doc fix.
18190         (nntp-via-user-name): Doc fix.
18191         (nntp-via-address): Doc fix.
18192
18193 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18196         error in Emacs 21.1.
18197
18198 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18199
18200         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18201
18202 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18203
18204         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18205         (gnus-agent-with-refreshed-group): New macro.
18206         (gnus-agent-rename-group): New function.
18207         (gnus-agent-delete-group): New function.
18208         (gnus-agent-save-group-info): Use gnus-command-method when
18209         `method' parameter is nil.  Don't write nil entries into the
18210         active file.
18211         (gnus-agent-get-group-info): New function.
18212         (gnus-agent-fetch-articles):
18213         Use gnus-agent-update-files-total-fetched-for to increment disk space
18214         used.
18215         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18216         Use gnus-agent-update-view-total-fetched-for to increment disk space
18217         used.
18218         (gnus-agent-get-local): Add optional parameters to avoid calling
18219         gnus-group-real-name and gnus-find-method-for-group.
18220         (gnus-agent-set-local): Delete stored entry if either min, or max,
18221         are nil.
18222         (gnus-agent-fetch-session): Reworded error/quit messages.
18223         On quit, use gnus-agent-regenerate-group to record existance of any
18224         articles fetched to disk before the quit occurred.
18225         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18226         gnus-agent-update-view-total-fetched-for, and
18227         gnus-agent-update-files-total-fetched-for to decrement disk space
18228         used.
18229         (gnus-agent-retrieve-headers):
18230         Use gnus-agent-update-view-total-fetched-for to increment disk space
18231         used.
18232         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18233         with gnus-agent-update-files-total-fetched-for to decrement disk
18234         space and fresh group buffer.
18235         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18236         (gnus-agent-need-update-total-fetched-for): New variable.
18237         (gnus-agent-update-files-total-fetched-for): New function.
18238         (gnus-agent-update-view-total-fetched-for): New function.
18239         (gnus-agent-total-fetched-for): New function.
18240
18241         * gnus-cache.el (gnus-cache-save-buffers):
18242         Use gnus-cache-update-overview-total-fetched-for to change disk space
18243         used by this group.
18244         (gnus-cache-possibly-enter-article):
18245         Use gnus-cache-update-file-total-fetched-for to increment disk space
18246         used by this group.
18247         (gnus-cache-possibly-remove-article):
18248         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18249         used by this group.
18250         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18251         (gnus-cache-rename-group): New function.
18252         (gnus-cache-delete-group): New function.
18253         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18254         (gnus-cache-need-update-total-fetched-for): New variable.
18255         (gnus-cache-with-refreshed-group): New macro.
18256         (gnus-cache-update-file-total-fetched-for): New function.
18257         (gnus-cache-update-overview-total-fetched-for): New function.
18258         (gnus-cache-rename-group-total-fetched-for): New function.
18259         (gnus-cache-delete-group-total-fetched-for): New function.
18260         (gnus-cache-total-fetched-for): New function.
18261
18262         * gnus-group.el: Require gnus-sum and autoload functions to
18263         resolve warnings when gnus-group.el compiled alone.
18264         (gnus-group-line-format): Documented new %F.
18265         (size of Fetched data) group line format; identifies disk space
18266         used by agent and cache.
18267         (gnus-group-line-format-alist): Defined new F format.
18268         (gnus-total-fetched-for): New function.
18269         (gnus-group-delete-group): No longer update
18270         gnus-cache-active-altered as gnus-request-delete-group now keeps
18271         the cache in sync.
18272         (gnus-group-list-active): Let the agent store a server's active
18273         list if currently plugged.
18274
18275         * gnus-int.el (gnus-request-delete-group):
18276         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18277         local disk in sync with the server.
18278         (gnus-request-rename-group):
18279         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18280         local disk in sync with the server.
18281
18282         * gnus-start.el (gnus-get-unread-articles):
18283         Cosmetic simplification to logic.
18284
18285         * gnus-util.el (gnus-rename-file): New function.
18286
18287 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18288
18289         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18290
18291 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18292
18293         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18294         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18295
18296 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18297
18298         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18299         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18300
18301 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18302
18303         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18304
18305 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18306
18307         * spam.el (spam-set-difference): Add function to replace
18308         gnus-set-difference in spam.el.
18309         (spam-summary-prepare-exit): Use spam-set-difference.
18310
18311 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18312
18313         * gnus-registry.el (gnus-registry-cache-file): Update to use
18314         gnus-dribble-directory OR gnus-home-directory OR ~.
18315         (gnus-registry-split-fancy-with-parent): Fix doc.
18316
18317 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * message.el (message-exchange-point-and-mark):
18320         Use message-mark-active-p.  Suggested by Jesper Harder
18321         <harder@ifa.au.dk>.
18322
18323 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * message.el (message-exchange-point-and-mark): Don't activate
18326         region if it was inactive.  Suggested by Hiroshi Fujishima
18327         <pooh@nature.tsukuba.ac.jp>.
18328
18329 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-art.el (article-display-face): Display Faces in the same
18332         order as X-Faces.
18333
18334 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18337
18338 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18341         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18342         (gnus-article-mime-hierarchy): Remove.
18343         (gnus-article-mime-hierarchy-next): Remove.
18344         (gnus-article-mode): Revert 2004-03-19 change.
18345         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18346         (gnus-insert-mime-button): Revert 2004-03-19 change.
18347         (gnus-mime-accumulate-hierarchy): Remove.
18348         (gnus-mime-enter-multipart): Remove.
18349         (gnus-mime-leave-multipart): Remove.
18350         (gnus-mime-display-part): Revert 2004-03-19 change.
18351         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18352
18353         * mml.el (mml-preview): Revert 2004-03-19 change.
18354
18355 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18356
18357         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18358
18359 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18362         t while entering a file name using the mm-with-multibyte macro.
18363         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18364
18365         * mm-util.el (mm-with-multibyte): New macro.
18366
18367 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18370         New user option.
18371         (gnus-mime-multipart-functions): Doc and customization fix.
18372         (gnus-article-mime-hierarchy): New variable.
18373         (gnus-article-mime-hierarchy-next): New variable.
18374         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18375         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18376         gnus-article-mime-hierarchy-next to nil.
18377         (gnus-insert-mime-button): Show hierarchy numbers.
18378         (gnus-mime-accumulate-hierarchy): New function.
18379         (gnus-mime-enter-multipart): New function.
18380         (gnus-mime-leave-multipart): New function.
18381         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18382         (gnus-mime-display-alternative): Show hierarchy numbers.
18383
18384         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18385         gnus-article-mime-hierarchy-next to nil.
18386
18387 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18388
18389         * dns.el: Don't require gnus-xmas.
18390
18391 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18392
18393         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18394         inline PGP.
18395         (mml-menu): Disable mml-quote-region if mark is inactive.
18396
18397 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18400         when the group's active is not available.
18401
18402 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18405         error.
18406
18407 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18408
18409         * imap.el (imap-store-password): New variable.
18410         (imap-interactive-login): Use it.
18411         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18412
18413 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18416         window-start and hscroll to summary window.
18417
18418 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18419
18420         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18421         conversion message to newsrc-dribble when an actual conversion is
18422         performed.
18423
18424 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18425
18426         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18427
18428 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * mm-decode.el (mm-complicated-handles): New function reviving
18431         former definition of mm-multiple-handles.
18432
18433         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18434         (gnus-mime-delete-part): Use it.
18435
18436 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18437
18438         * gnus-agent.el (gnus-agent-read-local):
18439         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18440         avoid the implicit assumption that they will always be equal.
18441         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18442         coding-system-for-write, as the with-temp-file macro first prints
18443         to a buffer then saves the buffer.
18444
18445 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * gnus-art.el (gnus-article-edit-part): New function.
18448         (gnus-mime-save-part-and-strip): Use it; do query instead of
18449         signaling an error; don't use mm-multiple-handles.
18450         (gnus-mime-delete-part): Ditto.
18451
18452 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18453
18454         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18455         old file versions.
18456         (gnus-group-prepare-hook): Remove function that converted list
18457         form of gnus-agent-expire-days to group properties.
18458
18459         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18460         (gnus-request-accept-article): Re-indented.
18461
18462         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18463         converters to handle old agent file formats.  Add logic for a
18464         "backup before upgrading warning".
18465         (gnus-convert-mark-converter-prompt): Developers can mark
18466         functions as needing (default), or not needing,
18467         gnus-convert-old-newsrc's "backup before upgrading warning".
18468         (gnus-convert-converter-needs-prompt): Tests whether the user
18469         should be protected from potentially irreversable changes by the
18470         function.
18471
18472         * legacy-gnus-agent.el: New.  Provides converters that are only
18473         loaded when gnus-convert-old-newsrc needs to call them.
18474
18475 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * mail-source.el (mail-source-touch-pop): Doc fix.
18478
18479         * message.el (message-smtpmail-send-it): Doc fix.
18480
18481 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18482
18483         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18484
18485         * nnmail.el (nnmail-split-fancy): do.
18486
18487         * gnus-kill.el (gnus-kill, gnus-execute): do.
18488
18489 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18490
18491         * gnus-sum.el (gnus-widget-reversible-match)
18492         (gnus-widget-reversible-to-internal)
18493         (gnus-widget-reversible-to-external): New functions.
18494         (gnus-widget-reversible): New widget.
18495         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18496
18497 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18498
18499         * gnus-sum.el (gnus-thread-sort-functions)
18500         (gnus-article-sort-functions): Document `(not F)' items.
18501
18502 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18503
18504         * spam.el (spam-use-gmane-xref): Add new backend.
18505         (spam-gmane-xref-spam-group): Add variable to control the name of the
18506         Gmane spam group.
18507         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18508         (spam-regex-headers-spam, spam-regex-headers-ham)
18509         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18510         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18511         backends and checks.
18512         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18513
18514         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18515         an autodetect method.
18516
18517 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18518
18519         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18520         articles are being added to a group.
18521         (gnus-request-replace-article): Inform the agent that articles
18522         need to be uncached as the cached contents are no longer valid.
18523
18524 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * binhex.el: Don't autoload executable-find.
18527
18528         * canlock.el: Don't autoload mail-fetch-field.
18529
18530         * dgnushack.el: Autoload c-mode for XEmacs.
18531
18532         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18533
18534         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18535         rmail-dont-reply-to and rmail-output.
18536
18537         * gnus-score.el: Don't autoload ffap-string-at-point.
18538
18539         * gnus-setup.el: Don't autoload sc-cite-original.
18540
18541         * imap.el: Don't autoload base64-decode-string,
18542         base64-encode-string and md5.
18543
18544         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18545         and rmail-msg-restore-non-pruned-header.
18546
18547         * mm-decode.el: Don't autoload executable-find.
18548
18549         * mm-url.el: Don't autoload executable-find.
18550
18551         * mm-view.el: Don't autoload diff-mode.
18552
18553         * nndb.el: Don't autoload news-reply-mode, news-setup,
18554         cancel-timer and telnet.
18555
18556         * password.el: Don't autoload run-at-time for Emacs.
18557
18558         * sha1-el.el: Don't autoload executable-find.
18559
18560         * sieve-mode.el: Don't autoload c-mode.
18561
18562         * uudecode.el: Don't autoload executable-find.
18563
18564 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18565
18566         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18567         (gnus-agent-possibly-alter-active): Avoid null in numeric
18568         comparison.
18569         (gnus-agent-set-local): Refuse to save null in local object table.
18570         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18571         list of articles that will be marked as unread.
18572
18573 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18576
18577 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18578
18579         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18580         language tags.
18581
18582 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18583
18584         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18585         Don't bind "obarray".
18586
18587         * gnus-sum.el (gnus-thread-sort-functions):
18588         Add `gnus-thread-sort-by-most-recent-number' and
18589         `gnus-thread-sort-by-most-recent-date'.
18590         Reported by Kai Grossjohann <kai@emptydomain.de>.
18591
18592 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18595
18596 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18597
18598         * gnus-cus.el (gnus-agent-customize-category):
18599         Remove ignore-errors macro reference that required cl to be loaded at
18600         run-time.
18601
18602         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18603         single-interval range of the form (min . max).  Previously the
18604         range had to look like ((min . max)).  Likewise, return
18605         (min . max) rather than ((min . max)).
18606         (gnus-range-map): Use gnus-range-normalize to accept
18607         single-interval range.
18608
18609         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18610         the cache, but not the agent, now appear with their usual face.
18611
18612         * dgnushack.el (loaddir): New variable that is bound to the
18613         directory containing the dgnushack.el file. Use loaddir, rather
18614         than srcdir, to update load-path. Change lets dgnushack compile
18615         code in directories other than GNUS/lisp.
18616
18617 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * lpath.el: Don't bind w3m-safe-url-regexp.
18620
18621         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18622         w3m-safe-url-regexp variable buffer-local.
18623
18624         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18625
18626 2004-02-27  Simon Josefsson  <jas@extundo.com>
18627
18628         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18629         gnus-group-real-prefix.
18630         (gnus-summary-move-article): Use it, instead of
18631         gnus-group-real-prefix.
18632
18633 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * lpath.el: Bind w3m-safe-url-regexp.
18636
18637         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18638         w3m-safe-url-regexp variable buffer-local and set it as the value
18639         of mm-w3m-safe-url-regexp.
18640
18641         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18642
18643         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18644         parsing gnus-posting-styles when the message is not for replying.
18645
18646         * dgnushack.el: Autoload sgml-mode for XEmacs.
18647
18648         * nnrss.el (nnrss-opml-export):
18649         Use mm-set-buffer-file-coding-system instead of
18650         set-buffer-file-coding-system.
18651
18652 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18653
18654         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18655         of checkdoc.el).
18656         * nnrss.el: do.
18657         * gnus-mlspl.el: do.
18658         * gnus-ml.el: do.
18659         * gnus-srvr.el: do.
18660
18661         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18662
18663 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18664
18665         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18666         Corrections to custom-manual links.
18667
18668         * gnus-art.el (gnus-article): Ditto.
18669
18670         * mm-decode.el (mime-display, mime-security): Ditto.
18671
18672 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18673
18674         * flow-fill.el: Typo.
18675
18676 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18677
18678         * spam-wash.el: New file.
18679
18680 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18681
18682         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18683
18684 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18685
18686         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18687         to be run with new-articles as LIST1, not LIST2.
18688         (spam-registration-functions): Add spam-use-ham-copy as a nil
18689         registration backend.
18690
18691 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18692
18693         * spam-stat.el (spam-stat-washing-hook): New option.
18694         (spam-stat-buffer-words): Use it.
18695         (spam-stat-process-directory, spam-stat-test-directory):
18696         Use insert-file-contents-literally.
18697         (spam-stat-coding-system): New variable.
18698         (spam-stat-load, spam-stat-save): Use it.
18699
18700 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * spam-report.el (spam-report-plug-agent):
18703         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18704
18705 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18708         Allow / in mailto URLs.
18709
18710 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18711
18712         * spam-report.el (spam-report-process-queue): Fix interactive use.
18713         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18714         (spam-report-unplug-agent): Doc fixes.
18715         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18716         (spam-report-agentize, spam-report-deagentize): Autoload.
18717
18718 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18721
18722         * message.el (message-setup-fill-variables): Add mml tags to
18723         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18724         <ajk@iu.edu>.
18725         (message-mode): Don't modify paragraph-separate there.
18726
18727 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * compface.el (uncompface-use-external): Default to undecided.
18730         (uncompface-use-external-threshold): New variable.
18731         (uncompface-float-time): New macro.
18732         (uncompface): Determine whether to use the external decoder if
18733         uncompface-use-external is undecided.
18734
18735 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18736
18737         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18738         after images.
18739
18740         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18741
18742 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18743
18744         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18745
18746         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18747
18748         * gnus-sum.el (gnus-summary-limit-to-age)
18749         (gnus-summary-limit-children): do.
18750
18751         * gnus-int.el (gnus-request-scan): do.
18752
18753         * gnus-group.el (gnus-group-suspend): do.
18754
18755         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18756
18757         * gnus-cite.el (gnus-cite-parse-attributions): do.
18758
18759         * gnus-agent.el (gnus-summary-set-agent-mark)
18760         (gnus-agent-regenerate-group): do.
18761
18762         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18763
18764         * binhex.el (binhex-decode-region-internal): do.
18765
18766 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * gnus-fun.el (gnus-face-properties-alist): New user option.
18769         (gnus-display-x-face-in-from): Use it.
18770
18771         * gnus-art.el (article-display-face): Ditto.
18772
18773         * compface.el (uncompface-use-external): Default to nil.
18774
18775 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * nntp.el (nntp-erase-buffer): New function.
18778         (nntp-retrieve-data, nntp-send-command)
18779         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18780         (nntp-possibly-change-group): Use it.
18781
18782         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18783         Use with-current-buffer.
18784
18785 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18786
18787         * compface.el: Merge the ELisp-based uncompface program.
18788         (compface): New customization group.
18789         (uncompface-use-external): New user option.
18790         (uncompface): Call uncompface-internal if uncompface-use-external
18791         is nil.
18792         (uncompface-internal): New function.  Note that there are also
18793         some other functions and variables added for this function.
18794
18795 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18796
18797         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18798         if necessary.
18799
18800 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * spam-report.el (spam-report-unplug-agent)
18803         (spam-report-plug-agent, spam-report-deagentize)
18804         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18805         Add support for the Agent in spam-report: when unplugged, report to a
18806         file; when plugged, submit all the requests.
18807
18808         * spam.el (spam-register-routine): Fix message about
18809         registration.
18810
18811 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18812
18813         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18814         dependencies.
18815         (rfc2047-encode): Use it.
18816
18817         * gnus-art.el (gnus-button-marker-list): Move before first
18818         reference.
18819
18820         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18821         (imap-parse-body): Fix format string mismatch.
18822
18823         * gnus-score.el (gnus-summary-increase-score): do.
18824
18825         * nnrss.el (nnrss-close): New function.
18826
18827 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18828
18829         * nnrss.el (nnrss-make-filename): New function.
18830         (nnrss-request-delete-group, nnrss-read-server-data)
18831         (nnrss-save-server-data, nnrss-read-group-data)
18832         (nnrss-save-group-data): Use it.
18833         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18834         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18835         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18836
18837 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18838
18839         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18840
18841 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18842
18843         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18844         files.
18845
18846         * message.el (message-generate-headers-first): Don't quote nil
18847         and t in docstrings.
18848
18849         * imap.el (imap-id): do.
18850
18851         * gnus-agent.el (gnus-agent-consider-all-articles)
18852         (gnus-agent-queue-mail): do.
18853
18854 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * spam-report.el (spam-report-process-queue): New function.
18857         Process requests from `spam-report-requests-file'.
18858         (spam-report-process-queue): Doc fix.
18859
18860 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18861
18862         * spam.el (spam-register-routine)
18863         (spam-log-processing-to-registry, spam-log-registered-p)
18864         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18865         Change "check" to "spam-check" for semi-clarity.
18866
18867 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18868
18869         * pop3.el: Require nnheader.
18870
18871         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18872
18873         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18874
18875         * gnus-picon.el: Require cl.
18876
18877         * gnus-fun.el: Require gnus-ems and gnus-util.
18878
18879         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18880
18881         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18882
18883         * gnus-art.el (gnus-article-edit-mode): Define before first
18884         reference.
18885
18886 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18887
18888         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18889         (gnus-uu-post-encoded): Use point-at-bol.
18890
18891         * gnus-topic.el (gnus-group-active-topic-p): do.
18892
18893         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18894
18895         * gnus-group.el (gnus-group-kill-region): do.
18896
18897         * gnus-art.el (article-date-ut): do.
18898
18899         * message.el (message-fetch-field): Remove redundant
18900         case-fold-search binding.
18901         (message-narrow-to-field): Simplify.
18902
18903 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18904
18905         * spam.el (spam-directory): Derive from `gnus-directory'.
18906
18907         * spam-report.el (spam-report-url-to-file)
18908         (spam-report-requests-file): New function and variable for offline
18909         reporting.
18910         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18911         and user defined function.
18912         (spam-report-url-ping-mm-url): Remove doubled slash.
18913
18914 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18915
18916         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18917
18918 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18919
18920         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18921         Fix format string mismatch.
18922
18923         * sieve.el (sieve-deactivate-all): do.
18924
18925         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18926
18927         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18928
18929         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18930
18931         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18932
18933 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18934
18935         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18936         the list of checks.
18937
18938 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18939
18940         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18941         padding.
18942
18943 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18944
18945         * mm-view.el (mm-fill-flowed): New variable.
18946         (mm-inline-text): Use it.
18947
18948 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18949
18950         * spam.el (spam-spamassassin-register-ham-routine)
18951         (spam-spamassassin-register-spam-routine): Fix function names.
18952
18953 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * gnus.el (gnus-tmp-grouplens): Remove.
18956         (gnus-summary-line-format): Remove grouplens.
18957
18958         * gnus-group.el (gnus-group-line-format): Ditto.
18959
18960         * gnus-spec.el (gnus-format-specs): Ditto.
18961         (gnus-update-format-specifications): Flush the group format spec
18962         cache if there's the grouplens stuff.
18963         (gnus-parse-simple-format): Replace %l with the empty string.
18964
18965 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18966
18967         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18968         omission.
18969
18970 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18973         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18974
18975 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18976
18977         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18978         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18979         New macros and functions.
18980         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18981         Handle > NLINK_MAX messages.
18982         * nnmaildir.el (nnmaildir-request-set-mark):
18983         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18984
18985 2004-01-25  Alex Schroeder  <alex@gnu.org>
18986
18987         * spam-stat.el (spam-stat-process-directory-age): New option.
18988         (spam-stat-process-directory): Use it.
18989
18990 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18991
18992         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18993         (spam-stat-save): Accept prefix argument.
18994
18995 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18996
18997         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18998         links" error.
18999
19000 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19003         the rest of the and/or forms.
19004
19005 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19006
19007         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19008         compatibility with old .newsrc.eld files.
19009
19010         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19011
19012         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19013
19014         * gnus-start.el (gnus-1): do.
19015
19016         * gnus-group.el (gnus-group-line-format-alist): do.
19017
19018         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19019
19020         * gnus-gl.el: Remove.
19021
19022 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19023
19024         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19025         marks consisting of a single range {for example, (3 . 5)} rather
19026         than a list of a single range { ((3 . 5)) }.
19027
19028 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19029
19030         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19031         Use with-current-buffer.
19032         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19033         avoid consing a string.
19034
19035         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19036         Remove obsolete entries for big5 and gb2312.
19037
19038 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19039
19040         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19041         uncompressed list.
19042
19043 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19044
19045         * spam-stat.el (spam-stat-strip-xref): New function.
19046         (spam-stat-process-directory): Use it.
19047
19048         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19049         here -- it's done in message-fetch-field.
19050
19051 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19052
19053         * gnus-agent.el (gnus-agent-queue-mail)
19054         (gnus-agent-prompt-send-queue): New variables.
19055         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19056         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19057         "nndraft:queue" along to gnus-draft-send.
19058         Use gnus-agent-prompt-send-queue.
19059         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19060         is "nndraft:queue".  Suggested by Gaute Strokkenes
19061         <gs234@srcf.ucam.org>
19062
19063         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19064         (agent-enable-undownloaded-faces): Add.
19065         (gnus-agent-cat-groups): Use eval-and-compile, not
19066         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19067         method of gnus-agent-cat-groups even when the buffer has been
19068         evaled.
19069         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19070         delete gnus-agent-save-active-1.
19071         (gnus-agent-save-groups): Delete.  Identical to
19072         gnus-agent-save-active.
19073         (gnus-agent-write-active): No longer adjust agent's copy of active
19074         file as agent's adjustments are now stored in their own
19075         file.  Remove optional parameter.
19076         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19077         servers.  Add use of min/max range limits from server's local
19078         file.
19079         (gnus-agent-save-alist): Remove unused optional argument.
19080         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19081         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19082         (gnus-agent-set-local): A per-server file that keeps min/max range
19083         limits for articles known to the agent.  Provides a fast mechanism
19084         for altering many active ranges.
19085         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19086         active file (local makes it unnecessary).
19087         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19088
19089         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19090         (agent-enable-undownloaded-faces): Add.
19091
19092         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19093         disable it when sending to "nndraft:queue".
19094         (gnus-group-send-queue): Add safety check to avoid sending queue
19095         when unplugged.
19096
19097         * gnus-group.el (gnus-group-catchup): Use new
19098         gnus-sequence-of-unread-articles, not
19099         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19100         numbers of articles.  Use gnus-range-map to avoid having to
19101         uncompress the unread list.
19102         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19103         Fix invalid ange-ftp reference.
19104
19105         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19106         (gnus-sorted-range-intersection): Intersection of two ranges
19107         without requiring that they first be uncompressed.
19108
19109         * gnus-start.el (gnus-activate-group): Unless blocked by the
19110         caller, possibly expand the active range to include both cached
19111         and agentized articles.
19112         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19113         multiple version-dependent converters.
19114         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19115         gnus-agent-save-active.
19116         (gnus-save-newsrc-file): Save dirty agent range limits.
19117
19118         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19119         gnus-agent-possibly-alter-active.
19120         (gnus-adjust-marked-articles): Faster handling of simple lists.
19121
19122 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19123
19124         * spam-stat.el (spam-stat-test-directory): New optional argument
19125         displays a list of files detected.  Suggested by Andrew Cohen
19126         <cohen@andy.bu.edu>.
19127         (spam-stat-buffer-words-with-scores): Don't narrow and change
19128         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19129
19130 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19131
19132         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19133         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19134         (spam-spamassassin-arguments)
19135         (spam-spamassassin-spam-flag-header)
19136         (spam-spamassassin-positive-spam-flag-header)
19137         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19138         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19139         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19140         (spam-list-of-processors, spam-list-of-checks)
19141         (spam-list-of-statistical-checks, spam-registration-functions)
19142         (spam-check-spamassassin-headers, spam-check-spamassassin)
19143         (spam-spamassassin-score)
19144         (spam-spamassassin-register-with-sa-learn)
19145         (spam-spamassassin-register-spam-routine)
19146         (spam-spamassassin-register-ham-routine)
19147         (spam-assassin-register-spam-routine)
19148         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19149         (spam-bogofilter-score): Fix to show article before scoring.
19150
19151 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19152
19153         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19154         default scoring function.
19155         (spam-generic-score): Call spam-spamassassin-score if
19156         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19157         spam-bogofilter-score otherwise.
19158
19159         * gnus.el (spam-process, spam-autodetect-methods):
19160         Add spamassassin and spamassassin-headers.
19161
19162 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19163
19164         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19165         Suppress unnecessary messages.
19166
19167 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19170         make-hash-table.
19171
19172 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * canlock.el (base64-encode-string): Don't autoload it.
19175
19176 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * run-at-time.el: Remove useless (require 'itimer),
19179         eval-and-compile and (featurep 'xemacs).
19180
19181 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19182
19183         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19184         GROUP is a virtual group.
19185
19186 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19187
19188         * gnus.el: Autoload `message-y-or-n-p'.
19189
19190 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19191
19192         * pgg-parse.el: Remove unnecessary (require 'custom).
19193
19194         * pgg-def.el: do.
19195
19196         * nnmail.el: do.
19197
19198         * gnus-undo.el: do.
19199
19200         * gnus-picon.el: do.
19201
19202         * gnus-util.el: do.
19203
19204 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19205
19206         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19207
19208 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19211         handle, as well as a list.
19212
19213         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19214         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19215         (mm-w3m-cid-retrieve): Simplify.
19216
19217 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19218
19219         * message.el (message-kill-to-signature): Allow prefix arg to
19220         specify number of lines to keep before signature.
19221
19222 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19223
19224         * message.el (message-kill-to-signature): Change docstring.
19225
19226 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * canlock.el: Always require sha1-el.
19229         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19230
19231         * message.el: Autoload sha1 only when compiling.
19232
19233         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19234         eudc-expand-inline for XEmacs.
19235
19236 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * message.el (message-canlock-generate): Require sha1-el.
19239
19240 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19241
19242         * message.el (message-expand-name): Silence the byte compiler.
19243
19244         * lpath.el: Add detect-coding-system.
19245
19246         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19247         cus-edit.
19248
19249 2004-01-13  Simon Josefsson  <jas@extundo.com>
19250
19251         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19252         Invoke gnus-score-mode.
19253         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19254
19255         * gnus-range.el (gnus-compress-sequence): Doc fix.
19256         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19257
19258 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19259
19260         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19261
19262 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19263
19264         * spam.el (spam-get-article-as-string): Update to use
19265         gnus-request-article-this-buffer, much simpler.
19266         (spam-get-article-as-buffer): Remove.
19267
19268 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19269
19270         * message.el (message-expand-name): Use EUDC if the user uses that.
19271
19272 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19273
19274         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19275         character for the encoding to avoid consing a string.
19276
19277         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19278         unnecessarily.
19279
19280         * mm-util.el (mm-replace-chars-in-string): Remove.
19281
19282         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19283         of mm-replace-chars-in-string.
19284
19285 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19286
19287         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19288
19289         * mm-util.el (mm-subst-char-in-string): Support inplace.
19290
19291         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19292         a new string in every iteration.  Use shy groups.
19293
19294 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19297         * gnus-soup.el (gnus-soup-group-brew):
19298         * gnus-msg.el (gnus-put-message):
19299         * gnus-move.el (gnus-group-move-group-to-server):
19300         * gnus-kill.el (gnus-batch-score):
19301         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19302         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19303         (gnus-group-update-group, gnus-group-read-group)
19304         (gnus-group-make-group, gnus-group-make-help-group)
19305         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19306         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19307         (gnus-group-sort-by-unread, gnus-group-catchup)
19308         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19309         (gnus-group-yank-group, gnus-group-set-info)
19310         (gnus-group-list-groups):
19311         * gnus.el (gnus-generate-new-group-name):
19312         * gnus-delay.el (gnus-delay-send-queue):
19313         * nnvirtual.el (nnvirtual-catchup-group):
19314         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19315         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19316         (gnus-group-prepare-topics, gnus-topic-check-topology):
19317         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19318         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19319         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19320         (gnus-group-make-articles-read):
19321         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19322         (gnus-group-change-level, gnus-kill-newsgroup)
19323         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19324         (gnus-get-unread-articles, gnus-make-articles-unread)
19325         (gnus-make-ascending-articles-unread): Use accessor
19326         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19327         to get group information for improved readability.
19328
19329
19330 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19331
19332         * gnus-art.el (article-decode-mime-words, article-babel)
19333         (gnus-article-highlight-signature, gnus-article-add-buttons)
19334         (gnus-signature-toggle): Use gnus-with-article-buffer.
19335
19336         * gnus-art.el (gnus-article-highlight-headers)
19337         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19338
19339         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19340         (gnus-article-set-globals, gnus-request-article-this-buffer)
19341         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19342         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19343         (gnus-mime-display-alternative): Use with-current-buffer.
19344
19345 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19346
19347         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19348         also under 80 char limit, and call gnus-error if needed.
19349         (spam-fetch-article-header): Fix - it was a
19350         buffer-local variable (gnus-newsgroup-data).
19351         (spam-find-spam): Use spam-generate-fake-headers, forget about
19352         spam-insert-fake-headers.
19353         (spam-insert-fake-headers): Remove.
19354
19355 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19356
19357         * deuglify.el (gnus-article-outlook-unwrap-lines)
19358         (gnus-outlook-rearrange-article)
19359         (gnus-outlook-repair-attribution-outlook)
19360         (gnus-outlook-repair-attribution-block)
19361         (gnus-outlook-repair-attribution-other): Remove redundant
19362         save-excursion.
19363
19364 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19367         (spam-fetch-field-subject-fast)
19368         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19369         (spam-fetch-article-header): Add functions to deal with Gnus
19370         internals for fast retrieval of article header data.
19371         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19372
19373 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * pop3.el (pop3-md5): Remove.
19376         (pop3-apop): Replace pop3-md5 with md5.
19377
19378         * mm-bodies.el: base64 is always built-in.
19379
19380         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19381         Use with-current-buffer.
19382
19383 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * canlock.el (canlock-insert-header): Remove excessive grouping in
19386         regexp.
19387
19388         * gnus-sum.el (gnus-summary-read-document): Ditto.
19389
19390         * gnus-uu.el (gnus-uu-part-number): Ditto.
19391
19392         * html2text.el (html2text-remove-tags): Ditto.
19393         (html2text-format-tags): Ditto.
19394         (html2text-format-single-elements): Ditto.
19395
19396         * mml.el (mml-parse-1): Ditto.
19397
19398 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19399
19400         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19401
19402         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19403
19404         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19405
19406         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19407
19408 2003-11-15  Simon Josefsson  <jas@extundo.com>
19409
19410         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19411         (pgg-gpg-lookup-key): Use regexp match instead of
19412         split-string (split-string is different between emacs 21.2 and
19413         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19414
19415 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19416
19417         * gnus-art.el (gnus-mime-view-all-parts)
19418         (gnus-article-part-wrapper, gnus-article-view-part):
19419         Use with-current-buffer.
19420
19421 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19422
19423         * spam.el (spam-disable-spam-split-during-ham-respool)
19424         (spam-spamoracle-database, spam-cache-lookups)
19425         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19426         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19427         (spam-group-ham-marks, spam-group-spam-marks)
19428         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19429         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19430         also add spam-use-blackholes to the statistical checks.
19431         (spam-fetch-field-fast): Add interface to fetching fields, may
19432         become a macro.
19433         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19434         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19435         (spam-insert-fake-headers): Fake an article when needed.
19436         (spam-find-spam): Fake article when possible.
19437         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19438         (spam-check-bogofilter-headers): Use message-fetch-field instead
19439         of nnmail-fetch-field.
19440
19441 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19444
19445 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19446
19447         * spam.el (spam-split): Do not require spam-use-CHECK to be
19448         enabled if that check is passed to spam-split explicitly; also
19449         fix so 'spam doesn't get converted to spam-split-group when
19450         spam-split-symbolic-return is t.
19451         (spam-find-spam): Find registrations of the article and use those
19452         instead of re-running spam-split to find the spam/ham
19453         classification of the article.
19454         (spam-log-processing-to-registry, spam-log-registered-p)
19455         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19456         Use gnus-error instead of gnus-message.
19457         (spam-log-registration-type): Add function to determine the
19458         classification of a message based on registry entries; will
19459         return nil if both 'spam and 'ham are found.
19460         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19461         a reasonably fast local cache without the loading errors.
19462         (spam-cache-lookups): Set to t by default.
19463         (spam-find-spam): Don't try to guess spam-cache-lookups.
19464         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19465         spam-caches entry.
19466         (spam-filelist-build-cache, spam-filelist-check-cache):
19467         Fix caching of whitelist/blacklist entries.
19468         (spam-check-whitelist, spam-check-blacklist):
19469         Invoke spam-from-listed-p with a type, not a cache variable.
19470         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19471
19472 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19473
19474         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19475
19476         * nnmail.el (nnmail-split-fancy): do.
19477
19478         * mml.el (mml-parse): do.
19479
19480         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19481         (gnus-score-adaptive): do.
19482
19483 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19486         (gnus-mime-button-map): Don't set keymap parent.
19487         (gnus-button-ctan-directory-regexp): Use shy grouping.
19488         (gnus-prev-page-map): Don't set keymap parent.
19489         (gnus-prev-page-map): Remove duplicated one.
19490         (gnus-next-page-map): Don't set keymap parent.
19491         (gnus-mime-security-button-map): Ditto.
19492
19493         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19494         version number.
19495
19496         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19497
19498 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * canlock.el (canlock-sha1-function): Remove.
19501         (canlock-sha1-function-for-verify): Remove.
19502         (canlock-openssl-program): Remove.
19503         (canlock-openssl-args): Remove.
19504         (canlock-ignore-errors): Remove.
19505         (canlock-sha1-with-openssl): Remove.
19506         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19507         (canlock-verify): Don't use canlock-ignore-errors.
19508
19509         * sha1-el.el (sha1-string-external): Make it can return a string
19510         in binary form.
19511         (sha1-region-external): Ditto.
19512         (sha1-string-internal): Ditto.
19513         (sha1-region-internal): Ditto.
19514         (sha1-region): Ditto.
19515         (sha1-string): Ditto.
19516         (sha1): Ditto.
19517
19518 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19519
19520         * spam.el (spam-report-articles-gmane): New command.
19521
19522 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19525
19526         * run-at-time.el (run-at-time-saved): Remove.
19527         (run-at-time): Doc fix.
19528
19529 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19530
19531         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19532         (gnus-summary-limit-map): Add it.
19533         (gnus-summary-make-menu-bar): do.
19534
19535 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19536
19537         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19538         Make attempt at some caching support (done for BBDB only now).
19539         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19540         addresses to be checked.
19541         (spam-clear-cache-BBDB): Add function, to be invoked by
19542         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19543         (spam-check-BBDB): Check and use the caches, if
19544         spam-cache-lookups is on, remove superfluous (provide).
19545
19546 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19547
19548         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19549
19550 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19551
19552         * run-at-time.el (run-at-time-saved): Move to after the definition
19553         of `run-at-time'.
19554
19555         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19556
19557 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19560         mm-w3m-local-map-property.
19561
19562         * mm-view.el (mm-w3m-mode-map): Remove.
19563         (mm-w3m-local-map-property): Remove.
19564         (mm-inline-text-html-render-with-w3m): Don't use
19565         mm-w3m-local-map-property.
19566
19567 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19568
19569         * run-at-time.el: New file.
19570
19571         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19572         under Emacs.
19573
19574         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19575         of gnus-set-text-properties.
19576
19577         * gnus-uu.el (gnus-uu-save-article): Ditto.
19578
19579         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19580
19581         * gnus-cite.el (gnus-cite-parse): Ditto.
19582
19583         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19584         of gnus-.
19585
19586         * gnus-xmas.el (run-at-time): Require run-at-time.
19587
19588         * gnus.el: Change calls to nnheader-run-at-time and
19589         password-run-at-time throughout to use run-at-time directly.
19590
19591         * password.el: Remove definition of run-at-time.
19592
19593         * nnheaderxm.el: Remove definition of run-at-time.
19594
19595 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19596
19597         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19598         in prompt.
19599
19600 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19601
19602         * messagexmas.el (message-xmas-redefine): Alias
19603         `message-make-caesar-translation-table' to
19604         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19605         version.
19606
19607         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19608         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19609         `gnus-xmas-set-text-properties'.
19610         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19611         `gnus-xmas-completing-read'.
19612         (gnus-xmas-completing-read): Removed.
19613         (gnus-xmas-open-network-stream): Removed.
19614
19615         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19616         XEmacs version.
19617
19618         * dns.el (dns-make-network-process): Use `open-network-stream'
19619         instead of `gnus-xmas-open-network-stream'.
19620
19621         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19622
19623         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19624
19625 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19626
19627         * gnus-art.el (gnus-mime-display-alternative)
19628         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19629         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19630         Don't use gnus-local-map-property.
19631
19632         * gnus-util.el (gnus-local-map-property): Remove.
19633
19634         * mm-view.el (mm-view-pkcs7-decrypt):
19635         Replace gnus-completing-read-maybe-default with completing-read.
19636
19637         * gnus-util.el (gnus-completing-read): do.
19638         (gnus-completing-read-maybe-default): Remove.
19639
19640 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19641
19642         * password.el: Only autoload `run-at-time' if not XEmacs.
19643         Only autoload the itimer functions if XEmacs.
19644
19645 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19648         XEmacsen.
19649
19650         * dgnushack.el: Autoload executable-find for XEmacs.
19651
19652 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19653
19654         * gnus-art.el (gnus-read-string): Remove.
19655         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19656         read-string.
19657
19658 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19659
19660         * netrc.el: Autoload password-read.
19661         (netrc): Add configuration group.
19662         (netrc-encoding-method, netrc-openssl-path):
19663         Add variables for encoding and decoding of files with symmetric
19664         ciphers.
19665         (netrc-encode): Add assistant function to encode a file with
19666         netrc-encoding-method.
19667         (netrc-parse): Add interactive parameter, added optional
19668         decoding if netrc-encoding-method is non-nil but otherwise
19669         behavior is standard.
19670         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19671         Do s/encode/encrypt/ everywhere.
19672
19673         * spam.el: Remove executable-find autoload.
19674
19675 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19676
19677         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19678
19679         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19680
19681 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19682
19683         * gnus-art.el (gnus-treat-ansi-sequences)
19684         (article-treat-ansi-sequences): New variable and function.
19685         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19686
19687         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19688         Use it.
19689
19690 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19691
19692         * mm-util.el (mm-quote-arg): Remove.
19693
19694         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19695         shell-quote-argument.
19696
19697         * gnus-uu.el (gnus-uu-command): do.
19698
19699         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19700
19701         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19702         with make-char.
19703
19704         * mm-util.el (mm-make-char): Remove.
19705
19706         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19707         add-minor-mode.
19708
19709         * gnus-undo.el (gnus-undo-mode): do.
19710
19711         * gnus-topic.el (gnus-topic-mode): do.
19712
19713         * gnus-sum.el (gnus-dead-summary-mode): do.
19714
19715         * gnus-start.el (gnus-slave-mode): do.
19716
19717         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19718
19719         * gnus-ml.el (gnus-mailing-list-mode): do.
19720
19721         * gnus-gl.el (gnus-grouplens-mode): do.
19722
19723         * gnus-draft.el (gnus-draft-mode): do.
19724
19725         * gnus-dired.el (gnus-dired-mode): do.
19726
19727         * gnus-ems.el (gnus-add-minor-mode): Remove.
19728
19729         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19730         Replace gnus-char-width with char-width.
19731
19732         * gnus-ems.el (gnus-char-width): Remove.
19733
19734         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19735         Replace gnus-char-width with char-width.
19736
19737         * gnus-ems.el (gnus-char-width): Remove.
19738
19739         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19740         definition.
19741         Remove Emacs 20 hash table compatibility code.
19742
19743         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19744         20 compatibility code.
19745
19746         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19747
19748         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19749
19750         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19751         Replace with point-at-{eol,bol}.
19752
19753         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19754
19755         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19756
19757         * flow-fill.el (fill-flowed-point-at-bol)
19758         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19759
19760         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19761         Replace with point-at-{eol,bol} throughout all files.
19762
19763 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * ntlm.el (ntlm-string-as-unibyte): New macro.
19766         (ntlm-build-auth-response): Use it.
19767
19768         Remove Emacs 20 stuff:
19769         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19770         (butlast, mapc, remove): Remove the compiler macros.
19771         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19772         of delq and copy-sequence.
19773         * gnus-art.el (popup-menu): Remove the compiler macro.
19774         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19775         Emacs 20.
19776
19777 2004-01-05  Simon Josefsson  <jas@extundo.com>
19778
19779         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19780         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19781         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19782         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19783         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19784         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19785         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19786         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19787         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19788         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19789         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19790         string-xor into ntlm-string-xor.
19791         Suggested by Jesper Harder <harder@myrealbox.com>.
19792
19793         * ntlm.el: Don't include poem.
19794
19795         * md4.el (print-int32, print-string-hexa): Remove.
19796         Suggested by Jesper Harder <harder@myrealbox.com>.
19797
19798         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19799
19800         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19801         probably breaks emacs with DL patch, but do we care? Is anyone
19802         still using the DL stuff?)
19803
19804         * sieve-manage.el: Use the password package.
19805         (sieve-manage-read-passwd): Remove.
19806         (sieve-manage-interactive-login): Use password.  Re-add
19807         condition-case around loop.
19808
19809         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19810         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19811         Use the password package.
19812
19813 2003-02-19  Simon Josefsson  <jas@extundo.com>
19814
19815         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19816         token.
19817
19818 2002-08-07  Simon Josefsson  <jas@extundo.com>
19819
19820         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19821         (sieve-manage-authenticators):
19822         (sieve-manage-authenticator-alist): Add some SASL mechs.
19823         (sieve-sasl-auth): New function.
19824         (sieve-manage-cram-md5-auth):
19825         (sieve-manage-plain-auth): Rewrite using SASL library.
19826         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19827         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19828         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19829         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19830
19831 2004-01-05  Simon Josefsson  <jas@extundo.com>
19832
19833         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19834         New files.
19835
19836 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19837
19838         * gnus-group.el (gnus-no-groups-message): Update.
19839
19840         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19841
19842 2003-11-09  Simon Josefsson  <jas@extundo.com>
19843
19844         * imap.el: Support for ID IMAP extension (RFC 2971).
19845         (imap-local-variables): Add imap-id.
19846         (imap-id): New variable.
19847         (imap-id): New function.
19848         (imap-parse-response): Parse untagged ID response.
19849         * nnimap.el (nnimap-id): New variable.
19850         (nnimap-open-connection): Use it.
19851
19852 2003-12-28  Simon Josefsson  <jas@extundo.com>
19853
19854         * gnus-score.el (gnus-score-edit-all-score): New.
19855         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19856
19857 2004-01-04  Simon Josefsson  <jas@extundo.com>
19858
19859         * password.el: Add.
19860
19861 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19862
19863         * dns.el (dns-query-types): Fix typo.
19864         (dns-query-types): New function.
19865         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19866         PTR and SOA replies, see RFC 1035.
19867
19868 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19869
19870         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19871
19872         * Move to Changelog.2.
19873
19874 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19875
19876         * gnus.el (gnus-version-number): Bump version.
19877
19878 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19879
19880         * gnus.el: No Gnus v0.1 is released.
19881
19882 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19883
19884         * gnus.el: No Gnus v0.0 is released.
19885
19886 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19887
19888         * gnus.el (gnus-version-number): Bump.
19889         (gnus-version): No.
19890
19891 See ChangeLog.2 for earlier changes.
19892
19893     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19894       Free Software Foundation, Inc.
19895
19896   This file is part of GNU Emacs.
19897
19898   GNU Emacs is free software: you can redistribute it and/or modify
19899   it under the terms of the GNU General Public License as published by
19900   the Free Software Foundation, either version 3 of the License, or
19901   (at your option) any later version.
19902
19903   GNU Emacs is distributed in the hope that it will be useful,
19904   but WITHOUT ANY WARRANTY; without even the implied warranty of
19905   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19906   GNU General Public License for more details.
19907
19908   You should have received a copy of the GNU General Public License
19909   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19910
19911 ;; Local Variables:
19912 ;; coding: utf-8
19913 ;; fill-column: 79
19914 ;; add-log-time-zone-rule: t
19915 ;; End: