gnus-default-subscribed-newsgroups is unused, so remove it.
[gnus] / lisp / ChangeLog
1 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4         of automatically subscribed groups.
5         (gnus-auto-subscribed-categories): New variable.
6         (gnus-matches-options-n): Use it.
7         (gnus-default-subscribed-newsgroups): Remove unused variable.
8
9 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
10
11         * nnir.el (nnir-run-imap): Return article list in order of increasing
12         UID.
13
14 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
17         gnus-auto-select-on-ephemeral-exit.
18
19         * proto-stream.el (proto-stream-open-network-only): Fix the calling
20         convention of the network-only option.
21
22 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * proto-stream.el (proto-stream-open-network-only): New function to
25         have a way to specify non-STARTTLS upgrade connections.
26
27 2010-12-10  Julien Danjou  <julien@danjou.info>
28
29         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
30         email address is nil.
31
32         * message.el (message-bogus-recipient-p): Set address to "" if nil.
33
34 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
35
36         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
37         deletion.
38         (nnir-run-imap): Only need to parse list once.
39
40 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * shr.el (shr-tag-script): Ignore <script>.
43         (shr-tag-label): Add <label> support.
44
45 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
48
49         * shr.el (shr-image-displayer): Work for images lined side by side.
50
51 2010-12-08  Robert Pluim  <rpluim@gmail.com>
52
53         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
54         parameter, since XEmacs doesn't accept t as a parameter.
55
56 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
57
58         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
59         ids.
60         (nnir-run-gmane): Simplify groupspec formatting.
61         (nnir-request-expire-articles): New function.
62
63 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
66         overflow, possibly.
67
68         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
69         (shr-render-td): Handle td style="" better.
70         (shr-tag-table): Use the color from the style sheet.
71         (shr-render-td): Make sure we copy over all the overlays, too.
72
73 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
74
75         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
76         (nnir-request-article): Improve article retrieval.
77
78 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * mm-util.el (mm-extra-numeric-entities): New variable.
81
82         * mm-url.el (mm-url-decode-entities):
83         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
84
85         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
86
87 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
88
89         * message.el: Use completion-at-point.
90         (message-completion-function): New fun, extracted from message-tab.
91         (message-mode): Use it for completion-at-point-functions.
92         (message-tab): Use it and completion-at-point.
93
94 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
97         character if a non-breakable character follows.
98
99 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
102         any stream.
103
104         * shr.el (shr-tag-font): Colorize the region.
105         (shr-tag-body): Ditto.
106         (shr-tag-font): Actually let the styles be inherited instead of
107         overwriting them.
108         (shr-tag-font): Get the background color right.
109         (shr-tag-style): Ignore all <style> tags for the moment.
110
111         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
112         a Message-ID to avoid having nnimap depend on gnus-sum.
113
114         * shr.el (shr-descend): Only colorize something if we have a node that
115         sets colors.
116
117 2010-12-06  Julien Danjou  <julien@danjou.info>
118
119         * shr.el (shr-render-td): Render td content with shr-descend, so style
120         will be applied to <td> too.
121         (shr-colorize-region): Colorize region even if we only have a background.
122         (shr-tag-body): Fix color and background color inheritance.
123         Do not recolorize after shr-generic.
124         (shr-tag-font): Let shr-generic colorize via inheritance.
125
126 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
129
130 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
131
132         * nnir.el (nnir-request-move-article): Remove obsolete code.
133
134 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
137
138 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-sum.el (gnus-summary-respool-article): The completion function
141         expects a list instead of an alist.
142
143         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
144         string as the parameter.
145
146         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
147
148         * shr.el (shr-stylesheet): New dynamic variable for cascading the
149         styles.
150         (shr-colorize-region): New function.
151         (shr-insert-background-overlay): Remove.
152         (shr-render-td): Background setting should be taken care of on a higher
153         level.
154         (shr-tag-body): Use post-hoc colorizations.
155         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
156         (shr-put-color-1): Don't overwrite old colors.
157         (shr-colorize-region): When the background color isn't explicit, use
158         a fixed background.
159
160         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
161         nnmail variables.
162
163 2010-12-05  Bjørn Mork  <bjorn@mork.no>
164
165         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
166         unless necessary.
167
168 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
169
170         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
171         server.
172
173 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
176         so that TAB works.
177
178         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
179         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
180
181         * shr.el (shr-urlify): Show the URL before the title to avoid
182         misleading URLs.
183
184 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
185
186         * shr.el (shr-urlify): Display the title in <a> tags.
187
188 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
189
190         * nnir.el (nnir-categorize): Replace mapcar with mapc.
191
192 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
193
194         * nnir.el: Rearrange code to allow macros to be autoloaded by
195         gnus-sum.el.
196         (nnir-retrieve-headers-override-function): Make this variable
197         customizable.
198         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
199
200         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
201         from nnir.el.
202
203 2010-12-03  Julien Danjou  <julien@danjou.info>
204
205         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
206
207 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
210         allow optional argument `environment'.
211
212 2010-12-03  Glenn Morris  <rgm@gnu.org>
213
214         * mm-extern.el (message-goto-body): Update declaration.
215
216 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-util.el (gnus-macroexpand-all): New function.
219
220         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
221         instead of macroexpand-all that is unavailable in XEmacs.
222
223 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
224
225         * nnir.el (nnir-summary-line-format): New variable.
226         (nnir-mode): Use it.
227         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
228         (nnir-article-ids): Reimplement as defsubst.
229         (nnir-retrieve-headers): Don't mangle the subject header.
230         (nnir-run-imap): Use 100 as RSV score.
231         (nnir-run-find-grep): Fix for full server searching.
232         (nnir-run-gmane): Better restriction to gmane groups.
233
234         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
235         summary buffers.
236
237 2010-12-02  Julien Danjou  <julien@danjou.info>
238
239         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
240
241         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
242
243         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
244         support.
245
246 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
247
248         * nnir.el: Update to handle the registry better.
249         (autoload): Silence byte-compiler.
250         (nnir-open-server): Add a hook for nnir groups.
251         (nnir-request-move-article): Don't mangle the header. Better to use
252         formating variables (which will be added in the future).
253         (nnir-registry-action): Update the registry using the original article
254         group name.
255         (nnir-mode): Install nnir-specific hooks for updating the registry.
256
257         * gnus-sum.el
258         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
259         obsolete variables.
260         (gnus-summary-move-article): Remove use of obsolete variables.
261         (gnus-summary-local-variables): Make move and delete hooks local to
262         summary buffers.
263
264 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * rtree.el: New file.
267
268 2010-12-01  Julien Danjou  <julien@danjou.info>
269
270         * message.el (message-user-organization): Do not use
271         gnus-local-organization.
272
273         * gnus.el: Remove gnus-local-organization.
274
275         * gnus-msg.el: Remove nastygram thing.
276
277 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
278
279         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
280         funcall.
281
282 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
285         names.
286
287         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
288         characters.
289
290         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
291         to t of inhibit-read-only since it is inside gnus-with-article-headers.
292         Suggested by Štěpán Němec <stepnem@gmail.com>.
293         (gnus-gravatar-transform-address): Use mail-extract-address-components
294         that supports non-ASCII names rather than mail-header-parse-addresses.
295
296 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * proto-stream.el (open-protocol-stream): All starttls connections are
299         handled by the network handler.
300
301 2010-11-30  Julien Danjou  <julien@danjou.info>
302
303         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
304         (nnimap-open-connection-1): Fix PREAUTH.
305
306         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
307
308 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
311         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
312         (shr-insert): Use them.
313         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
314
315 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
316
317         * nnir.el (nnir-request-move-article): Bail out if original group
318         doesn't support article moves.
319         (nnir-get-active): Improve active list retrieval.
320
321 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * shr.el (shr-find-fill-point): Don't break before apostrophes.
324
325 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
326
327         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
328         seem to accept strings-with-numbers as port numbers,
329
330 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
331
332         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
333         change the registry.
334
335 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
338         delete-dups that is not available in XEmacs 21.4.
339
340         * mm-util.el (mm-delete-duplicates): Add comment.
341
342 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
343
344         * nnir.el (nnir-ignored-newsgroups): New variable.
345         (nnir-get-active): Use it.
346
347 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * proto-stream.el (proto-stream-open-network): Add some comments.
350
351         * nntp.el (nntp-open-connection): Provide a :success condition.
352
353         * nnimap.el (nnimap-open-connection-1): Ditto.
354
355         * proto-stream.el (proto-stream-open-network): See what the response to
356         the STARTTLS command is.
357
358         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
359         backwards compatibility).
360         (nnimap-open-connection-1): Really respect nnimap-server-port.
361
362         * proto-stream.el (proto-stream-open-network): When doing opportunistic
363         TLS upgrades we don't really care about the identity of the peer.
364         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
365         that what we've checked for.
366         (proto-stream-always-use-starttls): Only default to t if
367         open-gnutls-stream exists.
368         (proto-stream-open-network): If STARTTLS failed, then just open a
369         normal connection.
370         (proto-stream-open-network): Wait until the greeting before doing
371         STARTTLS.
372
373         * nntp.el (nntp-open-connection): Report what the connection error is.
374
375         * proto-stream.el (open-protocol-stream): Renamed from
376         open-proto-stream.
377
378 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * nnimap.el (nnimap-stream): Change default to `undecided'.
381         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
382         first, and then network.
383         (nnimap-open-connection-1): Respect nnimap-server-port.
384         (nnimap-open-connection): Be more backwards-compatible.
385
386         * proto-stream.el (proto-stream-always-use-starttls): New variable.
387         (proto-stream-open-starttls): De-duplicate the starttls code.
388         (proto-stream-open-starttls): Folded back into the main function.
389         (proto-stream-open-network): Fix typo in the gnutls path.
390         (proto-stream-command): Refactor out.
391
392         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
393
394         * proto-stream.el (proto-stream-open-starttls): Actually implement the
395         starttls.el STARTTLS.
396
397         * color.el (color-lab->srgb): Fix function call name.
398
399         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
400         if we're using tls.el.
401         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
402         built in, then don't try to establish a STARTTLS connection.
403
404         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
405         servers.
406
407         * proto-stream.el (open-proto-stream): Use network, not stream.
408         (open-proto-stream): Add a way to specify what the end of a command is.
409
410         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
411         connections types.
412         (nntp-open-network-stream): Remove.
413         (nntp-open-ssl-stream): Remove.
414         (nntp-open-tls-stream): Remove.
415         (nntp-ssl-program): Remove.
416
417         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
418
419 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
420
421         * nnir.el: Fix typos.
422         (nnir-retrieve-headers-override-function): Rename variable to reflect
423         new semantics.
424         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
425         macros.
426         (nnir-request-article, nnir-request-move-article): Use them.
427         (nnir-categorize): New function.
428         (nnir-run-query): Use it.
429         (nnir-retrieve-headers): Rewrite to batch header retrieval.
430         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
431         sorted.
432         (nnir-group-full-name): Use gnus-group-full-name instead.
433         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
434         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
435
436 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
439
440         * proto-stream.el: New library to provide protocol-specific
441         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
442         protocols.
443         (open-proto-stream): Complete the documentation.
444         (proto-stream-open-network): Fix some typos.
445
446         * nnimap.el (nnimap-open-connection): Use it.
447
448 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
449
450         * pop3.el (pop3-open-server): Read server greeting before starting TLS
451         negotiation.
452
453 2010-11-26  Julien Danjou  <julien@danjou.info>
454
455         * color.el: Rename various rgb functions to srgb.
456
457 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
460         names.
461
462 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * shr.el (shr-insert): Revert last change.
465         (shr-find-fill-point): Never leave point being at bol;
466         relax the kinsoku limitation when rendering tables.
467
468 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
471         results from -accept-article.
472
473         * shr-color.el: Require cl when compiling.
474
475         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
476         checkin.
477
478         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
479
480         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
481
482         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
483         'add and 'delete to set backend marks.
484
485         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
486
487         * nnheader.el (nnheader-update-marks-actions): Refactor out.
488
489         * nntp.el (nntp-request-set-mark): Use it.
490
491         * nnfolder.el (nnfolder-request-set-mark): Ditto.
492
493         * nnml.el (nnml-request-set-mark): Ditto.
494
495         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
496         introduces regressions in article selection.
497         (nnimap-find-uid-response): New function.
498         (nnimap-request-accept-article): Use the UID returned, if any.
499         (nnimap-request-move-article): Use the UID returned, if any.
500         (nnimap-get-groups): Reimplement to work with folded lines.
501         (nnimap-find-uid-response): The UID is the last element in the list.
502         (nnimap-request-set-mark): Extend syntax with 'set.
503
504         * nnml.el (nnml-request-set-mark): Ditto.
505
506         * nnfolder.el (nnfolder-request-set-mark): Ditto.
507
508         * nntp.el (nntp-request-set-mark): Ditto.
509
510 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * message.el (message-called-interactively-p): A temporary macro.
513         (message-goto-body): Use it temporarily.
514
515 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
518         (nnimap-last-response-string): Unfold quoted lines, if they exist.
519         (nnimap-last-response-string): Fix last unfolding fix.
520
521 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * shr.el (shr-insert): Fix the way to fold lines.
524
525 2010-11-25  Julien Danjou  <julien@danjou.info>
526
527         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
528
529         * color.el: Rename from color-lab.el
530         (color-rgb->hex): Add.
531         (color-complement): Add.
532         (color-complement-hex): Add.
533
534         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
535
536 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * shr-color.el (shr-color-visible): Don't bug out if the colour names
539         don't exist.
540
541 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
544         assuming that article displaying or another mml-preview may be
545         interrupted for an error or for the like.
546
547         * shr.el (shr-get-background): Fix argument name.
548
549 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
552
553         * gnus-sum.el (gnus-summary-include-articles): New function.
554
555         * message.el (message-goto-body): called-interactively-p needs a
556         parameter, so use `any'.
557
558         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
559         clear marks before moving, since they're synced from the Gnus side
560         first.
561
562         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
563         (gnus-summary-move-article): Copy over all marks before moving, so that
564         IMAP doesn't think a new article has arrived.
565
566 2010-11-24  Julien Danjou  <julien@danjou.info>
567
568         * shr.el (shr-insert-background-overlay): Fix typo.
569         (shr-render-td): Copy the background before rendering.
570
571         * shr-color.el (shr-color-visible): Fix docstring.
572
573         * shr.el (shr-tag-table): Add bgcolor support.
574         (shr-render-td): Add bgcolor support.
575         (shr-get-background): Add.
576         (shr-insert-foreground-overlay): Use shr-get-background.
577
578         * message.el (message-goto-body): Use called-interactively-p.
579         (message-in-body-p): message-goto-body returns point.
580
581 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
584         Fixes something or other in Emacs 23, and is backwards compatible.
585
586         * message.el (message-goto-body): Remove the <#secure special-casing,
587         which is too special.
588
589         * shr.el (shr-parse-style): Drop !important from styles.
590
591 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
592
593         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
594         this function to return incorrect results when calling it with an
595         explicit article argument different from
596         (gnus-summary-article-number).
597
598 2010-11-24  Julien Danjou  <julien@danjou.info>
599
600         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
601         (shr-tag-body): Add background support.
602         (shr-descend): Add background support.
603         (shr-tag-title): Add.
604
605         * shr-color.el (shr-color-visible): Really return original background
606         if fixed.
607
608 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * shr.el (shr-color-check): Protect against non-existant colour names.
611
612 2010-11-24  Julien Danjou  <julien@danjou.info>
613
614         * color-lab.el: Require 'cl when compiling.
615
616         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
617
618         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
619         matched part.
620
621         * color-lab.el: Fix all expt calls to use float type.
622
623 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
626         expression to shr-color-check as is.
627
628         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
629
630         * color-lab.el: Add coding cookie.
631         (float-pi): Use eval-and-compile.
632
633         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
634         compiled for Emacsen having no `libxml-parse-html-region' support.
635
636 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * shr.el (shr-insert-color-overlay): Split stuff like
639         "#444444 !important" to find the real colour.
640         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
641         parse <font color="red"> entries.
642
643 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
644
645         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
646         point when parsing headers.
647
648         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
649         is positioned properly when parsing headers.
650
651 2010-11-23  Julien Danjou  <julien@danjou.info>
652
653         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
654
655         * shr-color.el (shr-color->hexadecimal): Add support for color names.
656
657         * shr.el (shr-parse-style): Replace \n with space in style parsing.
658
659         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
660         shr-color-hue-to-rgb.
661         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
662
663 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * shr.el (shr-color->hexadecimal): Autoload.
666         (shr-descend): Add color to all tags.
667
668 2010-11-22  Julien Danjou  <julien@danjou.info>
669
670         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
671         shr-color->hexadecimal.
672
673         * shr-color.el (shr-color->hexadecimal): Add converting functions for
674         RGB() or HSL() color representation.
675
676         * shr.el (shr-tag-font): Add.
677         (shr-tag-color-check): New function to get better colors.
678         (shr-tag-insert-color-overlay): Factorize code between tag-font and
679         tag-span.
680
681         * shr-color.el: New file.
682
683         * color-lab.el: New file.
684
685         * gnus-art.el (gnus-url-mailto): Do not downcase args.
686
687 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * nnir.el: Fix typo in comments.
690         (nnir-run-imap): Simplify code. No need to reverse artlist.
691         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
692
693 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
696
697         * nnimap.el (nnimap-get-capabilities): Refactor out.
698         (nnimap-open-connection): Re-request capabilities after STARTTLS.
699
700 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
701
702         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
703         appearing when `mm-uu-hide-markers' is nil.
704
705 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * nnimap.el (nnimap-unselect-group): Make into its own function.
708         (nnimap-request-rename-group): Unselect group before renaming.
709         This had gotten lost somewhere.
710         (nnimap-request-accept-article): Keep track of examined groups, and
711         unselect the group before APPENDing to read-only groups.
712         (nnimap-request-move-article): Clear flags before moving so that they
713         can be re-set later.
714
715 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
718         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
719
720 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-mime-display-single)
723         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
724         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
725         parameter.
726
727 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
730         (shr-table-vertical-line): New variable.
731         (shr-insert-table): Use it.
732
733 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-html.el (gnus-html-wash-images): Don't display images if
736         gnus-inhibit-images is non-nil; register displayer for cid images.
737         (gnus-html-display-image): Work for cid image.
738         (gnus-html-insert-image): Allow arguments.
739         (gnus-html-put-image): Inhibit read-only.
740         (gnus-html-prefetch-images): Don't prefetch images if
741         gnus-inhibit-images is non-nil.
742
743 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * shr.el (shr-put-image): Break lines when inserting big pictures.
746
747 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
748
749         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
750         sender, thanks Katsumi Yamaoka.
751
752 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
753
754         * nnir.el (nnir-run-imap): Reverse the article list for each group
755         rather than the whole list.
756
757 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * shr.el (shr-image-displayer): Protect function against non-existent
760         image source.
761
762         * gnus-art.el (gnus-inhibit-images): New user option.
763         (gnus-mime-display-single): Don't display image if it is non-nil.
764
765         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
766         gnus-inhibit-images.
767
768         * shr.el (shr-image-displayer): New function.
769         (shr-tag-img): Use it.
770
771 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
772
773         * mml2015.el (mml2015-epg-sign): Use From header.
774
775 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus-html.el (gnus-html-wash-images): Register a displayer.
778
779         * gnus-util.el (gnus-find-text-property-region): Return markers.
780
781         * shr.el (shr-tag-img): Put a displayer in the text property.
782
783         * gnus-util.el (gnus-find-text-property-region): New utility function.
784
785         * gnus-html.el (gnus-html-display-image): Make the alt optional.
786         (gnus-html-show-images): Remove.
787
788         * gnus-art.el (gnus-article-show-images): New, more general function.
789
790         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
791         image url text properties.
792
793         * shr.el: Ditto.
794
795         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
796         gnus-agent-auto-agentize-methods is set.  Which it isn't.
797
798 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
801         work for two or more articles.
802
803 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
806         divide an image that's in an html article to two or more when washing
807         non-ASCII characters in alt text of it.
808
809 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
812         smime-decrypt-region using function argument.
813         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
814
815         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
816
817         * smime.el (smime-decrypt-region): Catch it.
818
819 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
820
821         * smime.el (smime-mode-map): Move initialization into declaration.
822         (gnus-run-mode-hooks): Don't autoload.
823         (smime-mode): Use define-derived-mode.
824
825 2010-11-11  Glenn Morris  <rgm@gnu.org>
826
827         * smime.el (from): Restrict declaration to XEmacs.
828
829         * nnir.el (gnus-group-topic-name): Autoload.
830
831 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * shr.el (shr-insert): Don't break long line if it is because of
834         kinsoku-bol characters in the line end.
835
836 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * nnir.el (nnir-request-move-article): Fix to provide original group
839         and subject.
840         (nnir-warp-to-article): Don't fail on articles whose headers haven't
841         been retrieved.
842
843         * gnus-sum.el (gnus-summary-move-article): Use original group and
844         subject for virtual articles such as those in an nnir summary buffer.
845
846 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
849         least 21.5).
850
851         * smime.el (from): Declare it again for XEmacs.
852
853 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * message.el (message-resend): Don't disable encoding unless it's
856         already encoded.
857
858         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
859         low-numbered articles.
860
861 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * rfc2047.el (rfc2047-syntax-table): Simplify.
864
865         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
866
867         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
868         set-char-table-range for XEmacs.
869
870 2010-11-10  Glenn Morris  <rgm@gnu.org>
871
872         * time-date.el (time-to-seconds): Always an alias on Emacs,
873         never a real function.
874         (with-no-warnings): Remove compat stub, now unused.
875         (time-less-p): Doc fix.
876         (time-to-number-of-days): Simplify.
877
878         * smime.el (from): Remove unused declaration.
879
880         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
881         (gnus-float-time): On Emacs, always an alias.
882
883         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
884         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
885
886 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * dgnushack.el: Don't use ignore-errors in the top level form since it
889         is unavailable in XEmacs even if cl is loaded.
890
891         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
892
893 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * shr.el (browse-url-mailto): Autoload.
896
897         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
898
899         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
900         regexp doesn't need quoting.
901
902 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
903
904         * message.el (message-subject-trailing-was-ask-regexp)
905         (message-subject-trailing-was-regexp): Match was: in addition to was.
906
907 2010-11-09  Glenn Morris  <rgm@gnu.org>
908
909         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
910         (nnbabyl-check-mbox): Use point-at-bol.
911
912 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
915
916         * message.el (message-mailto): New function.
917         (message-mailto): Should accept other parameters.
918         (message-mailto): Remove since it duplicates browse-url-mailto
919         functionality.
920
921 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
924         methods.
925         (gnus-read-active-file): Ditto.
926
927         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
928         ": " from the prompt.
929         (gnus-group-make-group): Ditto.
930
931 2010-11-07  Glenn Morris  <rgm@gnu.org>
932
933         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
934         (gnus-bookmark-kill-line): Use point-at-eol.
935
936 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
939         asterisks in From header.
940
941 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
944         string to avoid making the From headers syntactically invalid.
945
946         * message.el (message-send-mail): Don't insert courtesy messages if the
947         message already has List-Post and List-ID messages.
948
949 2010-11-06  Glenn Morris  <rgm@gnu.org>
950
951         * gnus-art.el (gnus-treat-article): Give dynamic local variables
952         `condition', `type', `length' a prefix.
953         (gnus-treat-predicate): Update for above name changes.
954
955 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
956
957         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
958         binding.  Handled by `gnus-summary-refer-thread' instead.
959         (nnir-warp-to-article): New backend function.
960
961         * nnimap.el (nnimap-request-thread): Force dependency updating.
962
963         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
964         (gnus-summary-refer-thread): Rework to improve thread-referral.
965
966         * gnus-int.el (gnus-warp-to-article): New function.
967
968         * gnus-sum.el (gnus-summary-article-map): Bind it.
969
970 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
971
972         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
973         gnus-summary-refer-thread.
974
975         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
976         headers.
977         (gnus-summary-limit-include-thread): Prevent articles in thread from
978         being cut in gnus-cut-threads.
979         (gnus-summary-refer-thread): Limit retrieved headers to those in
980         thread.
981
982 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * message.el (message-send-mail): Use the value of
985         message-courtesy-message from the message buffer.
986
987         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
988
989         * shr.el (shr-browse-url): Implement mailto: URLs.
990
991         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
992         "raw".
993
994         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
995         if it's already selected.
996
997         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
998
999 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1002         to measure the length and truncate alt text.
1003
1004 2010-11-03  Glenn Morris  <rgm@gnu.org>
1005
1006         * nndiary.el (nndiary-generate-nov-databases-1)
1007         (nndiary-generate-active-info): Rename dynamic variable `files' to
1008         something less generic.
1009
1010 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1011
1012         * nnir.el (nnir-request-move-article): Call the underlying backend to
1013         move articles from nnir.
1014
1015 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1018
1019 2010-11-02  Julien Danjou  <julien@danjou.info>
1020
1021         * nnir.el: Remove wais support.
1022
1023 2010-11-02  Glenn Morris  <rgm@gnu.org>
1024
1025         * gnus-html.el: Reorder requirements to quieten compiler.
1026
1027 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1030         properly for XEmacs as well.
1031         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1032         (gnus-article-natural-long-line-p): Use window-width rather than
1033         frame-width.
1034
1035 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1036
1037         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1038         (nnir-read-parms): Don't modify query.
1039         (nnir-run-query): Add ability to search topic on current line.
1040         (nnir-get-active): Clean up.
1041
1042 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1045         degenerate articles.
1046
1047         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1048         (gnus-print-buffer): Just print the buffer as is, without any copying
1049         to a buffer and then re-highlighting.
1050
1051         * nnimap.el (nnimap-request-group): Store the new updated info.
1052         (nnimap-request-group): Select the group when we don't know whether it
1053         exists or not.
1054
1055         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1056         groups.
1057
1058         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1059         groups.
1060
1061         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1062         groups.
1063
1064         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1065         long-lines case by only filling the long lines.
1066
1067         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1068         (bug #7311).
1069
1070 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * shr.el: No need to declare `declare-function' since shr.el is for
1073         only Emacsen that provide `libxml-parse-html-region'.
1074
1075         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1076         effective only in a file it is referred to.
1077
1078 2010-11-01  Glenn Morris  <rgm@gnu.org>
1079
1080         * mm-util.el (gnus-completing-read): Autoload.
1081         (mm-read-coding-system): Simplify Emacs definition.
1082
1083         * nnmail.el (gnus-activate-group):
1084         * nnimap.el (gnutls-negotiate):
1085         * nntp.el (netrc-parse): Fix declarations.
1086
1087 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1090         string-match-p in Emacs >=23.
1091
1092         * gnus-msg.el (gnus-configure-posting-styles)
1093         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1094
1095 2010-11-01  Glenn Morris  <rgm@gnu.org>
1096
1097         * nnir.el (declare-function): Add compat stub.
1098         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1099         (nnir-run-gmane): Require 'mm-url.
1100
1101         * mm-util.el (mm-string-to-multibyte): Simplify.
1102
1103         * shr.el (declare-function): Add compat stub.
1104         (url-cache-create-filename): Declare.
1105         (mm-disable-multibyte, widget-convert-button): Autoload.
1106
1107         * smime.el (ldap-search): Declare.
1108         (smime-cert-by-ldap-1): Require ldap on Emacs.
1109
1110         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1111         (nnimap-keepalive): Use gnus-float-time.
1112
1113         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1114         (mail-source-delete-crash-box): Use gnus-float-time.
1115
1116         * gnus-dired.el (gnus-completing-read): Autoload.
1117
1118         * mm-view.el (gnus-rescale-image): Autoload.
1119
1120         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1121
1122         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1123
1124         * sieve-manage.el: Require 'cl when compiling.
1125
1126         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1127         (gnus-iswitchb-completing-read): Require iswitchb.
1128         (gnus-select-frame-set-input-focus): Silence compiler.
1129
1130 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * message.el (message-subject-trailing-was-query): Change default to t,
1133         since I think that's what most people want.
1134
1135         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1136         appending for easier debugging.
1137         (nnimap-wait-for-connection): Take a regexp.
1138         (nnimap-request-accept-article): Wait for the continuation line before
1139         sending anything unless we're streaming.
1140
1141         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1142         leave the header washing to take place.
1143
1144 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1145
1146         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1147         regular expression match and replace in posting styles.
1148
1149 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1150
1151         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1152         an entire server.
1153         (nnir-get-active): New function.
1154         (nnir-run-imap): Use it.
1155         (nnir-run-gmane): Who knew, gmane search returns an article score!
1156
1157         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1158         server on the current line with nnir.
1159
1160 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1163         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1164         left edge.
1165         (gnus-article-foldable-buffer): Skip past the prefix when determining
1166         raggedness.
1167
1168         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1169         the raw article, and change `C-u g' to show the article without doing
1170         treatments.
1171
1172         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1173         on to `gnus-treat-article'.
1174         (gnus-inhibit-article-treatments): New variable.
1175
1176         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1177
1178         * gnus-art.el (gnus-treatment-function-alist): Have
1179         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1180         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1181         sections.
1182
1183         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1184         parameter.
1185         (gnus-article-fill-cited-long-lines): New function.
1186         (gnus-article-fill-cited-article): Allow filling only long sections.
1187
1188         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1189         and non-punctuation (like after the apostrophe in "'We").
1190
1191         * gnus-sum.el (gnus-summary-select-article): Make sure
1192         gnus-original-article-buffer is alive.
1193
1194         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1195         reflect the order they're in in the digest.
1196
1197         * gnus.el (gnus-group-startup-message): Move point to the start of the
1198         buffer.
1199
1200         * nnimap.el (nnimap-capability): New function.
1201         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1202         is set.
1203
1204 2010-10-31  David Engster  <dengste@eml.cc>
1205
1206         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1207         conform with changes to gnus-completing-read.
1208
1209 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1212
1213 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1214
1215         * nnir.el: Move defvar, defcustom around to keep file organized
1216         and keep byte-compiler quiet.
1217         (nnir-read-parms): Accept search-engine as arg.
1218         (nnir-run-query): Pass search-engine as arg.
1219         (nnir-search-engine): Remove.
1220
1221 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * shr.el (shr-generic): The text nodes should be text, not :text.
1224
1225         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1226         later in the file.
1227
1228 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1229
1230         * nnir.el: General clean up.  Allow searching with multiple engines.
1231         Allow separate extra-parameters for each engine.
1232         Batch queries when possible.
1233         (nnir-imap-default-search-key,nnir-method-default-engines):
1234         Add customize interface.
1235         (nnir-run-gmane): New engine.
1236         (nnir-engines): Use it.  Qualify all prompts with engine name.
1237         (nnir-search-engine): Remove global variable.
1238         (nnir-run-hyrex): Restore for now.
1239         (nnir-extra-parms,nnir-search-history): New variables.
1240         (gnus-group-make-nnir-group): Use them.
1241         (nnir-group-server): Remove in favor of gnus-group-server.
1242         (nnir-request-group): Avoid searching twice.
1243         (nnir-sort-groups-by-server): New function.
1244
1245 2010-10-30  Julien Danjou  <julien@danjou.info>
1246
1247         * gnus-group.el: Remove gnus-group-fetch-control.
1248
1249         * gnus-start.el (gnus-find-new-newsgroups):
1250         Remove gnus-check-first-time-used.
1251
1252         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1253
1254 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1255
1256         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1257         set on groups that don't have \* permanentflags.
1258
1259 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1262         control the background color.
1263         (shr-tag-img): Ignore very small web bug type images.
1264         (shr-put-image): Add help-echo alt texts to the images.
1265         (shr-tag-video): Show the video poster image.
1266
1267 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * shr.el (shr-table-depth): New variable.
1270         (shr-tag-table-1): Only insert the images after the top-level table.
1271
1272         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1273
1274         * gnus-util.el (gnus-list-memq-of-list): New function.
1275
1276         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1277         selected.
1278         (nnimap-unsplittable-articles): New slot.
1279         (nnimap-new-articles): Use it.
1280
1281 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1282
1283         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1284         move to the previous line on `M-g'.
1285
1286 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1289         *-request-group, which seems unnecessary.
1290
1291         * nnimap.el (nnimap-quote-specials): Function copied over from
1292         imap.el.
1293         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1294         they support that.  Suggested by Tom Regner.
1295
1296 2010-10-29  Julien Danjou  <julien@danjou.info>
1297
1298         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1299         defalias.
1300         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1301
1302         * gnus.el: Remove `gnus-nntp-service' variable.
1303         (gnus-secondary-servers): Make obsolete.
1304         (gnus-nntp-server): Make obsolete.
1305
1306         * gnus-start.el (gnus-1): Remove x-splash calls.
1307
1308         * gnus-ems.el (gnus-x-splash): Remove.
1309
1310         * gnus.el (gnus-group-startup-message): Simplify/update code.
1311
1312         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1313         definition.
1314
1315         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1316         capability before doing anything.
1317         (gnus-group-insert-group-line): Remove useless
1318         gnus-group-remove-excess-properties.
1319
1320 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1323
1324 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1327         config after reselecting.
1328
1329 2010-10-28  Julien Danjou  <julien@danjou.info>
1330
1331         * shr.el (shr-put-image): Use point even if only inserting text.
1332         (shr-put-image): Save excursion when inserting alt text on non-graphic
1333         display, so the behaviour is the same when we are on a graphic display.
1334
1335         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1336
1337 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1340         (gnus-mime-copy-part): Check coding system, not charset.
1341         (gnus-mime-view-part-externally): Never remove part.
1342         (gnus-mime-view-part-internally): Don't remove part here.
1343         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1344         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1345         multipart/alternative.
1346
1347         * mm-decode.el (mm-display-part): Take optional arg `force'.
1348
1349 2010-10-26  Julien Danjou  <julien@danjou.info>
1350
1351         * gnus-group.el (gnus-group-default-list-level): Add this function to
1352         compute the default list level.
1353         (gnus-group-default-list-level): Add possibility to use a function.
1354
1355 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1358
1359         * gnus-group.el (gnus-group-completing-read)
1360         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1361         gnus-replace-in-string.
1362
1363 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * shr.el (shr-tag-div): Add.
1366
1367         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1368
1369 2010-10-25  Julien Danjou  <julien@danjou.info>
1370
1371         * gnus-util.el: Remove `gnus-with-local-quit'.
1372
1373         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1374
1375 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1378         the original article buffer.
1379
1380 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * nnimap.el (nnimap-request-head): New function.
1383         (nnimap-request-move-article): Try to be slighly faster by not
1384         requesting the entire message when moving.
1385         (nnimap-transform-headers): Don't bug out on bodiless articles.
1386         (nnimap-send-command): Have no outstanding messages if the IMAP server
1387         doesn't support streaming.
1388         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1389
1390 2010-10-24  Julien Danjou  <julien@danjou.info>
1391
1392         * message.el (message-default-headers): Fix type.
1393
1394 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1397         prefetching images.
1398
1399         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1400         backend for unknown groups.  This is mainly useful for nnimap groups.
1401
1402         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1403         group isn't covered by the agent.
1404
1405 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1406
1407         * nnir.el (nnir-method-default-engines): New variable.
1408         (nnir-run-query): Use it.
1409         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1410         (gnus-summary-nnir-goto-thread): Change group if needed.
1411
1412         * gnus-group.el (gnus-group-group-map): Add key binding for
1413         gnus-group-make-nnir-group.
1414
1415 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * shr.el (shr-tag-object): Add.
1418
1419         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1420         original article buffer live.
1421         (gnus-summary-select-article-buffer):
1422         Mention gnus-widen-article-buffer.
1423
1424 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * shr.el (shr-tag-strong): Add.
1427
1428 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1431         group names.  They mess up the group buffer badly.
1432
1433         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1434
1435         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1436         instead of the summary one.
1437
1438 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * mml.el (mml-preview): Work properly when editing article.
1441
1442         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1443         gnus-have-read-active-file if it's already been in.
1444
1445 2010-10-22  Tom Tromey  <tromey@redhat.com>
1446
1447         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1448         gnus-group-completing-read.
1449
1450 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * message.el (message-mode-map): Don't bind M-; to comment region, to
1453         allow the global comment-dwim to work.
1454
1455 2010-10-21  Julien Danjou  <julien@danjou.info>
1456
1457         * message.el (message-setup-1): Allow message-default-headers to be a
1458         function.
1459
1460 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * shr.el (shr-tag-table): Simplify.
1463
1464 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1467         to avoid trying to snarf invalid stuff.
1468
1469         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1470
1471         * gnus.el (gnus-message-archive-group): Quote value.
1472         (gnus-message-archive-group): Mark as changed.
1473
1474         * shr.el (shr-add-font): Don't put the font properties on the newline
1475         or the indentation.
1476
1477         * message.el (message-fix-before-sending): Change options when sending
1478         non-printable characters.
1479
1480         * gnus.el (gnus-message-archive-method): Change the default to
1481         monthly outgoing groups.
1482
1483         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1484         that have gotten new numbers.
1485
1486         * nnimap.el (nnimap-request-replace-article): New function.
1487
1488 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1491         (nnrss-request-article): Don't use special html washing code.
1492
1493 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * shr.el (shr-tag-table): Remove useless nconc.
1496
1497 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-art.el (article-wash-html): Simplify and remove the charset
1500         stuff.  Use the normal html rendering code instead of the special html
1501         washing code.
1502
1503         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1504         `gnus-w3m' symbols.
1505         (mm-text-html-washer-alist): Remove.
1506
1507         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1508         (mm-inline-media-tests): Remove use.
1509         (mm-text-html-renderer): Change default to the `shr' symbol.
1510
1511         * mm-view.el (mm-inline-text-html): Remove use.
1512
1513         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1514         `gnus-blocked-images' to be a function.
1515         (gnus-article-wash-function): Remove.
1516
1517 2010-10-20  Julien Danjou  <julien@danjou.info>
1518
1519         * spam.el (spam-list-of-processors): Mark as obsolete.
1520
1521         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1522         (nnimap-insert-partial-structure): Fix boundary detection.
1523
1524 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1525
1526         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1527         run file-truename on remote files.  This can be expensive and even
1528         prevent one from editing drafts if some unrelated buffer has a stale
1529         connection.
1530
1531 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1534         kinsoku-eol regardless of shr-kinsoku-shorten.
1535         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1536         (shr-tag-table): Support caption, thead, and tfoot.
1537
1538 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1541         lines.
1542         (shr-save-contents): New command and keystroke.
1543
1544         * nndoc.el (nndoc-type-alist): Add git support.
1545         (nndoc-git-type-p): New function.
1546         (nndoc-transform-git-article): Ditto.
1547         (nndoc-transform-git-headers): Ditto.
1548         (nndoc-transform-git-headers): Generate Subject headers.
1549
1550         * shr.el (shr-parse-style): New function.
1551         (shr-tag-span): Ditto.
1552
1553         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1554         to `G G' to avoid collisions.
1555
1556 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * shr.el: Load kinsoku if necessary.
1559         (shr-kinsoku-shorten): New internal variable.
1560         (shr-find-fill-point): Make kinsoku shorten text line if
1561         shr-kinsoku-shorten is bound to non-nil.
1562         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1563         shr-indentation too when testing if table is wider than frame width.
1564         (shr-insert-table): Use `string-width' instead of `length' to measure
1565         text width.
1566         (shr-insert-table-ruler): Make sure indentation is done at bol.
1567
1568 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1569
1570         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1571         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1572         undecoded network data.
1573
1574 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1577         name in the mode line spec so that the mode line menu works
1578         (bug #2431).
1579
1580         * message.el (message-get-reply-headers): If we're fed `to-address',
1581         then always use that.
1582
1583         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1584         aren't so wide as to need to switch off the edit menu.
1585
1586         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1587         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1588
1589         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1590         `M-g'.
1591         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1592         the permanent marks.
1593
1594 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1595
1596         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1597         Splitting according to references/in-reply-to obeys the ignore-groups
1598         variable, while splitting by sender and subject do not.
1599
1600 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1603         alist, so that we can look for non-Unicode chars.
1604         (article-translate-strings): Allow both character and string maps.
1605
1606 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * shr.el (shr-insert): Don't insert space behind a wide character
1609         categorized as kinsoku-bol, or between characters both categorized as
1610         nospace.
1611
1612 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1613
1614         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1615         headers to gnus-newsgroup-headers.
1616
1617 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * shr.el (shr-tag-img): Don't align images -- since we're not
1620         rescaling, this often leads to ugly displays.
1621
1622 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1623
1624         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1625         duplicates.
1626
1627 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1628
1629         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1630         call.
1631
1632 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus.el: Autoload gnus-html-show-images.
1635
1636         * nnimap.el: Use nnheader-message throughout.
1637
1638         * shr.el (shr-tag-img): Ignore images with no data.
1639
1640 2010-10-15  Julien Danjou  <julien@danjou.info>
1641
1642         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1643         a possibility to disable format=flow encoding when using hard newlines.
1644
1645 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * shr.el (shr-insert): Remove space inserted before or after a
1648         breakable character or at the beginning or the end of a line.
1649         (shr-find-fill-point): Do kinsoku; find the second best point or give
1650         it up if there's no breakable point.
1651
1652 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnimap.el (nnimap-open-connection): Message when opening connection
1655         for debugging purposes.
1656
1657         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1658         on every setup buffer call to allow this to change from article to
1659         article.
1660
1661         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1662         buffers where we have a wide table.
1663
1664 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1665
1666         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1667         uses *-request-thread.
1668
1669 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1672         incantation, which is no longer valid.
1673
1674 2010-10-14  Julien Danjou  <julien@danjou.info>
1675
1676         * shr.el: Fix defcustom type (char -> character).
1677
1678 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1681         programs.
1682
1683 2010-10-14  Julien Danjou  <julien@danjou.info>
1684
1685         * shr.el (shr-tag-a): Use url-link as widget type.
1686
1687         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1688         `gnus-group-get-icon'.
1689
1690 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1693         This should make server editing work better.
1694
1695         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1696
1697         * tls.el (tls-program): Remove spurious %s from openssl.
1698
1699         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1700         (nnimap-parse-flags): Fix regexp.
1701
1702         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1703         probably work for CJVK text, too.
1704
1705         * nnimap.el (nnimap-extend-tls-programs): Remove.
1706         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1707
1708         * tls.el (tls-starttls-switches): Remove starttls hack.
1709         (open-tls-stream): Ditto.
1710         (tls-find-starttls-argument): Ditto.
1711
1712 2010-10-13  Julien Danjou  <julien@danjou.info>
1713
1714         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1715         responses.
1716
1717 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1720
1721         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1722         anything in Emacs.
1723
1724         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1725
1726 2010-10-13  Julien Danjou  <julien@danjou.info>
1727
1728         * shr.el (shr-width): Make shr-width a defcustom with default to
1729         fill-column.
1730         (shr-tag-img): Use shr-width rather than fill-column.
1731
1732 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * dgnushack.el (byte-optimize-apply)
1735         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1736
1737         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1738         position when (X-)Faces exist.
1739         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1740         avatars when called interactively.
1741
1742 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1745         gnus-article-x-face-too-ugly is bound.
1746
1747 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1750
1751         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1752         mailbox that doesn't exist.
1753
1754 2010-10-12  Julien Danjou  <julien@danjou.info>
1755
1756         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1757         (shr-get-image-data): Encode URL properly when fetching from cache.
1758         (shr-tag-img): Use aligned-to spaces to align correctly images.
1759
1760         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1761         before inserting the Gravatar.
1762
1763         * shr.el (shr-tag-img): Add align attribute support for <img>.
1764
1765 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * gnus-gravatar.el (gnus-art): Require.
1768
1769         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1770         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1771         Remove long obsoleted functions.
1772
1773 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1776
1777         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1778
1779         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1780         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1781         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1782         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1783         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1784         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1785         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1786
1787 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * nnimap.el (nnimap-request-rename-group): Select group read-only
1790         before renaming it.
1791
1792         * shr.el (shr-insert): Fix up the white space only regexp.
1793
1794         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1795         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1796
1797         * shr.el (shr-current-column): New function.
1798         (shr-find-fill-point): New function.
1799
1800 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1801
1802         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1803         numbers.
1804
1805 2010-10-11  Julien Danjou  <julien@danjou.info>
1806
1807         * shr.el (shr-hr-line): Add.
1808         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1809         display hr lines.
1810         (shr-max-columns): Do not change state to nil if we just inserting
1811         spaces.
1812
1813 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1816         select the last group.
1817
1818 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1821
1822 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1823
1824         * dig.el (dig-mode-map): Declare and define in one step.
1825
1826 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1829         for Gnus.
1830         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1831         (nnimap-update-qresync-info): Mark \Seen articles as read.
1832
1833         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1834         non-variable, too.
1835
1836         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1837         available.
1838         (nnimap-update-info): Rely more on the current active than the param
1839         active to avoid marking articles as read too much.
1840
1841         * auth-source.el (auth-source-create): Use (user-login-name) for the
1842         user name default.
1843
1844         * nnimap.el (nnimap-update-info): If the server doesn't return any
1845         useful info, just use the previous info.
1846         (nnimap-update-info): Prefer old info over start-article.
1847         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1848
1849 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1850
1851         * nnir.el (autoload): Clean up autoloads.
1852         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1853         Use key rather than value.
1854         (nnir-imap-search-other): New variable.
1855         (nnir-read-parm): Use it.
1856         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1857         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1858
1859 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1860
1861         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1862         the process, too.
1863
1864 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * spam.el (gnus-summary-mode-map): Bind to "$".
1867         Suggested by Russ Allbery.
1868
1869         * shr.el: Rework the way things are indented by <li> slightly.
1870
1871         * gnus.el (gnus-group-set-parameter): Fix typo.
1872
1873         * nnimap.el: Start implementing QRESYNC support.
1874
1875 2010-10-09  Julien Danjou  <julien@danjou.info>
1876
1877         * nnir.el (nnir-engines): Fix too many arguments.
1878
1879 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1882         group is the "last", so that the backends like nnfolder actually save
1883         their folders.
1884
1885         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1886         try to use that for the tls stream.
1887         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1888         UIDVALIDITY and find out which groups are read-only and not.
1889         (nnimap-get-flags): Use the same marks parsing code as the rest of
1890         nnimap.
1891
1892 2010-10-09  Julien Danjou  <julien@danjou.info>
1893
1894         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1895
1896         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1897         retrieving gravatars.
1898
1899         * shr.el (shr-table-corner): Add.
1900         (shr-table-line): Add.
1901         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1902
1903 2010-10-08  Julien Danjou  <julien@danjou.info>
1904
1905         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1906
1907 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1908
1909         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1910
1911         * gnus-sum.el (gnus-mark-article-as-unread)
1912         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1913         (gnus-summary-set-bookmark): Use it.
1914
1915         * gnus-msg.el (gnus-setup-message): Use it.
1916
1917         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1918
1919         * gnus.el (gnus-group-remove-parameter): Use it.
1920
1921         * gnus-group.el (gnus-group-make-web-group): Use it.
1922
1923         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1924
1925         * nnregistry.el: Update docs to mention manual.
1926
1927         * gnus-registry.el: Update docs to mention nnregistry.el.
1928         (gnus-registry-initialize): Don't install nnregistry refer method
1929         automatically.
1930         (gnus-registry-install-nnregistry): Remove it.
1931
1932 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr.el (shr-insert): Don't insert double spaces.
1935
1936 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * gnus-gravatar.el (gnus-treat-from-gravatar)
1939         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1940         called interactively.
1941
1942         * gnus-art.el (gnus-mime-view-part-externally)
1943         (gnus-mime-view-part-internally): Make predicate function passed to
1944         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1945         of a mime type.
1946
1947         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1948
1949 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * shr.el (require): Require cl when compiling.
1952         (shr-tag-hr): New function.
1953
1954         * nnimap.el (nnimap-update-info): Remove double setting of high.
1955         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1956         This makes nnimap work properly on Courier again.
1957
1958         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1959         the variable for backwards compatability.
1960
1961         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1962         the file name before using to avoid setting mm-default-directory to
1963         nil.
1964
1965         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1966         bidning gnus-agent variables.
1967
1968         * shr.el (shr-render-td): Use a cache for the table rendering function
1969         to avoid getting an exponential rendering behaviour in nested tables.
1970         (shr-insert): Rework the line-breaking algorithm.
1971         (shr-insert): Don't leave trailing spaces.
1972         (shr-insert-table): Also insert empty TDs.
1973         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1974
1975 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1976
1977         * gnus-sum.el (gnus-number): Rename from `number'.
1978         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1979         (gnus-summary-limit-children): Update uses correspondingly.
1980
1981 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1984         (gnus-gravatar-transform-address): Don't show avatars of people of
1985         which mail addresses match gnus-gravatar-too-ugly.
1986
1987 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * shr.el (shr-table-widths): Expand TD elements to fill available
1990         space.
1991
1992 2010-10-07  Julien Danjou  <julien@danjou.info>
1993
1994         * nnimap.el (nnimap-request-rename-group): Add this method.
1995
1996 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1999         name from XEmacs' function-arglist.
2000
2001         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2002         gravatar under XEmacs.
2003
2004 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2005
2006         * auth-source.el: Update docs with TODO items.
2007
2008         * gnus-sync.el: Update docs to explain state and plans.
2009
2010         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2011         Hooks for mark updates.
2012         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2013
2014         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2015         hooks with arguments, which is needed for mark update hooks.
2016
2017 2010-10-06  Julien Danjou  <julien@danjou.info>
2018
2019         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2020         was matched.
2021
2022         * sieve-manage.el: Update example in `Commentary'.
2023
2024         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2025
2026         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2027         not 2000.
2028         (sieve-manage-authenticate): Re-add function.
2029
2030 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * shr.el (shr-insert): Get 'space transition right.
2033         (shr-render-td): Only delete space at the end of the TD.
2034
2035         * nnimap.el (nnimap-open-connection): Prepare to support
2036         open-gnutls-stream.
2037
2038         * shr.el: Rearrange function order to be more logical.
2039
2040 2010-10-06  Julien Danjou  <julien@danjou.info>
2041
2042         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2043         (nnrss-discover-feed): Remove 404 URL in docstring.
2044
2045         * nnir.el: Fix Swish-E URL.
2046         Fix Namazu URL.
2047
2048         * message.el (message-change-subject): Remove 404 URL in a comment.
2049
2050 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2053         called interactively.
2054
2055         * gnus-util.el (gnus-remove-if): Allow hash table.
2056         (gnus-remove-if-not): New function.
2057
2058         * gnus-art.el (gnus-mime-view-part-as-type)
2059         * gnus-score.el (gnus-summary-score-effect)
2060         * gnus-sum.el (gnus-read-move-group-name):
2061         Replace remove-if-not with gnus-remove-if-not.
2062
2063         * gnus-group.el (gnus-group-completing-read):
2064         Regard collection as a hash table if it is not a list.
2065
2066 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2069
2070         * shr.el: Document the table-rendering algorithm.
2071
2072 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2075         for Emacsen having no `libxml-parse-html-region' support.
2076
2077 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2080         invalid URLs.
2081
2082         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2083         line-broken.
2084         (shr-tag-img): Ignore image fetching errors.
2085         (shr-overlays-in-region): Compute overlay positions correctly.
2086
2087         * mm-decode.el (mm-shr): Require shr.
2088
2089         * gnus-art.el (gnus-blocked-images): Move variable here.
2090
2091         * shr.el (shr-insert-table): Bind free variable.
2092
2093         * mm-decode.el (mm-shr): Bind shr-content-function.
2094
2095         * shr.el (shr-content-function): New variable.
2096
2097         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2098         added for symmetry.
2099
2100         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2101
2102         * gnus-group.el (gnus-group-make-group): Doc fix.
2103
2104         * nnimap.el (nnimap-request-newgroups): Return success.
2105
2106         * shr.el (shr-find-elements): New function.
2107         (shr-tag-table): Put all the images after the table.
2108         (shr-tag-table): Really inhibit images inside the table.
2109         (shr-collect-overlays): Copy over overlays from the TD elements to the
2110         main document.
2111
2112         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2113         gnus-blocked-images.
2114
2115 2010-10-05  Julien Danjou  <julien@danjou.info>
2116
2117         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2118
2119         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2120         (gnus-html-maximum-image-size): Add this function.
2121         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2122
2123         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2124         server-value of the capability is nil.
2125
2126 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * shr.el (shr-tag-em): Add <EM> tag.
2129
2130 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2131
2132         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2133         customizable.
2134
2135         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2136         handing broken links to browse-url.
2137
2138 2010-10-05  Julien Danjou  <julien@danjou.info>
2139
2140         * gnus-util.el (gnus-emacs-completing-read)
2141         (gnus-iswitchb-completing-read): Use autoload rather than require.
2142
2143 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2146         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2147         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2148         iswitchb-temp-buflist for XEmacs.
2149
2150         * gnus-util.el (gnus-completing-read-function): Exclude
2151         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2152         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2153         XEmacs.
2154
2155         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2156         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2157
2158         * gnus-html.el: Don't require help-fns under XEmacs.
2159         (gnus-html-schedule-image-fetching): Work for XEmacs.
2160
2161         * mm-decode.el (mm-shr): Decode contents by charset.
2162
2163 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164
2165         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2166         unknown.
2167
2168         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2169         (shr-get-image-data): Ensure against the cache file missing.
2170
2171         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2172         for data.
2173
2174         * spam-report.el (spam-report-url-ping-plain): Don't query about
2175         killing the process.
2176
2177         * shr.el (shr-render-td): Protect against too-wide text.
2178
2179 2010-10-04  Julien Danjou  <julien@danjou.info>
2180
2181         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2182         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2183
2184         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2185         retrieved.
2186
2187 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * shr.el (browse-url): Require.
2190         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2191         lines.
2192         (shr-show-alt-text, shr-browse-image): New commands.
2193         (shr-browse-url, shr-copy-url): New commands.
2194
2195         * gnus-sum.el (gnus-widen-article-window): New variable.
2196         (gnus-summary-select-article-buffer): Use it.
2197
2198         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2199         without @ signs.
2200
2201 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2202
2203         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2204
2205 2010-10-04  Julien Danjou  <julien@danjou.info>
2206
2207         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2208         for XEmacs.
2209
2210 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2213
2214         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2215         (nnimap-close-server): Implement.
2216
2217         * dgnushack.el (iswitchb): Require to shut up the compiler.
2218
2219         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2220         (shr-insert): Tweak line breaking.
2221         (shr-insert): Handle <pre> better.
2222         (shr-tag-li): Get <li> indentation right.
2223         (shr-tag-li): Get <li> indentation even righter.
2224         (shr-tag-blockquote): Ensure paragraph start.
2225         (shr-make-table): Tweak table generation.
2226         (shr-make-table): Fix typo.
2227
2228         * shr.el: Implement table rendering.
2229
2230 2010-10-04  Julien Danjou  <julien@danjou.info>
2231
2232         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2233
2234 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * shr.el (shr-insert): Use string anchors instead of line anchors.
2237
2238 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * shr.el: Add headings.
2241         (shr-ensure-paragraph): Actually work.
2242         (shr-tag-li): Make <ul> prettier.
2243         (shr-insert): Get white space at the beginning/end of elements right.
2244         (shr-tag-p): Collapse subsequent <p>s.
2245         (shr-ensure-paragraph): Don't insert double line feeds after blank
2246         lines.
2247         (shr-insert): \t is also space.
2248         (shr-tag-s): Fix "s" tag name function.
2249         (shr-tag-s): Fix face prop name.
2250
2251 2010-10-03  Julien Danjou  <julien@danjou.info>
2252
2253         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2254
2255         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2256         gnus-window-inside-pixel-edges.
2257
2258         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2259         gnus-ems.
2260
2261         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2262
2263         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2264         function.
2265
2266         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2267         resize choice.
2268
2269 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2272         beginning of the buffer.
2273
2274         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2275         article buffer again.
2276
2277         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2278
2279         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2280         when it's at the start of the buffer.
2281
2282         * shr.el (shr-tag-blockquote): Convert name.
2283         (shr-rescale-image): Use the right image-size variant.
2284
2285         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2286         buffer isn't shown, then select the current article first instead of
2287         bugging out.
2288         (gnus-summary-select-article-buffer): Show both the article and summary
2289         buffers again.
2290
2291         * shr.el (shr-fontize-cont): Protect against regions with no text.
2292         Rename tag functions to shr-tag-* for enhanced security.
2293         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2294
2295 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2296
2297         * shr.el (shr-insert):
2298         * pop3.el (pop3-movemail):
2299         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2300         loaded.
2301
2302 2010-10-03  Glenn Morris  <rgm@gnu.org>
2303
2304         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2305
2306         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2307
2308         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2309
2310         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2311
2312         * gnus-util.el (gnus-make-local-hook): Simplify.
2313
2314 2010-10-02  Julien Danjou  <julien@danjou.info>
2315
2316         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2317         (gnus-ido-completing-read): New function.
2318         (gnus-emacs-completing-read): New function.
2319         (gnus-completing-read): Use gnus-completing-read-function.
2320         Add gnus-completing-read-function.
2321
2322 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * shr.el (shr-insert-document): Autoload.
2325         (shr-img): Be silent.
2326         (shr-insert): Add a newline after every picture before text.
2327         (shr-add-font): Use overlays for combining faces.
2328         (shr-insert): Pass upwards the text start point.
2329
2330         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2331         possible.
2332         (mm-shr): New function.
2333
2334 2010-10-02  Julien Danjou  <julien@danjou.info>
2335
2336         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2337         should go backward.
2338
2339 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2340
2341         * shr.el (shr): Fix typo in provide call.
2342
2343 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * shr.el: New file.
2346
2347         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2348
2349         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2350         completing read.
2351
2352 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2355         we're being queried about.  Suggested by Dan Jacobson.
2356
2357         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2358         Suggested by Jason Eisner.
2359
2360         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2361         table, too.  Suggested by Stefan Wiens.
2362         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2363         the table unnecessary.  Suggested by Stefan Wiens.
2364
2365         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2366         longer needed, and probably doesn't work either, as pointed out by
2367         Stefan Wiens.
2368         (gnus-summary-exit): Remove call to the clearing function.
2369         (gnus-summary-exit-no-update): Ditto.
2370
2371         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2372         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2373         Reported by Stefan Monnier.
2374         (gnus-summary-save-in-rmail): Ditto.
2375
2376         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2377         article buffer, instead of both the article buffer and the summary
2378         buffer.  Sort of suggested by Dan Jacobson.
2379
2380         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2381
2382         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2383         Suggested by Dan Jacobson.
2384
2385         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2386         documentation clearer.
2387
2388         * message.el (message-shorten-references): Comment on the number "21".
2389         Suggested by Stefan Monnier.
2390
2391         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2392         Suggested by Dan Jacobson.
2393
2394         * gnus.el (gnus-large-newsgroup):
2395         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2396
2397         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2398         externalize attachments.  Bug reported by Steve Wen.
2399
2400         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2401         really message anything to the user.
2402
2403         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2404         directly.
2405
2406         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2407         messages in empty groups.
2408
2409 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2410
2411         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2412         non-UIDNEXT group.
2413
2414 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2417         not the value from the collection.
2418
2419         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2420         values.  This sometimes happens on some groups that have no info.
2421         (nnimap-request-newgroups): New function.
2422
2423 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2424
2425         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2426         check into `gnus-registry-initialize'.
2427         (gnus-registry-initialize): Ditto.
2428         Fix and extend header docs.
2429
2430 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2433         regexp backtrace overflows.
2434
2435         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2436         for starttls that tls.el implements; i.e. openssl.
2437
2438         * tls.el (tls-starttls-switches): Give up on using starttls with
2439         gnutls-cli.
2440         (tls-program): Add --insecure to be consistent with the defaults from
2441         openssl s_client.  Now all three commands are insecure.
2442
2443 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * lpath.el: Bind completion-styles-alist for XEmacs.
2446
2447         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2448         (gravatar-create-image): New function that's an alias to
2449         gnus-xmas-create-image, gnus-create-image, or create-image.
2450         (gravatar-data->image): Use it.
2451
2452 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2455         install the nnregistry refer method.
2456         (gnus-registry-install-hooks): Use it.
2457         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2458         unfollowed groups.
2459
2460 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2461
2462         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2463         expanding threads.
2464
2465 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * nnir.el: Use the server names without suffixes (bug #7009).
2468
2469         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2470         unencrypted to STARTTLS, if possible.
2471
2472 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2473
2474         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2475         headers before superseding.
2476
2477 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * nnrss.el (nnrss-use-local): Add documentation.
2480
2481         * nnimap.el (nnimap-extend-tls-programs): New function.
2482         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2483         (nnimap-wait-for-connection): Accept the greeting from the stupid
2484         output from openssl s_client -starttls, too.
2485
2486         * tls.el (tls-starttls-switches): New variable.
2487         (tls-find-starttls-argument): Use it.
2488         (open-tls-stream): Ditto.
2489
2490         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2491         (netrc-machine): Ditto.
2492
2493         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2494         article number.
2495         (nnimap-split-fancy): New variable.
2496         (nnimap-split-incoming-mail): Use it.
2497
2498         * nntp.el (nntp-server-list-active-group): Document.
2499
2500         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2501         SELECT to get the message-id.
2502
2503         * mail-source.el (mail-sources): Remove webmail support.
2504         (defvar): Ditto.
2505         (mail-source-fetcher-alist): Ditto.
2506         (mail-source-fetch-webmail): Remove.
2507
2508         * webmail.el: Remove -- doesn't seem relevant any more.
2509
2510         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2511
2512         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2513         the \r.
2514
2515 2010-09-30  Julien Danjou  <julien@danjou.info>
2516
2517         * gnus-agent.el (gnus-agent-add-group): Fix call to
2518         gnus-completing-read.
2519
2520 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * nndoc.el (nndoc-retrieve-groups): New function.
2523
2524         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2525         `default', use nnmail-split-methods.
2526         (nnimap-request-article): Downcase the NILs so that they are nil.
2527
2528         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2529         symbol.
2530
2531         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2532         code, since if the user has requested network, that's what they ought
2533         to get.
2534         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2535         (nnimap-split-rule): Mark as obsolete.
2536
2537         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2538         New variable.
2539
2540         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2541         correct slot, too.
2542
2543 2010-09-29  Julien Danjou  <julien@danjou.info>
2544
2545         * gnus.el (gnus-local-domain): Declare variable obsolete.
2546
2547         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2548         Fix history computing.
2549         (gnus-ido-completing-read): Require ido.
2550
2551 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2554         build Gnus.
2555
2556         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2557         when interpreting the structures.
2558         (nnimap-request-accept-article): Add \r\n to the lines to make this
2559         work with Cyrus.
2560
2561         * nndraft.el (nndraft-request-expire-articles): Use the group name
2562         instead if "nndraft".  Fix found by Nils Ackermann.
2563
2564 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2565
2566         * nnregistry.el: Add.
2567
2568 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2569
2570         * nnmail.el (group, group-art-list, group-art):
2571         Remove unneeded directives.
2572
2573 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2576         (mm-mime-charset)
2577         * rfc2047.el (rfc2047-syntax-table)
2578         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2579
2580         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2581         rather than `insert-file-contents' and `eval-region'.
2582
2583         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2584         construction.
2585
2586         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2587
2588         * time-date.el: No need to require cl for Emacs 21.
2589
2590 2010-09-29  Julien Danjou  <julien@danjou.info>
2591
2592         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2593         replacement of `gnus-gravatar-relief' to mimic
2594         `gnus-faces-properties-alist'.
2595         Add :version property.
2596
2597 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * mail-source.el (mail-source-report-new-mail)
2600         * message.el (message-default-mail-headers)
2601         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2602
2603         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2604
2605 2010-09-28  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2608         mail-address contains the same string as real-name.
2609
2610         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2611         non-blank in header, otherwise it'll get stripped.
2612
2613         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2614         real-name, and then for mail address rather than doing : or , search.
2615
2616 2010-09-27  Julien Danjou  <julien@danjou.info>
2617
2618         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2619         right completing-read function.
2620         (gnus-use-ido): New variable
2621         (gnus-completing-read-with-default): Remove.
2622         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2623         (gnus-agent-add-group):
2624         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2625         * mm-view.el (mm-view-pkcs7-decrypt):
2626         * mm-util.el (mm-codepage-setup):
2627         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2628         * mml-smime.el (mml-smime-openssl-sign-query):
2629         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2630         (mml-insert-multipart):
2631         * gnus-msg.el (gnus-summary-yank-message):
2632         * gnus-int.el (gnus-start-news-server):
2633         * mm-decode.el (mm-interactively-view-part):
2634         * gnus-dired.el (gnus-dired-attach):
2635         * gnus.el (gnus-read-method):
2636         * gnus-bookmark.el (gnus-bookmark-jump):
2637         * gnus-art.el (gnus-mime-view-part-as-type)
2638         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2639         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2640         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2641         * nnmairix.el (nnmairix-create-server-and-default-group)
2642         (nnmairix-update-groups, nnmairix-get-server)
2643         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2644         (nnmairix-get-group-from-file-path):
2645         * nnrss.el (nnrss-find-rss-via-syndic8):
2646         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2647         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2648         (gnus-group-browse-foreign-server):
2649         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2650         (gnus-summary-execute-command, gnus-summary-respool-article)
2651         (gnus-read-move-group-name):
2652         * gnus-score.el (gnus-summary-increase-score)
2653         (gnus-summary-score-effect):
2654         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2655
2656 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2659         x-focus-frame.
2660
2661         * nnimap.el (auth-source-forget-user-or-password)
2662         (auth-source-user-or-password): Autoload.
2663
2664         * message.el (message-from-style, message-interactive)
2665         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2666         (message-yank-prefix, message-indentation-spaces, message-signature)
2667         (message-signature-file): Add comment.
2668
2669 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2672         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2673         new articles.
2674
2675         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2676         parts.
2677         (nnimap-request-article): Work with the t setting, too.
2678
2679         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2680         that you don't get flashes of other buffers.
2681         (gnus-summary-show-complete-article): Intern before setting.
2682
2683 2010-09-27  David Engster  <dengste@eml.cc>
2684
2685         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2686         well as HEADERS.
2687         (nnmairix-retrieve-headers): Provide new argument for the above.
2688
2689 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-sum.el (gnus-summary-move-article): Don't alter
2692         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2693         group.
2694
2695         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2696
2697         * message.el (message-cite-prefix-regexp): Revert my last edit.
2698
2699         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2700         variable instead of the Gnus variable.
2701
2702         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2703
2704         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2705
2706         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2707         since some servers don't like it.
2708         (nnimap-open-connection): Forget credentials if the server says the
2709         password was wrong.
2710         (nnimap-parse-line): Protect against invalid data.
2711
2712         * gnus-sum.el (gnus-summary-move-article): Add comment.
2713         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2714         nothing alters it while scanning for new messages.
2715
2716         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2717         which may or may not help.
2718         (nnimap-open-connection): If we're doing a stream connection, and then
2719         discover we're on a STARTTLS-capable server, then open a STARTTLS
2720         connection instead.
2721
2722 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * nnimap.el (utf7): Require.
2725
2726         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2727         prefix.
2728
2729 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2730
2731         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2732
2733 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * nnimap.el (nnimap-request-accept-article): Message the error on
2736         error.
2737
2738 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2741
2742 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * nndoc.el (nndoc-request-list): Return success always.
2745
2746         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2747         `fetch-old' -- we only want to fetch the articles we've requested.
2748         The rest are in the agent, probably.
2749         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2750         disappeared server" to something low.  It's not important.
2751
2752         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2753         arrived before the FETCH data.
2754
2755         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2756         target here, because we don't know the Gnus name of the group.
2757
2758         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2759         for the correct group.
2760
2761         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2762
2763         * gnus.el (gnus): Give a final warning after startup.
2764
2765         * gnus-util.el (gnus-action-message-log): New variable.
2766         (gnus-message): Use it.
2767         (gnus-final-warning): New function.
2768
2769         * nnimap.el (nnimap-open-connection): Record the greeting.
2770         (nnimap): Add greeting.
2771
2772 2010-09-26  Julien Danjou  <julien@danjou.info>
2773
2774         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2775         arguments.
2776         (gnus-html-wash-images): Fix spec computing to include start/end.
2777
2778         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2779
2780 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2783         deletion.
2784         (nnimap-retrieve-headers): Don't select the group, because that's
2785         already done by nnimap-possibly-change-group.
2786
2787         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2788         (gnus-picon-transform-address): Use it.
2789
2790         * mail-source.el (mail-source-value): Revert previous patch.
2791
2792         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2793         on failure.
2794         (nnimap-open-connection): Look up both virtual and physical server name
2795         credentials.
2796
2797         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2798
2799 2009-02-07  Dave Love  <fx@gnu.org>
2800
2801         * tls.el (open-tls-stream): Don't query killing process.
2802
2803 2009-02-08  Dave Love  <fx@gnu.org>
2804
2805         * gnus-win.el (gnus-window-to-buffer-helper)
2806         (gnus-all-windows-visible-p): Function needn't be a symbol.
2807
2808         * mail-source.el (mail-source-value): Function needn't be a symbol.
2809
2810 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * message.el (message-cite-prefix-regexp): Remove } from the cite
2813         prefix.
2814
2815         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2816         highlight again, so that the highlight is correct.
2817
2818         * gnus-picon.el (gnus-picon): Remove again.
2819         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2820
2821         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2822         doing the header highlightling, so that the background colour of the
2823         picon is correct.
2824
2825         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2826         (gnus-picon): Ditto.
2827         (gnus-picon): Reinstate.  The background colour for picons is white.
2828         (gnus-picon-insert-glyph): Make the background white.
2829
2830         * nnml.el (nnml-open-nov): Don't return dead buffers.
2831
2832         * auth-source.el (auth-source-create): Query the user for whether to
2833         store the credentials.
2834
2835         * netrc.el (netrc-store-data): New function.
2836
2837         * auth-source.el (auth-source-user-or-password): Use the existing auth
2838         sources, if any, for creation.
2839
2840         * gnus.el (gnus-group-fast-parameter): Return the last matching
2841         parameter instead of the first matching parameter.
2842
2843 2010-09-26  Julien Danjou  <julien@danjou.info>
2844
2845         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2846
2847 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * mml2015.el (mml2015-use): Remove gpg support.
2850
2851         * mml1991.el (mml1991-function-alist): Remove gpg function.
2852         (mml1991-gpg-sign): Remove.
2853
2854 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2855
2856         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2857         (gnus-browse-unsubscribe-current-group): Document it.
2858         (gnus-browse-unsubscribe-group): Use it.
2859
2860 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2863         address to the To list for easier response.
2864
2865         * gnus.el (gnus-play-startup-jingle): Remove.
2866         (gnus-splash): Don't play jingle.
2867         (gnus): Silence gnus-load message.
2868
2869         * gnus-art.el (gnus-treat-play-sounds): Remove.
2870
2871         * gnus.el (gnus-play-jingle): Remove audio support.
2872
2873         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2874
2875         * earcon.el: Remove -- no users.
2876
2877         * gnus-audio.el: Remove -- no users of this package.
2878
2879         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2880
2881         * gnus-start.el (gnus-setup-news): Remove nocem support.
2882
2883         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2884
2885         * gnus.el (gnus-use-nocem): Remove.
2886
2887         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2888         Remove.
2889
2890         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2891         uses NoCeM any more.
2892
2893         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2894         (gnus-button-ctan-handler): Ditto.
2895         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2896         (gnus-button-ctan-directory-regexp): Ditto.
2897         (gnus-button-handle-ctan): Ditto.
2898         (gnus-button-tex-level): Ditto.
2899         (gnus-button-alist): Remove CTAN stuff.
2900
2901 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2904         nnimap-streaming test.
2905
2906         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2907         servers twice.
2908
2909         * nnimap.el (nnimap-open-connection): Add more error reporting when
2910         nnimap fails early.
2911
2912         * nnheader.el (nnheader-get-report-string): New function.
2913         (nnheader-get-report): Use it.
2914
2915         * gnus-int.el (gnus-check-server): Say what the error was when opening
2916         failed.
2917
2918         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2919         using streaming.
2920
2921 2010-09-25  Julien Danjou  <julien@danjou.info>
2922
2923         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2924         gnus-window-inside-pixel-edges.
2925
2926 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2929
2930         * mm-decode.el (mm-save-part): Allow saving to other directories the
2931         normal Emacs way.
2932
2933         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2934         Suggested by Jay Berkenbilt.
2935
2936         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2937         there isn't a single byte.
2938
2939         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2940         just do it.  It doesn't really seem to matter what the user responds
2941         here, I think, so it's just a confusing question.
2942
2943         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2944         non-streaming case.
2945
2946         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2947         (gnus-article-encrypt-body): Use it.
2948
2949         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2950         keystroke.
2951
2952         * nnimap.el (nnimap-find-wanted-parts-1):
2953         Use gnus-fetch-partial-articles.
2954
2955         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2956
2957         * nnimap.el (nnimap-insert-partial-structure): New function.
2958         (nnimap-get-partial-article): New function.
2959         (nnimap-request-article): Use it.
2960         (nnimap-wait-for-response): Return whether the wait was successful.
2961         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2962         retrieval wasn't successful.
2963         (nnimap-retrieve-group-data-early): Allow throttling servers.
2964         (nnimap-streaming): New variable.
2965         (nnimap-fetch-partial-articles): Remove.
2966
2967         * mm-decode.el (mm-with-part): Protect against killed buffers.
2968
2969         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2970         for prettier summary display.
2971
2972 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2973
2974         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2975
2976 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2979         apparently third-party libraries depend on it.
2980
2981         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2982         before starting negotiation.
2983
2984         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2985         privacy reasons.
2986         (gnus-treat-mail-gravatar): Ditto.
2987
2988         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2989         buffer when inserting images.  Inserting text into the headers, for
2990         instance, can make them invalid.
2991
2992 2010-09-25  Julien Danjou  <julien@danjou.info>
2993
2994         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2995         variables.
2996
2997         * nnheader.el: Remove useless variables news-reply-yank-from and
2998         news-reply-yank-message-id.
2999
3000         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3001         variables.
3002
3003         * mml1991.el: Remove useless mml1991-verbose.
3004
3005         * gnus.el: Remove useless variable gnus-use-generic-from.
3006         Remove obsolete variable gnus-topic-indentation.
3007
3008         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3009
3010         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3011
3012         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3013
3014         * gnus-group.el: Remove useless gnus-group-icon-cache.
3015         Remove useless gnus-ephemeral-group-server.
3016
3017         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3018
3019         * mml2015.el: Remove useless mml2015-verbose.
3020
3021         * mml-smime.el: Remove useless mml-smime-verbose.
3022
3023         * gnus.el: Remove useless gnus-local-domain.
3024
3025         * gnus-gravatar.el (gnus-gravatar-transform-address):
3026         Use gnus-gravatar-size.
3027
3028         * gnus-art.el: Remove useless gnus-treat-translate.
3029
3030 2010-09-24  Julien Danjou  <julien@danjou.info>
3031
3032         * gnus-sum.el: Add support for Gravatars.
3033
3034         * gnus-art.el: Add support for Gravatars.
3035
3036         * gnus-gravatar.el: Add this file.
3037
3038         * gravatar.el: Add this file.
3039
3040 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3043
3044         * gnus-group.el (gnus-group-fetch-faq): Remove.
3045
3046         * gnus.el (gnus-group-faq-directory): Remove.
3047
3048         * gnus-group.el (gnus-group-fetch-charter): Remove.
3049
3050         * gnus.el (gnus-group-charter-alist): Remove.
3051
3052         * gnus-group.el (gnus-group-archive-directory): Remove.
3053         (gnus-group-recent-archive-directory): Ditto.
3054         (gnus-group-make-archive-group): Remove.
3055
3056         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3057
3058         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3059         use the same article number for all the cached articles.
3060
3061         * nnimap.el (nnimap-command): Register the last command time so
3062         that we can use it for idling NOOPs.
3063         (nnimap-open-connection): Start the keeplive timer.
3064         (nnimap-make-process-buffer): Store all the process buffers.
3065         (nnimap-keepalive): New function.
3066
3067         * starttls.el (starttls-open-stream): Add autoload cookie.
3068
3069 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3070
3071         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3072         handling.
3073
3074 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3077         its data structures.
3078
3079         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3080         instead of the cl.el copy-list.
3081         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3082         equalp.
3083
3084 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3087         and tool-bar-local-item-from-menu.
3088
3089         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3090         mode-line-highlight face for Emacs.
3091
3092         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3093         loading gnus-sum.elc; fix comment for canlock-verify.
3094         (gnus-article-jump-to-part): Use read-number.
3095         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3096         Remove Emacs pre-21 compatible code for help-echo.
3097         (gnus-article-next-page-1): No need to adjust the number of lines.
3098         (gnus-article-describe-bindings): Always use help-buffer.
3099
3100         * gnus-audio.el (gnus-audio-inline-sound)
3101         * gnus-cus.el (gnus-custom-mode)
3102         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3103
3104         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3105
3106         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3107         compatible code.
3108
3109 2010-09-24  Glenn Morris  <rgm@gnu.org>
3110
3111         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3112         visiting the fcc file in rmail-mode.
3113
3114         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3115
3116 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * nnir.el: Silence the byte compiler.
3119
3120         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3121         alias to browse-url-url-encode-chars if any.
3122         (gnus-html-encode-url): Use it.
3123
3124 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * gnus-start.el (gnus-use-backend-marks): New variable.
3127         (gnus-get-unread-articles-in-group): Use it.
3128
3129         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3130         makeover.
3131
3132 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3133
3134         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3135
3136 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3139         Remove.
3140         (gnus-setup-news-hook):
3141         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3142
3143         * gnus-int.el (gnus-request-update-info): Protect against backends not
3144         having the function.
3145
3146         * nnimap.el (nnimap-stream): Mention starttls.
3147         (nnimap-open-connection): Add starttls support.
3148
3149 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3150
3151         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3152
3153 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3156         BODYSTRUCTUREs.
3157         (nnimap-transform-headers): Unfold quoted {42} headers.
3158
3159         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3160         the info.
3161         (gnus-get-unread-articles): Only call updatep on backends that support
3162         it.
3163
3164         * nnweb.el (nnweb-request-update-info): NOOP.
3165
3166         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3167
3168         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3169         since it only deals with marks.
3170
3171         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3172         gnus-request-marks, and make a new gnus-request-update-info.
3173
3174         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3175         the active instead of the high number, which is usually too low.
3176
3177 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3180         * encrypt.el: Remove.
3181
3182 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3185         server in symbolic form.
3186
3187         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3188
3189 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3192         (nnimap-update-info): Fix up code slightly.
3193
3194         * gnus-int.el (gnus-open-server): Add tracing for performance
3195         debugging.
3196
3197         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3198         (gnus-group-insert-group-line): Pass the real group name so that it
3199         gets the right data.
3200
3201         * gnus-start.el (gnus-get-unread-articles): Don't have
3202         `gnus-get-unread-articles-in-group' update info, since that can be
3203         really slow and doesn't seem to be needed?
3204
3205 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3206
3207         * time-date.el (date-to-time): Try using parse-time-string first before
3208         using the slower timezone-make-date-arpa-standard.
3209
3210 2010-09-22  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-group.el (gnus-group-insert-group-line):
3213         Call gnus-group-highlight-line.
3214         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3215         default hook list.
3216         (gnus-group-update-eval-form): Add new function.
3217         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3218         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3219
3220 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3223         immediate, then expire all articles.
3224         (nnimap-update-info): Fix off-by-one errors.
3225         (nnimap-flags-to-marks): Would return no marks lists for group with no
3226         flags.  Instead return the other data.
3227
3228 2010-09-22  Julien Danjou  <julien@danjou.info>
3229
3230         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3231         Only return an icon.
3232         (gnus-group-insert-group-line): Compute icon to return.
3233
3234         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3235         (gnus-html-image-fetched): Only cache if
3236         gnus-html-image-automatic-caching is set.
3237         (gnus-html-image-fetched): Check for errors.
3238
3239 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3242         once per method on `g'.  This ensures that backends like nnfolder don't
3243         open all their folders.
3244
3245         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3246         (nnimap-request-list): Nix out group in the correct buffer.
3247         (nnimap-parse-flags): Implement by using `read' instead of
3248         hand-parsing.
3249         (nnimap-flags-to-marks): Pass on permanent-flags.
3250         (nnimap-make-process-buffer): Record the server name.
3251         (nnimap-parse-flags): Fix typo.
3252         (nnimap-request-scan): Run split on the server in general, not just a
3253         single group.
3254
3255         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3256         parameter, and propagate this downwards.
3257
3258         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3259         since EXAMINE changes it on the server.
3260
3261         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3262         this command might take a while.
3263
3264 2010-09-22  Julien Danjou  <julien@danjou.info>
3265
3266         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3267         harmful if you have 2 images side-by-side, they can't be properly
3268         update on text deletion.  Using text-property is safer here.
3269         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3270         data.
3271
3272 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * nnimap.el (nnimap-expunge-inbox): Remove.
3275         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3276         (nnimap-expunge): Flip default to t.
3277
3278         * gnus.el (gnus-method-to-server): Don't push things to the cache
3279         unless it's unique.
3280         (gnus-server-to-method): Ditto.
3281
3282 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3285
3286 2010-09-22  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3289         get the start of data.
3290         (gnus-html-encode-url): Add this function to encode special chars in
3291         URL.
3292         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3293         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3294
3295         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3296         default.
3297         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3298
3299         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3300         images alt-text.
3301         (gnus-html-put-image): Put alt-text as help-echo.
3302
3303 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3306         * mm-util.el (mm-decompress-buffer)
3307         * nnir.el (nnir-run-find-grep)
3308         * pop3.el (pop3-list): Use 3rd arg of split-string.
3309
3310         * time-date.el (format-seconds): Comment fix.
3311
3312         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3313         and byte-optimize-form-code-walker.
3314         (dgnushack-make-auto-load): Don't advise make-autoload.
3315
3316         * lpath.el: Remove Emacs 21 stuff.
3317
3318 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3321         outside the active range.  Suggested by Dan Christensen.
3322
3323         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3324         slightly later to avoid double-getting it.
3325
3326         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3327         previous patch.
3328
3329         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3330
3331 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3332
3333         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3334
3335 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-int.el (gnus-open-server): Give a better error message in the
3338         "go offline" case.
3339
3340         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3341         marks for nnimap, which is seldom the right thing to do.
3342
3343         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3344         (gnus-same-method-different-name): New function.
3345
3346         * nnimap.el (parse-time): Require.
3347
3348         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3349         method in the presence of many similar methods.
3350
3351         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3352
3353         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3354         nnml-inhibit-expiry.
3355
3356         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3357         find out whether methods are equal.
3358
3359         * nnimap.el (nnimap-find-expired-articles): New function.
3360         (nnimap-process-expiry-targets): New function.
3361         (nnimap-request-move-article): Request the article before looking at
3362         what the Message-ID is.  Fix found by Andrew Cohen.
3363         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3364
3365         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3366         for oldness in addition to being a predicate.
3367
3368         * nnimap.el (nnimap-request-group): When we have zero articles, return
3369         the right data to Gnus.
3370         (nnimap-request-expire-articles): Only delete articles immediately if
3371         the target is 'delete.
3372
3373         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3374         method, this would bug out.
3375
3376         * gnus-group.el (gnus-group-expunge-group): Rename from
3377         gnus-group-nnimap-expunge, and implemented as a normal interface
3378         function.
3379
3380         * gnus-int.el (gnus-request-expunge-group): New function.
3381
3382         * nnimap.el (nnimap-request-create-group): Implement.
3383         (nnimap-request-expunge-group): New function.
3384
3385 2010-09-21  Julien Danjou  <julien@danjou.info>
3386
3387         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3388         (gnus-html-cache-expired): Add new function.
3389         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3390         wethever we should display image for fetch it.
3391         Compute alt-text earlier to pass it to the fetching function too.
3392         (gnus-html-schedule-image-fetching): Change function argument to only
3393         get one image at a time, not a list.
3394         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3395         cache.
3396         (gnus-html-get-image-data): New function to retrieve image data from
3397         cache.
3398         (gnus-html-put-image): Change buffer argument to use image data rather
3399         than file, and place image above region rather than inserting a new
3400         one.  Do not take alt-text as argument, since it's useless now: we place
3401         the image above alt-text.
3402         (gnus-html-prune-cache): Remove.
3403         (gnus-html-show-images): Start to fetch image when we find one, do not
3404         push into a temporary list.
3405         (gnus-html-prefetch-images): Only fetch image if they have expired.
3406         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3407         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3408
3409 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3412
3413 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3416         spec inser "*" if the group isn't active instead of 0.
3417
3418         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3419         opening the server.
3420         (nnimap-request-delete-group): Implement group deletion.
3421         (nnimap-transform-headers): Return the size of the entire message in
3422         the Bytes header, not just the size of the first part.
3423         (nnimap-request-move-article): When moving an article from nnimap,
3424         request the article first so the accepting form has an article to
3425         accept.  Reported by Dan Christensen.
3426         (nnimap-command): Make sure that the error message doesn't error out.
3427
3428 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3429
3430         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3431         we haven't requested anything.
3432
3433 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3436         "".  Fix found by Andrew Cohen.
3437
3438         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3439         instead of -encode-string.
3440
3441 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3444
3445         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3446         by mm-subst-char-in-string.
3447
3448 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3451         waiting for the connection string.
3452
3453         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3454         arriving.
3455
3456         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3457         bogus characters.  This allows selecting certain Gmail groups.
3458
3459         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3460         (nnimap-fetch-partial-articles): New variable.
3461         (nnimap-open-connection): When looking for credentials, also use the
3462         nnimap-server-port.
3463         (nnimap-request-article): Return the group/article number, so that Gnus
3464         `^' works as expected.
3465         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3466
3467         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3468         comments.
3469         (gnus-methods-sloppily-equal): New function.
3470         (gnus): When using the development version of Gnus, load the gnus-load
3471         file.
3472
3473         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3474         `gnus-open-server' on each method before trying to scan them etc.
3475         This ensures that all the backend parameters are set correctly.
3476
3477         * nnimap.el (nnimap-authenticator): New variable.
3478         (nnimap-open-connection): Allow anonymous login.
3479         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3480         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3481
3482         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3483         patch, found by Knut Anders Hatlen.
3484
3485 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3486
3487         * gnus-agent.el (gnus-agent-batch-confirmation)
3488         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3489         to gnus-message.
3490         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3491         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3492         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3493         * gnus-int.el (gnus-open-server): Likewise.
3494         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3495         (gnus-score-check-syntax): Likewise.
3496         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3497         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3498         Likewise.
3499         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3500
3501 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3504         calling conventions so that prefetch doesn't bug out.
3505
3506 2010-09-19  Julien Danjou  <julien@danjou.info>
3507
3508         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3509         rather than `subst-char-in-region' in order to be able to replace ASCII
3510         char by UTF-8 ones.
3511
3512         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3513         than curl.
3514         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3515         the right URL and ALT text on images.
3516         (gnus-html-wash-tags): Fix tag case.
3517         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3518         (gnus-article-html): Add -o display_ins_del=2 option.
3519         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3520
3521 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3524         the extra mail headers, which sometimes seem to happen for unknown
3525         reasons.
3526
3527         * mail-parse.el (mail-header-encode-parameter): Define as
3528         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3529         (or most, perhaps?) mail readers don't understand the latter, but do
3530         understand the former.
3531
3532         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3533         to nil, so that no methods are automatically agentized.  I think this
3534         is probably what most users want.
3535
3536         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3537         from url-retrieve, for instance about invalid URLs.
3538
3539         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3540         groups that have no articles.
3541         (nnimap-request-article): Check that we really got an article when we
3542         requested one.
3543
3544         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3545         doesn't exist.
3546
3547         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3548         nntp buffer so the agent can save it.
3549         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3550         that CRLF doesn't get translated to \n.
3551         (nnimap-open-connection): Don't make 'shell commands only send \n.
3552
3553 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3554
3555         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3556         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3557         Update var name.
3558         (nnml-generate-nov-file): Use dolist.
3559         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3560         Use with-current-buffer.
3561
3562 2010-09-18  Julien Danjou  <julien@danjou.info>
3563
3564         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3565         parallel.
3566
3567 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3570         the range update right.
3571         (nnimap-request-group): Don't make `M-g' bug out on group with no
3572         marks.
3573         (nnoo): Require, so that other packages can require nnimap.
3574         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3575         command we're looking for.  This helps when the server sends more
3576         responses after we've gotten everything we expected.
3577         (nnimap): Add a `newlinep' field to keep track of end-of-line
3578         conventions.
3579         Don't send CRLF to things that don't want it.
3580         (nnimap-request-accept-article): Ditto.
3581
3582 2010-09-18  Julien Danjou  <julien@danjou.info>
3583
3584         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3585         than curl to retrieve images.
3586
3587 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3590         the marks.
3591         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3592         (nnimap-wait-for-connection): New function.
3593         (nnimap-open-connection): If we have PREAUTH, don't query for login
3594         credentials.
3595         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3596         when doing a partial update.
3597
3598 2010-09-18  Julien Danjou  <julien@danjou.info>
3599
3600         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3601         tags.
3602
3603 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * nnimap.el (nnimap-credentials): New function.
3606         (nnimap-open-connection): Use the new function to look for credentials
3607         also on the numeric equivalents of "imap" and "imaps".
3608
3609         * gnus-start.el (gnus-activate-group): Send the info to
3610         gnus-request-group.
3611
3612         * nnimap.el (nnimap-request-group): Have the "check" version of the
3613         function parse flags and update the info, so that a `M-g' get a total
3614         resync of all flags from the group.
3615
3616         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3617         to allow backends to alter the info on group selection.  Also alter all
3618         the backend -request-group functions to take the parameter.
3619
3620         * nnimap.el (nnimap-store-info): New function.
3621         (nnimap-update-info): Store the info for later usage.
3622         (nnimap-request-group): Use the stored info for the dont-check case, so
3623         that we don't retrieve all marks when we enter a group.
3624
3625         * nnimap.el: Use deffoo instead of defun for interface functions.
3626
3627         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3628         update the group info.  This makes the nndraft groups, for instance, go
3629         back to their old behaviour.
3630
3631         * gnus-sum.el (gnus-select-newsgroup): Indent.
3632
3633         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3634         in.
3635         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3636         nothing.
3637
3638         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3639         from methods that are denied.
3640
3641         * gnus-int.el (gnus-method-denied-p): New function.
3642
3643         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3644         store the password instead of netrc.
3645         (nnimap-open-connection): Don't error out when we can't make a
3646         connections.
3647
3648         * auth-source.el (auth-source-create): In the password prompt, say what
3649         we're querying for.  Also prompt for user name if that hasn't been
3650         given.
3651
3652         * nnimap.el (nnimap-with-process-buffer): Remove.
3653
3654 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3657         method when we're reading from the agent.
3658
3659         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3660
3661         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3662         that's probably most useful for users.
3663
3664         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3665         "failed" all the time.
3666
3667         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3668         ...)) with (with-current-buffer ... ).
3669
3670         * nntp.el (nntp-open-server): Return whether the open was successful or
3671         not.
3672
3673         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3674         select an unread unseen article first.
3675
3676         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3677         /etc/services, supply some sensible port defaults.
3678
3679         * dgnushack.el: Define netrc-credentials.
3680
3681 2010-09-17  Julien Danjou  <julien@danjou.info>
3682
3683         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3684
3685 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3686
3687         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3688         doesn't have any parameters.
3689
3690 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3693         only upcased checks.
3694
3695         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3696
3697         * nnimap.el (nnimap-open-shell-stream): New function.
3698         (nnimap-open-connection): Use it.
3699         (nnimap-transform-headers): Get the number of lines in each message.
3700         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3701         number of lines.
3702         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3703         problem.
3704
3705         * utf7.el (utf7-encode): Autoload.
3706
3707         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3708         to allow the mail splitting to not return a default group.  This is
3709         useful for nnimap, which will leave unmatched mail in the inbox.
3710
3711         * nnimap.el: Rewritten.
3712
3713         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3714         nnimap usage.
3715
3716         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3717         if the move is internal, so that nnimap can do fast internal moves.
3718
3719         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3720         data.
3721         (gnus-read-active-for-groups): Support finishing the early retrieval of
3722         data.
3723
3724         * gnus-range.el (gnus-range-nconcat): New function.
3725
3726         * gnus-int.el (gnus-finish-retrieve-group-infos)
3727         (gnus-retrieve-group-data-early): New functions.
3728
3729 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3730
3731         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3732         (nnrss-retrieve-groups):
3733         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3734         (pop3-quit): Use with-current-buffer.
3735
3736 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3739         instead of nnheader-accept-process-output.
3740
3741         * dgnushack.el (dgnushack-compile): Add comment.
3742
3743         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3744
3745         * gnus-html.el (gnus-html-schedule-image-fetching)
3746         (gnus-html-prefetch-images): Replace process-kill-without-query by
3747         gnus-set-process-query-on-exit-flag.
3748
3749 2010-09-16  Romain Francoise  <romain@orebokech.com>
3750
3751         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3752
3753 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3756         parameter to unintern is mandatory-ish in Emacs 24.
3757
3758         * gnus-html.el (gnus-html-schedule-image-fetching)
3759         (gnus-html-prefetch-images): Check for curl before using it.
3760
3761         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3762         depend on curl, which isn't essential.
3763
3764         * imap.el: Revert back to version
3765         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3766         seem problematic.
3767
3768 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3769
3770         * gnus-registry.el (gnus-registry-install-shortcuts):
3771         Explicitly pass `obarray' to `unintern' to avoid a warning.
3772
3773 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3776         change.
3777
3778         * nnrss.el (nnrss-request-list): Remove this function and related
3779         functions, including the moreover stuff.
3780
3781 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * nnrss.el (nnrss-retrieve-groups): New function.
3784
3785 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3786
3787         * .dir-locals.el: Add no-byte-compile cookie.
3788
3789 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * time-date.el (format-seconds): Comment fix.
3792
3793         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3794         for back end that doesn't support request-scan.
3795
3796 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3799         then do request scans from the backends.
3800
3801         * netrc.el (netrc-credentials): New conveniency function.
3802
3803         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3804         avoid running a hook per line, since this takes a lot of time,
3805         profiling shows.
3806         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3807         directly if gnus-visual-p is true.
3808
3809 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3812         groups; replace mapcar with dolist which is a bit faster; pass groups
3813         info to gnus-read-active-file-1.
3814         (gnus-read-active-file-1): Scan only specified groups if the new
3815         optional arg `infos' is given.
3816
3817 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3820
3821         * pop3.el (pop3-movemail): Remove.
3822         (pop3-streaming-movemail): Rename to pop3-movemail.
3823
3824         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3825         don't restrict end-tag searches to the end of the line.
3826
3827 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3830         articles of every unchecked group to t, which means unknown since the
3831         server has never been opened.
3832
3833 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * gnus-html.el (gnus-html-show-alt-text): New command.
3836         (gnus-html-browse-image): Ditto.
3837         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3838         to browse the image directly.
3839         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3840         better.
3841
3842         * gnus-async.el (gnus-async-article-callback):
3843         Call `gnus-html-prefetch-images' unconditionally.
3844
3845         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3846         before feeding URLs to curl.
3847
3848 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3851         internal images as deletable by `W D D'.
3852
3853         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3854         (gnus-async-article-callback): Fix typo.
3855
3856 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3859         current line to work around bugs in the output from w3m.
3860
3861         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3862         for groups that want that.
3863
3864         * nntp.el (nntp-wait-for-string): Supply a timeout for
3865         accept-process-output to ensure progress.
3866
3867         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3868         level to get unread articles from, then use that for foreign groups,
3869         too.
3870
3871         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3872         confuses the rest of the function.
3873
3874         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3875         for the methods that support -retrieve-groups, too.
3876
3877         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3878
3879 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3882         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3883
3884         * pop3.el: Require cl when compiling.
3885         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3886
3887 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3890         that aren't going to be activated.
3891         (gnus-get-unread-articles): Fix up the last commit.
3892
3893         * gnus-html.el (gnus-article-html): Allow calling without specifying
3894         the handle.  In that case, dissect the buffer first.
3895
3896         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3897
3898         * nnimap.el (nnimap-open-connection): Revert the change that would look
3899         into authinfo for imaps instead of imap.
3900
3901         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3902         say that you don't want to call gnus-request-group with don-check, but
3903         do check the reponse.  This is for virtual groups only.
3904         (gnus-get-unread-articles): Count the archive groups as secondary, so
3905         that they're activated the same way as before.
3906
3907         * imap.el (imap-message-map): Removed optional buffer parameter, since
3908         no callers use it.
3909         (imap-message-get): Ditto.
3910         (imap-message-put): Ditto.
3911         (imap-mailbox-map): Ditto.
3912         (imap-mailbox-put): Ditto.
3913         (imap-mailbox-get): Ditto.
3914         (imap-mailbox-get): Revert last change for this function.
3915
3916         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3917         case-insensitively.
3918         (nnimap-debug): Remove.
3919
3920         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3921         to use `imap-fetch' instead.  According to the comments, this should be
3922         safe, since all other IMAP clients use the 1:* syntax.
3923         (imap-enable-exchange-bug-workaround): Removed.
3924         (imap-debug): Removed -- doesn't seem very useful.
3925
3926         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3927         mail from a file, and the file doesn't exist.
3928
3929         * imap.el (imap-log): New convenience function used throughout instead
3930         of repeating the same code all over the place.
3931
3932         * pop3.el (pop3-streaming-movemail): Return t for success.
3933
3934         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3935         .authinfo if we're using ssl connection.
3936
3937         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3938         already have if we're in a main Gnus `g' run.
3939
3940         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3941
3942 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3945
3946         * nnmh.el (nnmh-request-list-1): Bind `file'.
3947
3948         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3949         alias to set-process-query-on-exit-flag or process-kill-without-query.
3950         (pop3-open-server): Use it.
3951
3952 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3955         box to the Incoming file.  Fixes mistake in previous checkin.
3956
3957         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3958         request loop (for debugging purposes) removed.
3959
3960         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3961         culprit is more visible.
3962         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3963         (nnml-add-incremental-nov): New functions to do "incremental" nov
3964         updates, where we just append to the end of the existing nov files
3965         without reading/writing them in full.
3966
3967         * mail-source.el (mail-source-delete-crash-box): Really only check the
3968         incoming files once in a while.
3969
3970         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3971
3972         * mail-source.el (mail-source-delete-crash-box): Only check the
3973         incoming files for deletion once per day to save a lot of file
3974         accesses.
3975
3976         * pop3.el (pop3-logon): Fix up unbound variable typo.
3977
3978         * mail-source.el (pop3-streaming-movemail): Autoload.
3979
3980         * pop3.el (pop3-streaming-movemail):
3981         Respect pop3-leave-mail-on-server.
3982
3983         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3984         retrieval.
3985
3986         * pop3.el (pop3-process-filter): Remove unused function.
3987         (pop3-streaming-movemail, pop3-send-streaming-command)
3988         (pop3-wait-for-messages, pop3-write-to-file)
3989         (pop3-number-of-responses): New functions for streaming pop3
3990         retrieval.
3991
3992         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3993         come from no known methods.
3994         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3995         list.
3996
3997         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3998         message sizes.
3999         (pop3-movemail): Use erase-buffer instead of looping and deleting
4000         regions, which seems rather odd.
4001
4002         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4003         file once per `g' run.
4004
4005         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4006         directories.  This makes the draft queue directory work.
4007
4008         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4009         data from the backends, so that we only request the list of groups from
4010         each method once.  This should speed things up considerably.
4011
4012         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4013         detect that it's not implemented.
4014
4015         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4016         we actually do recurse down into the tree, but don't stat all leaf
4017         nodes.
4018
4019         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4020         then say so instead of bugging out.
4021
4022         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4023         files exist before trying to read them.
4024
4025         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4026         around <pre_int>.
4027
4028         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4029
4030         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4031
4032 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * mm-util.el (mm-image-load-path): Just return the image directories,
4035         not all directories in the path in addition to the image directories.
4036         (mm-image-load-path): Maintain a cache of the image directories so that
4037         the `g' command in Gnus doesn't have to stat dozens of directories each
4038         time.
4039
4040         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4041         (gnus-html-wash-tags): Add a new `i' command to insert images.
4042         (gnus-html-insert-image): New command and keystroke.
4043         (gnus-html-redisplay-with-images): New command and keystroke.
4044         (gnus-html-show-images): Rename command.
4045         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4046         spacers.
4047         (gnus-html-wash-tags): Decode entities at the end, so that entities
4048         inside the tags don't mess up the rest of the "parsing".
4049
4050         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4051         so that nnimap methods aren't agentized by default.  There's apparently
4052         many problems related to agent/imap behaviour.
4053
4054         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4055
4056         * gnus-html.el: Doc fix.
4057
4058 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4061         specifier-spec-list for Emacs 21.
4062
4063         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4064         glyph-width and glyph-height instead of display-graphic-p and
4065         image-size; make avoidance of displaying small images work for XEmacs.
4066
4067         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4068         for XEmacs.
4069
4070         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4071         of symbol that holds plist data.
4072         (gnus-process-plist): Remove plist of process after getting it.
4073
4074 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * message.el (message-generate-hashcash): Change default to
4077         'opportunistic if hashcash is installed.
4078
4079         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4080         (gnus-html-put-image): Only call image-size once, since it's somewhat
4081         time-consuming on remote X servers.
4082
4083 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4086         type on data, not a file name.
4087
4088         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4089         window-pixel-edges for Emacs 21.
4090
4091         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4092         decoded contents.
4093         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4094
4095 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4098         group line format, since it isn't very interesting.
4099
4100         * gnus-agent.el (gnus-agent-short-article),
4101         (gnus-agent-long-article): Increase values for these two variables,
4102         since most people are likely to have more network connection and
4103         storage than before.
4104
4105         * gnus.el (gnus-refer-article-method): Change default to 'current.
4106         When referring an article, the common behaviour is to refer it from the
4107         current select method, not the native select method.  The chances of
4108         the native select method having the message in question is rather slim
4109         these days.
4110
4111         * gnus-sum.el (gnus-auto-select-subject): Change default to
4112         `unseen-or-unread'.  I think it's likely that most people want to
4113         select an unseen article over a previously seen, but unread one.
4114
4115         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4116         means that in the article buffer none of the minor mode elements will
4117         be shown, usually, and this is not desirable in most cases.
4118
4119         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4120         that commands like `d' (and the like) go to the next line in the
4121         buffer, instead of the next unread article.  I think this is the
4122         behaviour that is most natural for most users.
4123         (gnus-single-article-buffer): Change default to nil, so that people can
4124         have as many article buffers open as they have summary buffer.  I think
4125         this is the most natural way for the groups to behave.
4126
4127         * message.el (message-generate-new-buffers): Change default to
4128         `unsent', so that all new message buffers start their names with the
4129         string "*unsent", and it's easier to find the buffers if you move from
4130         them.
4131
4132 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4135         small.  They're probably tracking images.
4136         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4137         (gnus-html-rescale-image): Yet another try at getting the image sizing
4138         right.
4139
4140         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4141         nntp-marks-file-name is nil.
4142
4143 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * gnus-html.el (gnus-html-wash-tags)
4146         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4147         Better logging.
4148
4149 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4152
4153         * gnus-html.el (gnus-html-wash-tags): Check the value of
4154         gnus-blocked-images in the summary buffer.
4155
4156 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4157
4158         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4159
4160 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4163         like "a", it seems like.
4164         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4165         since it needs to be picked from the correct buffer.
4166
4167         * nnwfm.el: Remove.
4168
4169         * nnlistserv.el: Remove.
4170
4171 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4172
4173         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4174         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4175
4176 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * nnkiboze.el: Remove.
4179
4180         * nndb.el: Remove.
4181
4182         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4183         alt text.
4184         (gnus-html-rescale-image): Try to get the rescaling logic right for
4185         images that are just wide and not tall.
4186
4187         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4188         overshadow variable bindings.
4189
4190 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4191
4192         * gnus-html.el (gnus-html-wash-tags)
4193         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4194         Add extra logging.
4195
4196 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4199         (gnus-max-image-proportion): New variable.
4200         (gnus-html-rescale-image): New function.
4201         (gnus-html-put-image): Rescale images.
4202
4203 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         Fix up some byte-compiler warnings.
4206         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4207         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4208         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4209         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4210         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4211         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4212         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4213
4214 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-html.el (gnus-article-html): Decode contents by charset.
4217
4218 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4221         (gnus-html-frame-width, gnus-blocked-images)
4222         * message.el (message-prune-recipient-rules): Add custom version.
4223         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4224
4225         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4226         functions.
4227
4228         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4229         gnus-process-get.
4230
4231 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4232
4233         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4234         instead of lsub directly.
4235
4236 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * nnwarchive.el: Remove.
4239
4240         * gnus-soup.el: Remove.
4241
4242         * nnsoup.el: Remove.
4243
4244         * nnultimate.el: Remove.
4245
4246         * gnus-html.el (gnus-blocked-images): New variable.
4247
4248         * message.el (message-prune-recipients): New function.
4249         (message-prune-recipient-rules): New variable.
4250
4251         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4252         guess whether a long line is natural text or not.
4253
4254         * gnus-html.el (gnus-html-schedule-image-fetching):
4255         Use gnus-process-plist and friends for compatibility.
4256
4257 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4258
4259         * gnus-html.el: Require packages that define macros used in this file.
4260         (gnus-article-mouse-face): Declare to silence byte-compiler.
4261         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4262         process-get.
4263         (gnus-html-put-image): Use plist-get to avoid getf.
4264         (gnus-html-prefetch-images): Use with-current-buffer.
4265
4266 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-ems.el: Provide compatibility functions for
4269         gnus-set-process-plist.
4270
4271         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4272         header-line-format for XEmacs 21.4.
4273
4274         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4275         * gnus.el (gnus-valid-select-methods)
4276         * message.el (message-send-mail-partially-limit)
4277         * mm-decode.el (mm-text-html-renderer)
4278         * mml.el (mml-insert-mime-headers-always)
4279         * smiley.el (smiley-regexp-alist): Bump custom version.
4280
4281 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * gnus-html.el: require mm-url.
4284         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4285         with the url to `url'.
4286         (gnus-html-wash-tags): Support cid: URLs/images.
4287
4288 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4291         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4292         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4293
4294         * gnus-move.el: Remove file, since it doesn't really work.
4295
4296         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4297         UTF-8.  This seems to fix problems with some German web feeds.
4298
4299         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4300         at the top so that the proper colours are applied.
4301
4302         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4303         don't have dots in their names.
4304
4305         * gnus-art.el (gnus-article-view-part): Doc fix.
4306
4307         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4308         XEmacs-compatible.
4309         (gnus-html-put-image): Don't do images on non-graphic displays.
4310
4311         * nnslashdot.el: Remove this unused backend.
4312
4313         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4314         actions.
4315         (gnus-undo-register-1): Revert last change.
4316
4317         * gnus-group.el (gnus-group-completing-read): Protect against not
4318         having completion-styles bound.
4319
4320         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4321         make broken recipients happier.
4322
4323         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4324
4325         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4326         point parameter.
4327
4328         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4329
4330         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4331         completion-styles for group selection.
4332
4333 2009-02-04  Andreas Schwab  <schwab@suse.de>
4334
4335         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4336         headers and regexp-quote the match if necessary.
4337
4338 2009-03-24  Miles Bader  <miles@gnu.org>
4339
4340         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4341         the blinking smiley.
4342
4343 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4344
4345         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4346         blink smiley.
4347
4348 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4351         where the dribbel file lives exists.
4352
4353         * message.el (message-send-mail-partially-limit): Change the default to
4354         nil, since most people don't want this.
4355
4356         * mm-url.el (mm-url-decode-entities): Also decode entities like
4357         &#x3212.
4358
4359 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4360
4361         * gnus-sum.el (gnus-summary-idna-message):
4362         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4363         Hyperlink urls in docstrings with URL `...'.
4364
4365 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4366
4367         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4368         functions.
4369
4370 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4373         say what the mouseover text should be.
4374
4375         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4376         version of the mm-w3m-safe-url-regexp variable to only download images
4377         in the groups where we want that to happen.
4378
4379         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4380
4381         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4382         easier debugging.
4383         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4384         big pictures in the article buffer.
4385
4386         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4387         gnus-article-html.
4388         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4389         w3m.
4390
4391         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4392
4393 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4396         which doesn't exist.
4397
4398         * message.el (message-inhibit-ecomplete): New variable to allow some
4399         function to inhibit ecomplete address storage.
4400         (message-resend): Disable ecomplete message storage when resending
4401         messages.
4402
4403         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4404
4405 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4408         Save excursion while copying, moving, and deleting articles in order to
4409         prevent the cursor from jumping to unforeseen place.
4410
4411 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * lpath.el: No need to bind bookmark-current-buffer,
4414         bookmark-yank-point and bookmark-make-record-function.
4415
4416 2010-08-17  Glenn Morris  <rgm@gnu.org>
4417
4418         * gnus-sync.el: Require gnus components whose functions are used.
4419
4420         * gnus-art.el (bookmark-make-record-function):
4421         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4422         Declare for compiler.
4423
4424         * mm-url.el (mml-compute-boundary): Autoload.
4425
4426 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4429
4430 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4431
4432         Typo fix "hoo4a" -> "hook".
4433
4434         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4435
4436 2010-08-14  Glenn Morris  <rgm@gnu.org>
4437
4438         * gnus-sync.el (gnus-sync): Fix defgroup version.
4439
4440 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4443
4444         * gnus-sync.el: Fix docs.
4445         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4446         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4447
4448 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         Optimizations for gnus-sync.el.
4451
4452         * gnus-sync.el: Add docs about gnus-sync-backend
4453         possibilities.
4454         (gnus-sync-save): Remove unnecessary message.
4455         (gnus-sync-read): Optimize and show what groups were skipped.
4456
4457 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         Minor bug fixes for gnus-sync.el.
4460
4461         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4462         Don't read the sync on get-new-news.
4463
4464         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4465         quiet.
4466
4467         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4468         (fix typo).
4469
4470 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4471
4472         Make saving and restoring of hidden threads work with overlays.
4473         Patch applied by Ted Zlatanov.
4474
4475         * gnus-sum.el (gnus-hidden-threads-configuration)
4476         (gnus-restore-hidden-threads-configuration): Update to deal with text
4477         properties, rather than searching for a magic character.
4478
4479 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         New gnus-sync.el library for synchronization of marks.
4482
4483         * gnus-sync.el: New library for synchronization of marks.
4484
4485         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4486         renamed from `gnus-registry-grep-in-list'.
4487
4488         * gnus-registry.el (gnus-registry-follow-group-p):
4489         Use `gnus-grep-in-list'.
4490
4491         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4492
4493 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4496         determining charset of text fails.
4497
4498 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * nnmail.el (nnmail-get-new-mail-1): Revert.
4501
4502         * nnml.el (nnml-active-number): Make sure names of newly created groups
4503         in nnml-group-alist are encoded.
4504
4505 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4508         containing non-ASCII characters in active file for nnml back end.
4509
4510 2010-07-24  David Engster  <dengste@eml.cc>
4511
4512         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4513         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4514
4515 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4516
4517         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4518         tag (Bug#6654).
4519
4520 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4523         the article buffer, not the summary buffer.
4524
4525 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4528         Emacs 23 as well.
4529
4530 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4533         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4534
4535 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4536
4537         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4538         Patch applied by Karl Fogel.
4539
4540         * gnus-sum.el (gnus-summary-bookmark-make-record):
4541         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4542
4543 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4544
4545         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4546         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4547         C-w still not working correctly from Article buffers; Thierry's
4548         patch to fix that will be applied after this.
4549
4550         * gnus-art.el (bookmark-make-record-function): New local variable.
4551
4552         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4553         article buffer.
4554         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4555
4556 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4557
4558         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4559         on changes in bookmark.el.
4560
4561 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4564         `no-log' instead of message not to log prompt string.
4565
4566 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4567
4568         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4569         the *other* type of HTML form submission.
4570
4571 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4572
4573         * auth-source.el (auth-source-pick): If choice does not contain a
4574         questioned keyword, set the check to t.
4575
4576 2010-06-12  Romain Francoise  <romain@orebokech.com>
4577
4578         * gnus-util.el (gnus-date-get-time): Move up before first use.
4579
4580 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4583         (gnus-article-edit-part): Bind it to make last part that is substituted
4584         or deleted visible.
4585         (gnus-mime-display-single): Buttonize part of which id equals to
4586         gnus-mime-buttonized-part-id.
4587
4588 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4589
4590         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4591         (gnus-dd-mmm): Use gnus-date-get-time.
4592         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4593         simplify logic.
4594         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4595         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4596
4597 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4598
4599         * auth-source.el (top): Autoload `secrets-list-collections',
4600         `secrets-create-item', `secrets-delete-item'.
4601         (auth-sources): Fix tag string.
4602         (auth-get-source, auth-source-retrieve, auth-source-create)
4603         (auth-source-delete): New defuns.
4604         (auth-source-pick): Rewrite in order to avoid 2 passes.
4605         (auth-source-forget-user-or-password): New parameter USERNAME.
4606         (auth-source-user-or-password): New parameters CREATE-MISSING and
4607         DELETE-EXISTING.  Retrieve password interactively, if needed.
4608
4609 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4610
4611         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4612         deleting unused directories when gnus-expert-user is t.
4613
4614 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4617         for each temp file when gnus-article-browse-delete-temp is ask.
4618
4619 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4620
4621         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4622         Lisp calls to delete-backward-char by calls to delete-char.
4623
4624 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4625
4626         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4627
4628 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4629
4630         * password-cache.el (password-cache-remove): Fix docstring.
4631
4632 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4635         article unless decoding article to be saved.
4636
4637 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4640         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4641         generated within the mm-with-unibyte-current-buffer macro.
4642
4643 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4646         to nil when we're in a mml-preview buffer and no group is selected.
4647
4648 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4649
4650         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4651         when catching the `C-g'.  Reported by "Leo".
4652
4653 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * message.el (message-forward-make-body-plain)
4656         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4657         multibyte-string-p.
4658
4659         * lpath.el: Revert.
4660
4661 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * message.el (message-forward-make-body-mml): Assume original message
4664         is multibyte string; error on unibyte.
4665         (message-forward-make-body-plain): Ditto; don't add excessive newline
4666         in body end.
4667
4668         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4669
4670 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4671
4672         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4673         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4674
4675 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * mm-extern.el (mm-extern-url): Don't use
4678         mm-with-unibyte-current-buffer.
4679         (mm-extern-cache-contents): Use with-current-buffer instead of
4680         save-excursion + set-buffer.
4681
4682 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * mm-util.el (mm-emacs-mule): Remove.
4685
4686 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4687
4688         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4689         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4690         change.
4691
4692 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4695         bind the default value of enable-multibyte-characters to nil.
4696
4697 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * message.el (message-forward-make-body-plain)
4700         (message-forward-make-body-mml):
4701         Don't use mm-with-unibyte-current-buffer.
4702
4703 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4704
4705         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4706
4707 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4708
4709         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4710         (Bug#5592).
4711
4712 2010-05-07  Julien Danjou  <julien@danjou.info>
4713
4714         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4715         it to mm-pipe-part.
4716
4717         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4718         it is given.
4719
4720 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * binhex.el (binhex-decode-region-internal)
4723         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4724         (dns-query)
4725         * nnweb.el (nnweb-gmane-search)
4726         * pgg-parse.el (pgg-parse-armor)
4727         * pgg.el (pgg-verify-region)
4728         * sha1.el (sha1-string-external)
4729         * uudecode.el (uudecode-decode-region-internal)
4730         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4731         XEmacs.
4732
4733         * gnus-art.el (gnus-article-browse-html-parts)
4734         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4735         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4736         make-temp-file.
4737
4738         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4739         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4740         compiling.
4741
4742         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4743         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4744         XEmacs when compiling.
4745
4746         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4747         gnus-pick-mode-off-hook for XEmacs when compiling.
4748         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4749         gnus-binary-mode-off-hook for XEmacs when compiling.
4750
4751         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4752         Return nil if char-charset is not available.
4753
4754         * imap.el (imap-disable-multibyte)
4755         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4756         macros.
4757
4758         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4759         instead of encode-coding-string.
4760
4761         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4762         'xemacs) instead of mm-emacs-mule to switch function definitions.
4763         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4764
4765         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4766         bind temporary-file-directory for XEmacs;
4767         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4768         timer-set-function for XEmacs 21.4 and SXEmacs;
4769         bind timer-list for XEmacs 21.4 and SXEmacs;
4770         fbind char-charset and find-charset-region for non-Mule XEmacs;
4771         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4772         encode-coding-region and encode-coding-string for XEmacs having no
4773         file-coding feature.
4774
4775 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4776
4777         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4778
4779 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4782         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4783
4784 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4785
4786         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4787         alias `jka-compr-delete-temp-file' no longer exists.
4788
4789 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4790
4791         Use define-minor-mode in Gnus where applicable.
4792         * mml.el (mml-mode): Use define-minor-mode.
4793         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4794         (gnus-undo-mode): Use define-minor-mode.
4795         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4796         (gnus-dead-summary-mode): Use define-minor-mode.
4797         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4798         Initialize in declaration.
4799         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4800         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4801         (gnus-mailing-list-mode): Use define-minor-mode.
4802         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4803         (gnus-draft-mode): Use define-minor-mode.
4804         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4805         (gnus-dired-mode): Use define-minor-mode.
4806
4807 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4808
4809         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4810         handles on recursive mml-to-mime translation and check them for
4811         boundary delimiter collisions.  Reported by Greg Troxel.
4812
4813 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4816
4817 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4818
4819         * mm-util.el (mm-find-buffer-file-coding-system):
4820         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4821
4822 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4823
4824         * message.el (message-generate-headers): Record insertion of optional
4825         headers as well.  Otherwise the check to prevent repeated insertion of
4826         optional headers is a no-op.
4827
4828 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * smime.el: Don't mention CVS.
4831
4832         * nnrss.el (nnrss-fetch): Don't mention CVS.
4833
4834         * nnir.el: Don't mention CVS.
4835
4836 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4837
4838         * gnus-sum.el (gnus-summary-bookmark-make-record):
4839         Add `location' field.
4840
4841 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * lpath.el: Fbind bookmark-default-handler,
4844         bookmark-get-bookmark-record, bookmark-make-record-default,
4845         bookmark-prop-get for Emacs <23 and XEmacs.
4846
4847 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4848
4849         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4850         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4851         Use with-current-buffer to silence the byte-compiler.
4852         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4853         bother to require `gnus'.
4854         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4855
4856 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4857
4858         * gnus-sum.el (gnus-summary-bookmark-make-record)
4859         (gnus-summary-bookmark-jump): New functions.
4860         (gnus-summary-mode): Setup bookmark support.
4861
4862 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4863
4864         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4865         if set.
4866
4867 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4870         gnus-article-browse-html-save-cid-image; make it work recursively for
4871         forwarded messages as well.
4872         (gnus-article-browse-html-parts): Work when prefix arg is given.
4873         (gnus-article-browse-html-article): Doc fix.
4874
4875 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4876
4877         * message.el (message-default-mail-headers):
4878         (message-default-headers): Carry the value mail-default-headers over
4879         into message-default-mail-headers, rather than message-default-headers.
4880
4881 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4882
4883         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4884         charset.
4885
4886         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4887         charset into the <meta> tag when the article is encoded to utf-8.
4888
4889 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-art.el (gnus-article-browse-delete-temp-files):
4892         Delete directories as well.
4893         (gnus-article-browse-html-parts): Work for images that do not specify
4894         file names; delete temp directory when quitting; insert header at the
4895         right place; use file: scheme for image files.
4896
4897 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4898
4899         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4900         (gnus-article-browse-html-parts): Use it to make temporary cid image
4901         files in addition to html file so that browser may display them.
4902
4903 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4906
4907 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4910
4911 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * auth-source.el (auth-sources): Change default to be simpler.
4914         Explain about Secret Service API sources.  Improve Customize options.
4915         (auth-source-pick): Change to accept any number of search parameters.
4916         Implement fallbacks iteratively, not recursively.  Add scoring on the
4917         second pass and sort by score.  Call Secret Service API when needed.
4918         (auth-source-user-or-password): Use it.  Call Secret Service API
4919         directly when needed to get the user name and the password.
4920
4921 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4922
4923         * message.el (message-interactive): Doc fix.
4924         (message-qmail-inject-args): Reflow.
4925         (message-kill-to-signature): Fix typo in docstring.
4926
4927         * smiley.el (smiley-buffer): Fix typo in docstring.
4928
4929 2010-03-24  Glenn Morris  <rgm@gnu.org>
4930
4931         * mail-source.el (gnus-message): Declare.
4932         (mail-source-delete-old-incoming): Require gnus-util.
4933
4934 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4937
4938         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4939
4940         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4941         password-cache's default if it is not bound.
4942         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4943         password-cache-expiry's default if it is not bound.
4944
4945         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4946         available in Emacs 21.
4947
4948         * lpath.el: Suppress compiler warnings for:
4949         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4950         XEmacs;
4951         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4952         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4953         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4954
4955 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * auth-source.el (auth-sources): Fix up definition so extra parameters
4958         are always inline.
4959
4960 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4961
4962         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4963         wasn't updated after mismatch.  Clear cached mailbox info correctly
4964         when uidvalidity changes.
4965         (nnimap-group-prefixed-name): New function to avoid some code
4966         duplication.
4967         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4968         (nnimap-request-group): Use it.
4969         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4970         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4971         with many imap folders.  This is done by caching the group status from
4972         the imap server persistently in a group parameter `imap-status'.  (This
4973         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4974         but not persistently, so every Gnus startup was still very slow.)
4975
4976 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4977
4978         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4979         delete the extra newline.  Otherwise editing of :string and :number
4980         types don't work.
4981
4982 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4983
4984         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4985         secrets.el dependency.
4986         (auth-sources): Add optional user name.  Add secrets.el configuration
4987         choice (unused right now).
4988
4989 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4990
4991         * gnus-sum.el (gnus-summary-make-menu-bar):
4992         Let `gnus-registry-install-shortcuts' fill in the functions.
4993
4994         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4995         warnings.
4996         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4997         (gnus-registry-install-shortcuts): Populate and use it in a
4998         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4999
5000 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5001
5002         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5003         In-place substitutions for the group name encoding/decoding.
5004         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5005         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5006         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5007         (nnimap-update-unseen, nnimap-request-list)
5008         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5009         (nnimap-request-set-mark, nnimap-split-to-groups)
5010         (nnimap-split-articles, nnimap-request-newgroups)
5011         (nnimap-request-create-group, nnimap-request-accept-article)
5012         (nnimap-request-delete-group, nnimap-request-rename-group)
5013         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5014         `encoded-mbx' for consistency.
5015         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5016         variable `imap-current-mailbox'.
5017
5018         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5019         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5020
5021 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5022
5023         * pop3.el (pop3-display-message-size-flag): Display message size byte
5024         counts during POP3 download.
5025         (pop3-movemail): Use it.
5026         (pop3-list): Implement listing of available messages.
5027
5028 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5029
5030         * nnir.el (nnir-get-article-nov-override-function): New function to
5031         override the normal NOV retrieval.
5032         (nnir-retrieve-headers): Use it.
5033
5034 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5035
5036         * auth-source.el (netrc-machine-user-or-password): Autoload.
5037
5038 2010-03-19  Glenn Morris  <rgm@gnu.org>
5039
5040         Stop message.el from loading about 40 libraries it doesn't always need.
5041         The general approach is to autoload rather than require, and to
5042         require in the specific functions rather than the file.  (Bug#5642)
5043
5044         * gmm-utils.el: Don't require wid-edit.
5045         (widget-create-child-value, widget-convert, widget-default-get):
5046         Autoload.
5047
5048         * gnus-util.el: Don't require time-date, netrc.
5049         (message-fetch-field, gnus-group-name-decode): Declare rather than
5050         autoloading.
5051         (gnus-fetch-field): Require message.
5052         (gnus-decode-newsgroups): Require gnus-group.
5053
5054         * ietf-drums.el: Don't require time-date.
5055
5056         * message.el: Don't require hashcash, canlock, ecomplete.
5057         Do require mail-utils.  Require nnheader only when compiling.
5058         (smtpmail-default-smtp-server): Remove declaration.
5059         (message-send-mail-function): Check smtpmail-default-smtp-server
5060         is bound rather than requiring smtpmail.
5061         (message-auto-save-directory, message-insert-signature):
5062         Use expand-file-name rather than nnheader-concat.
5063         (nnheader-insert-file-contents): Autoload.
5064         (hashcash-wait-async): Declare.
5065         (message-send-mail): Only call gnus-setup-posting-charset if
5066         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5067         (message-send-mail-with-sendmail): Require sendmail.
5068         (canlock-password, canlock-password-for-verify): Declare.
5069         (message-canlock-password): Require canlock.
5070         (nnheader-get-report): Autoload.
5071         (gnus-setup-posting-charset): Declare.
5072         (message-send-news): Require gnus-msg.
5073         (message-make-references, message-make-in-reply-to): Use mail-header-id
5074         rather than the alias mail-header-message-id.
5075         (ecomplete-add-item, ecomplete-save): Declare.
5076         (message-put-addresses-in-ecomplete): Require ecomplete.
5077         (ecomplete-display-matches): Autoload.
5078
5079         * mm-decode.el: Don't require mailcap, gnus-util.
5080         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5081         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5082         Autoload.
5083         (mailcap-mime-extensions): Declare.
5084
5085         * mm-encode.el: Don't require mailcap.
5086         (mailcap-extension-to-mime): Autoload.
5087
5088         * mml-sec.el: Don't require password-cache.
5089
5090         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5091         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5092         (mml-minibuffer-read-type): Require mailcap.
5093         (mml-preview): Require gnus-msg.
5094
5095         * mml1991.el: Require password-cache.
5096         (password-cache-expiry): Remove declaration.
5097
5098         * mml2015.el: Require password-cache.
5099         (password-cache-expiry): Remove declaration.
5100
5101         * nneething.el (mailcap): Require mailcap.
5102
5103         * nnheader.el (declare-function): Add compatibility stub.
5104         (message-remove-header): Declare rather than autoload.
5105         (nnheader-replace-header): Require message.
5106
5107         * nnimap.el (declare-function): Add compatibility stub.
5108         (netrc-parse, netrc-machine-user-or-password): Declare.
5109         (nnimap-open-connection): Require netrc.
5110
5111         * nntp.el (declare-function): Add compatibility stub.
5112         (netrc-parse, netrc-machine, netrc-get): Declare.
5113         (nntp-send-authinfo): Require netrc.
5114
5115         * rfc2047.el: Don't require qp.
5116         (quoted-printable-encode-region, quoted-printable-decode-string):
5117         Autoload.
5118
5119         * sieve-mode.el: Don't require easymenu.
5120         (easy-menu-add-item): Autoload it.
5121
5122         * spam-stat.el (time-to-number-of-days): Autoload it.
5123
5124 2010-03-19  Glenn Morris  <rgm@gnu.org>
5125
5126         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5127
5128 2010-03-18  Glenn Morris  <rgm@gnu.org>
5129
5130         * hashcash.el (declare-function): Remove duplicate definition.
5131
5132 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5133
5134         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5135         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5136         value if any backslash escapes).
5137
5138 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5141         if it is available.  (bug#5647)
5142
5143         * lpath.el: Suppress compiler warning for coding-system-from-name for
5144         Emacs 21 and XEmacs.
5145
5146 2010-03-14  Juri Linkov  <juri@jurta.org>
5147
5148         * hmac-def.el:
5149         * hmac-md5.el:
5150         * netrc.el: Fix keywords.
5151
5152 2010-02-26  Glenn Morris  <rgm@gnu.org>
5153
5154         * message.el (message-send-mail-function): Change the default, so that
5155         it inherits from a customized send-mail-function.  (Bug#5643)
5156
5157 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5158
5159         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5160         shell-command-to-string signals an error (bug#5299).
5161
5162 2010-02-24  Glenn Morris  <rgm@gnu.org>
5163
5164         * message.el (message-smtpmail-send-it)
5165         (message-send-mail-with-mailclient): Doc fixes.
5166
5167 2010-02-16  Glenn Morris  <rgm@gnu.org>
5168
5169         * message.el (message-default-mail-headers): Change the default value
5170         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5171
5172 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5175         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5176
5177 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5178
5179         * time-date.el (date-to-time): Doc fix (Bug#5408).
5180
5181 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5182
5183         * message.el (message-mail): Just pass yank-action on to message-setup.
5184         (message-setup): Handle (FUN . ARGS) form of yank-action.
5185         (message-with-reply-buffer, message-widen-reply)
5186         (message-yank-original): Handle non-buffer values of
5187         message-reply-buffer (Bug#4080).
5188         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5189
5190 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5191
5192         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5193         Fix typo in docstring.
5194
5195 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5196
5197         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5198         response.
5199
5200 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5203
5204         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5205
5206         * message.el (message-check-news-header-syntax): Protect against a
5207         string that `rfc822-addresses' returns when parsing fails.
5208
5209 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5212         (gnus-previous-char-property-change): New functions.
5213
5214         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5215
5216 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5217
5218         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5219         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5220
5221 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5222
5223         * message.el (message-exchange-point-and-mark): Rework last change to
5224         avoid using optional arg of exchange-point-and-mark, for backward
5225         compatibility.
5226
5227 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5228
5229         * message.el (message-exchange-point-and-mark):
5230         Call exchange-point-and-mark with an argument rather than setting
5231         mark-active by hand (Bug#5175).
5232
5233 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * nntp.el (nntp-service-to-port): Work for service expressed with
5236         numeric string; replace [:digit:] with [0-9] for XEmacs.
5237
5238 2009-12-17  Glenn Morris  <rgm@gnu.org>
5239
5240         * gnus-group.el (gnus-bug-group-download-format-alist):
5241         Change emacs entry to debbugs.gnu.org.  Bump :version.
5242
5243 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5246
5247 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * message.el (message-info): Explain why we use `Info-goto-node'.
5250
5251 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5254
5255 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5256
5257         * message.el (message-completion-in-region): New compatibility function.
5258         (message-expand-group): Use it.
5259
5260 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5263         with no unread article should be listed if the 2nd arg `predicate' is
5264         given.
5265
5266 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5269
5270 2009-11-29  Juri Linkov  <juri@jurta.org>
5271
5272         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5273         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5274         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5275
5276 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5277
5278         * sha1.el (sha1-string-external): default-directory "/" in case
5279         otherwise non-existent.  process-connection-type pipe for touch of
5280         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5281
5282 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5283
5284         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5285         it's comms related and sgml-mode.el has "comm" on that basis too.
5286
5287 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5290         containing tspecial characters if they have been already quoted.
5291
5292 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5293
5294         * dns-mode.el (auto-mode-alist): Purecopy string.
5295
5296 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5297
5298         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5299
5300 2009-10-24  Glenn Morris  <rgm@gnu.org>
5301
5302         * gnus-art.el (help-xref-stack-item): Define for compiler.
5303
5304 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5305
5306         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5307
5308 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5311
5312 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5315         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5316
5317 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5320         (gnus-overlays-in): New alias to overlays-in.
5321
5322         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5323         gnus-overlay-get, and gnus-delete-overlay.
5324         (gnus-summary-show-thread): Make it work as well for systems in which
5325         next-single-char-property-change is not available.
5326         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5327
5328         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5329         (gnus-overlay-get): New alias to extent-property.
5330         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5331
5332         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5333         SXEmacs.
5334
5335         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5336         SXEmacs.
5337
5338 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5341
5342 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5343
5344         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5345         and XEmacs that don't have `remove-overlays'.
5346
5347 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5348
5349         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5350         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5351         selective display.  Use overlays instead.
5352
5353 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5354
5355         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5356
5357 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5358
5359         * spam-stat.el (spam-stat-load): Fix typo in message.
5360
5361 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5362
5363         * dig.el (dig-invoke): Fix typo in docstring.
5364         (query-dig): Reflow docstring.
5365
5366 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5367
5368         * gnus-art.el (gnus-article-encrypt-body):
5369         * message.el (message-check-recipients):
5370         * mm-util.el (mm-codepage-setup):
5371         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5372         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5373
5374 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5375
5376         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5377         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5378         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5379         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5380         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5381
5382 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5383
5384         * dig.el: Add "Keywords: comm", as per net-utils.el.
5385
5386 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5387
5388         * dig.el (dig-mode): Use define-derived-mode.
5389
5390 2009-09-19  Glenn Morris  <rgm@gnu.org>
5391
5392         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5393
5394 2009-09-18  Glenn Morris  <rgm@gnu.org>
5395
5396         * gnus-diary.el (gnus-diary-check-message):
5397         * message.el (message-insert-formatted-citation-line):
5398         * nnbabyl.el (top-level):
5399         * nndiary.el (nndiary-schedule):
5400         Fix typos in condition-case handlers.
5401
5402 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5405         configuration that provides the sole article window in a frame;
5406         position point correctly after deleting a part.
5407
5408 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5409
5410         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5411         (spam-resolve-registrations-routine): Use it to unregister articles
5412         that change status.
5413
5414 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5417         with XEmacs.
5418         (parse-time-string-chars): Use it.
5419
5420 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * imap.el (imap-interactive-login): Better messages.
5423         (imap-open): Fix bug with renamed buffer on reconnect.
5424         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5425         for easier debugging and cleaner code.  On successful (guessed based on
5426         server capabilities) secondary authentication, set imap-state
5427         correctly.
5428         (imap-last-authenticator): Define imap-last-authenticator as a variable
5429         to avoid warnings.
5430
5431 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * nnrss.el (nnrss-request-article): Remove binding of
5434         default-enable-multibyte-characters that has gotten needless by
5435         the 2007-07-13 change in rfc2047-encode-message-header.
5436
5437         * mml.el (mml-insert-multipart): Error on the message header.
5438         (mml-insert-part): Error on the message header; position point at
5439         the end of a MIME tag.
5440
5441 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * time-date.el (autoload): Expand define-obsolete-function-alias into
5444         defalias and make-obsolete for old Emacsen that Gnus supports.
5445         (with-no-warnings): Define it for old Emacsen.
5446         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5447         is available.
5448         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5449         float-time is available; suppress compile warning for time-to-seconds.
5450
5451         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5452         (gnus-float-time): Alias to float-time if it exists.
5453
5454         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5455         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5456         float-time is available; suppress compile warning for time-to-seconds.
5457
5458         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5459         XEmacs.
5460
5461 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * imap.el (imap-message-map): Docstring fix.
5464
5465 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5468         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5469         Add the optional argument `encoding' that overrides the default.
5470
5471         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5472         mm-encode-buffer.
5473
5474 2009-09-04  Glenn Morris  <rgm@gnu.org>
5475
5476         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5477         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5478         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5479         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5480         * mm-util.el (mm-with-unibyte-current-buffer)
5481         (mm-find-buffer-file-coding-system):
5482         * yenc.el (yenc-decode-region): Use default-value rather than
5483         default-enable-multibyte-characters.
5484
5485 2009-09-03  Glenn Morris  <rgm@gnu.org>
5486
5487         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5488         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5489         than default-enable-multibyte-characters.
5490
5491 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5492
5493         * gnus-art.el (gnus-article-read-summary-keys):
5494         Fix gnus-buffer-configuration's value temporarily used.
5495
5496 2009-09-02  Glenn Morris  <rgm@gnu.org>
5497
5498         * gnus-util.el (gnus-float-time): New function.
5499         * gnus-delay.el (gnus-delay-article):
5500         * gnus-sum.el (gnus-thread-latest-date):
5501         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5502         * nnspool.el (nnspool-request-newgroups):
5503         Use gnus-float-time rather than time-to-seconds.
5504         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5505
5506         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5507         (gnus-header-subject-face, gnus-header-newsgroups-face)
5508         (gnus-header-name-face, gnus-header-content-face):
5509         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5510         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5511         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5512         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5513         (gnus-cite-face-11):
5514         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5515         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5516         (gnus-server-closed-face, gnus-server-denied-face)
5517         (gnus-server-offline-face):
5518         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5519         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5520         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5521         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5522         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5523         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5524         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5525         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5526         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5527         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5528         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5529         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5530         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5531         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5532         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5533         (gnus-summary-high-undownloaded-face)
5534         (gnus-summary-low-undownloaded-face)
5535         (gnus-summary-normal-undownloaded-face)
5536         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5537         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5538         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5539         (gnus-splash-face):
5540         * message.el (message-header-to-face, message-header-cc-face)
5541         (message-header-subject-face, message-header-newsgroups-face)
5542         (message-header-other-face, message-header-name-face)
5543         (message-header-xheader-face, message-separator-face)
5544         (message-cited-text-face, message-mml-face):
5545         * sieve-mode.el (sieve-control-commands-face)
5546         (sieve-action-commands-face, sieve-test-commands-face)
5547         (sieve-tagged-arguments-face):
5548         * spam.el (spam-face):
5549         Mark face aliases with "-face" in the name as obsolete.
5550
5551 2009-09-01  Glenn Morris  <rgm@gnu.org>
5552
5553         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5554         than goto-line.
5555
5556 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5559         Don't move point if the command is invoked inside the message header.
5560
5561 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         * imap.el (imap-send-command): Simplify.
5564         (imap-wait-for-tag): point-max -> buffer-size.
5565
5566 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5567
5568         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5569         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5570         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5571         * nnir.el (nnir-swish-e-index-file):
5572         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5573         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5574         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5575         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5576         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5577         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5578
5579 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5582         Don't save excursion.
5583
5584 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5585
5586         * nnheader.el (nnheader-find-file-noselect):
5587         * mm-util.el (mm-insert-file-contents):
5588         Use (default-value 'major-mode) instead of default-major-mode.
5589
5590 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5591
5592         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5593
5594 2009-08-26  Glenn Morris  <rgm@gnu.org>
5595
5596         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5597         than placing in files.el.
5598
5599 2009-08-25  Glenn Morris  <rgm@gnu.org>
5600
5601         * nnir.el (top-level): Don't require cl at run-time.
5602         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5603         Replace cl-function substitute with gnus-replace-in-string.
5604         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5605         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5606         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5607         simplified expansions.
5608
5609 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5610
5611         * dig.el (dig): Add autoload cookie.
5612
5613 2009-08-22  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5616         goto-line.
5617
5618 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5619
5620         * parse-time.el (parse-time-string-chars): Save match data.
5621
5622 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5623
5624         * parse-time.el (parse-time-string-chars): Compute using character
5625         classes, to handle non-ascii characters (Bug#3190).
5626
5627 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5630
5631         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5632         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5633         (gnus-mm-display-part, gnus-mime-display-single)
5634         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5635         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5636
5637         * gnus-sum.el
5638         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5639         (gnus-summary-move-article): Add expirable mark to articles copied or
5640         moved to group that has auto-expire turned on if the option is non-nil.
5641
5642 2009-07-24  Glenn Morris  <rgm@gnu.org>
5643
5644         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5645         Fix typo.  (Bug#3903)
5646
5647 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5650         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5651         that should not be used for draft articles.
5652         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5653         that has no concern in minor mode keys.
5654         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5655         Abolish.
5656
5657 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5660         article without making inquiry to a user for unknown encoding.
5661
5662         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5663         (nnmaildir--scan): Assume i-node and device number that file-attributes
5664         returns might be cons-cell.
5665
5666         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5667
5668         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5669
5670 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * auth-source.el: Remove docs now in auth.texi.  Don't use
5673         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5674         `auth-source-hide-passwords' and use them.
5675
5676 2009-07-15  Glenn Morris  <rgm@gnu.org>
5677
5678         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5679
5680 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5683         excessive whitespace from the default values of title and description.
5684
5685 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5688         mail-fetch-field to fetch Content-Description header in order to
5689         exclude newlines.
5690
5691 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5692
5693         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5694         format used by GnuPG 2.0.11.
5695
5696 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5699         to deleted part.
5700
5701 2009-05-30  David Engster  <dengste@eml.cc>
5702
5703         * nnmairix.el: Remove old documentation in the commentary block.
5704         (nnmairix-request-group): Do not update active file for nnml back ends.
5705         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5706         end so that overview files are ignored.
5707         (nnmairix-update-groups): Make updating the groups more robust by using
5708         marks.
5709         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5710         with dollar characters in message-id.
5711
5712 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5715         2008-12-25 in dns.el.
5716
5717 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5718
5719         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5720         could happen if the text is only composed of spaces and/or tabs.
5721
5722 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5723
5724         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5725         when sending a queued message to avoid extra mml tags.
5726
5727 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5730
5731 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5734         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5735         rmail-toggle-header for XEmacs;
5736         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5737
5738 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-dired.el: Remove autoload for gnus-setup-message.
5741         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5742         displaying Gnus logo; always use compose-mail.
5743
5744 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5747
5748 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5751         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5752         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5753         available.
5754         (gnus-nocem-epg-verify): New function.
5755
5756 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5759
5760 2009-02-15  Glenn Morris  <rgm@gnu.org>
5761
5762         * gnus-util.el (rmail-insert-rmail-file-header)
5763         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5764         autoloads.
5765         (rmail-default-rmail-file): Remove unnecessary declaration.
5766         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5767
5768 2009-02-14  Glenn Morris  <rgm@gnu.org>
5769
5770         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5771         variable (only used in gnus-util, which declares it anyway).
5772         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5773         which was only needed by gnus-art (changed to not use it any more).
5774         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5775         only used in gnus-util, which autoloads it itself.
5776         (rmail-update-summary): Fix autoload.
5777
5778         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5779         rather than rmail-output-to-rmail-file.
5780
5781 2009-02-07  Glenn Morris  <rgm@gnu.org>
5782
5783         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5784         autoload of function that no longer exists.
5785         (rmail-toggle-header): Declare.
5786         (message-forward-rmail-make-body): Handle mbox Rmail.
5787
5788 2009-01-31  Glenn Morris  <rgm@gnu.org>
5789
5790         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5791         2009-01-09 change.
5792
5793 2009-01-31  Dave Love  <fx@gnu.org>
5794
5795         * imap.el (imap-fetch-safe): Bind debug-on-error.
5796         (imap-debug): Add imap-fetch-safe.
5797
5798 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5799
5800         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5801         (auth-source-forget-all-cached): New convenience function.
5802         (auth-source-user-or-password): Accept list of modes or a single mode.
5803
5804         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5805         auth-source modes.
5806
5807         * netrc.el (netrc-machine-user-or-password): Use list of
5808         auth-source modes.
5809
5810         * nnimap.el (nnimap-open-connection): Use list of
5811         auth-source modes.
5812
5813         * nntp.el (nntp-send-authinfo): Use list of
5814         auth-source modes.
5815
5816 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5819         now.
5820
5821 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5824         coding system in XEmacs; add a workaround for XEmacs.
5825
5826         * lpath.el: Fbind coding-system-aliasee.
5827
5828 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5831         of current-language-environment.
5832
5833 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5836         available at runtime.
5837
5838 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5841
5842 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5843
5844         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5845         the greatest positive fixnum value doesn't work under an XEmacs with
5846         bignum support; use the most-positive-fixnum constant instead,
5847         available since Emacs 21.1 with cl and XEmacs 21.1.
5848
5849 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5852         XEmacs gets not to work.
5853
5854 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * mm-util.el (mm-coding-system-priorities): Allow the value like
5857         "Japanese (UTF-8)" of current-language-environment.
5858
5859 2009-01-09  Glenn Morris  <rgm@gnu.org>
5860
5861         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5862         with last-command-event.
5863
5864 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5867         in the doc string.
5868
5869         * message.el (message-fix-before-sending): Amend comment.
5870
5871 2009-01-08  Dave Love  <fx@gnu.org>
5872
5873         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5874
5875 2009-01-07  David Engster  <dengste@eml.cc>
5876
5877         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5878         simplified server definitions by converting it via
5879         gnus-server-to-method.
5880
5881 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5884         parameter's operands.
5885
5886 2009-01-06  David Engster  <dengste@eml.cc>
5887
5888         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5889         primary select method (for gnus-group-mark-article-as-read).
5890
5891 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5892
5893         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5894         `(gnus)Face', not `(gnus)X-Face'.
5895
5896 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * mm-util.el (mm-ucs-to-char): New function.
5899
5900         * mm-url.el (mm-url-decode-entities): Use it.
5901
5902         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5903         unicode-to-char.
5904
5905 2009-01-05  Dave Love  <fx@gnu.org>
5906
5907         * time-date.el: Require cl for `declare'.
5908
5909 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5912         Dave Love.
5913
5914 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * message.el (message-fix-before-sending): Add `eight-bit' to
5917         illegible-text check.
5918
5919 2009-01-03  Michael Olson  <mwolson@gnu.org>
5920
5921         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5922         `headers' is nil.  This can occur if the IMAP server does not have
5923         permissions to read messages from a folder, but can write new messages
5924         to the folder.
5925         (nnimap-request-article-part): Do not insert `data' if it is nil.
5926
5927         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5928         characters which will confuse `read', so skip past them.
5929
5930 2009-01-01  Dave Love  <fx@gnu.org>
5931
5932         * imap.el (imap-string-to-integer): Fix typo.
5933         (imap-fetch-safe): New function.
5934         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5935
5936         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5937
5938         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5939         (imap-parse-greeting): Fix doc strings.
5940         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5941         (imap-parse-flag-list): Make messages unique.
5942         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5943
5944         * nnimap.el: Fix author email.
5945         (nnimap-split-rule): Add FIXME comment.
5946         (nnimap-debug): Fix doc string.
5947
5948 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5951
5952 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5955         nslookup if resolv.conf isn't available.
5956         (dns-query): Rename from query-dns.
5957         (dns-query-cached): Rename from query-dns-cached.
5958
5959 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5962         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5963         to check if those variables exist (first appeared in Emacs 18.50).
5964
5965 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * mm-util.el (mm-line-number-at-pos): New function.
5968
5969         * spam-report.el (spam-report-process-queue): Use it.
5970
5971 2008-12-24  David Engster  <dengste@eml.cc>
5972
5973         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5974         parameters that haven't existed as variables as buffer-local variables.
5975
5976 2008-12-23  Dave Love  <fx@gnu.org>
5977
5978         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5979         cadar.
5980
5981         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5982         imap-starttls-p.
5983         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5984
5985 2008-12-22  Dave Love  <fx@gnu.org>
5986
5987         * imap.el: Fix author email.  Doc fixes.
5988         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5989         reply.
5990
5991 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5992
5993         * spam-report.el (spam-report-gmane-max-requests): New constant.
5994         (spam-report-gmane-wait): New variable.
5995         (spam-report-gmane-ham, spam-report-gmane-spam)
5996         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5997         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5998         the server.
5999
6000         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6001         Add explanations.
6002
6003         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6004         nnheader-accept-process-output and nnheader-read-timeout if available.
6005         (pop3-movemail): Use it.
6006
6007         * message.el (message-check-news-body-syntax): Fix signature check if
6008         there's an attachment.
6009
6010 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * mm-util.el: Add comments to the mm- emulating functions.
6013
6014 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6017         Reported by Stephen Berman <stephen.berman@gmx.net>.
6018
6019 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * mm-util.el (mm-substring-no-properties): New function.
6022         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6023         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6024         (mm-string-to-multibyte): Doc fix.
6025
6026         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6027
6028 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * mml.el (mml-attach-file): Strip text properties from file name.
6031         (Bug#1574)
6032
6033 2008-12-16  Glenn Morris  <rgm@gnu.org>
6034
6035         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6036
6037 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6040         knows since the charset specified might be a bogus alias that
6041         mm-charset-synonym-alist provides.
6042
6043 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6046         "ISO_8859-1".
6047
6048         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6049
6050 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * mm-util.el (mm-charset-eval-alist):
6053         Define it before mm-charset-to-coding-system.
6054         (mm-charset-to-coding-system): Add optional argument `silent';
6055         define it before mm-charset-override-alist.
6056         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6057         default value if it can be used in Emacs currently running;
6058         silence mm-charset-to-coding-system.
6059
6060 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6063         `allow-override' which says whether to use `mm-charset-override-alist'.
6064         (rfc2047-decode-encoded-words): Use it.
6065
6066         * mm-util.el (mm-charset-override-alist): Fix custom type;
6067         add `(gb2312 . gbk)' to choices.
6068
6069 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6072         fast.
6073
6074         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6075
6076         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6077
6078 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6079
6080         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6081         on links.
6082
6083         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6084
6085 2008-12-03  Lute Kamstra  <lute@gnu.org>
6086
6087         * sha1.el: Remove leading * from docstrings of defcustoms,
6088         deffaces, defconsts and defuns.
6089
6090 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6093         users' addresses that don't have domain parts.
6094         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6095         rather than message-narrow-to-head since there will be the message
6096         header separator.
6097
6098 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6099
6100         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6101         since the result is inserted in a unibyte buffer anyway.
6102         (nnimap-demule-use-string-to-multibyte): Remove.
6103         (nnimap-demule): Alias it to mm-string-to-multibyte.
6104
6105 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6108         variable for debugging bug#464 and bug#1174.
6109         (nnimap-demule): Use it.
6110
6111 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6114         score calculation correctly.
6115
6116 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6117
6118         * message.el (message-send-mail): Just set the buffer to unibyte
6119         rather than use mm-with-unibyte-current-buffer which does a lot more.
6120         (message-send-mail-partially): Don't bother with
6121         mm-with-unibyte-current-buffer since it's already been made unibyte by
6122         message-send-mail.
6123
6124 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6127
6128 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6131
6132 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6135         require itself and to remove `with-no-warnings'.
6136
6137 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * starttls.el (starttls-any-program-available): Get the name of the
6140         available TLS layer program.
6141         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6142         well as the host name in the "opening" message.
6143
6144         * auth-source.el (auth-source-cache, auth-source-do-cache)
6145         (auth-source-user-or-password): Cache passwords and logins by default,
6146         allow override with `auth-source-do-cache'.
6147         (auth-source-forget-user-or-password): Allow users to remove cache
6148         entries if needed.
6149
6150 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6151
6152         * md4.el (md4-buffer): Fix typo in docstring.
6153         (md4, md4-64): Doc fixes.
6154         (md4-pack-int32): Reflow docstring.
6155
6156 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6159         condition-case to only the forward-sexp call.
6160
6161 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6164         quotes contained.  Make it more robust regardless by an extra
6165         condition-case wrapper.
6166
6167 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6170
6171 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * nnml.el (nnml-request-expire-articles): Check if the function set to
6174         `nnmail-expiry-target' returns the symbol `delete'.
6175
6176         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6177
6178         * nnmail.el (nnmail-expiry-target): Fix custom type.
6179
6180 2008-10-02  Glenn Morris  <rgm@gnu.org>
6181
6182         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6183         Silence compiler warning.
6184
6185 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6186
6187         * tls.el (open-tls-stream): Show the actual command being
6188         executed, instead of the format string.
6189
6190 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * lpath.el: Fbind codepage-setup for Emacs 23.
6193
6194 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6195
6196         * mml.el (mml-menu): Don't assume mml2015 is bound.
6197
6198 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6201         exists.
6202
6203 2008-09-27  Glenn Morris  <rgm@gnu.org>
6204
6205         * gnus-util.el (mail-header-remove-comments): Autoload it.
6206
6207 2008-09-27  Andreas Schwab  <schwab@suse.de>
6208
6209         * gnus-util.el (gnus-split-references): Strip comments.
6210         (gnus-parent-id): Likewise.
6211
6212 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * message.el (message-confirm-send): Fix version.
6215
6216 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * message.el (message-idna-to-ascii-rhs-1): Use
6219         mail-extract-address-components rather than mail-header-parse-addresses
6220         that is an alias by default to ietf-drums-parse-addresses that does not
6221         support non-ASCII names in headers' contents.
6222
6223 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6224
6225         * message.el (message-confirm-send): Fix variable documentation to
6226         avoid the "y/n" wording.
6227
6228 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6229
6230         * message.el (message-set-auto-save-file-name): Save to a different
6231         filename so multiple messages (especially drafts) can be recovered.
6232
6233 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * message.el (message-confirm-send): Add appropriate version.
6236
6237 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6240         defvar.
6241
6242 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6245         (mm-pkcs7-enveloped-magic): Ditto.
6246
6247 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6248
6249         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6250         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6251
6252 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6255         default, it's better.
6256
6257 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6260         summary line gnus-number property and ignore them (with a warning
6261         message).
6262
6263 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6266         macro caddr in the interactive form since it won't be expanded.
6267
6268 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6271         `charset'; fix name of function called recursively.
6272         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6273
6274 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6277         (gnus-mime-set-charset-parameters): New function.
6278         (gnus-mime-view-part-as-charset): Use it to correctly display part
6279         specifying wrong charset.
6280
6281 2008-09-08  David Engster  <dengste@eml.cc>
6282
6283         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6284         in completing-read for back end server.
6285
6286 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * message.el (message-confirm-send): New variable to confirm sending a
6289         message.
6290         (message-send): Use it.
6291
6292 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6295
6296 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6299
6300 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6303         prevent tracking too many groups.
6304         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6305         Use it.
6306
6307 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6308
6309         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6310         moving point to the bottom of the window in order to avoid recentering.
6311
6312 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6315
6316         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6317         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6318         (gnus-article-beginning-of-window): Fix calculation.
6319
6320 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-msg.el (gnus-summary-supersede-article)
6323         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6324         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6325         message header.
6326
6327 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6328
6329         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6330         pending output coming after the status change.
6331
6332 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6333
6334         * message.el:
6335         * gnus-start.el:
6336         * gnus-registry.el: Remove VMS support.
6337
6338 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6341         macro.
6342         (rfc2104-hash): Use it.
6343
6344 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6347         (gnus-summary-sort-by-most-recent-date): New commands.
6348         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6349         and menu entries.
6350
6351 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6354         don't redisplay article for raw contents; remove plural articles stuff.
6355
6356         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6357         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6358         on gnus-summary-save-article; display results properly.
6359
6360 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * lpath.el: No need to fbind ns-focus-frame.
6363
6364 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6367
6368 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-art.el (gnus-summary-save-in-pipe):
6371         Consider gnus-save-all-headers.
6372
6373 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6374
6375         * gnus-util.el (ns-focus-frame): Remove declaration.
6376         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6377         like x.
6378
6379 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6380
6381         * rfc2104.el (rfc2104-zero): Delete defconst.
6382         (rfc2104-hex-alist): Likewise.
6383         (rfc2104-hex-to-int): Delete func.
6384         (rfc2104-hexstring-to-bitstring): Likewise.
6385         (rfc2104-nybbles): New defconst.
6386         (rfc2104-hash): Rewrite for speed.
6387
6388 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * tls.el (open-tls-stream): Make it work with the 2nd argument
6391         BUFFER that is a string but does not exist as a buffer object, as
6392         mentioned in the doc-string.
6393
6394 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6397         SXEmacs.
6398
6399 2008-07-16  Glenn Morris  <rgm@gnu.org>
6400
6401         * gnus-util.el (ns-focus-frame): Declare for compiler.
6402
6403 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6406         set as a group parameter.
6407         (gnus-summary-save-in-pipe): Work when it is called independently.
6408         (gnus-summary-pipe-to-muttprint): Don't modify
6409         gnus-summary-pipe-output-default-command.
6410
6411 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6412
6413         * message.el (message-send-mail-with-sendmail):
6414         Display the error message.
6415
6416 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-art.el (gnus-default-article-saver):
6419         Add gnus-summary-save-in-pipe to choices.
6420         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6421         gnus-summary-pipe-output-default-command as the default command.
6422         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6423         instead of gnus-last-shell-command.
6424
6425         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6426         New user option.
6427         (gnus-summary-muttprint-program): Mention the value will be changed.
6428         (gnus-summary-save-article): Force showing of all headers.
6429         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6430
6431 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6432
6433         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6434
6435 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6436
6437         * nnimap.el (nnimap-id):
6438         * sieve-manage.el (sieve-manage-open): Doc fixes.
6439
6440 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6441
6442         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6443         if available.
6444
6445 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6446
6447         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6448
6449         * nnkiboze.el (nnkiboze-generate-group):
6450         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6451
6452         * nnmairix.el: Require CL.
6453
6454 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * dgnushack.el: Autoload get-display-table and put-display-table for
6457         XEmacs 21.5.
6458
6459         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6460         21.4 and SXEmacs.
6461
6462 2008-06-15  David Engster  <dengste@eml.cc>
6463
6464         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6465
6466 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6467
6468         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6469         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6470         runtime choice under XEmacs.
6471
6472         * gnus-sum.el (gnus-summary-set-display-table):
6473         Use `gnus-put-display-table', `gnus-get-display-table',
6474         `gnus-set-display-table' for the display table, instead of `aset'.
6475
6476         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6477         Use `gnus-put-display-table', `gnus-get-display-table',
6478         `gnus-set-display-table' for the display table.
6479
6480 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * nnmairix.el: Add autoloads.
6483
6484 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6485
6486         * nnmairix.el (nnmairix-delete-recreate-group)
6487         (nnmairix-update-and-clear-marks): Fix error messages.
6488
6489 2008-06-14  David Engster  <dengste@eml.cc>
6490
6491         * nnmairix.el: Upgrade to version 0.6.
6492         (nnmairix-group-toggle-propmarks-this-group)
6493         (nnmairix-group-toggle-readmarks-this-group)
6494         (nnmairix-group-delete-recreate-this-group)
6495         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6496         (nnmairix-remove-tick-mark-original-article): New commands.
6497         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6498         (nnmairix-propagate-marks-to-nnmairix-groups)
6499         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6500         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6501         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6502         functions needed for marks propagation and manipulation of read marks.
6503         (nnmairix-update-groups): New function.
6504         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6505         (nnmairix-determine-original-group-from-registry)
6506         (nnmairix-determine-original-group-from-path)
6507         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6508         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6509         New helper functions.
6510         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6511         keystrokes for new commands.
6512         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6513         (nnmairix-request-group): Check allow-fast group parameter.
6514         (nnmairix-request-create-group): Set allow-fast group parameter if
6515         nnmairix-allowfast-default is set.
6516         (nnmairix-close-group): Propagate marks upon closing if needed.
6517         (nnmairix-group-toggle-threads-this-group): Use new.
6518         nnmairix-group-toggle-parameter helper function.
6519         (nnmairix-search): Better check for empty search result.
6520         (nnmairix-goto-original-article): Use new helper functions for
6521         determining original article.
6522         (nnmairix-show-original-article): Make sure message-id is in brackets.
6523         (nnmairix-call-mairix-binary): Change variable name.
6524         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6525         helper function.
6526         (nnmairix-widget-toggle-activate): Fix doc string.
6527
6528 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * nnir.el: Require edmacro when compiling with XEmacs.
6531         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6532         available in Emacs 21.
6533
6534 2008-06-11  Glenn Morris  <rgm@gnu.org>
6535
6536         * gnus-util.el (x-focus-frame):
6537         * gnus.el (image-size):
6538         * mm-decode.el (image-size): Declare.
6539
6540         * gnus-picon.el (declare-function): Add compat definition.
6541         (image-size): Declare.
6542
6543         * gnus-group.el (tool-bar-map):
6544         * gnus-sum.el (tool-bar-map): Define for compiler.
6545
6546         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6547
6548         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6549
6550         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6551         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6552         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6553         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6554         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6555         * sieve-manage.el, spam-report.el, spam.el:
6556         Remove unnecessary eval-and-compile of autoloads.
6557
6558 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6559
6560         * auth-source.el: Precise Tramp doc.
6561
6562 2008-06-07  Glenn Morris  <rgm@gnu.org>
6563
6564         * nnmairix.el: Remove unnecessary eval-when-compile.
6565
6566 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * lpath.el: Fbind propertize for XEmacs 21.4.
6569
6570 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * nnir.el: Move here from ../contrib.
6573
6574 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6575
6576         * gnus-util.el (gnus-read-shell-command): New function.
6577         * mm-decode.el (mm-pipe-part):
6578         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6579
6580 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6583
6584 2008-06-03  Glenn Morris  <rgm@gnu.org>
6585
6586         * pop3.el (nnheader-accept-process-output): Autoload it.
6587
6588 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6591         are not 2-digit hexadecimal characters that follow `%'s.
6592
6593 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * message.el (message-bogus-recipient-p): Fix type in doc string.
6596         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6597         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6598         Improve custom options.
6599         (message-bogus-recipient-p): Adjust accordingly.
6600
6601 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6602
6603         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6604         long-form month and day names.
6605
6606 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * dgnushack.el: Autoload debug, eudc-expand-inline and
6609         pgg-snarf-keys-region for XEmacs.
6610
6611         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6612
6613         * nnmairix.el: Require edmacro when compiling with XEmacs.
6614
6615 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6618         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6619
6620 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6621
6622         * auth-source.el: Add more docs.
6623
6624         * netrc.el (netrc-machine): Always match if the port is not given.
6625
6626 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6629         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6630         retrieval faster in some cases, but might make CPU usage larger.
6631         If this has any bad side effects, we might revert this change.
6632
6633         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6634         seems to make mail retrieval much, much faster.
6635         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6636         unconditionally.
6637
6638         * gnus-draft.el (gnus-group-send-queue):
6639         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6640
6641 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6644
6645         * message.el (message-bogus-address-regexp): Fix and improve custom
6646         type.
6647         (message-setup-hook): Add message-check-recipients as custom option.
6648
6649 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * message.el (message-cite-function): Remove bogus autoload which crept
6652         in during merge from v5-10.
6653
6654 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6657
6658         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6659
6660         * auth-source.el: Preliminary Tramp docs.
6661         (auth-sources): Change the default auth-sources to use
6662         EPA .gpg files.
6663
6664 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * nntp.el: Autoload `auth-source-user-or-password'.
6667         (nntp-send-authinfo): Use it.
6668
6669         * nnimap.el: Autoload `auth-source-user-or-password'.
6670         (nnimap-open-connection): Use it.
6671
6672         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6673         for the gnus-message function.
6674         (auth-source-user-or-password): Use it.
6675
6676 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6679         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6680         (rfc2104-hash): Use it.
6681
6682 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6683
6684         * gnus-art.el (gnus-article-toggle-truncate-lines):
6685         Don't use `iff' in docstring.
6686
6687 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6688
6689         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6690
6691         * gnus-util.el (gnus-extract-address-component-name)
6692         (gnus-extract-address-component-email): Convenience functions around
6693         `gnus-extract-address-components'.
6694
6695         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6696         Use `gnus-extract-address-component-email' to fix bug of comparing full
6697         sender name to `user-mail-address'.
6698
6699 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6702         catch/throw to optimize.
6703         (gnus-registry-find-keywords): Just use member to find a keyword.
6704
6705 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6708         is current before calling gnus-server-prepare.
6709         (gnus-server-setup-buffer, gnus-server-update-server)
6710         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6711
6712 2008-05-04  Juri Linkov  <juri@jurta.org>
6713
6714         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6715         (mailcap-file-default-commands): Use mailcap-replace-in-string
6716         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6717         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6718
6719 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6720
6721         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6722
6723 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6724
6725         * gnus.el: Bump version to 0.11.
6726
6727 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6728
6729         * gnus.el: No Gnus v0.10 is released.
6730
6731 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6734         hooks.
6735         (gnus-update-read-articles): Speed up non-marks-using users.
6736         (gnus-use-marks): Define gnus-use-marks.
6737         (gnus-propagate-marks): Rename variable to something more sensible.
6738
6739 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6740
6741         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6742         (gmm-image-load-path-for-library): Fix typos in docstrings.
6743         (gmm-message): Reflow docstring.
6744
6745 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * mail-source.el (mail-source-set-1, mail-source-bind):
6748         Move auth-source code out of the macro to clean it up and fix bugs.
6749
6750 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6751
6752         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6753         by sender if it's equal to user-mail-address, it's likely to be
6754         useless.
6755
6756         * mail-source.el (mail-source-bind): Don't use user or password if they
6757         are not bound.  Unintern them if they are nil.  Don't use server unless
6758         it's bound, and default it to empty string otherwise.
6759
6760 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * mail-source.el: Load auth-source.el.
6763         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6764         get user name or password, if auth-sources is set up.
6765
6766         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6767         strategy of splitting with parent.
6768         (gnus-registry-split-fancy-with-parent)
6769         (gnus-registry-post-process-groups): Use it and fix prior
6770         bug (returning a list as the split result).
6771
6772         * auth-source.el (auth-sources): Remove server parameter.
6773         (auth-source-pick, auth-source-user-or-password)
6774         (auth-source-user-or-password-imap)
6775         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6776         (auth-source-user-or-password-sftp)
6777         (auth-source-user-or-password-smtp): Remove server parameter.
6778
6779 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6780
6781         * smime.el (smime-sign-region, smime-encrypt-region)
6782         (smime-decrypt-region):
6783         Remove redundant calls to `generate-new-buffer-name'.
6784
6785 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6786
6787         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6788         Don't use QP for message/rfc822.
6789         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6790
6791 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6792
6793         * sieve-manage.el (sieve-string-bytes): Remove.
6794         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6795         correct byte-length only if the process's coding-system is the same as
6796         the one used internally by Emacs to represent strings.
6797
6798 2008-04-22  Juri Linkov  <juri@jurta.org>
6799
6800         * mailcap.el (mailcap-file-default-commands): New function.
6801
6802 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * message.el (message-signature-separator, message-cite-function):
6805         Change custom version.
6806
6807 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6808
6809         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6810         commands.
6811         (tls-checktrust): Ditto.
6812
6813 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * mm-decode.el (mm-display-external): Make temp file read-only.
6816
6817 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6820         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6821         `C-c C-f d'.
6822
6823 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6824
6825         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6826
6827 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus.el: Bump version to 0.9.
6830
6831 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * gnus.el: No Gnus v0.8 is released.
6834
6835 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6836
6837         * mail-source.el (mail-source-value):
6838         Prefer fboundp to functionp so it works with macros as well.
6839
6840 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6841
6842         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6843         Fix last change in case the element is not even a symbol.
6844
6845 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6846
6847         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6848         Prefer fboundp to functionp so it works with macros as well.
6849
6850 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * auth-source.el: Add docs.
6853         (auth-sources): Modify format to support server.
6854         (auth-source-pick, auth-source-user-or-password)
6855         (auth-source-user-or-password-imap)
6856         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6857         (auth-source-user-or-password-sftp)
6858         (auth-source-user-or-password-smtp): Add server parameter.
6859
6860 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * gnus-registry.el: Initialize the registry when gnus-registry-install
6863         is t.
6864
6865 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * compface.el (uncompface): Make buffer unibyte.
6868
6869 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * mail-source.el (mail-source-value):
6872         Prefer fboundp to functionp so it works with macros as well.
6873
6874 2008-04-05  Glenn Morris  <rgm@gnu.org>
6875
6876         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6877
6878 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6879
6880         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6881         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6882
6883         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6884         multibyteness after rather than before erasing it.
6885
6886         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6887         mm-with-multibyte.
6888         (gnus-request-article-this-buffer): Make sure the proper decoding is
6889         used if gnus-original-article-buffer happens to be unibyte.
6890
6891         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6892         default-enable-multibyte-characters.
6893
6894         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6895         default-enable-multibyte-characters.
6896
6897         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6898
6899         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6900
6901 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6902
6903         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6904         Fix last change in case the element is not even a symbol.
6905
6906 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6907
6908         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6909         (imap-message-copyuid-1): Use it.
6910         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6911         J. Williams in
6912         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6913
6914         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6915         imap-enable-exchange-bug-workaround.
6916         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6917
6918 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6919
6920         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6921         a 100 byte status-checks into a 2-3MB transfer for each group.
6922         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6923         to enable bug workaround or not.
6924         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6925
6926 2008-03-31  Glenn Morris  <rgm@gnu.org>
6927
6928         * message.el (mml2015-use): Declare for compiler.
6929         (message-info): Require mml2015 when appropriate.
6930
6931 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6934         whitespace.
6935
6936 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6937
6938         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6939         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6940         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6941         (nntp-service-to-port): New function.
6942         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6943         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6944         (nntp-open-netcat-stream): New function.
6945         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6946
6947 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6948
6949         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6950
6951 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6952
6953         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6954
6955 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6956
6957         * dns.el (dns-write): Use set-buffer-multibyte.
6958
6959 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6960
6961         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6962
6963 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * message.el (message-signature-separator): Change default.
6966         Improve custom type.
6967         (message-cite-function): Change default to
6968         message-cite-original-without-signature.
6969
6970         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6971         toggle.
6972
6973         * message.el (message-check-news-body-syntax): Fix signature check.
6974         (message-setup-1): Mark buffer as unmodified _after_ running
6975         message-setup-hook and handling message-alternative-emails.
6976         (message-shorten-references): Be more strict when building list of
6977         valid references to comply with GNKSA.
6978
6979         * gnus-group.el (gnus-read-ephemeral-bug-group)
6980         (gnus-read-ephemeral-debian-bug-group)
6981         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6982
6983         * message.el (message-info): Don't use booleanp which isn't supported
6984         in Emacs 21 and XEmacs.
6985
6986 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6989         gnus-group-gmane-group-download-format.
6990         (gnus-group-read-ephemeral-gmane-group): Rename from
6991         gnus-group-read-ephemeral-gmane-group.
6992         (gnus-read-ephemeral-gmane-group-url): Rename from
6993         gnus-group-read-ephemeral-gmane-group-url.
6994         (gnus-bug-group-download-format-alist): New variable.
6995         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6996         (gnus-read-ephemeral-emacs-bug-group): New commands.
6997
6998 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7001         (gnus-visible-headers): Improve custom type.
7002
7003 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * mml.el (mml-menu): Add workarounds for XEmacs.
7006
7007         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7008         X-Boundary header.
7009
7010         * message.el (message-simplify-recipients): Fix previous commit.
7011
7012 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * mm-util.el (mm-set-buffer-multibyte): New function.
7015         * mm-decode.el (mm-copy-to-buffer): Use it.
7016
7017         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7018         Prefer fboundp to functionp so it works with macros as well.
7019
7020 2008-03-19  Glenn Morris  <rgm@gnu.org>
7021
7022         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7023         Accidentally removed in the sync process with Emacs.
7024
7025 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * message.el (message-alter-recipients-discard-bogus-full-name):
7028         New function.
7029         (message-alter-recipients-function): New variable.
7030         (message-get-reply-headers): Use it.
7031         (message-replace-header): New helper function.
7032         (message-recipients-without-full-name): New variable.
7033         (message-simplify-recipients): New command.
7034
7035         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7036
7037         * message.el (message-info): Handle EasyPG manual.
7038
7039         * mml.el (mml-menu): Add entry for EasyPG.
7040
7041 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7042
7043         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7044         parameter.
7045
7046         * message.el (message-disassociate-draft): Specify drafts group name
7047         fully.
7048
7049 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7052         Eliminate unnecessary duplicates from the match list.
7053
7054 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7057
7058         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7059
7060         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7061         args of `how-many' of which the XEmacs version doesn't take; declare
7062         Info-index-next as function.
7063
7064 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * gnus-score.el (gnus-score-headers): Fix handling of
7067         gnus-inhibit-slow-scoring.
7068
7069         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7070         string.
7071         (gnus-button-url-regexp): Improve handling of parenthesis.
7072         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7073         (gnus-button-handle-info-keystrokes): Handle index entries.
7074
7075 2008-03-15  Glenn Morris  <rgm@gnu.org>
7076
7077         * parse-time.el (parse-time-string): Simplify.
7078
7079 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7082         Incoming* files.
7083
7084 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7085
7086         * auth-source.el (auth-sources): Rename from auth-source-choices.
7087         (auth-source-pick): Use it.
7088
7089 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7090
7091         * binhex.el (binhex-decode-region-internal):
7092         * uudecode.el (uudecode-decode-region-internal):
7093         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7094         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7095         setting default-enable-multibyte-characters.
7096
7097 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7098
7099         * auth-source.el (auth-source-protocols)
7100         (auth-source-protocols-customize, auth-source-choices): Add and
7101         modified variable customizations and defaults.
7102         (auth-source-pick, auth-source-user-or-password)
7103         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7104         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7105         (auth-source-user-or-password-sftp)
7106         (auth-source-user-or-password-smtp): Use new variables and provide an
7107         interface to netrc.el.
7108
7109 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7112         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7113         Make sure the nntp port to specify is a string.
7114
7115 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7116
7117         * nntp.el: Use with-current-buffer.
7118         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7119         dubious mm-with-unibyte-current-buffer.
7120         (nntp-with-open-group-function): New function extracted from
7121         nntp-with-open-group macro.
7122         (nntp-with-open-group): Use the function, so it's easier to debug.
7123         Add indentation and debugging info.
7124         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7125         Recommend the use of the netcat alternatives.
7126
7127         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7128         Avoid mm-string-as-multibyte as well.
7129
7130         * nnweb.el (nnweb-insert-html):
7131         Remove use of nnheader-string-as-multibyte.
7132
7133         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7134         (nnheader-string-as-multibyte): Remove.
7135
7136         * mm-view.el: Use inhibit-read-only.
7137         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7138         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7139         or unibyte-string.
7140
7141         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7142         (mm-uu-yenc-extract): Use with-current-buffer.
7143
7144         * gnus-soup.el (gnus-soup-send-packet): Don't use
7145         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7146
7147         * nnmh.el: Use with-current-buffer.
7148         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7149         mm-string-as-multibyte on the output of mm-encode-coding-string.
7150
7151         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7152         (nnimap-request-move-article): Use with-current-buffer.
7153
7154         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7155         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7156         conversion uses string-make-unibyte rather than string-as-unibyte.
7157
7158         * gnus-msg.el: Use with-current-buffer.
7159
7160         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7161
7162 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7163
7164         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7165         string for caching if it is 'PIN.
7166
7167 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * lpath.el: Consider the case without Emacs/W3.
7170
7171 2008-03-08  Glenn Morris  <rgm@gnu.org>
7172
7173         * time-date.el (date-to-time, time-subtract, time-add)
7174         (safe-date-to-time): Doc fixes.
7175
7176 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * mail-source.el (mail-source-delete-old-incoming-confirm):
7179         Change default to nil.
7180         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7181
7182 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * lpath.el: Rearrange.
7185
7186         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7187         (gnus-article-goto-prev-page): Work for articles having ^L's.
7188
7189         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7190
7191         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7192
7193 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7194
7195         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7196         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7197         (gnus-bookmark-jump): Adjust some variable names.
7198
7199 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * auth-source.el: New package.
7202         (auth-source-choices): Add customization entry point variable.
7203
7204         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7205         bug.
7206
7207 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7208
7209         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7210         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7211         (gnus-registry-install-shortcuts): Rename from
7212         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7213         the `gnus-registry-mark-map' keymap dynamically from
7214         `gnus-registry-marks'.  The generated functions update the summary line
7215         when a registry mark is added or deleted, and will call
7216         `gnus-registry-install-p' (see the comments in the code).
7217         (gnus-registry-user-format-function-M): Use concat intelligently.
7218
7219         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7220         the registry mark functions.
7221
7222 2008-03-05  Glenn Morris  <rgm@gnu.org>
7223
7224         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7225         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7226         gnus-art.
7227         (top-level): No need to load own source when compiling.
7228
7229 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7232         Suggested by <chris.anderton@zetnet.co.uk>.
7233
7234 2008-03-04  Glenn Morris  <rgm@gnu.org>
7235
7236         * gnus-sum.el (top-level): No need to require gnus when compiling,
7237         since unconditionally required near start of file.
7238         (gnus-summary-display-while-building): Move definition before use.
7239
7240 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7241
7242         * gnus-registry.el (gnus-registry-user-format-function-M):
7243         Add formatting function.
7244
7245 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7246
7247         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7248         with plists.
7249         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7250         Use new format.
7251
7252 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7255         `where-is-internal' that returns a range of key sequences.
7256
7257 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7258
7259         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7260
7261         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7262         (gnus-summary-jump-to-group): Consider windows on other displayed
7263         frames as well.  Similar changes might be needed elsewhere, but that's
7264         the one I've bumped into during my use.
7265
7266         * nndoc.el (nndoc-oe-dbx-type-p):
7267         * gnus-msg.el (gnus-debug):
7268         * gnus-group.el (gnus-update-group-mark-positions):
7269         Use mm-string-to-multibyte.
7270
7271 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7274         doesn't handle NotDashEscaped.
7275
7276         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7277         (mml-dnd-attach-options): Fix typo in custom choice.
7278
7279         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7280         Change nndoc-article-type to mbox.
7281         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7282
7283         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7284         to nil, instead of html2text.
7285
7286         * imap.el (imap-debug): Add `imap-ping-server'.
7287
7288         * gnus-bookmark.el: Add FIXMEs.
7289
7290         * message.el (message-form-letter-separator)
7291         (message-send-form-letter-delay): New variables.
7292         (message-send-form-letter): Use them.  New command to send form
7293         letters.  Requested by Uwe Siart.
7294         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7295
7296 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * Update copyright years.
7299
7300 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         Sync from EMACS_22_BASE.
7303
7304         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7305
7306 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7307
7308         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7309         empty author.
7310
7311 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * gnus-registry.el (gnus-registry-marks): Add variable for
7314         customization of marks and their appearance.
7315         (gnus-registry-read-mark): Use it.
7316         (gnus-registry-do-marks): Add utility function to loop through
7317         `gnus-registry-marks'.
7318         (gnus-registry-install-shortcuts-and-menus): Add function to install
7319         shortcuts and menus.
7320         (gnus-registry-initialize): Use it.
7321         (gnus-registry-default-mark): Clarify documentation.
7322
7323 2008-02-29  Glenn Morris  <rgm@gnu.org>
7324
7325         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7326         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7327         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7328         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7329         Change defcustom :version from 23.0 to 23.1.
7330
7331 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7332
7333         * gnus-registry.el (gnus-registry-follow-group-p)
7334         (gnus-registry-post-process-groups): Add functions to aid registry
7335         splitting and improve logging.  Clarify behavior in function
7336         documentation.
7337         (gnus-registry-split-fancy-with-parent): Use them.
7338
7339 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7340
7341         * gnus-art.el: Use with-current-buffer.
7342
7343 2008-02-27  David Engster  <dengste@eml.cc>
7344
7345         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7346         Express real group name in the response.
7347
7348 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7351         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7352         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7353         autoload gnus-registry-fetch-group when compiling.
7354         (nnmairix-request-group-with-article-number-correction):
7355         Remove unreferenced argument passed to nnmairix-call-backend.
7356
7357 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7360         (mm-uu-extract): Improve face for low color ttys.
7361         Reported by Sascha Wilde.
7362
7363 2008-02-27  Glenn Morris  <rgm@gnu.org>
7364
7365         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7366         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7367         variables to defconsts.  Convert comments to doc-strings.
7368         (nnmairix-last-server, nnmairix-current-server): Convert from free
7369         variables to defvars.  Convert comments to doc-strings.
7370         (gnus-registry-fetch-group): Autoload.
7371         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7372         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7373         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7374         caddr.
7375         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7376         nnmairix-request-group-with-article-number-correction call.
7377         (nnmairix-fast, nnmairix-group): New, less general names, for free
7378         variables passed from nnmairix-request-group to
7379         nnmairix-request-group-with-article-number-correction.  Declare.
7380         (nnmairix-request-group-with-article-number-correction):
7381         Use nnmairix-fast, nnmairix-group rather than fast, group.
7382
7383 2008-02-26  David Engster  <dengste@eml.cc>
7384
7385         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7386         version 0.5.
7387
7388 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7391         instead of making an extra function call.  Don't add the current group
7392         to articles only when they have the group.  Use
7393         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7394         Reported by David <de_bb@arcor.de>.
7395
7396 2008-02-24  Miles Bader  <miles@gnu.org>
7397
7398         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7399         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7400         (mm-find-mime-charset-region):
7401         * mm-bodies.el (mm-encode-body):
7402         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7403
7404 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7407         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7408
7409 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * mail-source.el (mail-source-delete-incoming): Change default.
7412         Supplement doc string.
7413
7414         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7415
7416 2008-02-14  Glenn Morris  <rgm@gnu.org>
7417
7418         * time-date.el (format-seconds): New function.
7419
7420 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * nnmail.el (nnmail-message-id-cache-file): Derive from
7423         `gnus-home-directory'.
7424
7425 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7428         Document negative prefix.
7429
7430         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7431
7432 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * message.el (message-unsent-separator): Add the Exim bounce
7435         separator.
7436
7437 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7438
7439         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7440         list.
7441         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7442         recipient/signer list.
7443
7444 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * Makefile.in (datarootdir): Define.
7447         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7448         name that might contain whitespace.
7449
7450 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7453         fbound (Emacs 23 unicode), signal an error.
7454
7455 2008-02-08  Glenn Morris  <rgm@gnu.org>
7456
7457         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7458
7459 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7460
7461         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7462         ports to the calls to `netrc-machine-user-or-password' in addition to
7463         "imap" and "imaps".
7464
7465 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7466
7467         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7468
7469         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7470
7471 2008-02-01  Kenichi Handa  <handa@m17n.org>
7472
7473         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7474         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7475         (rfc2104-hash): Convert the result of concat to unibyte string.
7476
7477 2008-02-01  Dave Love  <fx@gnu.org>
7478
7479         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7480         coding-system-for-read.
7481         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7482
7483 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7486         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7487         <hanche@math.ntnu.no>.
7488
7489 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7492
7493         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7494
7495 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7496
7497         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7498         * message.el (message-beginning-of-line): Use featurep instead of bound
7499         tests in order to resolve conditionals at compile time.
7500
7501 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7502
7503         * mail-source.el (mail-sources): Add `group' choice.
7504
7505         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7506         parameter `in-group' to control into which group the articles go.
7507         Add treatment of `group' mail-source.
7508
7509 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7512
7513         * mm-decode.el (mm-dissect-buffer): Decode description.
7514
7515         * mml.el (mml-to-mime): Encode message header first.
7516
7517 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7520         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7521
7522         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7523         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7524
7525 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7526
7527         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7528
7529 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7532         prefix keys.
7533         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7534         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7535         gnus-xmas.el.
7536
7537         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7538         (gnus-xmas-article-describe-bindings): New function.
7539         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7540         gnus-xmas-article-describe-bindings.
7541
7542         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7543
7544 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7545
7546         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7547         Add new variables for article mark management.
7548         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7549         list of extra data entries which, when present, will indicate that the
7550         article ID should not be trimmed from the registry.
7551         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7552         functions.
7553         (gnus-registry-read-mark): New function to read a mark name from the
7554         user.
7555         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7556         (gnus-registry-set-article-mark-internal): New functions to add and
7557         remove marks.
7558         (gnus-registry-get-article-marks): New function to show the marks for
7559         an article, or retrieve them for further use.
7560
7561 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7564         keys when no argument is given.
7565
7566 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * imap.el (imap-ping-server): New variable.
7569         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7570         (imap-ping-server): Minor doc string fixes.
7571
7572 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7573
7574         * imap.el (imap-ping-server): New function.
7575         (imap-opened): Call imap-ping-server.
7576
7577 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * gnus-sum.el (gnus-article-sort-by-random)
7580         (gnus-thread-sort-by-random): Fix doc strings.
7581         Reported by jidanni@jidanni.org.
7582
7583 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-art.el (gnus-article-describe-bindings): New function.
7586         (gnus-article-read-summary-keys): Use it.
7587         (gnus-article-mode-map): Bind `C-h b' to it.
7588
7589 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7592         XEmacs.
7593         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7594         Protect against non-character events.
7595
7596         * lpath.el: Fbind map-keymap for Emacs 21.
7597
7598 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7601         New command.
7602         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7603         instead of END.  Change name of the temp file.
7604         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7605         customizable.
7606
7607 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7610         bind `S W' to gnus-article-wide-reply-with-original; set default
7611         binding to gnus-article-read-summary-send-keys.
7612         (gnus-article-read-summary-keys): Fix the order of keys; display
7613         continuation keys correctly in the echo area; describe bindings
7614         correctly when keys end with `C-h'.
7615         (gnus-article-read-summary-send-keys): New function.
7616         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7617         Work for gnus-article-read-summary-send-keys; display continuation keys
7618         correctly in the echo area.
7619         (gnus-article-reply-with-original): Ignore prefix argument.
7620         (gnus-article-wide-reply-with-original): New function.
7621
7622         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7623         Emacs 21.
7624
7625 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7628         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7629
7630 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7633         (gnus-group-read-ephemeral-gmane-group): New command.
7634
7635 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7636
7637         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7638
7639 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * message.el (message-send-mail-function): Increase custom version.
7642
7643         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7644         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7645
7646 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7647
7648         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7649         for the cases where imap-authenticate is called with a nil buffer
7650         parameter.
7651
7652 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7655         html parts correctly; support forwarded messages.
7656         (gnus-article-browse-html-article): Remove work buffers.
7657
7658         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7659         compiling.
7660         (netrc-bound-and-true-p): New macro.
7661         (netrc-parse): Use it instead of bound-and-true-p that is not available
7662         in XEmacs 21.4.
7663
7664 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7665
7666         * gnus-registry.el (gnus-registry-mark-article)
7667         (gnus-registry-article-marks): Add functionality to mark articles
7668         through the Gnus registry.
7669
7670         * encrypt.el: Clarify documentation for the new pgg method.
7671         (encrypt-file-alist): Add PGG option.
7672         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7673         functionality.  Abstract password key and messaging to external
7674         functions.
7675         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7676         (encrypt-message-method-and-cipher): Add new convenience external
7677         functions.
7678         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7679         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7680
7681         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7682         (netrc-parse): Use encrypt-file-alist to determine if
7683         encrypt-find-model or encrypt-insert-file-contents should be used.
7684
7685         * encrypt.el: Clarify documentation.  Load password-cache or
7686         password, whichever one is found first, instead of autoloading.
7687
7688 2007-12-19  Glenn Morris  <rgm@gnu.org>
7689
7690         * mml.el (message-options-set, message-narrow-to-head)
7691         (message-in-body-p, message-mail-p, message-encode-message-body):
7692         Autoload.
7693         (message-remove-header, message-narrow-to-headers-or-head)
7694         (message-subscribed-p, message-make-mail-followup-to)
7695         (message-position-on-field, message-news-p)
7696         (message-options-set-recipient, message-generate-headers)
7697         (message-sort-headers): Declare as functions.
7698
7699 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7702         convention in doc string.
7703
7704 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7707         title to html parts.
7708         (gnus-article-browse-html-article): Pass message header to it.
7709
7710         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7711
7712 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7715         or password compatible with XEmacs.
7716
7717 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7720         format document.
7721         (gnus-mime-delete-part): Don't write description line if empty.
7722         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7723
7724 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7725
7726         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7727         (gnus-summary-mark-read-and-unread-as-read)
7728         (gnus-summary-mark-current-read-and-unread-as-read)
7729         (gnus-summary-mark-unread-as-ticked): Doc fix.
7730         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7731
7732 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7735         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7736
7737 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7740         yes-or-no-p.
7741
7742 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * mm-decode.el (mm-add-meta-html-tag): New function.
7745         (mm-save-part-to-file, mm-pipe-part): Use it.
7746
7747         * gnus-art.el (gnus-article-browse-delete-temp-files):
7748         Use gnus-y-or-n-p instead of y-or-n-p.
7749         (gnus-article-browse-html-parts): Work with message/external-body; use
7750         mm-add-meta-html-tag.
7751
7752 2007-12-11  Glenn Morris  <rgm@gnu.org>
7753
7754         * gnus-cache.el: Require gnus-sum not just when compiling.
7755
7756         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7757
7758         * gnus-int.el (gnus-server-opened, gnus-status-message):
7759         Move definitions before use.
7760
7761         * mm-decode.el: Require gnus-util.
7762         (mm-remove-part): Only call delete-annotation on XEmacs.
7763
7764         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7765
7766         * nnmail.el: Require gnus-int.
7767
7768         * spam.el: Move `require's before `eval-when-compile's.
7769
7770         * gnus-ems.el (gnus-alive-p):
7771         * gnus-fun.el (message-goto-eoh):
7772         * gnus-util.el (gnus-group-name-decode):
7773         * mail-source.el (gnus-compress-sequence):
7774         * message.el (Info-goto-node, format-spec):
7775         * mm-bodies.el (message-options-get):
7776         * mm-decode.el (mm-view-pkcs7):
7777         * mm-util.el (gmm-write-region):
7778         * mml-smime.el (mml-compute-boundary)
7779         (gnus-completing-read-with-default):
7780         * mml.el (widget-button-press, gnus-make-hashtable):
7781         * mml1991.el (mm-decode-content-transfer-encoding)
7782         (mm-encode-content-transfer-encoding)
7783         (message-options-get, message-options-set):
7784         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7785         * nnfolder.el (gnus-request-group):
7786         * nnheader.el (ietf-drums-unfold-fws):
7787         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7788         * smime.el (gnus-run-mode-hooks):
7789         * spam-stat.el (gnus-message): Autoload.
7790
7791         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7792         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7793         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7794         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7795         Add declare-function compatibility definition.
7796
7797         * gnus-cache.el (nnvirtual-find-group-art):
7798         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7799         (gnus-add-image, gnus-add-wash-type):
7800         * gnus-group.el (nnkiboze-score-file):
7801         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7802         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7803         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7804         (message-tokenize-header, gnus-get-buffer-create)
7805         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7806         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7807         * gnus.el (gnus-group-decoded-name):
7808         * mail-source.el (imap-capability):
7809         * mm-bodies.el (message-options-set):
7810         * mm-decode.el (gnus-configure-windows):
7811         * mm-extern.el (message-goto-body):
7812         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7813         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7814         (epg-sub-key-validity, message-options-set):
7815         * mml.el (widget-event-point, gnus-configure-windows):
7816         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7817         * mml2015.el (epg-check-configuration, epg-configuration)
7818         (message-options-set):
7819         * nndb.el (nndb-request-article):
7820         * nnfolder.el (gnus-request-create-group):
7821         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7822         * nnmaildir.el (gnus-group-mark-article-read):
7823         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7824         * rfc1843.el (message-fetch-field):
7825         * spam.el (gnus-extract-address-components):
7826         Declare as functions.
7827
7828 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7831
7832         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7833
7834         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7835         bind show-trailing-whitespace for XEmacs.
7836
7837 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7840         new no-op macro for backward compatibility.
7841
7842         * imap.el (imap-string-to-integer): New function.
7843
7844 2007-12-09  Glenn Morris  <rgm@gnu.org>
7845
7846         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7847
7848         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7849         * message.el, mm-view.el, sieve-manage.el, smime.el:
7850         Add declare-function compatibility definition.
7851
7852         * gnus-art.el (w3-region, w3m-region, Info-menu):
7853         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7854         * gnus-sum.el (gnus-get-predicate):
7855         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7856         * message.el (mail-abbrev-in-expansion-header-p):
7857         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7858         (w3m-detect-meta-charset, w3m-region):
7859         * sieve-manage.el (password-read, password-cache-add)
7860         (password-cache-remove):
7861         * smime.el (password-read-and-add): Declare as functions.
7862
7863 2007-12-08  David Kastrup  <dak@gnu.org>
7864
7865         * gnus-sum.el (gnus-summary-simplify-subject-query):
7866         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7867         `message'.
7868
7869 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7872         it to bind idna-program, installation-directory, defined-colors, and
7873         face-attribute for XEmacs of the version that compiles defcustom forms.
7874
7875 2007-12-07  Glenn Morris  <rgm@gnu.org>
7876
7877         * gnus-art.el (article-make-date-line): Revert previous change.
7878
7879 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7882
7883 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7884
7885         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7886         Call gnus-add-to-range ranges only once with a prepared article-list.
7887
7888 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7889
7890         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7891         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7892         group names with backslashes.
7893         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7894
7895 2007-12-06  Deepak Goel  <deego3@gmail.com>
7896
7897         * gnus-art.el (article-make-date-line):
7898         * gnus-start.el (gnus-load):
7899         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7900
7901 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (gnus-use-idna)
7904         * gnus-start.el (gnus-site-init-file)
7905         * message.el (message-use-idna)
7906         * mm-uu.el (mm-uu-hide-markers)
7907         * smiley.el (smiley-style): Revert changes that suppress warnings.
7908
7909 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7912         specify charset to html source.
7913         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7914
7915 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7918         idna-program in order to suppress byte compile warning issued by XEmacs
7919         that came to byte compile the default value section of defcustom forms
7920         recently.
7921
7922         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7923         value of installation-directory.
7924
7925         * message.el (message-use-idna): Don't directly refer to the value of
7926         idna-program.
7927
7928         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7929
7930         * smiley.el (smiley-style): Don't directly call face-attribute.
7931
7932 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7935
7936         * gnus-dired.el: Reduce Gnus dependencies.
7937         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7938         Don't require.  Use autoloads instead.
7939         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7940         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7941         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7942         (gnus-dired-mode): Adjust doc string.
7943         (gnus-dired-mail-mode): New variable.
7944         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7945         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7946         (gnus-dired-mail-buffers): New function.  Return mail or message
7947         composition buffers.
7948         (gnus-dired-attach): Use it.
7949         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7950         NO-DECODE.
7951         (gnus-dired-print): Use `gnus-print-buffer' depending on
7952         `gnus-dired-mail-mode'.
7953
7954 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * rfc2047.el (rfc2047-encoded-word-regexp)
7957         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7958         explaining what regexp patterns are for.
7959
7960 2007-12-04  Glenn Morris  <rgm@gnu.org>
7961
7962         * password.el: Move to password-cache.el.
7963
7964         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7965         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7966         * mml-smime.el (password-read, password-cache-add)
7967         (password-cache-remove):
7968         No need to autoload, since mml-sec requires password.
7969
7970         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7971         * message.el (gnus-extract-address-components):
7972         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7973
7974         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7975         password.
7976
7977 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * mailcap.el: Reduce dependencies.
7980         (mail-header-parse-content-type): Autoload.
7981         (mailcap-delete-duplicates): New alias.
7982         (mailcap-mime-info): Add optional argument NO-DECODE.
7983         (mailcap-mime-types): Use mailcap-delete-duplicates.
7984
7985         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7986
7987 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7988
7989         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7990         (imap-parse-status): Upcase status-att for servers that sends them
7991         lower-case (e.g., MS Exchange 2007).
7992
7993 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7996         function.
7997
7998         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7999         (gnus-uu-yenc-article): New function.
8000
8001         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8002
8003         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8004
8005 2007-12-02  Glenn Morris  <rgm@gnu.org>
8006
8007         * binhex.el (binhex): New custom group.
8008         (binhex-decoder-program, binhex-decoder-switches)
8009         (binhex-use-external): Move to the binhex custom group.
8010
8011         * uudecode.el (uudecode): New custom group.
8012         (uudecode-decoder-program, uudecode-decoder-switches)
8013         (uudecode-use-external): Move to the uudecode custom group.
8014
8015         * netrc.el (top-level): Don't load `encrypt' features.
8016         (netrc-parse): Don't use encrypt.
8017         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8018
8019         * encrypt.el: Remove file.
8020
8021 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8024         matches on patches.
8025
8026         * gnus-art.el (gnus-article-browse-html-article):
8027         Mention `mm-text-html-renderer' in the doc string.
8028
8029         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8030         string.  Add comments.
8031
8032         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8033         if rhs is ASCII.
8034
8035 2007-12-01  Glenn Morris  <rgm@gnu.org>
8036
8037         * mail-source.el (top-level): Require format-spec before
8038         eval-when-compile.
8039
8040 2007-11-30  Glenn Morris  <rgm@gnu.org>
8041
8042         * encrypt.el: Require password, rather than autoloading password-read.
8043
8044 2007-11-29  Glenn Morris  <rgm@gnu.org>
8045
8046         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8047         (sasl-make-client, sasl-next-step, sasl-step-data)
8048         (sasl-step-set-data): Declare as functions.
8049
8050 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8053
8054 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8055
8056         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8057         certs should be verified and what is to be done in the event of a
8058         verification failure.
8059
8060         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8061         caller can indicate whether the cache should be disregarded for this
8062         call.  This way the result of the call is reproducible at all times and
8063         can be considered a canonical server name for the supplied method.
8064         (gnus-agent-method-p): Canonicalize server names by pushing their
8065         method through `gnus-method-to-server' using the no-cache argument.
8066
8067         * gnus-srvr.el (gnus-server-insert-server-line):
8068         Call `gnus-method-to-server' with `no-cache' argument.
8069
8070         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8071         gnus-agent-possibly-synchronize-flags as this should be called when the
8072         server is actually being opened.
8073         (gnus-agent-possibly-synchronize-flags)
8074         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8075         flags file of an agentized server to the latter function.
8076
8077         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8078         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8079         after a connection has been established successfully.
8080
8081 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-art.el (article-display-face): Force to display face if called
8084         interactively; check if gnus-article-x-face-too-ugly matches author.
8085         (article-display-x-face): Display face even if From header is missing
8086         as article-display-face does.
8087
8088 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8089
8090         * hashcash.el (message-narrow-to-headers-or-head)
8091         (message-fetch-field, message-goto-eoh)
8092         (message-narrow-to-headers): Declare as functions.
8093
8094 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * mail-source.el (mail-sources): Default to fetch from file for
8097         compatibility with default of nnmail-spool-file.
8098
8099 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8102         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8103         to look for encoded word that should be encoded again.
8104         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8105         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8106         encoding pattern.
8107         (rfc2047-decode-region): Switch strict regexp and loose one according
8108         to rfc2047-allow-irregular-q-encoded-words.
8109
8110 2007-11-25  Romain Francoise  <romain@orebokech.com>
8111
8112         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8113
8114 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * tls.el (tls-program): Provide more custom choices from
8117         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8118         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8119
8120 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8123         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8124
8125         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8126         `nnmail-spool-file'.
8127
8128         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8129         `nnmail-spool-file'.
8130
8131         * gnus-move.el (gnus-change-server): Ditto.
8132
8133         * gnus-kill.el (gnus-batch-score): Ditto.
8134
8135         * gnus-cache.el (gnus-jog-cache): Ditto.
8136
8137         * gnus-msg.el (gnus-summary-reply):
8138         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8139
8140 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8143         version.  Minor improvement to doc strings.
8144         (tls-program): Add comment.
8145
8146 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8147
8148         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8149         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8150         mismatch between the hostname provided in the certificate and the name
8151         of the host connnecting to.
8152         (open-tls-stream): Use them.  Check certificates against trusted root
8153         certificates.
8154
8155 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * gnus-cache.el (gnus-cache-generate-nov-databases):
8158         Use nnml-generate-nov-databases-directory instead of
8159         nnml-generate-nov-databases-1.
8160
8161 2007-11-24  Glenn Morris  <rgm@gnu.org>
8162
8163         * message.el (message-tool-bar-retro): Update for rename
8164         mail_send.xpm->mail-send.xpm.
8165
8166 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8169         `smime-ldap-search' for Emacs 22 and up.
8170
8171 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8172
8173         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8174
8175         * message.el (message-send-mail-function): Fix error convention.
8176         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8177         (message-widen-reply, message-send-mail, message-talkative-question)
8178         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8179         (message-clone-locals, message-send-news): Use with-current-buffer.
8180         (message-insert-or-toggle-importance): Remove unused var `valid'.
8181         (message-make-references): Remove unused var `new-references'.
8182         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8183
8184 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8185
8186         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8187         (spam-split-symbolic-return-positive): Reflow docstring.
8188         (spam-backends, spam-summary-exit-behavior)
8189         (spam-mark-ham-unread-before-move-from-spam-group)
8190         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8191         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8192         (spam-clear-cache, spam-backend-check, spam-install-backend)
8193         (spam-install-statistical-backend, spam-list-of-processors)
8194         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8195         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8196         (spam-check-crm114, spam-initialize, spam-unload-hook):
8197         Fix typos in docstrings.
8198
8199 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8202         been checked if they have never been read and those group levels are
8203         higher than the one that a user specified.
8204
8205 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8208         foreign groups unless a group level is specified by a user.
8209         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8210
8211 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * message.el (message-send-mail-function): Require sendmail.
8214
8215 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * message.el (message-send-mail-function): Check for smtpmail too.
8218
8219         * utf7.el (utf7-encode, utf7-decode): Use coding system
8220         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8221
8222         * message.el (message-send-mail-function): New function.
8223         (message-send-mail-function): Set default using
8224         message-send-mail-function.  Adjust doc string.
8225         (message-send-mail-with-mailclient): New function.
8226
8227 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8228
8229         * smime.el (from):
8230         * rfc2047.el (message-posting-charset):
8231         * qp.el (mm-use-ultra-safe-encoding):
8232         * pop3.el (parse-time-months):
8233         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8234         * nnml.el (files):
8235         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8236         (jka-compr-compression-info-list, ange-ftp-path-format)
8237         (efs-path-regexp):
8238         * nndiary.el (files):
8239         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8240         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8241         (epg-digest-algorithm-alist, inhibit-redisplay)
8242         (password-cache-expiry):
8243         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8244         (pgg-output-buffer, password-cache-expiry):
8245         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8246         (efs-path-regexp):
8247         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8248         (inhibit-redisplay):
8249         * mm-uu.el (file-name, start-point, end-point, entry)
8250         (gnus-newsgroup-name, gnus-newsgroup-charset):
8251         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8252         (latin-unity-ucs-list):
8253         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8254         (mm-uu-binhex-decode-function):
8255         * message.el (gnus-message-group-art, gnus-list-identifiers)
8256         (rmail-enable-mime-composing, gnus-local-organization)
8257         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8258         (gnus-read-active-file, facemenu-add-face-function)
8259         (facemenu-remove-face-function, gnus-article-decoded-p)
8260         (tool-bar-mode):
8261         * mail-source.el (display-time-mail-function):
8262         * gnus-util.el (nnmail-pathname-coding-system)
8263         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8264         (gnus-original-article-buffer, gnus-user-agent)
8265         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8266         (xemacs-codename, sxemacs-codename, emacs-program-version):
8267         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8268         * gnus-start.el (gnus-agent-covered-methods)
8269         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8270         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8271         (gnus-newsgroup-headers, gnus-group-list-mode)
8272         (gnus-group-mark-positions, gnus-newsgroup-data)
8273         (gnus-newsgroup-unreads, nnoo-state-alist)
8274         (gnus-current-select-method, mail-sources)
8275         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8276         (nnmail-spool-file, gnus-cache-active-hashtb):
8277         * gnus-mh.el (mh-lib-progs):
8278         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8279         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8280         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8281         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8282         (gnus-group-buffer):
8283         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8284         (font-lock-set-defaults):
8285         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8286         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8287         (gnus-summary-post-menu, total-parts, type, condition, length):
8288         * gnus-agent.el (gnus-agent-read-agentview):
8289         * flow-fill.el (show-trailing-whitespace):
8290         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8291         eval-and-compile wrappers for byte compiler pacifiers.
8292
8293         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8294         (mm-display-inline-fontify): Check for featurep 'xemacs not
8295         extent-list.
8296
8297         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8298         itimer-list.
8299         (mm-create-image-xemacs): Only do something for XEmacs.
8300         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8301
8302         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8303
8304         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8305         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8306
8307 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8308
8309         * nnimap.el (nnimap-split-download-body):
8310         * gnus-demon.el (gnus-demon):
8311         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8312
8313 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8316         New macros.
8317         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8318         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8319         copy data from unibyte buffer to multibyte current buffer.
8320         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8321         to copy data from unibyte current buffer to multibyte buffer.
8322         (nntp-make-process-buffer): Make process buffer unibyte.
8323
8324         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8325
8326 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8327
8328         * pop3.el (pop3-open-server): Accept and process data more robustly at
8329         connexion start to avoid spurious "POP SSL connexion failed" errors.
8330
8331 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8334         read group names.
8335
8336 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8339
8340 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8343         (nnmail-save-active): Use a unibyte buffer when saving active file,
8344         which may contain non-ASCII group names.
8345
8346         * nnml.el (nnml-request-group): Decode group names in messages.
8347
8348 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * message.el (message-citation-line-function)
8351         (message-insert-formatted-citation-line): Fix spelling of
8352         `message-insert-formated-citation-line'.
8353
8354 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8357
8358 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8361         nnmail-pathname-coding-system.
8362
8363         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8364         that a user enters; decode group names in messages.
8365
8366         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8367
8368 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8371
8372         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8373
8374         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8375         risky local variable.
8376
8377         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8378
8379 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8380
8381         * encrypt.el: Improve documentation to fix function name typo.
8382         Reported by Daiki Ueno <ueno@unixuser.org>.
8383
8384 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8387         even if the point is not in the last page of an article.
8388         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8389         back to the previous page.
8390
8391 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8394
8395 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8398
8399 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * message.el (message-check-news-body-syntax):
8402         Avoid mm-string-as-multibyte.
8403         (message-hide-headers): Don't assume (point-min)==1.
8404
8405 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * message.el (message-remove-blank-cited-lines): Fix if remove is
8408         given.
8409         (message-bogus-address-regexp): New variable.
8410         (message-bogus-recipient-p): New function.
8411         (message-check-recipients): New command.
8412         (message-syntax-checks): Add `bogus-recipient'.
8413         (message-fix-before-sending): Add `bogus-recipient'.
8414
8415         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8416         (gnus-treat-body-boundary): Don't test window-system.
8417
8418 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8419
8420         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8421
8422 2007-10-28  Miles Bader  <miles@gnu.org>
8423
8424         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8425         at compile-time too.
8426
8427 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gnus-msg.el (gnus-message-setup-hook):
8430         Add `message-remove-blank-cited-lines' to options.
8431
8432 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * message.el (message-remove-blank-cited-lines): New function.
8435         Suggested by Karl Plästerer.
8436
8437 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8440         mapc.
8441
8442         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8443         (top-level): Use mapc to set functions to be traced for debugging.
8444
8445         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8446         called for effect with while loop.
8447
8448         * message.el (message-talkative-question): Replace mapcar called for
8449         effect with mapc.
8450
8451         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8452         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8453         called for effect with dolist.
8454
8455         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8456
8457         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8458         gnus-extra-headers and nnmail-extra-headers.
8459
8460         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8461         called for effect with dolist.
8462         (top-level): Use mapc to set functions to be traced for debugging.
8463
8464         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8465         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8466         dolist.
8467
8468         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8469         Replace mapcar called for effect with mapc.
8470         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8471         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8472         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8473         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8474
8475         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8476         remove-if that's a cl function.
8477
8478         * webmail.el (webmail-debug): Replace mapcar called for effect with
8479         dolist.
8480
8481         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8482         with mapc.
8483
8484 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8487         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8488         with while loop.
8489
8490         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8491         functions from article-* functions.
8492         (gnus-multi-decode-header): Replace mapcar called for effect with
8493         dolist.
8494
8495         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8496         (gnus-bookmark-show-details): Replace mapcar called for effect with
8497         while loop.
8498
8499         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8500         called for effect with while loop.
8501
8502         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8503         with dolist.
8504
8505         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8506         Replace mapcar called for effect with dolist.
8507
8508         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8509
8510         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8511         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8512         Replace mapcar called for effect with dolist.
8513         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8514         mapc.
8515
8516         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8517         Replace mapcar called for effect with dolist.
8518         (gnus-topic-list): Replace mapcar called for effect with mapc.
8519
8520         * gnus.el: Use mapc instead of mapcar to add autoloads.
8521
8522 2007-10-23  Richard Stallman  <rms@gnu.org>
8523
8524         * gnus-group.el (gnus-group-highlight): Mark as risky.
8525
8526 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus.el (gnus-server-to-method): Return method found first in
8529         gnus-newsrc-alist.
8530
8531         * gnus-art.el (gnus-article-highlight-signature)
8532         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8533         button overlay without the front stickiness.
8534
8535 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8536
8537         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8538         overview buffer needed a catch to receive its throw.
8539         (gnus-agent-flush-cache): Declare as interactive to make this function
8540         easier to use.
8541
8542 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8545         `next-line'.
8546
8547 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8550         exclude address matching message-dont-reply-to-names.
8551
8552 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-util.el (gnus-string<): New function.
8555
8556         * gnus-sum.el (gnus-article-sort-by-author)
8557         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8558
8559 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8562         the frame-focus tag is set in gnus-buffer-configuration.
8563
8564 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8567         the front stickiness.
8568
8569 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8572         url pattern; remove duplicate one.
8573         (gnus-article-extend-url-button): New function.
8574         (gnus-article-add-buttons): Use it.
8575         (gnus-button-push): Use concatenated url that it makes.
8576
8577 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8578
8579         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8580
8581 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8582
8583         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8584         Don't hardcode point-min==1.
8585
8586 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8589         Fix comment about "iso8859-1".
8590
8591 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8592
8593         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8594         ones returned from the verify-function.
8595
8596         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8597         Call mml2015-extract-cleartext-signature if extraction failed.
8598
8599 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8600
8601         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8602         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8603         failed.
8604
8605 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8608
8609 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8612         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8613         recommends to use EasyPG instead of PGG.
8614
8615         * pgg.el: Revert to revision 6.23.2.16.
8616
8617         * pgg-def.el: Revert to revision 6.6.2.14.
8618
8619         * pgg-gpg.el: Revert to revision 6.23.2.34.
8620
8621 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8624         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8625         thread for both the null and zero (kill/expire thread) universal prefix
8626         cases.
8627         (gnus-summary-expire-thread): Add new function to expire a thread,
8628         using gnus-summary-kill-thread.
8629         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8630         shortcuts for gnus-summary-expire-thread.
8631         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8632         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8633
8634 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8635
8636         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8637         extras value, so an extras entry can be deleted.
8638         (gnus-registry-delete-extra-entry): Use it.
8639         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8640         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8641         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8642         storage through the gnus-registry, and provide an appropriate API for
8643         it.
8644
8645 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8648         Suggested by Leo <sdl.web@gmail.com>.
8649
8650         * gnus.el: Do.
8651
8652 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8655         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8656
8657         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8658
8659         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8660         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8661
8662 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8665         newline.
8666         (nnmbox-request-accept-article): Don't change article in source buffer;
8667         narrow to header to use message-fetch-field rather than
8668         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8669         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8670         as delimiters; make sure article ends with newline.
8671         (nnmbox-delete-mail): Correct last position of article to be deleted;
8672         ignore X-Gnus-Newsgroup header in article body.
8673         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8674         positions; make sure article ends with newline.
8675
8676         * message.el (message-display-abbrev): Don't infloop when a user
8677         inserts SPC in the beginning of header.
8678
8679         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8680         coding-system-for-read and coding-system-for-write for XEmacs having no
8681         file-coding feature.
8682
8683         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8684
8685 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8688         list of groups not followed by default.  Fix type to be regexp.
8689         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8690
8691 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8692
8693         * hmac-def.el (define-hmac-function): Switch from old-style to
8694         new-style backquotes.
8695
8696         * md4.el (md4-make-step): Likewise.
8697
8698 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8701         raw-text coding system when saving .newsrc file, which may contain
8702         non-ASCII group names.
8703
8704 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-cus.el (gnus-score-extra): New widget.
8707         (gnus-score-extra-convert): New function.
8708         (gnus-score-customize): Use it for Extra.
8709
8710 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8711
8712         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8713         (mml2015-mailcrypt-clear-verify): Use it.
8714         (mml2015-gpg-clear-verify): Use it.
8715         (mml2015-pgg-clear-verify): Use it.
8716         (mml2015-epg-clear-verify): Replace the current part with the output
8717         from GnuPG; don't extract the plaintext by itself.
8718
8719         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8720         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8721         mml2015-clear-verify-function; don't touch the armor headers or
8722         dash-escaped text here.
8723
8724 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8727         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8728         parts, or application/octet-stream as a last resort.
8729         (gnus-mime-view-part-as-type): Don't toggle display.
8730         (gnus-mime-view-part-as-charset): Don't turn off display before
8731         querying charset.
8732
8733         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8734         stuff to undisplayer function in Emacs.
8735         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8736
8737         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8738         text/calendar parts.
8739
8740 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8743         decoding text/calendar parts.
8744
8745         * message.el (message-forward-make-body-mime): Always mark body as
8746         having no illegible text; remove signed-or-encrypted argument.
8747         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8748
8749         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8750         (mml-generate-mime-1): Don't encode body if it is specified to be in
8751         raw form; don't make buffer be unibyte when inserting multibyte string.
8752
8753 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8754
8755         * sha1.el: Fix up comment style.
8756         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8757         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8758
8759         * hex-util.el: Fix up comment style.
8760         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8761
8762         * gnus-salt.el: Use with-current-buffer.
8763         (gnus-pick-setup-message): Fix long-standing typo.
8764
8765 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * imap.el (imap-logout-timeout): New variable.
8768         (imap-logout, imap-logout-wait): New functions.
8769         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8770
8771         * nnimap.el (nnimap-logout-timeout): New server variable.
8772         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8773         nnimap-logout-timeout.
8774
8775         * gnus-art.el (gnus-article-summary-command-nosave)
8776         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8777
8778 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus.el (gnus-maximum-newsgroup): New variable.
8781
8782         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8783         according to gnus-maximum-newsgroup.
8784
8785         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8786         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8787         Limit the range of articles according to gnus-maximum-newsgroup.
8788
8789 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8790
8791         * gnus-art.el (gnus-sticky-article): Fix problems described in
8792         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8793         Don't perform gnus-configure-windows here; reuse existing sticky
8794         article buffer.
8795
8796         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8797         it doesn't exist in gnus-article-mode.
8798
8799 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8802         (gnus-agent-decoded-group-name): New function.
8803         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8804         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8805
8806 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8807
8808         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8809         Add binding for gnus-sticky-article.
8810         (gnus-summary-exit): Don't kill sticky article buffers.
8811
8812         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8813         article buffer.
8814         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8815         (gnus-kill-sticky-article-buffers): New commands.
8816
8817 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * nntp.el (nntp-xref-number-is-evil): New server variable.
8820         (nntp-find-group-and-number): If it is non-nil, don't trust article
8821         numbers in the Xref header.
8822
8823 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-agent.el (gnus-agent-read-group): New function.
8826         (gnus-agent-flush-group, gnus-agent-expire-group)
8827         (gnus-agent-regenerate-group): Use it.
8828         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8829         nnmail-pathname-coding-system.
8830
8831 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8834
8835         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8836         that are unread as unread, and also as selected so that information of
8837         marks having been changed by a user may be updated when exiting group.
8838
8839 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8842
8843 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8846         calculated ignoring signature parts to gnus-treat-article.
8847
8848 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8851         a point here in order to keep the window start.
8852         (gnus-insert-mime-security-button): Make a button overlay without the
8853         front stickiness.
8854         (gnus-mime-display-security): Goto the end of a button.
8855
8856         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8857
8858 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8861         group-name-at-point.
8862         (gnus-group-completing-read): New function that offers decoded
8863         non-ASCII group names for completion.
8864         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8865         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8866         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8867         (gnus-group-fetch-control): Use it.
8868         (gnus-fetch-group): Use group-name-at-point for the initial value
8869         rather than the default value; use gnus-alive-p.
8870
8871         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8872         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8873         (gnus-summary-post-news): Use gnus-group-completing-read.
8874
8875         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8876         (gnus-read-move-group-name): Decode group name for completion.
8877
8878 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8879
8880         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8881         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8882         Yamaoka slightly modified the code).
8883
8884 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8887         (nnmail-split-incoming): Bind it.
8888
8889         * nnml.el (nnml-group-name-charset): New function.
8890         (nnml-decoded-group-name): Use it; don't decode group name if
8891         nnmail-group-names-not-encoded-p is non-nil.
8892         (nnml-encoded-group-name): New function.
8893         (nnml-group-pathname): Inline nnml-decoded-group-name.
8894         (nnml-request-expire-articles): Decode group name in message.
8895         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8896         nnmail-pathname-coding-system.
8897         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8898         not decoded ones according to nnmail-group-names-not-encoded-p.
8899         (nnml-generate-active-info): Use nnml-encoded-group-name.
8900
8901 2007-08-08  Glenn Morris  <rgm@gnu.org>
8902
8903         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8904         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8905         doc-strings and comments.
8906
8907 2007-07-25  Glenn Morris  <rgm@gnu.org>
8908
8909         * Relicense all FSF files to GPLv3 or later.
8910
8911 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-sum.el (gnus-summary-move-article):
8914         Make gnus-summary-respool-article work.
8915
8916 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8919         string.
8920
8921 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8922
8923         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8924         that should be ignored when comparing distant RSS articles with local
8925         ones.
8926         (nnrss-make-hash-index): New function.  Create a hash index according
8927         to the ignored fields.
8928         (nnrss-check-group): Use it.
8929
8930 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8933
8934         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8935
8936         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8937         the new optional argument ENCODED is non-nil.
8938         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8939         coding system for encoding group name.
8940         (gnus-group-make-rss-group): Pass un-encoded group name to
8941         gnus-group-make-group.
8942         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8943         encoded.
8944
8945         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8946         Encode group name to which articles are moved or copied.
8947         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8948         coding system for encoding Newsgroup, Followup-To and Xref headers.
8949
8950         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8951         marks; use nnheader-file-coding-system to write a file.
8952         (nnagent-retrieve-headers): Bind file-name-coding-system to
8953         nnmail-pathname-coding-system.
8954
8955         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8956
8957         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8958         (nnml-request-article, nnml-request-create-group)
8959         (nnml-request-rename-group, nnml-find-id)
8960         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8961         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8962         (nnml-save-marks): Use nnml-group-pathname instead of
8963         nnmail-group-pathname.
8964
8965         (nnml-request-create-group, nnml-request-expire-articles)
8966         (nnml-request-move-article, nnml-request-delete-group)
8967         (nnml-deletable-article-p, nnml-possibly-create-directory)
8968         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8969         (nnml-open-marks): Bind file-name-coding-system to
8970         nnmail-pathname-coding-system.
8971
8972         (nnml-request-article): Pass server argument to nnml-find-group-number.
8973         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8974         Pass server argument to nnml-possibly-create-directory.
8975         (nnml-request-accept-article): Pass server argument to
8976         nnml-active-number and nnml-save-mail.
8977         (nnml-find-group-number): Pass server argument to nnml-find-id.
8978         (nnml-request-update-info): Pass server argument to
8979         nnml-marks-changed-p.
8980
8981         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8982         (nnml-save-mail, nnml-active-number): Add server argument.
8983
8984         (nnml-request-delete-group): Warn if group is missing.
8985         (nnml-get-nov-buffer): Decode group name.
8986         (nnml-generate-active-info): Encode group name.
8987         (nnml-open-marks): Decode group name in messages.
8988
8989 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8992         if it is not specified.
8993         (gnus-article-pipe-part, gnus-article-save-part)
8994         (gnus-article-interactively-view-part, gnus-article-copy-part)
8995         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8996         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8997         (gnus-article-replace-part, gnus-article-delete-part)
8998         (gnus-article-view-part-as-type): Pass raw prefix argument to
8999         gnus-article-part-wrapper.
9000
9001 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-agent.el (gnus-agent-save-active):
9004         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9005
9006         * gnus-cache.el (gnus-cache-save-buffers)
9007         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9008         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9009         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9010         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9011         (gnus-cache-generate-active, gnus-cache-rename-group)
9012         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9013         (gnus-cache-update-overview-total-fetched-for):
9014         Bind file-name-coding-system to nnmail-pathname-coding-system.
9015         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9016         New variables.
9017         (gnus-cache-decoded-group-name): New function.
9018         (gnus-cache-file-name): Use it.
9019         (gnus-cache-generate-active): Use non-decoded group name for active.
9020
9021         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9022         right place.
9023         (gnus-write-active-file): Don't break non-ASCII group names.
9024
9025         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9026         nnmail-pathname-coding-system.
9027
9028         * lpath.el: Bind default-file-name-coding-system,
9029         file-name-coding-system and language-info-alist for XEmacs.
9030
9031         * gnus-uu.el (gnus-uu-decode-save): Typo.
9032
9033 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9036
9037 2007-07-14  David Kastrup  <dak@gnu.org>
9038
9039         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9040         finishing actions if we did not edit the article.
9041
9042 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9045         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9046         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9047         (gnus-agent-flush-group, gnus-agent-flush-cache)
9048         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9049         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9050         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9051         (gnus-agent-regenerate-group)
9052         (gnus-agent-update-files-total-fetched-for)
9053         (gnus-agent-update-view-total-fetched-for):
9054         Bind file-name-coding-system to nnmail-pathname-coding-system.
9055         (gnus-agent-group-pathname): Don't encode file names by
9056         nnmail-pathname-coding-system.
9057         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9058         coding-system-for-write instead of buffer-file-coding-system to
9059         gnus-agent-file-coding-system.
9060
9061         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9062         Decode group name.
9063
9064         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9065
9066         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9067         (gnus-read-newsrc-el-file): Make group names unibyte.
9068
9069         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9070         nnmail-pathname-coding-system.
9071
9072         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9073         (nnrss-request-delete-group): Bind file-name-coding-system to
9074         nnmail-pathname-coding-system.
9075         (nnrss-read-server-data, nnrss-read-group-data):
9076         Bind file-name-coding-system correctly.
9077         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9078
9079         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9080         (nntp-server-to-method-cache): New variable.
9081         (nntp-group-pathname): New function that decodes non-ASCII group names.
9082         (nntp-possibly-create-directory, nntp-marks-changed-p)
9083         (nntp-save-marks, nntp-open-marks): Use it.
9084         (nntp-possibly-create-directory, nntp-open-marks):
9085         Bind file-name-coding-system to nnmail-pathname-coding-system.
9086         (nntp-open-marks): Decode group names when bootstrapping marks.
9087
9088         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9089         Newsgroups and Folowup-To headers.
9090
9091 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9094         (gnus-server-closed-face, gnus-server-denied-face)
9095         (gnus-server-offline-face): Remove variable.
9096         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9097
9098         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9099         of modifying message-stack directly for XEmacs.
9100
9101         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9102         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9103         if the coding-system argument is nil for XEmacs.
9104
9105         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9106         mm-charset-override-alist.
9107
9108         * rfc2047.el: Don't require base64; require rfc2045 for the function
9109         rfc2045-encode-string.
9110         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9111         to quote the parameter value.
9112
9113 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9116         form in gnus-group-name-charset-method-alist.
9117
9118         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9119         overrides the default layout edit-form.
9120
9121         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9122
9123         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9124
9125 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9128         as unfetched articles.
9129
9130 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9133
9134 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9137         original back end that keeps marks in the local system.
9138
9139 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9142         arg of pop-to-buffer for XEmacs.
9143         (gnus-article-read-summary-keys): Ditto; don't restore window
9144         configuration if summary command ends up with neither article buffer
9145         nor summary buffer; describe bindings if summary keys end with C-h.
9146
9147 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * message.el (message-fix-before-sending): Skip raw message part to be
9150         forwarded while checking illegible text.
9151         (message-forward-make-body-mime, message-forward-make-body):
9152         Mark signed or encrypted raw message as having no illegible text.
9153
9154 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9157         (gnus-message-with-timestamp-1): New macro.
9158         (gnus-message-with-timestamp): New function.
9159         (gnus-message): Use them.
9160
9161         * nnheader.el (nnheader-message): Use them.
9162
9163 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9166         .newsrc.eld file.
9167
9168 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-agent.el (gnus-agent-fetch-headers)
9171         (gnus-agent-retrieve-headers):
9172         Bind gnus-decode-encoded-address-function to identity.
9173
9174         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9175         available also when the server returns simply a dot.
9176
9177         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9178
9179 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9182
9183 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-ems.el (gnus-x-splash): Make it work.
9186
9187         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9188         from being used.
9189
9190         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9191
9192 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9195         4th and the 5th arguments.
9196
9197         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9198         the front stickiness.
9199         (gnus-article-summary-command-nosave): Correct the order of the
9200         arguments passed to pop-to-buffer.
9201         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9202         summary command ends up with the article buffer.
9203
9204         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9205         the same faces.
9206
9207 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9208
9209         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9210
9211 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9212
9213         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9214         * gnus-sum.el (gnus-summary-highlight):
9215         * pgg.el (pgg-sign-region, pgg-sign):
9216         * mail-source.el (mail-source-delete-old-incoming-confirm):
9217         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9218
9219 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-art.el (gnus-mime-view-part-externally)
9222         (gnus-mime-view-part-internally): Fix predicate function passed to
9223         completing-read.
9224
9225         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9226
9227         * gnus.el (gnus-update-message-archive-method): Add :version.
9228
9229 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus.el (gnus-update-message-archive-method): New variable.
9232
9233         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9234         according to gnus-message-archive-method if
9235         gnus-update-message-archive-method is non-nil.
9236
9237 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9240         Suggested by Loic Dachary <loic@dachary.org>.
9241         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9242
9243 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * message.el (message-pop-to-buffer): Add switch-function argument.
9246         (message-mail): Pass switch-function argument to it.
9247
9248 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9251         Improve doc string.
9252
9253 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9256         (gnus-header-content)
9257         * gnus-cite.el (gnus-cite-10)
9258         * gnus-srvr.el (gnus-server-closed)
9259         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9260         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9261         (gnus-group-mail-3-empty, gnus-group-mail-low)
9262         (gnus-group-mail-low-empty, gnus-splash)
9263         * message.el (message-header-to, message-header-cc)
9264         (message-header-subject, message-header-other, message-header-name)
9265         (message-header-xheader, message-separator, message-cited-text)
9266         (message-mml): Lighten colors of faces used for dark background.
9267
9268 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9269
9270         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9271         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9272
9273 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * message.el (message-narrow-to-headers-or-head):
9276         Ignore mail-header-separator in the body.
9277
9278 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9281         same as window size.
9282
9283 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9284
9285         * message.el (message-font-lock-keywords): Use message-header-xheader
9286         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9287         ahead of the anything pattern, to get it recognised.
9288
9289 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9292         spam.el loads uses it in the compiled defadvice form.
9293
9294 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9295
9296         * gnus-sum.el (gnus-articles-to-read)
9297         (gnus-summary-insert-old-articles): Don't truncate group name for
9298         `read-string'.
9299
9300         * gnus-util.el (gnus-limit-string): Delete this function.
9301
9302         * gnus-sum.el (gnus-simplify-subject-fully):
9303         Use `truncate-string-to-width' instead.
9304
9305 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9306
9307         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9308         Tell if, on summary exit, the next group has to be selected.
9309         (gnus-summary-exit): Use it.
9310
9311 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9314         non-break space.
9315
9316 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9319         Check if group is not a directory.
9320         (nnfolder-request-expire-articles): Don't delete articles if the target
9321         group is not available.
9322
9323         * nnml.el (nnml-request-create-group): Properly check if group is not a
9324         file.
9325         (nnml-request-expire-articles): Don't delete articles if the target
9326         group is not available.
9327
9328         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9329         Don't quote characters that are within parentheses.
9330
9331 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9334         (gnus-handle-ephemeral-exit): Select article according to it.
9335
9336 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * message.el (message-insert-formated-citation-line): Remove newline.
9339         (message-citation-line-format): Add final \n here so that the user can
9340         avoid a blank line.
9341
9342 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9343
9344         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9345         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9346         Update lanl/arXiv support.
9347
9348 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus.el: Bump version number.
9351
9352 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * gnus.el (gnus-version-number): Bump version.
9355
9356 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9357
9358         * gnus.el: No Gnus v0.6 is released.
9359
9360 2007-04-27  Didier Verna  <didier@xemacs.org>
9361
9362         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9363         * gmm-utils.el (gmm-regexp-concat): ... here.
9364         * message.el: Don't require 'gnus-util.
9365         (message-dont-reply-to-names): Handle name change above.
9366         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9367
9368 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9371         since the initial value varies according to the system.
9372
9373 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9376
9377 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9378
9379         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9380
9381 2007-04-24  Didier Verna  <didier@xemacs.org>
9382
9383         Improve the type of gnus-ignored-from-addresses.
9384         * gnus-util.el (gnus-orify-regexp): New function.
9385         * message.el (gnus-util): Require it.
9386         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9387         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9388         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9389
9390 2007-04-24  Didier Verna  <didier@xemacs.org>
9391
9392         * gnus-sum.el:
9393         * gnus-utils.el: Fix some trailing whitespaces.
9394
9395 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9398         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9399         article's Message-ID; refer parent article in summary buffer.
9400
9401         * message.el (message-bounce): Call mime-to-mml.
9402
9403         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9404         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9405         optimize and/or forms properly.
9406
9407 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9410         URL.
9411
9412 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9415
9416 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9419         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9420         displayed of multipart/alternative part if it is invoked from summary
9421         buffer.
9422
9423         * mm-view.el (mm-inline-text-html-render-with-w3m)
9424         (mm-inline-text-html-render-with-w3m-standalone)
9425         (mm-inline-render-with-function): Use mail-parse-charset by default.
9426
9427 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9428
9429         * parse-time.el (parse-time-string-chars): Check if CHAR
9430         is less than the length of parse-time-syntax.
9431
9432 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9435         from gnus-newsgroup-processable.
9436
9437 2007-04-16  Didier Verna  <didier@xemacs.org>
9438
9439         * gnus-msg.el (gnus-configure-posting-styles):
9440         Handle message-signature-directory properly with :file syntax.
9441         Reported by "Leo".
9442
9443 2007-04-11  Didier Verna  <didier@xemacs.org>
9444
9445         New user option: message-signature-directory.
9446         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9447         * message.el (message-insert-signature): Ditto.
9448         * message.el (message-signature-file): Doc update.
9449         * message.el (message-signature-directory): New.
9450
9451 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-msg.el (gnus-inews-yank-articles):
9454         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9455
9456 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * message.el (message-yank-original): Make sure cited text ends with
9459         newline; don't exchange point and mark.
9460
9461 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9462
9463         * tls.el (open-tls-stream): Properly handle case where there
9464         is no associated buffer.
9465
9466 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9467
9468         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9469         message-yank-original, make sure (< mark TEXT point).
9470
9471 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * message.el (message-fill-column): New variable.
9474         (message-mode): Use it.  Add comment on a possible new hook.
9475
9476         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9477         (nnmail-get-new-mail): Reformat.
9478
9479         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9480
9481         * gmm-utils.el: Fix Commentary.
9482         (gmm-tool-bar-from-list): Fix typo in doc string.
9483
9484 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9485
9486         * message.el (message-yank-original): Don't switch point and mark
9487         unnecessarily to put point and mark as documented.
9488
9489 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9492         from the message heads.
9493
9494 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9495
9496         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9497         article buffer does not have a window.  This may not be the best
9498         solution but is certainly better than setting the start of the null,
9499         that is the current, window.
9500
9501 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9504         (gnus-draft-setup): Run it.
9505
9506         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9507         gnus-score-fast-scoring.  Allow regexp.
9508         (gnus-score-headers): Use it.
9509
9510         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9511         XEmacs.
9512
9513         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9514         string.
9515         (gnus-button-alist): Also catch `<f1> k ...'.
9516         (gnus-treat-display-x-face): Fix doc string.
9517
9518 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9519
9520         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9521         evaluation of gnus-extended-version to ensure correct generation of the
9522         User-Agent header when message-generate-headers-first is used.
9523
9524 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9525
9526         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9527         hashcash-path is nil.  Don't call callback with incorrect number of
9528         parameters if val is 0.
9529
9530 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9531
9532         * message.el (message-required-news-headers):
9533         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9534
9535 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9536
9537         * tls.el (open-tls-stream): In handshake-waiting loop,
9538         don't wait more if there is output available to process.
9539
9540 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9541
9542         * tls.el (tls-program): Doc fix.
9543
9544 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * message.el (message-generate-new-buffers): Change the meaning of the
9547         nil value; add `standard' to the choices; treat t as `unique'; improve
9548         doc string.
9549         (gnus-select-frame-set-input-focus): Autoload.
9550         (message-buffer-name): Search for the existing message buffer if
9551         message-generate-new-buffers is nil or `standard'; treat the value t of
9552         message-generate-new-buffers as `unique'.
9553         (message-pop-to-buffer): Raise the frame already displaying the message
9554         buffer; clear the echo area after querying.
9555         (message-setup): Pass the `continue' argument to compose-mail.
9556         (message-mail): Prefer `switch-function' if it is given; search for the
9557         existing message buffer if the `continue' argument is non-nil; pass
9558         continue and switch-function arguments to compose-mail by way of
9559         message-setup.
9560         (message-mail-other-window): Adjust argument of message-setup.
9561         (message-mail-other-frame): Ditto.
9562
9563 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9566         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9567         to turn font-lock on when turning gnus-message-citation-mode on.
9568
9569 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9570
9571         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9572         (mml-smime-function-alist): New variable; add epg as the backend.
9573         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9574         mml-smime- functions instead.
9575         * mm-view.el: Require smime.
9576
9577 2007-03-05  Didier Verna  <didier@xemacs.org>
9578
9579         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9580         instead of just inheritance for posting styles.
9581         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9582
9583 2007-02-24  Chris Moore  <dooglus@gmail.com>
9584
9585         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9586         * pgg-pgp.el (pgg-pgp-encrypt-region):
9587         * pgg-gpg.el (pgg-gpg-encrypt-region):
9588         Check pgg-encrypt-for-me if no other recipients.
9589
9590 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9591
9592         * tls.el (tls-certtool-program): Fix custom type.
9593
9594 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9597         and point-at-eol instead of line-(beginning|end)-position.
9598
9599         * assistant.el (assistant-parse-buffer): Ditto.
9600
9601         * netrc.el (netrc-parse-services): Ditto.
9602
9603 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9604
9605         * mml2015.el (mml2015-epg-find-usable-key): New function.
9606         (mml2015-epg-sign): Use it.
9607         (mml2015-epg-encrypt): Use it.
9608
9609 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * message.el (message-make-in-reply-to): Quote name containing
9612         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9613         if there are special characters.  Reported by NAKAJI Hiroyuki
9614         <nakaji@jp.freebsd.org>.
9615
9616 2007-02-27  Didier Verna  <didier@xemacs.org>
9617
9618         Include the group parameters as well as the topic ones in the
9619         inheritance filter process.
9620         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9621         argument GROUP-PARAMS-LIST.
9622         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9623
9624 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * nntp.el (nntp-never-echoes-commands)
9627         (nntp-open-connection-functions-never-echo-commands): New variables.
9628         (nntp-send-command): Use them.
9629
9630 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9631
9632         * mml2015.el (mml2015-epg-verify): Simplify.
9633
9634 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * mml.el (mml-content-disposition-alist): New user option.
9637         (mml-content-disposition): New function.
9638         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9639         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9640
9641 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9642
9643         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9644         verification.
9645
9646 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9647
9648         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9649         articles posted in the last 24 hours.
9650
9651 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9652
9653         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9654
9655 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9656
9657         * nntp.el (nntp-send-command): Don't wait for echoes when
9658         nntp-open-ssl-stream is used.
9659
9660 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9663         (gnus-message-add-citation-keywords)
9664         (gnus-message-remove-citation-keywords): Remove.
9665         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9666         directly, make the variables in font-lock-defaults buffer-local, add
9667         gnus-message-citation-keywords to them and then update the value of
9668         font-lock-keywords.
9669
9670 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * message.el (message-cite-original-1): Don't call
9673         gnus-article-highlight-citation.
9674
9675         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9676         citations; fix line count.
9677
9678 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9681         (gnus-message-add-citation-keywords)
9682         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9683         versions of font-lock-add-keywords and font-lock-remove-keywords to
9684         work with XEmacs correctly.
9685
9686 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-cite.el (gnus-cite-face-list): Set the values of
9689         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9690         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9691         (gnus-message-cite-prefix-regexp): New variable.
9692         (gnus-message-search-citation-line): Use it; protect against long
9693         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9694         the 0th match data for Emacs.
9695         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9696         (gnus-message-add-citation-keywords): Append keywords rather than
9697         prepending; emulate font-lock-add-keywords if it is not available.
9698         (gnus-message-remove-citation-keywords):
9699         Emulate font-lock-remove-keywords if it is not available.
9700
9701         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9702
9703         * message.el (message-cite-prefix-regexp): Set the value of
9704         gnus-message-cite-prefix-regexp.
9705
9706 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9707
9708         * nnweb.el (nnweb-google-parse-1): Update parser.
9709
9710 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9711
9712         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9713
9714 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9715
9716         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9717         regexp.
9718
9719 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9722         string-to-multibyte.
9723         (uudecode-decode-region-internal): Use it.
9724
9725         * lpath.el: Fbind string-as-multibyte for XEmacs.
9726
9727 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9730         Fix custom choice.
9731
9732         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9733
9734 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9735
9736         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9737
9738         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9739         `write-region' to respect `mm-inhibit-file-name-handlers'.
9740
9741 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9744         Use gnus-home-directory instead of "~/" or "$HOME".
9745
9746 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9747
9748         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9749         to mention filename.
9750         Add comments at beginning regarding usage.
9751         (encrypt-write-file-contents): Change interactive so a string is
9752         acceptable.  If the file has no associated model, show an error instead
9753         of a nonsense prompt.
9754
9755 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9756
9757         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9758         Thanks to Yoshihiko Yamada for kind notification of this typo.
9759
9760 2007-01-12  Kenichi Handa  <handa@m17n.org>
9761
9762         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9763         multibyte buffer.
9764
9765 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-score.el (gnus-score-fast-scoring): New variable.
9768         (gnus-score-headers): Use it.
9769
9770         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9771
9772         * message.el (message-cite-original-1):
9773         Call gnus-article-highlight-citation if requested.
9774         (message-make-from): Allow name and address as optional arguments.
9775
9776         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9777
9778         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9779         bugs to doc string.
9780         (gnus-button-alist): Add mid\\|message-id.
9781         (gnus-button-fetch-group): Extend for use in
9782         `browse-url-browser-function'.
9783         (gnus-button-url-regexp): Try to catch paired parentheses like in
9784         Wikipedia URLs.
9785
9786         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9787         Suggested by Simon Krahnke <overlord@gmx.li>.
9788
9789 2007-01-13  Romain Francoise  <romain@orebokech.com>
9790
9791         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9792         Update copyright.
9793
9794 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9795
9796         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9797
9798 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9799
9800         * gnus-registry.el (gnus-registry-unfollowed-groups)
9801         (gnus-registry-split-fancy-with-parent): Fix documentation.
9802
9803 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9806         from nnweb groups.
9807
9808 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9811         Xref urls.  Erase buffer before requesting head.
9812
9813         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9814
9815 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9818         customizable.
9819
9820 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9821
9822         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9823         no signing key is found.
9824         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9825         no encrypting and/or signing key is found.
9826
9827 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9830
9831 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9832
9833         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9834         headers read from disk with the ones newly found in the current search.
9835         This should no longer cause problems, because the article numbers in
9836         Gmane's `nov.php' output are ignored since the previous change.
9837
9838 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9839
9840         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9841
9842 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9845         replace-regexp-in-string; bind url-version; fbind display-images-p and
9846         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9847         find-face and set-itimer-function for Emacs; bind itimer-list for
9848         Emacs.
9849
9850         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9851
9852 2007-01-01  Romain Francoise  <romain@orebokech.com>
9853
9854         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9855
9856 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9857
9858         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9859         `define-minor-mode' macro definition expanded properly.
9860         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9861         exclude it there.
9862
9863         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9864         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9865         `fboundp' test.
9866         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9867         This is OK to autoload in (S)XEmacs now.
9868
9869 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9872         keystroke.
9873         (gnus-summary-limit-to-singletons): Fix typo.
9874
9875         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9876         else fails.
9877
9878 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9879
9880         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9881         docstring.
9882
9883         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9884         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9885         (gnus-summary-insert-dormant-articles): Fix typo in message.
9886
9887 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9890         nil for XEmacs.
9891         (gnus-message-citation-mode): Don't autoload in XEmacs.
9892
9893         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9894
9895 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9896
9897         * nnimap.el (nnimap-expunge-search-string):
9898         Mention nnimap-search-uids-not-since-is-evil in docstring.
9899
9900 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * spam.el: Revert to make-obsolete-variable because
9903         define-obsolete-variable-alias is not supported in Emacs 21.
9904
9905         * spam.el (spam-ifile-path, spam-ifile-database-path)
9906         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9907         make-obsolete-variable.
9908         (spam-bsfilter-path, spam-bsfilter-program)
9909         (spam-spamassassin-path, spam-spamassassin-program)
9910         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9911         Don't use "path" inappropriately.
9912         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9913         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9914         variable names.
9915
9916 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9917
9918         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9919         summary buffer.
9920
9921         * password.el (password-cache-remove): Use clear-string to burn
9922         password, if available.
9923
9924 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9927
9928         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9929
9930         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9931         (gnus-message-highlight-citation): Move defcustom here from
9932         gnus-cite.el.
9933         (gnus-message-citation-mode): Autoload.
9934
9935         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9936         checks to make it compile with XEmacs.
9937         (gnus-message-citation-mode): New minor mode.
9938         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9939         (gnus-message-highlight-citation): New variables.
9940         (gnus-message-search-citation-line)
9941         (gnus-message-add-citation-keywords)
9942         (gnus-message-remove-citation-keywords)
9943         (turn-on-gnus-message-citation-mode)
9944         (turn-off-gnus-message-citation-mode): New functions.
9945
9946 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9947
9948         * gnus-cite.el: Enable highlighting of different citation levels in
9949         message-mode.
9950
9951 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * message.el (message-make-fqdn): Fix comment.
9954         (message-bogus-system-names): Add ".local".
9955
9956         * spam.el (spam-ifile-path, spam-ifile-program)
9957         (spam-ifile-database-path, spam-ifile-database)
9958         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9959         Don't use "path" inappropriately.
9960         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9961         strings.
9962         (spam-check-ifile, spam-ifile-register-with-ifile)
9963         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9964         Use new variable names.
9965
9966         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9967         (gnus-treat-display-smileys): Simplify using
9968         gnus-image-type-available-p.
9969
9970         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9971         available.
9972
9973         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9974         Use `display-images-p' if available.
9975
9976 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9979         one after turning on the buffer's multibyteness instead of decoding
9980         them directly in the unibyte buffer that causes unexpected conversion
9981         in Emacs 23 (unicode).
9982
9983 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9984
9985         * message.el (message-generate-hashcash): Fix custom type.
9986
9987 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9990
9991 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9994         disconnect icons.  Add help text.
9995
9996 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9997
9998         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9999         negated to be consistent with the others we handle.
10000
10001 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10004         version of gnus-summary-buffer to something, so that we can use two
10005         article buffers at the same time.
10006
10007 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10008
10009         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10010         trigger all the extra headers.
10011         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10012         sorting.
10013
10014 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10015
10016         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10017         solid groups.
10018
10019 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10020
10021         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10022
10023 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * legacy-gnus-agent.el: Add Copyright notice.
10026
10027 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10028
10029         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10030
10031 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10034
10035         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10036         to make it work reliably in CVS Emacs.
10037         (gnus-summary-limit-strange-charsets-predicate)
10038         (gnus-summary-limit-to-predicate): New functions.
10039
10040 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10041
10042         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10043         specifying array size.
10044         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10045         array if it is too small.
10046         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10047         (gnus-sort-threads-loop): New function.
10048
10049 2006-12-06  Chris Moore  <dooglus@gmail.com>
10050
10051         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10052         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10053
10054 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10055
10056         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10057         options.
10058
10059 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10062         DOS-ing the recipient.
10063
10064         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10065         the headers when creating the mapping to avoid mismappings.
10066         (nnweb-gmane-create-mapping): Always nix out old mapping.
10067
10068 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10071         and mm-verify-option to never.
10072
10073 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * message.el (message-signed-or-encrypted-p): New function.
10076         (message-forward-make-body): Use it.
10077
10078         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10079         Replace encode-coding-string with mm-encode-coding-string.
10080
10081 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * nneething.el (nneething-decode-file-name):
10084         Replace decode-coding-string with mm-decode-coding-string.
10085
10086         * gnus-int.el (gnus-open-server): Say failed server's name.
10087
10088 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10089
10090         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10091         strings to a single string.  Quote `errors-file-name'.
10092         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10093         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10094         Adjust calls.  Use `shell-quote-argument'.
10095
10096 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10097
10098         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10099         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10100
10101         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10102         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10103         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10104         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10105         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10106         (gnus-subscribe-newsgroup, gnus-1):
10107         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10108         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10109         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10110         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10111
10112 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10113
10114         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10115         keystroke.
10116         (gnus-summary-limit-to-bodies): Implement headersp.
10117
10118 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10121
10122 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10125
10126 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * message.el (message-generate-hashcash): Expand range of values to
10129         include `opportunistic'.
10130         (message-send-mail): Use it.
10131
10132 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10133
10134         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10135         and comment it.
10136
10137         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10138
10139 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-util.el (gnus-extract-address-components): Improve comment.
10142
10143 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-util.el (gnus-extract-address-components): Work with address in
10146         which the name portion contains @.
10147
10148         * lpath.el: Fbind custom-autoload.
10149
10150 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * gnus.el (gnus-start): Move custom group up.
10153         (gnus-select-method): Don't autoload, but make it available for
10154         `customize-variable'.
10155         (gnus-getenv-nntpserver): Don't autoload.
10156
10157 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10158
10159         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10160
10161 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * message.el (message-sendmail-extra-arguments): New variable.
10164         (message-send-mail-with-sendmail): Use it.
10165
10166 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10169         mm-with-unibyte-current-buffer to make string unibyte.
10170
10171         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10172         mm-string-as-multibyte.
10173
10174 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10175
10176         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10177         Reported by Werner Koch <wk@gnupg.org>.
10178
10179 2006-11-14  Daiki Ueno  <ueno@p360>
10180
10181         * mml2015.el: Autoload epa-select-keys when compiling.
10182
10183 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10184
10185         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10186         message-options.
10187         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10188
10189 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10190
10191         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10192         EasyPG (< 0.0.6).
10193         (mml2015-always-trust): New user option.
10194         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10195         prompt.
10196
10197 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * nntp.el (nntp-authinfo-force): New variable.
10200         (nntp-send-authinfo): Use it.
10201
10202 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10205         decode encoded words.  Improve prompt.  Add comment about forwarding.
10206         (message-replacement-char): Move up.
10207
10208 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10209
10210         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10211         instead of gnus-intersection because arguments of gnus-sorted-nunion
10212         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10213
10214 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10217         (message-simplify-subject-functions):
10218         Enable message-strip-subject-encoded-words by default.
10219
10220 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * message.el (message-strip-subject-encoded-words): New function.
10223         (message-simplify-subject-functions): New variable.
10224         (message-simplify-subject): Use it.  Fix typo in doc string.
10225         Support message-strip-subject-encoded-words.
10226
10227 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10228
10229         * gnus-diary.el (gnus-diary-delay-format-function):
10230         * nndiary.el (nndiary-reminders):
10231         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10232
10233 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * gnus-art.el (article-hide-boring-headers): Fetch date from
10236         gnus-original-article-buffer to avoid problems with localized date
10237         strings.
10238
10239 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10242
10243 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10246         New variables.
10247         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10248         (mm-charset-synonym-alist): Move some entries to
10249         mm-codepage-iso-8859-list.
10250         (mm-charset-synonym-alist, mm-charset-override-alist):
10251         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10252
10253 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10256
10257 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10260         with Emacs 21 and XEmacs.
10261
10262 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * spam.el (spam-parse-address): New function for better parsing,
10265         catching errors, etc.
10266         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10267
10268 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * mm-view.el: Add interactive arg to html2text autoload.
10271
10272 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10275
10276 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10279         New variables.
10280         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10281         (mm-charset-synonym-alist): Move some entries to
10282         mm-codepage-iso-8859-list.
10283
10284         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10285
10286 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * message.el (message-citation-line-format)
10289         (message-insert-formated-citation-line): Fix implementation of %E, %N
10290         and %n according to the doc string.
10291
10292 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10293
10294         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10295         Use car-safe to avoid bad parses.
10296
10297 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10300         names.
10301
10302         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10303
10304 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10307         header.
10308
10309         * message.el (message-draft-headers): Add Date.
10310         (message-headers-to-generate): Fix typo in docstring.
10311
10312         * nndraft.el (nndraft-required-headers): New variable.
10313         (nndraft-generate-headers): Use it.
10314
10315         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10316
10317 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10318
10319         * gnus-registry.el (gnus-registry-wash-for-keywords)
10320         (gnus-registry-find-keywords): New functions to allow easy searching of
10321         articles that are in the registry.
10322
10323 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10324
10325         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10326         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10327         Reported by Damien Elmes <damien@repose.cx>.
10328
10329 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * gnus.el (gnus-mime): Remove unused custom group.
10332
10333 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10336         "blank line" when searching for end of armor headers.
10337
10338 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gmm-utils.el (gmm-write-region): Fix variable name.
10341
10342 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * gmm-utils.el (gmm-write-region): New function based on compatibility
10345         code from `mm-make-temp-file'.
10346
10347         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10348
10349         * nnmaildir.el (nnmaildir--update-nov)
10350         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10351         Use `gmm-write-region'.
10352
10353 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10356         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10357
10358         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10359
10360         * message.el (message-replacement-char): New variable.
10361         (message-fix-before-sending): Use it.
10362         (message-simplify-subject): New function to remove duplicate code.
10363         (message-reply, message-followup): Use it.
10364
10365         * gnus-sum.el (gnus-summary-make-menu-bar):
10366         Clarify gnus-summary-limit-to-articles.
10367
10368 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-util.el (gnus-with-local-quit): New macro.
10371
10372         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10373
10374 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10375
10376         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10377         ignore non-string data.
10378
10379 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10380
10381         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10382         non-string data (needs to be done in the registry too).
10383
10384 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10385
10386         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10387         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10388         (gnus-registry-split-fancy-with-parent)
10389         (gnus-registry-fetch-simplified-message-subject-fast)
10390         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10391         Remove text properties on ingress into the registry and when it's saved.
10392         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10393         registry from entries with no groups.
10394
10395 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10396
10397         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10398         function to remove string properties.
10399
10400 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gmm-utils.el (gmm): Adjust custom version.
10403
10404         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10405         Adjust custom version.
10406
10407         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10408
10409 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * gnus-art.el (gnus-insert-prev-page-button)
10412         (gnus-insert-next-page-button): Simplify.  Reformat.
10413
10414 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10415
10416         * gnus-art.el (gnus-insert-prev-page-button)
10417         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10418
10419 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10420
10421         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10422
10423 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10424
10425         * gnus-art.el (gnus-insert-mime-button)
10426         (gnus-insert-mime-security-button):
10427         Apply gnus-article-button-face to MIME and security buttons.
10428
10429 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10432         readable.
10433
10434 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10437
10438 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10439
10440         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10441         `browse-url-of-file' instead of `browse-url'.
10442
10443 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10444
10445         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10446         regexp.  Articles containing quotation were cut prematurely.
10447
10448 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * message.el (message-cite-original-1): Use nobody by default for the
10451         value of From header.
10452         (message-reply): Ditto.
10453
10454 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10455
10456         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10457         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10458         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10459
10460 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10463         mails in the doc string.  Add some URLs in comment.
10464         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10465
10466 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10469         backslashes handling and the way to find boundaries of quoted strings.
10470
10471 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10472
10473         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10474         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10475         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10476         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10477
10478 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10481         doc string.
10482         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10483
10484 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * lpath.el: Fbind epg-check-configuration.
10487
10488 2006-09-06  Simon Josefsson  <jas@extundo.com>
10489
10490         * mml2015.el (mml2015-use): Doc fix, mention epg.
10491
10492 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10493
10494         * mml2015.el (mml2015-use): Default to epg, if available.
10495
10496 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10497
10498         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10499         message-sender.
10500         (mml1991-epg-encrypt): Ditto.
10501         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10502         message-sender.
10503         (mml2015-epg-encrypt): Ditto.
10504
10505 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10506
10507         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10508         several common directories.
10509
10510 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10511
10512         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10513         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10514
10515 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-art.el (article-decode-encoded-words): Make it fast.
10518
10519 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10522
10523         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10524         in quoted string into `\'.
10525
10526 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10529         Use standard-syntax-table.
10530
10531 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-art.el (gnus-decode-address-function): New variable.
10534         (article-decode-encoded-words): Use it to decode headers which are
10535         assumed to contain addresses.
10536         (gnus-mime-delete-part): Remove useless `or'.
10537
10538         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10539         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10540         (gnus-nov-parse-line): Use it to decode From header.
10541         (gnus-get-newsgroup-headers): Ditto.
10542         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10543
10544         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10545         (mail-decode-encoded-address-string): New alias.
10546
10547         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10548         New function.
10549         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10550         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10551         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10552         (rfc2047-decode-string): Ditto.
10553         (rfc2047-decode-address-region): New function.
10554         (rfc2047-decode-address-string): New function.
10555
10556 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10557
10558         * message.el (message-caesar-buffer-body): Allow rotating headers.
10559
10560         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10561
10562         * message.el (message-insert-formated-citation-line): Fix %f.
10563         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10564
10565 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10568         (gnus-bookmark-mouse-available-p): New macro.
10569         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10570         (gnus-bookmark-bmenu-show-infos): Use it.
10571         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10572         (gnus-bookmark-bmenu-hide-infos): Ditto.
10573         (gnus-bookmark-remove-properties): New function.
10574         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10575         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10576         (gnus-bookmark-write-file): Bind coding-system-for-write.
10577         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10578         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10579         group before selecting it.
10580         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10581         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10582         quit-window if it is not available; use gnus-mouse-2 and bind it to
10583         gnus-bookmark-bmenu-select-by-mouse.
10584         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10585         (gnus-bookmark-bmenu-select-by-mouse): New function.
10586
10587 2006-08-13  Romain Francoise  <romain@orebokech.com>
10588
10589         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10590         space.
10591
10592 2006-08-10  Romain Francoise  <romain@orebokech.com>
10593
10594         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10595         (dns-mode-soa-auto-increment-serial): New user option.
10596         (dns-mode-soa-maybe-increment-serial): New function.
10597         (dns-mode): Add the latter to `write-contents-functions'.
10598
10599 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * compface.el (uncompface): Use binary rather than raw-text-unix.
10602
10603 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * compface.el (uncompface): Make sure the eol conversion doesn't take
10606         place when communicating with the external programs.
10607         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10608
10609 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10612
10613 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10614
10615         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10616         Make it more robust by parsing author and date independently.
10617
10618 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10621
10622 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10623
10624         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10625         first matching secret key.
10626         (mml2015-epg-encrypt): Ditto.
10627
10628         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10629         first matching secret key.
10630         (mml1991-epg-encrypt): Ditto.
10631
10632         * mml2015.el (mml2015-encrypt-to-self): New user option.
10633         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10634         mml2015-epg-encrypt-to-self is set.
10635
10636         * mml1991.el (mml1991-encrypt-to-self): New variable.
10637         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10638         mml1991-epg-encrypt-to-self is set.
10639
10640         * mml2015.el (mml2015-signers): New user option.
10641         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10642         (mml2015-epg-encrypt): Allow to select signing keys.
10643
10644         * mml1991.el (mml1991-signers): New variable.
10645         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10646         (mml1991-epg-encrypt): Allow to select signing keys.
10647
10648 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * nnheader.el (nnheader-insert-head): Make it work even if the file
10651         uses CRLF for the line-break code.
10652
10653 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10654
10655         * mml2015.el: Require mml-sec instead of password.
10656         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10657         (mml2015-cache-passphrase): Inherit the default value from
10658         mml-secure-cache-passphrase.
10659         (mml2015-passphrase-cache-expiry): Inherit the default value from
10660         mml-secure-passphrase-cache-expiry.
10661
10662         * mml1991.el: Require mml-sec instead of password.
10663         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10664         (mml1991-cache-passphrase): Inherit the default value from
10665         mml-secure-cache-passphrase.
10666         (mml1991-passphrase-cache-expiry): Inherit the default value from
10667         mml-secure-passphrase-cache-expiry.
10668
10669         * mml-sec.el: Require password.
10670         (mml-secure-verbose): New user option.
10671         (mml-secure-cache-passphrase): New user option.
10672         (mml-secure-passphrase-cache-expiry): New user option.
10673
10674 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10675
10676         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10677         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10678         andreas@altroot.de (Andreas Vögele).
10679
10680         FIXME: Use `tiny change'?
10681
10682 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10683
10684         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10685         workaround for the url package included with Emacs.
10686
10687         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10688
10689 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10692         correctly.  This fixes a bug caused by the 2006-05-12 change.
10693
10694 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10695
10696         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10697         some information about the error when saying that the `bogus' mail
10698         group will be used.
10699
10700 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10703         string.
10704
10705 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10706
10707         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10708
10709 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10710
10711         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10712
10713 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10714
10715         * mml1991.el (mml1991-function-alist): Add epg.
10716         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10717         (mml1991-epg-encrypt): New functions.
10718
10719 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10720
10721         * mml2015.el (mml2015-verbose): New variable.
10722         (mml2015-cache-passphrase): Ditto.
10723         (mml2015-passphrase-cache-expiry): Ditto.
10724         (mml2015-function-alist): Add epg.
10725         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10726         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10727         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10728         New functions.
10729
10730 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10731
10732         * message.el (message-cite-original-1): Preserve region when removing
10733         quoted text due to X-No-Archive in order to avoid bogus attribution
10734         when citing multiple messages.
10735
10736 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10737
10738         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10739         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10740
10741 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * gnus-diary.el (gnus-user-format-function-d)
10744         (gnus-user-format-function-D): Autoload.
10745
10746         * imap.el (Commentary): Fix typo.
10747
10748         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10749         2006-04-22 contribution.
10750
10751 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10752
10753         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10754         It didn't really fix the bogosity I'm seeing with solid web groups.
10755
10756 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10757
10758         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10759         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10760         created using server names.  If we use the feature without declaring
10761         it, Gnus does not properly manage server and group state.
10762
10763         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10764         bound.
10765
10766 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10767
10768         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10769         looking up the method using GROUP's prefix before inventing a new one.
10770         It is used on killed/unknown groups in various places where returning
10771         an all-new method isn't expected by the caller.
10772
10773         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10774         and match semantics of gnus-group-real-prefix.
10775
10776 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * nnmail.el (nnmail-broken-references-mailers): New variable.
10779         (nnmail-ignore-broken-references): New function generalizing
10780         nnmail-fix-eudora-headers.
10781         (nnmail-fix-eudora-headers): Now obsolete.
10782
10783         * gnus-art.el (gnus-button-handle-custom):
10784         Support `customize-apropos*'.
10785
10786 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10789
10790         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10791         articles.
10792
10793 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * message.el (message-cite-reply-above): New variable.
10796         (message-yank-original): Use it.
10797
10798 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10801
10802 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10805         as read.
10806
10807         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10808
10809 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10812         (gnus-bookmark-default-file): Use gnus-directory.
10813         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10814         Remove "*" in doc string.
10815         (gnus-bookmark-write-file): Simplify.
10816         (gnus-bookmark-maybe-sort-alist): Use `when'.
10817         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10818         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10819         Add FIXME about Emacs 21 and XEmacs compatibility.
10820         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10821         compatibility.
10822         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10823         compatibility.
10824         (gnus-bookmark-menu-heading): Fix version.
10825
10826 2006-06-19  Bastien Guerry  <bzg@altern.org>
10827
10828         * gnus-bookmark.el: New file.
10829
10830 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * message.el (message-syntax-checks): Doc fix.
10833
10834 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10835
10836         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10837         unsubscribed groups as if they were killed ones.  It causes duplicate
10838         entries in gnus-newsrc-alist.
10839
10840 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * message.el (message-syntax-checks): Doc fix.
10843         (message-send-mail): Add check for continuation headers.
10844         (message-check-news-header-syntax): Fix regexp used to check for
10845         continuation headers.
10846
10847 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10850
10851 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10854
10855 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10858         default-truncate-lines.
10859
10860 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10863         to fill the utf-8 entry.
10864
10865         * lpath.el: Fbind unicode-precedence-list.
10866
10867 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10868
10869         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10870
10871 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10872
10873         * gnus-agent.el (directory-files-and-attributes): Move all the way
10874         forward (the third and final move).
10875         (gnus-agent-read-agentview): Trap reconstruction errors due to
10876         nonexistent directory.  Handle by returning nil.
10877
10878 2006-05-30  Didier Verna  <didier@xemacs.org>
10879
10880         * message.el (message-dont-reply-to-names): Update the custom type.
10881         * message.el (message-dont-reply-to-names): New defsubst: potentially
10882         convert a list of regexps into a single one.
10883         * message.el (message-get-reply-headers): Use it.
10884         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10885
10886 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gnus-agent.el (directory-files-and-attributes): Move forward.
10889
10890 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * gnus-ml.el (gnus-mailing-list-subscribe)
10893         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10894         (gnus-mailing-list-message): Fix doc strings.
10895
10896 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10897
10898         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10899         of doing it manually.
10900
10901 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10904         comment.
10905
10906 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10907
10908         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10909         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10910         (gnus-agent-read-local): All symbols allocated in my-obarray.
10911         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10912         (gnus-agent-regenerate-group): Check numeric names to see if they are
10913         messages or groups.
10914         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10915         better way of do this...)
10916
10917         * gnus-cache.el (gnus-agent-total-fetched-for):
10918         Ignore 'dummy.group' (there should be a better way of do this...)
10919
10920 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10923         (gnus-saved-headers): Ditto.
10924         (gnus-default-article-saver): Mention functions may have properties.
10925         (gnus-article-save): Override gnus-save-all-headers and
10926         gnus-saved-headers by :headers property which saver function may have.
10927         (gnus-summary-save-in-file): Add :headers property.
10928         (gnus-summary-write-to-file): Ditto.
10929
10930         * gnus-sum.el (gnus-summary-save-article): Bind
10931         gnus-prompt-before-saving to t when saving many articles in a file;
10932         always show all headers.
10933
10934         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10935
10936 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10939         marks.
10940
10941         * message.el (message-indent-citation): Add optional arguments to allow
10942         using it outside of message buffers.
10943
10944         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10945         (gnus-article-treat-unfold-headers): Use it.
10946         (gnus-article-truncate-lines): New variable.
10947         (gnus-article-mode): Use it.
10948         (gnus-article-toggle-truncate-lines): New function.
10949
10950         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10951         Add gnus-article-toggle-truncate-lines.
10952
10953         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10954         coding system in XEmacs, use binary.
10955
10956 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10959         after-load-alist.
10960
10961         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10962         this function should save decoded articles.
10963         (gnus-summary-write-to-file): Use property to specify this function
10964         should save decoded articles and specify gnus-summary-save-in-file
10965         should be used to save articles other than the first one when saving
10966         many articles.
10967         (gnus-summary-save-body-in-file): Use property to specify this
10968         function should save decoded articles.
10969         (gnus-summary-write-body-to-file): Use property to specify this
10970         function should save decoded articles and specify
10971         gnus-summary-save-body-in-file should be used to save articles other
10972         than the first one when saving many articles.
10973
10974         * gnus-sum.el (gnus-summary-save-article): Simplify.
10975
10976 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-art.el (gnus-default-article-saver):
10979         Add gnus-summary-write-body-to-file.
10980         (gnus-article-save-coding-system): Don't use coding system object
10981         in XEmacs.
10982         (gnus-read-save-file-name): Add optional `dir-var' argument which
10983         specifies directory in which files are saved; work even if optional
10984         `variable' argument is not specified.
10985         (gnus-summary-write-to-file): Read file name.
10986         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10987         (gnus-summary-write-body-to-file): New function.
10988
10989         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10990         (gnus-summary-local-variables): Add it.
10991         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10992         (gnus-summary-save-article): Remove optional `decode' argument;
10993         determine whether to decode articles by the value of
10994         gnus-default-article-saver; when saving many files using
10995         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10996         it first and use gnus-summary-save-in-file or
10997         gnus-summary-save-body-in-file thereafter unless
10998         gnus-prompt-before-saving is always; move point to article which
10999         will be saved.
11000         (gnus-summary-save-article-file): Revert.
11001         (gnus-summary-write-article-file): Revert.
11002         (gnus-summary-save-article-body-file): Revert.
11003         (gnus-summary-write-article-body-file): New function.
11004
11005 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-default-article-saver): Doc fix.
11008         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11009         from gnus-summary-save-article-coding-system, and default to a
11010         certain coding system.
11011         (gnus-output-to-file): Add coding cookie and encode text according
11012         to gnus-article-save-coding-system; don't use mm-append-to-file.
11013
11014         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11015         gnus-art.el and rename to gnus-article-save-coding-system.
11016         (gnus-summary-save-article): Require gnus-art; don't show all
11017         headers if it decodes articles; don't add coding cookie here;
11018         don't bind mm-text-coding-system-for-write.
11019         (gnus-summary-save-article-file): Save decoded articles.
11020         (gnus-summary-write-article-file): When saving many files, use
11021         gnus-summary-write-to-file first and gnus-summary-save-in-file
11022         thereafter unless gnus-prompt-before-saving is always.
11023         (gnus-summary-save-article-body-file): Save decoded articles.
11024
11025         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11026
11027 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * nnrss.el (nnrss-check-group): Bind hash-index.
11030
11031 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11032
11033         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11034         its hash index.  Store this hash in `nnrss-group-data'.
11035         (nnrss-read-group-data): Update accordingly.
11036
11037 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11040         entry.
11041
11042         * gnus-sum.el (gnus-summary-make-menu-bar):
11043         Add gnus-article-browse-html-article.
11044
11045 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11046
11047         * gnus-sum.el (gnus-summary-mime-map):
11048         Add gnus-article-browse-html-article.
11049
11050         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11051
11052 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11055         suitable coding systems in customize.
11056
11057 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * mail-source.el (mail-sources): Fix custom type.
11060
11061 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11064         (gnus-summary-expire-articles-now): Shorten prompt.
11065
11066         * gmm-utils.el (wid-edit): Require.
11067         (defun-gmm): Rename from `gmm-defun-compat'.
11068         (gmm-image-search-load-path): Use it.
11069         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11070
11071 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-sum.el (gnus-summary-save-article-coding-system):
11074         New variable.
11075         (gnus-summary-save-article): Add optional `decode' argument.
11076         If it is set and gnus-summary-save-article-coding-system is non-nil,
11077         save decoded article.
11078         (gnus-summary-write-article-file): Save decoded article if
11079         gnus-summary-save-article-coding-system is non-nil.
11080
11081         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11082         type.
11083
11084 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11087
11088 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11091         first to test gnus-single-article-buffer which may be buffer-local.
11092
11093         * gnus-sum.el (gnus-summary-setup-buffer):
11094         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11095         group; make gnus-article-buffer, gnus-article-current, and
11096         gnus-original-article-buffer always buffer-local.
11097         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11098         group.
11099         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11100
11101 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * nnml.el (nnml-request-compact-group): Compressed files might not
11104         have .gz extension.
11105
11106 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11107
11108         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11109         (mm-copy-to-buffer): Use with-current-buffer.
11110         (mm-display-part): Simplify.
11111         (mm-inlinable-p): Add optional arg `type'.
11112
11113 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11114
11115         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11116         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11117         Try harder to show the attachment internally or externally using
11118         gnus-mime-view-part-as-type.
11119
11120 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * message.el (message-from-style, message-signature-separator)
11123         (message-user-organization-file, message-send-mail-function)
11124         (message-citation-line-function, message-yank-prefix)
11125         (message-indent-citation-function, message-signature)
11126         (message-signature-file, message-signature-insert-empty-line):
11127         Remove autoloads.
11128
11129         * gnus-art.el (gnus-buttonized-mime-types):
11130         Remove "multipart/signed".  Revert 2006-04-26 change.
11131
11132 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * gnus.el (gnus-version-number): Bump version.
11135
11136 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11137
11138         * gnus.el: No Gnus v0.5 is released.
11139
11140 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11141
11142         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11143         fetching articles by message-id.
11144
11145 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * message.el (hashcash): Require hashcash as normal.
11148
11149         * ecomplete.el (ecomplete-highlight-match-line):
11150         Use point-at-eol.
11151         (ecomplete-highlight-match-line): Use `highlight', because that
11152         face exists in both Emacs and XEmacs.
11153
11154         * message.el (message-display-abbrev): Use point-at-bol.
11155
11156         * mail-source.el: Don't require timer/timer-funcs.
11157
11158         * gnus-async.el: Ditto.
11159
11160         * password.el: Ditto.
11161
11162         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11163
11164         * mm-url.el: Ditto.
11165
11166         * gnus-xmas.el: Don't require timer-funcs.
11167
11168         * mm-util.el: Require timer/timer-funcs.
11169
11170 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11171
11172         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11173         Close.
11174
11175 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11178         unibyte after clear-decrypt function runs.
11179
11180         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11181         returns as a unibyte string.
11182
11183 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * lpath.el: Revert.
11186
11187         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11188         (pgg-gpg-process-sentinel): Revert.
11189
11190         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11191         (pgg-pgp-lookup-key): Revert.
11192
11193         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11194         (pgg-pgp5-lookup-key): Revert.
11195
11196         * pgg.el (pgg-fetch-key): Revert.
11197
11198 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * lpath.el: Fbind string-as-multibyte for XEmacs.
11201
11202         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11203         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11204         (mml1991-pgg-encrypt): Ditto.
11205
11206         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11207         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11208         a multibyte buffer.
11209
11210         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11211         (pgg-pgp-lookup-key): Ditto.
11212
11213         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11214         (pgg-pgp5-lookup-key): Ditto.
11215
11216         * pgg.el (pgg-fetch-key): Ditto.
11217
11218 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * message.el (message-user-organization-file): Check several
11221         locations of the organization file.
11222
11223         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11224         Add gnus-article-view-part-as-type.
11225
11226         * gnus-art.el (gnus-article-view-part-as-type): New function.
11227
11228         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11229         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11230
11231         * mml.el: Simplify autoload.
11232         (mml-mode): defvar dnd-protocol-alist instead of using
11233         symbol-value.
11234         (mml-default-directory): New variable.
11235         (mml-minibuffer-read-file): Use it.
11236         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11237
11238         * message.el (message-citation-line-format): New variable.
11239         (message-insert-formated-citation-line): New function.
11240         (message-citation-line-function):
11241         Add `message-insert-formated-citation-line' to custom type.
11242
11243         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11244         to doc string.
11245
11246         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11247         depending on mm-verify-option.
11248
11249 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11252         binding pgg-* variables; reimplement the section which prevents
11253         MIME header from being signed.
11254         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11255         pgg-text-mode; remove a blank line at the top of body.
11256
11257         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11258         lines at the top of body; use gnus-newsgroup-charset if there's no
11259         Charset header.
11260
11261 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * message.el (message-self-insert-commands): Doc fix.
11264
11265         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11266         (mm-uu-pgp-encrypted-test): Ditto.
11267         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11268         between header and body; return application/pgp-encrypted handle
11269         if decryption failed; decode decrypted body by charset.
11270
11271         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11272         element match to application/pgp-*.
11273
11274 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11275
11276         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11277         HTML.
11278
11279 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11280
11281         * mail-source.el (mail-source-call-script): Message the error
11282         string.
11283
11284 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285
11286         * gnus-util.el (gnus-byte-compile): Use it.
11287
11288 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11289
11290         * gnus-util.el (kill-empty-logs): New function.
11291
11292 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * message.el (message-mail-alias-type): Doc fix.
11295         (message-mail-alias-type-p): New function.
11296         (message-send): Use it.
11297         (message-mode): Ditto.
11298         (message-strip-forbidden-properties): Ditto.
11299
11300         * ecomplete.el (ecomplete-database-file-coding-system):
11301         New variable.
11302         (ecomplete-save): Use it.
11303         (ecomplete-setup): Use it.
11304
11305 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * message.el (message-self-insert-commands): New variable.
11308         (message-strip-forbidden-properties): Use it.
11309
11310 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11313         that doesn't make XEmacs choke.
11314
11315 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-util.el (gnus-replace-in-string):
11318         Prefer replace-regexp-in-string over of replace-in-string.
11319
11320 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-util.el (gnus-select-frame-set-input-focus):
11323         Use select-frame-set-input-focus if it is available in XEmacs; use
11324         definition defined in Emacs 22 for old Emacsen.
11325
11326         * dgnushack.el: Autoload unmorse-region for XEmacs.
11327
11328         * lpath.el: Bind cursor-in-non-selected-windows and
11329         select-frame-set-input-focus for XEmacs.
11330
11331 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11334
11335 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11336
11337         * gnus-registry.el (gnus-registry-cache-save): Remove text
11338         properties when saving via the temp buffer.
11339
11340 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * message.el (message-generate-hashcash): Honor custom type.
11343
11344 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * message.el (message-generate-hashcash): Default to non-nil when
11347         hashcash is found.
11348
11349         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11350         (gnus-refer-thread-limit): Increase default to 500.
11351
11352         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11353
11354         * flow-fill.el (fill-flowed): Allow delete-space.
11355
11356 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11359         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11360         Remove autoloads.
11361
11362 2006-04-18  Simon Josefsson  <jas@extundo.com>
11363
11364         * message.el (message-generate-hashcash): Default to.
11365
11366 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11369         concatenating segments rather than before concatenating them.
11370
11371 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11374
11375 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11376
11377         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11378
11379         * message.el (message-forward-make-body-plain):
11380         Allow message-forward-ignored-headers to be a list.
11381         (message-remove-ignored-headers): Factor out into function.
11382         (message-forward-make-body-mml): Use it.
11383
11384         * imap.el (imap-quote-specials): New function.
11385         (imap-login-auth): Quote specials.
11386
11387         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11388         (rfc2231-parse-string): Allow concatanation of parameters that
11389         aren't contiguous.  The test case is
11390           (mail-header-parse-content-type "message/external-body;
11391             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11392             access-type=LOCAL-FILE;
11393             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11394
11395 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11396
11397         * nntp.el (nntp-accept-process-output): Return the value of
11398         `nnheader-accept-process-output'.
11399
11400 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401
11402         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11403         (gnus-button-alist): Recognize more diff formats.
11404         (gnus-button-patch): Strip directory.
11405
11406 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11409         Emacs 22 when setting focus.
11410
11411 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * gnus-art.el (gnus-article-treat-types): Do treatment of
11414         text/x-verbatim parts.
11415         (gnus-button-patch): New command.
11416
11417         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11418         addresses that contain invalid characters.
11419
11420 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * message.el (message-put-addresses-in-ecomplete):
11423         Use gnus-replace-in-string.
11424         (message-is-yours-p): Use the more correct
11425         mail-header-parse-address instead of
11426         mail-extract-address-components.
11427         (message-put-addresses-in-ecomplete): Fix typo.
11428
11429         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11430         keystroke.
11431
11432         * gnus-art.el (gnus-treatment-function-alist): Change order of
11433         newsgroups/generic header folding to avoid double-folding.
11434
11435         * message.el (message-hidden-headers): Add X-Draft-From.
11436
11437         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11438         New command.
11439         (gnus-summary-repeat-search-article-backward): New command.
11440
11441         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11442         groups in the parent topic.
11443
11444 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11445
11446         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11447         (spam-extra-header-to-number): Return the CRM114 number as a
11448         number instead of a string.
11449
11450 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451
11452         * gnus-art.el (gnus-face-properties-alist): Move here from
11453         gnus-fun.
11454
11455         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11456
11457 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * message.el (message-strip-forbidden-properties): Only display on
11460         self-insert-command.
11461
11462         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11463         reindent.
11464         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11465
11466 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11467
11468         * smiley.el (smiley-style): Fix typo.
11469
11470 2006-03-23  Kenichi Handa  <handa@m17n.org>
11471
11472         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11473         instead of set-buffer-multibyte.
11474
11475 2006-03-23  Kenichi Handa  <handa@m17n.org>
11476
11477         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11478         buffer and then decode the buffer text if necessary.
11479         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11480         first, and after mm-encode-body, change the buffer to unibyte.
11481
11482 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * hashcash.el (hashcash-insert-payment-async-2):
11485         Use message-goto-eoh instead of doing it manually.
11486         (mail-add-payment): Use message-narrow-to-header instead of trying
11487         to do the same itself.
11488
11489         * message.el (message-hidden-headers): Add Face.
11490
11491         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11492         reparenting code.
11493         (gnus-summary-reparent-children): Refactored out code.
11494         (gnus-summary-thread-map): New keystroke.
11495         (gnus-summary-reparent-children): Make into command.
11496
11497         * smiley.el (smiley-style): Default to `medium' if using a large
11498         font.
11499
11500         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11501         does it itself.
11502
11503         * message.el (message-point-in-header-p): Simplify definition.
11504
11505 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * nnagent.el (nnagent-request-set-mark): Silence log file
11508         writing.
11509         (nnagent-request-set-mark): Use write-region instead of
11510         append-to-file.
11511
11512         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11513         strange select method.
11514
11515         * ecomplete.el (ecomplete-display-matches): Get highlightling
11516         right.
11517         (ecomplete-display-matches): Use literals.
11518         (ecomplete-display-matches): Disable message logging.
11519
11520         * message.el (message-display-abbrev): Small optimization.
11521
11522         * ecomplete.el (ecomplete-display-matches): Allow automatic
11523         display.
11524
11525         * message.el (message-strip-forbidden-properties):
11526         Display abbrevs.
11527         (message-display-abbrev): Get automatic display right.
11528
11529         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11530         keystrokes.
11531
11532 2006-04-13  Romain Francoise  <romain@orebokech.com>
11533
11534         TODO: Backport to v5-10!
11535
11536         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11537         Move here (and rename) from gnus-registry.el.
11538
11539         * gnus-registry.el: Require gnus-util.
11540         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11541
11542 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * gnus-group.el (gnus-group-catchup-current):
11545         Change if-then-else-if-then-else into cond.
11546         (gnus-group-catchup): Indent.
11547         (group-name-at-point): New function.
11548         (gnus-fetch-group): Provide default from thing at point.
11549
11550 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * message.el (message-display-abbrev): Fix regexp.
11553
11554         * ecomplete.el (ecomplete-highlight-match-line):
11555         Reimplement choosing.
11556         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11557         dead variables.
11558
11559         * message.el (message-newline-and-indent): Remove debugging.
11560         (message-display-abbrev): Use new implementation.
11561
11562 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * gnus-art.el (gnus-article-mode):
11565         Set cursor-in-non-selected-windows to nil.
11566
11567         * smiley.el: Revert previous change.
11568         (smiley-data-directory): defvar it before using it in the
11569         defcustom of `smiley-style'.
11570
11571 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * message.el (message-newline-and-indent): New function.
11574
11575         * ecomplete.el: Implement more bits.
11576
11577         * message.el (message-put-addresses-in-ecomplete): Clean up the
11578         string.
11579
11580         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11581
11582         * gnus-sum.el (gnus-summary-save-parts):
11583         Bind gnus-summary-save-parts-counter and use it to make unique file
11584         names.
11585
11586         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11587
11588         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11589         parameter to say whether to actually parse the individual
11590         addresses.
11591
11592         * message.el (message-put-addresses-in-ecomplete): New function.
11593         (ecomplete): Require.
11594         (message-mail-alias-type): Add ecomplete as an option.
11595
11596 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11597
11598         * flow-fill.el (fill-flowed): Remove trailing space from blank
11599         quoted lines.
11600
11601 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * smiley.el (smiley-style): Move definition later to avoid a
11604         compilation warning.
11605
11606 2006-04-12  Kenichi Handa  <handa@m17n.org>
11607
11608         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11609         buffer and then decode the buffer text if necessary.
11610         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11611         first, and after mm-encode-body, change the buffer to unibyte.
11612         Use mm-disable-multibyte instead of set-buffer-multibyte.
11613
11614 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11617         Content-Type header instead of Content-Disposition header.
11618         (gnus-mime-inline-part): Ditto.
11619         (gnus-mime-view-part-as-charset): Ignore charset that the part
11620         specifies.
11621
11622         * mm-decode.el (mm-display-part): Work with external parts and
11623         usual parts similarly.
11624
11625         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11626         instead of gnus-display-mime.
11627
11628         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11629         instead of with-temp-buffer.
11630
11631         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11632         tag to summarized topics part in order to encode non-ASCII text.
11633
11634 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * smiley.el (smiley-style): New variable.
11637         (smiley-directory): New function.
11638         (smiley-data-directory): Derive from `smiley-style' using
11639         `smiley-directory'.
11640         (smiley-regexp-alist): Add new entries.
11641
11642         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11643         (gnus-article-browse-delete-temp): Add :version.
11644
11645 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11646
11647         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11648         the sieve region.
11649
11650 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * gnus.el (gnus-version-number): Bump version.
11653
11654 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus.el: No Gnus v0.4 is released.
11657
11658 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11661         layout.
11662
11663         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11664         unknown charset.
11665
11666         * message.el (message-header-synonyms): Add Original-To to the
11667         default.
11668
11669         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11670         optional parameter.
11671
11672 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * gnus-fun.el (gnus): Require it for gnus-directory.
11675
11676 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11679
11680 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11681
11682         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11683
11684 2006-04-05  Simon Josefsson  <jas@extundo.com>
11685
11686         * password.el (password-reset): New function.
11687
11688 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11689
11690         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11691         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11692
11693 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11694
11695         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11696         Some whitespace was matched into the url, which broke browsing hits
11697         > 100 when mm-url-use-external was nil.
11698
11699 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11702         Check gnus-extra-headers for 'Newsgroups.
11703
11704         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11705         bound.
11706
11707 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11708
11709         * pgg-gpg.el: Clean up process buffers every time gpg processes
11710         complete.
11711
11712 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11715         doc string.
11716
11717 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11718
11719         * pgg-gpg.el (pgg-gpg-process-filter)
11720         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11721
11722         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11723         lines, temporary fix.
11724
11725 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11728
11729 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11730
11731         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11732         default-enable-multibyte-characters.  This reverts the change from
11733         revision 6.17 which is no longer necessary because the passphrase
11734         is sent separately now.  GnuPG messages are unreadable under
11735         multibyte locales with default-enable-multibyte-characters set to
11736         nil.
11737
11738 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * message.el (message-tool-bar-gnome): Move "spell".
11741
11742 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11745         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11746         instead.
11747
11748 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11749
11750         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11751         Improve newsgroups handling for NNTP overviews which don't include
11752         Newsgroups.
11753
11754 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11755
11756         * message.el (message-resend): Bind message-generate-hashcash to nil.
11757
11758 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11759
11760         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11761         when searching for already-paid recipients.
11762
11763 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11764
11765         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11766         passphrases when it is not needed.
11767         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11768         passphrase stuff from gpg, should only be necessary when you use
11769         gpg with a smartcard.
11770
11771 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * mml.el (mml-insert-mime): Ignore cached contents of
11774         message/external-body part.
11775
11776         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11777         (mm-insert-part): Ditto.
11778
11779 2006-03-23  Simon Josefsson  <jas@extundo.com>
11780
11781         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11782         Reiner.
11783         (pgg-gpg-use-agent-p): Use it again.
11784
11785 2006-03-23  Simon Josefsson  <jas@extundo.com>
11786
11787         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11788         older emacsen.
11789         (pgg-gpg-use-agent-p): Don't use it.
11790
11791 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11794         if we can.
11795
11796 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11797
11798         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11799         (pgg-gpg-update-agent): New function.
11800         (pgg-gpg-use-agent-p): New function.
11801         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11802         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11803         (pgg-gpg-sign-region): Use it.
11804
11805 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11808         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11809
11810 2006-03-21  Simon Josefsson  <jas@extundo.com>
11811
11812         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11813         <wilde@sha-bang.de>.
11814         (pgg-gpg-use-agent): New variable.
11815         (pgg-gpg-process-region): Use it.
11816         (pgg-gpg-encrypt-region): Likewise.
11817         (pgg-gpg-encrypt-symmetric-region): Likewise.
11818         (pgg-gpg-decrypt-region): Likewise.
11819         (pgg-gpg-sign-region): Likewise.
11820         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11821
11822 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11825
11826         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11827         Add comment on version.
11828
11829 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * smiley.el: Add missing test smiley.
11832
11833 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mm-decode.el (mm-with-part): New macro.
11836         (mm-get-part): Use it; work with message/external-body as well.
11837         (mm-save-part): Treat name and filename equally.
11838
11839         * mm-extern.el (mm-extern-cache-contents): New function.
11840         (mm-inline-external-body): Use it; force the part to be displayed;
11841         move undisplayer added to the cached handle to the parent.
11842
11843         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11844         (gnus-mime-view-part-as-type): Work with message/external-body.
11845
11846         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11847
11848 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11851         images in image-load-path.  [Sync with image.el, revision 1.60, in
11852         Emacs.]
11853
11854 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11857         path rather than symbol.  Always return list of directories.
11858         Guarantee that image directory comes first.  [Sync with image.el,
11859         revision 1.59, in Emacs.]
11860
11861         * message.el (message-make-tool-bar): Adjust to new API of
11862         `gmm-image-load-path-for-library'.
11863
11864         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11865
11866         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11867
11868 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11869
11870         * gnus-art.el (gnus-article-only-boring-p):
11871         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11872         intangible text.
11873         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11874
11875 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11878         Use `defun' instead of `gmm-defun-compat'.
11879
11880 2006-03-14  Simon Josefsson  <jas@extundo.com>
11881
11882         * message.el (message-unique-id): Don't use message-number-base36
11883         if (user-uid) is a float.
11884         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11885
11886 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11889
11890         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11891         empty line between a part and a message part.
11892
11893 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * smiley.el: Add more test smileys.
11896         (smiley-data-directory, smiley-regexp-alist)
11897         (gnus-smiley-file-types): Fix doc strings.
11898         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11899         adding new elements.
11900         (smiley-mouse-map): Unused code.  Make it a comment.
11901
11902 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11905         scan latest NoCeM messages instead of old ones.
11906         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11907         delimiters that are recently used.
11908         (gnus-nocem-load-cache): Add autoload cookie.
11909
11910         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11911
11912         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11913         level which is larger than gnus-use-nocem is specified.
11914
11915         * gnus-group.el (gnus-group-get-new-news): Ditto.
11916
11917 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-util.el (gnus-tool-bar-update): New function.
11920
11921         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11922         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11923
11924         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11925
11926         * gnus-group.el (gnus-group-redraw-when-idle)
11927         (gnus-group-redraw-check): Remove.
11928         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11929
11930 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11933         if optional last element is specified in splits (FIELD VALUE...).
11934
11935 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11938         to gmm-image-load-path-for-library.  Call with no-error argument.
11939         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11940
11941         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11942
11943         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11944
11945         * gmm-utils.el (gmm-image-load-path): Remove alias.
11946
11947 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * gmm-utils.el (gmm-image-load-path): Add alias.
11950
11951         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11952         nnml-generate-nov-databases-1.
11953         (nnml-generate-nov-databases): Use it.
11954         (nnml-generate-nov-databases-directory): Document no-active
11955         argument.
11956
11957         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11958         directory if path is t.  Add no-error.
11959
11960         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11961         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11962
11963         * gnus-art.el (gnus-article-browse-delete-temp-files):
11964         Simplify resetting gnus-article-browse-html-temp-list.
11965
11966         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11967         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11968         Add example to docstring.  Rename local variables.  Move error
11969         checks to default case in cond and simplify.
11970
11971 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11974         handle is multipart when calling it recursively.
11975         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11976
11977 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11978
11979         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11980         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11981
11982 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11985         is loaded.
11986
11987         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11988         loaded.
11989
11990 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11993         to "Emacs 23 (unicode)" in doc string.
11994
11995         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11996         "Emacs 23 (unicode)" in comment.
11997
11998 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12001
12002         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12003         characters 160 through 255 in Emacs 23.
12004
12005 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12008         gnus-article-browse-html-temp.
12009         (gnus-article-browse-delete-temp): Make it customizable.
12010         Add `file'.  Adjust doc string.
12011         (gnus-article-browse-delete-temp-files): Add argument.
12012         Allow query for each file.  Adjust doc string.
12013         (gnus-article-browse-html-parts):
12014         Add `gnus-article-browse-delete-temp-files' to
12015         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12016
12017 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12018
12019         * gnus-art.el (gnus-article-browse-html-temp)
12020         (gnus-article-browse-delete-temp): New variables.
12021         (gnus-article-browse-delete-temp-files): New function.
12022         (gnus-article-browse-html-parts): Use it.
12023
12024 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12027
12028         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12029         string.
12030
12031         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12032         gnus-summary-insert-new-articles when unplugged.
12033         Remove gnus-summary-search-article-forward.
12034
12035         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12036         display-visual-class instead of display-color-cells.
12037
12038 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * dgnushack.el: Autoload customize-group for XEmacs.
12041
12042         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12043         message/* containing non-ASCII text properly.
12044
12045 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * message.el: Require gmm-utils, remove autoloads.
12048         (message-tool-bar): Set default based on
12049         gmm-tool-bar-style.
12050         (message-tool-bar-gnome): Add gmm-customize-mode.
12051
12052         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12053         gmm-tool-bar-style.
12054         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12055
12056         * gnus-group.el (gnus-group-tool-bar): Set default based on
12057         gmm-tool-bar-style.
12058         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12059
12060         * gmm-utils.el (gmm-image-directory): Rename variable from
12061         gmm-image-load-path.
12062         (gmm-image-load-path): Use gmm-image-directory.
12063         (gmm-customize-mode): New function.
12064         (gmm-tool-bar-style): New variable.
12065
12066         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12067         gnus-group-redraw-line-number.
12068         (gnus-group-redraw-check): Simplify.
12069         (gnus-group-tool-bar-update): Remove redraw check.
12070         (gnus-group-make-tool-bar): Add redraw check.
12071
12072 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12073
12074         * gnus-art.el (gnus-button): Add missing parentheses.
12075
12076 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * lpath.el: Fbind line-number-at-pos.
12079
12080 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12083
12084 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12085
12086         * gnus-art.el (gnus-button): New face.
12087         (gnus-article-button-face): Use it.
12088
12089         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12090         Add gnus-summary-next-page.  Re-order.
12091
12092         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12093         next-node are now included.
12094         (gnus-group-redraw-line-number): New internal variable.
12095         (gnus-group-redraw-check): Helper function for updating the tool
12096         bar.
12097         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12098
12099         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12100
12101         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12102         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12103         Use it to match format of Spamassassin 3.0 and later.
12104         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12105         (spam-check-bogofilter)
12106         (spam-bogofilter-register-with-bogofilter): Fix args of
12107         `gnus-error' calls.
12108
12109 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12112         unnecessary interaction when sending queued mails.
12113         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12114
12115 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12118         first or last are nil.
12119
12120 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12121
12122         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12123
12124 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12125
12126         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12127
12128 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * dns.el (query-dns): Protect more against buggy tcp output.
12131
12132 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12135         nov.php.
12136
12137 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12138
12139         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12140         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12141         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12142         output on the server side.
12143         (nnweb-google-create-mapping): Update regexps and add some
12144         progress indication.
12145
12146 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-group.el (gnus-group-tool-bar-gnome):
12149         Fix gnus-agent-toggle-plugged.  Re-order icons.
12150         (gnus-group-tool-bar-gnome):
12151         Add gnus-group-{prev,next}-unread-group.
12152         (gnus-group-tool-bar-gnome): Re-order icons.
12153
12154         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12155         Move gnus-summary-insert-new-articles.
12156
12157         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12158         Fix comments.
12159
12160         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12161         also available in Emacs 21.3.
12162
12163         * message.el (message-fix-before-sending): Change "Emacs 22" to
12164         "Emacs 23 (unicode)" in comment.
12165
12166         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12167         "Emacs 23 (unicode)" in comment.
12168
12169         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12170         comment.
12171         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12172
12173         * mm-view.el (mm-fill-flowed): Add :version.
12174
12175 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12178         and load-path.
12179
12180 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * message.el: Autoload gmm-image-load-path.
12183         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12184         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12185         consitency.
12186
12187         * gmm-utils.el (gmm-image-load-path): Also search in
12188         "../etc/images".  Don't set gmm-image-load-path if we don't find
12189         the image.
12190
12191 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gmm-utils.el (gmm-image-load-path): Don't make
12194         `gmm-image-load-path' include subdirectories which the second arg
12195         `image' might specify.
12196
12197         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12198         subdirectory to icon file names.
12199
12200         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12201
12202 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12205         gmm-image-load-path calls.
12206
12207         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12208
12209         * message.el (message-make-tool-bar): Ditto.
12210
12211         * mml.el (mml-preview): Add comment concerning tool bar icons.
12212
12213         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12214         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12215
12216         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12217         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12218
12219         * message.el (message-tool-bar-gnome): Use new icon names.
12220         (message-make-tool-bar): Use `gmm-image-load-path'.
12221
12222         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12223         New functions from MH-E.
12224         (gmm-image-load-path): New variable from MH-E.
12225         (gmm-image-load-path): New function from MH-E.  Add arguments
12226         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12227         *-image-load-path-called-flag.
12228
12229 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12230
12231         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12232
12233 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12234
12235         * nnimap.el (nnimap-request-move-article): Change folder back to
12236         source group before deleting.
12237
12238 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12241
12242         * gnus-art.el (mm-url-insert-file-contents-external):
12243         Autoload mm-url.
12244
12245         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12246
12247 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12250         coding system which mm-charset-to-coding-system returns for a
12251         given charset is valid.
12252
12253 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12254
12255         * html2text.el (html2text-remove-tag-list):
12256         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12257
12258 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12259
12260         * gnus-cus.el: Revert 2005-10-17 change.
12261
12262 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (article-strip-banner):
12265         Call article-really-strip-banner only when the regexp match is made.
12266
12267 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus-art.el (article-strip-banner):
12270         Use gnus-extract-address-components instead of
12271         mail-header-parse-addresses to make it work with non-ASCII text;
12272         remove mail-encode-encoded-word-string.
12273
12274         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12275         values which are surrounded with \"...\"; make it never cause a
12276         Lisp error; give up parsing of parameters if it failed in
12277         extracting type.
12278
12279 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12280
12281         * smime.el (smime-cert-by-ldap-1): Fix bug where
12282         `smime-ldap-search' returns results without userCertificates.
12283
12284 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12287
12288 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * spam.el (spam-check-spamassassin-headers): Adapt format for
12291         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12292         <ari@mbf.ocn.ne.jp>.
12293         (spam-list-of-processors): Add spam-use-gmane.
12294
12295 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12298         make-temp-file; make it work with XEmacs as well.
12299
12300         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12301         mm-make-temp-file.
12302
12303         * mm-decode.el (mm-display-external): Use the 3rd arg of
12304         mm-make-temp-file.
12305         (mm-create-image-xemacs): Ditto.
12306
12307 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12310         with message-narrow-to-headers.
12311         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12312         (gnus-draft-check-draft-articles): New function.
12313         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12314
12315 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * gnus-art.el (gnus-article-browse-html-parts):
12318         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12319         Don't use suffix argument for mm-make-temp-file for Emacs 21
12320         compatibility.  Remove useless `format'.
12321
12322 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12323
12324         * nnweb.el (nnweb-google-wash-article): Update regexps.
12325         (nnweb-group-alist): Use defvoo instead of defvar.
12326
12327 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12330         re-loading nn* modules.
12331
12332 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12335         for `tool-bar-mode' and don't check it's default-value.
12336
12337         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12338
12339         * message.el (message-make-tool-bar): Ditto.
12340
12341         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12342         `substring'.  Shorten tmp-file name.
12343
12344         * gnus.el: Remove bogus comment.
12345
12346 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12347
12348         * gnus-art.el (gnus-article-browse-html-parts): New function.
12349         (gnus-article-browse-html-article): New function for viewing html
12350         articles with a browser.
12351
12352 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12353
12354         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12355         in elisp.
12356         (pgg-gpg-encrypt-symmetric-region): Ditto.
12357         (pgg-gpg-sign-region): Ditto.
12358
12359         * pgg-def.el (pgg-text-mode): New variable.
12360
12361         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12362         (mml2015-pgg-encrypt): Ditto.
12363
12364         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12365         (mml1991-pgg-encrypt): Ditto.
12366
12367 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * nnfolder.el (nnfolder-insert-newsgroup-line):
12370         Use message-make-date instead of current-time-string.
12371
12372         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12373         to gnus-decoded which mm-uu might set.
12374
12375 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12378         don't decode quoted parameters; remove misimported Emacs code.
12379         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12380         (rfc2231-decode-encoded-string): Don't use split-string which
12381         behaves differently according to Emacs version; use
12382         mm-decode-coding-region to convert charset to coding-system.
12383         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12384         (rfc2231-encode-string): Remove misimported Emacs code.
12385
12386 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12389         when calling mail-header-parse-content-type.
12390         (article-de-quoted-unreadable): Ditto.
12391         (article-de-base64-unreadable): Ditto.
12392         (article-wash-html): Ditto.
12393
12394         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12395         calling mail-header-parse-content-type and
12396         mail-header-parse-content-disposition.
12397         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12398         mail-header-parse-content-type.
12399
12400         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12401         insert charset and format parameters; encode description after
12402         inserting it to buffer.
12403         (mml-insert-parameter): Fold lines properly even if a parameter is
12404         segmented into two or more lines; change the max column to 76.
12405
12406         * rfc1843.el (rfc1843-decode-article-body): Don't use
12407         ignore-errors when calling mail-header-parse-content-type.
12408
12409         * rfc2231.el (rfc2231-parse-string): Return at least type if
12410         possible; don't cause an error even if it fails in parsing of
12411         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12412         (rfc2231-encode-string): Don't break lines at the beginning, leave
12413         it to mml-insert-parameter.
12414
12415         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12416         calling mail-header-parse-content-type.
12417
12418 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * spam-report.el (spam-report-gmane-use-article-number):
12421         Improve doc string.
12422         (spam-report-gmane-internal): Check if a suitable header was found
12423         in the article.
12424
12425 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12428         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12429
12430 2006-02-05  Romain Francoise  <romain@orebokech.com>
12431
12432         Update copyright notices of all files in the gnus directory.
12433
12434 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12435
12436         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12437
12438 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12441         segmented lines of parameter value to cope with Thunderbird 1.5
12442         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12443         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12444         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12445
12446 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12447
12448         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12449         parts.
12450
12451 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12452
12453         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12454         there's only one active file for all servers.
12455         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12456         solid groups.  Gnus might have used a FAST request to select the group.
12457         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12458         and nnweb-search redundantly in the active file.
12459         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12460         (nnweb-request-create-group): Don't use ARGS.
12461         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12462         initialisations.  Let nnoo do the work.
12463
12464 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12467         Say the part has been decoded.
12468
12469         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12470
12471 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12472
12473         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12474         mailcap-viewer-test-cache when there's no 'test clause, since that
12475         will invert the meaning of a "nil" test previously determined by
12476         mailcap-mailcap-entry-passes-test.
12477
12478 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12481         compiling.
12482
12483         * gnus-sum.el: Ditto.
12484
12485         * message.el: Don't bind tool-bar-map when compiling.
12486
12487 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12490
12491 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12492
12493         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12494         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12495         current Google Groups.
12496
12497 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12500         and tool-bar-mode.
12501
12502         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12503         and tool-bar-mode.
12504
12505         * message.el (message-tool-bar-update): Simplify.
12506         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12507
12508         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12509         gnus-summary-buffer.
12510         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12511         gnus-summary-reply.
12512
12513         * gmm-utils.el (gmm): Add :version.
12514
12515 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * Makefile.in (clean): New rule.
12518         (distclean): Use it.
12519
12520 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12521
12522         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12523         Don't autoload.
12524
12525 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gmm-utils.el (gmm-verbose): Add :group.
12528
12529 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * message.el: Change some comments WRT tool-bars.
12532
12533         * gnus-sum.el (gnus-summary-tool-bar)
12534         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12535         (gnus-summary-tool-bar-zap-list): New variables.
12536         (gnus-summary-make-tool-bar): Complete rewrite using
12537         `gmm-tool-bar-from-list'.
12538
12539         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12540         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12541         New variables.
12542         (gnus-group-make-tool-bar): Complete rewrite using
12543         `gmm-tool-bar-from-list'.
12544         (gnus-group-tool-bar-update): New function.
12545
12546         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12547
12548 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12551         is dissected into a single part of which the type is the same as
12552         the given one; decode charset.
12553
12554 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12555
12556         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12557         into alists as symbol not string, since that's what
12558         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12559         look for.
12560
12561 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12564         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12565
12566         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12567
12568 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12571         (gnus-xmas-mime-security-button-menu): New function.
12572
12573         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12574         (gnus-mime-security-button-menu): New definition.
12575         (gnus-mime-security-button-map): Use them.
12576         (gnus-mime-security-button-menu): New function.
12577         (gnus-insert-mime-security-button): Addition to help echo.
12578         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12579         (gnus-mime-security-pipe-part): New functions.
12580
12581         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12582         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12583
12584         * mm-decode.el (mm-handle-set-disposition): Remove.
12585         (mm-handle-set-description): Remove.
12586
12587 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12590         (mm-w3m-standalone-supports-m17n-p): New function.
12591         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12592         w3m usage.
12593
12594         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12595         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12596
12597 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * message.el (message-tool-bar-zap-list):
12600         Use gmm-tool-bar-zap-list as custom type.
12601         (message-tool-bar-update): New function.
12602         (message-tool-bar, message-tool-bar-gnome)
12603         (message-tool-bar-retro): Add message-tool-bar-update.
12604         (message-tool-bar-gnome): Add flyspell-buffer.
12605
12606         * gnus-util.el (gnus-error): Describe `args'.
12607
12608         * gmm-utils.el (gmm-error): Describe `args'.
12609         (gmm-tool-bar-zap-list): New widget.
12610         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12611
12612 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12615         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12616         the number of recursive calls.
12617
12618         * mm-decode.el (mm-handle-set-disposition): New macro.
12619         (mm-handle-set-description): New macro.
12620
12621 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12624         encoding.
12625
12626 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * message.el (message-tool-bar-zap-list, message-tool-bar)
12629         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12630         (message-tool-bar-local-item-from-menu): Remove.
12631         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12632         (message-make-tool-bar): New function.
12633         (message-mode): Use `message-make-tool-bar'.
12634
12635         * gmm-utils.el: New file.
12636         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12637         (gmm-lazy): New widget copied from `nnmail.el'.
12638         (gmm-tool-bar-from-list): New function for creating customizable
12639         tool bars.
12640         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12641         output.
12642         (gmm): Add :prefix to defgroup.
12643
12644 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12645
12646         * gmm-utils.el (gmm-widget-p): New function.
12647
12648 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * mml.el (mml-attach-file): Describe `description' in doc string.
12651         (mml-menu): Add Emacs MIME manual and PGG manual.
12652
12653 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12654
12655         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12656
12657 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12658
12659         * nntp.el (nntp-end-of-line): Doc fix.
12660
12661 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12662
12663         * imap.el (imap-open): Handle case where buffer is a buffer
12664         object.
12665
12666 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12667
12668         * gnus-delay.el (gnus-delay): Don't autoload.
12669         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12670         to be re-loaded when customizing the `gnus-delay' group.
12671
12672 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12673
12674         * message.el (message-insert-citation-line): Use newlines.
12675
12676 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12677
12678         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12679         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12680         these routines, so the passphrase can be managed externally and
12681         passed in to the system.
12682         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12683         pgg-add-passphrase-to-cache function.
12684
12685         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12686         (pgg-pgp5-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-pgp5-sign-region): Use new name of
12690         pgg-add-passphrase-to-cache function.
12691
12692 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12693
12694         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12695         part of the decoded armor to find the key-identifier.
12696         (pgg-gpg-lookup-key-owner): New function to return the
12697         human-readable identifier of a key owner.
12698         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12699         itself.
12700         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12701         the key value) if we have a key and can match it against a secret
12702         key.  Also, added a note pointing out fact that the prompt only
12703         indicates the first matching key.
12704
12705         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12706         pgg-decrypt-region.
12707         (pgg-add-passphrase-to-cache): Rename from
12708         `pgg-add-passphrase-cache' to reduce confusion (all callers
12709         changed).
12710         (pgg-remove-passphrase-from-cache): Rename from
12711         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12712         changed).
12713         (pgg-read-passphrase, pgg-add-passphrase-cache)
12714         (pgg-remove-passphrase-cache): Add informative docstrings.
12715         (pgg-decrypt): Convey provided passphrase in subordinate call to
12716         pgg-decrypt-region.
12717
12718 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12719
12720         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12721         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12722         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12723         'passphrase' argument, so the passphrase can be managed externally
12724         and then passed in to the system.
12725
12726         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12727         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12728         so the passphrase cache can be used reliably with identifiers
12729         besides a pgp packet's key id.
12730
12731         * pgg-gpg.el (pgg-gpg-encrypt-region)
12732         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12733         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12734         these routines, so the passphrase can be managed externally and
12735         passed in to the system.
12736
12737         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12738         'notruncate' argument, so the passphrase cache can be used
12739         reliably with identifiers besides a pgp packet's key id.
12740
12741 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12742
12743         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12744         symmetric encryption.
12745         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12746         encrypted session key.
12747         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12748         message ask for the passphrase in a proper way.
12749
12750         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12751         New user commands for symmetric encryption.
12752
12753 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12756
12757         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12758
12759 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12760
12761         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12762
12763 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * mm-decode.el (mm-inlined-types): Add application/pgp.
12766         (mm-automatic-display): Ditto.
12767
12768         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12769         part as text.
12770
12771 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * nnrss.el: Update copyright.
12774         (nnrss-opml-import): Query whether to subscribe to each entry.
12775
12776         * gnus-art.el:
12777         * gnus-sum.el:
12778         * gnus-xmas.el:
12779         * messagexmas.el:
12780         * mm-uu.el:
12781         * mm-view.el: Update copyright.
12782
12783 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * message.el (message-info): New function.
12786         (message-mode-menu): Add it.
12787         Update copyright.
12788
12789         * ChangeLog: Fix and update copyright.
12790
12791 2006-01-13  Romain Francoise  <romain@orebokech.com>
12792
12793         * message.el (message-forward-subject-name-subject): Prefer the
12794         address to 'nowhere' if the sender has no name.
12795         Fix typo.  Update copyright year.
12796
12797 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-art.el (article-wash-html):
12800         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12801         (gnus-article-wash-html-with-w3m-standalone): New function.
12802
12803         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12804         mm-inline-text-html-render-with-w3m-standalone.
12805         (mm-text-html-washer-alist): Map w3m-standalone to
12806         gnus-article-wash-html-with-w3m-standalone.
12807         (mm-inline-text-html-render-with-w3m-standalone): New function.
12808
12809 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12812         Improve LaTeX.
12813
12814 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12817         (nnrss-request-article): Render text/plain parts as HTML.
12818
12819         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12820         the buffer.
12821
12822 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12825         custom definition of `gnus-posting-styles'.
12826
12827         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12828         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12829
12830 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12833         Use nntp for bug archive.
12834
12835 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12838         parts.
12839         (nnrss-normalize-date): New function converts ISO 8601 date into
12840         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12841         (nnrss-check-group): Use it.
12842
12843 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12846
12847         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12848         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12849         (nnrss-insert-w3): Ditto.
12850
12851 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12854         the articles to be forwarded including the case where neither a
12855         number of articles nor a region is specified.
12856
12857 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * nnrss.el (nnrss-request-article): Fix last change; fill
12860         text/plain parts.
12861
12862 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12865         in text/plain part.
12866         (nnrss-check-group): Don't add excessive newline to dc:subject.
12867
12868 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12869
12870         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12871         article.
12872
12873 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12876         (nnml-use-compressed-files, nnml-save-mail): Support other
12877         comression programs such as bzip2.
12878
12879 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12880
12881         * dns.el (query-dns): Make sure we check the buffer size before
12882         removing tcp headers.
12883
12884 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12887         remove MIME buttons associated with multipart/alternative parts.
12888         (gnus-mime-display-alternative): Tag buttons using `article-type'
12889         text property.
12890
12891         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12892         associated with multipart/alternative parts.
12893
12894         * gnus-art.el (gnus-signature-separator): Fix custom type.
12895
12896         * mm-decode.el (mm-inlined-types): Fix custom type.
12897         (mm-keep-viewer-alive-types): Ditto.
12898         (mm-automatic-display): Ditto.
12899         (mm-attachment-override-types): Ditto.
12900         (mm-inline-override-types): Ditto.
12901         (mm-automatic-external-display): Ditto.
12902
12903 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * spam-report.el (spam-report-user-mail-address)
12906         (spam-report-user-agent): New variables.
12907         (spam-report-url-ping-plain): Use spam-report-user-agent.
12908
12909 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12910
12911         * gnus-art.el (gnus-button-handle-custom): Do not just use
12912         `customize-apropos' for any "M-x customize-*" button but the
12913         function called for.  Accept both the function name and its
12914         argument in order to achieve this.
12915         (gnus-button-alist): Remove support for "custom:" URL's.
12916         Pass function name to `gnus-button-handle-custom' in case of "M-x
12917         customize-*" buttons.
12918
12919 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12922         multipart/alternative and add xref to mm-discouraged-alternatives
12923         in doc string.
12924
12925         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12926         gnus-buttonized-mime-types in doc string.
12927
12928 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12931         Suggest image/.* in the doc string.
12932
12933 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12936         message-marks (Debian bug #342521).
12937
12938 2005-12-12  Simon Josefsson  <jas@extundo.com>
12939
12940         * password.el (password-read-from-cache): Add.
12941         (password-read): Use it.
12942
12943 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * rfc2047.el (rfc2047-charset-to-coding-system):
12946         Recognize us-ascii as a MIME charset.
12947
12948         * mm-bodies.el (mm-decode-content-transfer-encoding):
12949         Protect against the case where the 2nd arg TYPE is nil.
12950
12951 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * pop3.el (pop3-stream-type): Fix custom version.
12954
12955         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12956
12957 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12958
12959         * mm-decode.el (mm-display-external): Add missing cdr.
12960
12961 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12964         RFC1524) if it is in mailcap or add a suffix according to
12965         mailcap-mime-extensions when generating a temp filename; postpone
12966         deleting a temp file for 2 seconds for some wrappers, shell
12967         scripts, and so on, which might exit right after having started a
12968         viewer command as a background job.
12969
12970 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * nntp.el (nntp-marks-directory): Fix custom group.
12973
12974         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12975         steps when < 10.
12976
12977         * gnus-start.el (gnus-no-server-1):
12978         Mention `gnus-level-default-subscribed' in doc string.
12979
12980 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12981
12982         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12983         parens.
12984
12985 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-xmas.el (gnus-use-toolbar): Revert.
12988         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12989         gnus-use-toolbar is default.
12990
12991         * messagexmas.el (message-use-toolbar): Revert.
12992         (message-setup-toolbar): Use global default-toolbar if
12993         message-use-toolbar is default.
12994
12995 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12998         according to default-toolbar-visible-p.
12999
13000         * messagexmas.el (message-use-toolbar): Ditto.
13001
13002 2005-11-26  Dave Love  <fx@gnu.org>
13003
13004         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13005         (tls-program, tls-success): Provide openssl alternative.
13006
13007         * starttls.el: Doc fixes.
13008         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13009         SERVICE to PORT.
13010
13011         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13012         port null or service name.
13013         (starttls-negotiate): Autoload.
13014
13015 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * message.el (message-kill-to-signature): Fix interactive spec.
13018
13019 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * pop3.el (pop3-open-server): Recognize a string as a service name.
13022
13023 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13024
13025         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13026
13027 2005-11-23  Dave Love  <fx@gnu.org>
13028
13029         Add pop3s, pop3/starttls.
13030
13031         * pop3.el (pop3-authentication-scheme): Clarify doc.
13032         (open-tls-stream, starttls-open-stream): Autoload.
13033         (pop3-stream-type): New.
13034         (pop3-open-server): Use it.
13035
13036         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13037         for POP.
13038         (mail-source-keyword-map): Add :stream for POP.
13039         (mail-source-fetch-pop): Use pop3-stream-type.
13040
13041 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13044         of current-time-string.
13045
13046 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13047
13048         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13049         date header.
13050
13051 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13052
13053         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13054         it can seriously impact performance as it bypasses the agent's
13055         local caches.
13056
13057 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13058
13059         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13060         must be explicitly online rather than "not explicitly offline" for
13061         its flags to be synchronized.
13062
13063         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13064         that gnus-uu-unmark-thread will function correctly.
13065
13066         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13067         1024K is instead displayed as 1M.
13068
13069 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070
13071         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13072
13073 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13074
13075         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13076
13077 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13078
13079         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13080         error message to display actual error condition.
13081         (gnus-agent-save-local): Avoid saving symbols that are bound to
13082         nil as they simply result in a warning message in
13083         gnus-agent-read-local.
13084
13085 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13088         rather than make-variable-buffer-local for file-precious-flag.
13089
13090 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13091
13092         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13093         for duplicates which are removed.  The invalid sort check then
13094         triggers a rescan after the sort as sorting may have moved
13095         duplicate entries such that they can be cheaply detected.
13096
13097 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13100
13101 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13102
13103         * gnus-agent.el (gnus-agent-article-alist-save-format):
13104         Change internal variable to a custom variable.  Change default value
13105         from compressed(2) to uncompressed(1).
13106         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13107         support for uncompressed agentview files.  Taken together, reading
13108         the agentview file should now be 6-7 times faster.
13109
13110 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13111
13112         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13113         as a buffer-local variable.  This avoids creating truncated
13114         dribble files as a result of a hang up, eg.
13115
13116 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13117
13118         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13119         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13120         XEmacs.
13121
13122 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * gnus-start.el (gnus-start-draft-setup):
13125         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13126
13127         * gnus.el (gnus-splash): Change custom group.
13128         (gnus-group-get-parameter, gnus-group-parameter-value):
13129         Describe allow-list argument.
13130
13131         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13132         string.
13133
13134 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * gnus-art.el (gnus-default-article-saver): Add user-defined
13137         `function' to custom type.
13138
13139 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13140
13141         * imap.el (imap-open): Handle case where buffer is a buffer
13142         object.
13143
13144 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13147         long lines.
13148         (gnus-cache-delete-group): Wrap doc strings.
13149
13150         * gnus-agent.el (gnus-agent-rename-group)
13151         (gnus-agent-delete-group): Wrap doc strings.
13152
13153 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * messagexmas.el (message-use-toolbar): Change the valid values
13156         into default, top, bottom, left, and right.
13157         (message-toolbar-thickness): New variable.
13158         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13159         well.
13160         (message-setup-toolbar): Make it work.
13161
13162         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13163         (gnus-use-toolbar): Change the valid values into default, top,
13164         bottom, left, and right.
13165         (gnus-toolbar-thickness): New variable.
13166         (gnus-xmas-setup-toolbar): New function.
13167         (gnus-xmas-setup-group-toolbar): Use it.
13168         (gnus-xmas-setup-summary-toolbar): Use it.
13169
13170 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13171
13172         * gnus-start.el (gnus-1): Add "native" to
13173         gnus-predefined-server-alist.
13174
13175         * gnus.el (gnus-method-to-server): Don't add "native" to the
13176         lists here, because that leads to problems when
13177         gnus-select-method is bound.
13178
13179 2005-11-09  Simon Josefsson  <jas@extundo.com>
13180
13181         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13182         use (not sort-by-date) instead.
13183
13184 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13185
13186         * gnus-delay.el (gnus-delay-group): Don't autoload.
13187         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13188         to be re-loaded when customizing the `gnus-delay' group.
13189
13190 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13191
13192         * message.el: Revert last changes.
13193         (message-insert-citation-line): Use newlines.
13194
13195 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13196
13197         * message.el (message-courtesy-message)
13198         (message-mark-insert-begin, message-mark-insert-end)
13199         (message-elide-ellipsis, message-cancel-message)
13200         (message-add-header, message-change-subject)
13201         (message-cross-post-followup-to-header)
13202         (message-cross-post-insert-note, message-reduce-to-to-cc)
13203         (message-widen-reply, message-delete-not-region)
13204         (message-kill-to-signature, message-insert-signature)
13205         (message-insert-importance-high, message-insert-importance-low)
13206         (message-insert-or-toggle-importance)
13207         (message-insert-disposition-notification-to)
13208         (message-indent-citation, message-yank-original)
13209         (message-cite-original-without-signature, message-cite-original)
13210         (message-insert-citation-line, message-position-on-field)
13211         (message-fix-before-sending, message-send-mail-partially)
13212         (message-send-mail, message-send-mail-with-sendmail)
13213         (message-send-mail-with-qmail, message-send-news)
13214         (message-check-news-header-syntax, message-generate-headers)
13215         (message-insert-courtesy-copy, message-fill-address)
13216         (message-fill-header, message-shorten-references)
13217         (message-setup-1, message-cancel-news)
13218         (message-forward-make-body-plain, message-forward-make-body-mime)
13219         (message-forward-make-body-mml, message-encode-message-body)
13220         (message-forward-make-body-digest-plain)
13221         (message-forward-make-body-digest-mime)
13222         (message-use-alternative-email-as-from): Insert `hard-newline'
13223         instead of ordinary newlines.
13224
13225 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * message.el (message-generate-headers): Downcase the argument
13228         given to message-check-element.
13229
13230 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13231
13232         * nntp.el (nntp-authinfo-rejected): New error condition.
13233         (nntp-wait-for): Use new error condition to signal authentication
13234         error.
13235         (nntp-retrieve-data): Rethrow new error condition to break out of
13236         recursive call to nntp-send-authinfo.
13237
13238 2005-11-08  Romain Francoise  <romain@orebokech.com>
13239
13240         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13241         (gnus-summary-exit-map): Bind to `Z p'.
13242         (gnus-summary-make-menu-bar): Add menu item.
13243
13244 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13247         (gnus-treat-*): Add `first' in all doc strings.
13248
13249         * gnus-group.el (gnus-group-compact-group): Fix typo.
13250
13251 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus.el (gnus-parameters-case-fold-search): New variable.
13254         (gnus-parameters-get-parameter): Use it.
13255
13256         * gnus-score.el (gnus-home-score-file): Doc fix.
13257
13258 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13259
13260         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13261
13262 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * mm-util.el (mm-special-display-p): New function.
13265
13266         * mml.el (mml-preview): Use it; doc fix.
13267
13268 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13269
13270         * imap.el (imap-open): Handle case where buffer is a buffer object.
13271
13272 2005-10-29  Romain Francoise  <romain@orebokech.com>
13273
13274         * message.el (message-fix-before-sending): Fix comment.
13275
13276 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13277
13278         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13279
13280 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13281
13282         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13283         Used in gnus-score.el.
13284
13285 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13288
13289 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13292         whitespace removed in revision 7.8.  Use concatenated string to
13293         protect trailing whitespace.
13294
13295 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13296
13297         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13298         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13299         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13300         Courier IMAP ("some version from 2004").  Mostly based on similar
13301         code in the same function.
13302
13303 2005-10-26  Didier Verna  <didier@xemacs.org>
13304
13305         * gnus-group.el (gnus-group-compact-group): Invalidate original
13306         article buffer.
13307         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13308         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13309         NOV database and in article itself.
13310         Invalidate article backlog.
13311
13312 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13315
13316 2005-10-26  Simon Josefsson  <jas@extundo.com>
13317
13318         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13319         part of 2004-07-25 change.
13320
13321 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * message.el (message-display-completion-list): New function.
13324         (message-expand-group): Use it; make sure the Completions buffer
13325         is modifiable.
13326 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13327
13328         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13329         user-mail-name is an empty string.
13330
13331 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13334         depending on gnus-score-decay-constant.
13335
13336         * encrypt.el (encrypt-insert-file-contents)
13337         (encrypt-write-file-contents): Don't use `gnus-message'.
13338
13339         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13340         arguments.
13341         (mm-uu-type-alist): Add message-marks and insert-marks.
13342         Pass arguments to mm-uu-verbatim-marks-extract.
13343         (mm-uu-hide-markers): New variable.
13344         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13345
13346         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13347         (gnus-convert-image-to-face-command): Use "convert" by default to
13348         allow other input image formats.
13349         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13350         accordingly.
13351
13352 2005-10-23  Simon Josefsson  <jas@extundo.com>
13353
13354         * imap.el (imap-gssapi-program): Align command line parameters
13355         with latest GNU SASL.
13356         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13357
13358 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13359
13360         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13361         HTML.
13362         (nnslashdot-request-article): Ditto.
13363
13364         * lpath.el (featurep): Add nobreak-char-display.
13365
13366 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13367
13368         * mail-source.el (mail-source-fetch-pop): Require pop3.
13369         (mail-source-check-pop): Ditto.
13370
13371 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13374         errors.
13375
13376 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13379         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13380
13381         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13382
13383         * mm-bodies.el (mm-decode-string):
13384         Call `mm-charset-to-coding-system' with allow-override argument.
13385
13386 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13389         (rfc2047-charset-to-coding-system): New function.
13390         (rfc2047-decode-encoded-words): New function.
13391         (rfc2047-decode-region): Use them.
13392         (rfc2047-decode-cte): Remove.
13393         (rfc2047-parse-and-decode): Remove.
13394         (rfc2047-decode): Remove.
13395
13396 2005-10-15  Kenichi Handa  <handa@m17n.org>
13397
13398         * rfc2047.el (rfc2047-decode-cte): New function.
13399         (rfc2047-decode-region): Change the way to decode successive
13400         encoded-words: decode B- or Q-encoding in each encoded-word,
13401         concatenate them, and decode it as charset.
13402
13403 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * lpath.el: Fbind codepage-setup for XEmacs.
13406
13407 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13408
13409         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13410         widget-move-and-invoke.
13411         (gnus-custom-mode): Use gnus-custom-map.
13412
13413 2005-10-15  Bill Wohler  <wohler@newt.com>
13414
13415         * message.el (message-tool-bar-map): Rename image file from
13416         mail_send to mail/send.
13417
13418 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13419
13420         * message.el (message-expand-group): Pass the common
13421         prefix substring of completion to `display-completion-list'.
13422
13423 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * mml-sec.el (mml-secure-method): New internal variable.
13426         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13427         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13428         New functions using mml-secure-method.
13429
13430         * mml.el (mml-mode-map): Add key bindings for those functions.
13431         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13432         Harder <harder@myrealbox.com>.
13433         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13434         Goto end of message if point is the headers of the message.
13435
13436         * message.el (message-in-body-p): New function.
13437
13438         * assistant.el: Autoload gnus-util and netrc.
13439
13440         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13441         Use `mm-charset-override-alist' only when decoding.
13442
13443         * mm-bodies.el (mm-decode-body):
13444         Call `mm-charset-to-coding-system' with allow-override argument.
13445
13446         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13447         `filename' from Content-Disposition if Content-Type doesn't
13448         provide `name'.
13449         (gnus-mime-view-part-as-type): Set default instead of
13450         initial-input.
13451
13452 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13453
13454         * format-spec.el (format-spec): Propagate text properties of % spec.
13455
13456 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-art.el (gnus-treat-predicate): Add `first'.
13459
13460 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13463         (mm-charset-override-alist): New variable.
13464         (mm-charset-to-coding-system): Use it.
13465         (mm-codepage-setup): New helper function.
13466         (mm-charset-eval-alist): New variable.
13467         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13468         Warn about unknown charsets.
13469
13470         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13471
13472 2005-10-04  David Hansen  <david.hansen@gmx.net>
13473
13474         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13475         (nnrss-check-group): Ditto.
13476
13477 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13480         Rename x-gnus-verbatim to x-verbatim.
13481         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13482
13483         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13484         x-verbatim.
13485
13486         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13487
13488         * gnus-util.el (gnus-remove-duplicates): Remove.
13489
13490         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13491         instead of gnus-remove-duplicates.
13492
13493         * message.el (message-remove-duplicates): Remove.
13494         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13495         message-remove-duplicates.
13496
13497         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13498         available, else use implementation from `delete-dups'.
13499
13500         * message.el (message-insert-expires): New function.
13501         (message-mode-map): Add key binding.
13502         (message-mode-field-menu): Add menu entry.
13503         (message-mode): Document it.
13504         (message-make-expires-date): Use `message-make-date'.
13505
13506 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13507
13508         * message.el (message-make-expires-date): New function.
13509
13510 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * Makefile.in (list-installed-shadows): New entry.
13513         (install): Use it.
13514         (remove-installed-shadows): New entry.
13515
13516         * dgnushack.el (dgnushack-default-load-path): New variable.
13517         (dgnushack-find-lisp-shadows): New function.
13518         (dgnushack-remove-lisp-shadows): New function.
13519
13520 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * Makefile.in (install-el-elc): New entry.
13523         (install): Use it so that .el files are necessarily installed.
13524
13525 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13528
13529 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13530
13531         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13532         function rather than the diff-mode.el package.
13533         (mm-display-external): Use with-current-buffer.
13534         (mm-viewer-completion-map, mm-viewer-completion-map):
13535         Move initialization inside declaration.
13536
13537 2005-09-29  Simon Josefsson  <jas@extundo.com>
13538
13539         * spam.el: Load hashcash when compiling, to avoid warnings.
13540         Don't autoload mail-check-payment.
13541         (spam-check-hashcash): Define unconditionally, since hashcash.el
13542         is part of Gnus now.  Ignore errors from payment checking.
13543
13544 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * message.el (message-bold-region, message-unbold-region):
13547         Rename from `bold-region' and `unbold-region'.
13548
13549         * message.el: Remove useless autoloads.
13550
13551 2005-09-28  Simon Josefsson  <jas@extundo.com>
13552
13553         * message.el (message-use-idna): Default to t.
13554         (message-use-idna): Test whether encoding works too.  Doc fix.
13555
13556 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * nntp.el (nntp-warn-about-losing-connection): Remove.
13559
13560 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13563         customizable.  Change default value.
13564         (mm-uu-diff-groups-regexp): Change default value.
13565         (mm-uu-type-alist): Add doc string.
13566         (mm-uu-configure): Add doc string.  Make it interactive.
13567         (mm-uu-tex-groups-regexp): New variable.
13568         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13569         (mm-uu-type-alist): Add LaTeX documents.
13570         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13571         of "text/verbatim".
13572         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13573
13574         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13575         instead of "text/verbatim".
13576
13577         * message.el (message-mark-inserted-region)
13578         (message-mark-insert-file): Use slrn style marks when called with
13579         prefix argument.
13580
13581 2005-09-27  Simon Josefsson  <jas@extundo.com>
13582
13583         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13584
13585 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13586
13587         * message.el (message-remove-duplicates): New function.
13588         Implementation borrowed from `gnus-remove-duplicates'.
13589         (message-idna-to-ascii-rhs): Also encode idna addresses in
13590         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13591         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13592         only ask about the same idna domain once per header and also tell
13593         in what header to replace the idna domain.
13594
13595         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13596         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13597         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13598         a header is decoded and not just the last one.
13599
13600 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13603         has been decoded.
13604
13605         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13606         (mm-insert-part): Don't modify text if it has been decoded.
13607
13608         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13609         decoded.
13610
13611         * mm-view.el (mm-inline-text): Don't strip text props unless
13612         decoding enriched or richtext parts.
13613
13614 2005-09-25  Romain Francoise  <romain@orebokech.com>
13615
13616         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13617         * gnus-start.el (gnus-subscribe-interactively):
13618         * gnus-uu.el (gnus-uu-grab-articles):
13619         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13620         space.
13621
13622 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13623
13624         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13625         * mm-view.el (mm-view-pkcs7-decrypt):
13626         * gnus-sum.el (gnus-summary-limit-to-extra)
13627         (gnus-summary-respool-article, gnus-read-move-group-name):
13628         * gnus-score.el (gnus-summary-increase-score):
13629         * gnus-util.el (gnus-completing-read-with-default):
13630         * gnus-art.el (gnus-read-save-file-name)
13631         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13632         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13633         * message.el (message-check-news-header-syntax):
13634         Follow convention for reading with the minibuffer.
13635
13636 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * spam-report.el (spam-report-url-ping-plain):
13639         Use gnus-extended-version as User-Agent.
13640
13641         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13642         default value is nil.
13643
13644         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13645         (mm-uu-verbatim-marks-extract): New function.
13646         (mm-uu-extract): New face.
13647         (mm-uu-copy-to-buffer): Use it.
13648
13649         * spam-report.el (spam-report-gmane-ham): Rename from
13650         `spam-report-gmane-unspam'.
13651         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13652         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13653
13654         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13655         Autoload.
13656         (spam-report-gmane-unregister-routine):
13657         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13658
13659 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13660
13661         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13662         (spam-report-gmane-unregister-routine): Add support for gmane
13663         unregistration.
13664
13665         * spam-report.el (spam-report-gmane-unspam)
13666         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13667         (spam-report-gmane): Change to take a single article and do unspam
13668         registration.
13669
13670 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * mm-url.el (mm-url-decode-entities): Fix regexp.
13673
13674 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13675
13676         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13677         default to nil, to be able to use Gnus at all.  If the default
13678         switches to something else, then the function should be fixed not
13679         be exceedingly slow.
13680
13681 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13682
13683         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13684         fail hard.
13685
13686         * spam-report.el: Add better Keywords line.
13687
13688         * spam.el: Add Maintainer and better Keywords line.
13689
13690 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gnus-art.el (gnus-article-replace-part)
13693         (gnus-mime-replace-part): New functions.
13694         (gnus-mime-action-alist, gnus-mime-button-commands)
13695         (gnus-mime-save-part-and-strip): Add file argument.
13696         (gnus-article-part-wrapper): Add interactive argument.
13697
13698         * gnus-sum.el (gnus-summary-mime-map):
13699         Add `gnus-article-replace-part'.
13700
13701 2005-09-19  Didier Verna  <didier@xemacs.org>
13702
13703         The nnml compaction feature:
13704         * nnml.el (nnml-request-compact-group): New function.
13705         * nnml.el (nnml-request-compact): New function.
13706         * gnus-int.el (gnus-request-compact-group): New function.
13707         * gnus-int.el (gnus-request-compact): New function.
13708         * gnus-group.el (gnus-group-compact-group): New function.
13709         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13710         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13711         * gnus-srvr.el (gnus-server-compact-server): New function.
13712         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13713         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13714
13715 2005-09-18  Deepak Goel  <deego@gnufans.org>
13716
13717         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13718         format spec.
13719
13720 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13723
13724 2005-09-15  Romain Francoise  <romain@orebokech.com>
13725
13726         * message.el (message-fill-paragraph): Clarify docstring.
13727
13728 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-art.el (gnus-mime-display-part): Protect against broken
13731         MIME messages.
13732
13733 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13736         before parsing header.
13737
13738 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13739
13740         * html2text.el (html2text-replace-list): Add new entities.
13741
13742 2005-09-11  Romain Francoise  <romain@orebokech.com>
13743
13744         * message.el (message-alternative-emails): Improve docstring.
13745         (message-setup-1): Call `message-use-alternative-email-as-from'
13746         after `message-setup-hook' to give it precedence over posting
13747         styles, etc.
13748         (message-use-alternative-email-as-from): Add docstring.
13749         Remove the original From header if present.
13750
13751         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13752         (nnml-save-mail): Use it.
13753
13754         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13755         articles.  Add new argument `silent'.
13756         (gnus-uu-mark-all): Report the total number of marked articles.
13757
13758 2005-09-10  Romain Francoise  <romain@orebokech.com>
13759
13760         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13761         (gnus-uu-mark-series): Likewise.
13762
13763 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * spam-report.el (spam-report-gmane): Fix generation of spam
13766         report URL.
13767
13768 2005-09-10  Simon Josefsson  <jas@extundo.com>
13769
13770         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13771         t, based on discussion on the ding list with Robert Epprecht
13772         <epprecht@solnet.ch>.
13773
13774 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * spam-report.el (spam-report-gmane): Make it work without
13777         X-Report-Spam header.  Gmane now only provides Archived-At.
13778         This is only used if `spam-report-gmane-use-article-number' is nil.
13779         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13780
13781         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13782         make `gnus-summary-sort-by-recipient' work with threading.
13783
13784         * nnweb.el (nnweb-google-wash-article): Print a message if article
13785         is not available.
13786
13787 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13788
13789         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13790         change.  Decode text/* parts content before displaying.
13791
13792 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13795
13796 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13799
13800         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13801         url-package-name, url-package-version,
13802         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13803         w3m-display-inline-images, and w3m-minor-mode-map.
13804
13805 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * message.el (message-tab-body-function): Fix mismatched custom type.
13808
13809         * gnus.el (gnus-group-change-level-function): Ditto.
13810
13811         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13812
13813         * gnus-art.el (gnus-signature-limit)
13814         (gnus-article-mime-part-function): Ditto.
13815
13816 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * mml.el (mml-mode): Silence the byte compiler.
13819
13820         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13821         using `(sit-for 0)' before moving the point to the specified part;
13822         skip unbuttonized parts.
13823         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13824         return to the summary window if gnus-auto-select-part is non-nil.
13825
13826 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13829         New variables.
13830         (mml-dnd-attach-file, mml-mode): Use them.
13831
13832         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13833         Make fetching article by MID work again for Google Groups.
13834         Add FIXME concerning gnus-group-make-web-group.
13835
13836         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13837         Don't depend on Gnus by using mail-extract-address-components if
13838         gnus-extract-address-components is not bound.
13839
13840 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * gnus-art.el (gnus-mime-display-security): Don't display the
13843         signature, but only the signed part.
13844
13845 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13848
13849         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13850         list, not listp.
13851
13852 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13853
13854         * mm-encode.el (mm-encode-content-transfer-encoding):
13855         Likewise when encoding.
13856
13857         * mm-bodies.el (mm-decode-content-transfer-encoding):
13858         De-canonicalize CRLF for all text content types, not just
13859         text/plain.
13860
13861 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13864         valid article; point arrow and cursor at the MIME button.
13865
13866 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13869         Suggested by Dan Christensen <jdc@uwo.ca>.
13870
13871         * mm-decode.el (mm-save-part): Enable change of prompt.
13872
13873 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13874
13875         * gnus-msg.el (gnus-inews-add-send-actions):
13876         Make `message-post-method' lambda parameter ARG `&optional'.
13877
13878 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * gnus-sum.el (gnus-summary-mime-map):
13881         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13882         gnus-article-jump-to-part.
13883
13884         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13885         (gnus-article-edit-part): Use it.
13886         (gnus-article-part-wrapper): Add no-handle argument.
13887         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13888         New functions.
13889
13890 2005-08-29  Romain Francoise  <romain@orebokech.com>
13891
13892         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13893         docstring.
13894         (gnus-face-from-file): Likewise.
13895
13896 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13897
13898         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13899         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13900         non-nil.
13901         (gnus-auto-select-part): New variable.
13902         (gnus-article-jump-to-part): New function.
13903         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13904         (gnus-mime-delete-part): Allow selecting specified part after
13905         deleting or stripping parts.
13906         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13907         part if argument is bogus.
13908
13909 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13910
13911         * gnus-art.el (w3m-minor-mode-map):
13912         * gnus-spec.el (gnus-newsrc-file-version):
13913         * gnus-util.el (nnmail-active-file-coding-system)
13914         (gnus-original-article-buffer, gnus-user-agent):
13915         * gnus.el (gnus-ham-process-destinations)
13916         (gnus-parameter-ham-marks-alist)
13917         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13918         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13919         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13920         * mm-decode.el (gnus-current-window-configuration):
13921         * mm-extern.el (gnus-article-mime-handles):
13922         * mm-url.el (url-current-object, url-package-name)
13923         (url-package-version):
13924         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13925         (smime-keys, w3m-cid-retrieve-function-alist)
13926         (w3m-current-buffer, w3m-display-inline-images)
13927         (w3m-minor-mode-map):
13928         * mml-smime.el (gnus-extract-address-components):
13929         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13930         (gnus-newsrc-hashtb, message-default-charset)
13931         (message-deletable-headers, message-options)
13932         (message-posting-charset, message-required-mail-headers)
13933         (message-required-news-headers):
13934         * mml1991.el (mc-pgp-always-sign):
13935         * mml2015.el (mc-pgp-always-sign):
13936         * nnheader.el (nnmail-extra-headers):
13937         * rfc1843.el (gnus-decode-encoded-word-function)
13938         (gnus-decode-header-function, gnus-newsgroup-name):
13939         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13940
13941 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13942
13943         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13944         the end of the date treatments.
13945
13946 2005-08-15  Simon Josefsson  <jas@extundo.com>
13947
13948         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13949         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13950         Capello and Romain Francoise.
13951         (pgg-fetch-key-function): Remove, not used?
13952         (pgg-insert-url-with-w3): Require url, to get
13953         url-insert-file-contents regardless of where it is defined.
13954
13955 2005-08-13  Romain Francoise  <romain@orebokech.com>
13956
13957         * message.el (message-cite-original-1): New function.
13958         (message-cite-original): Use it.
13959         (message-cite-original-without-signature): Ditto.
13960
13961 2005-08-08  Romain Francoise  <romain@orebokech.com>
13962
13963         * message.el (message-yank-empty-prefix): New variable.
13964         (message-indent-citation): Use it.
13965         (message-cite-original-without-signature): Respect X-No-Archive.
13966
13967 2005-08-08  Simon Josefsson  <jas@extundo.com>
13968
13969         * pgg.el: Autoload url-insert-file-contents instead of loading
13970         w3/url.
13971         (pgg-insert-url-with-w3): Don't load url here.
13972
13973 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13974
13975         * message.el (message-kill-to-signature): Don't insert newline at
13976         bol.
13977         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13978
13979 2005-08-06  Romain Francoise  <romain@orebokech.com>
13980
13981         * message.el (message-user-fqdn): Fix typo in docstring.
13982
13983 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13984
13985         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13986
13987         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13988
13989 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * mm-bodies.el (mm-encode-body): Use coding system rather than
13992         charset to encode text.
13993
13994         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13995         number of charsets if utf-8 is available (XEmacs).
13996
13997 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14000         taken from `gnus-button-mid-or-mail-regexp'.
14001         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14002         (gnus-button-alist): Improve regexp for domain part of the MIDs
14003         for news:localpart@domain buttons.
14004         (gnus-button-ctan-directory-regexp): Update.
14005
14006 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * sieve-manage.el (sieve-manage-interactive-login):
14009         Use make-local-variable rather than make-variable-buffer-local.
14010         (sieve-manage-open): Ditto.
14011         (sieve-manage-authenticate): Ditto.
14012
14013         * mml.el (mml-generate-mime-1): Make the content type default to
14014         text/plain if the filename is not specified.
14015
14016 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14019         instead of insert-buffer.
14020
14021         * message.el (message-yank-original): Ditto; set the mark at the
14022         end of the yanked message.
14023
14024 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14027         lines to scroll rather than to stop it.
14028
14029         * mml.el (mml-generate-default-type): Add doc string.
14030         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14031         default to application/octet-stream when determining the content
14032         type if it is not specified for the part or the mml contents; add
14033         a comment about mml-generate-default-type.
14034
14035 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14038         make it default to application/octet-stream when determining the
14039         content type if it is not specified for the external contents.
14040
14041 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14044         segmented parameter but also other parameters might be there.
14045
14046 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * mm-decode.el (mm-display-external): Delete temp file, directory
14049         and buffer immediately if the external process is exited.
14050
14051 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14054         fewer lines than that of scroll-margin.
14055         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14056
14057 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (gnus-article-next-page): Revert.
14060         (gnus-article-beginning-of-window): New macro.
14061         (gnus-article-next-page-1): Use it.
14062         (gnus-article-prev-page): Ditto.
14063         (gnus-article-edit-part): Use insert-buffer-substring instead of
14064         insert-buffer.
14065         (gnus-article-edit-exit): Ditto.
14066
14067         * gnus-util.el (gnus-beginning-of-window): Remove.
14068         (gnus-end-of-window): Remove.
14069
14070         * lpath.el: Don't bind header-line-format and scroll-margin.
14071
14072 2005-07-25  Simon Josefsson  <jas@extundo.com>
14073
14074         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14075         to have the url package without w3.  Reported by Daiki Ueno
14076         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14077
14078 2005-07-20  Didier Verna  <didier@xemacs.org>
14079
14080         * gnus-diary.el: Remove the description comment (nndiary is now
14081         properly documented in the Gnus manual).
14082         Fix the spelling of "Back End".
14083         * nndiary.el: Ditto.
14084         Fix the copyright notice.
14085
14086 2005-07-18  Romain Francoise  <romain@orebokech.com>
14087
14088         * gnus-sum.el (gnus-summary-to-prefix)
14089         (gnus-summary-newsgroup-prefix): New variables.
14090         (gnus-summary-from-or-to-or-newsgroups): Use them.
14091
14092 2005-07-17  Romain Francoise  <romain@orebokech.com>
14093
14094         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14095         space as it's generally not especially interesting to the user.
14096
14097 2005-07-16  Romain Francoise  <romain@orebokech.com>
14098
14099         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14100         nil to avoid prompting and file modification if one of the
14101         messages at the top of the nnfolder file contains a copyright
14102         notice.
14103         Update copyright notice.
14104
14105         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14106         instead of `current-time-string' as the latter creates a time
14107         string that is not RFC 2822 compliant (it lacks the zone).
14108         Update copyright notice.
14109
14110 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14111
14112         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14113         for text/rtf.  Display default in prompt.  Pass default for M-n.
14114
14115         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14116
14117 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14118
14119         * gnus-msg.el (gnus-button-mailto):
14120         Remove save-selected-window-window hackery because it relies on
14121         save-selected-window internals.
14122
14123 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14126         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14127         (gnus-article-prev-page): Ditto.
14128
14129         * gnus-util.el (gnus-beginning-of-window): New function.
14130         (gnus-end-of-window): New function.
14131
14132         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14133
14134 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14135
14136         * gnus-score.el (gnus-score-edit-all-score):
14137         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14138         gnus-message.
14139
14140 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * gnus-msg.el (gnus-button-mailto):
14143         Remove save-selected-window-window hackery because it relies on
14144         save-selected-window internals.
14145
14146 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14149         add-minor-mode.
14150         (gnus-binary-mode): Ditto.
14151
14152         * gnus-topic.el (gnus-topic-mode): Ditto.
14153
14154 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14155
14156         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14157         (gnus-article-prev-page): Take scroll-margin into consideration.
14158
14159 2005-07-04  Lute Kamstra  <lute@gnu.org>
14160
14161         Update FSF's address in GPL notices.
14162
14163 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14164
14165         * gnus.el (gnus-exit):
14166         * gnus-group.el (gnus-group-icons):
14167         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14168
14169         * gnus-nocem.el (gnus-nocem):
14170         * message.el (message-various, message-buffers, message-sending)
14171         (message-interface, message-forwarding, message-insertion)
14172         (message-headers, message-news, message-mail):
14173         * pgg-gpg.el (pgg-gpg):
14174         * pgg-parse.el (pgg-parse):
14175         * pgg-pgp.el (pgg-pgp):
14176         * pgg-pgp5.el (pgg-pgp5):
14177         * pop3.el (pop3): Finish `defgroup' description with period.
14178
14179 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-art.el (article-display-face): Improve the efficiency.
14182         (article-display-x-face): Ditto; remove grey x-face stuff.
14183
14184 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-art.el (article-display-face): Correct the position in
14187         which Faces are inserted.
14188
14189 2005-06-29  Didier Verna  <didier@xemacs.org>
14190
14191         * gnus-art.el (article-display-face): Display faces in correct
14192         order.
14193
14194 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14197         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14198         (gnus-nocem-check-article): Fetch the Type header.
14199         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14200         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14201         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14202         make sure gnus-nocem-hashtb is initialized.
14203         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14204         (gnus-nocem-unwanted-article-p): Ditto.
14205
14206         * pgg.el (pgg-verify): Return the verification result.
14207
14208 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14211         is ascii.
14212
14213 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14214
14215         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14216         `show-nonbreak-escape'.
14217
14218 2005-06-23  Lute Kamstra  <lute@gnu.org>
14219
14220         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14221
14222         * dig.el (dig-mode):
14223         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14224
14225 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14226
14227         * nnimap.el (nnimap-split-download-body): Fix spellings.
14228
14229 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14230
14231         * gnus-art.el (gnus-article-encrypt-body):
14232         * gnus-cus.el (gnus-score-customize):
14233         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14234         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14235
14236 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14237
14238         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14239         header by looking for magic "MII" at the beginnig.
14240
14241 2005-06-16  Miles Bader  <miles@gnu.org>
14242
14243         * gnus-xmas.el (gnus-xmas-group-startup-message):
14244         Use renamed gnus-splash face.
14245
14246         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14247         (assistant-field-face): New backward-compatibility alias for renamed
14248         face.
14249         (assistant-render-text): Use renamed assistant-field face.
14250
14251         * spam.el (spam): Remove "-face" suffix from face name.
14252         (spam-face): New backward-compatibility alias for renamed face.
14253         (spam-face, spam-initialize): Use renamed spam face.
14254
14255         * message.el (message-header-to, message-header-cc)
14256         (message-header-subject, message-header-newsgroups)
14257         (message-header-other, message-header-name)
14258         (message-header-xheader, message-separator, message-cited-text)
14259         (message-mml): Remove "-face" suffix from face names.
14260         (message-header-to-face, message-header-cc-face)
14261         (message-header-subject-face, message-header-newsgroups-face)
14262         (message-header-other-face, message-header-name-face)
14263         (message-header-xheader-face, message-separator-face)
14264         (message-cited-text-face, message-mml-face):
14265         New backward-compatibility aliases for renamed faces.
14266         (message-font-lock-keywords): Use renamed message faces.
14267
14268         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14269         (sieve-test-commands, sieve-tagged-arguments):
14270         Remove "-face" suffix from face names.
14271         (sieve-control-commands-face, sieve-action-commands-face)
14272         (sieve-test-commands-face, sieve-tagged-arguments-face):
14273         New backward-compatibility aliases for renamed faces.
14274         (sieve-control-commands-face, sieve-action-commands-face)
14275         (sieve-test-commands-face, sieve-tagged-arguments-face):
14276         Use renamed sieve faces.
14277
14278         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14279         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14280         (gnus-group-news-3-empty, gnus-group-news-4)
14281         (gnus-group-news-4-empty, gnus-group-news-5)
14282         (gnus-group-news-5-empty, gnus-group-news-6)
14283         (gnus-group-news-6-empty, gnus-group-news-low)
14284         (gnus-group-news-low-empty, gnus-group-mail-1)
14285         (gnus-group-mail-1-empty, gnus-group-mail-2)
14286         (gnus-group-mail-2-empty, gnus-group-mail-3)
14287         (gnus-group-mail-3-empty, gnus-group-mail-low)
14288         (gnus-group-mail-low-empty, gnus-summary-selected)
14289         (gnus-summary-cancelled, gnus-summary-high-ticked)
14290         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14291         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14292         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14293         (gnus-summary-low-undownloaded)
14294         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14295         (gnus-summary-low-unread, gnus-summary-normal-unread)
14296         (gnus-summary-high-read, gnus-summary-low-read)
14297         (gnus-summary-normal-read, gnus-splash):
14298         Remove "-face" suffix from face names.
14299         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14300         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14301         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14302         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14303         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14304         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14305         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14306         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14307         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14308         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14309         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14310         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14311         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14312         (gnus-summary-normal-ticked-face)
14313         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14314         (gnus-summary-normal-ancient-face)
14315         (gnus-summary-high-undownloaded-face)
14316         (gnus-summary-low-undownloaded-face)
14317         (gnus-summary-normal-undownloaded-face)
14318         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14319         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14320         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14321         (gnus-splash-face):
14322         New backward-compatibility aliases for renamed faces.
14323         (gnus-group-startup-message): Use renamed gnus faces.
14324
14325         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14326         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14327         (gnus-server-agent): Remove "-face" suffix from face names.
14328         (gnus-server-agent-face, gnus-server-opened-face)
14329         (gnus-server-closed-face, gnus-server-denied-face)
14330         (gnus-server-offline-face):
14331         New backward-compatibility aliases for renamed faces.
14332         (gnus-server-agent-face, gnus-server-opened-face)
14333         (gnus-server-closed-face, gnus-server-denied-face)
14334         (gnus-server-offline-face): Use renamed gnus faces.
14335
14336         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14337         Remove "-face" suffix from face names.
14338         (gnus-picon-xbm-face, gnus-picon-face):
14339         New backward-compatibility aliases for renamed faces.
14340
14341         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14342         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14343         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14344         (gnus-cite-11): Remove "-face" suffix from face names.
14345         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14346         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14347         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14348         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14349         New backward-compatibility aliases for renamed faces.
14350         (gnus-cite-attribution-face, gnus-cite-face-list)
14351         (gnus-article-boring-faces): Use renamed gnus faces.
14352
14353         * gnus-art.el (gnus-signature, gnus-header-from)
14354         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14355         (gnus-header-content): Remove "-face" suffix from face names.
14356         (gnus-signature-face, gnus-header-from-face)
14357         (gnus-header-subject-face, gnus-header-newsgroups-face)
14358         (gnus-header-name-face, gnus-header-content-face):
14359         New backward-compatibility aliases for renamed faces.
14360         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14361
14362         * gnus-sum.el (gnus-summary-selected-face)
14363         (gnus-summary-highlight): Use renamed gnus faces.
14364         * gnus-group.el (gnus-group-highlight): Likewise.
14365
14366 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14367
14368         * gnus-sieve.el (gnus-sieve-article-add-rule):
14369         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14370         * spam-stat.el (spam-stat-buffer-change-to-spam)
14371         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14372
14373         * message.el (message-is-yours-p):
14374         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14375
14376 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * mm-view.el (mm-inline-text): Withdraw the last change.
14379
14380 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14383         executing enriched-decode.
14384
14385 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14388         charset of tar files.
14389
14390 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14391
14392         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14393
14394 2005-06-04  Lute Kamstra  <lute@gnu.org>
14395
14396         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14397         information is never recorded.
14398
14399 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14400
14401         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14402
14403 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * pop3.el (pop3-apop): Run md5 in the binary mode.
14406
14407         * starttls.el (starttls-set-process-query-on-exit-flag):
14408         Use eval-and-compile.
14409
14410 2005-05-31  Simon Josefsson  <jas@extundo.com>
14411
14412         * smime.el (smime-replace-in-string): Define.
14413         (smime-cert-by-ldap-1): Use it.
14414
14415 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (article-display-x-face): Replace
14418         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14419
14420         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14421         set-process-query-on-exit-flag or process-kill-without-query.
14422
14423         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14424         loop instead of replace-regexp.
14425
14426         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14427         instead of process-kill-without-query if it is available.
14428
14429         * lpath.el: Fbind ldap-search-entries.
14430
14431         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14432         instead of find-file-hooks if it is available.
14433
14434         * mml1991.el: Bind pgg-default-user-id when compiling.
14435
14436         * mml2015.el: Bind pgg-default-user-id when compiling.
14437
14438         * nndraft.el (nndraft-request-associate-buffer):
14439         Use write-contents-functions instead of write-contents-hooks if it is
14440         available.
14441
14442         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14443         instead of find-file-hooks if it is available.
14444
14445         * nntp.el (nntp-open-connection): Replace
14446         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14447         (nntp-open-ssl-stream): Ditto.
14448         (nntp-open-tls-stream): Ditto.
14449
14450         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14451         set-process-query-on-exit-flag or process-kill-without-query.
14452         (starttls-open-stream-gnutls): Use it instead of
14453         process-kill-without-query.
14454         (starttls-open-stream): Ditto.
14455
14456 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14457
14458         * smime.el (smime-cert-by-ldap-1): Don't use
14459         replace-regexp-in-string.
14460
14461 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14462
14463         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14464
14465         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14466         in PEM format.  Adjust to the XEmacs compability.
14467
14468 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14471         by `string-to-number'.
14472         * gnus-agent.el (gnus-agent-regenerate-group)
14473         (gnus-agent-fetch-articles): Ditto.
14474         * gnus-art.el (gnus-button-fetch-group): Ditto.
14475         * gnus-cache.el (gnus-cache-generate-active)
14476         (gnus-cache-articles-in-group): Ditto.
14477         * gnus-group.el (gnus-group-set-current-level)
14478         (gnus-group-insert-group-line): Ditto.
14479         * gnus-score.el (gnus-score-set-expunge-below)
14480         (gnus-score-set-mark-below, gnus-summary-score-effect)
14481         (gnus-summary-score-entry): Ditto.
14482         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14483         (gnus-soup-pack): Ditto.
14484         * gnus-spec.el (gnus-xmas-format): Ditto.
14485         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14486         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14487         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14488         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14489         * nndb.el (nndb-get-remote-expire-response): Ditto.
14490         * nndiary.el (nndiary-parse-schedule-value)
14491         (nndiary-string-to-number, nndiary-request-replace-article)
14492         (nndiary-request-article): Ditto.
14493         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14494         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14495         * nneething.el (nneething-make-head): Ditto.
14496         * nnfolder.el (nnfolder-request-article)
14497         (nnfolder-retrieve-headers): Ditto.
14498         * nnheader.el (nnheader-file-to-number): Ditto.
14499         * nnkiboze.el (nnkiboze-request-article): Ditto.
14500         * nnmail.el (nnmail-process-unix-mail-format)
14501         (nnmail-process-babyl-mail-format): Ditto.
14502         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14503         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14504         (nnmh-request-create-group, nnmh-request-list-1)
14505         (nnmh-request-group, nnmh-request-article): Ditto.
14506         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14507         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14508         * nnsoup.el (nnsoup-make-active): Ditto.
14509         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14510         * nntp.el (nntp-find-group-and-number)
14511         (nntp-retrieve-headers-with-xover): Ditto.
14512         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14513         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14514         (pgg-format-key-identifier): Ditto.
14515         * pop3.el (pop3-last, pop3-stat): Ditto.
14516         * qp.el (quoted-printable-decode-region): Ditto.
14517
14518         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14519         of concat.
14520
14521 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14524
14525         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14526
14527         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14528
14529         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14530
14531         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14532
14533         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14534
14535         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14536         (gnus-carpal-mode): Ditto.
14537
14538         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14539         (gnus-browse-mode): Ditto.
14540
14541         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14542
14543         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14544
14545 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14546
14547         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14548
14549 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * gnus-util.el (gnus-run-mode-hooks): New function.
14552
14553         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14554
14555         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14556         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14557
14558 2005-05-27  Lute Kamstra  <lute@gnu.org>
14559
14560         * dns-mode.el (dns-mode): Specify customization group.
14561
14562 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14563
14564         * gnus-agent.el (gnus-agent-make-mode-line-string):
14565         Use mode-line-highlight as mouse-face.
14566
14567 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * canlock.el (canlock): Change the parent group to news.
14570
14571         * deuglify.el (gnus-outlook-deuglify): Add :group.
14572
14573         * dig.el (dig): Add :group.
14574
14575         * dns-mode.el (dns-mode): Add :group.
14576
14577         * encrypt.el (encrypt): Add :group.
14578
14579         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14580         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14581         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14582         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14583         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14584
14585         * gnus-diary.el (gnus-diary): Add :group.
14586
14587         * gnus.el (gnus-group-news-1-face): Add :group.
14588         (gnus-group-news-1-empty-face): Ditto.
14589         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14590         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14591         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14592         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14593         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14594         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14595         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14596         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14597         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14598         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14599         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14600         (gnus-summary-high-ticked-face): Ditto.
14601         (gnus-summary-low-ticked-face): Ditto.
14602         (gnus-summary-normal-ticked-face): Ditto.
14603         (gnus-summary-high-ancient-face): Ditto.
14604         (gnus-summary-low-ancient-face): Ditto.
14605         (gnus-summary-normal-ancient-face): Ditto.
14606         (gnus-summary-high-undownloaded-face): Ditto.
14607         (gnus-summary-low-undownloaded-face): Ditto.
14608         (gnus-summary-normal-undownloaded-face): Ditto.
14609         (gnus-summary-high-unread-face): Ditto.
14610         (gnus-summary-low-unread-face): Ditto.
14611         (gnus-summary-normal-unread-face): Ditto.
14612         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14613         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14614
14615         * hashcash.el (hashcash): New custom group.
14616         (hashcash-default-payment): Add :group.
14617         (hashcash-payment-alist): Ditto.
14618         (hashcash-default-accept-payment): Ditto.
14619         (hashcash-accept-resources): Ditto.
14620         (hashcash-path): Ditto.
14621         (hashcash-extra-generate-parameters): Ditto.
14622         (hashcash-double-spend-database): Ditto.
14623         (hashcash-in-news): Ditto.
14624
14625         * message.el (message-minibuffer-local-map): Add :group.
14626
14627         * netrc.el (netrc): Add :group.
14628
14629         * sieve-manage.el (sieve-manage-log): Add :group.
14630         (sieve-manage-default-user): Diito.
14631         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14632         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14633         (sieve-manage-authenticators): Ditto.
14634         (sieve-manage-authenticator-alist): Ditto.
14635         (sieve-manage-default-port): Ditto.
14636
14637         * sieve-mode.el (sieve-control-commands-face): Add :group.
14638         (sieve-action-commands-face): Ditto.
14639         (sieve-test-commands-face): Ditto.
14640         (sieve-tagged-arguments-face): Ditto.
14641
14642         * smime.el (smime): Add :group.
14643
14644         * spam-report.el (spam-report): Add :group.
14645
14646         * spam.el (spam, spam-face): Add :group.
14647
14648 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14649
14650         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14651         return \n.\n.\n at the end of articles.  Protect against that.
14652         (nntp-with-open-group): Allow debugging.
14653
14654         * nnheader.el (mail-header-set-extra): Make into a function
14655         because I just could't understand how to quote the list properly.
14656
14657         * dns.el (query-dns-cached): New function.
14658
14659 2005-05-26  Lute Kamstra  <lute@gnu.org>
14660
14661         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14662
14663 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14666
14667         * gnus-art.el: Don't autoload mail-extract-address-components.
14668
14669         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14670         eval-and-compile to evaluate it.
14671
14672         * hashcash.el: Don't autoload executable-find.
14673
14674         * nndb.el: Don't declare the nndb back end two or more times; don't
14675         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14676
14677         * nntp.el: Autoload format-spec instead of format; use
14678         eval-and-compile to evaluate autoload forms.
14679
14680 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14681
14682         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14683
14684 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * gnus.el (gnus-version-number): Bump version.
14687
14688 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14689
14690         * gnus.el: No Gnus v0.3 is released.
14691
14692 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693
14694         * lpath.el (featurep): Bind show-nonbreak-escape.
14695
14696 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-art.el (gnus-article-edit-part): Disable undo.
14699
14700 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14703         gnus-article-date-lapsed-new-header is t if date timer is active;
14704         skip headers in which the original date value is empty.
14705         (gnus-article-save-original-date): Redefine it as a macro.
14706         (gnus-display-mime): Use it.
14707
14708 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-art.el (article-date-ut): Support converting date in
14711         forwarded parts as well.
14712         (gnus-article-save-original-date): New function.
14713         (gnus-display-mime): Use it.
14714
14715 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14716
14717         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14718         enclosure element of <item>.
14719
14720 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * message.el (message-kill-buffer-query): Rename from
14723         `message-kill-buffer-query-if-modified'.  Add :version.
14724
14725 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14728         window layout.
14729
14730 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * mml.el: Autoload dnd when compiling.
14733
14734 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14737         x-dnd-*.
14738
14739 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * qp.el (quoted-printable-encode-region): Save excursion.
14742
14743 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * message.el (message-kill-buffer-query-if-modified): Add new variable
14746         so the user can kill a modified message buffer quickly.
14747         (message-kill-buffer): Use it.
14748
14749 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * lpath.el: Fbind display-time-event-handler; don't fbind
14752         string-to-multibyte.
14753
14754         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14755
14756 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14759         contained in text because xml.el decodes entities) with LFs.
14760
14761 2005-04-11  Lute Kamstra  <lute@gnu.org>
14762
14763         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14764         differently.
14765
14766 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14767
14768         * mm-util.el (mm-detect-coding-region): Typo.
14769
14770 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14773
14774 2005-04-06  Deepak Goel  <deego@gnufans.org>
14775
14776         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14777         user-function allow user modifications of the scores.
14778         (spam-stat-score-buffer-user): New function, to allow
14779         user-computed modifications to the score.
14780         (spam-stat-score-buffer-user-functions): List of additional
14781         scoring functions.
14782         (spam-stat-error-holder): Global temporary error holder.
14783         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14784         variable.
14785
14786 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14787
14788         * gnus-registry.el (gnus-registry-clean-empty-function)
14789         (gnus-registry-trim, gnus-registry-fetch-groups)
14790         (gnus-registry-delete-group): Groups that match
14791         `gnus-registry-ignored-groups' are removed from the registry
14792         entries, not just ignored for splitting.  This helps clean up the
14793         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14794         to get all the groups a message ID is in.
14795
14796         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14797         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14798         (spam-stat-score-buffer-user-functions): Add :number custom type.
14799
14800 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14803         argument in XEmacs.
14804
14805         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14806         (nnrss-request-group): Decode group name first.
14807         (nnrss-request-article): Make a text/plain article if mml-to-mime
14808         failed.
14809         (nnrss-get-encoding): Return a compatible encoding according to
14810         nnrss-compatible-encoding-alist.
14811         (nnrss-find-el): Use consp instead of listp.
14812         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14813
14814 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14817         which Emacs 20 doesn't support.
14818         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14819
14820 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14823         silence the byte compiler inside the defun.
14824
14825         * gnus-demon.el (parse-time-string): Add autoload.
14826
14827         * gnus-delay.el (parse-time-string): Add autoload.
14828
14829         * gnus-art.el (parse-time-string): Add autoload.
14830
14831         * nnultimate.el (parse-time): Require for `parse-time-string'.
14832
14833 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14836
14837         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14838
14839         * smime.el (smime-ldap-host-list): Add :version.
14840
14841 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14844         pass it to `gnus-browse-read-group'.
14845         (gnus-browse-read-group): Add NUMBER argument and pass it to
14846         `gnus-group-read-ephemeral-group'.
14847
14848         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14849         argument and pass it to `gnus-group-read-group'.
14850
14851 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14852
14853         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14854         mm-xemacs-find-mime-charset-1 if we have the mule feature
14855         available at runtime.
14856
14857 2005-03-25  Werner Lemberg  <wl@gnu.org>
14858
14859         * nnmaildir.el: Replace `illegal' with `invalid'.
14860
14861 2005-03-23  Lute Kamstra  <lute@gnu.org>
14862
14863         * time-date.el: Add comment on time value formats.
14864         Don't require parse-time.
14865         (with-decoded-time-value): New macro.
14866         (encode-time-value): New function.
14867         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14868         (days-to-time): Return a valid time value when arg is huge.
14869         (time-since): Use time-subtract.
14870         (time-to-number-of-days): Use time-to-seconds.
14871
14872 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14873
14874         * gnus-start.el (gnus-display-time-event-handler):
14875         Check display-time-timer at runtime rather than only at load time
14876         in case display-time-mode is turned off in the mean time.
14877
14878 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14881         used.
14882
14883         * nneething.el (nneething-map-file-directory): Derive from
14884         `gnus-directory'.
14885
14886         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14887         the To/Cc button.
14888
14889 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * nnmaildir.el (nnmaildir-request-accept-article):
14892         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14893
14894 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14895
14896         * gnus-async.el: Require timer-funcs at compile time when in
14897         XEmacs for `run-with-idle-timer'.
14898
14899 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14900
14901         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14902         autoloaded function.
14903
14904 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14905
14906         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14907
14908 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14909
14910         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14911
14912 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14913
14914         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14915         Add gnus-expert-user to default.
14916
14917 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14918
14919         * nnimap.el (nnimap-open-server): Ditto.
14920
14921         * imap.el (imap-authenticate): Fix typo.
14922
14923 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14924
14925         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14926         buffer (since IMAP server might return FETCH response out of
14927         order, and the nntp buffer must be sorted).
14928
14929 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14930
14931         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14932         comparison on string.
14933
14934         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14935         (gnus-agent-score): Rename category keywords to match gnus-cus.
14936         (gnus-agent-summary-fetch-series): Modify to protect against
14937         gnus-agent-summary-fetch-group clearing processable flags.
14938         (gnus-agent-synchronize-group-flags): Update live group buffer as
14939         synchronization may occur due to the user toggle the plugged
14940         status.
14941         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14942         successfully downloaded.
14943         (gnus-agent-expire-group-1): Avoid using markers when the overview
14944         is in ascending order; greatly improves performance.
14945         (gnus-agent-regenerate-group):
14946         Use gnus-agent-synchronize-group-flags to reset read status in both
14947         gnus and server.
14948         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14949
14950 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * message.el: Don't autoload former message-utils variables.
14953         (message-strip-subject-trailing-was): Change doc string.
14954
14955         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14956         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14957         (nnweb-google-search): Add "hl=en" here.
14958         (nnweb-google-parse-1, nnweb-google-create-mapping):
14959         Don't hardcode URL.
14960
14961 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * message.el (message-get-reply-headers, message-followup):
14964         Mention related variables `message-use-followup-to' and
14965         `message-use-mail-followup-to', in the information buffer.
14966
14967         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14968         of broken groups(-beta).google.com.
14969
14970 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14971
14972         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14973         parameter to invoked gnus-request-move-article; remove the
14974         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14975         all at once instead of once per article.
14976         (gnus-summary-remove-process-mark): Accept a list of articles as
14977         well as a single article for processing.
14978
14979         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14980         parameter.
14981
14982         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14983
14984         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14985
14986         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14987         parameter.
14988
14989         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14990         parameter.
14991
14992         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14993         parameter and remove the gnus-sum-hint-move-is-internal variable.
14994
14995         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14996         parameter.
14997
14998         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14999         parameter.
15000
15001         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15002         parameter.
15003
15004         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15005
15006         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15007         parameter.
15008
15009         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15010         parameter.
15011
15012 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15013
15014         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15015         a more conservative way.
15016
15017 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15018
15019         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15020         buffer, so it moves the window's cursor.
15021
15022 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15023
15024         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15025         `mm-dissect-multipart' and receive the from field as an (optional)
15026         argument from `mm-dissect-multipart'.
15027         (mm-dissect-multipart): Receive the from field as an argument and
15028         pass it on when we call `mm-dissect-buffer' on MIME parts.
15029         Fixes verification/decryption of signed/encrypted MIME parts.
15030
15031 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15032
15033         * gnus-sum.el (gnus-summary-move-article):
15034         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15035         whatever it calls (right now, only nnimap-request-move article
15036         respects it).
15037
15038         * nnimap.el (nnimap-request-move-article):
15039         When gnus-sum-hint-move-is-internal is set, don't do the extra
15040         nnimap-request-article.
15041
15042 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15045
15046         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15047         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15048
15049         * gnus-sum.el (gnus-summary-caesar-message):
15050         Apply `gnus-treat-article' after rotation.
15051
15052         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15053         doc string.
15054
15055 2005-02-22  Simon Josefsson  <jas@extundo.com>
15056
15057         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15058         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15059         <arne@arnested.dk>.
15060         (encrypt): Add password-cache and password-cache-expiry as group
15061         members.
15062
15063 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15064
15065         * smime.el (smime-ldap-host-list): Doc fix.
15066         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15067         cache) password.
15068         (smime-sign-region): Use it.
15069         (smime-decrypt-region): Use it.
15070         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15071         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15072         fails.
15073         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15074         certificate from DER to PEM format rather than calling openssl.
15075
15076         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15077
15078         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15079         for signing/encryption.
15080
15081         * mml.el (mml-parse-1): Use them.
15082
15083 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15084
15085         * nnrss.el (nnrss-verbose): Remove.
15086         (nnrss-request-group): Use `nnheader-message' instead.
15087
15088 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15089
15090         * nnrss.el (nnrss-verbose): New variable.
15091         (nnrss-request-group): Make it say nnrss is requesting a group.
15092
15093 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15096         Handle news URL with given port correctly.
15097
15098 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15101         containing special characters.
15102
15103         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15104
15105         * mml.el (mime-to-mml): Ditto.
15106
15107         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15108         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15109         (rfc2047-decode-region): Quote decoded words containing special
15110         characters when rfc2047-quote-decoded-words-containing-tspecials
15111         is non-nil.
15112
15113 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15114
15115         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15116
15117         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15118
15119 2005-02-15  Simon Josefsson  <jas@extundo.com>
15120
15121         * nnimap.el (nnimap-debug): Doc fix.
15122
15123         * imap.el (imap-debug): Doc fix.
15124
15125 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15128
15129 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * gnus.el (spam-contents): Improve docs for spam-contents
15132         parameter in its variable incarnation.
15133
15134 2005-02-14  Simon Josefsson  <jas@extundo.com>
15135
15136         * smime-ldap.el: Use require instead of load-library for ldap.
15137         (smime-ldap-search): Indent.
15138         (smime-ldap-search-internal): Shorten line.
15139
15140         * smime.el (smime-cert-by-dns): Add doc-string.
15141         (smime-cert-by-ldap-1): Indent.
15142
15143         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15144         mml-smime-get-dns-ldap.
15145         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15146
15147 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15148
15149         * smime.el: Require smime-ldap.
15150         (smime-ldap-host-list): New variable.
15151         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15152
15153         * mml-smime.el (mml-smime-encrypt-query): New function.
15154         (mml-smime-encrypt-query): Use it.
15155
15156         * smime-ldap.el: New file.
15157
15158 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15161
15162 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15165         argument in doc string.  Make query for type more clear.
15166
15167 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * gnus.el (gnus-group-startup-message): Search for gnus images in
15170         etc/images/gnus.
15171         * mm-util.el (mm-image-load-path): Likewise.
15172         * smiley.el (smiley-data-directory): Search for smilies in
15173         etc/images/smilies.
15174
15175 2005-02-09  Kim F. Storm  <storm@cua.dk>
15176
15177         Change Emacs release version from 21.4 to 22.1 throughout.
15178         Change Emacs development version from 21.3.50 to 22.0.50.
15179
15180 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15183
15184         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15185         non-Mule XEmacs as well.
15186         (mm-decompress-buffer): Signal an error intentionally if it does
15187         not decompress compressed data because auto-compression-mode is
15188         disabled.
15189
15190 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15191
15192         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15193         an ID in the registry even if it has no groups.
15194
15195 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15198         merge it into mm-decompress-buffer.
15199         (gnus-mime-copy-part): Use the MIME part charset, the value which
15200         a user specified or gnus-newsgroup-charset for decoding, like
15201         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15202         save-buffer what was used.  Suggested by Kevin Ryde
15203         <user42@zip.com.au>.
15204         (gnus-mime-inline-part): Allow the name parameter as well as the
15205         filename parameter; force decompressing of compressed data; always
15206         display contents being not decoded as unibyte.
15207
15208         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15209         as well as the filename parameter.
15210
15211         * mm-util.el (mm-decompress-buffer):
15212         Merge gnus-mime-jka-compr-maybe-uncompress.
15213         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15214         of compressed data.
15215
15216 2005-02-08  Simon Josefsson  <jas@extundo.com>
15217
15218         * imap.el (imap-log): Doc fix.
15219
15220 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15223         the coding cookies; decompress compressed parts.
15224
15225         * mml.el (mml-generate-mime-1): Add the charset parameter according
15226         to the value which a user specified manually or the coding cookie.
15227
15228         * mm-util.el (mm-string-to-multibyte): New function.
15229         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15230         (mm-coding-system-to-mime-charset): New function.
15231         (mm-decompress-buffer): New function.
15232         (mm-find-buffer-file-coding-system): New function.
15233
15234         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15235         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15236         parts.
15237
15238 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15239
15240         * mm-view.el (mm-display-inline-fontify): Decode a part according
15241         to the charset parameter.
15242
15243 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15246         prefix arg is neither nil nor a number, as info specifies.
15247
15248 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15251         timestamps.
15252
15253 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15254
15255         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15256         groups error checking and notify user.
15257
15258 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15259
15260         * message.el (message-send-mail-function): Check existence of
15261         sendmail-program first before using default value
15262         `message-send-mail-with-sendmail'.  Otherwise use more generic
15263         `smtpmail-send-it'.
15264
15265 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * nntp.el (nntp-request-update-info): Always return nil.
15268
15269 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15270
15271         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15272
15273 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15274
15275         * message.el (message-beginning-of-line): Change the behavior when
15276         invoked between BOL and : so that it first moves backward.
15277
15278 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15281         article buffer when editing of the article is discarded.
15282         (gnus-article-prepare): Revert.
15283
15284 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-art.el (gnus-article-prepare):
15287         Remove message-strip-forbidden-properties from the local hook.
15288
15289 2005-01-27  Simon Josefsson  <jas@extundo.com>
15290
15291         * password.el (password-cache-add): Only start one timer per key.
15292         Reported by Derek Atkins <warlord@MIT.EDU>.
15293
15294 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15295
15296         * run-at-time.el: Remove.  It is no longer needed as
15297         timer-funcs.el in the xemacs-base package has a working version of
15298         `run-at-time'.
15299
15300         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15301
15302         * password.el: Require timer-funcs instead of run-at-time in
15303         XEmacs.
15304         Remove `password-run-at-time' macro.
15305         (password-cache-add): Use `run-at-time' instead of
15306         `password-run-at-time'.
15307
15308         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15309         Remove `nnheader-cancel-function-timers' alias,
15310         `cancel-function-timers' exists in XEmacs in timer-funcs.
15311
15312         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15313         for `run-with-idle-timer'.
15314
15315         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15316         for `run-at-time'.
15317
15318         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15319         for `with-timeout'.
15320
15321         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15322         the same as for XEmacs 21.4.
15323         No need to ignore `run-with-idle-timer', this function exists in
15324         XEmacs now in timer-funcs.el in the xemacs-base package.
15325         (dgnushack-compile): No need to delete
15326         run-at-time.el from the list of files to compile because it
15327         doesn't exist anymore.
15328
15329 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15332         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15333
15334 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15335
15336         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15337         sensitively.
15338
15339 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15340
15341         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15342
15343 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15346         which will be inserted according to the multibyteness of a buffer
15347         rather than the type of contents.  Suggested by ARISAWA Akihiro
15348         <ari@mbf.ocn.ne.jp>.
15349
15350         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15351         of string which old xml.el may return rather than a string.
15352
15353 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15356
15357 2005-01-16  Simon Josefsson  <jas@extundo.com>
15358
15359         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15360         idn/idna.el isn't available.
15361         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15362         <michael@waxrat.com>.
15363
15364         * hashcash.el: Remove non-FSF copyright header.
15365
15366         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15367         (hashcash-generate-payment): Use it.
15368         (hashcash-generate-payment-async): Use it.
15369
15370 2005-01-15  Simon Josefsson  <jas@extundo.com>
15371
15372         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15373         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15374
15375         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15376         gnus-summary-idna-message.
15377         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15378         (gnus-summary-idna-message): New function.
15379
15380 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15383         gnus-novice-user.
15384
15385 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * nnrss.el (nnrss-request-delete-group): Delete entries in
15388         nnrss-group-alist as well.
15389         (nnrss-save-server-data): Insert newline.
15390
15391 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15392
15393         * gnus.el (gnus-user-agent): Use list of symbols instead of
15394         symbols.  Display full version number for (S)XEmacs.
15395         Optionally display (S)XEmacs codename.
15396
15397         * gnus-util.el (gnus-emacs-version): Update for new
15398         `gnus-user-agent'.
15399
15400         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15401         Gnus version.
15402
15403 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15406         which is unreadable in some setups.
15407
15408 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * gnus-spec.el (gnus-update-format-specifications): Flush the
15411         group format spec cache if it doesn't support decoded group names.
15412
15413 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15416         Allow to apply decay on score files matching a regexp.
15417
15418 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15421         compatibility in %g and %c.
15422
15423 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15426         name for only %g and %c.
15427         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15428         of gnus-tmp-group to decoded group name.
15429         (gnus-group-make-rss-group): Exclude `/'s from group names.
15430
15431 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * nnrss.el (nnrss-get-encoding): Fix regexp.
15434
15435 2004-12-27  Simon Josefsson  <jas@extundo.com>
15436
15437         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15438         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15439         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15440
15441 2004-12-17  Kim F. Storm  <storm@cua.dk>
15442
15443         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15444
15445         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15446
15447 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15448
15449         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15450
15451 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * nnrss.el: Require rfc2047 and mml.
15454         (nnrss-file-coding-system): New variable.
15455         (nnrss-format-string): Redefine it as an inline function.
15456         (nnrss-decode-group-name): New function.
15457         (nnrss-string-as-multibyte): Remove.
15458         (nnrss-retrieve-headers): Decode group name; don't use
15459         nnrss-format-string.
15460         (nnrss-request-group): Decode group name.
15461         (nnrss-request-article): Decode group name; allow a Message-ID as
15462         well as an article number; don't use nnrss-format-string; encode a
15463         Message-ID string which may contain non-ASCII characters; use
15464         mml-to-mime to compose a MIME article.
15465         (nnrss-request-expire-articles): Decode group name.
15466         (nnrss-request-delete-group): Decode group name.
15467         (nnrss-fetch): Clarify error message.
15468         (nnrss-read-server-data): Use insert-file-contents instead of load;
15469         bind file-name-coding-system; use multibyte buffer.
15470         (nnrss-save-server-data): Bind coding-system-for-write to the
15471         value of nnrss-file-coding-system; bind file-name-coding-system;
15472         add coding cookie.
15473         (nnrss-read-group-data): Use insert-file-contents instead of load;
15474         bind file-name-coding-system; use multibyte buffer.
15475         (nnrss-save-group-data): Bind coding-system-for-write to the
15476         value of nnrss-file-coding-system; bind file-name-coding-system.
15477         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15478         make it work with non-ASCII text.
15479         (nnrss-find-el): Make it work with old xml.el as well.
15480
15481 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15482
15483         * nnrss.el (nnrss-get-encoding): New function.
15484         (nnrss-fetch): Use unibyte buffer initially; bind
15485         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15486         decode contents according to the encoding attribute.
15487         (nnrss-save-group-data): Add coding cookie.
15488         (nnrss-mime-encode-string): New function.
15489         (nnrss-check-group): Use it to encode subject and author.
15490
15491 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15492
15493         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15494         imaginary variable.
15495
15496 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15499         correctly even if there are wide characters.
15500
15501 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15502
15503         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15504         downcased symbol names; make a new cache instead of reusing
15505         bbdb-hashtable.
15506
15507 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15510         concatenating segments rather than before concatenating them.
15511         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15512
15513         * message.el (message-get-reply-headers): Bind `extra'.
15514
15515 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * message.el (message-extra-wide-headers): New variable.
15518         (message-get-reply-headers): Use it.
15519
15520 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15523         (gnus-agent-group-pathname): Ditto.
15524
15525         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15526
15527         * gnus-group.el (gnus-group-make-group): Decode group name.
15528         (gnus-group-make-rss-group): Register the group data after opening
15529         the nnrss group.
15530
15531 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15532
15533         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15534         by expiry now get marked as read.
15535
15536 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15539
15540 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15541
15542         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15543         unify Latin characters in XEmacs.
15544         (mm-find-mime-charset-region): Use it.
15545
15546 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-util.el (gnus-delete-directory): New function.
15549
15550         * gnus-agent.el (gnus-agent-delete-group): Use it.
15551
15552         * gnus-cache.el (gnus-cache-delete-group): Use it.
15553
15554 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15557         names.
15558
15559 2004-12-16  Simon Josefsson  <jas@extundo.com>
15560
15561         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15562
15563 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15566
15567         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15568         (gnus-group-set-current-level): Decode group name.
15569
15570 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15571
15572         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15573         failed.
15574
15575 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-group.el (gnus-group-delete-group): Decode group name.
15578         (gnus-group-make-rss-group): Encode group name.
15579         (gnus-group-catchup-current): Decode group name.
15580         (gnus-group-kill-group): Decode group name.
15581
15582 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15583
15584         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15585
15586 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-group.el (gnus-group-make-rss-group):
15589         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15590
15591         * gnus-start.el (gnus-setup-news): Honor user's setting to
15592         gnus-message-archive-method.  Suggested by Lute Kamstra
15593         <lute@gnu.org>.
15594
15595 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15596
15597         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15598         global counterparts of the buffer-local variables.
15599
15600 2004-11-16  Romain Francoise  <romain@orebokech.com>
15601
15602         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15603         counterparts of the buffer-local variables.
15604
15605 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * message.el (message-forbidden-properties): Fix typo in doc
15608         string.
15609
15610 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * gnus-util.el (gnus-replace-in-string): Add doc string.
15613
15614         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15615         to avoid problems when splitting mails with many recipients.
15616
15617 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15618
15619         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15620         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15621
15622 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15623
15624         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15625         if there is no hashtable in memory or file modification time is
15626         newer than cached timestamp.
15627
15628 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gnus-sum.el (gnus-summary-limit-to-recipient):
15631         Implement not-matching option.
15632
15633 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15636         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15637         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15638         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15639         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15640         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15641
15642 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * message.el (message-forward-make-body-mml): Remove headers
15645         according to message-forward-ignored-headers if a message is decoded.
15646
15647 2004-12-02  Romain Francoise  <romain@orebokech.com>
15648
15649         * message.el (message-forward-make-body-plain): Always remove
15650         headers according to message-forward-ignored-headers.
15651
15652 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15653
15654         * spam.el (spam-summary-prepare-exit): Remove the
15655         gnus-summary-limit pop for now, it has problems with ham marks for
15656         me.
15657
15658 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15661         correctly.
15662
15663 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15664
15665         * format-spec.el (format-spec): Message the char.
15666
15667 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15668
15669         * gnus-art.el (gnus-split-methods): Reformat comments.
15670
15671         * spam.el (spam-summary-prepare-exit): Remove article limits
15672         before exiting the summary buffer.
15673
15674 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15677         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15678
15679         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15680         order to silence the byte compiler.
15681
15682         * spam.el: Fix the way to silence the byte compiler, which
15683         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15684         bbdb-search-simple, spam-BBDB-register-routine,
15685         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15686         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15687         spam-stat-buffer-is-spam, spam-stat-load,
15688         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15689         spam-stat-save and spam-stat-split-fancy.
15690
15691 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15694         which may confuse users.
15695         (canlock-password-for-verify): Ditto.
15696
15697         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15698
15699         * gnus-art.el (gnus-emphasis-alist): Ditto.
15700
15701         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15702
15703         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15704
15705         * gnus-start.el (gnus-save-killed-list): Ditto.
15706
15707         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15708         (gnus-sum-thread-tree-root): Ditto.
15709         (gnus-sum-thread-tree-false-root): Ditto.
15710         (gnus-sum-thread-tree-single-indent): Ditto.
15711
15712         * message.el (message-courtesy-message): Ditto.
15713         (message-archive-note): Ditto.
15714         (message-subscribed-address-file): Ditto.
15715         (message-user-fqdn): Ditto.
15716
15717         * spam-report.el (spam-report-gmane-regex): Ditto.
15718
15719         * spam.el (spam-blackhole-good-server-regex): Ditto.
15720
15721 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * mml.el (mml-preview): Widen the message buffer before copying
15724         the contents to the preview buffer; sort headers before previewing.
15725
15726         * message.el (message-hidden-headers): Fix the way to avoid a bug
15727         in the `repeat' widget in Emacs 21.3 or earlier.
15728
15729 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * message.el (message-hidden-headers): Default to "^References:".
15732         Improve customization type.  Suggested by Reiner Steib
15733         <Reiner.Steib@gmx.de>.
15734
15735 2004-11-25  Romain Francoise  <romain@orebokech.com>
15736
15737         * message.el (message-strip-forbidden-properties): Remove check for
15738         obsolete `message-hidden' text property, hidden headers are not
15739         accessible in the buffer anymore.
15740
15741 2004-11-22  Romain Francoise  <romain@orebokech.com>
15742
15743         * message.el (message-header-format-alist): Add `From' in list
15744         so that it can be sorted.
15745         (message-fix-before-sending): Widen and sort headers before
15746         sending.
15747         (message-hide-headers): Use narrowing to hide headers by moving
15748         them to the top of the buffer and narrowing to the region
15749         underneath.
15750
15751 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15752
15753         * message.el (message-strip-forbidden-properties):
15754         Bind buffer-read-only (etc) to nil.
15755
15756 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15759         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15760
15761 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15762
15763         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15764
15765 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15766
15767         * dns.el (query-dns): Use sit-for to time instead of
15768         accept-process-output, since that doesn't seem to work on udp
15769         sockets.
15770
15771 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15774
15775 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15776
15777         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15778         doc string.  Improve doc string.
15779
15780 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * nntp.el (nntp-request-update-info): Return nil if
15783         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15784         may not call gnus-activate-group which uselessly issues the GROUP
15785         commands for all nntp groups and wastes time.  Reported by Romain
15786         Francoise <romain@orebokech.com>.
15787
15788         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15789
15790 2004-11-15  Simon Josefsson  <jas@extundo.com>
15791
15792         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15793         headers separately.
15794         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15795         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15796
15797 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * gnus-start.el (gnus-convert-old-newsrc):
15800         Assign legacy-gnus-agent to 5.10.7.
15801
15802 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15803
15804         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15805         start of the lines.
15806
15807 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15808
15809         * hashcash.el (hashcash-default-payment): Change default to 20.
15810         (hashcash-default-accept-payment): Change default to 20.
15811         (hashcash-process-alist): New variable.
15812         (hashcash-generate-payment-async): Add.
15813         (hashcash-already-paid-p): Add.
15814         (hashcash-insert-payment): Don't generate payments twice.
15815         (hashcash-insert-payment-async): Add.
15816         (hashcash-insert-payment-async-2): Add.
15817         (hashcash-cancel-async): Add.
15818         (hashcash-wait-async): Add.
15819         (hashcash-processes-running-p): Add.
15820         (hashcash-wait-or-cancel): Add.
15821         (mail-add-payment): New optional argument.  Conditionally start
15822         asynchronous calculation.
15823         (mail-add-payment-async): Add.
15824
15825         * message.el (message-send-mail): Wait for asynchronous hashcash
15826         results.  Don't clobber existing X-Hashcash headers.
15827         (message-setup-1): Call mail-add-payment-async when
15828         message-generate-hashcash is non-nil.
15829
15830 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15831
15832         * message.el (message-use-alternative-email-as-from): Examine the
15833         From header as well; use message-make-from in order to include a
15834         user's full name.
15835
15836 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15839         default; improve customization type.
15840         (gnus-emphasis-custom-with-format): New macro.
15841         (gnus-emphasis-custom-value-to-external): New function.
15842         (gnus-emphasis-custom-value-to-internal): New function.
15843
15844 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15845
15846         * dns.el (query-dns): Resolve reverse addresses.
15847
15848 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15849
15850         * gnus-group.el (gnus-group-get-new-news): Use it.
15851
15852         * gnus-start.el (gnus-check-reasonable-setup): New function.
15853
15854 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15857         "Args out of range" error.  Reported by Arnaud Giersch
15858         <arnaud.giersch@free.fr>.
15859
15860 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15861
15862         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15863
15864 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15865
15866         * spam.el (spam group): Add :version.
15867
15868         * pgg-def.el (pgg group): Add :version.
15869
15870 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-art.el (gnus-article-edit-article): Don't associate the
15873         article buffer with a draft file.  This is a temporary measure
15874         against the 2004-08-22 change to gnus-article-edit-mode.
15875
15876 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15879         (html2text-format-tags): Remove unused variable `attr'.
15880
15881 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15884
15885         * tls.el (tls-process-connection-type, tls-success)
15886         (tls-certtool-program): Add :version.
15887
15888         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15889         (starttls-extra-arguments, starttls-process-connection-type)
15890         (starttls-connect, starttls-failure, starttls-success): Add :version.
15891
15892         * spam-stat.el (spam-stat): Add :version.
15893
15894         * sieve.el (sieve): Add :version.
15895
15896         * sha1.el (sha1): Add :version.
15897         (sha1-use-external): Remove redundant version.
15898
15899         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15900         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15901         (nnmail-split-fancy-match-partial-words)
15902         (nnmail-split-lowercase-expanded): Add :version.
15903
15904         * nndiary.el (nndiary): Add :version.
15905
15906         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15907
15908         * mml-sec.el (mml-default-sign-method)
15909         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15910         Add :version.
15911
15912         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15913
15914         * mm-url.el (mm-url-use-external, mm-url-program)
15915         (mm-url-arguments): Add :version.
15916
15917         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15918         (mm-attachment-file-modes, mm-decrypt-option)
15919         (mm-w3m-safe-url-regexp): Add :version.
15920
15921         * message.el (message-cite-prefix-regexp)
15922         (message-sendmail-envelope-from, message-minibuffer-local-map)
15923         (message-user-fqdn, message-completion-alist): Add :version.
15924
15925         * gnus-win.el (gnus-configure-windows-hook)
15926         (gnus-use-frames-on-any-display): Add :version.
15927
15928         * gnus-art.el (gnus-article-address-banner-alist)
15929         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15930         (gnus-treat-from-picon, gnus-treat-mail-picon)
15931         (gnus-treat-x-pgp-sig): Add :version.
15932
15933         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15934         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15935         (gnus-summary-article-delete-hook)
15936         (gnus-summary-display-while-building): Add :version.
15937
15938         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15939         (gnus-get-top-new-news-hook): Add :version.
15940
15941         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15942         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15943
15944         * gnus-registry.el (gnus-registry): Add :version.
15945
15946         * gnus-spec.el (gnus-use-correct-string-widths)
15947         (gnus-make-format-preserve-properties): Add :version.
15948
15949         * gnus.el (gnus-group-charter-alist)
15950         (gnus-group-fetch-control-use-browse-url)
15951         (gnus-install-group-spam-parameters): Add :version.
15952
15953         * gnus-diary.el (gnus-diary): Add :version.
15954
15955         * gnus-delay.el (gnus-delay): Add :version.
15956
15957         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15958         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15959         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15960         Add :version.
15961
15962         * gnus-agent.el (gnus-agent-max-fetch-size)
15963         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15964         (gnus-agent-prompt-send-queue): Add :version.
15965
15966         * deuglify.el (gnus-outlook-deuglify): Add :version.
15967
15968         * html2text.el: Beautify code.  Improve doc strings.
15969         Some checkdoc cleanup.
15970         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15971
15972 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15973
15974         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15975
15976 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15979         when package is loaded.
15980
15981         * spam.el (spam-summary-score-preferred-header): Add global preference
15982         for people who want to override the default SpamAssassin over
15983         Bogofilter preference (when both are set).
15984         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15985         (spam-user-format-function-S):
15986         Check spam-summary-score-preferred-header.
15987         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15988         (spam-user-format-function-S): Format the score correctly.
15989
15990 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15993         signature file.  Suggested by Manoj Srivastava
15994         <srivasta@golden-gryphon.com>.
15995
15996         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15997         iso-2022-jp even in the Japanese language environment.
15998         Suggested by Jason Rumney <jasonr@gnu.org>.
15999
16000 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16003         use the same characters as the dummy marks; make it free from
16004         getting affected by the language environment.
16005         (gnus-summary-read-group-1): Update mark positions only when the
16006         format spec is updated.
16007
16008         * gnus-spec.el (gnus-update-format-specifications): Return a list
16009         of updated types.
16010
16011 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16014         of boundp to check if display-warning is available.
16015
16016 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16017
16018         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16019
16020 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * nnspool.el (nnspool-spool-directory): Use news-path if the
16023         news-directory variable is not bound.
16024
16025         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16026         function instead of display-warning if it is not available.
16027
16028 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16031         v5-10: Use `point-at-bol'.
16032
16033 2004-10-26  Simon Josefsson  <jas@extundo.com>
16034
16035         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16036         <chenggao@gmail.com>.
16037
16038 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16041         instead.
16042
16043 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16044
16045         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16046         to remove a server from the nnimap-server-buffer-alist.
16047         (nnimap-open-connection, nnimap-close-server): Use it.
16048
16049         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16050
16051 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16054         running the major-mode function.
16055
16056 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16059         dummy marks in the right way.
16060
16061 2004-10-18  David Edmondson  <dme@dme.org>
16062
16063         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16064         excessively.
16065
16066 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * gnus-util.el (gnus-split-references): Accept a nil references
16069         string and go on blissfully.
16070
16071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16072         cases where the references string is non-nil but has no references.
16073
16074         * encrypt.el: Add autoload tags.
16075
16076         * spam.el (spam-resolve-registrations-routine): Remove article
16077         from unregistration list too.  Reported by David Hanak
16078         <dhanak@isis.vanderbilt.edu>
16079
16080 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16081
16082         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16083         nil.  Change custom type.
16084
16085 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16088
16089         * gnus-sum.el (gnus-summary-move-article): Use it.
16090
16091 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * encrypt.el: Add autoload cookies.
16094
16095         * spam.el (spam-backend-article-list-property)
16096         (spam-backend-get-article-todo-list)
16097         (spam-backend-put-article-todo-list)
16098         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16099         Resolve registrations separately.
16100         (spam-register-routine): Format comments.
16101         (spam-unregister-routine, spam-register-routine): Always call with
16102         specific-articles, no default list.
16103         (spam-summary-prepare-exit): Use the spam-classifications function.
16104
16105         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16106         gnus-encrypt.el.
16107
16108         * encrypt.el: Copied from gnus-encrypt.el.
16109
16110         * gnus-encrypt.el: Commented that it's obsolete.
16111
16112 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16113
16114         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16115         (gnus-score-save): Use it.
16116
16117         * message.el (message-bury): Use `window-dedicated-p'.
16118
16119 2004-10-15  Simon Josefsson  <jas@extundo.com>
16120
16121         * pop3.el (top-level): Don't require nnheader.
16122         (pop3-read-timeout): Add.
16123         (pop3-accept-process-output): Add.
16124         (pop3-read-response, pop3-retr): Use it.
16125
16126 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * spam.el (spam-register-routine): Move comment.
16129         (spam-verify-bogofilter): Use 'unknown for the initial
16130         spam-bogofilter-valid state, not 'never.
16131
16132         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16133         for netrc-machine.
16134
16135         * nnimap.el (nnimap-open-connection):
16136         Use netrc-machine-user-or-password.
16137
16138 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16139
16140         * gnus-registry.el (gnus-registry-unload-hook):
16141         Set as a variable with add-hook.
16142
16143         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16144         of news-path.
16145
16146         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16147
16148         * spam.el: Delete duplicate `provide'.
16149         (spam-unload-hook): Set as a variable with add-hook.
16150
16151 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16154         in the doc string.
16155
16156         * message.el (message-ignored-news-headers)
16157         (message-ignored-supersedes-headers)
16158         (message-ignored-resent-headers)
16159         (message-forward-ignored-headers): Improve custom type.
16160
16161 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * message.el (message-tokenize-header): Fix 2004-09-06 change
16164         which used point-min in the wrong place.
16165
16166 2004-10-12  Simon Josefsson  <jas@extundo.com>
16167
16168         * tls.el (tls-certtool-program): New variable.
16169         (tls-certificate-information): New function, based on
16170         ssl-certificate-information.
16171
16172 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * compface.el: Move the version of ELisp-based uncompface program
16175         to the contrib directory because of the copyright problem.
16176
16177 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * message.el (message-kill-buffer): Raise the current frame.
16180
16181 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16184
16185         * gnus.el (message-y-or-n-p): Autoload.
16186
16187         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16188         (pop3-password-required, pop3-authentication-scheme)
16189         (pop3-leave-mail-on-server): Make customizable.
16190         (pop3): New custom group.
16191         (pop3-retr): Remove `sleep-for' statements.
16192         Suggested by Dave Love <fx@gnu.org>.
16193
16194         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16195         Windows/DOS.
16196
16197         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16198         (imap-parse-body): Fix incorrect use of `assert'.
16199         Suggested by Dave Love <fx@gnu.org>.
16200
16201         * mml.el (mml-minibuffer-read-disposition): Require match.
16202         Suggested by Dave Love <fx@gnu.org>.
16203
16204 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16207         doc string.
16208
16209 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16212
16213 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16214
16215         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16216         instead of calling `mm-insert-inline', to decode text/* parts
16217         before displaying them.
16218
16219 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * mm-uu.el (mm-uu-text-plain-type): New variable.
16222         (mm-uu-pgp-signed-extract-1): Use it.
16223         (mm-uu-pgp-encrypted-extract-1): Use it.
16224         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16225         bind mm-uu-text-plain-type with that value.
16226         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16227         mm-uu-dissect.
16228
16229 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-group.el (gnus-update-group-mark-positions):
16232         * gnus-sum.el (gnus-update-summary-mark-positions):
16233         * message.el (message-check-news-body-syntax):
16234         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16235         of string-as-multibyte.
16236
16237 2004-10-05  Juri Linkov  <juri@jurta.org>
16238
16239         * gnus-group.el (gnus-update-group-mark-positions):
16240         * gnus-sum.el (gnus-update-summary-mark-positions):
16241         * message.el (message-check-news-body-syntax):
16242         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16243         8-bit unibyte values to a multibyte string for search functions.
16244
16245 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16248         (mm-uu-dissect-text-parts): New function.
16249
16250         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16251         dissect text parts.
16252
16253         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16254         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16255
16256         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16257
16258         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16259         Use gnus-current-topics instead of gnus-current-topic.
16260
16261 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16262
16263         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16264
16265 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16266
16267         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16268         where approriate.
16269
16270         * nnml.el (nnml-generate-active-info): do.
16271
16272         * nndiary.el (nndiary-generate-active-info): do.
16273
16274         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16275         (gnus-topic-move): do.
16276
16277         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16278         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16279
16280         * gnus-srvr.el (gnus-server-prepare)
16281         (gnus-server-open-all-servers): do.
16282
16283         * gnus-msg.el (gnus-summary-cancel-article)
16284         (gnus-summary-resend-message)
16285         (gnus-summary-mail-crosspost-complaint): do.
16286
16287         * gnus-move.el (gnus-change-server): do.
16288
16289         * gnus-group.el (gnus-group-unmark-all-groups)
16290         (gnus-group-set-current-level): do.
16291
16292 2004-10-04  Simon Josefsson  <jas@extundo.com>
16293
16294         * message.el (message-generate-hashcash): Doc fix.
16295
16296 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16297
16298         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16299         avoid infinite recursion via gnus-get-function.
16300
16301 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16302
16303         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16304
16305         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16306
16307         * nnmail.el (nnmail-split-history): do.
16308
16309         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16310         (nnml-request-delete-group): do.
16311
16312         * nnslashdot.el (nnslashdot-read-groups): do.
16313
16314         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16315         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16316
16317         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16318         (nnspool-sift-nov-with-sed): Use last.
16319         (nnspool-retrieve-headers-with-nov): Use mapc.
16320         (nnspool-request-newgroups): Use dolist.
16321         (nnspool-request-group): Use last.
16322
16323         * nntp.el (nntp-read-server-type): Use dolist.
16324
16325         * nnvirtual.el (nnvirtual-create-mapping)
16326         (nnvirtual-update-read-and-marked): Use dolist.
16327         (nnvirtual-convert-headers): Simplify.
16328
16329 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16330
16331         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16332         Add support for sync'ing tick marks.
16333
16334 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16337         there's no visible header.
16338
16339 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16340
16341         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16342         When necessary, pass full group name to gnus-request-set-marks.
16343
16344 2004-10-01  Simon Josefsson  <jas@extundo.com>
16345
16346         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16347         acroread.
16348
16349 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16350
16351         * spam-report.el (spam-report-gmane): Fix interactive.
16352
16353         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16354
16355         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16356         when writing file.
16357         (gnus-agent-synchronize-flags): Don't default to being
16358         interactive.
16359
16360 2004-09-30  Simon Josefsson  <jas@extundo.com>
16361
16362         * message.el (message-generate-hashcash): Add.
16363         (message-send-mail): Use it, call mail-add-payment.
16364
16365 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16366
16367         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16368
16369 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16370
16371         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16372         gnus-requst-update-info with explicit code to sync the in-memory
16373         info read flags with the marks being sync'd to the backend.
16374
16375         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16376
16377 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16378
16379         * spam.el (spam-verify-bogofilter): Add new function.
16380         (spam-check-bogofilter)
16381         (spam-bogofilter-register-with-bogofilter): Use it.
16382         (spam-verify-bogofilter): Add small fixes.
16383
16384 2004-09-28  Simon Josefsson  <jas@extundo.com>
16385
16386         * hashcash.el (hashcash-generate-payment): Revert.
16387
16388 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16389
16390         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16391         Use gnus-extract-references instead of gnus-split-references.
16392
16393         * gnus-util.el (gnus-extract-references): Add new function, analogous
16394         to gnus-split-references but extracts only the message-ID without
16395         anything extra.
16396
16397         * hashcash.el (hashcash-generate-payment)
16398         (hashcash-check-payment): Do the right thing if hashcash-path is
16399         nil (because the hashcash program could not be found).
16400
16401         * spam.el (spam-use-hashcash): Remove comment.
16402
16403 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16404
16405         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16406         (gnus-cache-enter-article, gnus-cache-remove-article)
16407         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16408
16409         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16410
16411         * gnus-art.el (article-hide-boring-headers)
16412         (article-translate-strings, article-display-face)
16413         (gnus-article-mime-match-handle-first)
16414         (gnus-article-highlight-headers)
16415         (gnus-article-add-buttons-to-head): do.
16416
16417 2004-09-27  Simon Josefsson  <jas@extundo.com>
16418
16419         * hashcash.el: New version, from
16420         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16421         ../contrib/.
16422
16423 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16426
16427 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16428
16429         * gnus-dup.el (gnus-dup-open): Use mapc.
16430         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16431
16432         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16433         Reported by Stefan Wiens <s.wi@gmx.net>.
16434
16435         * gnus.el (gnus-shutdown): Use dolist.
16436
16437         * gnus-undo.el (gnus-undo): Use mapc.
16438
16439         * nnrss.el (nnrss-generate-active): do.
16440
16441         * message.el (message-cite-original-without-signature)
16442         (message-cite-original): Use mapc.
16443         (message-do-actions, message-make-forward-subject): Use dolist.
16444
16445 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16446
16447         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16448         deletion to remove entire duplicate line.  Fixes merged article
16449         number bug.
16450
16451 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16452
16453         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16454         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16455         first ask if you want to open a server and then, even when you
16456         responded with no, asking if you want to synchronize the server's
16457         flags.
16458         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16459         multi-line expressions.
16460         (gnus-agent-synchronize-group-flags): New internal function.
16461         Updates marks in memory (in the info structure) AND in the
16462         backend.
16463
16464         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16465
16466         * nnagent.el (nnagent-request-set-mark):
16467         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16468         method, to ensure that synchronization updates marks in the
16469         backend and in the info (in memory) structure.
16470
16471 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16474         convention fully; don't miss the root article of a thread; make
16475         the X-Draft-From header with correct article numbers.
16476
16477 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16478
16479         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16480         unless plugged.  Disable the agent so that an open failure causes
16481         an error.
16482
16483         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16484         Revert 2004-09-21 change.  The backend must be opened while
16485         synchronizing flags even when the backend stores the flags
16486         locally.
16487
16488 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16491         in `header' match.  Reported by Svend Tollak Munkejord.
16492
16493         * message.el (message-cite-original): Fix use of
16494         `message-cite-articles-with-x-no-archive'.
16495
16496 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16499         (gnus-window-to-buffer): Ditto.
16500
16501         * mml.el (mml-preview-buffer): New variable.
16502         (mml-preview): Manage window layout with gnus-buffer-configuration.
16503
16504         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16505         X-Draft-From header even if those articles aren't quoted.
16506
16507 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16508
16509         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16510         (gnus-request-set-mark, gnus-request-update-mark): Use new
16511         g-s-t-u-l-m to decide to use backend even when unplugged.
16512
16513 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16516         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16517
16518 2004-09-20  Simon Josefsson  <jas@extundo.com>
16519
16520         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16521         "utf-16-le".
16522
16523 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16524
16525         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16526
16527 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * uudecode.el (uudecode-use-external): Add :version.
16530
16531         * smime.el (smime-CA-file, smime-encrypt-cipher)
16532         (smime-dns-server): Add :version.
16533
16534         * smiley.el (gnus-smiley-file-types): Add :version.
16535
16536         * sha1.el (sha1-use-external): Add :version.
16537
16538         * pgg-def.el (pgg-query-keyserver): Add :version.
16539
16540         * nnmail.el (nnmail-fancy-expiry-targets)
16541         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16542         Add :version.
16543
16544         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16545         (nnimap-retrieve-groups-asynchronous): Add :version.
16546         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16547
16548         * mml.el (mml-content-disposition-parameters)
16549         (mml-insert-mime-headers-always): Add :version.
16550
16551         * mm-util.el (mm-coding-system-priorities): Add :version.
16552
16553         * mm-decode.el (mm-inline-text-html-with-images)
16554         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16555         (mm-verify-option): Add :version.
16556         (mm-text-html-renderer): Change :version.
16557
16558         * message.el (message-fcc-externalize-attachments)
16559         (message-required-headers, message-draft-headers)
16560         (message-subject-trailing-was-query)
16561         (message-subject-trailing-was-ask-regexp)
16562         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16563         (message-mark-insert-end, message-archive-header)
16564         (message-archive-note, message-cross-post-default)
16565         (message-cross-post-note, message-followup-to-note)
16566         (message-cross-post-note-function, message-use-mail-followup-to)
16567         (message-subscribed-address-functions)
16568         (message-subscribed-address-file, message-subscribed-addresses)
16569         (message-subscribed-regexps, message-allow-no-recipients)
16570         (message-yank-cited-prefix, message-signature-insert-empty-line)
16571         (message-hidden-headers, message-hierarchical-addresses)
16572         (message-mail-user-agent, message-use-idna)
16573         (message-valid-fqdn-regexp)
16574         (message-strip-special-text-properties, message-header-synonyms)
16575         (message-beginning-of-line, message-tab-body-function): Add :version.
16576         (message-insert-canlock, message-wide-reply-confirm-recipients):
16577         Change :version.
16578
16579         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16580         and :version.
16581         (mail-source-delete-old-incoming-confirm)
16582         (mail-source-movemail-program): Add :version.
16583
16584         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16585         (gnus-agent-cache, gnus-agent): Change :version.
16586
16587         * gnus-util.el (gnus-use-byte-compile): Change :version.
16588
16589         * gnus-sum.el (gnus-summary-make-false-root-always)
16590         (gnus-summary-default-high-score)
16591         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16592         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16593         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16594         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16595         (gnus-sum-thread-tree-single-indent)
16596         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16597         (gnus-sum-thread-tree-leaf-with-other)
16598         (gnus-sum-thread-tree-single-leaf): Add :version.
16599         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16600         (gnus-article-loose-mime): Change :version.
16601
16602         * gnus-start.el (gnus-backup-startup-file)
16603         (gnus-save-startup-file-via-temp-buffer): Add :version.
16604
16605         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16606         (gnus-server-offline-face): Add :version.
16607
16608         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16609
16610         * gnus-msg.el (gnus-gcc-externalize-attachments)
16611         (gnus-debug-files, gnus-debug-exclude-variables)
16612         (gnus-discouraged-post-methods): Change :version.
16613         (gnus-confirm-mail-reply-to-news)
16614         (gnus-confirm-treat-mail-like-news): Add :version.
16615
16616         * gnus-int.el (gnus-server-unopen-status): Add :version.
16617
16618         * gnus-group.el (gnus-group-jump-to-group-prompt)
16619         (gnus-large-ephemeral-newsgroup)
16620         (gnus-fetch-old-ephemeral-headers): Add :version.
16621
16622         * gnus-fun.el (gnus-x-face-directory)
16623         (gnus-convert-pbm-to-x-face-command)
16624         (gnus-convert-image-to-x-face-command)
16625         (gnus-convert-image-to-face-command): Add :version.
16626
16627         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16628
16629         * gnus-cite.el (gnus-cite-blank-line-after-header)
16630         (gnus-article-boring-faces): Add :version.
16631
16632         * gnus-art.el (gnus-buttonized-mime-types)
16633         (gnus-inhibit-mime-unbuttonizing)
16634         (gnus-treat-display-face)
16635         (gnus-treat-body-boundary): Change :version.
16636         (gnus-body-boundary-delimiter, gnus-picon-databases)
16637         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16638         (gnus-treat-date-english, gnus-treat-fold-headers)
16639         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16640         (gnus-treat-mail-picon, gnus-treat-wash-html)
16641         (gnus-article-encrypt-protocol)
16642         (gnus-use-idna, gnus-article-over-scroll)
16643         (gnus-mime-display-multipart-alternative-as-mixed)
16644         (gnus-mime-display-multipart-related-as-mixed)
16645         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16646         (gnus-ctan-url, gnus-button-ctan-handler)
16647         (gnus-button-handle-ctan-bogus-regexp)
16648         (gnus-button-ctan-directory-regexp)
16649         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16650         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16651         (gnus-button-man-level, gnus-button-emacs-level)
16652         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16653
16654         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16655         (gnus-agent-go-online): Change :version.
16656         (gnus-agent-expire-unagentized-dirs)
16657         (gnus-agent-auto-agentize-methods): Add :version.
16658
16659         * flow-fill.el (fill-flowed-display-column)
16660         (fill-flowed-encode-column): Add :version.
16661
16662         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16663         (gnus-outlook-deuglify-unwrap-max)
16664         (gnus-outlook-deuglify-cite-marks)
16665         (gnus-outlook-deuglify-unwrap-stop-chars)
16666         (gnus-outlook-deuglify-no-wrap-chars)
16667         (gnus-outlook-deuglify-attrib-cut-regexp)
16668         (gnus-outlook-deuglify-attrib-verb-regexp)
16669         (gnus-outlook-deuglify-attrib-end-regexp)
16670         (gnus-outlook-display-hook): Add :version.
16671
16672         * binhex.el (binhex-use-external): Add :version.
16673
16674 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16677         and `invisible'.
16678
16679 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16680
16681         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16682         in gnus-registry-trim.
16683
16684 2004-09-13  Simon Josefsson  <jas@extundo.com>
16685
16686         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16687
16688         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16689
16690         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16691         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16692         <yamaoka@jpl.org>.
16693         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16694         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16695         <yamaoka@jpl.org>.
16696
16697         * sieve.el (sieve-manage-mode): Ditto.
16698
16699 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16702
16703 2004-09-11  Simon Josefsson  <jas@extundo.com>
16704
16705         * dns-mode.el: Add.
16706
16707         * mm-view.el (mm-display-dns-inline): Add.
16708
16709         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16710         (mm-automatic-display): Ditto.
16711
16712         * mailcap.el (mailcap-mime-data): Add text/dns.
16713         (mailcap-mime-extensions): Map .soa to text/dns.
16714
16715 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16716
16717         * gnus-art.el (article-decode-mime-words, article-babel)
16718         (gnus-article-highlight-signature, gnus-article-add-buttons)
16719         (gnus-signature-toggle): Remove unnecessary bindings of
16720         `inhibit-read-only' inherited from v5.10 merge.
16721
16722 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * nntp.el (nntp): New customization group.
16725         (nntp-authinfo-file): Add customization group.
16726
16727         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16728
16729         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16730
16731         * gnus.el (to-address, to-list, subscribed)
16732         (large-newsgroup-initial): Ditto.
16733
16734         * flow-fill.el (fill-flowed-display-column)
16735         (fill-flowed-encode-column): Ditto.
16736
16737 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16738
16739         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16740         Use point-min rather than 1.
16741         (message-send-mail): Use buffer-size rather than point-max.
16742
16743         * gnus-sum.el (gnus-summary-search-article-forward):
16744         Signal a specific `search-failed' rather than a generic `error'.
16745
16746         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16747         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16748         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16749
16750 2004-09-10  Simon Josefsson  <jas@extundo.com>
16751
16752         * nndb.el (require): Remove tcp and duplicate cl.
16753
16754 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * gnus-agent.el (directory-files-and-attributes): Move forward.
16757
16758 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16759
16760         * gnus-agent.el (directory-files-and-attributes):
16761         Optionally defined to support XEmacs.
16762
16763 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16764
16765         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16766         to avoid run-time CL dependencies.
16767         (gnus-agent-unfetch-articles): New function.
16768         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16769         article numbers even when local .overview file is missing.
16770         (gnus-agent-read-article-number): New function.  Only accepts
16771         27-bit article numbers.
16772         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16773         Use gnus-agent-read-article-number.
16774         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16775         from backend while recognizing that article numbers in .overview
16776         must be valid.
16777         (gnus-agent-update-files-total-fetched-for):
16778         Use directory-files-and-attributes to improve performance.
16779         * gnus-int.el (gnus-request-move-article):
16780         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16781         improve performance.
16782
16783         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16784         some users confused by references to .newsrc when they only have a
16785         .newsrc.eld file.
16786         (gnus-convert-mark-converter-prompt)
16787         (gnus-convert-converter-needs-prompt): Fix use of property list.
16788         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16789         New function.  Used internally to only display 'gnus converting
16790         files' message when actually necessary.
16791
16792         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16793         methods now autoloaded.
16794
16795 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16798         identifiers.
16799
16800 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-picon.el: Fix indentation and closing parenthesis.
16803
16804 2004-09-01  Simon Josefsson  <jas@extundo.com>
16805
16806         * message.el (message-canlock-generate): Require sha1, not
16807         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16808         to require within a function.  Sadly, if sha1.el isn't loaded, the
16809         let binding in m-c-g will hide the defcustom definition, which is
16810         bad.)
16811
16812         * canlock.el: Require sha1, not sha1-el.
16813
16814         * message.el: Don't autoload sha1 (there is a autoload cookie in
16815         sha1.el).
16816
16817         * sha1-el.el: Rename to sha1.el.
16818
16819 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16820
16821         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16822
16823 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16824
16825         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16826
16827 2004-08-30  Kim F. Storm  <storm@cua.dk>
16828
16829         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16830
16831         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16832         Add :group 'nnimap.
16833
16834 2004-08-30  Andreas Schwab  <schwab@suse.de>
16835
16836         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16837         ?* and ?\;.
16838
16839         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16840         and ?\' to symbol instead of whitespace.
16841
16842 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16845
16846         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16847         instead of re-search-forward.
16848
16849         * gnus-uu.el (gnus-uu-save-article): Ditto.
16850         (gnus-uu-post-encode-uuencode): Ditto.
16851
16852         * html2text.el (html2text-clean-list-items): Ditto.
16853         (html2text-clean-dtdd): Ditto.
16854         (html2text-format-tags): Ditto.
16855
16856         * message.el (message-send-mail-with-sendmail): Fix regexp.
16857         (message-fill-field-general): Use search-forward instead of
16858         re-search-forward.
16859         (unbold-region): Ditto.
16860
16861         * nnrss.el (nnrss-request-article): Ditto.
16862
16863         * nnslashdot.el (nnslashdot-request-article): Ditto.
16864
16865         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16866
16867         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16868         "Unrecognized menu descriptor" error in XEmacs.
16869
16870 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16871
16872         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16873         parent article of a sparse article in the thread hashtb.
16874
16875 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16876
16877         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16878         (nnmail-expand-newtext): Lowercase expanded entries if
16879         nnmail-split-lowercase-expanded is non-nil.
16880
16881 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16884
16885         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16886         of gnus-tmp-news-method into string under XEmacs.  It will be
16887         passed to gnus-correct-length which takes only a string argument.
16888
16889 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * gnus-util.el (gnus-bind-print-variables): New macro.
16892         (gnus-prin1): Use it.
16893         (gnus-prin1-to-string): Use it.
16894         (gnus-pp): New function.
16895         (gnus-pp-to-string): New function.
16896
16897         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16898         Replace pp-to-string with gnus-pp-to-string.
16899         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16900         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16901         * gnus-msg.el (gnus-debug): Ditto.
16902         * gnus-score.el (gnus-score-save): Ditto.
16903         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16904         gnus-pp-to-string.
16905         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16906         with gnus-pp.
16907         * score-mode.el (gnus-score-pretty-print): Ditto.
16908         * webmail.el (webmail-debug): Ditto.
16909
16910 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-art.el (article-display-face, article-display-x-face):
16913         Use buffer-read-only.
16914
16915 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-art.el (article-hide-list-identifiers):
16918         Bind inhibit-read-only as t.
16919
16920 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16921
16922         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16923
16924 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16925
16926         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16927         (gnus-narrow-to-page): Don't assume point-min == 1.
16928         (gnus-article-edit-mode): Derive from message-mode.
16929
16930         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16931         point-min == 1.
16932
16933         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16934         Disable incorrect use of `assert'.
16935
16936         * message.el (message-mode): Set comment-start-skip.
16937
16938
16939 2004-08-22  Sam Steingold  <sds@gnu.org>
16940
16941         * pop3.el (pop3-leave-mail-on-server): New user variable.
16942         (pop3-movemail): Delete mail only when it is nil.
16943
16944 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16947
16948         * mml.el (mml-preview): Use `pop-to-buffer'.
16949
16950         * message.el (message-goto-mail-followup-to): Insert after "To".
16951         (message-carefully-insert-headers): Add comment.
16952
16953         * gnus.el: Remove unused variable `gnus-article-check-size'.
16954
16955         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16956
16957         * gnus-art.el (gnus-button-alist):
16958         Improve `gnus-button-handle-library' entry.
16959
16960 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16961
16962         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16963         Use downcase, since XEmacs capitalizes error messages differently.
16964
16965 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16966
16967         * nntp.el: Add (require 'gnus) due to reference to
16968         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16969
16970 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16971
16972         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16973         Bind `mm-fill-flowed'.
16974
16975         * mm-decode.el (mm-dissect-singlepart): Check it.
16976
16977 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16978
16979         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16980         'imap' for netrc parsing.
16981
16982 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * mailcap.el (mailcap-mime-data): Mark as risky.
16985
16986 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16989         may be included in the encoded word.
16990         (rfc2047-encode): Don't append a space if the encoded word
16991         includes close parenthesis.
16992
16993 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16996         of text within parentheses.
16997
16998 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17001         (gnus-encrypt-write-file-contents): Make the password key the file
17002         name PLUS the cipher, not just the cipher.  Also remove failed
17003         passwords from the cache.
17004
17005 2004-08-06  Simon Josefsson  <jas@extundo.com>
17006
17007         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17008         Doc fix.
17009
17010 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17013         LWSP.
17014
17015 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17016
17017         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17018         Try to append in-reply-to: data to the references: header.
17019
17020         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17021         (netrc-parse): Use gnus-encrypt.el functions.
17022
17023         * gnus-encrypt.el: Add new file for encryption support; currently
17024         does only a few GPG ciphers and an internal XOR cipher.
17025
17026         * password.el: Add comments on using password-read-and-add.
17027         (password-read-and-add): Add function to read and add the
17028         password to the cache at once.
17029
17030 2004-07-28  Simon Josefsson  <jas@extundo.com>
17031
17032         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17033         parameter (but don't use it, for now).
17034
17035         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17036         instead of hard coding to nil.
17037
17038 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17041         as mm-inline-image-xemacs does.
17042
17043 2004-07-26  Simon Josefsson  <jas@extundo.com>
17044
17045         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17046         Revert part of 2004-07-17 change below.
17047
17048 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17051         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17052
17053 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17054
17055         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17056         quotes that actually start with ">" at the beginning of the
17057         lines.
17058
17059 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * rfc2047.el (rfc2047-encode-region): Fix last change.
17062         (rfc2047-encode-parameter): Remove useless concat.
17063
17064 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17067         encode special characters; fix some kind of misconfigured headers;
17068         signal a real error if debug-on-quit or debug-on-error is non-nil.
17069         (rfc2047-encode-max-chars): New variable.
17070         (rfc2047-encode-1): Use it.
17071         (rfc2047-encode-parameter): New function.
17072
17073         * mml.el (mml-insert-parameter): Remove an excessive space.
17074
17075 2004-07-17  Simon Josefsson  <jas@extundo.com>
17076
17077         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17078         Kai Grossjohann <kai@emptydomain.de>.
17079         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17080         (gnus-group-make-menu-bar): Ditto.
17081
17082         * gnus-util.el (gnus-group-server): Add.
17083
17084 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * message.el (message-clone-locals): Clone sendmail and smtp
17087         variables.
17088
17089 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * rfc2047.el (rfc2047-encode-region): Fix last change.
17092
17093 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17096         characters as non-special.
17097
17098 2004-07-09  Simon Josefsson  <jas@extundo.com>
17099
17100         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17101         Users will lose all flag changes made while unplugged with
17102         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17103         good default.  See numerous reports on ding mailing list.
17104
17105 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17108         add generate-head-function and generate-article-function to the
17109         rfc822-forward entry.
17110         (nndoc-rfc822-forward-generate-article): New function.
17111         (nndoc-rfc822-forward-generate-head): New function.
17112
17113         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17114
17115 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17116
17117         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17118         respect display group parameter and gnus-summary-expunge-below.
17119         (gnus-articles-to-read): Remove unused reference to display group
17120         parameter.
17121
17122 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17123
17124         * nnheader.el (nnheader-uniquify-message-id): New experimental
17125         variable.
17126         (nnheader-nov-read-message-id): Use it.
17127
17128         * spam-report.el (spam-report-gmane): Add interactive.
17129
17130 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * mm-encode.el (mm-content-transfer-encoding-defaults):
17133         Use qp-or-base64 for the application/* types.
17134
17135 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17136
17137         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17138
17139 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17140
17141         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17142         trim value.
17143
17144 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17145
17146         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17147         New macro and function.
17148         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17149
17150 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17153         after-load-alist.
17154
17155 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17156
17157         * gnus-group.el (gnus-group-get-new-news-this-group):
17158         Don't update info that isn't there.
17159
17160 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17161
17162         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17163         entry.
17164
17165 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * mm-view.el (mm-inline-render-with-function): Use multibyte
17168         buffer; decode html source by charset.
17169
17170         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17171
17172         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17173         Mule-UCS is loaded under XEmacs.
17174         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17175
17176 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17177
17178         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17179
17180 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * mm-util.el (mm-coding-system-p): Return a coding-system.
17183         (mm-mime-mule-charset-alist): Use shift_jis instead of
17184         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17185         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17186         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17187         instead of japanese-shift-jis and iso-latin-1 respectively in
17188         order to share the default value with both Emacs and XEmacs-mule.
17189         (mm-mule-charset-to-mime-charset):
17190         Make mm-coding-system-priorities effective.
17191         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17192         while predicating of candidates upon the priorities.
17193
17194 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17195
17196         * gnus-sum.el (gnus-summary-make-menu-bar):
17197         Add gnus-uu-invert-processable.
17198
17199         * gnus.el: Autoload gnus-uu-invert-processable.
17200
17201 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * mm-util.el (mm-with-multibyte-buffer): New macro.
17204
17205         * rfc2047.el (rfc2047-encode-string): Use it.
17206         (rfc2047-encode-region): Move point to the end of the region after
17207         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17208
17209 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17212         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17213
17214 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17217         (gnus-cite-parse): Ignore quoted envelope From_.
17218         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17219
17220 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17223         invalid addresses.
17224
17225 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17226
17227         * spam.el: Change section markers, revise TODO list.
17228         (spam-backends): Make new master list of all installed backends.
17229         (spam-summary-exit-behavior): Add new variable to determine how
17230         messages moves are done at summary exit.
17231         (spam-move-spam-nonspam-groups-only)
17232         (spam-process-ham-in-nonham-groups)
17233         (spam-process-ham-in-spam-groups): Remove variables, the
17234         spam-summary-exit-behavior variable should be used to manage this
17235         behavior.
17236         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17237         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17238         and spam-old-spam-articles.
17239         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17240         Add empty variables, placeholders for the backends they represent.
17241         (spam-set-difference): Move, unchanged.
17242         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17243         unless the user has a processor variable.
17244         (spam-classifications, spam-classification-valid-p)
17245         (spam-backend-properties, spam-backend-property-valid-p)
17246         (spam-backend-function-type-valid-p)
17247         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17248         (spam-report-articles-gmane, spam-report-articles-resend):
17249         Remove functions, they are not needed.
17250         (spam-install-backend-super, spam-backend-list)
17251         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17252         (spam-backend-function, spam-backend-ham-registration-function)
17253         (spam-backend-spam-registration-function)
17254         (spam-backend-ham-unregistration-function)
17255         (spam-backend-spam-unregistration-function)
17256         (spam-backend-statistical-p, spam-backend-mover-p)
17257         (spam-install-backend-alias, spam-install-checkonly-backend)
17258         (spam-install-mover-backend, spam-install-nocheck-backend)
17259         (spam-install-backend, spam-install-statistical-backend)
17260         (spam-install-statistical-checkonly-backend): Add backend installation
17261         support.
17262         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17263         (spam-group-processor-p): Use the new backend code and respect the
17264         summary exit behavior.
17265         (spam-mark-spam-as-expired-and-move-routine): Remove.
17266         (spam-summary-prepare): Change to use the new spam-old-articles
17267         variable.
17268         (spam-copy-or-move-routine, spam-copy-spam-routine)
17269         (spam-move-spam-routine, spam-copy-ham-routine)
17270         (spam-move-ham-routine): Add code to copy/move ham or spam.
17271         (spam-fetch-field-fast): Improve doc and code, plus allow the
17272         'number request.
17273         (spam-list-of-checks, spam-list-of-statistical-checks):
17274         Remove variables.
17275         (spam-split, spam-find-spam): Use the new backend code.
17276         (spam-registration-functions): Remove variable.
17277         (spam-unregister-routine): Add convenience wrapper.
17278         (spam-log-undo-registration, spam-register-routine)
17279         (spam-log-processing-to-registry)
17280         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17281         where possible.
17282         (spam-check-gmane-xref, spam-check-regex-headers)
17283         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17284         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17285         (spam-check-bogofilter-headers, spam-check-spamoracle)
17286         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17287         (spam-check-crm114-headers): Use the spam-split-group that
17288         spam-split prepares, no need to determine it every time.
17289
17290         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17291         to the nnheader-parse-naked-head call.
17292
17293         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17294
17295         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17296         the nnheader-nov-read-message-id call.
17297
17298 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17301         gnus-activate-group twice.  Suggested by Markus Peter
17302         <warp@spin.de>.
17303
17304 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-art.el (gnus-article-time-format): Exchange the order of
17307         day and month in the default value; fix customization type.
17308         (article-date-ut): Use add-text-properties.
17309         (article-make-date-line): Use message-make-date instead of
17310         current-time-string.
17311
17312         * message.el (message-fetch-field): Don't use set-text-properties.
17313         (message-make-date): Simplify.
17314
17315         * messagexmas.el (message-xmas-make-date): New function.
17316         (message-xmas-redefine): Defalias message-make-date to it.
17317
17318 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17321         (rfc2047-encode-region): Treat text within parentheses as special;
17322         show the original text when error has occurred.
17323
17324         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17325         already-computed method to gnus-activate-group.
17326
17327         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17328         same select-methods identical Lisp objects.
17329
17330         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17331         object when modifying the info.
17332
17333 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17336         gnus-opened-servers since it has never been opened with the new
17337         configuration yet.
17338
17339 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17342         arg to nnheader-generate-fake-message-id.
17343
17344 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17345
17346         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17347         number and build a fake message ID localized to a group and
17348         article number (so it's repeatable from that point on).
17349         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17350         ID format.
17351
17352         * gnus-sum.el (gnus-get-newsgroup-headers):
17353         Call nnheader-generate-fake-message-id with the article number.
17354
17355 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17356
17357         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17358         end-of-buffer.
17359
17360 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17361
17362         * message.el (message-ignored-supersedes-headers): Add Approved.
17363
17364 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17367         goto-char.
17368         (rfc2047-encode): Fold the line before encoding.
17369
17370 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17371
17372         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17373         folding -- not all headers can be folded, and this should be done
17374         by the message composition mode.  Probably.  I think.
17375
17376 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17379         fast.
17380
17381         * gnus-ems.el (gnus-remove-image): Don't use
17382         message-text-with-property; remove only the image found first.
17383
17384         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17385         found first.
17386
17387 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17390
17391 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * message.el (message-text-with-property): Make it fast and accept
17394         optional arguments.
17395         (message-strip-forbidden-properties): Use it.
17396         (message-fix-before-sending): Follow the m-t-w-p change.
17397
17398         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17399
17400 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * gnus-art.el (article-hide-headers): Don't change the buffer
17403         mistakenly when performing mml-preview even if
17404         gnus-single-article-buffer is nil.
17405
17406 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17407
17408         * message.el (message-expand-name-databases): New user option.
17409         (message-expand-name): Use it.
17410
17411 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         * spam.el (spam-report-articles-resend)
17414         (spam-report-resend-register-routine): Allow ham reporting.
17415         (spam-report-resend-register-ham-routine): Add wrapper.
17416         (spam-registration-functions): Add ham resending functions.
17417         (spam-list-of-processors): Add ham resend processor.
17418
17419         * gnus.el (ham-resend-to): Add new group parameter.
17420         (spam-process): Add ham resend option.
17421
17422         * spam-report.el (spam-report-resend): Allow reporting ham.
17423         (spam-report-resend-ham): Add wrapper.
17424
17425 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17426
17427         * message.el (message-cite-articles-with-x-no-archive):
17428         New variable.
17429         (message-cite-original): Use it.
17430
17431 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17432
17433         * message.el (message-cite-original): Respect X-No-Archive.
17434
17435 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * gnus-art.el (article-hide-headers): Refer to the values for
17438         gnus-ignored-headers and gnus-visible-headers in the summary
17439         buffer since a user may have set them as group parameters.
17440
17441 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * assistant.el (assistant-node-name): Add convenience function.
17444         (assistant-render-text, assistant-render-node): Add error handling,
17445         plus handle multiple next nodes.
17446         (assistant-find-next-node): Comment out for now.
17447         (assistant-find-next-nodes): Add function, returns list of next
17448         nodes.
17449
17450 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17451
17452         * mail-source.el (mail-source-directory): Fix doc-string.
17453
17454 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * assistant.el (assistant-render-text, assistant-eval): Add :set
17457         widget type, which is different because it takes and returns a
17458         list.  Much hilarity ensues.
17459
17460 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17463
17464         * gnus-group.el (gnus-group-get-new-news-this-group):
17465         Add doc-string.
17466
17467         * gnus-start.el (gnus-activate-group): Add doc-string.
17468
17469 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17472
17473 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17474
17475         * assistant.el (assistant-render-text): Try to add a :set
17476         widget, more to come.
17477
17478         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17479         strings.
17480         (spam-report-articles-resend)
17481         (spam-register-routine): Do registration iff any articles warrant
17482         it.
17483         (spam-summary-prepare-exit): Change log message for nil group
17484         destinations.
17485
17486 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17487
17488         * spam.el (spam-report-resend-register-routine):
17489         Allow spam-report-resend-to to be a group parameter or a global value.
17490
17491 2004-05-26  Simon Josefsson  <jas@extundo.com>
17492
17493         * starttls.el: Merge with my GNUTLS based starttls.el.
17494         (starttls-gnutls-program, starttls-use-gnutls)
17495         (starttls-extra-arguments, starttls-process-connection-type)
17496         (starttls-connect, starttls-failure, starttls-success):
17497         New variables.
17498         (starttls-program, starttls-extra-args): Doc fix.
17499         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17500         New functions.
17501         (starttls-negotiate, starttls-open-stream):
17502         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17503         function if it is set.
17504
17505 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17508         structured fields.
17509
17510 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17513
17514 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17515
17516         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17517         Add variable.
17518         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17519         assigning the spam-mark to new messages.
17520
17521 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17522
17523         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17524
17525 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17528
17529         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17530         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17531         default.
17532
17533 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17534
17535         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17536         correct data.
17537
17538 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17539
17540         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17541         (spam-group-processor-p): Fix function.
17542         (spam-group-processor-multiple-p)
17543         (spam-group-spam-processor-report-gmane-p)
17544         (spam-group-spam-processor-report-resend-p)
17545         (spam-group-spam-processor-bogofilter-p)
17546         (spam-group-spam-processor-blacklist-p)
17547         (spam-group-spam-processor-ifile-p)
17548         (spam-group-ham-processor-ifile-p)
17549         (spam-group-spam-processor-spamoracle-p)
17550         (spam-group-spam-processor-crm114-p)
17551         (spam-group-ham-processor-bogofilter-p)
17552         (spam-group-spam-processor-stat-p)
17553         (spam-group-ham-processor-stat-p)
17554         (spam-group-ham-processor-whitelist-p)
17555         (spam-group-ham-processor-BBDB-p)
17556         (spam-group-ham-processor-spamoracle-p)
17557         (spam-group-ham-processor-copy-p): Remove functions with some
17558         prejudice against unneeded code.
17559         (spam-report-articles-resend)
17560         (spam-report-resend-register-routine): Allow the group/topic
17561         spam-resend-to value to override spam-report-resend-to.
17562         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17563         properly now.
17564
17565         * gnus.el (spam-resend-to): Add group/topic parameter.
17566         (spam-process): Move the OBSOLETE processors to the end of the
17567         choices.
17568
17569 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17570
17571         * spam-report.el (spam-report-resend-to, spam-report-resend):
17572         Start with resend-to set to nil, and then ask the user if necessary.
17573         (spam-report-resend): spam-report-resend takes a list of articles, not
17574         separate article numbers.
17575
17576 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17579         addition to emacs-w3m.
17580
17581 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17582
17583         * assistant.el (assistant-authinfo-data): New function.
17584         (assistant-eval): Eval for entire assistant.
17585
17586         * netrc.el (netrc-services-file): New variable.
17587         (netrc-parse-services): New function.
17588         (netrc-find-service-name): New function.
17589         (netrc-find-service-number): New function.
17590         (netrc-port-equal): New function.
17591         (netrc-machine): Use it.
17592
17593         * nnimap.el (nnimap-open-connection): Use netrc.
17594
17595         * gnus-util.el (gnus-netrc-get): Remove aliases.
17596
17597         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17598
17599         * assistant.el (wid-edit): Fix compilation.
17600
17601         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17602
17603 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17604
17605         * gnus-util.el (gnus-set-file-modes): New function.  (small
17606         patch).
17607
17608 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17611
17612         * assistant.el (assistant-render-node): Fix up rendering and
17613         read-only text.
17614         (assistant-render-node): Reset.
17615         (assistant-make-read-only): Not sticky.
17616
17617 2004-05-20  Danny Siu  <dsiu@adobe.com>
17618
17619         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17620         centered even when gnus-auto-center-summary is t.
17621
17622 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623
17624         * dns.el (dns-get-txt-answer): New function.
17625         (dns-read-txt): Ditto.
17626         (query-dns): Use it.
17627
17628 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17631         active for foreign groups even if the group level is higher than
17632         the specified value.
17633
17634 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17635
17636         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17637         non-active groups.
17638
17639         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17640
17641 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17642
17643         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17644
17645 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17648         (spam-crm114-header, spam-crm114-spam-switch)
17649         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17650         (spam-crm114-positive-spam-header)
17651         (spam-crm114-database-directory, spam-list-of-processors)
17652         (spam-group-spam-processor-crm114-p)
17653         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17654         (spam-generic-score, spam-list-of-checks)
17655         (spam-list-of-statistical-checks, spam-registration-functions)
17656         (spam-check-crm114-headers, spam-crm114-score)
17657         (spam-check-crm114, spam-crm114-register-with-crm114)
17658         (spam-crm114-register-spam-routine)
17659         (spam-crm114-unregister-spam-routine)
17660         (spam-crm114-register-ham-routine)
17661         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17662         From asjo@koldfront.dk (Adam Sjøgren).
17663
17664         * gnus.el: Add spam-use-crm114.
17665
17666         * spam.el (spam-list-of-processors, spam-registration-functions):
17667         Add spam-use-resend.
17668         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17669         (spam-report-articles-gmane): Add doc fix.
17670         (spam-report-articles-resend, spam-report-resend-register-routine):
17671         Add wrappers around spam-report-resend-to.
17672
17673         * spam-report.el (spam-report-resend-to, spam-report-resend):
17674         Add support for resending spam.
17675         (spam-report-gmane): Fix line length >80.
17676
17677         * gnus.el (spam-process): Add spam-use-resend.
17678
17679 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17680
17681         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17682         number of processed spam messages.
17683         (spam-ham-copy-or-move-routine): Return the number of processed
17684         ham messages.
17685         (spam-summary-prepare-exit): Use the above values to decide
17686         whether status messages shouled be displayed.
17687
17688 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17691         `rfc2047-encoding-function-alist' in order to avoid conflicting
17692         with the old version.
17693         (rfc2047-encode-region): Concatenate words containing non-ASCII
17694         characters in structured fields; don't encode space-delimited
17695         ASCII words even in unstructured fields; don't break words at
17696         char-category boundaries.
17697         (rfc2047-encode-1): New function.
17698         (rfc2047-encode): Use it; encode text so that it occupies the
17699         maximum width within 76-column; work correctly on Q encoding for
17700         iso-2022-* charsets.
17701         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17702         sure not to break a line just after the header name.
17703         (rfc2047-b-encode-region): Remove.
17704         (rfc2047-b-encode-string): New function.
17705         (rfc2047-q-encode-region): Remove.
17706         (rfc2047-q-encode-string): New function.
17707
17708         * mm-util.el (mm-replace-in-string): New function.
17709
17710 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17711
17712         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17713         Really get it right.
17714         (gnus-inews-make-draft): Really.
17715
17716 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17717
17718         * nnmh.el (nnmh-request-list-1): Don't check the link count
17719         before descending.  (small patch)
17720
17721 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17722
17723         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17724         stuff.
17725
17726         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17727         Match on real group name.
17728
17729         * gnus-art.el (gnus-signature-limit): Doc fix.
17730
17731         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17732
17733         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17734
17735 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17736
17737         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17738         isn't a string.
17739
17740 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17741
17742         * gnus-draft.el (gnus-draft-send):
17743         Bind rfc2047-encode-encoded-words.
17744
17745         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17746         (rfc2047-encodable-p): Say that =? needs encoding.
17747         (rfc2047-encode-encoded-words): New variable.
17748
17749         * gnus-group.el (gnus-group-select-group): Doc fix.
17750
17751         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17752
17753         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17754         to nil.
17755
17756         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17757
17758         * nnheader.el (nnheader-get-lines-and-char): New function.
17759
17760 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17761
17762         * gnus-msg.el (gnus-summary-followup-with-original):
17763         Document yanking of region when active.
17764
17765 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17768         groups if the group level is higher than the specified value.
17769
17770 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17771
17772         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17773         (gnus-group-jump-to-group): Add prefix argument using
17774         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17775         non-active group.
17776
17777         * compface.el (uncompface): Be verbose when changing
17778         `uncompface-use-external'.
17779
17780         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17781         handle manual section.
17782
17783 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17784
17785         * gnus-art.el (gnus-button-alist): Revert previous change.
17786
17787 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17788
17789         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17790
17791 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17792
17793         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17794         whether backend can accept message.
17795
17796         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17797
17798 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17799
17800         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17801         Avoid creating directory when nntp-marks-is-evil is true.
17802         Reported by Reiner Steib.
17803
17804 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17805
17806         * gnus-picon.el (gnus-picon-style): New variable.
17807         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17808         (gnus-picon-transform-address): Support `gnus-picon-style'.
17809         From Jesper Harder <harder@ifa.au.dk>.
17810
17811 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17812
17813         * message.el (message-fill-field): Return point.
17814         (message-generate-headers): Go to end of field.
17815
17816         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17817         stuff for non-living groups.
17818
17819 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * gnus-art.el (gnus-article-followup-with-original)
17822         (gnus-article-reply-with-original): gnus-mark-active-p ->
17823         gnus-region-active-p.
17824
17825 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17826
17827         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17828         only when there is spam or ham to be processed.
17829
17830 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17831
17832         * mail-source.el (mail-source-delete-crash-box): Refactor.
17833         (mail-source-fetch): Use it.
17834         (mail-source-fetch-file): Ditto.
17835         (mail-source-fetch-directory): Run postscript in loop.
17836         (mail-source-fetch-pop): Delete.
17837         (mail-source-fetch-maildir): Ditto.
17838         (mail-source-fetch-imap): Ditto.
17839
17840         * imap.el (imap-authenticators): Comment out sasl.
17841
17842         * message.el (message-skip-to-next-address): New function.
17843         (message-fill-header-address): Refactor.
17844         (message-fill-address): Use it.
17845         (message-delete-address): Use it.
17846         (message-fill-header-general): Refactor.
17847         (message-fill-field-address): Rename.
17848         (message-narrow-to-field): Find the start of the header.
17849         (message-header-format-alist): Don't pre-fill.
17850         (message-fill-header): Remove.
17851         (message-insert-header): New function.
17852         (message-shorten-references): Use it.
17853
17854         * rfc2047.el (rfc2047-field-value): Strip props.
17855
17856         * mail-parse.el (mail-header-make-address): New alias.
17857
17858         * ietf-drums.el (ietf-drums-make-address): New function.
17859
17860         * imap.el: Add compiler directives.
17861
17862         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17863
17864         * gnus-art.el (article-decode-idna-rhs): Don't use
17865         message-idna-inside-rhs-p.
17866
17867 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17868
17869         * message.el (message-idna-inside-rhs-p): Remove.
17870         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17871
17872         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17873         false positives.
17874
17875 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17876
17877         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17878
17879 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17880
17881         * nneething.el (nneething-file-name): Don't create spurious
17882         files.
17883
17884         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17885         (gnus-inews-do-gcc): Remove sleep.
17886
17887         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17888         part under point.
17889
17890         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17891         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17892
17893 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17894
17895         * spam.el (spam-summary-prepare-exit): Fix (length).
17896
17897 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17898
17899         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17900         as expired without moving it" message when there are spam
17901         messages left.
17902
17903 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17904
17905         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17906         header is not nil.
17907
17908 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17909
17910         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17911         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17912         (nntp-marks-changed-p): New arg SERVER.
17913         (nntp-request-update-info): Adjust caller.
17914
17915 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17916
17917         * nntp.el (nntp-save-marks): Pass missing arg.
17918
17919 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17920
17921         * nntp.el: Support marks.
17922         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17923         (nntp-marks-modtime, nntp-marks-directory): New variables.
17924         (nntp-request-set-mark, nntp-request-update-info)
17925         (nntp-possibly-create-directory, nntp-marks-changed-p)
17926         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17927         New functions.
17928
17929 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17930
17931         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17932         (gnus-xmas-redefine): Rename.
17933
17934         * gnus-score.el (gnus-score-insert-help):
17935         Use gnus-select-lowest-window.
17936
17937         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17938         appt-select-lowest-window and rename to gnus-select-lowest-window.
17939
17940         * gnus.el: do.
17941
17942 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17943
17944         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17945         encodings of MIME-encoded words, in order to improve
17946         interoperability with several broken MUAs.
17947
17948 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17949
17950         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17951         tags, only when charsets are not specified in headers.
17952         (mm-inline-text-html-render-with-w3m): Ditto.
17953
17954         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17955         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17956
17957 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17958
17959         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17960         instead of MIME-decoded from fields when checking
17961         `gnus-article-address-banner-alist'.
17962
17963 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17964
17965         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17966         description rather than subject.
17967
17968 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17969
17970         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17971
17972 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973
17974         * gnus.el (gnus-version-number): Bump.
17975
17976 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17977
17978         * gnus.el: No Gnus v0.2 is released.
17979
17980 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17981
17982         * gnus-agent.el (gnus-agent-read-agentview):
17983         Inline gnus-uncompress-range.
17984
17985 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17986
17987         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17988         `exec-installed-p'.
17989
17990 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17991
17992         * gnus.el (spam-process, spam-autodetect-methods):
17993         Add bsfilter and bsfilter-headers.
17994
17995         * spam.el (spam-bsfilter): New customize group.
17996         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17997         (spam-bsfilter-header, spam-bsfilter-probability-header)
17998         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17999         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18000         (spam-bsfilter-database-directory): New options.
18001         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18002         (spam-list-of-statistical-checks, spam-registration-functions):
18003         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18004         (spam-bsfilter-score): New command.
18005         (spam-check-bsfilter-headers, spam-check-bsfilter)
18006         (spam-bsfilter-register-with-bsfilter)
18007         (spam-bsfilter-register-spam-routine)
18008         (spam-bsfilter-unregister-spam-routine)
18009         (spam-bsfilter-register-ham-routine)
18010         (spam-bsfilter-unregister-ham-routine): New functions.
18011         (spam-generic-score): Support bsfilter; Accept an optional argument
18012         to recalcurate spam score even if scoring header has already been
18013         added.
18014         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18015         optional argument to recalcurate spam score even if scoring header
18016         has already been added.
18017
18018 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18021         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18022         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18023         link is missing.
18024
18025 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18028         (html2text-get-attr): Rewrite.
18029
18030         * message.el (message-setup-1): Remove redundant put-text-property
18031         on mail-header-separator.
18032
18033 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * gnus-registry.el (gnus-registry-cache-whitespace)
18036         (gnus-registry-action, gnus-registry-spool-action)
18037         (gnus-registry-split-fancy-with-parent): Change message levels
18038         from 5 to 3 or 7, as needed.
18039
18040         * spam.el (spam-summary-prepare-exit)
18041         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18042         (spam-split, spam-find-spam, spam-log-undo-registration)
18043         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18044         level from 5 to 6.
18045
18046 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18049         2004-03-04 change).
18050
18051 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18052
18053         * sieve-manage.el (sieve-manage-open):
18054         * nnweb.el (nnweb-insert-html):
18055         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18056         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18057         * nnspool.el (nnspool-request-group):
18058         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18059         * nnml.el (nnml-request-update-info):
18060         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18061         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18062         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18063         (nnimap-request-set-mark):
18064         * nnfolder.el (nnfolder-request-update-info):
18065         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18066         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18067         * gnus-uu.el (gnus-uu-find-articles-matching):
18068         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18069         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18070         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18071         * gnus-nocem.el (gnus-nocem-scan-groups):
18072         * gnus-int.el (gnus-start-news-server):
18073         * gnus-group.el (gnus-group-make-kiboze-group)
18074         (gnus-group-browse-foreign-server):
18075         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18076         Use mapc when appropriate.
18077
18078 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18079
18080         FIXME: Make separate entries for each person.
18081
18082         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18083         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18084         <shields@msrl.com>:
18085
18086         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18087         may need for spam sorting and scoring.
18088         (spam-user-format-function-S): Add user format function suitable for
18089         general use.
18090         (spam-article-sort-by-spam-status): Add sorting function for summary
18091         sorting.
18092         (spam-extra-header-to-number): Add function to get a score from a
18093         header.
18094         (spam-summary-score): Add function to get a numeric score from the
18095         headers.
18096         (spam-generic-score): Fix function doc, was in wrong place.
18097         (spam-initialize): Take symbols when it's run, and install the
18098         extra headers that spam-necessary-extra-headers thinks we need.
18099
18100 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18101
18102         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18103         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18104
18105 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * gnus-sum.el (gnus-set-global-variables)
18108         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18109         (gnus-article-get-xrefs, gnus-summary-best-group)
18110         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18111         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18112         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18113         Use with-current-buffer.
18114
18115 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18116
18117         * spam.el (spam-summary-prepare-exit): Simplify logic.
18118         (spam-fetch-article-header): Read the article header if it's not
18119         available.
18120         (spam-list-articles): Simplify logic.
18121         (spam-filelist-register-routine): Fix bug with unregister-list.
18122
18123         * gnus-registry.el: Fix comments at beginning.
18124
18125 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * message.el (message-cater-to-broken-inn): Remove.
18128         (message-shorten-references): Make sure the total folded length of
18129         References is shorter than 998 characters to cater to a bug in INN
18130         2.3.  Also, don't pretend that references aren't folded -- this
18131         hasn't worked for a while.
18132
18133 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18134
18135         * gnus-agent.el (gnus-agentize):
18136         gnus-agent-send-mail-real-function no longer set to current value
18137         of message-send-mail-function but rather a lambda that calls
18138         message-send-mail-function.  The change makes the agent real-time
18139         responsive to user changes to message-send-mail-function.
18140
18141 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18142
18143         * legacy-gnus-agent.el
18144         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18145         help from Florian Weimer <fw@deneb.enyo.de>
18146
18147 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * nnmail.el (nnmail-cache-insert): Revert last change.
18150
18151 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * nnmail.el (nnmail-cache-insert): Always check whether
18154         nnmail-cache-ignore-groups matches a group name.
18155
18156 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18157
18158         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18159         (spam-find-spam, spam-log-processing-to-registry)
18160         (spam-log-registered-p, spam-log-unregistration-needed-p)
18161         (spam-log-undo-registration): Use gnus-message instead of
18162         gnus-error, none of these errors are fatal.
18163
18164         * gnus-registry.el (gnus-registry-clean-empty-function)
18165         (gnus-registry-clean-empty): Remove only empty entries without
18166         extra data.
18167
18168 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18169
18170         * spam-stat.el (spam-stat-buffer-change-to-spam)
18171         (spam-stat-buffer-change-to-non-spam): Change (error) to
18172         (gnus-message 8) invocation.
18173
18174 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * nntp.el (nntp-via-netcat-command): New variable.
18177         (nntp-via-netcat-switches): New variable.
18178         (nntp-open-via-rlogin-and-netcat): New function.
18179         (nntp-open-connection-function): Doc fix.
18180         (nntp-telnet-command): Doc fix.
18181         (nntp-end-of-line): Doc fix.
18182         (nntp-via-rlogin-command): Doc fix.
18183         (nntp-via-user-name): Doc fix.
18184         (nntp-via-address): Doc fix.
18185
18186 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18189         error in Emacs 21.1.
18190
18191 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18192
18193         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18194
18195 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18196
18197         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18198         (gnus-agent-with-refreshed-group): New macro.
18199         (gnus-agent-rename-group): New function.
18200         (gnus-agent-delete-group): New function.
18201         (gnus-agent-save-group-info): Use gnus-command-method when
18202         `method' parameter is nil.  Don't write nil entries into the
18203         active file.
18204         (gnus-agent-get-group-info): New function.
18205         (gnus-agent-fetch-articles):
18206         Use gnus-agent-update-files-total-fetched-for to increment disk space
18207         used.
18208         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18209         Use gnus-agent-update-view-total-fetched-for to increment disk space
18210         used.
18211         (gnus-agent-get-local): Add optional parameters to avoid calling
18212         gnus-group-real-name and gnus-find-method-for-group.
18213         (gnus-agent-set-local): Delete stored entry if either min, or max,
18214         are nil.
18215         (gnus-agent-fetch-session): Reworded error/quit messages.
18216         On quit, use gnus-agent-regenerate-group to record existance of any
18217         articles fetched to disk before the quit occurred.
18218         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18219         gnus-agent-update-view-total-fetched-for, and
18220         gnus-agent-update-files-total-fetched-for to decrement disk space
18221         used.
18222         (gnus-agent-retrieve-headers):
18223         Use gnus-agent-update-view-total-fetched-for to increment disk space
18224         used.
18225         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18226         with gnus-agent-update-files-total-fetched-for to decrement disk
18227         space and fresh group buffer.
18228         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18229         (gnus-agent-need-update-total-fetched-for): New variable.
18230         (gnus-agent-update-files-total-fetched-for): New function.
18231         (gnus-agent-update-view-total-fetched-for): New function.
18232         (gnus-agent-total-fetched-for): New function.
18233
18234         * gnus-cache.el (gnus-cache-save-buffers):
18235         Use gnus-cache-update-overview-total-fetched-for to change disk space
18236         used by this group.
18237         (gnus-cache-possibly-enter-article):
18238         Use gnus-cache-update-file-total-fetched-for to increment disk space
18239         used by this group.
18240         (gnus-cache-possibly-remove-article):
18241         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18242         used by this group.
18243         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18244         (gnus-cache-rename-group): New function.
18245         (gnus-cache-delete-group): New function.
18246         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18247         (gnus-cache-need-update-total-fetched-for): New variable.
18248         (gnus-cache-with-refreshed-group): New macro.
18249         (gnus-cache-update-file-total-fetched-for): New function.
18250         (gnus-cache-update-overview-total-fetched-for): New function.
18251         (gnus-cache-rename-group-total-fetched-for): New function.
18252         (gnus-cache-delete-group-total-fetched-for): New function.
18253         (gnus-cache-total-fetched-for): New function.
18254
18255         * gnus-group.el: Require gnus-sum and autoload functions to
18256         resolve warnings when gnus-group.el compiled alone.
18257         (gnus-group-line-format): Documented new %F.
18258         (size of Fetched data) group line format; identifies disk space
18259         used by agent and cache.
18260         (gnus-group-line-format-alist): Defined new F format.
18261         (gnus-total-fetched-for): New function.
18262         (gnus-group-delete-group): No longer update
18263         gnus-cache-active-altered as gnus-request-delete-group now keeps
18264         the cache in sync.
18265         (gnus-group-list-active): Let the agent store a server's active
18266         list if currently plugged.
18267
18268         * gnus-int.el (gnus-request-delete-group):
18269         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18270         local disk in sync with the server.
18271         (gnus-request-rename-group):
18272         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18273         local disk in sync with the server.
18274
18275         * gnus-start.el (gnus-get-unread-articles):
18276         Cosmetic simplification to logic.
18277
18278         * gnus-util.el (gnus-rename-file): New function.
18279
18280 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18281
18282         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18283
18284 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18285
18286         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18287         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18288
18289 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18292         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18293
18294 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18295
18296         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18297
18298 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18299
18300         * spam.el (spam-set-difference): Add function to replace
18301         gnus-set-difference in spam.el.
18302         (spam-summary-prepare-exit): Use spam-set-difference.
18303
18304 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18305
18306         * gnus-registry.el (gnus-registry-cache-file): Update to use
18307         gnus-dribble-directory OR gnus-home-directory OR ~.
18308         (gnus-registry-split-fancy-with-parent): Fix doc.
18309
18310 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * message.el (message-exchange-point-and-mark):
18313         Use message-mark-active-p.  Suggested by Jesper Harder
18314         <harder@ifa.au.dk>.
18315
18316 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * message.el (message-exchange-point-and-mark): Don't activate
18319         region if it was inactive.  Suggested by Hiroshi Fujishima
18320         <pooh@nature.tsukuba.ac.jp>.
18321
18322 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * gnus-art.el (article-display-face): Display Faces in the same
18325         order as X-Faces.
18326
18327 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18330
18331 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18334         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18335         (gnus-article-mime-hierarchy): Remove.
18336         (gnus-article-mime-hierarchy-next): Remove.
18337         (gnus-article-mode): Revert 2004-03-19 change.
18338         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18339         (gnus-insert-mime-button): Revert 2004-03-19 change.
18340         (gnus-mime-accumulate-hierarchy): Remove.
18341         (gnus-mime-enter-multipart): Remove.
18342         (gnus-mime-leave-multipart): Remove.
18343         (gnus-mime-display-part): Revert 2004-03-19 change.
18344         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18345
18346         * mml.el (mml-preview): Revert 2004-03-19 change.
18347
18348 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18349
18350         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18351
18352 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18355         t while entering a file name using the mm-with-multibyte macro.
18356         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18357
18358         * mm-util.el (mm-with-multibyte): New macro.
18359
18360 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18363         New user option.
18364         (gnus-mime-multipart-functions): Doc and customization fix.
18365         (gnus-article-mime-hierarchy): New variable.
18366         (gnus-article-mime-hierarchy-next): New variable.
18367         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18368         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18369         gnus-article-mime-hierarchy-next to nil.
18370         (gnus-insert-mime-button): Show hierarchy numbers.
18371         (gnus-mime-accumulate-hierarchy): New function.
18372         (gnus-mime-enter-multipart): New function.
18373         (gnus-mime-leave-multipart): New function.
18374         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18375         (gnus-mime-display-alternative): Show hierarchy numbers.
18376
18377         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18378         gnus-article-mime-hierarchy-next to nil.
18379
18380 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18381
18382         * dns.el: Don't require gnus-xmas.
18383
18384 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18385
18386         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18387         inline PGP.
18388         (mml-menu): Disable mml-quote-region if mark is inactive.
18389
18390 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18393         when the group's active is not available.
18394
18395 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18398         error.
18399
18400 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18401
18402         * imap.el (imap-store-password): New variable.
18403         (imap-interactive-login): Use it.
18404         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18405
18406 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18409         window-start and hscroll to summary window.
18410
18411 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18412
18413         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18414         conversion message to newsrc-dribble when an actual conversion is
18415         performed.
18416
18417 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18418
18419         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18420
18421 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * mm-decode.el (mm-complicated-handles): New function reviving
18424         former definition of mm-multiple-handles.
18425
18426         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18427         (gnus-mime-delete-part): Use it.
18428
18429 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18430
18431         * gnus-agent.el (gnus-agent-read-local):
18432         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18433         avoid the implicit assumption that they will always be equal.
18434         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18435         coding-system-for-write, as the with-temp-file macro first prints
18436         to a buffer then saves the buffer.
18437
18438 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * gnus-art.el (gnus-article-edit-part): New function.
18441         (gnus-mime-save-part-and-strip): Use it; do query instead of
18442         signaling an error; don't use mm-multiple-handles.
18443         (gnus-mime-delete-part): Ditto.
18444
18445 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18446
18447         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18448         old file versions.
18449         (gnus-group-prepare-hook): Remove function that converted list
18450         form of gnus-agent-expire-days to group properties.
18451
18452         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18453         (gnus-request-accept-article): Re-indented.
18454
18455         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18456         converters to handle old agent file formats.  Add logic for a
18457         "backup before upgrading warning".
18458         (gnus-convert-mark-converter-prompt): Developers can mark
18459         functions as needing (default), or not needing,
18460         gnus-convert-old-newsrc's "backup before upgrading warning".
18461         (gnus-convert-converter-needs-prompt): Tests whether the user
18462         should be protected from potentially irreversable changes by the
18463         function.
18464
18465         * legacy-gnus-agent.el: New.  Provides converters that are only
18466         loaded when gnus-convert-old-newsrc needs to call them.
18467
18468 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * mail-source.el (mail-source-touch-pop): Doc fix.
18471
18472         * message.el (message-smtpmail-send-it): Doc fix.
18473
18474 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18475
18476         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18477
18478         * nnmail.el (nnmail-split-fancy): do.
18479
18480         * gnus-kill.el (gnus-kill, gnus-execute): do.
18481
18482 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18483
18484         * gnus-sum.el (gnus-widget-reversible-match)
18485         (gnus-widget-reversible-to-internal)
18486         (gnus-widget-reversible-to-external): New functions.
18487         (gnus-widget-reversible): New widget.
18488         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18489
18490 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18491
18492         * gnus-sum.el (gnus-thread-sort-functions)
18493         (gnus-article-sort-functions): Document `(not F)' items.
18494
18495 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18496
18497         * spam.el (spam-use-gmane-xref): Add new backend.
18498         (spam-gmane-xref-spam-group): Add variable to control the name of the
18499         Gmane spam group.
18500         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18501         (spam-regex-headers-spam, spam-regex-headers-ham)
18502         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18503         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18504         backends and checks.
18505         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18506
18507         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18508         an autodetect method.
18509
18510 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18511
18512         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18513         articles are being added to a group.
18514         (gnus-request-replace-article): Inform the agent that articles
18515         need to be uncached as the cached contents are no longer valid.
18516
18517 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * binhex.el: Don't autoload executable-find.
18520
18521         * canlock.el: Don't autoload mail-fetch-field.
18522
18523         * dgnushack.el: Autoload c-mode for XEmacs.
18524
18525         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18526
18527         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18528         rmail-dont-reply-to and rmail-output.
18529
18530         * gnus-score.el: Don't autoload ffap-string-at-point.
18531
18532         * gnus-setup.el: Don't autoload sc-cite-original.
18533
18534         * imap.el: Don't autoload base64-decode-string,
18535         base64-encode-string and md5.
18536
18537         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18538         and rmail-msg-restore-non-pruned-header.
18539
18540         * mm-decode.el: Don't autoload executable-find.
18541
18542         * mm-url.el: Don't autoload executable-find.
18543
18544         * mm-view.el: Don't autoload diff-mode.
18545
18546         * nndb.el: Don't autoload news-reply-mode, news-setup,
18547         cancel-timer and telnet.
18548
18549         * password.el: Don't autoload run-at-time for Emacs.
18550
18551         * sha1-el.el: Don't autoload executable-find.
18552
18553         * sieve-mode.el: Don't autoload c-mode.
18554
18555         * uudecode.el: Don't autoload executable-find.
18556
18557 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18558
18559         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18560         (gnus-agent-possibly-alter-active): Avoid null in numeric
18561         comparison.
18562         (gnus-agent-set-local): Refuse to save null in local object table.
18563         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18564         list of articles that will be marked as unread.
18565
18566 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18569
18570 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18571
18572         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18573         language tags.
18574
18575 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18576
18577         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18578         Don't bind "obarray".
18579
18580         * gnus-sum.el (gnus-thread-sort-functions):
18581         Add `gnus-thread-sort-by-most-recent-number' and
18582         `gnus-thread-sort-by-most-recent-date'.
18583         Reported by Kai Grossjohann <kai@emptydomain.de>.
18584
18585 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18588
18589 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18590
18591         * gnus-cus.el (gnus-agent-customize-category):
18592         Remove ignore-errors macro reference that required cl to be loaded at
18593         run-time.
18594
18595         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18596         single-interval range of the form (min . max).  Previously the
18597         range had to look like ((min . max)).  Likewise, return
18598         (min . max) rather than ((min . max)).
18599         (gnus-range-map): Use gnus-range-normalize to accept
18600         single-interval range.
18601
18602         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18603         the cache, but not the agent, now appear with their usual face.
18604
18605         * dgnushack.el (loaddir): New variable that is bound to the
18606         directory containing the dgnushack.el file. Use loaddir, rather
18607         than srcdir, to update load-path. Change lets dgnushack compile
18608         code in directories other than GNUS/lisp.
18609
18610 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * lpath.el: Don't bind w3m-safe-url-regexp.
18613
18614         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18615         w3m-safe-url-regexp variable buffer-local.
18616
18617         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18618
18619 2004-02-27  Simon Josefsson  <jas@extundo.com>
18620
18621         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18622         gnus-group-real-prefix.
18623         (gnus-summary-move-article): Use it, instead of
18624         gnus-group-real-prefix.
18625
18626 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * lpath.el: Bind w3m-safe-url-regexp.
18629
18630         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18631         w3m-safe-url-regexp variable buffer-local and set it as the value
18632         of mm-w3m-safe-url-regexp.
18633
18634         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18635
18636         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18637         parsing gnus-posting-styles when the message is not for replying.
18638
18639         * dgnushack.el: Autoload sgml-mode for XEmacs.
18640
18641         * nnrss.el (nnrss-opml-export):
18642         Use mm-set-buffer-file-coding-system instead of
18643         set-buffer-file-coding-system.
18644
18645 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18646
18647         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18648         of checkdoc.el).
18649         * nnrss.el: do.
18650         * gnus-mlspl.el: do.
18651         * gnus-ml.el: do.
18652         * gnus-srvr.el: do.
18653
18654         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18655
18656 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18657
18658         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18659         Corrections to custom-manual links.
18660
18661         * gnus-art.el (gnus-article): Ditto.
18662
18663         * mm-decode.el (mime-display, mime-security): Ditto.
18664
18665 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18666
18667         * flow-fill.el: Typo.
18668
18669 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18670
18671         * spam-wash.el: New file.
18672
18673 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18674
18675         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18676
18677 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18678
18679         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18680         to be run with new-articles as LIST1, not LIST2.
18681         (spam-registration-functions): Add spam-use-ham-copy as a nil
18682         registration backend.
18683
18684 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18685
18686         * spam-stat.el (spam-stat-washing-hook): New option.
18687         (spam-stat-buffer-words): Use it.
18688         (spam-stat-process-directory, spam-stat-test-directory):
18689         Use insert-file-contents-literally.
18690         (spam-stat-coding-system): New variable.
18691         (spam-stat-load, spam-stat-save): Use it.
18692
18693 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * spam-report.el (spam-report-plug-agent):
18696         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18697
18698 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18701         Allow / in mailto URLs.
18702
18703 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18704
18705         * spam-report.el (spam-report-process-queue): Fix interactive use.
18706         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18707         (spam-report-unplug-agent): Doc fixes.
18708         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18709         (spam-report-agentize, spam-report-deagentize): Autoload.
18710
18711 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18714
18715         * message.el (message-setup-fill-variables): Add mml tags to
18716         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18717         <ajk@iu.edu>.
18718         (message-mode): Don't modify paragraph-separate there.
18719
18720 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18721
18722         * compface.el (uncompface-use-external): Default to undecided.
18723         (uncompface-use-external-threshold): New variable.
18724         (uncompface-float-time): New macro.
18725         (uncompface): Determine whether to use the external decoder if
18726         uncompface-use-external is undecided.
18727
18728 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18729
18730         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18731         after images.
18732
18733         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18734
18735 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18738
18739         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18740
18741         * gnus-sum.el (gnus-summary-limit-to-age)
18742         (gnus-summary-limit-children): do.
18743
18744         * gnus-int.el (gnus-request-scan): do.
18745
18746         * gnus-group.el (gnus-group-suspend): do.
18747
18748         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18749
18750         * gnus-cite.el (gnus-cite-parse-attributions): do.
18751
18752         * gnus-agent.el (gnus-summary-set-agent-mark)
18753         (gnus-agent-regenerate-group): do.
18754
18755         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18756
18757         * binhex.el (binhex-decode-region-internal): do.
18758
18759 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * gnus-fun.el (gnus-face-properties-alist): New user option.
18762         (gnus-display-x-face-in-from): Use it.
18763
18764         * gnus-art.el (article-display-face): Ditto.
18765
18766         * compface.el (uncompface-use-external): Default to nil.
18767
18768 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * nntp.el (nntp-erase-buffer): New function.
18771         (nntp-retrieve-data, nntp-send-command)
18772         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18773         (nntp-possibly-change-group): Use it.
18774
18775         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18776         Use with-current-buffer.
18777
18778 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18779
18780         * compface.el: Merge the ELisp-based uncompface program.
18781         (compface): New customization group.
18782         (uncompface-use-external): New user option.
18783         (uncompface): Call uncompface-internal if uncompface-use-external
18784         is nil.
18785         (uncompface-internal): New function.  Note that there are also
18786         some other functions and variables added for this function.
18787
18788 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18789
18790         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18791         if necessary.
18792
18793 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18794
18795         * spam-report.el (spam-report-unplug-agent)
18796         (spam-report-plug-agent, spam-report-deagentize)
18797         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18798         Add support for the Agent in spam-report: when unplugged, report to a
18799         file; when plugged, submit all the requests.
18800
18801         * spam.el (spam-register-routine): Fix message about
18802         registration.
18803
18804 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18805
18806         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18807         dependencies.
18808         (rfc2047-encode): Use it.
18809
18810         * gnus-art.el (gnus-button-marker-list): Move before first
18811         reference.
18812
18813         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18814         (imap-parse-body): Fix format string mismatch.
18815
18816         * gnus-score.el (gnus-summary-increase-score): do.
18817
18818         * nnrss.el (nnrss-close): New function.
18819
18820 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18821
18822         * nnrss.el (nnrss-make-filename): New function.
18823         (nnrss-request-delete-group, nnrss-read-server-data)
18824         (nnrss-save-server-data, nnrss-read-group-data)
18825         (nnrss-save-group-data): Use it.
18826         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18827         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18828         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18829
18830 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18831
18832         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18833
18834 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18835
18836         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18837         files.
18838
18839         * message.el (message-generate-headers-first): Don't quote nil
18840         and t in docstrings.
18841
18842         * imap.el (imap-id): do.
18843
18844         * gnus-agent.el (gnus-agent-consider-all-articles)
18845         (gnus-agent-queue-mail): do.
18846
18847 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * spam-report.el (spam-report-process-queue): New function.
18850         Process requests from `spam-report-requests-file'.
18851         (spam-report-process-queue): Doc fix.
18852
18853 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * spam.el (spam-register-routine)
18856         (spam-log-processing-to-registry, spam-log-registered-p)
18857         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18858         Change "check" to "spam-check" for semi-clarity.
18859
18860 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18861
18862         * pop3.el: Require nnheader.
18863
18864         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18865
18866         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18867
18868         * gnus-picon.el: Require cl.
18869
18870         * gnus-fun.el: Require gnus-ems and gnus-util.
18871
18872         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18873
18874         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18875
18876         * gnus-art.el (gnus-article-edit-mode): Define before first
18877         reference.
18878
18879 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18882         (gnus-uu-post-encoded): Use point-at-bol.
18883
18884         * gnus-topic.el (gnus-group-active-topic-p): do.
18885
18886         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18887
18888         * gnus-group.el (gnus-group-kill-region): do.
18889
18890         * gnus-art.el (article-date-ut): do.
18891
18892         * message.el (message-fetch-field): Remove redundant
18893         case-fold-search binding.
18894         (message-narrow-to-field): Simplify.
18895
18896 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * spam.el (spam-directory): Derive from `gnus-directory'.
18899
18900         * spam-report.el (spam-report-url-to-file)
18901         (spam-report-requests-file): New function and variable for offline
18902         reporting.
18903         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18904         and user defined function.
18905         (spam-report-url-ping-mm-url): Remove doubled slash.
18906
18907 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18910
18911 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18912
18913         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18914         Fix format string mismatch.
18915
18916         * sieve.el (sieve-deactivate-all): do.
18917
18918         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18919
18920         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18921
18922         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18923
18924         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18925
18926 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18927
18928         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18929         the list of checks.
18930
18931 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18932
18933         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18934         padding.
18935
18936 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18937
18938         * mm-view.el (mm-fill-flowed): New variable.
18939         (mm-inline-text): Use it.
18940
18941 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18942
18943         * spam.el (spam-spamassassin-register-ham-routine)
18944         (spam-spamassassin-register-spam-routine): Fix function names.
18945
18946 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18947
18948         * gnus.el (gnus-tmp-grouplens): Remove.
18949         (gnus-summary-line-format): Remove grouplens.
18950
18951         * gnus-group.el (gnus-group-line-format): Ditto.
18952
18953         * gnus-spec.el (gnus-format-specs): Ditto.
18954         (gnus-update-format-specifications): Flush the group format spec
18955         cache if there's the grouplens stuff.
18956         (gnus-parse-simple-format): Replace %l with the empty string.
18957
18958 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18959
18960         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18961         omission.
18962
18963 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18966         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18967
18968 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18969
18970         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18971         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18972         New macros and functions.
18973         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18974         Handle > NLINK_MAX messages.
18975         * nnmaildir.el (nnmaildir-request-set-mark):
18976         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18977
18978 2004-01-25  Alex Schroeder  <alex@gnu.org>
18979
18980         * spam-stat.el (spam-stat-process-directory-age): New option.
18981         (spam-stat-process-directory): Use it.
18982
18983 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18984
18985         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18986         (spam-stat-save): Accept prefix argument.
18987
18988 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18989
18990         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18991         links" error.
18992
18993 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18996         the rest of the and/or forms.
18997
18998 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19001         compatibility with old .newsrc.eld files.
19002
19003         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19004
19005         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19006
19007         * gnus-start.el (gnus-1): do.
19008
19009         * gnus-group.el (gnus-group-line-format-alist): do.
19010
19011         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19012
19013         * gnus-gl.el: Remove.
19014
19015 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19016
19017         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19018         marks consisting of a single range {for example, (3 . 5)} rather
19019         than a list of a single range { ((3 . 5)) }.
19020
19021 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19022
19023         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19024         Use with-current-buffer.
19025         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19026         avoid consing a string.
19027
19028         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19029         Remove obsolete entries for big5 and gb2312.
19030
19031 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19032
19033         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19034         uncompressed list.
19035
19036 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * spam-stat.el (spam-stat-strip-xref): New function.
19039         (spam-stat-process-directory): Use it.
19040
19041         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19042         here -- it's done in message-fetch-field.
19043
19044 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19045
19046         * gnus-agent.el (gnus-agent-queue-mail)
19047         (gnus-agent-prompt-send-queue): New variables.
19048         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19049         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19050         "nndraft:queue" along to gnus-draft-send.
19051         Use gnus-agent-prompt-send-queue.
19052         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19053         is "nndraft:queue".  Suggested by Gaute Strokkenes
19054         <gs234@srcf.ucam.org>
19055
19056         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19057         (agent-enable-undownloaded-faces): Add.
19058         (gnus-agent-cat-groups): Use eval-and-compile, not
19059         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19060         method of gnus-agent-cat-groups even when the buffer has been
19061         evaled.
19062         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19063         delete gnus-agent-save-active-1.
19064         (gnus-agent-save-groups): Delete.  Identical to
19065         gnus-agent-save-active.
19066         (gnus-agent-write-active): No longer adjust agent's copy of active
19067         file as agent's adjustments are now stored in their own
19068         file.  Remove optional parameter.
19069         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19070         servers.  Add use of min/max range limits from server's local
19071         file.
19072         (gnus-agent-save-alist): Remove unused optional argument.
19073         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19074         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19075         (gnus-agent-set-local): A per-server file that keeps min/max range
19076         limits for articles known to the agent.  Provides a fast mechanism
19077         for altering many active ranges.
19078         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19079         active file (local makes it unnecessary).
19080         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19081
19082         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19083         (agent-enable-undownloaded-faces): Add.
19084
19085         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19086         disable it when sending to "nndraft:queue".
19087         (gnus-group-send-queue): Add safety check to avoid sending queue
19088         when unplugged.
19089
19090         * gnus-group.el (gnus-group-catchup): Use new
19091         gnus-sequence-of-unread-articles, not
19092         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19093         numbers of articles.  Use gnus-range-map to avoid having to
19094         uncompress the unread list.
19095         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19096         Fix invalid ange-ftp reference.
19097
19098         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19099         (gnus-sorted-range-intersection): Intersection of two ranges
19100         without requiring that they first be uncompressed.
19101
19102         * gnus-start.el (gnus-activate-group): Unless blocked by the
19103         caller, possibly expand the active range to include both cached
19104         and agentized articles.
19105         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19106         multiple version-dependent converters.
19107         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19108         gnus-agent-save-active.
19109         (gnus-save-newsrc-file): Save dirty agent range limits.
19110
19111         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19112         gnus-agent-possibly-alter-active.
19113         (gnus-adjust-marked-articles): Faster handling of simple lists.
19114
19115 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19116
19117         * spam-stat.el (spam-stat-test-directory): New optional argument
19118         displays a list of files detected.  Suggested by Andrew Cohen
19119         <cohen@andy.bu.edu>.
19120         (spam-stat-buffer-words-with-scores): Don't narrow and change
19121         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19122
19123 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19124
19125         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19126         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19127         (spam-spamassassin-arguments)
19128         (spam-spamassassin-spam-flag-header)
19129         (spam-spamassassin-positive-spam-flag-header)
19130         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19131         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19132         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19133         (spam-list-of-processors, spam-list-of-checks)
19134         (spam-list-of-statistical-checks, spam-registration-functions)
19135         (spam-check-spamassassin-headers, spam-check-spamassassin)
19136         (spam-spamassassin-score)
19137         (spam-spamassassin-register-with-sa-learn)
19138         (spam-spamassassin-register-spam-routine)
19139         (spam-spamassassin-register-ham-routine)
19140         (spam-assassin-register-spam-routine)
19141         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19142         (spam-bogofilter-score): Fix to show article before scoring.
19143
19144 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19145
19146         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19147         default scoring function.
19148         (spam-generic-score): Call spam-spamassassin-score if
19149         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19150         spam-bogofilter-score otherwise.
19151
19152         * gnus.el (spam-process, spam-autodetect-methods):
19153         Add spamassassin and spamassassin-headers.
19154
19155 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19156
19157         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19158         Suppress unnecessary messages.
19159
19160 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19161
19162         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19163         make-hash-table.
19164
19165 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * canlock.el (base64-encode-string): Don't autoload it.
19168
19169 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * run-at-time.el: Remove useless (require 'itimer),
19172         eval-and-compile and (featurep 'xemacs).
19173
19174 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19175
19176         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19177         GROUP is a virtual group.
19178
19179 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19180
19181         * gnus.el: Autoload `message-y-or-n-p'.
19182
19183 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * pgg-parse.el: Remove unnecessary (require 'custom).
19186
19187         * pgg-def.el: do.
19188
19189         * nnmail.el: do.
19190
19191         * gnus-undo.el: do.
19192
19193         * gnus-picon.el: do.
19194
19195         * gnus-util.el: do.
19196
19197 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19200
19201 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19204         handle, as well as a list.
19205
19206         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19207         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19208         (mm-w3m-cid-retrieve): Simplify.
19209
19210 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19211
19212         * message.el (message-kill-to-signature): Allow prefix arg to
19213         specify number of lines to keep before signature.
19214
19215 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19216
19217         * message.el (message-kill-to-signature): Change docstring.
19218
19219 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * canlock.el: Always require sha1-el.
19222         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19223
19224         * message.el: Autoload sha1 only when compiling.
19225
19226         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19227         eudc-expand-inline for XEmacs.
19228
19229 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * message.el (message-canlock-generate): Require sha1-el.
19232
19233 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * message.el (message-expand-name): Silence the byte compiler.
19236
19237         * lpath.el: Add detect-coding-system.
19238
19239         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19240         cus-edit.
19241
19242 2004-01-13  Simon Josefsson  <jas@extundo.com>
19243
19244         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19245         Invoke gnus-score-mode.
19246         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19247
19248         * gnus-range.el (gnus-compress-sequence): Doc fix.
19249         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19250
19251 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19252
19253         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19254
19255 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19256
19257         * spam.el (spam-get-article-as-string): Update to use
19258         gnus-request-article-this-buffer, much simpler.
19259         (spam-get-article-as-buffer): Remove.
19260
19261 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19262
19263         * message.el (message-expand-name): Use EUDC if the user uses that.
19264
19265 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19266
19267         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19268         character for the encoding to avoid consing a string.
19269
19270         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19271         unnecessarily.
19272
19273         * mm-util.el (mm-replace-chars-in-string): Remove.
19274
19275         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19276         of mm-replace-chars-in-string.
19277
19278 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19279
19280         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19281
19282         * mm-util.el (mm-subst-char-in-string): Support inplace.
19283
19284         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19285         a new string in every iteration.  Use shy groups.
19286
19287 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19288
19289         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19290         * gnus-soup.el (gnus-soup-group-brew):
19291         * gnus-msg.el (gnus-put-message):
19292         * gnus-move.el (gnus-group-move-group-to-server):
19293         * gnus-kill.el (gnus-batch-score):
19294         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19295         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19296         (gnus-group-update-group, gnus-group-read-group)
19297         (gnus-group-make-group, gnus-group-make-help-group)
19298         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19299         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19300         (gnus-group-sort-by-unread, gnus-group-catchup)
19301         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19302         (gnus-group-yank-group, gnus-group-set-info)
19303         (gnus-group-list-groups):
19304         * gnus.el (gnus-generate-new-group-name):
19305         * gnus-delay.el (gnus-delay-send-queue):
19306         * nnvirtual.el (nnvirtual-catchup-group):
19307         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19308         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19309         (gnus-group-prepare-topics, gnus-topic-check-topology):
19310         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19311         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19312         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19313         (gnus-group-make-articles-read):
19314         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19315         (gnus-group-change-level, gnus-kill-newsgroup)
19316         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19317         (gnus-get-unread-articles, gnus-make-articles-unread)
19318         (gnus-make-ascending-articles-unread): Use accessor
19319         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19320         to get group information for improved readability.
19321
19322
19323 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19324
19325         * gnus-art.el (article-decode-mime-words, article-babel)
19326         (gnus-article-highlight-signature, gnus-article-add-buttons)
19327         (gnus-signature-toggle): Use gnus-with-article-buffer.
19328
19329         * gnus-art.el (gnus-article-highlight-headers)
19330         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19331
19332         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19333         (gnus-article-set-globals, gnus-request-article-this-buffer)
19334         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19335         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19336         (gnus-mime-display-alternative): Use with-current-buffer.
19337
19338 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19339
19340         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19341         also under 80 char limit, and call gnus-error if needed.
19342         (spam-fetch-article-header): Fix - it was a
19343         buffer-local variable (gnus-newsgroup-data).
19344         (spam-find-spam): Use spam-generate-fake-headers, forget about
19345         spam-insert-fake-headers.
19346         (spam-insert-fake-headers): Remove.
19347
19348 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19349
19350         * deuglify.el (gnus-article-outlook-unwrap-lines)
19351         (gnus-outlook-rearrange-article)
19352         (gnus-outlook-repair-attribution-outlook)
19353         (gnus-outlook-repair-attribution-block)
19354         (gnus-outlook-repair-attribution-other): Remove redundant
19355         save-excursion.
19356
19357 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19358
19359         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19360         (spam-fetch-field-subject-fast)
19361         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19362         (spam-fetch-article-header): Add functions to deal with Gnus
19363         internals for fast retrieval of article header data.
19364         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19365
19366 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19367
19368         * pop3.el (pop3-md5): Remove.
19369         (pop3-apop): Replace pop3-md5 with md5.
19370
19371         * mm-bodies.el: base64 is always built-in.
19372
19373         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19374         Use with-current-buffer.
19375
19376 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * canlock.el (canlock-insert-header): Remove excessive grouping in
19379         regexp.
19380
19381         * gnus-sum.el (gnus-summary-read-document): Ditto.
19382
19383         * gnus-uu.el (gnus-uu-part-number): Ditto.
19384
19385         * html2text.el (html2text-remove-tags): Ditto.
19386         (html2text-format-tags): Ditto.
19387         (html2text-format-single-elements): Ditto.
19388
19389         * mml.el (mml-parse-1): Ditto.
19390
19391 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19392
19393         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19394
19395         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19396
19397         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19398
19399         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19400
19401 2003-11-15  Simon Josefsson  <jas@extundo.com>
19402
19403         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19404         (pgg-gpg-lookup-key): Use regexp match instead of
19405         split-string (split-string is different between emacs 21.2 and
19406         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19407
19408 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19409
19410         * gnus-art.el (gnus-mime-view-all-parts)
19411         (gnus-article-part-wrapper, gnus-article-view-part):
19412         Use with-current-buffer.
19413
19414 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19415
19416         * spam.el (spam-disable-spam-split-during-ham-respool)
19417         (spam-spamoracle-database, spam-cache-lookups)
19418         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19419         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19420         (spam-group-ham-marks, spam-group-spam-marks)
19421         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19422         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19423         also add spam-use-blackholes to the statistical checks.
19424         (spam-fetch-field-fast): Add interface to fetching fields, may
19425         become a macro.
19426         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19427         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19428         (spam-insert-fake-headers): Fake an article when needed.
19429         (spam-find-spam): Fake article when possible.
19430         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19431         (spam-check-bogofilter-headers): Use message-fetch-field instead
19432         of nnmail-fetch-field.
19433
19434 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19435
19436         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19437
19438 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19439
19440         * spam.el (spam-split): Do not require spam-use-CHECK to be
19441         enabled if that check is passed to spam-split explicitly; also
19442         fix so 'spam doesn't get converted to spam-split-group when
19443         spam-split-symbolic-return is t.
19444         (spam-find-spam): Find registrations of the article and use those
19445         instead of re-running spam-split to find the spam/ham
19446         classification of the article.
19447         (spam-log-processing-to-registry, spam-log-registered-p)
19448         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19449         Use gnus-error instead of gnus-message.
19450         (spam-log-registration-type): Add function to determine the
19451         classification of a message based on registry entries; will
19452         return nil if both 'spam and 'ham are found.
19453         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19454         a reasonably fast local cache without the loading errors.
19455         (spam-cache-lookups): Set to t by default.
19456         (spam-find-spam): Don't try to guess spam-cache-lookups.
19457         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19458         spam-caches entry.
19459         (spam-filelist-build-cache, spam-filelist-check-cache):
19460         Fix caching of whitelist/blacklist entries.
19461         (spam-check-whitelist, spam-check-blacklist):
19462         Invoke spam-from-listed-p with a type, not a cache variable.
19463         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19464
19465 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19466
19467         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19468
19469         * nnmail.el (nnmail-split-fancy): do.
19470
19471         * mml.el (mml-parse): do.
19472
19473         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19474         (gnus-score-adaptive): do.
19475
19476 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19479         (gnus-mime-button-map): Don't set keymap parent.
19480         (gnus-button-ctan-directory-regexp): Use shy grouping.
19481         (gnus-prev-page-map): Don't set keymap parent.
19482         (gnus-prev-page-map): Remove duplicated one.
19483         (gnus-next-page-map): Don't set keymap parent.
19484         (gnus-mime-security-button-map): Ditto.
19485
19486         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19487         version number.
19488
19489         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19490
19491 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * canlock.el (canlock-sha1-function): Remove.
19494         (canlock-sha1-function-for-verify): Remove.
19495         (canlock-openssl-program): Remove.
19496         (canlock-openssl-args): Remove.
19497         (canlock-ignore-errors): Remove.
19498         (canlock-sha1-with-openssl): Remove.
19499         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19500         (canlock-verify): Don't use canlock-ignore-errors.
19501
19502         * sha1-el.el (sha1-string-external): Make it can return a string
19503         in binary form.
19504         (sha1-region-external): Ditto.
19505         (sha1-string-internal): Ditto.
19506         (sha1-region-internal): Ditto.
19507         (sha1-region): Ditto.
19508         (sha1-string): Ditto.
19509         (sha1): Ditto.
19510
19511 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19512
19513         * spam.el (spam-report-articles-gmane): New command.
19514
19515 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19518
19519         * run-at-time.el (run-at-time-saved): Remove.
19520         (run-at-time): Doc fix.
19521
19522 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19523
19524         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19525         (gnus-summary-limit-map): Add it.
19526         (gnus-summary-make-menu-bar): do.
19527
19528 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19529
19530         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19531         Make attempt at some caching support (done for BBDB only now).
19532         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19533         addresses to be checked.
19534         (spam-clear-cache-BBDB): Add function, to be invoked by
19535         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19536         (spam-check-BBDB): Check and use the caches, if
19537         spam-cache-lookups is on, remove superfluous (provide).
19538
19539 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19540
19541         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19542
19543 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19544
19545         * run-at-time.el (run-at-time-saved): Move to after the definition
19546         of `run-at-time'.
19547
19548         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19549
19550 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19553         mm-w3m-local-map-property.
19554
19555         * mm-view.el (mm-w3m-mode-map): Remove.
19556         (mm-w3m-local-map-property): Remove.
19557         (mm-inline-text-html-render-with-w3m): Don't use
19558         mm-w3m-local-map-property.
19559
19560 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19561
19562         * run-at-time.el: New file.
19563
19564         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19565         under Emacs.
19566
19567         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19568         of gnus-set-text-properties.
19569
19570         * gnus-uu.el (gnus-uu-save-article): Ditto.
19571
19572         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19573
19574         * gnus-cite.el (gnus-cite-parse): Ditto.
19575
19576         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19577         of gnus-.
19578
19579         * gnus-xmas.el (run-at-time): Require run-at-time.
19580
19581         * gnus.el: Change calls to nnheader-run-at-time and
19582         password-run-at-time throughout to use run-at-time directly.
19583
19584         * password.el: Remove definition of run-at-time.
19585
19586         * nnheaderxm.el: Remove definition of run-at-time.
19587
19588 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19589
19590         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19591         in prompt.
19592
19593 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19594
19595         * messagexmas.el (message-xmas-redefine): Alias
19596         `message-make-caesar-translation-table' to
19597         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19598         version.
19599
19600         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19601         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19602         `gnus-xmas-set-text-properties'.
19603         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19604         `gnus-xmas-completing-read'.
19605         (gnus-xmas-completing-read): Removed.
19606         (gnus-xmas-open-network-stream): Removed.
19607
19608         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19609         XEmacs version.
19610
19611         * dns.el (dns-make-network-process): Use `open-network-stream'
19612         instead of `gnus-xmas-open-network-stream'.
19613
19614         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19615
19616         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19617
19618 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19619
19620         * gnus-art.el (gnus-mime-display-alternative)
19621         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19622         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19623         Don't use gnus-local-map-property.
19624
19625         * gnus-util.el (gnus-local-map-property): Remove.
19626
19627         * mm-view.el (mm-view-pkcs7-decrypt):
19628         Replace gnus-completing-read-maybe-default with completing-read.
19629
19630         * gnus-util.el (gnus-completing-read): do.
19631         (gnus-completing-read-maybe-default): Remove.
19632
19633 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19634
19635         * password.el: Only autoload `run-at-time' if not XEmacs.
19636         Only autoload the itimer functions if XEmacs.
19637
19638 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19641         XEmacsen.
19642
19643         * dgnushack.el: Autoload executable-find for XEmacs.
19644
19645 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19646
19647         * gnus-art.el (gnus-read-string): Remove.
19648         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19649         read-string.
19650
19651 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19652
19653         * netrc.el: Autoload password-read.
19654         (netrc): Add configuration group.
19655         (netrc-encoding-method, netrc-openssl-path):
19656         Add variables for encoding and decoding of files with symmetric
19657         ciphers.
19658         (netrc-encode): Add assistant function to encode a file with
19659         netrc-encoding-method.
19660         (netrc-parse): Add interactive parameter, added optional
19661         decoding if netrc-encoding-method is non-nil but otherwise
19662         behavior is standard.
19663         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19664         Do s/encode/encrypt/ everywhere.
19665
19666         * spam.el: Remove executable-find autoload.
19667
19668 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19669
19670         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19671
19672         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19673
19674 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19675
19676         * gnus-art.el (gnus-treat-ansi-sequences)
19677         (article-treat-ansi-sequences): New variable and function.
19678         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19679
19680         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19681         Use it.
19682
19683 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19684
19685         * mm-util.el (mm-quote-arg): Remove.
19686
19687         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19688         shell-quote-argument.
19689
19690         * gnus-uu.el (gnus-uu-command): do.
19691
19692         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19693
19694         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19695         with make-char.
19696
19697         * mm-util.el (mm-make-char): Remove.
19698
19699         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19700         add-minor-mode.
19701
19702         * gnus-undo.el (gnus-undo-mode): do.
19703
19704         * gnus-topic.el (gnus-topic-mode): do.
19705
19706         * gnus-sum.el (gnus-dead-summary-mode): do.
19707
19708         * gnus-start.el (gnus-slave-mode): do.
19709
19710         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19711
19712         * gnus-ml.el (gnus-mailing-list-mode): do.
19713
19714         * gnus-gl.el (gnus-grouplens-mode): do.
19715
19716         * gnus-draft.el (gnus-draft-mode): do.
19717
19718         * gnus-dired.el (gnus-dired-mode): do.
19719
19720         * gnus-ems.el (gnus-add-minor-mode): Remove.
19721
19722         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19723         Replace gnus-char-width with char-width.
19724
19725         * gnus-ems.el (gnus-char-width): Remove.
19726
19727         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19728         Replace gnus-char-width with char-width.
19729
19730         * gnus-ems.el (gnus-char-width): Remove.
19731
19732         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19733         definition.
19734         Remove Emacs 20 hash table compatibility code.
19735
19736         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19737         20 compatibility code.
19738
19739         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19740
19741         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19742
19743         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19744         Replace with point-at-{eol,bol}.
19745
19746         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19747
19748         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19749
19750         * flow-fill.el (fill-flowed-point-at-bol)
19751         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19752
19753         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19754         Replace with point-at-{eol,bol} throughout all files.
19755
19756 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * ntlm.el (ntlm-string-as-unibyte): New macro.
19759         (ntlm-build-auth-response): Use it.
19760
19761         Remove Emacs 20 stuff:
19762         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19763         (butlast, mapc, remove): Remove the compiler macros.
19764         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19765         of delq and copy-sequence.
19766         * gnus-art.el (popup-menu): Remove the compiler macro.
19767         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19768         Emacs 20.
19769
19770 2004-01-05  Simon Josefsson  <jas@extundo.com>
19771
19772         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19773         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19774         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19775         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19776         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19777         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19778         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19779         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19780         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19781         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19782         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19783         string-xor into ntlm-string-xor.
19784         Suggested by Jesper Harder <harder@myrealbox.com>.
19785
19786         * ntlm.el: Don't include poem.
19787
19788         * md4.el (print-int32, print-string-hexa): Remove.
19789         Suggested by Jesper Harder <harder@myrealbox.com>.
19790
19791         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19792
19793         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19794         probably breaks emacs with DL patch, but do we care? Is anyone
19795         still using the DL stuff?)
19796
19797         * sieve-manage.el: Use the password package.
19798         (sieve-manage-read-passwd): Remove.
19799         (sieve-manage-interactive-login): Use password.  Re-add
19800         condition-case around loop.
19801
19802         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19803         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19804         Use the password package.
19805
19806 2003-02-19  Simon Josefsson  <jas@extundo.com>
19807
19808         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19809         token.
19810
19811 2002-08-07  Simon Josefsson  <jas@extundo.com>
19812
19813         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19814         (sieve-manage-authenticators):
19815         (sieve-manage-authenticator-alist): Add some SASL mechs.
19816         (sieve-sasl-auth): New function.
19817         (sieve-manage-cram-md5-auth):
19818         (sieve-manage-plain-auth): Rewrite using SASL library.
19819         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19820         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19821         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19822         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19823
19824 2004-01-05  Simon Josefsson  <jas@extundo.com>
19825
19826         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19827         New files.
19828
19829 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19830
19831         * gnus-group.el (gnus-no-groups-message): Update.
19832
19833         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19834
19835 2003-11-09  Simon Josefsson  <jas@extundo.com>
19836
19837         * imap.el: Support for ID IMAP extension (RFC 2971).
19838         (imap-local-variables): Add imap-id.
19839         (imap-id): New variable.
19840         (imap-id): New function.
19841         (imap-parse-response): Parse untagged ID response.
19842         * nnimap.el (nnimap-id): New variable.
19843         (nnimap-open-connection): Use it.
19844
19845 2003-12-28  Simon Josefsson  <jas@extundo.com>
19846
19847         * gnus-score.el (gnus-score-edit-all-score): New.
19848         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19849
19850 2004-01-04  Simon Josefsson  <jas@extundo.com>
19851
19852         * password.el: Add.
19853
19854 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19855
19856         * dns.el (dns-query-types): Fix typo.
19857         (dns-query-types): New function.
19858         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19859         PTR and SOA replies, see RFC 1035.
19860
19861 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19862
19863         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19864
19865         * Move to Changelog.2.
19866
19867 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19868
19869         * gnus.el (gnus-version-number): Bump version.
19870
19871 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19872
19873         * gnus.el: No Gnus v0.1 is released.
19874
19875 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19876
19877         * gnus.el: No Gnus v0.0 is released.
19878
19879 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19880
19881         * gnus.el (gnus-version-number): Bump.
19882         (gnus-version): No.
19883
19884 See ChangeLog.2 for earlier changes.
19885
19886     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19887       Free Software Foundation, Inc.
19888
19889   This file is part of GNU Emacs.
19890
19891   GNU Emacs is free software: you can redistribute it and/or modify
19892   it under the terms of the GNU General Public License as published by
19893   the Free Software Foundation, either version 3 of the License, or
19894   (at your option) any later version.
19895
19896   GNU Emacs is distributed in the hope that it will be useful,
19897   but WITHOUT ANY WARRANTY; without even the implied warranty of
19898   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19899   GNU General Public License for more details.
19900
19901   You should have received a copy of the GNU General Public License
19902   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19903
19904 ;; Local Variables:
19905 ;; coding: utf-8
19906 ;; fill-column: 79
19907 ;; add-log-time-zone-rule: t
19908 ;; End: