db11abd46aee2e57ddf16ac32a4608073709c4fb
[gnus] / lisp / ChangeLog
1 2010-12-10  Julien Danjou  <julien@danjou.info>
2
3         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4
5 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6
7         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8         deletion.
9         (nnir-run-imap): Only need to parse list once.
10
11 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * shr.el (shr-tag-script): Ignore <script>.
14         (shr-tag-label): Add <label> support.
15
16 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
19
20         * shr.el (shr-image-displayer): Work for images lined side by side.
21
22 2010-12-08  Robert Pluim  <rpluim@gmail.com>
23
24         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
25         parameter, since XEmacs doesn't accept t as a parameter.
26
27 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
28
29         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
30         ids.
31         (nnir-run-gmane): Simplify groupspec formatting.
32         (nnir-request-expire-articles): New function.
33
34 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
37         overflow, possibly.
38
39         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
40         (shr-render-td): Handle td style="" better.
41         (shr-tag-table): Use the color from the style sheet.
42         (shr-render-td): Make sure we copy over all the overlays, too.
43
44 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
45
46         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
47         (nnir-request-article): Improve article retrieval.
48
49 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * mm-util.el (mm-extra-numeric-entities): New variable.
52
53         * mm-url.el (mm-url-decode-entities):
54         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
55
56         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
57
58 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
59
60         * message.el: Use completion-at-point.
61         (message-completion-function): New fun, extracted from message-tab.
62         (message-mode): Use it for completion-at-point-functions.
63         (message-tab): Use it and completion-at-point.
64
65 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
68         character if a non-breakable character follows.
69
70 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
73         any stream.
74
75         * shr.el (shr-tag-font): Colorize the region.
76         (shr-tag-body): Ditto.
77         (shr-tag-font): Actually let the styles be inherited instead of
78         overwriting them.
79         (shr-tag-font): Get the background color right.
80         (shr-tag-style): Ignore all <style> tags for the moment.
81
82         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
83         a Message-ID to avoid having nnimap depend on gnus-sum.
84
85         * shr.el (shr-descend): Only colorize something if we have a node that
86         sets colors.
87
88 2010-12-06  Julien Danjou  <julien@danjou.info>
89
90         * shr.el (shr-render-td): Render td content with shr-descend, so style
91         will be applied to <td> too.
92         (shr-colorize-region): Colorize region even if we only have a background.
93         (shr-tag-body): Fix color and background color inheritance.
94         Do not recolorize after shr-generic.
95         (shr-tag-font): Let shr-generic colorize via inheritance.
96
97 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
100
101 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
102
103         * nnir.el (nnir-request-move-article): Remove obsolete code.
104
105 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
108
109 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus-sum.el (gnus-summary-respool-article): The completion function
112         expects a list instead of an alist.
113
114         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
115         string as the parameter.
116
117         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
118
119         * shr.el (shr-stylesheet): New dynamic variable for cascading the
120         styles.
121         (shr-colorize-region): New function.
122         (shr-insert-background-overlay): Remove.
123         (shr-render-td): Background setting should be taken care of on a higher
124         level.
125         (shr-tag-body): Use post-hoc colorizations.
126         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
127         (shr-put-color-1): Don't overwrite old colors.
128         (shr-colorize-region): When the background color isn't explicit, use
129         a fixed background.
130
131         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
132         nnmail variables.
133
134 2010-12-05  Bjørn Mork  <bjorn@mork.no>
135
136         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
137         unless necessary.
138
139 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
140
141         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
142         server.
143
144 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
147         so that TAB works.
148
149         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
150         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
151
152         * shr.el (shr-urlify): Show the URL before the title to avoid
153         misleading URLs.
154
155 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
156
157         * shr.el (shr-urlify): Display the title in <a> tags.
158
159 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
160
161         * nnir.el (nnir-categorize): Replace mapcar with mapc.
162
163 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
164
165         * nnir.el: Rearrange code to allow macros to be autoloaded by
166         gnus-sum.el.
167         (nnir-retrieve-headers-override-function): Make this variable
168         customizable.
169         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
170
171         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
172         from nnir.el.
173
174 2010-12-03  Julien Danjou  <julien@danjou.info>
175
176         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
177
178 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
181         allow optional argument `environment'.
182
183 2010-12-03  Glenn Morris  <rgm@gnu.org>
184
185         * mm-extern.el (message-goto-body): Update declaration.
186
187 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-util.el (gnus-macroexpand-all): New function.
190
191         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
192         instead of macroexpand-all that is unavailable in XEmacs.
193
194 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
195
196         * nnir.el (nnir-summary-line-format): New variable.
197         (nnir-mode): Use it.
198         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
199         (nnir-article-ids): Reimplement as defsubst.
200         (nnir-retrieve-headers): Don't mangle the subject header.
201         (nnir-run-imap): Use 100 as RSV score.
202         (nnir-run-find-grep): Fix for full server searching.
203         (nnir-run-gmane): Better restriction to gmane groups.
204
205         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
206         summary buffers.
207
208 2010-12-02  Julien Danjou  <julien@danjou.info>
209
210         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
211
212         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
213
214         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
215         support.
216
217 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el: Update to handle the registry better.
220         (autoload): Silence byte-compiler.
221         (nnir-open-server): Add a hook for nnir groups.
222         (nnir-request-move-article): Don't mangle the header. Better to use
223         formating variables (which will be added in the future).
224         (nnir-registry-action): Update the registry using the original article
225         group name.
226         (nnir-mode): Install nnir-specific hooks for updating the registry.
227
228         * gnus-sum.el
229         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
230         obsolete variables.
231         (gnus-summary-move-article): Remove use of obsolete variables.
232         (gnus-summary-local-variables): Make move and delete hooks local to
233         summary buffers.
234
235 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * rtree.el: New file.
238
239 2010-12-01  Julien Danjou  <julien@danjou.info>
240
241         * message.el (message-user-organization): Do not use
242         gnus-local-organization.
243
244         * gnus.el: Remove gnus-local-organization.
245
246         * gnus-msg.el: Remove nastygram thing.
247
248 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
251         funcall.
252
253 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
256         names.
257
258         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
259         characters.
260
261         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
262         to t of inhibit-read-only since it is inside gnus-with-article-headers.
263         Suggested by Štěpán Němec <stepnem@gmail.com>.
264         (gnus-gravatar-transform-address): Use mail-extract-address-components
265         that supports non-ASCII names rather than mail-header-parse-addresses.
266
267 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * proto-stream.el (open-protocol-stream): All starttls connections are
270         handled by the network handler.
271
272 2010-11-30  Julien Danjou  <julien@danjou.info>
273
274         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
275         (nnimap-open-connection-1): Fix PREAUTH.
276
277         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
278
279 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
282         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
283         (shr-insert): Use them.
284         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
285
286 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
287
288         * nnir.el (nnir-request-move-article): Bail out if original group
289         doesn't support article moves.
290         (nnir-get-active): Improve active list retrieval.
291
292 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * shr.el (shr-find-fill-point): Don't break before apostrophes.
295
296 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
297
298         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
299         seem to accept strings-with-numbers as port numbers,
300
301 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
302
303         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
304         change the registry.
305
306 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
309         delete-dups that is not available in XEmacs 21.4.
310
311         * mm-util.el (mm-delete-duplicates): Add comment.
312
313 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
314
315         * nnir.el (nnir-ignored-newsgroups): New variable.
316         (nnir-get-active): Use it.
317
318 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * proto-stream.el (proto-stream-open-network): Add some comments.
321
322         * nntp.el (nntp-open-connection): Provide a :success condition.
323
324         * nnimap.el (nnimap-open-connection-1): Ditto.
325
326         * proto-stream.el (proto-stream-open-network): See what the response to
327         the STARTTLS command is.
328
329         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
330         backwards compatibility).
331         (nnimap-open-connection-1): Really respect nnimap-server-port.
332
333         * proto-stream.el (proto-stream-open-network): When doing opportunistic
334         TLS upgrades we don't really care about the identity of the peer.
335         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
336         that what we've checked for.
337         (proto-stream-always-use-starttls): Only default to t if
338         open-gnutls-stream exists.
339         (proto-stream-open-network): If STARTTLS failed, then just open a
340         normal connection.
341         (proto-stream-open-network): Wait until the greeting before doing
342         STARTTLS.
343
344         * nntp.el (nntp-open-connection): Report what the connection error is.
345
346         * proto-stream.el (open-protocol-stream): Renamed from
347         open-proto-stream.
348
349 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * nnimap.el (nnimap-stream): Change default to `undecided'.
352         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
353         first, and then network.
354         (nnimap-open-connection-1): Respect nnimap-server-port.
355         (nnimap-open-connection): Be more backwards-compatible.
356
357         * proto-stream.el (proto-stream-always-use-starttls): New variable.
358         (proto-stream-open-starttls): De-duplicate the starttls code.
359         (proto-stream-open-starttls): Folded back into the main function.
360         (proto-stream-open-network): Fix typo in the gnutls path.
361         (proto-stream-command): Refactor out.
362
363         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
364
365         * proto-stream.el (proto-stream-open-starttls): Actually implement the
366         starttls.el STARTTLS.
367
368         * color.el (color-lab->srgb): Fix function call name.
369
370         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
371         if we're using tls.el.
372         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
373         built in, then don't try to establish a STARTTLS connection.
374
375         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
376         servers.
377
378         * proto-stream.el (open-proto-stream): Use network, not stream.
379         (open-proto-stream): Add a way to specify what the end of a command is.
380
381         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
382         connections types.
383         (nntp-open-network-stream): Remove.
384         (nntp-open-ssl-stream): Remove.
385         (nntp-open-tls-stream): Remove.
386         (nntp-ssl-program): Remove.
387
388         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
389
390 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
391
392         * nnir.el: Fix typos.
393         (nnir-retrieve-headers-override-function): Rename variable to reflect
394         new semantics.
395         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
396         macros.
397         (nnir-request-article, nnir-request-move-article): Use them.
398         (nnir-categorize): New function.
399         (nnir-run-query): Use it.
400         (nnir-retrieve-headers): Rewrite to batch header retrieval.
401         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
402         sorted.
403         (nnir-group-full-name): Use gnus-group-full-name instead.
404         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
405         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
406
407 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
410
411         * proto-stream.el: New library to provide protocol-specific
412         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
413         protocols.
414         (open-proto-stream): Complete the documentation.
415         (proto-stream-open-network): Fix some typos.
416
417         * nnimap.el (nnimap-open-connection): Use it.
418
419 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
420
421         * pop3.el (pop3-open-server): Read server greeting before starting TLS
422         negotiation.
423
424 2010-11-26  Julien Danjou  <julien@danjou.info>
425
426         * color.el: Rename various rgb functions to srgb.
427
428 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
431         names.
432
433 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * shr.el (shr-insert): Revert last change.
436         (shr-find-fill-point): Never leave point being at bol;
437         relax the kinsoku limitation when rendering tables.
438
439 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
442         results from -accept-article.
443
444         * shr-color.el: Require cl when compiling.
445
446         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
447         checkin.
448
449         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
450
451         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
452
453         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
454         'add and 'delete to set backend marks.
455
456         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
457
458         * nnheader.el (nnheader-update-marks-actions): Refactor out.
459
460         * nntp.el (nntp-request-set-mark): Use it.
461
462         * nnfolder.el (nnfolder-request-set-mark): Ditto.
463
464         * nnml.el (nnml-request-set-mark): Ditto.
465
466         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
467         introduces regressions in article selection.
468         (nnimap-find-uid-response): New function.
469         (nnimap-request-accept-article): Use the UID returned, if any.
470         (nnimap-request-move-article): Use the UID returned, if any.
471         (nnimap-get-groups): Reimplement to work with folded lines.
472         (nnimap-find-uid-response): The UID is the last element in the list.
473         (nnimap-request-set-mark): Extend syntax with 'set.
474
475         * nnml.el (nnml-request-set-mark): Ditto.
476
477         * nnfolder.el (nnfolder-request-set-mark): Ditto.
478
479         * nntp.el (nntp-request-set-mark): Ditto.
480
481 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * message.el (message-called-interactively-p): A temporary macro.
484         (message-goto-body): Use it temporarily.
485
486 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
489         (nnimap-last-response-string): Unfold quoted lines, if they exist.
490         (nnimap-last-response-string): Fix last unfolding fix.
491
492 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * shr.el (shr-insert): Fix the way to fold lines.
495
496 2010-11-25  Julien Danjou  <julien@danjou.info>
497
498         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
499
500         * color.el: Rename from color-lab.el
501         (color-rgb->hex): Add.
502         (color-complement): Add.
503         (color-complement-hex): Add.
504
505         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
506
507 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr-color.el (shr-color-visible): Don't bug out if the colour names
510         don't exist.
511
512 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
515         assuming that article displaying or another mml-preview may be
516         interrupted for an error or for the like.
517
518         * shr.el (shr-get-background): Fix argument name.
519
520 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
523
524         * gnus-sum.el (gnus-summary-include-articles): New function.
525
526         * message.el (message-goto-body): called-interactively-p needs a
527         parameter, so use `any'.
528
529         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
530         clear marks before moving, since they're synced from the Gnus side
531         first.
532
533         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
534         (gnus-summary-move-article): Copy over all marks before moving, so that
535         IMAP doesn't think a new article has arrived.
536
537 2010-11-24  Julien Danjou  <julien@danjou.info>
538
539         * shr.el (shr-insert-background-overlay): Fix typo.
540         (shr-render-td): Copy the background before rendering.
541
542         * shr-color.el (shr-color-visible): Fix docstring.
543
544         * shr.el (shr-tag-table): Add bgcolor support.
545         (shr-render-td): Add bgcolor support.
546         (shr-get-background): Add.
547         (shr-insert-foreground-overlay): Use shr-get-background.
548
549         * message.el (message-goto-body): Use called-interactively-p.
550         (message-in-body-p): message-goto-body returns point.
551
552 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
555         Fixes something or other in Emacs 23, and is backwards compatible.
556
557         * message.el (message-goto-body): Remove the <#secure special-casing,
558         which is too special.
559
560         * shr.el (shr-parse-style): Drop !important from styles.
561
562 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
563
564         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
565         this function to return incorrect results when calling it with an
566         explicit article argument different from
567         (gnus-summary-article-number).
568
569 2010-11-24  Julien Danjou  <julien@danjou.info>
570
571         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
572         (shr-tag-body): Add background support.
573         (shr-descend): Add background support.
574         (shr-tag-title): Add.
575
576         * shr-color.el (shr-color-visible): Really return original background
577         if fixed.
578
579 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * shr.el (shr-color-check): Protect against non-existant colour names.
582
583 2010-11-24  Julien Danjou  <julien@danjou.info>
584
585         * color-lab.el: Require 'cl when compiling.
586
587         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
588
589         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
590         matched part.
591
592         * color-lab.el: Fix all expt calls to use float type.
593
594 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
597         expression to shr-color-check as is.
598
599         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
600
601         * color-lab.el: Add coding cookie.
602         (float-pi): Use eval-and-compile.
603
604         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
605         compiled for Emacsen having no `libxml-parse-html-region' support.
606
607 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * shr.el (shr-insert-color-overlay): Split stuff like
610         "#444444 !important" to find the real colour.
611         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
612         parse <font color="red"> entries.
613
614 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
615
616         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
617         point when parsing headers.
618
619         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
620         is positioned properly when parsing headers.
621
622 2010-11-23  Julien Danjou  <julien@danjou.info>
623
624         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
625
626         * shr-color.el (shr-color->hexadecimal): Add support for color names.
627
628         * shr.el (shr-parse-style): Replace \n with space in style parsing.
629
630         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
631         shr-color-hue-to-rgb.
632         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
633
634 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * shr.el (shr-color->hexadecimal): Autoload.
637         (shr-descend): Add color to all tags.
638
639 2010-11-22  Julien Danjou  <julien@danjou.info>
640
641         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
642         shr-color->hexadecimal.
643
644         * shr-color.el (shr-color->hexadecimal): Add converting functions for
645         RGB() or HSL() color representation.
646
647         * shr.el (shr-tag-font): Add.
648         (shr-tag-color-check): New function to get better colors.
649         (shr-tag-insert-color-overlay): Factorize code between tag-font and
650         tag-span.
651
652         * shr-color.el: New file.
653
654         * color-lab.el: New file.
655
656         * gnus-art.el (gnus-url-mailto): Do not downcase args.
657
658 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
659
660         * nnir.el: Fix typo in comments.
661         (nnir-run-imap): Simplify code. No need to reverse artlist.
662         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
663
664 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
667
668         * nnimap.el (nnimap-get-capabilities): Refactor out.
669         (nnimap-open-connection): Re-request capabilities after STARTTLS.
670
671 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
672
673         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
674         appearing when `mm-uu-hide-markers' is nil.
675
676 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * nnimap.el (nnimap-unselect-group): Make into its own function.
679         (nnimap-request-rename-group): Unselect group before renaming.
680         This had gotten lost somewhere.
681         (nnimap-request-accept-article): Keep track of examined groups, and
682         unselect the group before APPENDing to read-only groups.
683         (nnimap-request-move-article): Clear flags before moving so that they
684         can be re-set later.
685
686 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
689         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
690
691 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-art.el (gnus-mime-display-single)
694         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
695         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
696         parameter.
697
698 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
701         (shr-table-vertical-line): New variable.
702         (shr-insert-table): Use it.
703
704 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * gnus-html.el (gnus-html-wash-images): Don't display images if
707         gnus-inhibit-images is non-nil; register displayer for cid images.
708         (gnus-html-display-image): Work for cid image.
709         (gnus-html-insert-image): Allow arguments.
710         (gnus-html-put-image): Inhibit read-only.
711         (gnus-html-prefetch-images): Don't prefetch images if
712         gnus-inhibit-images is non-nil.
713
714 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * shr.el (shr-put-image): Break lines when inserting big pictures.
717
718 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
719
720         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
721         sender, thanks Katsumi Yamaoka.
722
723 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
724
725         * nnir.el (nnir-run-imap): Reverse the article list for each group
726         rather than the whole list.
727
728 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * shr.el (shr-image-displayer): Protect function against non-existent
731         image source.
732
733         * gnus-art.el (gnus-inhibit-images): New user option.
734         (gnus-mime-display-single): Don't display image if it is non-nil.
735
736         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
737         gnus-inhibit-images.
738
739         * shr.el (shr-image-displayer): New function.
740         (shr-tag-img): Use it.
741
742 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
743
744         * mml2015.el (mml2015-epg-sign): Use From header.
745
746 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-html.el (gnus-html-wash-images): Register a displayer.
749
750         * gnus-util.el (gnus-find-text-property-region): Return markers.
751
752         * shr.el (shr-tag-img): Put a displayer in the text property.
753
754         * gnus-util.el (gnus-find-text-property-region): New utility function.
755
756         * gnus-html.el (gnus-html-display-image): Make the alt optional.
757         (gnus-html-show-images): Remove.
758
759         * gnus-art.el (gnus-article-show-images): New, more general function.
760
761         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
762         image url text properties.
763
764         * shr.el: Ditto.
765
766         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
767         gnus-agent-auto-agentize-methods is set.  Which it isn't.
768
769 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
772         work for two or more articles.
773
774 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
777         divide an image that's in an html article to two or more when washing
778         non-ASCII characters in alt text of it.
779
780 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
783         smime-decrypt-region using function argument.
784         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
785
786         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
787
788         * smime.el (smime-decrypt-region): Catch it.
789
790 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
791
792         * smime.el (smime-mode-map): Move initialization into declaration.
793         (gnus-run-mode-hooks): Don't autoload.
794         (smime-mode): Use define-derived-mode.
795
796 2010-11-11  Glenn Morris  <rgm@gnu.org>
797
798         * smime.el (from): Restrict declaration to XEmacs.
799
800         * nnir.el (gnus-group-topic-name): Autoload.
801
802 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * shr.el (shr-insert): Don't break long line if it is because of
805         kinsoku-bol characters in the line end.
806
807 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
808
809         * nnir.el (nnir-request-move-article): Fix to provide original group
810         and subject.
811         (nnir-warp-to-article): Don't fail on articles whose headers haven't
812         been retrieved.
813
814         * gnus-sum.el (gnus-summary-move-article): Use original group and
815         subject for virtual articles such as those in an nnir summary buffer.
816
817 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
820         least 21.5).
821
822         * smime.el (from): Declare it again for XEmacs.
823
824 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * message.el (message-resend): Don't disable encoding unless it's
827         already encoded.
828
829         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
830         low-numbered articles.
831
832 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * rfc2047.el (rfc2047-syntax-table): Simplify.
835
836         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
837
838         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
839         set-char-table-range for XEmacs.
840
841 2010-11-10  Glenn Morris  <rgm@gnu.org>
842
843         * time-date.el (time-to-seconds): Always an alias on Emacs,
844         never a real function.
845         (with-no-warnings): Remove compat stub, now unused.
846         (time-less-p): Doc fix.
847         (time-to-number-of-days): Simplify.
848
849         * smime.el (from): Remove unused declaration.
850
851         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
852         (gnus-float-time): On Emacs, always an alias.
853
854         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
855         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
856
857 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * dgnushack.el: Don't use ignore-errors in the top level form since it
860         is unavailable in XEmacs even if cl is loaded.
861
862         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
863
864 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * shr.el (browse-url-mailto): Autoload.
867
868         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
869
870         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
871         regexp doesn't need quoting.
872
873 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
874
875         * message.el (message-subject-trailing-was-ask-regexp)
876         (message-subject-trailing-was-regexp): Match was: in addition to was.
877
878 2010-11-09  Glenn Morris  <rgm@gnu.org>
879
880         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
881         (nnbabyl-check-mbox): Use point-at-bol.
882
883 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
886
887         * message.el (message-mailto): New function.
888         (message-mailto): Should accept other parameters.
889         (message-mailto): Remove since it duplicates browse-url-mailto
890         functionality.
891
892 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
895         methods.
896         (gnus-read-active-file): Ditto.
897
898         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
899         ": " from the prompt.
900         (gnus-group-make-group): Ditto.
901
902 2010-11-07  Glenn Morris  <rgm@gnu.org>
903
904         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
905         (gnus-bookmark-kill-line): Use point-at-eol.
906
907 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
910         asterisks in From header.
911
912 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
915         string to avoid making the From headers syntactically invalid.
916
917         * message.el (message-send-mail): Don't insert courtesy messages if the
918         message already has List-Post and List-ID messages.
919
920 2010-11-06  Glenn Morris  <rgm@gnu.org>
921
922         * gnus-art.el (gnus-treat-article): Give dynamic local variables
923         `condition', `type', `length' a prefix.
924         (gnus-treat-predicate): Update for above name changes.
925
926 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
927
928         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
929         binding.  Handled by `gnus-summary-refer-thread' instead.
930         (nnir-warp-to-article): New backend function.
931
932         * nnimap.el (nnimap-request-thread): Force dependency updating.
933
934         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
935         (gnus-summary-refer-thread): Rework to improve thread-referral.
936
937         * gnus-int.el (gnus-warp-to-article): New function.
938
939         * gnus-sum.el (gnus-summary-article-map): Bind it.
940
941 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
942
943         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
944         gnus-summary-refer-thread.
945
946         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
947         headers.
948         (gnus-summary-limit-include-thread): Prevent articles in thread from
949         being cut in gnus-cut-threads.
950         (gnus-summary-refer-thread): Limit retrieved headers to those in
951         thread.
952
953 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * message.el (message-send-mail): Use the value of
956         message-courtesy-message from the message buffer.
957
958         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
959
960         * shr.el (shr-browse-url): Implement mailto: URLs.
961
962         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
963         "raw".
964
965         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
966         if it's already selected.
967
968         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
969
970 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
973         to measure the length and truncate alt text.
974
975 2010-11-03  Glenn Morris  <rgm@gnu.org>
976
977         * nndiary.el (nndiary-generate-nov-databases-1)
978         (nndiary-generate-active-info): Rename dynamic variable `files' to
979         something less generic.
980
981 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
982
983         * nnir.el (nnir-request-move-article): Call the underlying backend to
984         move articles from nnir.
985
986 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
989
990 2010-11-02  Julien Danjou  <julien@danjou.info>
991
992         * nnir.el: Remove wais support.
993
994 2010-11-02  Glenn Morris  <rgm@gnu.org>
995
996         * gnus-html.el: Reorder requirements to quieten compiler.
997
998 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1001         properly for XEmacs as well.
1002         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1003         (gnus-article-natural-long-line-p): Use window-width rather than
1004         frame-width.
1005
1006 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1007
1008         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1009         (nnir-read-parms): Don't modify query.
1010         (nnir-run-query): Add ability to search topic on current line.
1011         (nnir-get-active): Clean up.
1012
1013 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1016         degenerate articles.
1017
1018         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1019         (gnus-print-buffer): Just print the buffer as is, without any copying
1020         to a buffer and then re-highlighting.
1021
1022         * nnimap.el (nnimap-request-group): Store the new updated info.
1023         (nnimap-request-group): Select the group when we don't know whether it
1024         exists or not.
1025
1026         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1027         groups.
1028
1029         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1030         groups.
1031
1032         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1033         groups.
1034
1035         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1036         long-lines case by only filling the long lines.
1037
1038         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1039         (bug #7311).
1040
1041 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * shr.el: No need to declare `declare-function' since shr.el is for
1044         only Emacsen that provide `libxml-parse-html-region'.
1045
1046         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1047         effective only in a file it is referred to.
1048
1049 2010-11-01  Glenn Morris  <rgm@gnu.org>
1050
1051         * mm-util.el (gnus-completing-read): Autoload.
1052         (mm-read-coding-system): Simplify Emacs definition.
1053
1054         * nnmail.el (gnus-activate-group):
1055         * nnimap.el (gnutls-negotiate):
1056         * nntp.el (netrc-parse): Fix declarations.
1057
1058 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1061         string-match-p in Emacs >=23.
1062
1063         * gnus-msg.el (gnus-configure-posting-styles)
1064         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1065
1066 2010-11-01  Glenn Morris  <rgm@gnu.org>
1067
1068         * nnir.el (declare-function): Add compat stub.
1069         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1070         (nnir-run-gmane): Require 'mm-url.
1071
1072         * mm-util.el (mm-string-to-multibyte): Simplify.
1073
1074         * shr.el (declare-function): Add compat stub.
1075         (url-cache-create-filename): Declare.
1076         (mm-disable-multibyte, widget-convert-button): Autoload.
1077
1078         * smime.el (ldap-search): Declare.
1079         (smime-cert-by-ldap-1): Require ldap on Emacs.
1080
1081         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1082         (nnimap-keepalive): Use gnus-float-time.
1083
1084         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1085         (mail-source-delete-crash-box): Use gnus-float-time.
1086
1087         * gnus-dired.el (gnus-completing-read): Autoload.
1088
1089         * mm-view.el (gnus-rescale-image): Autoload.
1090
1091         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1092
1093         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1094
1095         * sieve-manage.el: Require 'cl when compiling.
1096
1097         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1098         (gnus-iswitchb-completing-read): Require iswitchb.
1099         (gnus-select-frame-set-input-focus): Silence compiler.
1100
1101 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * message.el (message-subject-trailing-was-query): Change default to t,
1104         since I think that's what most people want.
1105
1106         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1107         appending for easier debugging.
1108         (nnimap-wait-for-connection): Take a regexp.
1109         (nnimap-request-accept-article): Wait for the continuation line before
1110         sending anything unless we're streaming.
1111
1112         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1113         leave the header washing to take place.
1114
1115 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1116
1117         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1118         regular expression match and replace in posting styles.
1119
1120 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1121
1122         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1123         an entire server.
1124         (nnir-get-active): New function.
1125         (nnir-run-imap): Use it.
1126         (nnir-run-gmane): Who knew, gmane search returns an article score!
1127
1128         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1129         server on the current line with nnir.
1130
1131 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1134         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1135         left edge.
1136         (gnus-article-foldable-buffer): Skip past the prefix when determining
1137         raggedness.
1138
1139         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1140         the raw article, and change `C-u g' to show the article without doing
1141         treatments.
1142
1143         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1144         on to `gnus-treat-article'.
1145         (gnus-inhibit-article-treatments): New variable.
1146
1147         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1148
1149         * gnus-art.el (gnus-treatment-function-alist): Have
1150         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1151         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1152         sections.
1153
1154         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1155         parameter.
1156         (gnus-article-fill-cited-long-lines): New function.
1157         (gnus-article-fill-cited-article): Allow filling only long sections.
1158
1159         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1160         and non-punctuation (like after the apostrophe in "'We").
1161
1162         * gnus-sum.el (gnus-summary-select-article): Make sure
1163         gnus-original-article-buffer is alive.
1164
1165         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1166         reflect the order they're in in the digest.
1167
1168         * gnus.el (gnus-group-startup-message): Move point to the start of the
1169         buffer.
1170
1171         * nnimap.el (nnimap-capability): New function.
1172         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1173         is set.
1174
1175 2010-10-31  David Engster  <dengste@eml.cc>
1176
1177         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1178         conform with changes to gnus-completing-read.
1179
1180 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1183
1184 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1185
1186         * nnir.el: Move defvar, defcustom around to keep file organized
1187         and keep byte-compiler quiet.
1188         (nnir-read-parms): Accept search-engine as arg.
1189         (nnir-run-query): Pass search-engine as arg.
1190         (nnir-search-engine): Remove.
1191
1192 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * shr.el (shr-generic): The text nodes should be text, not :text.
1195
1196         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1197         later in the file.
1198
1199 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * nnir.el: General clean up.  Allow searching with multiple engines.
1202         Allow separate extra-parameters for each engine.
1203         Batch queries when possible.
1204         (nnir-imap-default-search-key,nnir-method-default-engines):
1205         Add customize interface.
1206         (nnir-run-gmane): New engine.
1207         (nnir-engines): Use it.  Qualify all prompts with engine name.
1208         (nnir-search-engine): Remove global variable.
1209         (nnir-run-hyrex): Restore for now.
1210         (nnir-extra-parms,nnir-search-history): New variables.
1211         (gnus-group-make-nnir-group): Use them.
1212         (nnir-group-server): Remove in favor of gnus-group-server.
1213         (nnir-request-group): Avoid searching twice.
1214         (nnir-sort-groups-by-server): New function.
1215
1216 2010-10-30  Julien Danjou  <julien@danjou.info>
1217
1218         * gnus-group.el: Remove gnus-group-fetch-control.
1219
1220         * gnus-start.el (gnus-find-new-newsgroups):
1221         Remove gnus-check-first-time-used.
1222
1223         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1224
1225 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1226
1227         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1228         set on groups that don't have \* permanentflags.
1229
1230 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1233         control the background color.
1234         (shr-tag-img): Ignore very small web bug type images.
1235         (shr-put-image): Add help-echo alt texts to the images.
1236         (shr-tag-video): Show the video poster image.
1237
1238 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-table-depth): New variable.
1241         (shr-tag-table-1): Only insert the images after the top-level table.
1242
1243         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1244
1245         * gnus-util.el (gnus-list-memq-of-list): New function.
1246
1247         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1248         selected.
1249         (nnimap-unsplittable-articles): New slot.
1250         (nnimap-new-articles): Use it.
1251
1252 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1253
1254         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1255         move to the previous line on `M-g'.
1256
1257 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1260         *-request-group, which seems unnecessary.
1261
1262         * nnimap.el (nnimap-quote-specials): Function copied over from
1263         imap.el.
1264         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1265         they support that.  Suggested by Tom Regner.
1266
1267 2010-10-29  Julien Danjou  <julien@danjou.info>
1268
1269         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1270         defalias.
1271         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1272
1273         * gnus.el: Remove `gnus-nntp-service' variable.
1274         (gnus-secondary-servers): Make obsolete.
1275         (gnus-nntp-server): Make obsolete.
1276
1277         * gnus-start.el (gnus-1): Remove x-splash calls.
1278
1279         * gnus-ems.el (gnus-x-splash): Remove.
1280
1281         * gnus.el (gnus-group-startup-message): Simplify/update code.
1282
1283         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1284         definition.
1285
1286         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1287         capability before doing anything.
1288         (gnus-group-insert-group-line): Remove useless
1289         gnus-group-remove-excess-properties.
1290
1291 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1294
1295 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1298         config after reselecting.
1299
1300 2010-10-28  Julien Danjou  <julien@danjou.info>
1301
1302         * shr.el (shr-put-image): Use point even if only inserting text.
1303         (shr-put-image): Save excursion when inserting alt text on non-graphic
1304         display, so the behaviour is the same when we are on a graphic display.
1305
1306         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1307
1308 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1311         (gnus-mime-copy-part): Check coding system, not charset.
1312         (gnus-mime-view-part-externally): Never remove part.
1313         (gnus-mime-view-part-internally): Don't remove part here.
1314         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1315         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1316         multipart/alternative.
1317
1318         * mm-decode.el (mm-display-part): Take optional arg `force'.
1319
1320 2010-10-26  Julien Danjou  <julien@danjou.info>
1321
1322         * gnus-group.el (gnus-group-default-list-level): Add this function to
1323         compute the default list level.
1324         (gnus-group-default-list-level): Add possibility to use a function.
1325
1326 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1329
1330         * gnus-group.el (gnus-group-completing-read)
1331         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1332         gnus-replace-in-string.
1333
1334 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * shr.el (shr-tag-div): Add.
1337
1338         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1339
1340 2010-10-25  Julien Danjou  <julien@danjou.info>
1341
1342         * gnus-util.el: Remove `gnus-with-local-quit'.
1343
1344         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1345
1346 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1349         the original article buffer.
1350
1351 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * nnimap.el (nnimap-request-head): New function.
1354         (nnimap-request-move-article): Try to be slighly faster by not
1355         requesting the entire message when moving.
1356         (nnimap-transform-headers): Don't bug out on bodiless articles.
1357         (nnimap-send-command): Have no outstanding messages if the IMAP server
1358         doesn't support streaming.
1359         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1360
1361 2010-10-24  Julien Danjou  <julien@danjou.info>
1362
1363         * message.el (message-default-headers): Fix type.
1364
1365 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1368         prefetching images.
1369
1370         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1371         backend for unknown groups.  This is mainly useful for nnimap groups.
1372
1373         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1374         group isn't covered by the agent.
1375
1376 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1377
1378         * nnir.el (nnir-method-default-engines): New variable.
1379         (nnir-run-query): Use it.
1380         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1381         (gnus-summary-nnir-goto-thread): Change group if needed.
1382
1383         * gnus-group.el (gnus-group-group-map): Add key binding for
1384         gnus-group-make-nnir-group.
1385
1386 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * shr.el (shr-tag-object): Add.
1389
1390         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1391         original article buffer live.
1392         (gnus-summary-select-article-buffer):
1393         Mention gnus-widen-article-buffer.
1394
1395 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * shr.el (shr-tag-strong): Add.
1398
1399 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1402         group names.  They mess up the group buffer badly.
1403
1404         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1405
1406         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1407         instead of the summary one.
1408
1409 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * mml.el (mml-preview): Work properly when editing article.
1412
1413         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1414         gnus-have-read-active-file if it's already been in.
1415
1416 2010-10-22  Tom Tromey  <tromey@redhat.com>
1417
1418         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1419         gnus-group-completing-read.
1420
1421 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * message.el (message-mode-map): Don't bind M-; to comment region, to
1424         allow the global comment-dwim to work.
1425
1426 2010-10-21  Julien Danjou  <julien@danjou.info>
1427
1428         * message.el (message-setup-1): Allow message-default-headers to be a
1429         function.
1430
1431 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * shr.el (shr-tag-table): Simplify.
1434
1435 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1438         to avoid trying to snarf invalid stuff.
1439
1440         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1441
1442         * gnus.el (gnus-message-archive-group): Quote value.
1443         (gnus-message-archive-group): Mark as changed.
1444
1445         * shr.el (shr-add-font): Don't put the font properties on the newline
1446         or the indentation.
1447
1448         * message.el (message-fix-before-sending): Change options when sending
1449         non-printable characters.
1450
1451         * gnus.el (gnus-message-archive-method): Change the default to
1452         monthly outgoing groups.
1453
1454         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1455         that have gotten new numbers.
1456
1457         * nnimap.el (nnimap-request-replace-article): New function.
1458
1459 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1462         (nnrss-request-article): Don't use special html washing code.
1463
1464 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * shr.el (shr-tag-table): Remove useless nconc.
1467
1468 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * gnus-art.el (article-wash-html): Simplify and remove the charset
1471         stuff.  Use the normal html rendering code instead of the special html
1472         washing code.
1473
1474         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1475         `gnus-w3m' symbols.
1476         (mm-text-html-washer-alist): Remove.
1477
1478         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1479         (mm-inline-media-tests): Remove use.
1480         (mm-text-html-renderer): Change default to the `shr' symbol.
1481
1482         * mm-view.el (mm-inline-text-html): Remove use.
1483
1484         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1485         `gnus-blocked-images' to be a function.
1486         (gnus-article-wash-function): Remove.
1487
1488 2010-10-20  Julien Danjou  <julien@danjou.info>
1489
1490         * spam.el (spam-list-of-processors): Mark as obsolete.
1491
1492         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1493         (nnimap-insert-partial-structure): Fix boundary detection.
1494
1495 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1496
1497         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1498         run file-truename on remote files.  This can be expensive and even
1499         prevent one from editing drafts if some unrelated buffer has a stale
1500         connection.
1501
1502 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1505         kinsoku-eol regardless of shr-kinsoku-shorten.
1506         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1507         (shr-tag-table): Support caption, thead, and tfoot.
1508
1509 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1512         lines.
1513         (shr-save-contents): New command and keystroke.
1514
1515         * nndoc.el (nndoc-type-alist): Add git support.
1516         (nndoc-git-type-p): New function.
1517         (nndoc-transform-git-article): Ditto.
1518         (nndoc-transform-git-headers): Ditto.
1519         (nndoc-transform-git-headers): Generate Subject headers.
1520
1521         * shr.el (shr-parse-style): New function.
1522         (shr-tag-span): Ditto.
1523
1524         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1525         to `G G' to avoid collisions.
1526
1527 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * shr.el: Load kinsoku if necessary.
1530         (shr-kinsoku-shorten): New internal variable.
1531         (shr-find-fill-point): Make kinsoku shorten text line if
1532         shr-kinsoku-shorten is bound to non-nil.
1533         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1534         shr-indentation too when testing if table is wider than frame width.
1535         (shr-insert-table): Use `string-width' instead of `length' to measure
1536         text width.
1537         (shr-insert-table-ruler): Make sure indentation is done at bol.
1538
1539 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1540
1541         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1542         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1543         undecoded network data.
1544
1545 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1548         name in the mode line spec so that the mode line menu works
1549         (bug #2431).
1550
1551         * message.el (message-get-reply-headers): If we're fed `to-address',
1552         then always use that.
1553
1554         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1555         aren't so wide as to need to switch off the edit menu.
1556
1557         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1558         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1559
1560         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1561         `M-g'.
1562         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1563         the permanent marks.
1564
1565 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1566
1567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1568         Splitting according to references/in-reply-to obeys the ignore-groups
1569         variable, while splitting by sender and subject do not.
1570
1571 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1574         alist, so that we can look for non-Unicode chars.
1575         (article-translate-strings): Allow both character and string maps.
1576
1577 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * shr.el (shr-insert): Don't insert space behind a wide character
1580         categorized as kinsoku-bol, or between characters both categorized as
1581         nospace.
1582
1583 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1584
1585         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1586         headers to gnus-newsgroup-headers.
1587
1588 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * shr.el (shr-tag-img): Don't align images -- since we're not
1591         rescaling, this often leads to ugly displays.
1592
1593 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1594
1595         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1596         duplicates.
1597
1598 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1599
1600         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1601         call.
1602
1603 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus.el: Autoload gnus-html-show-images.
1606
1607         * nnimap.el: Use nnheader-message throughout.
1608
1609         * shr.el (shr-tag-img): Ignore images with no data.
1610
1611 2010-10-15  Julien Danjou  <julien@danjou.info>
1612
1613         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1614         a possibility to disable format=flow encoding when using hard newlines.
1615
1616 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * shr.el (shr-insert): Remove space inserted before or after a
1619         breakable character or at the beginning or the end of a line.
1620         (shr-find-fill-point): Do kinsoku; find the second best point or give
1621         it up if there's no breakable point.
1622
1623 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * nnimap.el (nnimap-open-connection): Message when opening connection
1626         for debugging purposes.
1627
1628         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1629         on every setup buffer call to allow this to change from article to
1630         article.
1631
1632         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1633         buffers where we have a wide table.
1634
1635 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1636
1637         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1638         uses *-request-thread.
1639
1640 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1643         incantation, which is no longer valid.
1644
1645 2010-10-14  Julien Danjou  <julien@danjou.info>
1646
1647         * shr.el: Fix defcustom type (char -> character).
1648
1649 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1652         programs.
1653
1654 2010-10-14  Julien Danjou  <julien@danjou.info>
1655
1656         * shr.el (shr-tag-a): Use url-link as widget type.
1657
1658         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1659         `gnus-group-get-icon'.
1660
1661 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1664         This should make server editing work better.
1665
1666         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1667
1668         * tls.el (tls-program): Remove spurious %s from openssl.
1669
1670         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1671         (nnimap-parse-flags): Fix regexp.
1672
1673         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1674         probably work for CJVK text, too.
1675
1676         * nnimap.el (nnimap-extend-tls-programs): Remove.
1677         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1678
1679         * tls.el (tls-starttls-switches): Remove starttls hack.
1680         (open-tls-stream): Ditto.
1681         (tls-find-starttls-argument): Ditto.
1682
1683 2010-10-13  Julien Danjou  <julien@danjou.info>
1684
1685         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1686         responses.
1687
1688 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1691
1692         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1693         anything in Emacs.
1694
1695         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1696
1697 2010-10-13  Julien Danjou  <julien@danjou.info>
1698
1699         * shr.el (shr-width): Make shr-width a defcustom with default to
1700         fill-column.
1701         (shr-tag-img): Use shr-width rather than fill-column.
1702
1703 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * dgnushack.el (byte-optimize-apply)
1706         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1707
1708         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1709         position when (X-)Faces exist.
1710         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1711         avatars when called interactively.
1712
1713 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1716         gnus-article-x-face-too-ugly is bound.
1717
1718 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1721
1722         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1723         mailbox that doesn't exist.
1724
1725 2010-10-12  Julien Danjou  <julien@danjou.info>
1726
1727         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1728         (shr-get-image-data): Encode URL properly when fetching from cache.
1729         (shr-tag-img): Use aligned-to spaces to align correctly images.
1730
1731         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1732         before inserting the Gravatar.
1733
1734         * shr.el (shr-tag-img): Add align attribute support for <img>.
1735
1736 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-gravatar.el (gnus-art): Require.
1739
1740         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1741         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1742         Remove long obsoleted functions.
1743
1744 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1747
1748         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1749
1750         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1751         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1752         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1753         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1754         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1755         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1756         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1757
1758 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnimap.el (nnimap-request-rename-group): Select group read-only
1761         before renaming it.
1762
1763         * shr.el (shr-insert): Fix up the white space only regexp.
1764
1765         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1766         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1767
1768         * shr.el (shr-current-column): New function.
1769         (shr-find-fill-point): New function.
1770
1771 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1772
1773         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1774         numbers.
1775
1776 2010-10-11  Julien Danjou  <julien@danjou.info>
1777
1778         * shr.el (shr-hr-line): Add.
1779         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1780         display hr lines.
1781         (shr-max-columns): Do not change state to nil if we just inserting
1782         spaces.
1783
1784 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1787         select the last group.
1788
1789 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1790
1791         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1792
1793 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1794
1795         * dig.el (dig-mode-map): Declare and define in one step.
1796
1797 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1800         for Gnus.
1801         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1802         (nnimap-update-qresync-info): Mark \Seen articles as read.
1803
1804         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1805         non-variable, too.
1806
1807         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1808         available.
1809         (nnimap-update-info): Rely more on the current active than the param
1810         active to avoid marking articles as read too much.
1811
1812         * auth-source.el (auth-source-create): Use (user-login-name) for the
1813         user name default.
1814
1815         * nnimap.el (nnimap-update-info): If the server doesn't return any
1816         useful info, just use the previous info.
1817         (nnimap-update-info): Prefer old info over start-article.
1818         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1819
1820 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1821
1822         * nnir.el (autoload): Clean up autoloads.
1823         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1824         Use key rather than value.
1825         (nnir-imap-search-other): New variable.
1826         (nnir-read-parm): Use it.
1827         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1828         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1829
1830 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1831
1832         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1833         the process, too.
1834
1835 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * spam.el (gnus-summary-mode-map): Bind to "$".
1838         Suggested by Russ Allbery.
1839
1840         * shr.el: Rework the way things are indented by <li> slightly.
1841
1842         * gnus.el (gnus-group-set-parameter): Fix typo.
1843
1844         * nnimap.el: Start implementing QRESYNC support.
1845
1846 2010-10-09  Julien Danjou  <julien@danjou.info>
1847
1848         * nnir.el (nnir-engines): Fix too many arguments.
1849
1850 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1853         group is the "last", so that the backends like nnfolder actually save
1854         their folders.
1855
1856         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1857         try to use that for the tls stream.
1858         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1859         UIDVALIDITY and find out which groups are read-only and not.
1860         (nnimap-get-flags): Use the same marks parsing code as the rest of
1861         nnimap.
1862
1863 2010-10-09  Julien Danjou  <julien@danjou.info>
1864
1865         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1866
1867         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1868         retrieving gravatars.
1869
1870         * shr.el (shr-table-corner): Add.
1871         (shr-table-line): Add.
1872         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1873
1874 2010-10-08  Julien Danjou  <julien@danjou.info>
1875
1876         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1877
1878 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1879
1880         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1881
1882         * gnus-sum.el (gnus-mark-article-as-unread)
1883         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1884         (gnus-summary-set-bookmark): Use it.
1885
1886         * gnus-msg.el (gnus-setup-message): Use it.
1887
1888         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1889
1890         * gnus.el (gnus-group-remove-parameter): Use it.
1891
1892         * gnus-group.el (gnus-group-make-web-group): Use it.
1893
1894         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1895
1896         * nnregistry.el: Update docs to mention manual.
1897
1898         * gnus-registry.el: Update docs to mention nnregistry.el.
1899         (gnus-registry-initialize): Don't install nnregistry refer method
1900         automatically.
1901         (gnus-registry-install-nnregistry): Remove it.
1902
1903 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * shr.el (shr-insert): Don't insert double spaces.
1906
1907 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-gravatar.el (gnus-treat-from-gravatar)
1910         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1911         called interactively.
1912
1913         * gnus-art.el (gnus-mime-view-part-externally)
1914         (gnus-mime-view-part-internally): Make predicate function passed to
1915         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1916         of a mime type.
1917
1918         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1919
1920 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * shr.el (require): Require cl when compiling.
1923         (shr-tag-hr): New function.
1924
1925         * nnimap.el (nnimap-update-info): Remove double setting of high.
1926         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1927         This makes nnimap work properly on Courier again.
1928
1929         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1930         the variable for backwards compatability.
1931
1932         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1933         the file name before using to avoid setting mm-default-directory to
1934         nil.
1935
1936         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1937         bidning gnus-agent variables.
1938
1939         * shr.el (shr-render-td): Use a cache for the table rendering function
1940         to avoid getting an exponential rendering behaviour in nested tables.
1941         (shr-insert): Rework the line-breaking algorithm.
1942         (shr-insert): Don't leave trailing spaces.
1943         (shr-insert-table): Also insert empty TDs.
1944         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1945
1946 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1947
1948         * gnus-sum.el (gnus-number): Rename from `number'.
1949         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1950         (gnus-summary-limit-children): Update uses correspondingly.
1951
1952 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1955         (gnus-gravatar-transform-address): Don't show avatars of people of
1956         which mail addresses match gnus-gravatar-too-ugly.
1957
1958 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * shr.el (shr-table-widths): Expand TD elements to fill available
1961         space.
1962
1963 2010-10-07  Julien Danjou  <julien@danjou.info>
1964
1965         * nnimap.el (nnimap-request-rename-group): Add this method.
1966
1967 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1970         name from XEmacs' function-arglist.
1971
1972         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1973         gravatar under XEmacs.
1974
1975 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1976
1977         * auth-source.el: Update docs with TODO items.
1978
1979         * gnus-sync.el: Update docs to explain state and plans.
1980
1981         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1982         Hooks for mark updates.
1983         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1984
1985         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1986         hooks with arguments, which is needed for mark update hooks.
1987
1988 2010-10-06  Julien Danjou  <julien@danjou.info>
1989
1990         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1991         was matched.
1992
1993         * sieve-manage.el: Update example in `Commentary'.
1994
1995         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1996
1997         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1998         not 2000.
1999         (sieve-manage-authenticate): Re-add function.
2000
2001 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * shr.el (shr-insert): Get 'space transition right.
2004         (shr-render-td): Only delete space at the end of the TD.
2005
2006         * nnimap.el (nnimap-open-connection): Prepare to support
2007         open-gnutls-stream.
2008
2009         * shr.el: Rearrange function order to be more logical.
2010
2011 2010-10-06  Julien Danjou  <julien@danjou.info>
2012
2013         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2014         (nnrss-discover-feed): Remove 404 URL in docstring.
2015
2016         * nnir.el: Fix Swish-E URL.
2017         Fix Namazu URL.
2018
2019         * message.el (message-change-subject): Remove 404 URL in a comment.
2020
2021 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2024         called interactively.
2025
2026         * gnus-util.el (gnus-remove-if): Allow hash table.
2027         (gnus-remove-if-not): New function.
2028
2029         * gnus-art.el (gnus-mime-view-part-as-type)
2030         * gnus-score.el (gnus-summary-score-effect)
2031         * gnus-sum.el (gnus-read-move-group-name):
2032         Replace remove-if-not with gnus-remove-if-not.
2033
2034         * gnus-group.el (gnus-group-completing-read):
2035         Regard collection as a hash table if it is not a list.
2036
2037 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2040
2041         * shr.el: Document the table-rendering algorithm.
2042
2043 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2046         for Emacsen having no `libxml-parse-html-region' support.
2047
2048 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2051         invalid URLs.
2052
2053         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2054         line-broken.
2055         (shr-tag-img): Ignore image fetching errors.
2056         (shr-overlays-in-region): Compute overlay positions correctly.
2057
2058         * mm-decode.el (mm-shr): Require shr.
2059
2060         * gnus-art.el (gnus-blocked-images): Move variable here.
2061
2062         * shr.el (shr-insert-table): Bind free variable.
2063
2064         * mm-decode.el (mm-shr): Bind shr-content-function.
2065
2066         * shr.el (shr-content-function): New variable.
2067
2068         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2069         added for symmetry.
2070
2071         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2072
2073         * gnus-group.el (gnus-group-make-group): Doc fix.
2074
2075         * nnimap.el (nnimap-request-newgroups): Return success.
2076
2077         * shr.el (shr-find-elements): New function.
2078         (shr-tag-table): Put all the images after the table.
2079         (shr-tag-table): Really inhibit images inside the table.
2080         (shr-collect-overlays): Copy over overlays from the TD elements to the
2081         main document.
2082
2083         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2084         gnus-blocked-images.
2085
2086 2010-10-05  Julien Danjou  <julien@danjou.info>
2087
2088         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2089
2090         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2091         (gnus-html-maximum-image-size): Add this function.
2092         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2093
2094         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2095         server-value of the capability is nil.
2096
2097 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * shr.el (shr-tag-em): Add <EM> tag.
2100
2101 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2102
2103         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2104         customizable.
2105
2106         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2107         handing broken links to browse-url.
2108
2109 2010-10-05  Julien Danjou  <julien@danjou.info>
2110
2111         * gnus-util.el (gnus-emacs-completing-read)
2112         (gnus-iswitchb-completing-read): Use autoload rather than require.
2113
2114 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2117         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2118         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2119         iswitchb-temp-buflist for XEmacs.
2120
2121         * gnus-util.el (gnus-completing-read-function): Exclude
2122         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2123         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2124         XEmacs.
2125
2126         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2127         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2128
2129         * gnus-html.el: Don't require help-fns under XEmacs.
2130         (gnus-html-schedule-image-fetching): Work for XEmacs.
2131
2132         * mm-decode.el (mm-shr): Decode contents by charset.
2133
2134 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2137         unknown.
2138
2139         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2140         (shr-get-image-data): Ensure against the cache file missing.
2141
2142         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2143         for data.
2144
2145         * spam-report.el (spam-report-url-ping-plain): Don't query about
2146         killing the process.
2147
2148         * shr.el (shr-render-td): Protect against too-wide text.
2149
2150 2010-10-04  Julien Danjou  <julien@danjou.info>
2151
2152         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2153         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2154
2155         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2156         retrieved.
2157
2158 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * shr.el (browse-url): Require.
2161         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2162         lines.
2163         (shr-show-alt-text, shr-browse-image): New commands.
2164         (shr-browse-url, shr-copy-url): New commands.
2165
2166         * gnus-sum.el (gnus-widen-article-window): New variable.
2167         (gnus-summary-select-article-buffer): Use it.
2168
2169         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2170         without @ signs.
2171
2172 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2173
2174         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2175
2176 2010-10-04  Julien Danjou  <julien@danjou.info>
2177
2178         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2179         for XEmacs.
2180
2181 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2184
2185         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2186         (nnimap-close-server): Implement.
2187
2188         * dgnushack.el (iswitchb): Require to shut up the compiler.
2189
2190         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2191         (shr-insert): Tweak line breaking.
2192         (shr-insert): Handle <pre> better.
2193         (shr-tag-li): Get <li> indentation right.
2194         (shr-tag-li): Get <li> indentation even righter.
2195         (shr-tag-blockquote): Ensure paragraph start.
2196         (shr-make-table): Tweak table generation.
2197         (shr-make-table): Fix typo.
2198
2199         * shr.el: Implement table rendering.
2200
2201 2010-10-04  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2204
2205 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * shr.el (shr-insert): Use string anchors instead of line anchors.
2208
2209 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * shr.el: Add headings.
2212         (shr-ensure-paragraph): Actually work.
2213         (shr-tag-li): Make <ul> prettier.
2214         (shr-insert): Get white space at the beginning/end of elements right.
2215         (shr-tag-p): Collapse subsequent <p>s.
2216         (shr-ensure-paragraph): Don't insert double line feeds after blank
2217         lines.
2218         (shr-insert): \t is also space.
2219         (shr-tag-s): Fix "s" tag name function.
2220         (shr-tag-s): Fix face prop name.
2221
2222 2010-10-03  Julien Danjou  <julien@danjou.info>
2223
2224         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2225
2226         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2227         gnus-window-inside-pixel-edges.
2228
2229         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2230         gnus-ems.
2231
2232         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2233
2234         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2235         function.
2236
2237         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2238         resize choice.
2239
2240 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2243         beginning of the buffer.
2244
2245         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2246         article buffer again.
2247
2248         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2249
2250         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2251         when it's at the start of the buffer.
2252
2253         * shr.el (shr-tag-blockquote): Convert name.
2254         (shr-rescale-image): Use the right image-size variant.
2255
2256         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2257         buffer isn't shown, then select the current article first instead of
2258         bugging out.
2259         (gnus-summary-select-article-buffer): Show both the article and summary
2260         buffers again.
2261
2262         * shr.el (shr-fontize-cont): Protect against regions with no text.
2263         Rename tag functions to shr-tag-* for enhanced security.
2264         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2265
2266 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2267
2268         * shr.el (shr-insert):
2269         * pop3.el (pop3-movemail):
2270         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2271         loaded.
2272
2273 2010-10-03  Glenn Morris  <rgm@gnu.org>
2274
2275         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2276
2277         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2278
2279         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2280
2281         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2282
2283         * gnus-util.el (gnus-make-local-hook): Simplify.
2284
2285 2010-10-02  Julien Danjou  <julien@danjou.info>
2286
2287         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2288         (gnus-ido-completing-read): New function.
2289         (gnus-emacs-completing-read): New function.
2290         (gnus-completing-read): Use gnus-completing-read-function.
2291         Add gnus-completing-read-function.
2292
2293 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * shr.el (shr-insert-document): Autoload.
2296         (shr-img): Be silent.
2297         (shr-insert): Add a newline after every picture before text.
2298         (shr-add-font): Use overlays for combining faces.
2299         (shr-insert): Pass upwards the text start point.
2300
2301         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2302         possible.
2303         (mm-shr): New function.
2304
2305 2010-10-02  Julien Danjou  <julien@danjou.info>
2306
2307         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2308         should go backward.
2309
2310 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2311
2312         * shr.el (shr): Fix typo in provide call.
2313
2314 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * shr.el: New file.
2317
2318         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2319
2320         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2321         completing read.
2322
2323 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2326         we're being queried about.  Suggested by Dan Jacobson.
2327
2328         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2329         Suggested by Jason Eisner.
2330
2331         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2332         table, too.  Suggested by Stefan Wiens.
2333         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2334         the table unnecessary.  Suggested by Stefan Wiens.
2335
2336         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2337         longer needed, and probably doesn't work either, as pointed out by
2338         Stefan Wiens.
2339         (gnus-summary-exit): Remove call to the clearing function.
2340         (gnus-summary-exit-no-update): Ditto.
2341
2342         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2343         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2344         Reported by Stefan Monnier.
2345         (gnus-summary-save-in-rmail): Ditto.
2346
2347         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2348         article buffer, instead of both the article buffer and the summary
2349         buffer.  Sort of suggested by Dan Jacobson.
2350
2351         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2352
2353         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2354         Suggested by Dan Jacobson.
2355
2356         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2357         documentation clearer.
2358
2359         * message.el (message-shorten-references): Comment on the number "21".
2360         Suggested by Stefan Monnier.
2361
2362         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2363         Suggested by Dan Jacobson.
2364
2365         * gnus.el (gnus-large-newsgroup):
2366         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2367
2368         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2369         externalize attachments.  Bug reported by Steve Wen.
2370
2371         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2372         really message anything to the user.
2373
2374         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2375         directly.
2376
2377         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2378         messages in empty groups.
2379
2380 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2381
2382         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2383         non-UIDNEXT group.
2384
2385 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2388         not the value from the collection.
2389
2390         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2391         values.  This sometimes happens on some groups that have no info.
2392         (nnimap-request-newgroups): New function.
2393
2394 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2397         check into `gnus-registry-initialize'.
2398         (gnus-registry-initialize): Ditto.
2399         Fix and extend header docs.
2400
2401 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2404         regexp backtrace overflows.
2405
2406         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2407         for starttls that tls.el implements; i.e. openssl.
2408
2409         * tls.el (tls-starttls-switches): Give up on using starttls with
2410         gnutls-cli.
2411         (tls-program): Add --insecure to be consistent with the defaults from
2412         openssl s_client.  Now all three commands are insecure.
2413
2414 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * lpath.el: Bind completion-styles-alist for XEmacs.
2417
2418         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2419         (gravatar-create-image): New function that's an alias to
2420         gnus-xmas-create-image, gnus-create-image, or create-image.
2421         (gravatar-data->image): Use it.
2422
2423 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2424
2425         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2426         install the nnregistry refer method.
2427         (gnus-registry-install-hooks): Use it.
2428         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2429         unfollowed groups.
2430
2431 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2432
2433         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2434         expanding threads.
2435
2436 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nnir.el: Use the server names without suffixes (bug #7009).
2439
2440         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2441         unencrypted to STARTTLS, if possible.
2442
2443 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2444
2445         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2446         headers before superseding.
2447
2448 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnrss.el (nnrss-use-local): Add documentation.
2451
2452         * nnimap.el (nnimap-extend-tls-programs): New function.
2453         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2454         (nnimap-wait-for-connection): Accept the greeting from the stupid
2455         output from openssl s_client -starttls, too.
2456
2457         * tls.el (tls-starttls-switches): New variable.
2458         (tls-find-starttls-argument): Use it.
2459         (open-tls-stream): Ditto.
2460
2461         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2462         (netrc-machine): Ditto.
2463
2464         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2465         article number.
2466         (nnimap-split-fancy): New variable.
2467         (nnimap-split-incoming-mail): Use it.
2468
2469         * nntp.el (nntp-server-list-active-group): Document.
2470
2471         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2472         SELECT to get the message-id.
2473
2474         * mail-source.el (mail-sources): Remove webmail support.
2475         (defvar): Ditto.
2476         (mail-source-fetcher-alist): Ditto.
2477         (mail-source-fetch-webmail): Remove.
2478
2479         * webmail.el: Remove -- doesn't seem relevant any more.
2480
2481         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2482
2483         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2484         the \r.
2485
2486 2010-09-30  Julien Danjou  <julien@danjou.info>
2487
2488         * gnus-agent.el (gnus-agent-add-group): Fix call to
2489         gnus-completing-read.
2490
2491 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * nndoc.el (nndoc-retrieve-groups): New function.
2494
2495         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2496         `default', use nnmail-split-methods.
2497         (nnimap-request-article): Downcase the NILs so that they are nil.
2498
2499         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2500         symbol.
2501
2502         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2503         code, since if the user has requested network, that's what they ought
2504         to get.
2505         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2506         (nnimap-split-rule): Mark as obsolete.
2507
2508         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2509         New variable.
2510
2511         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2512         correct slot, too.
2513
2514 2010-09-29  Julien Danjou  <julien@danjou.info>
2515
2516         * gnus.el (gnus-local-domain): Declare variable obsolete.
2517
2518         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2519         Fix history computing.
2520         (gnus-ido-completing-read): Require ido.
2521
2522 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2525         build Gnus.
2526
2527         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2528         when interpreting the structures.
2529         (nnimap-request-accept-article): Add \r\n to the lines to make this
2530         work with Cyrus.
2531
2532         * nndraft.el (nndraft-request-expire-articles): Use the group name
2533         instead if "nndraft".  Fix found by Nils Ackermann.
2534
2535 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2536
2537         * nnregistry.el: Add.
2538
2539 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2540
2541         * nnmail.el (group, group-art-list, group-art):
2542         Remove unneeded directives.
2543
2544 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2547         (mm-mime-charset)
2548         * rfc2047.el (rfc2047-syntax-table)
2549         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2550
2551         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2552         rather than `insert-file-contents' and `eval-region'.
2553
2554         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2555         construction.
2556
2557         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2558
2559         * time-date.el: No need to require cl for Emacs 21.
2560
2561 2010-09-29  Julien Danjou  <julien@danjou.info>
2562
2563         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2564         replacement of `gnus-gravatar-relief' to mimic
2565         `gnus-faces-properties-alist'.
2566         Add :version property.
2567
2568 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * mail-source.el (mail-source-report-new-mail)
2571         * message.el (message-default-mail-headers)
2572         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2573
2574         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2575
2576 2010-09-28  Julien Danjou  <julien@danjou.info>
2577
2578         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2579         mail-address contains the same string as real-name.
2580
2581         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2582         non-blank in header, otherwise it'll get stripped.
2583
2584         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2585         real-name, and then for mail address rather than doing : or , search.
2586
2587 2010-09-27  Julien Danjou  <julien@danjou.info>
2588
2589         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2590         right completing-read function.
2591         (gnus-use-ido): New variable
2592         (gnus-completing-read-with-default): Remove.
2593         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2594         (gnus-agent-add-group):
2595         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2596         * mm-view.el (mm-view-pkcs7-decrypt):
2597         * mm-util.el (mm-codepage-setup):
2598         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2599         * mml-smime.el (mml-smime-openssl-sign-query):
2600         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2601         (mml-insert-multipart):
2602         * gnus-msg.el (gnus-summary-yank-message):
2603         * gnus-int.el (gnus-start-news-server):
2604         * mm-decode.el (mm-interactively-view-part):
2605         * gnus-dired.el (gnus-dired-attach):
2606         * gnus.el (gnus-read-method):
2607         * gnus-bookmark.el (gnus-bookmark-jump):
2608         * gnus-art.el (gnus-mime-view-part-as-type)
2609         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2610         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2611         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2612         * nnmairix.el (nnmairix-create-server-and-default-group)
2613         (nnmairix-update-groups, nnmairix-get-server)
2614         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2615         (nnmairix-get-group-from-file-path):
2616         * nnrss.el (nnrss-find-rss-via-syndic8):
2617         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2618         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2619         (gnus-group-browse-foreign-server):
2620         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2621         (gnus-summary-execute-command, gnus-summary-respool-article)
2622         (gnus-read-move-group-name):
2623         * gnus-score.el (gnus-summary-increase-score)
2624         (gnus-summary-score-effect):
2625         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2626
2627 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2630         x-focus-frame.
2631
2632         * nnimap.el (auth-source-forget-user-or-password)
2633         (auth-source-user-or-password): Autoload.
2634
2635         * message.el (message-from-style, message-interactive)
2636         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2637         (message-yank-prefix, message-indentation-spaces, message-signature)
2638         (message-signature-file): Add comment.
2639
2640 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2643         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2644         new articles.
2645
2646         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2647         parts.
2648         (nnimap-request-article): Work with the t setting, too.
2649
2650         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2651         that you don't get flashes of other buffers.
2652         (gnus-summary-show-complete-article): Intern before setting.
2653
2654 2010-09-27  David Engster  <dengste@eml.cc>
2655
2656         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2657         well as HEADERS.
2658         (nnmairix-retrieve-headers): Provide new argument for the above.
2659
2660 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * gnus-sum.el (gnus-summary-move-article): Don't alter
2663         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2664         group.
2665
2666         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2667
2668         * message.el (message-cite-prefix-regexp): Revert my last edit.
2669
2670         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2671         variable instead of the Gnus variable.
2672
2673         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2674
2675         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2676
2677         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2678         since some servers don't like it.
2679         (nnimap-open-connection): Forget credentials if the server says the
2680         password was wrong.
2681         (nnimap-parse-line): Protect against invalid data.
2682
2683         * gnus-sum.el (gnus-summary-move-article): Add comment.
2684         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2685         nothing alters it while scanning for new messages.
2686
2687         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2688         which may or may not help.
2689         (nnimap-open-connection): If we're doing a stream connection, and then
2690         discover we're on a STARTTLS-capable server, then open a STARTTLS
2691         connection instead.
2692
2693 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * nnimap.el (utf7): Require.
2696
2697         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2698         prefix.
2699
2700 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2701
2702         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2703
2704 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * nnimap.el (nnimap-request-accept-article): Message the error on
2707         error.
2708
2709 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2712
2713 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * nndoc.el (nndoc-request-list): Return success always.
2716
2717         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2718         `fetch-old' -- we only want to fetch the articles we've requested.
2719         The rest are in the agent, probably.
2720         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2721         disappeared server" to something low.  It's not important.
2722
2723         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2724         arrived before the FETCH data.
2725
2726         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2727         target here, because we don't know the Gnus name of the group.
2728
2729         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2730         for the correct group.
2731
2732         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2733
2734         * gnus.el (gnus): Give a final warning after startup.
2735
2736         * gnus-util.el (gnus-action-message-log): New variable.
2737         (gnus-message): Use it.
2738         (gnus-final-warning): New function.
2739
2740         * nnimap.el (nnimap-open-connection): Record the greeting.
2741         (nnimap): Add greeting.
2742
2743 2010-09-26  Julien Danjou  <julien@danjou.info>
2744
2745         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2746         arguments.
2747         (gnus-html-wash-images): Fix spec computing to include start/end.
2748
2749         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2750
2751 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2754         deletion.
2755         (nnimap-retrieve-headers): Don't select the group, because that's
2756         already done by nnimap-possibly-change-group.
2757
2758         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2759         (gnus-picon-transform-address): Use it.
2760
2761         * mail-source.el (mail-source-value): Revert previous patch.
2762
2763         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2764         on failure.
2765         (nnimap-open-connection): Look up both virtual and physical server name
2766         credentials.
2767
2768         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2769
2770 2009-02-07  Dave Love  <fx@gnu.org>
2771
2772         * tls.el (open-tls-stream): Don't query killing process.
2773
2774 2009-02-08  Dave Love  <fx@gnu.org>
2775
2776         * gnus-win.el (gnus-window-to-buffer-helper)
2777         (gnus-all-windows-visible-p): Function needn't be a symbol.
2778
2779         * mail-source.el (mail-source-value): Function needn't be a symbol.
2780
2781 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * message.el (message-cite-prefix-regexp): Remove } from the cite
2784         prefix.
2785
2786         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2787         highlight again, so that the highlight is correct.
2788
2789         * gnus-picon.el (gnus-picon): Remove again.
2790         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2791
2792         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2793         doing the header highlightling, so that the background colour of the
2794         picon is correct.
2795
2796         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2797         (gnus-picon): Ditto.
2798         (gnus-picon): Reinstate.  The background colour for picons is white.
2799         (gnus-picon-insert-glyph): Make the background white.
2800
2801         * nnml.el (nnml-open-nov): Don't return dead buffers.
2802
2803         * auth-source.el (auth-source-create): Query the user for whether to
2804         store the credentials.
2805
2806         * netrc.el (netrc-store-data): New function.
2807
2808         * auth-source.el (auth-source-user-or-password): Use the existing auth
2809         sources, if any, for creation.
2810
2811         * gnus.el (gnus-group-fast-parameter): Return the last matching
2812         parameter instead of the first matching parameter.
2813
2814 2010-09-26  Julien Danjou  <julien@danjou.info>
2815
2816         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2817
2818 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * mml2015.el (mml2015-use): Remove gpg support.
2821
2822         * mml1991.el (mml1991-function-alist): Remove gpg function.
2823         (mml1991-gpg-sign): Remove.
2824
2825 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2826
2827         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2828         (gnus-browse-unsubscribe-current-group): Document it.
2829         (gnus-browse-unsubscribe-group): Use it.
2830
2831 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2834         address to the To list for easier response.
2835
2836         * gnus.el (gnus-play-startup-jingle): Remove.
2837         (gnus-splash): Don't play jingle.
2838         (gnus): Silence gnus-load message.
2839
2840         * gnus-art.el (gnus-treat-play-sounds): Remove.
2841
2842         * gnus.el (gnus-play-jingle): Remove audio support.
2843
2844         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2845
2846         * earcon.el: Remove -- no users.
2847
2848         * gnus-audio.el: Remove -- no users of this package.
2849
2850         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2851
2852         * gnus-start.el (gnus-setup-news): Remove nocem support.
2853
2854         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2855
2856         * gnus.el (gnus-use-nocem): Remove.
2857
2858         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2859         Remove.
2860
2861         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2862         uses NoCeM any more.
2863
2864         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2865         (gnus-button-ctan-handler): Ditto.
2866         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2867         (gnus-button-ctan-directory-regexp): Ditto.
2868         (gnus-button-handle-ctan): Ditto.
2869         (gnus-button-tex-level): Ditto.
2870         (gnus-button-alist): Remove CTAN stuff.
2871
2872 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2875         nnimap-streaming test.
2876
2877         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2878         servers twice.
2879
2880         * nnimap.el (nnimap-open-connection): Add more error reporting when
2881         nnimap fails early.
2882
2883         * nnheader.el (nnheader-get-report-string): New function.
2884         (nnheader-get-report): Use it.
2885
2886         * gnus-int.el (gnus-check-server): Say what the error was when opening
2887         failed.
2888
2889         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2890         using streaming.
2891
2892 2010-09-25  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2895         gnus-window-inside-pixel-edges.
2896
2897 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2900
2901         * mm-decode.el (mm-save-part): Allow saving to other directories the
2902         normal Emacs way.
2903
2904         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2905         Suggested by Jay Berkenbilt.
2906
2907         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2908         there isn't a single byte.
2909
2910         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2911         just do it.  It doesn't really seem to matter what the user responds
2912         here, I think, so it's just a confusing question.
2913
2914         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2915         non-streaming case.
2916
2917         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2918         (gnus-article-encrypt-body): Use it.
2919
2920         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2921         keystroke.
2922
2923         * nnimap.el (nnimap-find-wanted-parts-1):
2924         Use gnus-fetch-partial-articles.
2925
2926         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2927
2928         * nnimap.el (nnimap-insert-partial-structure): New function.
2929         (nnimap-get-partial-article): New function.
2930         (nnimap-request-article): Use it.
2931         (nnimap-wait-for-response): Return whether the wait was successful.
2932         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2933         retrieval wasn't successful.
2934         (nnimap-retrieve-group-data-early): Allow throttling servers.
2935         (nnimap-streaming): New variable.
2936         (nnimap-fetch-partial-articles): Remove.
2937
2938         * mm-decode.el (mm-with-part): Protect against killed buffers.
2939
2940         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2941         for prettier summary display.
2942
2943 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2944
2945         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2946
2947 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2950         apparently third-party libraries depend on it.
2951
2952         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2953         before starting negotiation.
2954
2955         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2956         privacy reasons.
2957         (gnus-treat-mail-gravatar): Ditto.
2958
2959         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2960         buffer when inserting images.  Inserting text into the headers, for
2961         instance, can make them invalid.
2962
2963 2010-09-25  Julien Danjou  <julien@danjou.info>
2964
2965         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2966         variables.
2967
2968         * nnheader.el: Remove useless variables news-reply-yank-from and
2969         news-reply-yank-message-id.
2970
2971         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2972         variables.
2973
2974         * mml1991.el: Remove useless mml1991-verbose.
2975
2976         * gnus.el: Remove useless variable gnus-use-generic-from.
2977         Remove obsolete variable gnus-topic-indentation.
2978
2979         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2980
2981         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2982
2983         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2984
2985         * gnus-group.el: Remove useless gnus-group-icon-cache.
2986         Remove useless gnus-ephemeral-group-server.
2987
2988         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2989
2990         * mml2015.el: Remove useless mml2015-verbose.
2991
2992         * mml-smime.el: Remove useless mml-smime-verbose.
2993
2994         * gnus.el: Remove useless gnus-local-domain.
2995
2996         * gnus-gravatar.el (gnus-gravatar-transform-address):
2997         Use gnus-gravatar-size.
2998
2999         * gnus-art.el: Remove useless gnus-treat-translate.
3000
3001 2010-09-24  Julien Danjou  <julien@danjou.info>
3002
3003         * gnus-sum.el: Add support for Gravatars.
3004
3005         * gnus-art.el: Add support for Gravatars.
3006
3007         * gnus-gravatar.el: Add this file.
3008
3009         * gravatar.el: Add this file.
3010
3011 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3014
3015         * gnus-group.el (gnus-group-fetch-faq): Remove.
3016
3017         * gnus.el (gnus-group-faq-directory): Remove.
3018
3019         * gnus-group.el (gnus-group-fetch-charter): Remove.
3020
3021         * gnus.el (gnus-group-charter-alist): Remove.
3022
3023         * gnus-group.el (gnus-group-archive-directory): Remove.
3024         (gnus-group-recent-archive-directory): Ditto.
3025         (gnus-group-make-archive-group): Remove.
3026
3027         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3028
3029         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3030         use the same article number for all the cached articles.
3031
3032         * nnimap.el (nnimap-command): Register the last command time so
3033         that we can use it for idling NOOPs.
3034         (nnimap-open-connection): Start the keeplive timer.
3035         (nnimap-make-process-buffer): Store all the process buffers.
3036         (nnimap-keepalive): New function.
3037
3038         * starttls.el (starttls-open-stream): Add autoload cookie.
3039
3040 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3041
3042         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3043         handling.
3044
3045 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3048         its data structures.
3049
3050         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3051         instead of the cl.el copy-list.
3052         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3053         equalp.
3054
3055 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3058         and tool-bar-local-item-from-menu.
3059
3060         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3061         mode-line-highlight face for Emacs.
3062
3063         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3064         loading gnus-sum.elc; fix comment for canlock-verify.
3065         (gnus-article-jump-to-part): Use read-number.
3066         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3067         Remove Emacs pre-21 compatible code for help-echo.
3068         (gnus-article-next-page-1): No need to adjust the number of lines.
3069         (gnus-article-describe-bindings): Always use help-buffer.
3070
3071         * gnus-audio.el (gnus-audio-inline-sound)
3072         * gnus-cus.el (gnus-custom-mode)
3073         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3074
3075         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3076
3077         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3078         compatible code.
3079
3080 2010-09-24  Glenn Morris  <rgm@gnu.org>
3081
3082         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3083         visiting the fcc file in rmail-mode.
3084
3085         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3086
3087 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * nnir.el: Silence the byte compiler.
3090
3091         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3092         alias to browse-url-url-encode-chars if any.
3093         (gnus-html-encode-url): Use it.
3094
3095 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * gnus-start.el (gnus-use-backend-marks): New variable.
3098         (gnus-get-unread-articles-in-group): Use it.
3099
3100         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3101         makeover.
3102
3103 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3104
3105         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3106
3107 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3110         Remove.
3111         (gnus-setup-news-hook):
3112         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3113
3114         * gnus-int.el (gnus-request-update-info): Protect against backends not
3115         having the function.
3116
3117         * nnimap.el (nnimap-stream): Mention starttls.
3118         (nnimap-open-connection): Add starttls support.
3119
3120 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3121
3122         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3123
3124 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3127         BODYSTRUCTUREs.
3128         (nnimap-transform-headers): Unfold quoted {42} headers.
3129
3130         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3131         the info.
3132         (gnus-get-unread-articles): Only call updatep on backends that support
3133         it.
3134
3135         * nnweb.el (nnweb-request-update-info): NOOP.
3136
3137         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3138
3139         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3140         since it only deals with marks.
3141
3142         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3143         gnus-request-marks, and make a new gnus-request-update-info.
3144
3145         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3146         the active instead of the high number, which is usually too low.
3147
3148 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3149
3150         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3151         * encrypt.el: Remove.
3152
3153 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3156         server in symbolic form.
3157
3158         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3159
3160 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3163         (nnimap-update-info): Fix up code slightly.
3164
3165         * gnus-int.el (gnus-open-server): Add tracing for performance
3166         debugging.
3167
3168         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3169         (gnus-group-insert-group-line): Pass the real group name so that it
3170         gets the right data.
3171
3172         * gnus-start.el (gnus-get-unread-articles): Don't have
3173         `gnus-get-unread-articles-in-group' update info, since that can be
3174         really slow and doesn't seem to be needed?
3175
3176 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3177
3178         * time-date.el (date-to-time): Try using parse-time-string first before
3179         using the slower timezone-make-date-arpa-standard.
3180
3181 2010-09-22  Julien Danjou  <julien@danjou.info>
3182
3183         * gnus-group.el (gnus-group-insert-group-line):
3184         Call gnus-group-highlight-line.
3185         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3186         default hook list.
3187         (gnus-group-update-eval-form): Add new function.
3188         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3189         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3190
3191 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3194         immediate, then expire all articles.
3195         (nnimap-update-info): Fix off-by-one errors.
3196         (nnimap-flags-to-marks): Would return no marks lists for group with no
3197         flags.  Instead return the other data.
3198
3199 2010-09-22  Julien Danjou  <julien@danjou.info>
3200
3201         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3202         Only return an icon.
3203         (gnus-group-insert-group-line): Compute icon to return.
3204
3205         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3206         (gnus-html-image-fetched): Only cache if
3207         gnus-html-image-automatic-caching is set.
3208         (gnus-html-image-fetched): Check for errors.
3209
3210 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3213         once per method on `g'.  This ensures that backends like nnfolder don't
3214         open all their folders.
3215
3216         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3217         (nnimap-request-list): Nix out group in the correct buffer.
3218         (nnimap-parse-flags): Implement by using `read' instead of
3219         hand-parsing.
3220         (nnimap-flags-to-marks): Pass on permanent-flags.
3221         (nnimap-make-process-buffer): Record the server name.
3222         (nnimap-parse-flags): Fix typo.
3223         (nnimap-request-scan): Run split on the server in general, not just a
3224         single group.
3225
3226         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3227         parameter, and propagate this downwards.
3228
3229         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3230         since EXAMINE changes it on the server.
3231
3232         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3233         this command might take a while.
3234
3235 2010-09-22  Julien Danjou  <julien@danjou.info>
3236
3237         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3238         harmful if you have 2 images side-by-side, they can't be properly
3239         update on text deletion.  Using text-property is safer here.
3240         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3241         data.
3242
3243 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * nnimap.el (nnimap-expunge-inbox): Remove.
3246         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3247         (nnimap-expunge): Flip default to t.
3248
3249         * gnus.el (gnus-method-to-server): Don't push things to the cache
3250         unless it's unique.
3251         (gnus-server-to-method): Ditto.
3252
3253 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3256
3257 2010-09-22  Julien Danjou  <julien@danjou.info>
3258
3259         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3260         get the start of data.
3261         (gnus-html-encode-url): Add this function to encode special chars in
3262         URL.
3263         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3264         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3265
3266         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3267         default.
3268         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3269
3270         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3271         images alt-text.
3272         (gnus-html-put-image): Put alt-text as help-echo.
3273
3274 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3277         * mm-util.el (mm-decompress-buffer)
3278         * nnir.el (nnir-run-find-grep)
3279         * pop3.el (pop3-list): Use 3rd arg of split-string.
3280
3281         * time-date.el (format-seconds): Comment fix.
3282
3283         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3284         and byte-optimize-form-code-walker.
3285         (dgnushack-make-auto-load): Don't advise make-autoload.
3286
3287         * lpath.el: Remove Emacs 21 stuff.
3288
3289 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3292         outside the active range.  Suggested by Dan Christensen.
3293
3294         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3295         slightly later to avoid double-getting it.
3296
3297         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3298         previous patch.
3299
3300         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3301
3302 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3303
3304         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3305
3306 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-int.el (gnus-open-server): Give a better error message in the
3309         "go offline" case.
3310
3311         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3312         marks for nnimap, which is seldom the right thing to do.
3313
3314         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3315         (gnus-same-method-different-name): New function.
3316
3317         * nnimap.el (parse-time): Require.
3318
3319         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3320         method in the presence of many similar methods.
3321
3322         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3323
3324         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3325         nnml-inhibit-expiry.
3326
3327         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3328         find out whether methods are equal.
3329
3330         * nnimap.el (nnimap-find-expired-articles): New function.
3331         (nnimap-process-expiry-targets): New function.
3332         (nnimap-request-move-article): Request the article before looking at
3333         what the Message-ID is.  Fix found by Andrew Cohen.
3334         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3335
3336         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3337         for oldness in addition to being a predicate.
3338
3339         * nnimap.el (nnimap-request-group): When we have zero articles, return
3340         the right data to Gnus.
3341         (nnimap-request-expire-articles): Only delete articles immediately if
3342         the target is 'delete.
3343
3344         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3345         method, this would bug out.
3346
3347         * gnus-group.el (gnus-group-expunge-group): Rename from
3348         gnus-group-nnimap-expunge, and implemented as a normal interface
3349         function.
3350
3351         * gnus-int.el (gnus-request-expunge-group): New function.
3352
3353         * nnimap.el (nnimap-request-create-group): Implement.
3354         (nnimap-request-expunge-group): New function.
3355
3356 2010-09-21  Julien Danjou  <julien@danjou.info>
3357
3358         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3359         (gnus-html-cache-expired): Add new function.
3360         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3361         wethever we should display image for fetch it.
3362         Compute alt-text earlier to pass it to the fetching function too.
3363         (gnus-html-schedule-image-fetching): Change function argument to only
3364         get one image at a time, not a list.
3365         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3366         cache.
3367         (gnus-html-get-image-data): New function to retrieve image data from
3368         cache.
3369         (gnus-html-put-image): Change buffer argument to use image data rather
3370         than file, and place image above region rather than inserting a new
3371         one.  Do not take alt-text as argument, since it's useless now: we place
3372         the image above alt-text.
3373         (gnus-html-prune-cache): Remove.
3374         (gnus-html-show-images): Start to fetch image when we find one, do not
3375         push into a temporary list.
3376         (gnus-html-prefetch-images): Only fetch image if they have expired.
3377         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3378         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3379
3380 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3383
3384 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3387         spec inser "*" if the group isn't active instead of 0.
3388
3389         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3390         opening the server.
3391         (nnimap-request-delete-group): Implement group deletion.
3392         (nnimap-transform-headers): Return the size of the entire message in
3393         the Bytes header, not just the size of the first part.
3394         (nnimap-request-move-article): When moving an article from nnimap,
3395         request the article first so the accepting form has an article to
3396         accept.  Reported by Dan Christensen.
3397         (nnimap-command): Make sure that the error message doesn't error out.
3398
3399 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3400
3401         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3402         we haven't requested anything.
3403
3404 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3407         "".  Fix found by Andrew Cohen.
3408
3409         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3410         instead of -encode-string.
3411
3412 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3415
3416         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3417         by mm-subst-char-in-string.
3418
3419 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3422         waiting for the connection string.
3423
3424         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3425         arriving.
3426
3427         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3428         bogus characters.  This allows selecting certain Gmail groups.
3429
3430         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3431         (nnimap-fetch-partial-articles): New variable.
3432         (nnimap-open-connection): When looking for credentials, also use the
3433         nnimap-server-port.
3434         (nnimap-request-article): Return the group/article number, so that Gnus
3435         `^' works as expected.
3436         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3437
3438         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3439         comments.
3440         (gnus-methods-sloppily-equal): New function.
3441         (gnus): When using the development version of Gnus, load the gnus-load
3442         file.
3443
3444         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3445         `gnus-open-server' on each method before trying to scan them etc.
3446         This ensures that all the backend parameters are set correctly.
3447
3448         * nnimap.el (nnimap-authenticator): New variable.
3449         (nnimap-open-connection): Allow anonymous login.
3450         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3451         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3452
3453         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3454         patch, found by Knut Anders Hatlen.
3455
3456 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3457
3458         * gnus-agent.el (gnus-agent-batch-confirmation)
3459         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3460         to gnus-message.
3461         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3462         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3463         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3464         * gnus-int.el (gnus-open-server): Likewise.
3465         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3466         (gnus-score-check-syntax): Likewise.
3467         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3468         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3469         Likewise.
3470         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3471
3472 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3475         calling conventions so that prefetch doesn't bug out.
3476
3477 2010-09-19  Julien Danjou  <julien@danjou.info>
3478
3479         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3480         rather than `subst-char-in-region' in order to be able to replace ASCII
3481         char by UTF-8 ones.
3482
3483         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3484         than curl.
3485         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3486         the right URL and ALT text on images.
3487         (gnus-html-wash-tags): Fix tag case.
3488         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3489         (gnus-article-html): Add -o display_ins_del=2 option.
3490         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3491
3492 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3495         the extra mail headers, which sometimes seem to happen for unknown
3496         reasons.
3497
3498         * mail-parse.el (mail-header-encode-parameter): Define as
3499         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3500         (or most, perhaps?) mail readers don't understand the latter, but do
3501         understand the former.
3502
3503         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3504         to nil, so that no methods are automatically agentized.  I think this
3505         is probably what most users want.
3506
3507         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3508         from url-retrieve, for instance about invalid URLs.
3509
3510         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3511         groups that have no articles.
3512         (nnimap-request-article): Check that we really got an article when we
3513         requested one.
3514
3515         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3516         doesn't exist.
3517
3518         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3519         nntp buffer so the agent can save it.
3520         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3521         that CRLF doesn't get translated to \n.
3522         (nnimap-open-connection): Don't make 'shell commands only send \n.
3523
3524 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3527         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3528         Update var name.
3529         (nnml-generate-nov-file): Use dolist.
3530         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3531         Use with-current-buffer.
3532
3533 2010-09-18  Julien Danjou  <julien@danjou.info>
3534
3535         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3536         parallel.
3537
3538 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3541         the range update right.
3542         (nnimap-request-group): Don't make `M-g' bug out on group with no
3543         marks.
3544         (nnoo): Require, so that other packages can require nnimap.
3545         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3546         command we're looking for.  This helps when the server sends more
3547         responses after we've gotten everything we expected.
3548         (nnimap): Add a `newlinep' field to keep track of end-of-line
3549         conventions.
3550         Don't send CRLF to things that don't want it.
3551         (nnimap-request-accept-article): Ditto.
3552
3553 2010-09-18  Julien Danjou  <julien@danjou.info>
3554
3555         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3556         than curl to retrieve images.
3557
3558 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3561         the marks.
3562         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3563         (nnimap-wait-for-connection): New function.
3564         (nnimap-open-connection): If we have PREAUTH, don't query for login
3565         credentials.
3566         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3567         when doing a partial update.
3568
3569 2010-09-18  Julien Danjou  <julien@danjou.info>
3570
3571         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3572         tags.
3573
3574 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * nnimap.el (nnimap-credentials): New function.
3577         (nnimap-open-connection): Use the new function to look for credentials
3578         also on the numeric equivalents of "imap" and "imaps".
3579
3580         * gnus-start.el (gnus-activate-group): Send the info to
3581         gnus-request-group.
3582
3583         * nnimap.el (nnimap-request-group): Have the "check" version of the
3584         function parse flags and update the info, so that a `M-g' get a total
3585         resync of all flags from the group.
3586
3587         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3588         to allow backends to alter the info on group selection.  Also alter all
3589         the backend -request-group functions to take the parameter.
3590
3591         * nnimap.el (nnimap-store-info): New function.
3592         (nnimap-update-info): Store the info for later usage.
3593         (nnimap-request-group): Use the stored info for the dont-check case, so
3594         that we don't retrieve all marks when we enter a group.
3595
3596         * nnimap.el: Use deffoo instead of defun for interface functions.
3597
3598         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3599         update the group info.  This makes the nndraft groups, for instance, go
3600         back to their old behaviour.
3601
3602         * gnus-sum.el (gnus-select-newsgroup): Indent.
3603
3604         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3605         in.
3606         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3607         nothing.
3608
3609         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3610         from methods that are denied.
3611
3612         * gnus-int.el (gnus-method-denied-p): New function.
3613
3614         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3615         store the password instead of netrc.
3616         (nnimap-open-connection): Don't error out when we can't make a
3617         connections.
3618
3619         * auth-source.el (auth-source-create): In the password prompt, say what
3620         we're querying for.  Also prompt for user name if that hasn't been
3621         given.
3622
3623         * nnimap.el (nnimap-with-process-buffer): Remove.
3624
3625 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3628         method when we're reading from the agent.
3629
3630         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3631
3632         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3633         that's probably most useful for users.
3634
3635         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3636         "failed" all the time.
3637
3638         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3639         ...)) with (with-current-buffer ... ).
3640
3641         * nntp.el (nntp-open-server): Return whether the open was successful or
3642         not.
3643
3644         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3645         select an unread unseen article first.
3646
3647         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3648         /etc/services, supply some sensible port defaults.
3649
3650         * dgnushack.el: Define netrc-credentials.
3651
3652 2010-09-17  Julien Danjou  <julien@danjou.info>
3653
3654         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3655
3656 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3657
3658         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3659         doesn't have any parameters.
3660
3661 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3664         only upcased checks.
3665
3666         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3667
3668         * nnimap.el (nnimap-open-shell-stream): New function.
3669         (nnimap-open-connection): Use it.
3670         (nnimap-transform-headers): Get the number of lines in each message.
3671         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3672         number of lines.
3673         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3674         problem.
3675
3676         * utf7.el (utf7-encode): Autoload.
3677
3678         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3679         to allow the mail splitting to not return a default group.  This is
3680         useful for nnimap, which will leave unmatched mail in the inbox.
3681
3682         * nnimap.el: Rewritten.
3683
3684         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3685         nnimap usage.
3686
3687         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3688         if the move is internal, so that nnimap can do fast internal moves.
3689
3690         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3691         data.
3692         (gnus-read-active-for-groups): Support finishing the early retrieval of
3693         data.
3694
3695         * gnus-range.el (gnus-range-nconcat): New function.
3696
3697         * gnus-int.el (gnus-finish-retrieve-group-infos)
3698         (gnus-retrieve-group-data-early): New functions.
3699
3700 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3701
3702         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3703         (nnrss-retrieve-groups):
3704         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3705         (pop3-quit): Use with-current-buffer.
3706
3707 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3710         instead of nnheader-accept-process-output.
3711
3712         * dgnushack.el (dgnushack-compile): Add comment.
3713
3714         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3715
3716         * gnus-html.el (gnus-html-schedule-image-fetching)
3717         (gnus-html-prefetch-images): Replace process-kill-without-query by
3718         gnus-set-process-query-on-exit-flag.
3719
3720 2010-09-16  Romain Francoise  <romain@orebokech.com>
3721
3722         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3723
3724 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3727         parameter to unintern is mandatory-ish in Emacs 24.
3728
3729         * gnus-html.el (gnus-html-schedule-image-fetching)
3730         (gnus-html-prefetch-images): Check for curl before using it.
3731
3732         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3733         depend on curl, which isn't essential.
3734
3735         * imap.el: Revert back to version
3736         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3737         seem problematic.
3738
3739 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3740
3741         * gnus-registry.el (gnus-registry-install-shortcuts):
3742         Explicitly pass `obarray' to `unintern' to avoid a warning.
3743
3744 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3747         change.
3748
3749         * nnrss.el (nnrss-request-list): Remove this function and related
3750         functions, including the moreover stuff.
3751
3752 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * nnrss.el (nnrss-retrieve-groups): New function.
3755
3756 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3757
3758         * .dir-locals.el: Add no-byte-compile cookie.
3759
3760 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * time-date.el (format-seconds): Comment fix.
3763
3764         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3765         for back end that doesn't support request-scan.
3766
3767 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3770         then do request scans from the backends.
3771
3772         * netrc.el (netrc-credentials): New conveniency function.
3773
3774         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3775         avoid running a hook per line, since this takes a lot of time,
3776         profiling shows.
3777         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3778         directly if gnus-visual-p is true.
3779
3780 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3783         groups; replace mapcar with dolist which is a bit faster; pass groups
3784         info to gnus-read-active-file-1.
3785         (gnus-read-active-file-1): Scan only specified groups if the new
3786         optional arg `infos' is given.
3787
3788 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3791
3792         * pop3.el (pop3-movemail): Remove.
3793         (pop3-streaming-movemail): Rename to pop3-movemail.
3794
3795         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3796         don't restrict end-tag searches to the end of the line.
3797
3798 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3801         articles of every unchecked group to t, which means unknown since the
3802         server has never been opened.
3803
3804 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-html.el (gnus-html-show-alt-text): New command.
3807         (gnus-html-browse-image): Ditto.
3808         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3809         to browse the image directly.
3810         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3811         better.
3812
3813         * gnus-async.el (gnus-async-article-callback):
3814         Call `gnus-html-prefetch-images' unconditionally.
3815
3816         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3817         before feeding URLs to curl.
3818
3819 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3822         internal images as deletable by `W D D'.
3823
3824         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3825         (gnus-async-article-callback): Fix typo.
3826
3827 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3830         current line to work around bugs in the output from w3m.
3831
3832         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3833         for groups that want that.
3834
3835         * nntp.el (nntp-wait-for-string): Supply a timeout for
3836         accept-process-output to ensure progress.
3837
3838         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3839         level to get unread articles from, then use that for foreign groups,
3840         too.
3841
3842         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3843         confuses the rest of the function.
3844
3845         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3846         for the methods that support -retrieve-groups, too.
3847
3848         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3849
3850 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3853         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3854
3855         * pop3.el: Require cl when compiling.
3856         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3857
3858 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3861         that aren't going to be activated.
3862         (gnus-get-unread-articles): Fix up the last commit.
3863
3864         * gnus-html.el (gnus-article-html): Allow calling without specifying
3865         the handle.  In that case, dissect the buffer first.
3866
3867         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3868
3869         * nnimap.el (nnimap-open-connection): Revert the change that would look
3870         into authinfo for imaps instead of imap.
3871
3872         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3873         say that you don't want to call gnus-request-group with don-check, but
3874         do check the reponse.  This is for virtual groups only.
3875         (gnus-get-unread-articles): Count the archive groups as secondary, so
3876         that they're activated the same way as before.
3877
3878         * imap.el (imap-message-map): Removed optional buffer parameter, since
3879         no callers use it.
3880         (imap-message-get): Ditto.
3881         (imap-message-put): Ditto.
3882         (imap-mailbox-map): Ditto.
3883         (imap-mailbox-put): Ditto.
3884         (imap-mailbox-get): Ditto.
3885         (imap-mailbox-get): Revert last change for this function.
3886
3887         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3888         case-insensitively.
3889         (nnimap-debug): Remove.
3890
3891         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3892         to use `imap-fetch' instead.  According to the comments, this should be
3893         safe, since all other IMAP clients use the 1:* syntax.
3894         (imap-enable-exchange-bug-workaround): Removed.
3895         (imap-debug): Removed -- doesn't seem very useful.
3896
3897         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3898         mail from a file, and the file doesn't exist.
3899
3900         * imap.el (imap-log): New convenience function used throughout instead
3901         of repeating the same code all over the place.
3902
3903         * pop3.el (pop3-streaming-movemail): Return t for success.
3904
3905         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3906         .authinfo if we're using ssl connection.
3907
3908         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3909         already have if we're in a main Gnus `g' run.
3910
3911         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3912
3913 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3916
3917         * nnmh.el (nnmh-request-list-1): Bind `file'.
3918
3919         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3920         alias to set-process-query-on-exit-flag or process-kill-without-query.
3921         (pop3-open-server): Use it.
3922
3923 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3926         box to the Incoming file.  Fixes mistake in previous checkin.
3927
3928         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3929         request loop (for debugging purposes) removed.
3930
3931         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3932         culprit is more visible.
3933         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3934         (nnml-add-incremental-nov): New functions to do "incremental" nov
3935         updates, where we just append to the end of the existing nov files
3936         without reading/writing them in full.
3937
3938         * mail-source.el (mail-source-delete-crash-box): Really only check the
3939         incoming files once in a while.
3940
3941         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3942
3943         * mail-source.el (mail-source-delete-crash-box): Only check the
3944         incoming files for deletion once per day to save a lot of file
3945         accesses.
3946
3947         * pop3.el (pop3-logon): Fix up unbound variable typo.
3948
3949         * mail-source.el (pop3-streaming-movemail): Autoload.
3950
3951         * pop3.el (pop3-streaming-movemail):
3952         Respect pop3-leave-mail-on-server.
3953
3954         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3955         retrieval.
3956
3957         * pop3.el (pop3-process-filter): Remove unused function.
3958         (pop3-streaming-movemail, pop3-send-streaming-command)
3959         (pop3-wait-for-messages, pop3-write-to-file)
3960         (pop3-number-of-responses): New functions for streaming pop3
3961         retrieval.
3962
3963         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3964         come from no known methods.
3965         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3966         list.
3967
3968         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3969         message sizes.
3970         (pop3-movemail): Use erase-buffer instead of looping and deleting
3971         regions, which seems rather odd.
3972
3973         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3974         file once per `g' run.
3975
3976         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3977         directories.  This makes the draft queue directory work.
3978
3979         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3980         data from the backends, so that we only request the list of groups from
3981         each method once.  This should speed things up considerably.
3982
3983         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3984         detect that it's not implemented.
3985
3986         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3987         we actually do recurse down into the tree, but don't stat all leaf
3988         nodes.
3989
3990         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3991         then say so instead of bugging out.
3992
3993         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3994         files exist before trying to read them.
3995
3996         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3997         around <pre_int>.
3998
3999         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4000
4001         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4002
4003 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * mm-util.el (mm-image-load-path): Just return the image directories,
4006         not all directories in the path in addition to the image directories.
4007         (mm-image-load-path): Maintain a cache of the image directories so that
4008         the `g' command in Gnus doesn't have to stat dozens of directories each
4009         time.
4010
4011         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4012         (gnus-html-wash-tags): Add a new `i' command to insert images.
4013         (gnus-html-insert-image): New command and keystroke.
4014         (gnus-html-redisplay-with-images): New command and keystroke.
4015         (gnus-html-show-images): Rename command.
4016         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4017         spacers.
4018         (gnus-html-wash-tags): Decode entities at the end, so that entities
4019         inside the tags don't mess up the rest of the "parsing".
4020
4021         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4022         so that nnimap methods aren't agentized by default.  There's apparently
4023         many problems related to agent/imap behaviour.
4024
4025         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4026
4027         * gnus-html.el: Doc fix.
4028
4029 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4032         specifier-spec-list for Emacs 21.
4033
4034         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4035         glyph-width and glyph-height instead of display-graphic-p and
4036         image-size; make avoidance of displaying small images work for XEmacs.
4037
4038         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4039         for XEmacs.
4040
4041         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4042         of symbol that holds plist data.
4043         (gnus-process-plist): Remove plist of process after getting it.
4044
4045 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * message.el (message-generate-hashcash): Change default to
4048         'opportunistic if hashcash is installed.
4049
4050         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4051         (gnus-html-put-image): Only call image-size once, since it's somewhat
4052         time-consuming on remote X servers.
4053
4054 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4057         type on data, not a file name.
4058
4059         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4060         window-pixel-edges for Emacs 21.
4061
4062         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4063         decoded contents.
4064         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4065
4066 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4069         group line format, since it isn't very interesting.
4070
4071         * gnus-agent.el (gnus-agent-short-article),
4072         (gnus-agent-long-article): Increase values for these two variables,
4073         since most people are likely to have more network connection and
4074         storage than before.
4075
4076         * gnus.el (gnus-refer-article-method): Change default to 'current.
4077         When referring an article, the common behaviour is to refer it from the
4078         current select method, not the native select method.  The chances of
4079         the native select method having the message in question is rather slim
4080         these days.
4081
4082         * gnus-sum.el (gnus-auto-select-subject): Change default to
4083         `unseen-or-unread'.  I think it's likely that most people want to
4084         select an unseen article over a previously seen, but unread one.
4085
4086         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4087         means that in the article buffer none of the minor mode elements will
4088         be shown, usually, and this is not desirable in most cases.
4089
4090         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4091         that commands like `d' (and the like) go to the next line in the
4092         buffer, instead of the next unread article.  I think this is the
4093         behaviour that is most natural for most users.
4094         (gnus-single-article-buffer): Change default to nil, so that people can
4095         have as many article buffers open as they have summary buffer.  I think
4096         this is the most natural way for the groups to behave.
4097
4098         * message.el (message-generate-new-buffers): Change default to
4099         `unsent', so that all new message buffers start their names with the
4100         string "*unsent", and it's easier to find the buffers if you move from
4101         them.
4102
4103 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4106         small.  They're probably tracking images.
4107         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4108         (gnus-html-rescale-image): Yet another try at getting the image sizing
4109         right.
4110
4111         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4112         nntp-marks-file-name is nil.
4113
4114 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4115
4116         * gnus-html.el (gnus-html-wash-tags)
4117         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4118         Better logging.
4119
4120 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4123
4124         * gnus-html.el (gnus-html-wash-tags): Check the value of
4125         gnus-blocked-images in the summary buffer.
4126
4127 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4128
4129         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4130
4131 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4134         like "a", it seems like.
4135         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4136         since it needs to be picked from the correct buffer.
4137
4138         * nnwfm.el: Remove.
4139
4140         * nnlistserv.el: Remove.
4141
4142 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4143
4144         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4145         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4146
4147 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * nnkiboze.el: Remove.
4150
4151         * nndb.el: Remove.
4152
4153         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4154         alt text.
4155         (gnus-html-rescale-image): Try to get the rescaling logic right for
4156         images that are just wide and not tall.
4157
4158         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4159         overshadow variable bindings.
4160
4161 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4162
4163         * gnus-html.el (gnus-html-wash-tags)
4164         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4165         Add extra logging.
4166
4167 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4170         (gnus-max-image-proportion): New variable.
4171         (gnus-html-rescale-image): New function.
4172         (gnus-html-put-image): Rescale images.
4173
4174 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4175
4176         Fix up some byte-compiler warnings.
4177         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4178         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4179         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4180         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4181         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4182         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4183         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4184
4185 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-html.el (gnus-article-html): Decode contents by charset.
4188
4189 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4192         (gnus-html-frame-width, gnus-blocked-images)
4193         * message.el (message-prune-recipient-rules): Add custom version.
4194         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4195
4196         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4197         functions.
4198
4199         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4200         gnus-process-get.
4201
4202 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4203
4204         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4205         instead of lsub directly.
4206
4207 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * nnwarchive.el: Remove.
4210
4211         * gnus-soup.el: Remove.
4212
4213         * nnsoup.el: Remove.
4214
4215         * nnultimate.el: Remove.
4216
4217         * gnus-html.el (gnus-blocked-images): New variable.
4218
4219         * message.el (message-prune-recipients): New function.
4220         (message-prune-recipient-rules): New variable.
4221
4222         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4223         guess whether a long line is natural text or not.
4224
4225         * gnus-html.el (gnus-html-schedule-image-fetching):
4226         Use gnus-process-plist and friends for compatibility.
4227
4228 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * gnus-html.el: Require packages that define macros used in this file.
4231         (gnus-article-mouse-face): Declare to silence byte-compiler.
4232         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4233         process-get.
4234         (gnus-html-put-image): Use plist-get to avoid getf.
4235         (gnus-html-prefetch-images): Use with-current-buffer.
4236
4237 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * gnus-ems.el: Provide compatibility functions for
4240         gnus-set-process-plist.
4241
4242         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4243         header-line-format for XEmacs 21.4.
4244
4245         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4246         * gnus.el (gnus-valid-select-methods)
4247         * message.el (message-send-mail-partially-limit)
4248         * mm-decode.el (mm-text-html-renderer)
4249         * mml.el (mml-insert-mime-headers-always)
4250         * smiley.el (smiley-regexp-alist): Bump custom version.
4251
4252 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-html.el: require mm-url.
4255         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4256         with the url to `url'.
4257         (gnus-html-wash-tags): Support cid: URLs/images.
4258
4259 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4262         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4263         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4264
4265         * gnus-move.el: Remove file, since it doesn't really work.
4266
4267         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4268         UTF-8.  This seems to fix problems with some German web feeds.
4269
4270         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4271         at the top so that the proper colours are applied.
4272
4273         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4274         don't have dots in their names.
4275
4276         * gnus-art.el (gnus-article-view-part): Doc fix.
4277
4278         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4279         XEmacs-compatible.
4280         (gnus-html-put-image): Don't do images on non-graphic displays.
4281
4282         * nnslashdot.el: Remove this unused backend.
4283
4284         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4285         actions.
4286         (gnus-undo-register-1): Revert last change.
4287
4288         * gnus-group.el (gnus-group-completing-read): Protect against not
4289         having completion-styles bound.
4290
4291         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4292         make broken recipients happier.
4293
4294         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4295
4296         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4297         point parameter.
4298
4299         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4300
4301         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4302         completion-styles for group selection.
4303
4304 2009-02-04  Andreas Schwab  <schwab@suse.de>
4305
4306         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4307         headers and regexp-quote the match if necessary.
4308
4309 2009-03-24  Miles Bader  <miles@gnu.org>
4310
4311         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4312         the blinking smiley.
4313
4314 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4315
4316         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4317         blink smiley.
4318
4319 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4322         where the dribbel file lives exists.
4323
4324         * message.el (message-send-mail-partially-limit): Change the default to
4325         nil, since most people don't want this.
4326
4327         * mm-url.el (mm-url-decode-entities): Also decode entities like
4328         &#x3212.
4329
4330 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4331
4332         * gnus-sum.el (gnus-summary-idna-message):
4333         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4334         Hyperlink urls in docstrings with URL `...'.
4335
4336 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4337
4338         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4339         functions.
4340
4341 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4344         say what the mouseover text should be.
4345
4346         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4347         version of the mm-w3m-safe-url-regexp variable to only download images
4348         in the groups where we want that to happen.
4349
4350         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4351
4352         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4353         easier debugging.
4354         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4355         big pictures in the article buffer.
4356
4357         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4358         gnus-article-html.
4359         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4360         w3m.
4361
4362         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4363
4364 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4367         which doesn't exist.
4368
4369         * message.el (message-inhibit-ecomplete): New variable to allow some
4370         function to inhibit ecomplete address storage.
4371         (message-resend): Disable ecomplete message storage when resending
4372         messages.
4373
4374         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4375
4376 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4379         Save excursion while copying, moving, and deleting articles in order to
4380         prevent the cursor from jumping to unforeseen place.
4381
4382 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * lpath.el: No need to bind bookmark-current-buffer,
4385         bookmark-yank-point and bookmark-make-record-function.
4386
4387 2010-08-17  Glenn Morris  <rgm@gnu.org>
4388
4389         * gnus-sync.el: Require gnus components whose functions are used.
4390
4391         * gnus-art.el (bookmark-make-record-function):
4392         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4393         Declare for compiler.
4394
4395         * mm-url.el (mml-compute-boundary): Autoload.
4396
4397 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4400
4401 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         Typo fix "hoo4a" -> "hook".
4404
4405         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4406
4407 2010-08-14  Glenn Morris  <rgm@gnu.org>
4408
4409         * gnus-sync.el (gnus-sync): Fix defgroup version.
4410
4411 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4414
4415         * gnus-sync.el: Fix docs.
4416         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4417         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4418
4419 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4420
4421         Optimizations for gnus-sync.el.
4422
4423         * gnus-sync.el: Add docs about gnus-sync-backend
4424         possibilities.
4425         (gnus-sync-save): Remove unnecessary message.
4426         (gnus-sync-read): Optimize and show what groups were skipped.
4427
4428 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         Minor bug fixes for gnus-sync.el.
4431
4432         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4433         Don't read the sync on get-new-news.
4434
4435         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4436         quiet.
4437
4438         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4439         (fix typo).
4440
4441 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4442
4443         Make saving and restoring of hidden threads work with overlays.
4444         Patch applied by Ted Zlatanov.
4445
4446         * gnus-sum.el (gnus-hidden-threads-configuration)
4447         (gnus-restore-hidden-threads-configuration): Update to deal with text
4448         properties, rather than searching for a magic character.
4449
4450 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4451
4452         New gnus-sync.el library for synchronization of marks.
4453
4454         * gnus-sync.el: New library for synchronization of marks.
4455
4456         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4457         renamed from `gnus-registry-grep-in-list'.
4458
4459         * gnus-registry.el (gnus-registry-follow-group-p):
4460         Use `gnus-grep-in-list'.
4461
4462         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4463
4464 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4467         determining charset of text fails.
4468
4469 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * nnmail.el (nnmail-get-new-mail-1): Revert.
4472
4473         * nnml.el (nnml-active-number): Make sure names of newly created groups
4474         in nnml-group-alist are encoded.
4475
4476 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4479         containing non-ASCII characters in active file for nnml back end.
4480
4481 2010-07-24  David Engster  <dengste@eml.cc>
4482
4483         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4484         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4485
4486 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4487
4488         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4489         tag (Bug#6654).
4490
4491 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4494         the article buffer, not the summary buffer.
4495
4496 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4499         Emacs 23 as well.
4500
4501 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4504         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4505
4506 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4507
4508         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4509         Patch applied by Karl Fogel.
4510
4511         * gnus-sum.el (gnus-summary-bookmark-make-record):
4512         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4513
4514 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4515
4516         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4517         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4518         C-w still not working correctly from Article buffers; Thierry's
4519         patch to fix that will be applied after this.
4520
4521         * gnus-art.el (bookmark-make-record-function): New local variable.
4522
4523         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4524         article buffer.
4525         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4526
4527 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4528
4529         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4530         on changes in bookmark.el.
4531
4532 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4535         `no-log' instead of message not to log prompt string.
4536
4537 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4538
4539         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4540         the *other* type of HTML form submission.
4541
4542 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4543
4544         * auth-source.el (auth-source-pick): If choice does not contain a
4545         questioned keyword, set the check to t.
4546
4547 2010-06-12  Romain Francoise  <romain@orebokech.com>
4548
4549         * gnus-util.el (gnus-date-get-time): Move up before first use.
4550
4551 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4554         (gnus-article-edit-part): Bind it to make last part that is substituted
4555         or deleted visible.
4556         (gnus-mime-display-single): Buttonize part of which id equals to
4557         gnus-mime-buttonized-part-id.
4558
4559 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4560
4561         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4562         (gnus-dd-mmm): Use gnus-date-get-time.
4563         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4564         simplify logic.
4565         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4566         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4567
4568 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4569
4570         * auth-source.el (top): Autoload `secrets-list-collections',
4571         `secrets-create-item', `secrets-delete-item'.
4572         (auth-sources): Fix tag string.
4573         (auth-get-source, auth-source-retrieve, auth-source-create)
4574         (auth-source-delete): New defuns.
4575         (auth-source-pick): Rewrite in order to avoid 2 passes.
4576         (auth-source-forget-user-or-password): New parameter USERNAME.
4577         (auth-source-user-or-password): New parameters CREATE-MISSING and
4578         DELETE-EXISTING.  Retrieve password interactively, if needed.
4579
4580 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4581
4582         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4583         deleting unused directories when gnus-expert-user is t.
4584
4585 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4588         for each temp file when gnus-article-browse-delete-temp is ask.
4589
4590 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4591
4592         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4593         Lisp calls to delete-backward-char by calls to delete-char.
4594
4595 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4596
4597         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4598
4599 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4600
4601         * password-cache.el (password-cache-remove): Fix docstring.
4602
4603 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4606         article unless decoding article to be saved.
4607
4608 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4611         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4612         generated within the mm-with-unibyte-current-buffer macro.
4613
4614 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4617         to nil when we're in a mml-preview buffer and no group is selected.
4618
4619 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4620
4621         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4622         when catching the `C-g'.  Reported by "Leo".
4623
4624 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * message.el (message-forward-make-body-plain)
4627         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4628         multibyte-string-p.
4629
4630         * lpath.el: Revert.
4631
4632 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * message.el (message-forward-make-body-mml): Assume original message
4635         is multibyte string; error on unibyte.
4636         (message-forward-make-body-plain): Ditto; don't add excessive newline
4637         in body end.
4638
4639         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4640
4641 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4642
4643         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4644         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4645
4646 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * mm-extern.el (mm-extern-url): Don't use
4649         mm-with-unibyte-current-buffer.
4650         (mm-extern-cache-contents): Use with-current-buffer instead of
4651         save-excursion + set-buffer.
4652
4653 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * mm-util.el (mm-emacs-mule): Remove.
4656
4657 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4658
4659         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4660         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4661         change.
4662
4663 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4666         bind the default value of enable-multibyte-characters to nil.
4667
4668 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * message.el (message-forward-make-body-plain)
4671         (message-forward-make-body-mml):
4672         Don't use mm-with-unibyte-current-buffer.
4673
4674 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4675
4676         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4677
4678 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4679
4680         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4681         (Bug#5592).
4682
4683 2010-05-07  Julien Danjou  <julien@danjou.info>
4684
4685         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4686         it to mm-pipe-part.
4687
4688         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4689         it is given.
4690
4691 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * binhex.el (binhex-decode-region-internal)
4694         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4695         (dns-query)
4696         * nnweb.el (nnweb-gmane-search)
4697         * pgg-parse.el (pgg-parse-armor)
4698         * pgg.el (pgg-verify-region)
4699         * sha1.el (sha1-string-external)
4700         * uudecode.el (uudecode-decode-region-internal)
4701         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4702         XEmacs.
4703
4704         * gnus-art.el (gnus-article-browse-html-parts)
4705         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4706         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4707         make-temp-file.
4708
4709         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4710         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4711         compiling.
4712
4713         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4714         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4715         XEmacs when compiling.
4716
4717         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4718         gnus-pick-mode-off-hook for XEmacs when compiling.
4719         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4720         gnus-binary-mode-off-hook for XEmacs when compiling.
4721
4722         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4723         Return nil if char-charset is not available.
4724
4725         * imap.el (imap-disable-multibyte)
4726         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4727         macros.
4728
4729         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4730         instead of encode-coding-string.
4731
4732         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4733         'xemacs) instead of mm-emacs-mule to switch function definitions.
4734         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4735
4736         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4737         bind temporary-file-directory for XEmacs;
4738         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4739         timer-set-function for XEmacs 21.4 and SXEmacs;
4740         bind timer-list for XEmacs 21.4 and SXEmacs;
4741         fbind char-charset and find-charset-region for non-Mule XEmacs;
4742         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4743         encode-coding-region and encode-coding-string for XEmacs having no
4744         file-coding feature.
4745
4746 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4747
4748         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4749
4750 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4753         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4754
4755 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4756
4757         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4758         alias `jka-compr-delete-temp-file' no longer exists.
4759
4760 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4761
4762         Use define-minor-mode in Gnus where applicable.
4763         * mml.el (mml-mode): Use define-minor-mode.
4764         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4765         (gnus-undo-mode): Use define-minor-mode.
4766         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4767         (gnus-dead-summary-mode): Use define-minor-mode.
4768         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4769         Initialize in declaration.
4770         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4771         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4772         (gnus-mailing-list-mode): Use define-minor-mode.
4773         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4774         (gnus-draft-mode): Use define-minor-mode.
4775         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4776         (gnus-dired-mode): Use define-minor-mode.
4777
4778 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4779
4780         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4781         handles on recursive mml-to-mime translation and check them for
4782         boundary delimiter collisions.  Reported by Greg Troxel.
4783
4784 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4787
4788 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4789
4790         * mm-util.el (mm-find-buffer-file-coding-system):
4791         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4792
4793 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4794
4795         * message.el (message-generate-headers): Record insertion of optional
4796         headers as well.  Otherwise the check to prevent repeated insertion of
4797         optional headers is a no-op.
4798
4799 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * smime.el: Don't mention CVS.
4802
4803         * nnrss.el (nnrss-fetch): Don't mention CVS.
4804
4805         * nnir.el: Don't mention CVS.
4806
4807 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4808
4809         * gnus-sum.el (gnus-summary-bookmark-make-record):
4810         Add `location' field.
4811
4812 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * lpath.el: Fbind bookmark-default-handler,
4815         bookmark-get-bookmark-record, bookmark-make-record-default,
4816         bookmark-prop-get for Emacs <23 and XEmacs.
4817
4818 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4819
4820         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4821         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4822         Use with-current-buffer to silence the byte-compiler.
4823         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4824         bother to require `gnus'.
4825         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4826
4827 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4828
4829         * gnus-sum.el (gnus-summary-bookmark-make-record)
4830         (gnus-summary-bookmark-jump): New functions.
4831         (gnus-summary-mode): Setup bookmark support.
4832
4833 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4834
4835         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4836         if set.
4837
4838 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4841         gnus-article-browse-html-save-cid-image; make it work recursively for
4842         forwarded messages as well.
4843         (gnus-article-browse-html-parts): Work when prefix arg is given.
4844         (gnus-article-browse-html-article): Doc fix.
4845
4846 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4847
4848         * message.el (message-default-mail-headers):
4849         (message-default-headers): Carry the value mail-default-headers over
4850         into message-default-mail-headers, rather than message-default-headers.
4851
4852 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4853
4854         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4855         charset.
4856
4857         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4858         charset into the <meta> tag when the article is encoded to utf-8.
4859
4860 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-art.el (gnus-article-browse-delete-temp-files):
4863         Delete directories as well.
4864         (gnus-article-browse-html-parts): Work for images that do not specify
4865         file names; delete temp directory when quitting; insert header at the
4866         right place; use file: scheme for image files.
4867
4868 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4869
4870         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4871         (gnus-article-browse-html-parts): Use it to make temporary cid image
4872         files in addition to html file so that browser may display them.
4873
4874 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4877
4878 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4881
4882 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4883
4884         * auth-source.el (auth-sources): Change default to be simpler.
4885         Explain about Secret Service API sources.  Improve Customize options.
4886         (auth-source-pick): Change to accept any number of search parameters.
4887         Implement fallbacks iteratively, not recursively.  Add scoring on the
4888         second pass and sort by score.  Call Secret Service API when needed.
4889         (auth-source-user-or-password): Use it.  Call Secret Service API
4890         directly when needed to get the user name and the password.
4891
4892 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4893
4894         * message.el (message-interactive): Doc fix.
4895         (message-qmail-inject-args): Reflow.
4896         (message-kill-to-signature): Fix typo in docstring.
4897
4898         * smiley.el (smiley-buffer): Fix typo in docstring.
4899
4900 2010-03-24  Glenn Morris  <rgm@gnu.org>
4901
4902         * mail-source.el (gnus-message): Declare.
4903         (mail-source-delete-old-incoming): Require gnus-util.
4904
4905 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4908
4909         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4910
4911         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4912         password-cache's default if it is not bound.
4913         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4914         password-cache-expiry's default if it is not bound.
4915
4916         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4917         available in Emacs 21.
4918
4919         * lpath.el: Suppress compiler warnings for:
4920         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4921         XEmacs;
4922         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4923         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4924         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4925
4926 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * auth-source.el (auth-sources): Fix up definition so extra parameters
4929         are always inline.
4930
4931 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4932
4933         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4934         wasn't updated after mismatch.  Clear cached mailbox info correctly
4935         when uidvalidity changes.
4936         (nnimap-group-prefixed-name): New function to avoid some code
4937         duplication.
4938         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4939         (nnimap-request-group): Use it.
4940         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4941         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4942         with many imap folders.  This is done by caching the group status from
4943         the imap server persistently in a group parameter `imap-status'.  (This
4944         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4945         but not persistently, so every Gnus startup was still very slow.)
4946
4947 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4950         delete the extra newline.  Otherwise editing of :string and :number
4951         types don't work.
4952
4953 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4956         secrets.el dependency.
4957         (auth-sources): Add optional user name.  Add secrets.el configuration
4958         choice (unused right now).
4959
4960 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * gnus-sum.el (gnus-summary-make-menu-bar):
4963         Let `gnus-registry-install-shortcuts' fill in the functions.
4964
4965         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4966         warnings.
4967         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4968         (gnus-registry-install-shortcuts): Populate and use it in a
4969         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4970
4971 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4972
4973         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4974         In-place substitutions for the group name encoding/decoding.
4975         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4976         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4977         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4978         (nnimap-update-unseen, nnimap-request-list)
4979         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4980         (nnimap-request-set-mark, nnimap-split-to-groups)
4981         (nnimap-split-articles, nnimap-request-newgroups)
4982         (nnimap-request-create-group, nnimap-request-accept-article)
4983         (nnimap-request-delete-group, nnimap-request-rename-group)
4984         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4985         `encoded-mbx' for consistency.
4986         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4987         variable `imap-current-mailbox'.
4988
4989         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4990         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4991
4992 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4993
4994         * pop3.el (pop3-display-message-size-flag): Display message size byte
4995         counts during POP3 download.
4996         (pop3-movemail): Use it.
4997         (pop3-list): Implement listing of available messages.
4998
4999 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5000
5001         * nnir.el (nnir-get-article-nov-override-function): New function to
5002         override the normal NOV retrieval.
5003         (nnir-retrieve-headers): Use it.
5004
5005 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5006
5007         * auth-source.el (netrc-machine-user-or-password): Autoload.
5008
5009 2010-03-19  Glenn Morris  <rgm@gnu.org>
5010
5011         Stop message.el from loading about 40 libraries it doesn't always need.
5012         The general approach is to autoload rather than require, and to
5013         require in the specific functions rather than the file.  (Bug#5642)
5014
5015         * gmm-utils.el: Don't require wid-edit.
5016         (widget-create-child-value, widget-convert, widget-default-get):
5017         Autoload.
5018
5019         * gnus-util.el: Don't require time-date, netrc.
5020         (message-fetch-field, gnus-group-name-decode): Declare rather than
5021         autoloading.
5022         (gnus-fetch-field): Require message.
5023         (gnus-decode-newsgroups): Require gnus-group.
5024
5025         * ietf-drums.el: Don't require time-date.
5026
5027         * message.el: Don't require hashcash, canlock, ecomplete.
5028         Do require mail-utils.  Require nnheader only when compiling.
5029         (smtpmail-default-smtp-server): Remove declaration.
5030         (message-send-mail-function): Check smtpmail-default-smtp-server
5031         is bound rather than requiring smtpmail.
5032         (message-auto-save-directory, message-insert-signature):
5033         Use expand-file-name rather than nnheader-concat.
5034         (nnheader-insert-file-contents): Autoload.
5035         (hashcash-wait-async): Declare.
5036         (message-send-mail): Only call gnus-setup-posting-charset if
5037         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5038         (message-send-mail-with-sendmail): Require sendmail.
5039         (canlock-password, canlock-password-for-verify): Declare.
5040         (message-canlock-password): Require canlock.
5041         (nnheader-get-report): Autoload.
5042         (gnus-setup-posting-charset): Declare.
5043         (message-send-news): Require gnus-msg.
5044         (message-make-references, message-make-in-reply-to): Use mail-header-id
5045         rather than the alias mail-header-message-id.
5046         (ecomplete-add-item, ecomplete-save): Declare.
5047         (message-put-addresses-in-ecomplete): Require ecomplete.
5048         (ecomplete-display-matches): Autoload.
5049
5050         * mm-decode.el: Don't require mailcap, gnus-util.
5051         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5052         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5053         Autoload.
5054         (mailcap-mime-extensions): Declare.
5055
5056         * mm-encode.el: Don't require mailcap.
5057         (mailcap-extension-to-mime): Autoload.
5058
5059         * mml-sec.el: Don't require password-cache.
5060
5061         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5062         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5063         (mml-minibuffer-read-type): Require mailcap.
5064         (mml-preview): Require gnus-msg.
5065
5066         * mml1991.el: Require password-cache.
5067         (password-cache-expiry): Remove declaration.
5068
5069         * mml2015.el: Require password-cache.
5070         (password-cache-expiry): Remove declaration.
5071
5072         * nneething.el (mailcap): Require mailcap.
5073
5074         * nnheader.el (declare-function): Add compatibility stub.
5075         (message-remove-header): Declare rather than autoload.
5076         (nnheader-replace-header): Require message.
5077
5078         * nnimap.el (declare-function): Add compatibility stub.
5079         (netrc-parse, netrc-machine-user-or-password): Declare.
5080         (nnimap-open-connection): Require netrc.
5081
5082         * nntp.el (declare-function): Add compatibility stub.
5083         (netrc-parse, netrc-machine, netrc-get): Declare.
5084         (nntp-send-authinfo): Require netrc.
5085
5086         * rfc2047.el: Don't require qp.
5087         (quoted-printable-encode-region, quoted-printable-decode-string):
5088         Autoload.
5089
5090         * sieve-mode.el: Don't require easymenu.
5091         (easy-menu-add-item): Autoload it.
5092
5093         * spam-stat.el (time-to-number-of-days): Autoload it.
5094
5095 2010-03-19  Glenn Morris  <rgm@gnu.org>
5096
5097         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5098
5099 2010-03-18  Glenn Morris  <rgm@gnu.org>
5100
5101         * hashcash.el (declare-function): Remove duplicate definition.
5102
5103 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5104
5105         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5106         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5107         value if any backslash escapes).
5108
5109 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5112         if it is available.  (bug#5647)
5113
5114         * lpath.el: Suppress compiler warning for coding-system-from-name for
5115         Emacs 21 and XEmacs.
5116
5117 2010-03-14  Juri Linkov  <juri@jurta.org>
5118
5119         * hmac-def.el:
5120         * hmac-md5.el:
5121         * netrc.el: Fix keywords.
5122
5123 2010-02-26  Glenn Morris  <rgm@gnu.org>
5124
5125         * message.el (message-send-mail-function): Change the default, so that
5126         it inherits from a customized send-mail-function.  (Bug#5643)
5127
5128 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5129
5130         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5131         shell-command-to-string signals an error (bug#5299).
5132
5133 2010-02-24  Glenn Morris  <rgm@gnu.org>
5134
5135         * message.el (message-smtpmail-send-it)
5136         (message-send-mail-with-mailclient): Doc fixes.
5137
5138 2010-02-16  Glenn Morris  <rgm@gnu.org>
5139
5140         * message.el (message-default-mail-headers): Change the default value
5141         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5142
5143 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5146         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5147
5148 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5149
5150         * time-date.el (date-to-time): Doc fix (Bug#5408).
5151
5152 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5153
5154         * message.el (message-mail): Just pass yank-action on to message-setup.
5155         (message-setup): Handle (FUN . ARGS) form of yank-action.
5156         (message-with-reply-buffer, message-widen-reply)
5157         (message-yank-original): Handle non-buffer values of
5158         message-reply-buffer (Bug#4080).
5159         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5160
5161 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5162
5163         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5164         Fix typo in docstring.
5165
5166 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5167
5168         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5169         response.
5170
5171 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5174
5175         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5176
5177         * message.el (message-check-news-header-syntax): Protect against a
5178         string that `rfc822-addresses' returns when parsing fails.
5179
5180 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5183         (gnus-previous-char-property-change): New functions.
5184
5185         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5186
5187 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5188
5189         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5190         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5191
5192 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5193
5194         * message.el (message-exchange-point-and-mark): Rework last change to
5195         avoid using optional arg of exchange-point-and-mark, for backward
5196         compatibility.
5197
5198 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5199
5200         * message.el (message-exchange-point-and-mark):
5201         Call exchange-point-and-mark with an argument rather than setting
5202         mark-active by hand (Bug#5175).
5203
5204 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * nntp.el (nntp-service-to-port): Work for service expressed with
5207         numeric string; replace [:digit:] with [0-9] for XEmacs.
5208
5209 2009-12-17  Glenn Morris  <rgm@gnu.org>
5210
5211         * gnus-group.el (gnus-bug-group-download-format-alist):
5212         Change emacs entry to debbugs.gnu.org.  Bump :version.
5213
5214 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5217
5218 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * message.el (message-info): Explain why we use `Info-goto-node'.
5221
5222 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5225
5226 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5227
5228         * message.el (message-completion-in-region): New compatibility function.
5229         (message-expand-group): Use it.
5230
5231 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5234         with no unread article should be listed if the 2nd arg `predicate' is
5235         given.
5236
5237 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5240
5241 2009-11-29  Juri Linkov  <juri@jurta.org>
5242
5243         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5244         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5245         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5246
5247 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5248
5249         * sha1.el (sha1-string-external): default-directory "/" in case
5250         otherwise non-existent.  process-connection-type pipe for touch of
5251         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5252
5253 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5254
5255         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5256         it's comms related and sgml-mode.el has "comm" on that basis too.
5257
5258 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5261         containing tspecial characters if they have been already quoted.
5262
5263 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5264
5265         * dns-mode.el (auto-mode-alist): Purecopy string.
5266
5267 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5268
5269         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5270
5271 2009-10-24  Glenn Morris  <rgm@gnu.org>
5272
5273         * gnus-art.el (help-xref-stack-item): Define for compiler.
5274
5275 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5276
5277         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5278
5279 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5282
5283 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5286         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5287
5288 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5291         (gnus-overlays-in): New alias to overlays-in.
5292
5293         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5294         gnus-overlay-get, and gnus-delete-overlay.
5295         (gnus-summary-show-thread): Make it work as well for systems in which
5296         next-single-char-property-change is not available.
5297         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5298
5299         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5300         (gnus-overlay-get): New alias to extent-property.
5301         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5302
5303         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5304         SXEmacs.
5305
5306         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5307         SXEmacs.
5308
5309 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5312
5313 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5314
5315         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5316         and XEmacs that don't have `remove-overlays'.
5317
5318 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5319
5320         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5321         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5322         selective display.  Use overlays instead.
5323
5324 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5325
5326         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5327
5328 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5329
5330         * spam-stat.el (spam-stat-load): Fix typo in message.
5331
5332 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5333
5334         * dig.el (dig-invoke): Fix typo in docstring.
5335         (query-dig): Reflow docstring.
5336
5337 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5338
5339         * gnus-art.el (gnus-article-encrypt-body):
5340         * message.el (message-check-recipients):
5341         * mm-util.el (mm-codepage-setup):
5342         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5343         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5344
5345 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5346
5347         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5348         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5349         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5350         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5351         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5352
5353 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5354
5355         * dig.el: Add "Keywords: comm", as per net-utils.el.
5356
5357 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5358
5359         * dig.el (dig-mode): Use define-derived-mode.
5360
5361 2009-09-19  Glenn Morris  <rgm@gnu.org>
5362
5363         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5364
5365 2009-09-18  Glenn Morris  <rgm@gnu.org>
5366
5367         * gnus-diary.el (gnus-diary-check-message):
5368         * message.el (message-insert-formatted-citation-line):
5369         * nnbabyl.el (top-level):
5370         * nndiary.el (nndiary-schedule):
5371         Fix typos in condition-case handlers.
5372
5373 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5376         configuration that provides the sole article window in a frame;
5377         position point correctly after deleting a part.
5378
5379 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5380
5381         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5382         (spam-resolve-registrations-routine): Use it to unregister articles
5383         that change status.
5384
5385 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5388         with XEmacs.
5389         (parse-time-string-chars): Use it.
5390
5391 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * imap.el (imap-interactive-login): Better messages.
5394         (imap-open): Fix bug with renamed buffer on reconnect.
5395         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5396         for easier debugging and cleaner code.  On successful (guessed based on
5397         server capabilities) secondary authentication, set imap-state
5398         correctly.
5399         (imap-last-authenticator): Define imap-last-authenticator as a variable
5400         to avoid warnings.
5401
5402 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * nnrss.el (nnrss-request-article): Remove binding of
5405         default-enable-multibyte-characters that has gotten needless by
5406         the 2007-07-13 change in rfc2047-encode-message-header.
5407
5408         * mml.el (mml-insert-multipart): Error on the message header.
5409         (mml-insert-part): Error on the message header; position point at
5410         the end of a MIME tag.
5411
5412 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * time-date.el (autoload): Expand define-obsolete-function-alias into
5415         defalias and make-obsolete for old Emacsen that Gnus supports.
5416         (with-no-warnings): Define it for old Emacsen.
5417         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5418         is available.
5419         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5420         float-time is available; suppress compile warning for time-to-seconds.
5421
5422         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5423         (gnus-float-time): Alias to float-time if it exists.
5424
5425         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5426         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5427         float-time is available; suppress compile warning for time-to-seconds.
5428
5429         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5430         XEmacs.
5431
5432 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * imap.el (imap-message-map): Docstring fix.
5435
5436 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5439         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5440         Add the optional argument `encoding' that overrides the default.
5441
5442         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5443         mm-encode-buffer.
5444
5445 2009-09-04  Glenn Morris  <rgm@gnu.org>
5446
5447         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5448         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5449         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5450         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5451         * mm-util.el (mm-with-unibyte-current-buffer)
5452         (mm-find-buffer-file-coding-system):
5453         * yenc.el (yenc-decode-region): Use default-value rather than
5454         default-enable-multibyte-characters.
5455
5456 2009-09-03  Glenn Morris  <rgm@gnu.org>
5457
5458         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5459         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5460         than default-enable-multibyte-characters.
5461
5462 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5463
5464         * gnus-art.el (gnus-article-read-summary-keys):
5465         Fix gnus-buffer-configuration's value temporarily used.
5466
5467 2009-09-02  Glenn Morris  <rgm@gnu.org>
5468
5469         * gnus-util.el (gnus-float-time): New function.
5470         * gnus-delay.el (gnus-delay-article):
5471         * gnus-sum.el (gnus-thread-latest-date):
5472         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5473         * nnspool.el (nnspool-request-newgroups):
5474         Use gnus-float-time rather than time-to-seconds.
5475         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5476
5477         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5478         (gnus-header-subject-face, gnus-header-newsgroups-face)
5479         (gnus-header-name-face, gnus-header-content-face):
5480         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5481         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5482         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5483         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5484         (gnus-cite-face-11):
5485         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5486         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5487         (gnus-server-closed-face, gnus-server-denied-face)
5488         (gnus-server-offline-face):
5489         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5490         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5491         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5492         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5493         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5494         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5495         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5496         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5497         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5498         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5499         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5500         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5501         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5502         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5503         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5504         (gnus-summary-high-undownloaded-face)
5505         (gnus-summary-low-undownloaded-face)
5506         (gnus-summary-normal-undownloaded-face)
5507         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5508         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5509         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5510         (gnus-splash-face):
5511         * message.el (message-header-to-face, message-header-cc-face)
5512         (message-header-subject-face, message-header-newsgroups-face)
5513         (message-header-other-face, message-header-name-face)
5514         (message-header-xheader-face, message-separator-face)
5515         (message-cited-text-face, message-mml-face):
5516         * sieve-mode.el (sieve-control-commands-face)
5517         (sieve-action-commands-face, sieve-test-commands-face)
5518         (sieve-tagged-arguments-face):
5519         * spam.el (spam-face):
5520         Mark face aliases with "-face" in the name as obsolete.
5521
5522 2009-09-01  Glenn Morris  <rgm@gnu.org>
5523
5524         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5525         than goto-line.
5526
5527 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5530         Don't move point if the command is invoked inside the message header.
5531
5532 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5533
5534         * imap.el (imap-send-command): Simplify.
5535         (imap-wait-for-tag): point-max -> buffer-size.
5536
5537 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5538
5539         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5540         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5541         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5542         * nnir.el (nnir-swish-e-index-file):
5543         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5544         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5545         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5546         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5547         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5548         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5549
5550 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5553         Don't save excursion.
5554
5555 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5556
5557         * nnheader.el (nnheader-find-file-noselect):
5558         * mm-util.el (mm-insert-file-contents):
5559         Use (default-value 'major-mode) instead of default-major-mode.
5560
5561 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5564
5565 2009-08-26  Glenn Morris  <rgm@gnu.org>
5566
5567         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5568         than placing in files.el.
5569
5570 2009-08-25  Glenn Morris  <rgm@gnu.org>
5571
5572         * nnir.el (top-level): Don't require cl at run-time.
5573         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5574         Replace cl-function substitute with gnus-replace-in-string.
5575         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5576         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5577         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5578         simplified expansions.
5579
5580 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5581
5582         * dig.el (dig): Add autoload cookie.
5583
5584 2009-08-22  Glenn Morris  <rgm@gnu.org>
5585
5586         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5587         goto-line.
5588
5589 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5590
5591         * parse-time.el (parse-time-string-chars): Save match data.
5592
5593 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5594
5595         * parse-time.el (parse-time-string-chars): Compute using character
5596         classes, to handle non-ascii characters (Bug#3190).
5597
5598 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5601
5602         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5603         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5604         (gnus-mm-display-part, gnus-mime-display-single)
5605         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5606         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5607
5608         * gnus-sum.el
5609         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5610         (gnus-summary-move-article): Add expirable mark to articles copied or
5611         moved to group that has auto-expire turned on if the option is non-nil.
5612
5613 2009-07-24  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5616         Fix typo.  (Bug#3903)
5617
5618 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5621         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5622         that should not be used for draft articles.
5623         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5624         that has no concern in minor mode keys.
5625         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5626         Abolish.
5627
5628 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5631         article without making inquiry to a user for unknown encoding.
5632
5633         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5634         (nnmaildir--scan): Assume i-node and device number that file-attributes
5635         returns might be cons-cell.
5636
5637         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5638
5639         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5640
5641 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * auth-source.el: Remove docs now in auth.texi.  Don't use
5644         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5645         `auth-source-hide-passwords' and use them.
5646
5647 2009-07-15  Glenn Morris  <rgm@gnu.org>
5648
5649         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5650
5651 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5654         excessive whitespace from the default values of title and description.
5655
5656 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5659         mail-fetch-field to fetch Content-Description header in order to
5660         exclude newlines.
5661
5662 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5663
5664         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5665         format used by GnuPG 2.0.11.
5666
5667 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5670         to deleted part.
5671
5672 2009-05-30  David Engster  <dengste@eml.cc>
5673
5674         * nnmairix.el: Remove old documentation in the commentary block.
5675         (nnmairix-request-group): Do not update active file for nnml back ends.
5676         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5677         end so that overview files are ignored.
5678         (nnmairix-update-groups): Make updating the groups more robust by using
5679         marks.
5680         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5681         with dollar characters in message-id.
5682
5683 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5686         2008-12-25 in dns.el.
5687
5688 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5689
5690         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5691         could happen if the text is only composed of spaces and/or tabs.
5692
5693 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5694
5695         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5696         when sending a queued message to avoid extra mml tags.
5697
5698 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5701
5702 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5705         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5706         rmail-toggle-header for XEmacs;
5707         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5708
5709 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-dired.el: Remove autoload for gnus-setup-message.
5712         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5713         displaying Gnus logo; always use compose-mail.
5714
5715 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5718
5719 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5722         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5723         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5724         available.
5725         (gnus-nocem-epg-verify): New function.
5726
5727 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5730
5731 2009-02-15  Glenn Morris  <rgm@gnu.org>
5732
5733         * gnus-util.el (rmail-insert-rmail-file-header)
5734         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5735         autoloads.
5736         (rmail-default-rmail-file): Remove unnecessary declaration.
5737         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5738
5739 2009-02-14  Glenn Morris  <rgm@gnu.org>
5740
5741         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5742         variable (only used in gnus-util, which declares it anyway).
5743         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5744         which was only needed by gnus-art (changed to not use it any more).
5745         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5746         only used in gnus-util, which autoloads it itself.
5747         (rmail-update-summary): Fix autoload.
5748
5749         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5750         rather than rmail-output-to-rmail-file.
5751
5752 2009-02-07  Glenn Morris  <rgm@gnu.org>
5753
5754         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5755         autoload of function that no longer exists.
5756         (rmail-toggle-header): Declare.
5757         (message-forward-rmail-make-body): Handle mbox Rmail.
5758
5759 2009-01-31  Glenn Morris  <rgm@gnu.org>
5760
5761         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5762         2009-01-09 change.
5763
5764 2009-01-31  Dave Love  <fx@gnu.org>
5765
5766         * imap.el (imap-fetch-safe): Bind debug-on-error.
5767         (imap-debug): Add imap-fetch-safe.
5768
5769 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5770
5771         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5772         (auth-source-forget-all-cached): New convenience function.
5773         (auth-source-user-or-password): Accept list of modes or a single mode.
5774
5775         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5776         auth-source modes.
5777
5778         * netrc.el (netrc-machine-user-or-password): Use list of
5779         auth-source modes.
5780
5781         * nnimap.el (nnimap-open-connection): Use list of
5782         auth-source modes.
5783
5784         * nntp.el (nntp-send-authinfo): Use list of
5785         auth-source modes.
5786
5787 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5790         now.
5791
5792 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5795         coding system in XEmacs; add a workaround for XEmacs.
5796
5797         * lpath.el: Fbind coding-system-aliasee.
5798
5799 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5802         of current-language-environment.
5803
5804 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5807         available at runtime.
5808
5809 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5812
5813 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5814
5815         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5816         the greatest positive fixnum value doesn't work under an XEmacs with
5817         bignum support; use the most-positive-fixnum constant instead,
5818         available since Emacs 21.1 with cl and XEmacs 21.1.
5819
5820 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5823         XEmacs gets not to work.
5824
5825 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * mm-util.el (mm-coding-system-priorities): Allow the value like
5828         "Japanese (UTF-8)" of current-language-environment.
5829
5830 2009-01-09  Glenn Morris  <rgm@gnu.org>
5831
5832         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5833         with last-command-event.
5834
5835 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5838         in the doc string.
5839
5840         * message.el (message-fix-before-sending): Amend comment.
5841
5842 2009-01-08  Dave Love  <fx@gnu.org>
5843
5844         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5845
5846 2009-01-07  David Engster  <dengste@eml.cc>
5847
5848         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5849         simplified server definitions by converting it via
5850         gnus-server-to-method.
5851
5852 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5855         parameter's operands.
5856
5857 2009-01-06  David Engster  <dengste@eml.cc>
5858
5859         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5860         primary select method (for gnus-group-mark-article-as-read).
5861
5862 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5863
5864         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5865         `(gnus)Face', not `(gnus)X-Face'.
5866
5867 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-util.el (mm-ucs-to-char): New function.
5870
5871         * mm-url.el (mm-url-decode-entities): Use it.
5872
5873         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5874         unicode-to-char.
5875
5876 2009-01-05  Dave Love  <fx@gnu.org>
5877
5878         * time-date.el: Require cl for `declare'.
5879
5880 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5883         Dave Love.
5884
5885 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5886
5887         * message.el (message-fix-before-sending): Add `eight-bit' to
5888         illegible-text check.
5889
5890 2009-01-03  Michael Olson  <mwolson@gnu.org>
5891
5892         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5893         `headers' is nil.  This can occur if the IMAP server does not have
5894         permissions to read messages from a folder, but can write new messages
5895         to the folder.
5896         (nnimap-request-article-part): Do not insert `data' if it is nil.
5897
5898         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5899         characters which will confuse `read', so skip past them.
5900
5901 2009-01-01  Dave Love  <fx@gnu.org>
5902
5903         * imap.el (imap-string-to-integer): Fix typo.
5904         (imap-fetch-safe): New function.
5905         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5906
5907         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5908
5909         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5910         (imap-parse-greeting): Fix doc strings.
5911         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5912         (imap-parse-flag-list): Make messages unique.
5913         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5914
5915         * nnimap.el: Fix author email.
5916         (nnimap-split-rule): Add FIXME comment.
5917         (nnimap-debug): Fix doc string.
5918
5919 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5922
5923 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5926         nslookup if resolv.conf isn't available.
5927         (dns-query): Rename from query-dns.
5928         (dns-query-cached): Rename from query-dns-cached.
5929
5930 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5933         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5934         to check if those variables exist (first appeared in Emacs 18.50).
5935
5936 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * mm-util.el (mm-line-number-at-pos): New function.
5939
5940         * spam-report.el (spam-report-process-queue): Use it.
5941
5942 2008-12-24  David Engster  <dengste@eml.cc>
5943
5944         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5945         parameters that haven't existed as variables as buffer-local variables.
5946
5947 2008-12-23  Dave Love  <fx@gnu.org>
5948
5949         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5950         cadar.
5951
5952         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5953         imap-starttls-p.
5954         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5955
5956 2008-12-22  Dave Love  <fx@gnu.org>
5957
5958         * imap.el: Fix author email.  Doc fixes.
5959         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5960         reply.
5961
5962 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * spam-report.el (spam-report-gmane-max-requests): New constant.
5965         (spam-report-gmane-wait): New variable.
5966         (spam-report-gmane-ham, spam-report-gmane-spam)
5967         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5968         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5969         the server.
5970
5971         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5972         Add explanations.
5973
5974         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5975         nnheader-accept-process-output and nnheader-read-timeout if available.
5976         (pop3-movemail): Use it.
5977
5978         * message.el (message-check-news-body-syntax): Fix signature check if
5979         there's an attachment.
5980
5981 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * mm-util.el: Add comments to the mm- emulating functions.
5984
5985 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5986
5987         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5988         Reported by Stephen Berman <stephen.berman@gmx.net>.
5989
5990 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * mm-util.el (mm-substring-no-properties): New function.
5993         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5994         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5995         (mm-string-to-multibyte): Doc fix.
5996
5997         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5998
5999 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * mml.el (mml-attach-file): Strip text properties from file name.
6002         (Bug#1574)
6003
6004 2008-12-16  Glenn Morris  <rgm@gnu.org>
6005
6006         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6007
6008 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6011         knows since the charset specified might be a bogus alias that
6012         mm-charset-synonym-alist provides.
6013
6014 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6017         "ISO_8859-1".
6018
6019         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6020
6021 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * mm-util.el (mm-charset-eval-alist):
6024         Define it before mm-charset-to-coding-system.
6025         (mm-charset-to-coding-system): Add optional argument `silent';
6026         define it before mm-charset-override-alist.
6027         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6028         default value if it can be used in Emacs currently running;
6029         silence mm-charset-to-coding-system.
6030
6031 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6034         `allow-override' which says whether to use `mm-charset-override-alist'.
6035         (rfc2047-decode-encoded-words): Use it.
6036
6037         * mm-util.el (mm-charset-override-alist): Fix custom type;
6038         add `(gb2312 . gbk)' to choices.
6039
6040 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6043         fast.
6044
6045         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6046
6047         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6048
6049 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6050
6051         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6052         on links.
6053
6054         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6055
6056 2008-12-03  Lute Kamstra  <lute@gnu.org>
6057
6058         * sha1.el: Remove leading * from docstrings of defcustoms,
6059         deffaces, defconsts and defuns.
6060
6061 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6064         users' addresses that don't have domain parts.
6065         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6066         rather than message-narrow-to-head since there will be the message
6067         header separator.
6068
6069 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6070
6071         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6072         since the result is inserted in a unibyte buffer anyway.
6073         (nnimap-demule-use-string-to-multibyte): Remove.
6074         (nnimap-demule): Alias it to mm-string-to-multibyte.
6075
6076 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6079         variable for debugging bug#464 and bug#1174.
6080         (nnimap-demule): Use it.
6081
6082 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6085         score calculation correctly.
6086
6087 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6088
6089         * message.el (message-send-mail): Just set the buffer to unibyte
6090         rather than use mm-with-unibyte-current-buffer which does a lot more.
6091         (message-send-mail-partially): Don't bother with
6092         mm-with-unibyte-current-buffer since it's already been made unibyte by
6093         message-send-mail.
6094
6095 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6098
6099 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6102
6103 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6106         require itself and to remove `with-no-warnings'.
6107
6108 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6109
6110         * starttls.el (starttls-any-program-available): Get the name of the
6111         available TLS layer program.
6112         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6113         well as the host name in the "opening" message.
6114
6115         * auth-source.el (auth-source-cache, auth-source-do-cache)
6116         (auth-source-user-or-password): Cache passwords and logins by default,
6117         allow override with `auth-source-do-cache'.
6118         (auth-source-forget-user-or-password): Allow users to remove cache
6119         entries if needed.
6120
6121 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6122
6123         * md4.el (md4-buffer): Fix typo in docstring.
6124         (md4, md4-64): Doc fixes.
6125         (md4-pack-int32): Reflow docstring.
6126
6127 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6128
6129         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6130         condition-case to only the forward-sexp call.
6131
6132 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6135         quotes contained.  Make it more robust regardless by an extra
6136         condition-case wrapper.
6137
6138 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6141
6142 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * nnml.el (nnml-request-expire-articles): Check if the function set to
6145         `nnmail-expiry-target' returns the symbol `delete'.
6146
6147         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6148
6149         * nnmail.el (nnmail-expiry-target): Fix custom type.
6150
6151 2008-10-02  Glenn Morris  <rgm@gnu.org>
6152
6153         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6154         Silence compiler warning.
6155
6156 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6157
6158         * tls.el (open-tls-stream): Show the actual command being
6159         executed, instead of the format string.
6160
6161 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * lpath.el: Fbind codepage-setup for Emacs 23.
6164
6165 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6166
6167         * mml.el (mml-menu): Don't assume mml2015 is bound.
6168
6169 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6172         exists.
6173
6174 2008-09-27  Glenn Morris  <rgm@gnu.org>
6175
6176         * gnus-util.el (mail-header-remove-comments): Autoload it.
6177
6178 2008-09-27  Andreas Schwab  <schwab@suse.de>
6179
6180         * gnus-util.el (gnus-split-references): Strip comments.
6181         (gnus-parent-id): Likewise.
6182
6183 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * message.el (message-confirm-send): Fix version.
6186
6187 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * message.el (message-idna-to-ascii-rhs-1): Use
6190         mail-extract-address-components rather than mail-header-parse-addresses
6191         that is an alias by default to ietf-drums-parse-addresses that does not
6192         support non-ASCII names in headers' contents.
6193
6194 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         * message.el (message-confirm-send): Fix variable documentation to
6197         avoid the "y/n" wording.
6198
6199 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6200
6201         * message.el (message-set-auto-save-file-name): Save to a different
6202         filename so multiple messages (especially drafts) can be recovered.
6203
6204 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6205
6206         * message.el (message-confirm-send): Add appropriate version.
6207
6208 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6209
6210         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6211         defvar.
6212
6213 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6214
6215         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6216         (mm-pkcs7-enveloped-magic): Ditto.
6217
6218 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6219
6220         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6221         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6222
6223 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6224
6225         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6226         default, it's better.
6227
6228 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6229
6230         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6231         summary line gnus-number property and ignore them (with a warning
6232         message).
6233
6234 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6237         macro caddr in the interactive form since it won't be expanded.
6238
6239 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6242         `charset'; fix name of function called recursively.
6243         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6244
6245 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6248         (gnus-mime-set-charset-parameters): New function.
6249         (gnus-mime-view-part-as-charset): Use it to correctly display part
6250         specifying wrong charset.
6251
6252 2008-09-08  David Engster  <dengste@eml.cc>
6253
6254         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6255         in completing-read for back end server.
6256
6257 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * message.el (message-confirm-send): New variable to confirm sending a
6260         message.
6261         (message-send): Use it.
6262
6263 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6266
6267 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6270
6271 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6274         prevent tracking too many groups.
6275         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6276         Use it.
6277
6278 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6279
6280         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6281         moving point to the bottom of the window in order to avoid recentering.
6282
6283 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6286
6287         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6288         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6289         (gnus-article-beginning-of-window): Fix calculation.
6290
6291 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-msg.el (gnus-summary-supersede-article)
6294         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6295         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6296         message header.
6297
6298 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6299
6300         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6301         pending output coming after the status change.
6302
6303 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6304
6305         * message.el:
6306         * gnus-start.el:
6307         * gnus-registry.el: Remove VMS support.
6308
6309 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6312         macro.
6313         (rfc2104-hash): Use it.
6314
6315 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6318         (gnus-summary-sort-by-most-recent-date): New commands.
6319         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6320         and menu entries.
6321
6322 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6325         don't redisplay article for raw contents; remove plural articles stuff.
6326
6327         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6328         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6329         on gnus-summary-save-article; display results properly.
6330
6331 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * lpath.el: No need to fbind ns-focus-frame.
6334
6335 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6338
6339 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-art.el (gnus-summary-save-in-pipe):
6342         Consider gnus-save-all-headers.
6343
6344 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6345
6346         * gnus-util.el (ns-focus-frame): Remove declaration.
6347         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6348         like x.
6349
6350 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6351
6352         * rfc2104.el (rfc2104-zero): Delete defconst.
6353         (rfc2104-hex-alist): Likewise.
6354         (rfc2104-hex-to-int): Delete func.
6355         (rfc2104-hexstring-to-bitstring): Likewise.
6356         (rfc2104-nybbles): New defconst.
6357         (rfc2104-hash): Rewrite for speed.
6358
6359 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * tls.el (open-tls-stream): Make it work with the 2nd argument
6362         BUFFER that is a string but does not exist as a buffer object, as
6363         mentioned in the doc-string.
6364
6365 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6368         SXEmacs.
6369
6370 2008-07-16  Glenn Morris  <rgm@gnu.org>
6371
6372         * gnus-util.el (ns-focus-frame): Declare for compiler.
6373
6374 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6377         set as a group parameter.
6378         (gnus-summary-save-in-pipe): Work when it is called independently.
6379         (gnus-summary-pipe-to-muttprint): Don't modify
6380         gnus-summary-pipe-output-default-command.
6381
6382 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6383
6384         * message.el (message-send-mail-with-sendmail):
6385         Display the error message.
6386
6387 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-art.el (gnus-default-article-saver):
6390         Add gnus-summary-save-in-pipe to choices.
6391         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6392         gnus-summary-pipe-output-default-command as the default command.
6393         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6394         instead of gnus-last-shell-command.
6395
6396         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6397         New user option.
6398         (gnus-summary-muttprint-program): Mention the value will be changed.
6399         (gnus-summary-save-article): Force showing of all headers.
6400         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6401
6402 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6403
6404         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6405
6406 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6407
6408         * nnimap.el (nnimap-id):
6409         * sieve-manage.el (sieve-manage-open): Doc fixes.
6410
6411 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6412
6413         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6414         if available.
6415
6416 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6417
6418         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6419
6420         * nnkiboze.el (nnkiboze-generate-group):
6421         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6422
6423         * nnmairix.el: Require CL.
6424
6425 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * dgnushack.el: Autoload get-display-table and put-display-table for
6428         XEmacs 21.5.
6429
6430         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6431         21.4 and SXEmacs.
6432
6433 2008-06-15  David Engster  <dengste@eml.cc>
6434
6435         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6436
6437 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6438
6439         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6440         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6441         runtime choice under XEmacs.
6442
6443         * gnus-sum.el (gnus-summary-set-display-table):
6444         Use `gnus-put-display-table', `gnus-get-display-table',
6445         `gnus-set-display-table' for the display table, instead of `aset'.
6446
6447         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6448         Use `gnus-put-display-table', `gnus-get-display-table',
6449         `gnus-set-display-table' for the display table.
6450
6451 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * nnmairix.el: Add autoloads.
6454
6455 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * nnmairix.el (nnmairix-delete-recreate-group)
6458         (nnmairix-update-and-clear-marks): Fix error messages.
6459
6460 2008-06-14  David Engster  <dengste@eml.cc>
6461
6462         * nnmairix.el: Upgrade to version 0.6.
6463         (nnmairix-group-toggle-propmarks-this-group)
6464         (nnmairix-group-toggle-readmarks-this-group)
6465         (nnmairix-group-delete-recreate-this-group)
6466         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6467         (nnmairix-remove-tick-mark-original-article): New commands.
6468         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6469         (nnmairix-propagate-marks-to-nnmairix-groups)
6470         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6471         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6472         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6473         functions needed for marks propagation and manipulation of read marks.
6474         (nnmairix-update-groups): New function.
6475         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6476         (nnmairix-determine-original-group-from-registry)
6477         (nnmairix-determine-original-group-from-path)
6478         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6479         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6480         New helper functions.
6481         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6482         keystrokes for new commands.
6483         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6484         (nnmairix-request-group): Check allow-fast group parameter.
6485         (nnmairix-request-create-group): Set allow-fast group parameter if
6486         nnmairix-allowfast-default is set.
6487         (nnmairix-close-group): Propagate marks upon closing if needed.
6488         (nnmairix-group-toggle-threads-this-group): Use new.
6489         nnmairix-group-toggle-parameter helper function.
6490         (nnmairix-search): Better check for empty search result.
6491         (nnmairix-goto-original-article): Use new helper functions for
6492         determining original article.
6493         (nnmairix-show-original-article): Make sure message-id is in brackets.
6494         (nnmairix-call-mairix-binary): Change variable name.
6495         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6496         helper function.
6497         (nnmairix-widget-toggle-activate): Fix doc string.
6498
6499 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * nnir.el: Require edmacro when compiling with XEmacs.
6502         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6503         available in Emacs 21.
6504
6505 2008-06-11  Glenn Morris  <rgm@gnu.org>
6506
6507         * gnus-util.el (x-focus-frame):
6508         * gnus.el (image-size):
6509         * mm-decode.el (image-size): Declare.
6510
6511         * gnus-picon.el (declare-function): Add compat definition.
6512         (image-size): Declare.
6513
6514         * gnus-group.el (tool-bar-map):
6515         * gnus-sum.el (tool-bar-map): Define for compiler.
6516
6517         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6518
6519         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6520
6521         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6522         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6523         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6524         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6525         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6526         * sieve-manage.el, spam-report.el, spam.el:
6527         Remove unnecessary eval-and-compile of autoloads.
6528
6529 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6530
6531         * auth-source.el: Precise Tramp doc.
6532
6533 2008-06-07  Glenn Morris  <rgm@gnu.org>
6534
6535         * nnmairix.el: Remove unnecessary eval-when-compile.
6536
6537 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * lpath.el: Fbind propertize for XEmacs 21.4.
6540
6541 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * nnir.el: Move here from ../contrib.
6544
6545 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * gnus-util.el (gnus-read-shell-command): New function.
6548         * mm-decode.el (mm-pipe-part):
6549         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6550
6551 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6554
6555 2008-06-03  Glenn Morris  <rgm@gnu.org>
6556
6557         * pop3.el (nnheader-accept-process-output): Autoload it.
6558
6559 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6562         are not 2-digit hexadecimal characters that follow `%'s.
6563
6564 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * message.el (message-bogus-recipient-p): Fix type in doc string.
6567         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6568         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6569         Improve custom options.
6570         (message-bogus-recipient-p): Adjust accordingly.
6571
6572 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6573
6574         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6575         long-form month and day names.
6576
6577 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * dgnushack.el: Autoload debug, eudc-expand-inline and
6580         pgg-snarf-keys-region for XEmacs.
6581
6582         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6583
6584         * nnmairix.el: Require edmacro when compiling with XEmacs.
6585
6586 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6589         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6590
6591 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6592
6593         * auth-source.el: Add more docs.
6594
6595         * netrc.el (netrc-machine): Always match if the port is not given.
6596
6597 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6600         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6601         retrieval faster in some cases, but might make CPU usage larger.
6602         If this has any bad side effects, we might revert this change.
6603
6604         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6605         seems to make mail retrieval much, much faster.
6606         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6607         unconditionally.
6608
6609         * gnus-draft.el (gnus-group-send-queue):
6610         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6611
6612 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6615
6616         * message.el (message-bogus-address-regexp): Fix and improve custom
6617         type.
6618         (message-setup-hook): Add message-check-recipients as custom option.
6619
6620 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * message.el (message-cite-function): Remove bogus autoload which crept
6623         in during merge from v5-10.
6624
6625 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6628
6629         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6630
6631         * auth-source.el: Preliminary Tramp docs.
6632         (auth-sources): Change the default auth-sources to use
6633         EPA .gpg files.
6634
6635 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * nntp.el: Autoload `auth-source-user-or-password'.
6638         (nntp-send-authinfo): Use it.
6639
6640         * nnimap.el: Autoload `auth-source-user-or-password'.
6641         (nnimap-open-connection): Use it.
6642
6643         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6644         for the gnus-message function.
6645         (auth-source-user-or-password): Use it.
6646
6647 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6648
6649         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6650         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6651         (rfc2104-hash): Use it.
6652
6653 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6654
6655         * gnus-art.el (gnus-article-toggle-truncate-lines):
6656         Don't use `iff' in docstring.
6657
6658 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6661
6662         * gnus-util.el (gnus-extract-address-component-name)
6663         (gnus-extract-address-component-email): Convenience functions around
6664         `gnus-extract-address-components'.
6665
6666         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6667         Use `gnus-extract-address-component-email' to fix bug of comparing full
6668         sender name to `user-mail-address'.
6669
6670 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6671
6672         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6673         catch/throw to optimize.
6674         (gnus-registry-find-keywords): Just use member to find a keyword.
6675
6676 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6679         is current before calling gnus-server-prepare.
6680         (gnus-server-setup-buffer, gnus-server-update-server)
6681         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6682
6683 2008-05-04  Juri Linkov  <juri@jurta.org>
6684
6685         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6686         (mailcap-file-default-commands): Use mailcap-replace-in-string
6687         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6688         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6689
6690 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6691
6692         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6693
6694 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6695
6696         * gnus.el: Bump version to 0.11.
6697
6698 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6699
6700         * gnus.el: No Gnus v0.10 is released.
6701
6702 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6705         hooks.
6706         (gnus-update-read-articles): Speed up non-marks-using users.
6707         (gnus-use-marks): Define gnus-use-marks.
6708         (gnus-propagate-marks): Rename variable to something more sensible.
6709
6710 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6711
6712         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6713         (gmm-image-load-path-for-library): Fix typos in docstrings.
6714         (gmm-message): Reflow docstring.
6715
6716 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6717
6718         * mail-source.el (mail-source-set-1, mail-source-bind):
6719         Move auth-source code out of the macro to clean it up and fix bugs.
6720
6721 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6724         by sender if it's equal to user-mail-address, it's likely to be
6725         useless.
6726
6727         * mail-source.el (mail-source-bind): Don't use user or password if they
6728         are not bound.  Unintern them if they are nil.  Don't use server unless
6729         it's bound, and default it to empty string otherwise.
6730
6731 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6732
6733         * mail-source.el: Load auth-source.el.
6734         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6735         get user name or password, if auth-sources is set up.
6736
6737         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6738         strategy of splitting with parent.
6739         (gnus-registry-split-fancy-with-parent)
6740         (gnus-registry-post-process-groups): Use it and fix prior
6741         bug (returning a list as the split result).
6742
6743         * auth-source.el (auth-sources): Remove server parameter.
6744         (auth-source-pick, auth-source-user-or-password)
6745         (auth-source-user-or-password-imap)
6746         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6747         (auth-source-user-or-password-sftp)
6748         (auth-source-user-or-password-smtp): Remove server parameter.
6749
6750 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6751
6752         * smime.el (smime-sign-region, smime-encrypt-region)
6753         (smime-decrypt-region):
6754         Remove redundant calls to `generate-new-buffer-name'.
6755
6756 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6757
6758         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6759         Don't use QP for message/rfc822.
6760         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6761
6762 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6763
6764         * sieve-manage.el (sieve-string-bytes): Remove.
6765         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6766         correct byte-length only if the process's coding-system is the same as
6767         the one used internally by Emacs to represent strings.
6768
6769 2008-04-22  Juri Linkov  <juri@jurta.org>
6770
6771         * mailcap.el (mailcap-file-default-commands): New function.
6772
6773 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * message.el (message-signature-separator, message-cite-function):
6776         Change custom version.
6777
6778 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6779
6780         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6781         commands.
6782         (tls-checktrust): Ditto.
6783
6784 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * mm-decode.el (mm-display-external): Make temp file read-only.
6787
6788 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6791         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6792         `C-c C-f d'.
6793
6794 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6795
6796         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6797
6798 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * gnus.el: Bump version to 0.9.
6801
6802 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * gnus.el: No Gnus v0.8 is released.
6805
6806 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6807
6808         * mail-source.el (mail-source-value):
6809         Prefer fboundp to functionp so it works with macros as well.
6810
6811 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6814         Fix last change in case the element is not even a symbol.
6815
6816 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6817
6818         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6819         Prefer fboundp to functionp so it works with macros as well.
6820
6821 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6822
6823         * auth-source.el: Add docs.
6824         (auth-sources): Modify format to support server.
6825         (auth-source-pick, auth-source-user-or-password)
6826         (auth-source-user-or-password-imap)
6827         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6828         (auth-source-user-or-password-sftp)
6829         (auth-source-user-or-password-smtp): Add server parameter.
6830
6831 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * gnus-registry.el: Initialize the registry when gnus-registry-install
6834         is t.
6835
6836 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * compface.el (uncompface): Make buffer unibyte.
6839
6840 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6841
6842         * mail-source.el (mail-source-value):
6843         Prefer fboundp to functionp so it works with macros as well.
6844
6845 2008-04-05  Glenn Morris  <rgm@gnu.org>
6846
6847         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6848
6849 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6850
6851         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6852         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6853
6854         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6855         multibyteness after rather than before erasing it.
6856
6857         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6858         mm-with-multibyte.
6859         (gnus-request-article-this-buffer): Make sure the proper decoding is
6860         used if gnus-original-article-buffer happens to be unibyte.
6861
6862         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6863         default-enable-multibyte-characters.
6864
6865         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6866         default-enable-multibyte-characters.
6867
6868         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6869
6870         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6871
6872 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6873
6874         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6875         Fix last change in case the element is not even a symbol.
6876
6877 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6878
6879         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6880         (imap-message-copyuid-1): Use it.
6881         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6882         J. Williams in
6883         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6884
6885         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6886         imap-enable-exchange-bug-workaround.
6887         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6888
6889 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6890
6891         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6892         a 100 byte status-checks into a 2-3MB transfer for each group.
6893         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6894         to enable bug workaround or not.
6895         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6896
6897 2008-03-31  Glenn Morris  <rgm@gnu.org>
6898
6899         * message.el (mml2015-use): Declare for compiler.
6900         (message-info): Require mml2015 when appropriate.
6901
6902 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6905         whitespace.
6906
6907 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6908
6909         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6910         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6911         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6912         (nntp-service-to-port): New function.
6913         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6914         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6915         (nntp-open-netcat-stream): New function.
6916         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6917
6918 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6919
6920         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6921
6922 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6923
6924         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6925
6926 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6927
6928         * dns.el (dns-write): Use set-buffer-multibyte.
6929
6930 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6931
6932         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6933
6934 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * message.el (message-signature-separator): Change default.
6937         Improve custom type.
6938         (message-cite-function): Change default to
6939         message-cite-original-without-signature.
6940
6941         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6942         toggle.
6943
6944         * message.el (message-check-news-body-syntax): Fix signature check.
6945         (message-setup-1): Mark buffer as unmodified _after_ running
6946         message-setup-hook and handling message-alternative-emails.
6947         (message-shorten-references): Be more strict when building list of
6948         valid references to comply with GNKSA.
6949
6950         * gnus-group.el (gnus-read-ephemeral-bug-group)
6951         (gnus-read-ephemeral-debian-bug-group)
6952         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6953
6954         * message.el (message-info): Don't use booleanp which isn't supported
6955         in Emacs 21 and XEmacs.
6956
6957 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6960         gnus-group-gmane-group-download-format.
6961         (gnus-group-read-ephemeral-gmane-group): Rename from
6962         gnus-group-read-ephemeral-gmane-group.
6963         (gnus-read-ephemeral-gmane-group-url): Rename from
6964         gnus-group-read-ephemeral-gmane-group-url.
6965         (gnus-bug-group-download-format-alist): New variable.
6966         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6967         (gnus-read-ephemeral-emacs-bug-group): New commands.
6968
6969 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6972         (gnus-visible-headers): Improve custom type.
6973
6974 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * mml.el (mml-menu): Add workarounds for XEmacs.
6977
6978         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6979         X-Boundary header.
6980
6981         * message.el (message-simplify-recipients): Fix previous commit.
6982
6983 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6984
6985         * mm-util.el (mm-set-buffer-multibyte): New function.
6986         * mm-decode.el (mm-copy-to-buffer): Use it.
6987
6988         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6989         Prefer fboundp to functionp so it works with macros as well.
6990
6991 2008-03-19  Glenn Morris  <rgm@gnu.org>
6992
6993         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6994         Accidentally removed in the sync process with Emacs.
6995
6996 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * message.el (message-alter-recipients-discard-bogus-full-name):
6999         New function.
7000         (message-alter-recipients-function): New variable.
7001         (message-get-reply-headers): Use it.
7002         (message-replace-header): New helper function.
7003         (message-recipients-without-full-name): New variable.
7004         (message-simplify-recipients): New command.
7005
7006         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7007
7008         * message.el (message-info): Handle EasyPG manual.
7009
7010         * mml.el (mml-menu): Add entry for EasyPG.
7011
7012 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7013
7014         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7015         parameter.
7016
7017         * message.el (message-disassociate-draft): Specify drafts group name
7018         fully.
7019
7020 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7023         Eliminate unnecessary duplicates from the match list.
7024
7025 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7028
7029         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7030
7031         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7032         args of `how-many' of which the XEmacs version doesn't take; declare
7033         Info-index-next as function.
7034
7035 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * gnus-score.el (gnus-score-headers): Fix handling of
7038         gnus-inhibit-slow-scoring.
7039
7040         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7041         string.
7042         (gnus-button-url-regexp): Improve handling of parenthesis.
7043         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7044         (gnus-button-handle-info-keystrokes): Handle index entries.
7045
7046 2008-03-15  Glenn Morris  <rgm@gnu.org>
7047
7048         * parse-time.el (parse-time-string): Simplify.
7049
7050 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7053         Incoming* files.
7054
7055 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * auth-source.el (auth-sources): Rename from auth-source-choices.
7058         (auth-source-pick): Use it.
7059
7060 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7061
7062         * binhex.el (binhex-decode-region-internal):
7063         * uudecode.el (uudecode-decode-region-internal):
7064         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7065         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7066         setting default-enable-multibyte-characters.
7067
7068 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7069
7070         * auth-source.el (auth-source-protocols)
7071         (auth-source-protocols-customize, auth-source-choices): Add and
7072         modified variable customizations and defaults.
7073         (auth-source-pick, auth-source-user-or-password)
7074         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7075         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7076         (auth-source-user-or-password-sftp)
7077         (auth-source-user-or-password-smtp): Use new variables and provide an
7078         interface to netrc.el.
7079
7080 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7083         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7084         Make sure the nntp port to specify is a string.
7085
7086 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7087
7088         * nntp.el: Use with-current-buffer.
7089         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7090         dubious mm-with-unibyte-current-buffer.
7091         (nntp-with-open-group-function): New function extracted from
7092         nntp-with-open-group macro.
7093         (nntp-with-open-group): Use the function, so it's easier to debug.
7094         Add indentation and debugging info.
7095         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7096         Recommend the use of the netcat alternatives.
7097
7098         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7099         Avoid mm-string-as-multibyte as well.
7100
7101         * nnweb.el (nnweb-insert-html):
7102         Remove use of nnheader-string-as-multibyte.
7103
7104         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7105         (nnheader-string-as-multibyte): Remove.
7106
7107         * mm-view.el: Use inhibit-read-only.
7108         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7109         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7110         or unibyte-string.
7111
7112         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7113         (mm-uu-yenc-extract): Use with-current-buffer.
7114
7115         * gnus-soup.el (gnus-soup-send-packet): Don't use
7116         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7117
7118         * nnmh.el: Use with-current-buffer.
7119         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7120         mm-string-as-multibyte on the output of mm-encode-coding-string.
7121
7122         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7123         (nnimap-request-move-article): Use with-current-buffer.
7124
7125         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7126         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7127         conversion uses string-make-unibyte rather than string-as-unibyte.
7128
7129         * gnus-msg.el: Use with-current-buffer.
7130
7131         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7132
7133 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7134
7135         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7136         string for caching if it is 'PIN.
7137
7138 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * lpath.el: Consider the case without Emacs/W3.
7141
7142 2008-03-08  Glenn Morris  <rgm@gnu.org>
7143
7144         * time-date.el (date-to-time, time-subtract, time-add)
7145         (safe-date-to-time): Doc fixes.
7146
7147 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * mail-source.el (mail-source-delete-old-incoming-confirm):
7150         Change default to nil.
7151         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7152
7153 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * lpath.el: Rearrange.
7156
7157         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7158         (gnus-article-goto-prev-page): Work for articles having ^L's.
7159
7160         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7161
7162         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7163
7164 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7165
7166         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7167         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7168         (gnus-bookmark-jump): Adjust some variable names.
7169
7170 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * auth-source.el: New package.
7173         (auth-source-choices): Add customization entry point variable.
7174
7175         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7176         bug.
7177
7178 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7181         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7182         (gnus-registry-install-shortcuts): Rename from
7183         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7184         the `gnus-registry-mark-map' keymap dynamically from
7185         `gnus-registry-marks'.  The generated functions update the summary line
7186         when a registry mark is added or deleted, and will call
7187         `gnus-registry-install-p' (see the comments in the code).
7188         (gnus-registry-user-format-function-M): Use concat intelligently.
7189
7190         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7191         the registry mark functions.
7192
7193 2008-03-05  Glenn Morris  <rgm@gnu.org>
7194
7195         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7196         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7197         gnus-art.
7198         (top-level): No need to load own source when compiling.
7199
7200 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7203         Suggested by <chris.anderton@zetnet.co.uk>.
7204
7205 2008-03-04  Glenn Morris  <rgm@gnu.org>
7206
7207         * gnus-sum.el (top-level): No need to require gnus when compiling,
7208         since unconditionally required near start of file.
7209         (gnus-summary-display-while-building): Move definition before use.
7210
7211 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * gnus-registry.el (gnus-registry-user-format-function-M):
7214         Add formatting function.
7215
7216 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7219         with plists.
7220         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7221         Use new format.
7222
7223 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7226         `where-is-internal' that returns a range of key sequences.
7227
7228 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7229
7230         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7231
7232         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7233         (gnus-summary-jump-to-group): Consider windows on other displayed
7234         frames as well.  Similar changes might be needed elsewhere, but that's
7235         the one I've bumped into during my use.
7236
7237         * nndoc.el (nndoc-oe-dbx-type-p):
7238         * gnus-msg.el (gnus-debug):
7239         * gnus-group.el (gnus-update-group-mark-positions):
7240         Use mm-string-to-multibyte.
7241
7242 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7245         doesn't handle NotDashEscaped.
7246
7247         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7248         (mml-dnd-attach-options): Fix typo in custom choice.
7249
7250         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7251         Change nndoc-article-type to mbox.
7252         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7253
7254         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7255         to nil, instead of html2text.
7256
7257         * imap.el (imap-debug): Add `imap-ping-server'.
7258
7259         * gnus-bookmark.el: Add FIXMEs.
7260
7261         * message.el (message-form-letter-separator)
7262         (message-send-form-letter-delay): New variables.
7263         (message-send-form-letter): Use them.  New command to send form
7264         letters.  Requested by Uwe Siart.
7265         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7266
7267 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * Update copyright years.
7270
7271 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         Sync from EMACS_22_BASE.
7274
7275         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7276
7277 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7278
7279         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7280         empty author.
7281
7282 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * gnus-registry.el (gnus-registry-marks): Add variable for
7285         customization of marks and their appearance.
7286         (gnus-registry-read-mark): Use it.
7287         (gnus-registry-do-marks): Add utility function to loop through
7288         `gnus-registry-marks'.
7289         (gnus-registry-install-shortcuts-and-menus): Add function to install
7290         shortcuts and menus.
7291         (gnus-registry-initialize): Use it.
7292         (gnus-registry-default-mark): Clarify documentation.
7293
7294 2008-02-29  Glenn Morris  <rgm@gnu.org>
7295
7296         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7297         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7298         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7299         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7300         Change defcustom :version from 23.0 to 23.1.
7301
7302 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * gnus-registry.el (gnus-registry-follow-group-p)
7305         (gnus-registry-post-process-groups): Add functions to aid registry
7306         splitting and improve logging.  Clarify behavior in function
7307         documentation.
7308         (gnus-registry-split-fancy-with-parent): Use them.
7309
7310 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7311
7312         * gnus-art.el: Use with-current-buffer.
7313
7314 2008-02-27  David Engster  <dengste@eml.cc>
7315
7316         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7317         Express real group name in the response.
7318
7319 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7322         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7323         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7324         autoload gnus-registry-fetch-group when compiling.
7325         (nnmairix-request-group-with-article-number-correction):
7326         Remove unreferenced argument passed to nnmairix-call-backend.
7327
7328 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7331         (mm-uu-extract): Improve face for low color ttys.
7332         Reported by Sascha Wilde.
7333
7334 2008-02-27  Glenn Morris  <rgm@gnu.org>
7335
7336         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7337         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7338         variables to defconsts.  Convert comments to doc-strings.
7339         (nnmairix-last-server, nnmairix-current-server): Convert from free
7340         variables to defvars.  Convert comments to doc-strings.
7341         (gnus-registry-fetch-group): Autoload.
7342         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7343         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7344         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7345         caddr.
7346         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7347         nnmairix-request-group-with-article-number-correction call.
7348         (nnmairix-fast, nnmairix-group): New, less general names, for free
7349         variables passed from nnmairix-request-group to
7350         nnmairix-request-group-with-article-number-correction.  Declare.
7351         (nnmairix-request-group-with-article-number-correction):
7352         Use nnmairix-fast, nnmairix-group rather than fast, group.
7353
7354 2008-02-26  David Engster  <dengste@eml.cc>
7355
7356         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7357         version 0.5.
7358
7359 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7362         instead of making an extra function call.  Don't add the current group
7363         to articles only when they have the group.  Use
7364         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7365         Reported by David <de_bb@arcor.de>.
7366
7367 2008-02-24  Miles Bader  <miles@gnu.org>
7368
7369         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7370         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7371         (mm-find-mime-charset-region):
7372         * mm-bodies.el (mm-encode-body):
7373         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7374
7375 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7378         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7379
7380 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * mail-source.el (mail-source-delete-incoming): Change default.
7383         Supplement doc string.
7384
7385         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7386
7387 2008-02-14  Glenn Morris  <rgm@gnu.org>
7388
7389         * time-date.el (format-seconds): New function.
7390
7391 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * nnmail.el (nnmail-message-id-cache-file): Derive from
7394         `gnus-home-directory'.
7395
7396 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7399         Document negative prefix.
7400
7401         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7402
7403 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * message.el (message-unsent-separator): Add the Exim bounce
7406         separator.
7407
7408 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7409
7410         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7411         list.
7412         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7413         recipient/signer list.
7414
7415 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * Makefile.in (datarootdir): Define.
7418         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7419         name that might contain whitespace.
7420
7421 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7424         fbound (Emacs 23 unicode), signal an error.
7425
7426 2008-02-08  Glenn Morris  <rgm@gnu.org>
7427
7428         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7429
7430 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7431
7432         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7433         ports to the calls to `netrc-machine-user-or-password' in addition to
7434         "imap" and "imaps".
7435
7436 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7437
7438         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7439
7440         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7441
7442 2008-02-01  Kenichi Handa  <handa@m17n.org>
7443
7444         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7445         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7446         (rfc2104-hash): Convert the result of concat to unibyte string.
7447
7448 2008-02-01  Dave Love  <fx@gnu.org>
7449
7450         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7451         coding-system-for-read.
7452         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7453
7454 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7457         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7458         <hanche@math.ntnu.no>.
7459
7460 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7463
7464         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7465
7466 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7467
7468         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7469         * message.el (message-beginning-of-line): Use featurep instead of bound
7470         tests in order to resolve conditionals at compile time.
7471
7472 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7473
7474         * mail-source.el (mail-sources): Add `group' choice.
7475
7476         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7477         parameter `in-group' to control into which group the articles go.
7478         Add treatment of `group' mail-source.
7479
7480 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7483
7484         * mm-decode.el (mm-dissect-buffer): Decode description.
7485
7486         * mml.el (mml-to-mime): Encode message header first.
7487
7488 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7491         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7492
7493         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7494         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7495
7496 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7497
7498         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7499
7500 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7503         prefix keys.
7504         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7505         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7506         gnus-xmas.el.
7507
7508         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7509         (gnus-xmas-article-describe-bindings): New function.
7510         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7511         gnus-xmas-article-describe-bindings.
7512
7513         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7514
7515 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7518         Add new variables for article mark management.
7519         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7520         list of extra data entries which, when present, will indicate that the
7521         article ID should not be trimmed from the registry.
7522         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7523         functions.
7524         (gnus-registry-read-mark): New function to read a mark name from the
7525         user.
7526         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7527         (gnus-registry-set-article-mark-internal): New functions to add and
7528         remove marks.
7529         (gnus-registry-get-article-marks): New function to show the marks for
7530         an article, or retrieve them for further use.
7531
7532 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7535         keys when no argument is given.
7536
7537 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * imap.el (imap-ping-server): New variable.
7540         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7541         (imap-ping-server): Minor doc string fixes.
7542
7543 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7544
7545         * imap.el (imap-ping-server): New function.
7546         (imap-opened): Call imap-ping-server.
7547
7548 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-sum.el (gnus-article-sort-by-random)
7551         (gnus-thread-sort-by-random): Fix doc strings.
7552         Reported by jidanni@jidanni.org.
7553
7554 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-art.el (gnus-article-describe-bindings): New function.
7557         (gnus-article-read-summary-keys): Use it.
7558         (gnus-article-mode-map): Bind `C-h b' to it.
7559
7560 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7563         XEmacs.
7564         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7565         Protect against non-character events.
7566
7567         * lpath.el: Fbind map-keymap for Emacs 21.
7568
7569 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7572         New command.
7573         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7574         instead of END.  Change name of the temp file.
7575         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7576         customizable.
7577
7578 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7581         bind `S W' to gnus-article-wide-reply-with-original; set default
7582         binding to gnus-article-read-summary-send-keys.
7583         (gnus-article-read-summary-keys): Fix the order of keys; display
7584         continuation keys correctly in the echo area; describe bindings
7585         correctly when keys end with `C-h'.
7586         (gnus-article-read-summary-send-keys): New function.
7587         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7588         Work for gnus-article-read-summary-send-keys; display continuation keys
7589         correctly in the echo area.
7590         (gnus-article-reply-with-original): Ignore prefix argument.
7591         (gnus-article-wide-reply-with-original): New function.
7592
7593         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7594         Emacs 21.
7595
7596 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7599         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7600
7601 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7604         (gnus-group-read-ephemeral-gmane-group): New command.
7605
7606 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7607
7608         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7609
7610 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * message.el (message-send-mail-function): Increase custom version.
7613
7614         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7615         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7616
7617 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7618
7619         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7620         for the cases where imap-authenticate is called with a nil buffer
7621         parameter.
7622
7623 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7626         html parts correctly; support forwarded messages.
7627         (gnus-article-browse-html-article): Remove work buffers.
7628
7629         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7630         compiling.
7631         (netrc-bound-and-true-p): New macro.
7632         (netrc-parse): Use it instead of bound-and-true-p that is not available
7633         in XEmacs 21.4.
7634
7635 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7636
7637         * gnus-registry.el (gnus-registry-mark-article)
7638         (gnus-registry-article-marks): Add functionality to mark articles
7639         through the Gnus registry.
7640
7641         * encrypt.el: Clarify documentation for the new pgg method.
7642         (encrypt-file-alist): Add PGG option.
7643         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7644         functionality.  Abstract password key and messaging to external
7645         functions.
7646         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7647         (encrypt-message-method-and-cipher): Add new convenience external
7648         functions.
7649         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7650         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7651
7652         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7653         (netrc-parse): Use encrypt-file-alist to determine if
7654         encrypt-find-model or encrypt-insert-file-contents should be used.
7655
7656         * encrypt.el: Clarify documentation.  Load password-cache or
7657         password, whichever one is found first, instead of autoloading.
7658
7659 2007-12-19  Glenn Morris  <rgm@gnu.org>
7660
7661         * mml.el (message-options-set, message-narrow-to-head)
7662         (message-in-body-p, message-mail-p, message-encode-message-body):
7663         Autoload.
7664         (message-remove-header, message-narrow-to-headers-or-head)
7665         (message-subscribed-p, message-make-mail-followup-to)
7666         (message-position-on-field, message-news-p)
7667         (message-options-set-recipient, message-generate-headers)
7668         (message-sort-headers): Declare as functions.
7669
7670 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7673         convention in doc string.
7674
7675 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7678         title to html parts.
7679         (gnus-article-browse-html-article): Pass message header to it.
7680
7681         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7682
7683 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7686         or password compatible with XEmacs.
7687
7688 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7691         format document.
7692         (gnus-mime-delete-part): Don't write description line if empty.
7693         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7694
7695 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7696
7697         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7698         (gnus-summary-mark-read-and-unread-as-read)
7699         (gnus-summary-mark-current-read-and-unread-as-read)
7700         (gnus-summary-mark-unread-as-ticked): Doc fix.
7701         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7702
7703 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7706         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7707
7708 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7711         yes-or-no-p.
7712
7713 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * mm-decode.el (mm-add-meta-html-tag): New function.
7716         (mm-save-part-to-file, mm-pipe-part): Use it.
7717
7718         * gnus-art.el (gnus-article-browse-delete-temp-files):
7719         Use gnus-y-or-n-p instead of y-or-n-p.
7720         (gnus-article-browse-html-parts): Work with message/external-body; use
7721         mm-add-meta-html-tag.
7722
7723 2007-12-11  Glenn Morris  <rgm@gnu.org>
7724
7725         * gnus-cache.el: Require gnus-sum not just when compiling.
7726
7727         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7728
7729         * gnus-int.el (gnus-server-opened, gnus-status-message):
7730         Move definitions before use.
7731
7732         * mm-decode.el: Require gnus-util.
7733         (mm-remove-part): Only call delete-annotation on XEmacs.
7734
7735         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7736
7737         * nnmail.el: Require gnus-int.
7738
7739         * spam.el: Move `require's before `eval-when-compile's.
7740
7741         * gnus-ems.el (gnus-alive-p):
7742         * gnus-fun.el (message-goto-eoh):
7743         * gnus-util.el (gnus-group-name-decode):
7744         * mail-source.el (gnus-compress-sequence):
7745         * message.el (Info-goto-node, format-spec):
7746         * mm-bodies.el (message-options-get):
7747         * mm-decode.el (mm-view-pkcs7):
7748         * mm-util.el (gmm-write-region):
7749         * mml-smime.el (mml-compute-boundary)
7750         (gnus-completing-read-with-default):
7751         * mml.el (widget-button-press, gnus-make-hashtable):
7752         * mml1991.el (mm-decode-content-transfer-encoding)
7753         (mm-encode-content-transfer-encoding)
7754         (message-options-get, message-options-set):
7755         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7756         * nnfolder.el (gnus-request-group):
7757         * nnheader.el (ietf-drums-unfold-fws):
7758         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7759         * smime.el (gnus-run-mode-hooks):
7760         * spam-stat.el (gnus-message): Autoload.
7761
7762         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7763         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7764         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7765         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7766         Add declare-function compatibility definition.
7767
7768         * gnus-cache.el (nnvirtual-find-group-art):
7769         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7770         (gnus-add-image, gnus-add-wash-type):
7771         * gnus-group.el (nnkiboze-score-file):
7772         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7773         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7774         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7775         (message-tokenize-header, gnus-get-buffer-create)
7776         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7777         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7778         * gnus.el (gnus-group-decoded-name):
7779         * mail-source.el (imap-capability):
7780         * mm-bodies.el (message-options-set):
7781         * mm-decode.el (gnus-configure-windows):
7782         * mm-extern.el (message-goto-body):
7783         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7784         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7785         (epg-sub-key-validity, message-options-set):
7786         * mml.el (widget-event-point, gnus-configure-windows):
7787         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7788         * mml2015.el (epg-check-configuration, epg-configuration)
7789         (message-options-set):
7790         * nndb.el (nndb-request-article):
7791         * nnfolder.el (gnus-request-create-group):
7792         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7793         * nnmaildir.el (gnus-group-mark-article-read):
7794         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7795         * rfc1843.el (message-fetch-field):
7796         * spam.el (gnus-extract-address-components):
7797         Declare as functions.
7798
7799 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7802
7803         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7804
7805         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7806         bind show-trailing-whitespace for XEmacs.
7807
7808 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7811         new no-op macro for backward compatibility.
7812
7813         * imap.el (imap-string-to-integer): New function.
7814
7815 2007-12-09  Glenn Morris  <rgm@gnu.org>
7816
7817         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7818
7819         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7820         * message.el, mm-view.el, sieve-manage.el, smime.el:
7821         Add declare-function compatibility definition.
7822
7823         * gnus-art.el (w3-region, w3m-region, Info-menu):
7824         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7825         * gnus-sum.el (gnus-get-predicate):
7826         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7827         * message.el (mail-abbrev-in-expansion-header-p):
7828         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7829         (w3m-detect-meta-charset, w3m-region):
7830         * sieve-manage.el (password-read, password-cache-add)
7831         (password-cache-remove):
7832         * smime.el (password-read-and-add): Declare as functions.
7833
7834 2007-12-08  David Kastrup  <dak@gnu.org>
7835
7836         * gnus-sum.el (gnus-summary-simplify-subject-query):
7837         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7838         `message'.
7839
7840 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7843         it to bind idna-program, installation-directory, defined-colors, and
7844         face-attribute for XEmacs of the version that compiles defcustom forms.
7845
7846 2007-12-07  Glenn Morris  <rgm@gnu.org>
7847
7848         * gnus-art.el (article-make-date-line): Revert previous change.
7849
7850 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7853
7854 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7855
7856         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7857         Call gnus-add-to-range ranges only once with a prepared article-list.
7858
7859 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7860
7861         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7862         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7863         group names with backslashes.
7864         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7865
7866 2007-12-06  Deepak Goel  <deego3@gmail.com>
7867
7868         * gnus-art.el (article-make-date-line):
7869         * gnus-start.el (gnus-load):
7870         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7871
7872 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-use-idna)
7875         * gnus-start.el (gnus-site-init-file)
7876         * message.el (message-use-idna)
7877         * mm-uu.el (mm-uu-hide-markers)
7878         * smiley.el (smiley-style): Revert changes that suppress warnings.
7879
7880 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7883         specify charset to html source.
7884         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7885
7886 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7889         idna-program in order to suppress byte compile warning issued by XEmacs
7890         that came to byte compile the default value section of defcustom forms
7891         recently.
7892
7893         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7894         value of installation-directory.
7895
7896         * message.el (message-use-idna): Don't directly refer to the value of
7897         idna-program.
7898
7899         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7900
7901         * smiley.el (smiley-style): Don't directly call face-attribute.
7902
7903 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7906
7907         * gnus-dired.el: Reduce Gnus dependencies.
7908         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7909         Don't require.  Use autoloads instead.
7910         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7911         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7912         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7913         (gnus-dired-mode): Adjust doc string.
7914         (gnus-dired-mail-mode): New variable.
7915         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7916         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7917         (gnus-dired-mail-buffers): New function.  Return mail or message
7918         composition buffers.
7919         (gnus-dired-attach): Use it.
7920         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7921         NO-DECODE.
7922         (gnus-dired-print): Use `gnus-print-buffer' depending on
7923         `gnus-dired-mail-mode'.
7924
7925 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * rfc2047.el (rfc2047-encoded-word-regexp)
7928         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7929         explaining what regexp patterns are for.
7930
7931 2007-12-04  Glenn Morris  <rgm@gnu.org>
7932
7933         * password.el: Move to password-cache.el.
7934
7935         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7936         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7937         * mml-smime.el (password-read, password-cache-add)
7938         (password-cache-remove):
7939         No need to autoload, since mml-sec requires password.
7940
7941         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7942         * message.el (gnus-extract-address-components):
7943         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7944
7945         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7946         password.
7947
7948 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * mailcap.el: Reduce dependencies.
7951         (mail-header-parse-content-type): Autoload.
7952         (mailcap-delete-duplicates): New alias.
7953         (mailcap-mime-info): Add optional argument NO-DECODE.
7954         (mailcap-mime-types): Use mailcap-delete-duplicates.
7955
7956         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7957
7958 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7959
7960         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7961         (imap-parse-status): Upcase status-att for servers that sends them
7962         lower-case (e.g., MS Exchange 2007).
7963
7964 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7967         function.
7968
7969         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7970         (gnus-uu-yenc-article): New function.
7971
7972         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7973
7974         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7975
7976 2007-12-02  Glenn Morris  <rgm@gnu.org>
7977
7978         * binhex.el (binhex): New custom group.
7979         (binhex-decoder-program, binhex-decoder-switches)
7980         (binhex-use-external): Move to the binhex custom group.
7981
7982         * uudecode.el (uudecode): New custom group.
7983         (uudecode-decoder-program, uudecode-decoder-switches)
7984         (uudecode-use-external): Move to the uudecode custom group.
7985
7986         * netrc.el (top-level): Don't load `encrypt' features.
7987         (netrc-parse): Don't use encrypt.
7988         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7989
7990         * encrypt.el: Remove file.
7991
7992 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7995         matches on patches.
7996
7997         * gnus-art.el (gnus-article-browse-html-article):
7998         Mention `mm-text-html-renderer' in the doc string.
7999
8000         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8001         string.  Add comments.
8002
8003         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8004         if rhs is ASCII.
8005
8006 2007-12-01  Glenn Morris  <rgm@gnu.org>
8007
8008         * mail-source.el (top-level): Require format-spec before
8009         eval-when-compile.
8010
8011 2007-11-30  Glenn Morris  <rgm@gnu.org>
8012
8013         * encrypt.el: Require password, rather than autoloading password-read.
8014
8015 2007-11-29  Glenn Morris  <rgm@gnu.org>
8016
8017         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8018         (sasl-make-client, sasl-next-step, sasl-step-data)
8019         (sasl-step-set-data): Declare as functions.
8020
8021 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8024
8025 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8026
8027         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8028         certs should be verified and what is to be done in the event of a
8029         verification failure.
8030
8031         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8032         caller can indicate whether the cache should be disregarded for this
8033         call.  This way the result of the call is reproducible at all times and
8034         can be considered a canonical server name for the supplied method.
8035         (gnus-agent-method-p): Canonicalize server names by pushing their
8036         method through `gnus-method-to-server' using the no-cache argument.
8037
8038         * gnus-srvr.el (gnus-server-insert-server-line):
8039         Call `gnus-method-to-server' with `no-cache' argument.
8040
8041         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8042         gnus-agent-possibly-synchronize-flags as this should be called when the
8043         server is actually being opened.
8044         (gnus-agent-possibly-synchronize-flags)
8045         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8046         flags file of an agentized server to the latter function.
8047
8048         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8049         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8050         after a connection has been established successfully.
8051
8052 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-art.el (article-display-face): Force to display face if called
8055         interactively; check if gnus-article-x-face-too-ugly matches author.
8056         (article-display-x-face): Display face even if From header is missing
8057         as article-display-face does.
8058
8059 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8060
8061         * hashcash.el (message-narrow-to-headers-or-head)
8062         (message-fetch-field, message-goto-eoh)
8063         (message-narrow-to-headers): Declare as functions.
8064
8065 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * mail-source.el (mail-sources): Default to fetch from file for
8068         compatibility with default of nnmail-spool-file.
8069
8070 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8073         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8074         to look for encoded word that should be encoded again.
8075         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8076         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8077         encoding pattern.
8078         (rfc2047-decode-region): Switch strict regexp and loose one according
8079         to rfc2047-allow-irregular-q-encoded-words.
8080
8081 2007-11-25  Romain Francoise  <romain@orebokech.com>
8082
8083         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8084
8085 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * tls.el (tls-program): Provide more custom choices from
8088         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8089         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8090
8091 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8094         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8095
8096         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8097         `nnmail-spool-file'.
8098
8099         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8100         `nnmail-spool-file'.
8101
8102         * gnus-move.el (gnus-change-server): Ditto.
8103
8104         * gnus-kill.el (gnus-batch-score): Ditto.
8105
8106         * gnus-cache.el (gnus-jog-cache): Ditto.
8107
8108         * gnus-msg.el (gnus-summary-reply):
8109         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8110
8111 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8114         version.  Minor improvement to doc strings.
8115         (tls-program): Add comment.
8116
8117 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8118
8119         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8120         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8121         mismatch between the hostname provided in the certificate and the name
8122         of the host connnecting to.
8123         (open-tls-stream): Use them.  Check certificates against trusted root
8124         certificates.
8125
8126 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * gnus-cache.el (gnus-cache-generate-nov-databases):
8129         Use nnml-generate-nov-databases-directory instead of
8130         nnml-generate-nov-databases-1.
8131
8132 2007-11-24  Glenn Morris  <rgm@gnu.org>
8133
8134         * message.el (message-tool-bar-retro): Update for rename
8135         mail_send.xpm->mail-send.xpm.
8136
8137 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8140         `smime-ldap-search' for Emacs 22 and up.
8141
8142 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8143
8144         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8145
8146         * message.el (message-send-mail-function): Fix error convention.
8147         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8148         (message-widen-reply, message-send-mail, message-talkative-question)
8149         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8150         (message-clone-locals, message-send-news): Use with-current-buffer.
8151         (message-insert-or-toggle-importance): Remove unused var `valid'.
8152         (message-make-references): Remove unused var `new-references'.
8153         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8154
8155 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8156
8157         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8158         (spam-split-symbolic-return-positive): Reflow docstring.
8159         (spam-backends, spam-summary-exit-behavior)
8160         (spam-mark-ham-unread-before-move-from-spam-group)
8161         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8162         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8163         (spam-clear-cache, spam-backend-check, spam-install-backend)
8164         (spam-install-statistical-backend, spam-list-of-processors)
8165         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8166         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8167         (spam-check-crm114, spam-initialize, spam-unload-hook):
8168         Fix typos in docstrings.
8169
8170 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8173         been checked if they have never been read and those group levels are
8174         higher than the one that a user specified.
8175
8176 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8179         foreign groups unless a group level is specified by a user.
8180         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8181
8182 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * message.el (message-send-mail-function): Require sendmail.
8185
8186 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * message.el (message-send-mail-function): Check for smtpmail too.
8189
8190         * utf7.el (utf7-encode, utf7-decode): Use coding system
8191         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8192
8193         * message.el (message-send-mail-function): New function.
8194         (message-send-mail-function): Set default using
8195         message-send-mail-function.  Adjust doc string.
8196         (message-send-mail-with-mailclient): New function.
8197
8198 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8199
8200         * smime.el (from):
8201         * rfc2047.el (message-posting-charset):
8202         * qp.el (mm-use-ultra-safe-encoding):
8203         * pop3.el (parse-time-months):
8204         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8205         * nnml.el (files):
8206         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8207         (jka-compr-compression-info-list, ange-ftp-path-format)
8208         (efs-path-regexp):
8209         * nndiary.el (files):
8210         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8211         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8212         (epg-digest-algorithm-alist, inhibit-redisplay)
8213         (password-cache-expiry):
8214         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8215         (pgg-output-buffer, password-cache-expiry):
8216         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8217         (efs-path-regexp):
8218         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8219         (inhibit-redisplay):
8220         * mm-uu.el (file-name, start-point, end-point, entry)
8221         (gnus-newsgroup-name, gnus-newsgroup-charset):
8222         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8223         (latin-unity-ucs-list):
8224         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8225         (mm-uu-binhex-decode-function):
8226         * message.el (gnus-message-group-art, gnus-list-identifiers)
8227         (rmail-enable-mime-composing, gnus-local-organization)
8228         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8229         (gnus-read-active-file, facemenu-add-face-function)
8230         (facemenu-remove-face-function, gnus-article-decoded-p)
8231         (tool-bar-mode):
8232         * mail-source.el (display-time-mail-function):
8233         * gnus-util.el (nnmail-pathname-coding-system)
8234         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8235         (gnus-original-article-buffer, gnus-user-agent)
8236         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8237         (xemacs-codename, sxemacs-codename, emacs-program-version):
8238         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8239         * gnus-start.el (gnus-agent-covered-methods)
8240         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8241         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8242         (gnus-newsgroup-headers, gnus-group-list-mode)
8243         (gnus-group-mark-positions, gnus-newsgroup-data)
8244         (gnus-newsgroup-unreads, nnoo-state-alist)
8245         (gnus-current-select-method, mail-sources)
8246         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8247         (nnmail-spool-file, gnus-cache-active-hashtb):
8248         * gnus-mh.el (mh-lib-progs):
8249         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8250         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8251         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8252         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8253         (gnus-group-buffer):
8254         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8255         (font-lock-set-defaults):
8256         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8257         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8258         (gnus-summary-post-menu, total-parts, type, condition, length):
8259         * gnus-agent.el (gnus-agent-read-agentview):
8260         * flow-fill.el (show-trailing-whitespace):
8261         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8262         eval-and-compile wrappers for byte compiler pacifiers.
8263
8264         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8265         (mm-display-inline-fontify): Check for featurep 'xemacs not
8266         extent-list.
8267
8268         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8269         itimer-list.
8270         (mm-create-image-xemacs): Only do something for XEmacs.
8271         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8272
8273         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8274
8275         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8276         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8277
8278 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8279
8280         * nnimap.el (nnimap-split-download-body):
8281         * gnus-demon.el (gnus-demon):
8282         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8283
8284 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8287         New macros.
8288         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8289         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8290         copy data from unibyte buffer to multibyte current buffer.
8291         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8292         to copy data from unibyte current buffer to multibyte buffer.
8293         (nntp-make-process-buffer): Make process buffer unibyte.
8294
8295         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8296
8297 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8298
8299         * pop3.el (pop3-open-server): Accept and process data more robustly at
8300         connexion start to avoid spurious "POP SSL connexion failed" errors.
8301
8302 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8305         read group names.
8306
8307 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8310
8311 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8314         (nnmail-save-active): Use a unibyte buffer when saving active file,
8315         which may contain non-ASCII group names.
8316
8317         * nnml.el (nnml-request-group): Decode group names in messages.
8318
8319 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * message.el (message-citation-line-function)
8322         (message-insert-formatted-citation-line): Fix spelling of
8323         `message-insert-formated-citation-line'.
8324
8325 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8328
8329 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8332         nnmail-pathname-coding-system.
8333
8334         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8335         that a user enters; decode group names in messages.
8336
8337         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8338
8339 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8342
8343         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8344
8345         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8346         risky local variable.
8347
8348         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8349
8350 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8351
8352         * encrypt.el: Improve documentation to fix function name typo.
8353         Reported by Daiki Ueno <ueno@unixuser.org>.
8354
8355 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8358         even if the point is not in the last page of an article.
8359         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8360         back to the previous page.
8361
8362 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8365
8366 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8369
8370 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8371
8372         * message.el (message-check-news-body-syntax):
8373         Avoid mm-string-as-multibyte.
8374         (message-hide-headers): Don't assume (point-min)==1.
8375
8376 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * message.el (message-remove-blank-cited-lines): Fix if remove is
8379         given.
8380         (message-bogus-address-regexp): New variable.
8381         (message-bogus-recipient-p): New function.
8382         (message-check-recipients): New command.
8383         (message-syntax-checks): Add `bogus-recipient'.
8384         (message-fix-before-sending): Add `bogus-recipient'.
8385
8386         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8387         (gnus-treat-body-boundary): Don't test window-system.
8388
8389 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8390
8391         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8392
8393 2007-10-28  Miles Bader  <miles@gnu.org>
8394
8395         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8396         at compile-time too.
8397
8398 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus-msg.el (gnus-message-setup-hook):
8401         Add `message-remove-blank-cited-lines' to options.
8402
8403 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * message.el (message-remove-blank-cited-lines): New function.
8406         Suggested by Karl Plästerer.
8407
8408 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8411         mapc.
8412
8413         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8414         (top-level): Use mapc to set functions to be traced for debugging.
8415
8416         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8417         called for effect with while loop.
8418
8419         * message.el (message-talkative-question): Replace mapcar called for
8420         effect with mapc.
8421
8422         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8423         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8424         called for effect with dolist.
8425
8426         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8427
8428         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8429         gnus-extra-headers and nnmail-extra-headers.
8430
8431         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8432         called for effect with dolist.
8433         (top-level): Use mapc to set functions to be traced for debugging.
8434
8435         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8436         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8437         dolist.
8438
8439         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8440         Replace mapcar called for effect with mapc.
8441         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8442         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8443         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8444         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8445
8446         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8447         remove-if that's a cl function.
8448
8449         * webmail.el (webmail-debug): Replace mapcar called for effect with
8450         dolist.
8451
8452         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8453         with mapc.
8454
8455 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8458         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8459         with while loop.
8460
8461         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8462         functions from article-* functions.
8463         (gnus-multi-decode-header): Replace mapcar called for effect with
8464         dolist.
8465
8466         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8467         (gnus-bookmark-show-details): Replace mapcar called for effect with
8468         while loop.
8469
8470         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8471         called for effect with while loop.
8472
8473         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8474         with dolist.
8475
8476         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8477         Replace mapcar called for effect with dolist.
8478
8479         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8480
8481         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8482         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8483         Replace mapcar called for effect with dolist.
8484         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8485         mapc.
8486
8487         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8488         Replace mapcar called for effect with dolist.
8489         (gnus-topic-list): Replace mapcar called for effect with mapc.
8490
8491         * gnus.el: Use mapc instead of mapcar to add autoloads.
8492
8493 2007-10-23  Richard Stallman  <rms@gnu.org>
8494
8495         * gnus-group.el (gnus-group-highlight): Mark as risky.
8496
8497 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus.el (gnus-server-to-method): Return method found first in
8500         gnus-newsrc-alist.
8501
8502         * gnus-art.el (gnus-article-highlight-signature)
8503         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8504         button overlay without the front stickiness.
8505
8506 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8507
8508         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8509         overview buffer needed a catch to receive its throw.
8510         (gnus-agent-flush-cache): Declare as interactive to make this function
8511         easier to use.
8512
8513 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8516         `next-line'.
8517
8518 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8521         exclude address matching message-dont-reply-to-names.
8522
8523 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-util.el (gnus-string<): New function.
8526
8527         * gnus-sum.el (gnus-article-sort-by-author)
8528         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8529
8530 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8533         the frame-focus tag is set in gnus-buffer-configuration.
8534
8535 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8538         the front stickiness.
8539
8540 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8543         url pattern; remove duplicate one.
8544         (gnus-article-extend-url-button): New function.
8545         (gnus-article-add-buttons): Use it.
8546         (gnus-button-push): Use concatenated url that it makes.
8547
8548 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8549
8550         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8551
8552 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8553
8554         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8555         Don't hardcode point-min==1.
8556
8557 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8560         Fix comment about "iso8859-1".
8561
8562 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8563
8564         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8565         ones returned from the verify-function.
8566
8567         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8568         Call mml2015-extract-cleartext-signature if extraction failed.
8569
8570 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8571
8572         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8573         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8574         failed.
8575
8576 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8579
8580 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8583         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8584         recommends to use EasyPG instead of PGG.
8585
8586         * pgg.el: Revert to revision 6.23.2.16.
8587
8588         * pgg-def.el: Revert to revision 6.6.2.14.
8589
8590         * pgg-gpg.el: Revert to revision 6.23.2.34.
8591
8592 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8593
8594         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8595         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8596         thread for both the null and zero (kill/expire thread) universal prefix
8597         cases.
8598         (gnus-summary-expire-thread): Add new function to expire a thread,
8599         using gnus-summary-kill-thread.
8600         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8601         shortcuts for gnus-summary-expire-thread.
8602         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8603         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8604
8605 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8606
8607         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8608         extras value, so an extras entry can be deleted.
8609         (gnus-registry-delete-extra-entry): Use it.
8610         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8611         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8612         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8613         storage through the gnus-registry, and provide an appropriate API for
8614         it.
8615
8616 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8619         Suggested by Leo <sdl.web@gmail.com>.
8620
8621         * gnus.el: Do.
8622
8623 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8626         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8627
8628         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8629
8630         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8631         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8632
8633 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8636         newline.
8637         (nnmbox-request-accept-article): Don't change article in source buffer;
8638         narrow to header to use message-fetch-field rather than
8639         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8640         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8641         as delimiters; make sure article ends with newline.
8642         (nnmbox-delete-mail): Correct last position of article to be deleted;
8643         ignore X-Gnus-Newsgroup header in article body.
8644         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8645         positions; make sure article ends with newline.
8646
8647         * message.el (message-display-abbrev): Don't infloop when a user
8648         inserts SPC in the beginning of header.
8649
8650         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8651         coding-system-for-read and coding-system-for-write for XEmacs having no
8652         file-coding feature.
8653
8654         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8655
8656 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8657
8658         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8659         list of groups not followed by default.  Fix type to be regexp.
8660         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8661
8662 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8663
8664         * hmac-def.el (define-hmac-function): Switch from old-style to
8665         new-style backquotes.
8666
8667         * md4.el (md4-make-step): Likewise.
8668
8669 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8672         raw-text coding system when saving .newsrc file, which may contain
8673         non-ASCII group names.
8674
8675 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-cus.el (gnus-score-extra): New widget.
8678         (gnus-score-extra-convert): New function.
8679         (gnus-score-customize): Use it for Extra.
8680
8681 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8682
8683         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8684         (mml2015-mailcrypt-clear-verify): Use it.
8685         (mml2015-gpg-clear-verify): Use it.
8686         (mml2015-pgg-clear-verify): Use it.
8687         (mml2015-epg-clear-verify): Replace the current part with the output
8688         from GnuPG; don't extract the plaintext by itself.
8689
8690         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8691         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8692         mml2015-clear-verify-function; don't touch the armor headers or
8693         dash-escaped text here.
8694
8695 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8698         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8699         parts, or application/octet-stream as a last resort.
8700         (gnus-mime-view-part-as-type): Don't toggle display.
8701         (gnus-mime-view-part-as-charset): Don't turn off display before
8702         querying charset.
8703
8704         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8705         stuff to undisplayer function in Emacs.
8706         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8707
8708         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8709         text/calendar parts.
8710
8711 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8714         decoding text/calendar parts.
8715
8716         * message.el (message-forward-make-body-mime): Always mark body as
8717         having no illegible text; remove signed-or-encrypted argument.
8718         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8719
8720         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8721         (mml-generate-mime-1): Don't encode body if it is specified to be in
8722         raw form; don't make buffer be unibyte when inserting multibyte string.
8723
8724 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8725
8726         * sha1.el: Fix up comment style.
8727         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8728         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8729
8730         * hex-util.el: Fix up comment style.
8731         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8732
8733         * gnus-salt.el: Use with-current-buffer.
8734         (gnus-pick-setup-message): Fix long-standing typo.
8735
8736 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * imap.el (imap-logout-timeout): New variable.
8739         (imap-logout, imap-logout-wait): New functions.
8740         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8741
8742         * nnimap.el (nnimap-logout-timeout): New server variable.
8743         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8744         nnimap-logout-timeout.
8745
8746         * gnus-art.el (gnus-article-summary-command-nosave)
8747         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8748
8749 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus.el (gnus-maximum-newsgroup): New variable.
8752
8753         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8754         according to gnus-maximum-newsgroup.
8755
8756         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8757         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8758         Limit the range of articles according to gnus-maximum-newsgroup.
8759
8760 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8761
8762         * gnus-art.el (gnus-sticky-article): Fix problems described in
8763         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8764         Don't perform gnus-configure-windows here; reuse existing sticky
8765         article buffer.
8766
8767         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8768         it doesn't exist in gnus-article-mode.
8769
8770 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8773         (gnus-agent-decoded-group-name): New function.
8774         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8775         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8776
8777 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8778
8779         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8780         Add binding for gnus-sticky-article.
8781         (gnus-summary-exit): Don't kill sticky article buffers.
8782
8783         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8784         article buffer.
8785         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8786         (gnus-kill-sticky-article-buffers): New commands.
8787
8788 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * nntp.el (nntp-xref-number-is-evil): New server variable.
8791         (nntp-find-group-and-number): If it is non-nil, don't trust article
8792         numbers in the Xref header.
8793
8794 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-agent.el (gnus-agent-read-group): New function.
8797         (gnus-agent-flush-group, gnus-agent-expire-group)
8798         (gnus-agent-regenerate-group): Use it.
8799         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8800         nnmail-pathname-coding-system.
8801
8802 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8805
8806         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8807         that are unread as unread, and also as selected so that information of
8808         marks having been changed by a user may be updated when exiting group.
8809
8810 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8813
8814 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8817         calculated ignoring signature parts to gnus-treat-article.
8818
8819 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8822         a point here in order to keep the window start.
8823         (gnus-insert-mime-security-button): Make a button overlay without the
8824         front stickiness.
8825         (gnus-mime-display-security): Goto the end of a button.
8826
8827         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8828
8829 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8832         group-name-at-point.
8833         (gnus-group-completing-read): New function that offers decoded
8834         non-ASCII group names for completion.
8835         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8836         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8837         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8838         (gnus-group-fetch-control): Use it.
8839         (gnus-fetch-group): Use group-name-at-point for the initial value
8840         rather than the default value; use gnus-alive-p.
8841
8842         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8843         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8844         (gnus-summary-post-news): Use gnus-group-completing-read.
8845
8846         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8847         (gnus-read-move-group-name): Decode group name for completion.
8848
8849 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8852         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8853         Yamaoka slightly modified the code).
8854
8855 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8858         (nnmail-split-incoming): Bind it.
8859
8860         * nnml.el (nnml-group-name-charset): New function.
8861         (nnml-decoded-group-name): Use it; don't decode group name if
8862         nnmail-group-names-not-encoded-p is non-nil.
8863         (nnml-encoded-group-name): New function.
8864         (nnml-group-pathname): Inline nnml-decoded-group-name.
8865         (nnml-request-expire-articles): Decode group name in message.
8866         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8867         nnmail-pathname-coding-system.
8868         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8869         not decoded ones according to nnmail-group-names-not-encoded-p.
8870         (nnml-generate-active-info): Use nnml-encoded-group-name.
8871
8872 2007-08-08  Glenn Morris  <rgm@gnu.org>
8873
8874         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8875         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8876         doc-strings and comments.
8877
8878 2007-07-25  Glenn Morris  <rgm@gnu.org>
8879
8880         * Relicense all FSF files to GPLv3 or later.
8881
8882 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-sum.el (gnus-summary-move-article):
8885         Make gnus-summary-respool-article work.
8886
8887 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8890         string.
8891
8892 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8893
8894         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8895         that should be ignored when comparing distant RSS articles with local
8896         ones.
8897         (nnrss-make-hash-index): New function.  Create a hash index according
8898         to the ignored fields.
8899         (nnrss-check-group): Use it.
8900
8901 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8904
8905         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8906
8907         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8908         the new optional argument ENCODED is non-nil.
8909         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8910         coding system for encoding group name.
8911         (gnus-group-make-rss-group): Pass un-encoded group name to
8912         gnus-group-make-group.
8913         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8914         encoded.
8915
8916         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8917         Encode group name to which articles are moved or copied.
8918         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8919         coding system for encoding Newsgroup, Followup-To and Xref headers.
8920
8921         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8922         marks; use nnheader-file-coding-system to write a file.
8923         (nnagent-retrieve-headers): Bind file-name-coding-system to
8924         nnmail-pathname-coding-system.
8925
8926         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8927
8928         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8929         (nnml-request-article, nnml-request-create-group)
8930         (nnml-request-rename-group, nnml-find-id)
8931         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8932         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8933         (nnml-save-marks): Use nnml-group-pathname instead of
8934         nnmail-group-pathname.
8935
8936         (nnml-request-create-group, nnml-request-expire-articles)
8937         (nnml-request-move-article, nnml-request-delete-group)
8938         (nnml-deletable-article-p, nnml-possibly-create-directory)
8939         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8940         (nnml-open-marks): Bind file-name-coding-system to
8941         nnmail-pathname-coding-system.
8942
8943         (nnml-request-article): Pass server argument to nnml-find-group-number.
8944         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8945         Pass server argument to nnml-possibly-create-directory.
8946         (nnml-request-accept-article): Pass server argument to
8947         nnml-active-number and nnml-save-mail.
8948         (nnml-find-group-number): Pass server argument to nnml-find-id.
8949         (nnml-request-update-info): Pass server argument to
8950         nnml-marks-changed-p.
8951
8952         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8953         (nnml-save-mail, nnml-active-number): Add server argument.
8954
8955         (nnml-request-delete-group): Warn if group is missing.
8956         (nnml-get-nov-buffer): Decode group name.
8957         (nnml-generate-active-info): Encode group name.
8958         (nnml-open-marks): Decode group name in messages.
8959
8960 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8963         if it is not specified.
8964         (gnus-article-pipe-part, gnus-article-save-part)
8965         (gnus-article-interactively-view-part, gnus-article-copy-part)
8966         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8967         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8968         (gnus-article-replace-part, gnus-article-delete-part)
8969         (gnus-article-view-part-as-type): Pass raw prefix argument to
8970         gnus-article-part-wrapper.
8971
8972 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-agent.el (gnus-agent-save-active):
8975         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8976
8977         * gnus-cache.el (gnus-cache-save-buffers)
8978         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8979         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8980         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8981         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8982         (gnus-cache-generate-active, gnus-cache-rename-group)
8983         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8984         (gnus-cache-update-overview-total-fetched-for):
8985         Bind file-name-coding-system to nnmail-pathname-coding-system.
8986         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8987         New variables.
8988         (gnus-cache-decoded-group-name): New function.
8989         (gnus-cache-file-name): Use it.
8990         (gnus-cache-generate-active): Use non-decoded group name for active.
8991
8992         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8993         right place.
8994         (gnus-write-active-file): Don't break non-ASCII group names.
8995
8996         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8997         nnmail-pathname-coding-system.
8998
8999         * lpath.el: Bind default-file-name-coding-system,
9000         file-name-coding-system and language-info-alist for XEmacs.
9001
9002         * gnus-uu.el (gnus-uu-decode-save): Typo.
9003
9004 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9007
9008 2007-07-14  David Kastrup  <dak@gnu.org>
9009
9010         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9011         finishing actions if we did not edit the article.
9012
9013 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9016         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9017         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9018         (gnus-agent-flush-group, gnus-agent-flush-cache)
9019         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9020         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9021         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9022         (gnus-agent-regenerate-group)
9023         (gnus-agent-update-files-total-fetched-for)
9024         (gnus-agent-update-view-total-fetched-for):
9025         Bind file-name-coding-system to nnmail-pathname-coding-system.
9026         (gnus-agent-group-pathname): Don't encode file names by
9027         nnmail-pathname-coding-system.
9028         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9029         coding-system-for-write instead of buffer-file-coding-system to
9030         gnus-agent-file-coding-system.
9031
9032         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9033         Decode group name.
9034
9035         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9036
9037         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9038         (gnus-read-newsrc-el-file): Make group names unibyte.
9039
9040         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9041         nnmail-pathname-coding-system.
9042
9043         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9044         (nnrss-request-delete-group): Bind file-name-coding-system to
9045         nnmail-pathname-coding-system.
9046         (nnrss-read-server-data, nnrss-read-group-data):
9047         Bind file-name-coding-system correctly.
9048         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9049
9050         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9051         (nntp-server-to-method-cache): New variable.
9052         (nntp-group-pathname): New function that decodes non-ASCII group names.
9053         (nntp-possibly-create-directory, nntp-marks-changed-p)
9054         (nntp-save-marks, nntp-open-marks): Use it.
9055         (nntp-possibly-create-directory, nntp-open-marks):
9056         Bind file-name-coding-system to nnmail-pathname-coding-system.
9057         (nntp-open-marks): Decode group names when bootstrapping marks.
9058
9059         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9060         Newsgroups and Folowup-To headers.
9061
9062 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9065         (gnus-server-closed-face, gnus-server-denied-face)
9066         (gnus-server-offline-face): Remove variable.
9067         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9068
9069         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9070         of modifying message-stack directly for XEmacs.
9071
9072         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9073         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9074         if the coding-system argument is nil for XEmacs.
9075
9076         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9077         mm-charset-override-alist.
9078
9079         * rfc2047.el: Don't require base64; require rfc2045 for the function
9080         rfc2045-encode-string.
9081         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9082         to quote the parameter value.
9083
9084 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9087         form in gnus-group-name-charset-method-alist.
9088
9089         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9090         overrides the default layout edit-form.
9091
9092         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9093
9094         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9095
9096 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9099         as unfetched articles.
9100
9101 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9104
9105 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9108         original back end that keeps marks in the local system.
9109
9110 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9113         arg of pop-to-buffer for XEmacs.
9114         (gnus-article-read-summary-keys): Ditto; don't restore window
9115         configuration if summary command ends up with neither article buffer
9116         nor summary buffer; describe bindings if summary keys end with C-h.
9117
9118 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * message.el (message-fix-before-sending): Skip raw message part to be
9121         forwarded while checking illegible text.
9122         (message-forward-make-body-mime, message-forward-make-body):
9123         Mark signed or encrypted raw message as having no illegible text.
9124
9125 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9128         (gnus-message-with-timestamp-1): New macro.
9129         (gnus-message-with-timestamp): New function.
9130         (gnus-message): Use them.
9131
9132         * nnheader.el (nnheader-message): Use them.
9133
9134 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9137         .newsrc.eld file.
9138
9139 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-agent.el (gnus-agent-fetch-headers)
9142         (gnus-agent-retrieve-headers):
9143         Bind gnus-decode-encoded-address-function to identity.
9144
9145         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9146         available also when the server returns simply a dot.
9147
9148         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9149
9150 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9153
9154 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-ems.el (gnus-x-splash): Make it work.
9157
9158         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9159         from being used.
9160
9161         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9162
9163 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9166         4th and the 5th arguments.
9167
9168         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9169         the front stickiness.
9170         (gnus-article-summary-command-nosave): Correct the order of the
9171         arguments passed to pop-to-buffer.
9172         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9173         summary command ends up with the article buffer.
9174
9175         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9176         the same faces.
9177
9178 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9179
9180         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9181
9182 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9183
9184         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9185         * gnus-sum.el (gnus-summary-highlight):
9186         * pgg.el (pgg-sign-region, pgg-sign):
9187         * mail-source.el (mail-source-delete-old-incoming-confirm):
9188         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9189
9190 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-art.el (gnus-mime-view-part-externally)
9193         (gnus-mime-view-part-internally): Fix predicate function passed to
9194         completing-read.
9195
9196         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9197
9198         * gnus.el (gnus-update-message-archive-method): Add :version.
9199
9200 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus.el (gnus-update-message-archive-method): New variable.
9203
9204         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9205         according to gnus-message-archive-method if
9206         gnus-update-message-archive-method is non-nil.
9207
9208 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9211         Suggested by Loic Dachary <loic@dachary.org>.
9212         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9213
9214 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * message.el (message-pop-to-buffer): Add switch-function argument.
9217         (message-mail): Pass switch-function argument to it.
9218
9219 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9222         Improve doc string.
9223
9224 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9227         (gnus-header-content)
9228         * gnus-cite.el (gnus-cite-10)
9229         * gnus-srvr.el (gnus-server-closed)
9230         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9231         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9232         (gnus-group-mail-3-empty, gnus-group-mail-low)
9233         (gnus-group-mail-low-empty, gnus-splash)
9234         * message.el (message-header-to, message-header-cc)
9235         (message-header-subject, message-header-other, message-header-name)
9236         (message-header-xheader, message-separator, message-cited-text)
9237         (message-mml): Lighten colors of faces used for dark background.
9238
9239 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9240
9241         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9242         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9243
9244 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * message.el (message-narrow-to-headers-or-head):
9247         Ignore mail-header-separator in the body.
9248
9249 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9252         same as window size.
9253
9254 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9255
9256         * message.el (message-font-lock-keywords): Use message-header-xheader
9257         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9258         ahead of the anything pattern, to get it recognised.
9259
9260 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9263         spam.el loads uses it in the compiled defadvice form.
9264
9265 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9266
9267         * gnus-sum.el (gnus-articles-to-read)
9268         (gnus-summary-insert-old-articles): Don't truncate group name for
9269         `read-string'.
9270
9271         * gnus-util.el (gnus-limit-string): Delete this function.
9272
9273         * gnus-sum.el (gnus-simplify-subject-fully):
9274         Use `truncate-string-to-width' instead.
9275
9276 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9277
9278         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9279         Tell if, on summary exit, the next group has to be selected.
9280         (gnus-summary-exit): Use it.
9281
9282 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9285         non-break space.
9286
9287 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9290         Check if group is not a directory.
9291         (nnfolder-request-expire-articles): Don't delete articles if the target
9292         group is not available.
9293
9294         * nnml.el (nnml-request-create-group): Properly check if group is not a
9295         file.
9296         (nnml-request-expire-articles): Don't delete articles if the target
9297         group is not available.
9298
9299         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9300         Don't quote characters that are within parentheses.
9301
9302 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9305         (gnus-handle-ephemeral-exit): Select article according to it.
9306
9307 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * message.el (message-insert-formated-citation-line): Remove newline.
9310         (message-citation-line-format): Add final \n here so that the user can
9311         avoid a blank line.
9312
9313 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9314
9315         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9316         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9317         Update lanl/arXiv support.
9318
9319 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * gnus.el: Bump version number.
9322
9323 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * gnus.el (gnus-version-number): Bump version.
9326
9327 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9328
9329         * gnus.el: No Gnus v0.6 is released.
9330
9331 2007-04-27  Didier Verna  <didier@xemacs.org>
9332
9333         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9334         * gmm-utils.el (gmm-regexp-concat): ... here.
9335         * message.el: Don't require 'gnus-util.
9336         (message-dont-reply-to-names): Handle name change above.
9337         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9338
9339 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9342         since the initial value varies according to the system.
9343
9344 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9347
9348 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9349
9350         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9351
9352 2007-04-24  Didier Verna  <didier@xemacs.org>
9353
9354         Improve the type of gnus-ignored-from-addresses.
9355         * gnus-util.el (gnus-orify-regexp): New function.
9356         * message.el (gnus-util): Require it.
9357         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9358         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9359         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9360
9361 2007-04-24  Didier Verna  <didier@xemacs.org>
9362
9363         * gnus-sum.el:
9364         * gnus-utils.el: Fix some trailing whitespaces.
9365
9366 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9369         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9370         article's Message-ID; refer parent article in summary buffer.
9371
9372         * message.el (message-bounce): Call mime-to-mml.
9373
9374         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9375         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9376         optimize and/or forms properly.
9377
9378 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9381         URL.
9382
9383 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9386
9387 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9390         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9391         displayed of multipart/alternative part if it is invoked from summary
9392         buffer.
9393
9394         * mm-view.el (mm-inline-text-html-render-with-w3m)
9395         (mm-inline-text-html-render-with-w3m-standalone)
9396         (mm-inline-render-with-function): Use mail-parse-charset by default.
9397
9398 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9399
9400         * parse-time.el (parse-time-string-chars): Check if CHAR
9401         is less than the length of parse-time-syntax.
9402
9403 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9406         from gnus-newsgroup-processable.
9407
9408 2007-04-16  Didier Verna  <didier@xemacs.org>
9409
9410         * gnus-msg.el (gnus-configure-posting-styles):
9411         Handle message-signature-directory properly with :file syntax.
9412         Reported by "Leo".
9413
9414 2007-04-11  Didier Verna  <didier@xemacs.org>
9415
9416         New user option: message-signature-directory.
9417         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9418         * message.el (message-insert-signature): Ditto.
9419         * message.el (message-signature-file): Doc update.
9420         * message.el (message-signature-directory): New.
9421
9422 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-msg.el (gnus-inews-yank-articles):
9425         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9426
9427 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * message.el (message-yank-original): Make sure cited text ends with
9430         newline; don't exchange point and mark.
9431
9432 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9433
9434         * tls.el (open-tls-stream): Properly handle case where there
9435         is no associated buffer.
9436
9437 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9438
9439         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9440         message-yank-original, make sure (< mark TEXT point).
9441
9442 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * message.el (message-fill-column): New variable.
9445         (message-mode): Use it.  Add comment on a possible new hook.
9446
9447         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9448         (nnmail-get-new-mail): Reformat.
9449
9450         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9451
9452         * gmm-utils.el: Fix Commentary.
9453         (gmm-tool-bar-from-list): Fix typo in doc string.
9454
9455 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9456
9457         * message.el (message-yank-original): Don't switch point and mark
9458         unnecessarily to put point and mark as documented.
9459
9460 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9463         from the message heads.
9464
9465 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9466
9467         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9468         article buffer does not have a window.  This may not be the best
9469         solution but is certainly better than setting the start of the null,
9470         that is the current, window.
9471
9472 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9475         (gnus-draft-setup): Run it.
9476
9477         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9478         gnus-score-fast-scoring.  Allow regexp.
9479         (gnus-score-headers): Use it.
9480
9481         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9482         XEmacs.
9483
9484         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9485         string.
9486         (gnus-button-alist): Also catch `<f1> k ...'.
9487         (gnus-treat-display-x-face): Fix doc string.
9488
9489 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9492         evaluation of gnus-extended-version to ensure correct generation of the
9493         User-Agent header when message-generate-headers-first is used.
9494
9495 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9496
9497         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9498         hashcash-path is nil.  Don't call callback with incorrect number of
9499         parameters if val is 0.
9500
9501 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9502
9503         * message.el (message-required-news-headers):
9504         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9505
9506 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9507
9508         * tls.el (open-tls-stream): In handshake-waiting loop,
9509         don't wait more if there is output available to process.
9510
9511 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9512
9513         * tls.el (tls-program): Doc fix.
9514
9515 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * message.el (message-generate-new-buffers): Change the meaning of the
9518         nil value; add `standard' to the choices; treat t as `unique'; improve
9519         doc string.
9520         (gnus-select-frame-set-input-focus): Autoload.
9521         (message-buffer-name): Search for the existing message buffer if
9522         message-generate-new-buffers is nil or `standard'; treat the value t of
9523         message-generate-new-buffers as `unique'.
9524         (message-pop-to-buffer): Raise the frame already displaying the message
9525         buffer; clear the echo area after querying.
9526         (message-setup): Pass the `continue' argument to compose-mail.
9527         (message-mail): Prefer `switch-function' if it is given; search for the
9528         existing message buffer if the `continue' argument is non-nil; pass
9529         continue and switch-function arguments to compose-mail by way of
9530         message-setup.
9531         (message-mail-other-window): Adjust argument of message-setup.
9532         (message-mail-other-frame): Ditto.
9533
9534 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9537         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9538         to turn font-lock on when turning gnus-message-citation-mode on.
9539
9540 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9541
9542         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9543         (mml-smime-function-alist): New variable; add epg as the backend.
9544         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9545         mml-smime- functions instead.
9546         * mm-view.el: Require smime.
9547
9548 2007-03-05  Didier Verna  <didier@xemacs.org>
9549
9550         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9551         instead of just inheritance for posting styles.
9552         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9553
9554 2007-02-24  Chris Moore  <dooglus@gmail.com>
9555
9556         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9557         * pgg-pgp.el (pgg-pgp-encrypt-region):
9558         * pgg-gpg.el (pgg-gpg-encrypt-region):
9559         Check pgg-encrypt-for-me if no other recipients.
9560
9561 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9562
9563         * tls.el (tls-certtool-program): Fix custom type.
9564
9565 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9568         and point-at-eol instead of line-(beginning|end)-position.
9569
9570         * assistant.el (assistant-parse-buffer): Ditto.
9571
9572         * netrc.el (netrc-parse-services): Ditto.
9573
9574 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9575
9576         * mml2015.el (mml2015-epg-find-usable-key): New function.
9577         (mml2015-epg-sign): Use it.
9578         (mml2015-epg-encrypt): Use it.
9579
9580 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * message.el (message-make-in-reply-to): Quote name containing
9583         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9584         if there are special characters.  Reported by NAKAJI Hiroyuki
9585         <nakaji@jp.freebsd.org>.
9586
9587 2007-02-27  Didier Verna  <didier@xemacs.org>
9588
9589         Include the group parameters as well as the topic ones in the
9590         inheritance filter process.
9591         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9592         argument GROUP-PARAMS-LIST.
9593         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9594
9595 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * nntp.el (nntp-never-echoes-commands)
9598         (nntp-open-connection-functions-never-echo-commands): New variables.
9599         (nntp-send-command): Use them.
9600
9601 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9602
9603         * mml2015.el (mml2015-epg-verify): Simplify.
9604
9605 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * mml.el (mml-content-disposition-alist): New user option.
9608         (mml-content-disposition): New function.
9609         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9610         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9611
9612 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9613
9614         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9615         verification.
9616
9617 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9618
9619         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9620         articles posted in the last 24 hours.
9621
9622 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9623
9624         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9625
9626 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9627
9628         * nntp.el (nntp-send-command): Don't wait for echoes when
9629         nntp-open-ssl-stream is used.
9630
9631 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9634         (gnus-message-add-citation-keywords)
9635         (gnus-message-remove-citation-keywords): Remove.
9636         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9637         directly, make the variables in font-lock-defaults buffer-local, add
9638         gnus-message-citation-keywords to them and then update the value of
9639         font-lock-keywords.
9640
9641 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * message.el (message-cite-original-1): Don't call
9644         gnus-article-highlight-citation.
9645
9646         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9647         citations; fix line count.
9648
9649 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9652         (gnus-message-add-citation-keywords)
9653         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9654         versions of font-lock-add-keywords and font-lock-remove-keywords to
9655         work with XEmacs correctly.
9656
9657 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-cite.el (gnus-cite-face-list): Set the values of
9660         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9661         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9662         (gnus-message-cite-prefix-regexp): New variable.
9663         (gnus-message-search-citation-line): Use it; protect against long
9664         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9665         the 0th match data for Emacs.
9666         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9667         (gnus-message-add-citation-keywords): Append keywords rather than
9668         prepending; emulate font-lock-add-keywords if it is not available.
9669         (gnus-message-remove-citation-keywords):
9670         Emulate font-lock-remove-keywords if it is not available.
9671
9672         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9673
9674         * message.el (message-cite-prefix-regexp): Set the value of
9675         gnus-message-cite-prefix-regexp.
9676
9677 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9678
9679         * nnweb.el (nnweb-google-parse-1): Update parser.
9680
9681 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9682
9683         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9684
9685 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9686
9687         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9688         regexp.
9689
9690 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9693         string-to-multibyte.
9694         (uudecode-decode-region-internal): Use it.
9695
9696         * lpath.el: Fbind string-as-multibyte for XEmacs.
9697
9698 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9701         Fix custom choice.
9702
9703         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9704
9705 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9706
9707         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9708
9709         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9710         `write-region' to respect `mm-inhibit-file-name-handlers'.
9711
9712 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9715         Use gnus-home-directory instead of "~/" or "$HOME".
9716
9717 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9718
9719         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9720         to mention filename.
9721         Add comments at beginning regarding usage.
9722         (encrypt-write-file-contents): Change interactive so a string is
9723         acceptable.  If the file has no associated model, show an error instead
9724         of a nonsense prompt.
9725
9726 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9727
9728         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9729         Thanks to Yoshihiko Yamada for kind notification of this typo.
9730
9731 2007-01-12  Kenichi Handa  <handa@m17n.org>
9732
9733         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9734         multibyte buffer.
9735
9736 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gnus-score.el (gnus-score-fast-scoring): New variable.
9739         (gnus-score-headers): Use it.
9740
9741         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9742
9743         * message.el (message-cite-original-1):
9744         Call gnus-article-highlight-citation if requested.
9745         (message-make-from): Allow name and address as optional arguments.
9746
9747         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9748
9749         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9750         bugs to doc string.
9751         (gnus-button-alist): Add mid\\|message-id.
9752         (gnus-button-fetch-group): Extend for use in
9753         `browse-url-browser-function'.
9754         (gnus-button-url-regexp): Try to catch paired parentheses like in
9755         Wikipedia URLs.
9756
9757         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9758         Suggested by Simon Krahnke <overlord@gmx.li>.
9759
9760 2007-01-13  Romain Francoise  <romain@orebokech.com>
9761
9762         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9763         Update copyright.
9764
9765 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9766
9767         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9768
9769 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9770
9771         * gnus-registry.el (gnus-registry-unfollowed-groups)
9772         (gnus-registry-split-fancy-with-parent): Fix documentation.
9773
9774 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9777         from nnweb groups.
9778
9779 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9782         Xref urls.  Erase buffer before requesting head.
9783
9784         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9785
9786 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9789         customizable.
9790
9791 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9792
9793         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9794         no signing key is found.
9795         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9796         no encrypting and/or signing key is found.
9797
9798 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9801
9802 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9803
9804         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9805         headers read from disk with the ones newly found in the current search.
9806         This should no longer cause problems, because the article numbers in
9807         Gmane's `nov.php' output are ignored since the previous change.
9808
9809 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9810
9811         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9812
9813 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9816         replace-regexp-in-string; bind url-version; fbind display-images-p and
9817         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9818         find-face and set-itimer-function for Emacs; bind itimer-list for
9819         Emacs.
9820
9821         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9822
9823 2007-01-01  Romain Francoise  <romain@orebokech.com>
9824
9825         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9826
9827 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9828
9829         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9830         `define-minor-mode' macro definition expanded properly.
9831         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9832         exclude it there.
9833
9834         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9835         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9836         `fboundp' test.
9837         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9838         This is OK to autoload in (S)XEmacs now.
9839
9840 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9843         keystroke.
9844         (gnus-summary-limit-to-singletons): Fix typo.
9845
9846         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9847         else fails.
9848
9849 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9850
9851         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9852         docstring.
9853
9854         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9855         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9856         (gnus-summary-insert-dormant-articles): Fix typo in message.
9857
9858 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9861         nil for XEmacs.
9862         (gnus-message-citation-mode): Don't autoload in XEmacs.
9863
9864         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9865
9866 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9867
9868         * nnimap.el (nnimap-expunge-search-string):
9869         Mention nnimap-search-uids-not-since-is-evil in docstring.
9870
9871 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * spam.el: Revert to make-obsolete-variable because
9874         define-obsolete-variable-alias is not supported in Emacs 21.
9875
9876         * spam.el (spam-ifile-path, spam-ifile-database-path)
9877         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9878         make-obsolete-variable.
9879         (spam-bsfilter-path, spam-bsfilter-program)
9880         (spam-spamassassin-path, spam-spamassassin-program)
9881         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9882         Don't use "path" inappropriately.
9883         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9884         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9885         variable names.
9886
9887 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9888
9889         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9890         summary buffer.
9891
9892         * password.el (password-cache-remove): Use clear-string to burn
9893         password, if available.
9894
9895 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9898
9899         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9900
9901         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9902         (gnus-message-highlight-citation): Move defcustom here from
9903         gnus-cite.el.
9904         (gnus-message-citation-mode): Autoload.
9905
9906         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9907         checks to make it compile with XEmacs.
9908         (gnus-message-citation-mode): New minor mode.
9909         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9910         (gnus-message-highlight-citation): New variables.
9911         (gnus-message-search-citation-line)
9912         (gnus-message-add-citation-keywords)
9913         (gnus-message-remove-citation-keywords)
9914         (turn-on-gnus-message-citation-mode)
9915         (turn-off-gnus-message-citation-mode): New functions.
9916
9917 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9918
9919         * gnus-cite.el: Enable highlighting of different citation levels in
9920         message-mode.
9921
9922 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * message.el (message-make-fqdn): Fix comment.
9925         (message-bogus-system-names): Add ".local".
9926
9927         * spam.el (spam-ifile-path, spam-ifile-program)
9928         (spam-ifile-database-path, spam-ifile-database)
9929         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9930         Don't use "path" inappropriately.
9931         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9932         strings.
9933         (spam-check-ifile, spam-ifile-register-with-ifile)
9934         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9935         Use new variable names.
9936
9937         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9938         (gnus-treat-display-smileys): Simplify using
9939         gnus-image-type-available-p.
9940
9941         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9942         available.
9943
9944         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9945         Use `display-images-p' if available.
9946
9947 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9950         one after turning on the buffer's multibyteness instead of decoding
9951         them directly in the unibyte buffer that causes unexpected conversion
9952         in Emacs 23 (unicode).
9953
9954 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9955
9956         * message.el (message-generate-hashcash): Fix custom type.
9957
9958 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9961
9962 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9965         disconnect icons.  Add help text.
9966
9967 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9970         negated to be consistent with the others we handle.
9971
9972 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9975         version of gnus-summary-buffer to something, so that we can use two
9976         article buffers at the same time.
9977
9978 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9979
9980         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9981         trigger all the extra headers.
9982         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9983         sorting.
9984
9985 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9986
9987         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9988         solid groups.
9989
9990 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9991
9992         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9993
9994 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * legacy-gnus-agent.el: Add Copyright notice.
9997
9998 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9999
10000         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10001
10002 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10005
10006         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10007         to make it work reliably in CVS Emacs.
10008         (gnus-summary-limit-strange-charsets-predicate)
10009         (gnus-summary-limit-to-predicate): New functions.
10010
10011 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10012
10013         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10014         specifying array size.
10015         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10016         array if it is too small.
10017         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10018         (gnus-sort-threads-loop): New function.
10019
10020 2006-12-06  Chris Moore  <dooglus@gmail.com>
10021
10022         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10023         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10024
10025 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10026
10027         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10028         options.
10029
10030 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10033         DOS-ing the recipient.
10034
10035         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10036         the headers when creating the mapping to avoid mismappings.
10037         (nnweb-gmane-create-mapping): Always nix out old mapping.
10038
10039 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10042         and mm-verify-option to never.
10043
10044 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * message.el (message-signed-or-encrypted-p): New function.
10047         (message-forward-make-body): Use it.
10048
10049         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10050         Replace encode-coding-string with mm-encode-coding-string.
10051
10052 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * nneething.el (nneething-decode-file-name):
10055         Replace decode-coding-string with mm-decode-coding-string.
10056
10057         * gnus-int.el (gnus-open-server): Say failed server's name.
10058
10059 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10060
10061         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10062         strings to a single string.  Quote `errors-file-name'.
10063         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10064         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10065         Adjust calls.  Use `shell-quote-argument'.
10066
10067 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10068
10069         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10070         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10071
10072         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10073         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10074         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10075         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10076         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10077         (gnus-subscribe-newsgroup, gnus-1):
10078         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10079         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10080         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10081         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10082
10083 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10086         keystroke.
10087         (gnus-summary-limit-to-bodies): Implement headersp.
10088
10089 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10092
10093 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10096
10097 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * message.el (message-generate-hashcash): Expand range of values to
10100         include `opportunistic'.
10101         (message-send-mail): Use it.
10102
10103 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10106         and comment it.
10107
10108         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10109
10110 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-util.el (gnus-extract-address-components): Improve comment.
10113
10114 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-util.el (gnus-extract-address-components): Work with address in
10117         which the name portion contains @.
10118
10119         * lpath.el: Fbind custom-autoload.
10120
10121 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus.el (gnus-start): Move custom group up.
10124         (gnus-select-method): Don't autoload, but make it available for
10125         `customize-variable'.
10126         (gnus-getenv-nntpserver): Don't autoload.
10127
10128 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10129
10130         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10131
10132 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * message.el (message-sendmail-extra-arguments): New variable.
10135         (message-send-mail-with-sendmail): Use it.
10136
10137 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10140         mm-with-unibyte-current-buffer to make string unibyte.
10141
10142         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10143         mm-string-as-multibyte.
10144
10145 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10146
10147         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10148         Reported by Werner Koch <wk@gnupg.org>.
10149
10150 2006-11-14  Daiki Ueno  <ueno@p360>
10151
10152         * mml2015.el: Autoload epa-select-keys when compiling.
10153
10154 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10155
10156         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10157         message-options.
10158         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10159
10160 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10161
10162         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10163         EasyPG (< 0.0.6).
10164         (mml2015-always-trust): New user option.
10165         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10166         prompt.
10167
10168 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * nntp.el (nntp-authinfo-force): New variable.
10171         (nntp-send-authinfo): Use it.
10172
10173 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10176         decode encoded words.  Improve prompt.  Add comment about forwarding.
10177         (message-replacement-char): Move up.
10178
10179 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10180
10181         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10182         instead of gnus-intersection because arguments of gnus-sorted-nunion
10183         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10184
10185 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10188         (message-simplify-subject-functions):
10189         Enable message-strip-subject-encoded-words by default.
10190
10191 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * message.el (message-strip-subject-encoded-words): New function.
10194         (message-simplify-subject-functions): New variable.
10195         (message-simplify-subject): Use it.  Fix typo in doc string.
10196         Support message-strip-subject-encoded-words.
10197
10198 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10199
10200         * gnus-diary.el (gnus-diary-delay-format-function):
10201         * nndiary.el (nndiary-reminders):
10202         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10203
10204 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-art.el (article-hide-boring-headers): Fetch date from
10207         gnus-original-article-buffer to avoid problems with localized date
10208         strings.
10209
10210 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10213
10214 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10217         New variables.
10218         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10219         (mm-charset-synonym-alist): Move some entries to
10220         mm-codepage-iso-8859-list.
10221         (mm-charset-synonym-alist, mm-charset-override-alist):
10222         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10223
10224 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10227
10228 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10231         with Emacs 21 and XEmacs.
10232
10233 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10234
10235         * spam.el (spam-parse-address): New function for better parsing,
10236         catching errors, etc.
10237         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10238
10239 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * mm-view.el: Add interactive arg to html2text autoload.
10242
10243 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10246
10247 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10250         New variables.
10251         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10252         (mm-charset-synonym-alist): Move some entries to
10253         mm-codepage-iso-8859-list.
10254
10255         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10256
10257 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * message.el (message-citation-line-format)
10260         (message-insert-formated-citation-line): Fix implementation of %E, %N
10261         and %n according to the doc string.
10262
10263 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10264
10265         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10266         Use car-safe to avoid bad parses.
10267
10268 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10271         names.
10272
10273         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10274
10275 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10278         header.
10279
10280         * message.el (message-draft-headers): Add Date.
10281         (message-headers-to-generate): Fix typo in docstring.
10282
10283         * nndraft.el (nndraft-required-headers): New variable.
10284         (nndraft-generate-headers): Use it.
10285
10286         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10287
10288 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10289
10290         * gnus-registry.el (gnus-registry-wash-for-keywords)
10291         (gnus-registry-find-keywords): New functions to allow easy searching of
10292         articles that are in the registry.
10293
10294 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10295
10296         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10297         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10298         Reported by Damien Elmes <damien@repose.cx>.
10299
10300 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus.el (gnus-mime): Remove unused custom group.
10303
10304 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10305
10306         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10307         "blank line" when searching for end of armor headers.
10308
10309 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gmm-utils.el (gmm-write-region): Fix variable name.
10312
10313 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * gmm-utils.el (gmm-write-region): New function based on compatibility
10316         code from `mm-make-temp-file'.
10317
10318         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10319
10320         * nnmaildir.el (nnmaildir--update-nov)
10321         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10322         Use `gmm-write-region'.
10323
10324 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10327         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10328
10329         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10330
10331         * message.el (message-replacement-char): New variable.
10332         (message-fix-before-sending): Use it.
10333         (message-simplify-subject): New function to remove duplicate code.
10334         (message-reply, message-followup): Use it.
10335
10336         * gnus-sum.el (gnus-summary-make-menu-bar):
10337         Clarify gnus-summary-limit-to-articles.
10338
10339 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-util.el (gnus-with-local-quit): New macro.
10342
10343         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10344
10345 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10346
10347         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10348         ignore non-string data.
10349
10350 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10351
10352         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10353         non-string data (needs to be done in the registry too).
10354
10355 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10358         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10359         (gnus-registry-split-fancy-with-parent)
10360         (gnus-registry-fetch-simplified-message-subject-fast)
10361         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10362         Remove text properties on ingress into the registry and when it's saved.
10363         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10364         registry from entries with no groups.
10365
10366 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10367
10368         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10369         function to remove string properties.
10370
10371 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * gmm-utils.el (gmm): Adjust custom version.
10374
10375         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10376         Adjust custom version.
10377
10378         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10379
10380 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-art.el (gnus-insert-prev-page-button)
10383         (gnus-insert-next-page-button): Simplify.  Reformat.
10384
10385 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10386
10387         * gnus-art.el (gnus-insert-prev-page-button)
10388         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10389
10390 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10391
10392         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10393
10394 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10395
10396         * gnus-art.el (gnus-insert-mime-button)
10397         (gnus-insert-mime-security-button):
10398         Apply gnus-article-button-face to MIME and security buttons.
10399
10400 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10403         readable.
10404
10405 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10408
10409 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10410
10411         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10412         `browse-url-of-file' instead of `browse-url'.
10413
10414 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10415
10416         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10417         regexp.  Articles containing quotation were cut prematurely.
10418
10419 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * message.el (message-cite-original-1): Use nobody by default for the
10422         value of From header.
10423         (message-reply): Ditto.
10424
10425 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10426
10427         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10428         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10429         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10430
10431 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10434         mails in the doc string.  Add some URLs in comment.
10435         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10436
10437 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10440         backslashes handling and the way to find boundaries of quoted strings.
10441
10442 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10443
10444         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10445         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10446         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10447         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10448
10449 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10452         doc string.
10453         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10454
10455 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * lpath.el: Fbind epg-check-configuration.
10458
10459 2006-09-06  Simon Josefsson  <jas@extundo.com>
10460
10461         * mml2015.el (mml2015-use): Doc fix, mention epg.
10462
10463 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10464
10465         * mml2015.el (mml2015-use): Default to epg, if available.
10466
10467 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10468
10469         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10470         message-sender.
10471         (mml1991-epg-encrypt): Ditto.
10472         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10473         message-sender.
10474         (mml2015-epg-encrypt): Ditto.
10475
10476 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10477
10478         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10479         several common directories.
10480
10481 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10482
10483         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10484         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10485
10486 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-art.el (article-decode-encoded-words): Make it fast.
10489
10490 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10493
10494         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10495         in quoted string into `\'.
10496
10497 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10500         Use standard-syntax-table.
10501
10502 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-art.el (gnus-decode-address-function): New variable.
10505         (article-decode-encoded-words): Use it to decode headers which are
10506         assumed to contain addresses.
10507         (gnus-mime-delete-part): Remove useless `or'.
10508
10509         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10510         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10511         (gnus-nov-parse-line): Use it to decode From header.
10512         (gnus-get-newsgroup-headers): Ditto.
10513         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10514
10515         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10516         (mail-decode-encoded-address-string): New alias.
10517
10518         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10519         New function.
10520         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10521         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10522         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10523         (rfc2047-decode-string): Ditto.
10524         (rfc2047-decode-address-region): New function.
10525         (rfc2047-decode-address-string): New function.
10526
10527 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * message.el (message-caesar-buffer-body): Allow rotating headers.
10530
10531         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10532
10533         * message.el (message-insert-formated-citation-line): Fix %f.
10534         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10535
10536 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10539         (gnus-bookmark-mouse-available-p): New macro.
10540         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10541         (gnus-bookmark-bmenu-show-infos): Use it.
10542         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10543         (gnus-bookmark-bmenu-hide-infos): Ditto.
10544         (gnus-bookmark-remove-properties): New function.
10545         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10546         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10547         (gnus-bookmark-write-file): Bind coding-system-for-write.
10548         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10549         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10550         group before selecting it.
10551         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10552         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10553         quit-window if it is not available; use gnus-mouse-2 and bind it to
10554         gnus-bookmark-bmenu-select-by-mouse.
10555         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10556         (gnus-bookmark-bmenu-select-by-mouse): New function.
10557
10558 2006-08-13  Romain Francoise  <romain@orebokech.com>
10559
10560         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10561         space.
10562
10563 2006-08-10  Romain Francoise  <romain@orebokech.com>
10564
10565         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10566         (dns-mode-soa-auto-increment-serial): New user option.
10567         (dns-mode-soa-maybe-increment-serial): New function.
10568         (dns-mode): Add the latter to `write-contents-functions'.
10569
10570 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * compface.el (uncompface): Use binary rather than raw-text-unix.
10573
10574 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * compface.el (uncompface): Make sure the eol conversion doesn't take
10577         place when communicating with the external programs.
10578         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10579
10580 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10583
10584 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10585
10586         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10587         Make it more robust by parsing author and date independently.
10588
10589 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10592
10593 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10594
10595         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10596         first matching secret key.
10597         (mml2015-epg-encrypt): Ditto.
10598
10599         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10600         first matching secret key.
10601         (mml1991-epg-encrypt): Ditto.
10602
10603         * mml2015.el (mml2015-encrypt-to-self): New user option.
10604         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10605         mml2015-epg-encrypt-to-self is set.
10606
10607         * mml1991.el (mml1991-encrypt-to-self): New variable.
10608         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10609         mml1991-epg-encrypt-to-self is set.
10610
10611         * mml2015.el (mml2015-signers): New user option.
10612         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10613         (mml2015-epg-encrypt): Allow to select signing keys.
10614
10615         * mml1991.el (mml1991-signers): New variable.
10616         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10617         (mml1991-epg-encrypt): Allow to select signing keys.
10618
10619 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * nnheader.el (nnheader-insert-head): Make it work even if the file
10622         uses CRLF for the line-break code.
10623
10624 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10625
10626         * mml2015.el: Require mml-sec instead of password.
10627         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10628         (mml2015-cache-passphrase): Inherit the default value from
10629         mml-secure-cache-passphrase.
10630         (mml2015-passphrase-cache-expiry): Inherit the default value from
10631         mml-secure-passphrase-cache-expiry.
10632
10633         * mml1991.el: Require mml-sec instead of password.
10634         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10635         (mml1991-cache-passphrase): Inherit the default value from
10636         mml-secure-cache-passphrase.
10637         (mml1991-passphrase-cache-expiry): Inherit the default value from
10638         mml-secure-passphrase-cache-expiry.
10639
10640         * mml-sec.el: Require password.
10641         (mml-secure-verbose): New user option.
10642         (mml-secure-cache-passphrase): New user option.
10643         (mml-secure-passphrase-cache-expiry): New user option.
10644
10645 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10646
10647         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10648         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10649         andreas@altroot.de (Andreas Vögele).
10650
10651         FIXME: Use `tiny change'?
10652
10653 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10654
10655         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10656         workaround for the url package included with Emacs.
10657
10658         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10659
10660 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10663         correctly.  This fixes a bug caused by the 2006-05-12 change.
10664
10665 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10666
10667         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10668         some information about the error when saying that the `bogus' mail
10669         group will be used.
10670
10671 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10674         string.
10675
10676 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10677
10678         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10679
10680 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10681
10682         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10683
10684 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10685
10686         * mml1991.el (mml1991-function-alist): Add epg.
10687         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10688         (mml1991-epg-encrypt): New functions.
10689
10690 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10691
10692         * mml2015.el (mml2015-verbose): New variable.
10693         (mml2015-cache-passphrase): Ditto.
10694         (mml2015-passphrase-cache-expiry): Ditto.
10695         (mml2015-function-alist): Add epg.
10696         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10697         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10698         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10699         New functions.
10700
10701 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10702
10703         * message.el (message-cite-original-1): Preserve region when removing
10704         quoted text due to X-No-Archive in order to avoid bogus attribution
10705         when citing multiple messages.
10706
10707 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10708
10709         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10710         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10711
10712 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus-diary.el (gnus-user-format-function-d)
10715         (gnus-user-format-function-D): Autoload.
10716
10717         * imap.el (Commentary): Fix typo.
10718
10719         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10720         2006-04-22 contribution.
10721
10722 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10723
10724         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10725         It didn't really fix the bogosity I'm seeing with solid web groups.
10726
10727 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10728
10729         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10730         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10731         created using server names.  If we use the feature without declaring
10732         it, Gnus does not properly manage server and group state.
10733
10734         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10735         bound.
10736
10737 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10738
10739         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10740         looking up the method using GROUP's prefix before inventing a new one.
10741         It is used on killed/unknown groups in various places where returning
10742         an all-new method isn't expected by the caller.
10743
10744         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10745         and match semantics of gnus-group-real-prefix.
10746
10747 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * nnmail.el (nnmail-broken-references-mailers): New variable.
10750         (nnmail-ignore-broken-references): New function generalizing
10751         nnmail-fix-eudora-headers.
10752         (nnmail-fix-eudora-headers): Now obsolete.
10753
10754         * gnus-art.el (gnus-button-handle-custom):
10755         Support `customize-apropos*'.
10756
10757 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10760
10761         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10762         articles.
10763
10764 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * message.el (message-cite-reply-above): New variable.
10767         (message-yank-original): Use it.
10768
10769 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10772
10773 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10776         as read.
10777
10778         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10779
10780 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10783         (gnus-bookmark-default-file): Use gnus-directory.
10784         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10785         Remove "*" in doc string.
10786         (gnus-bookmark-write-file): Simplify.
10787         (gnus-bookmark-maybe-sort-alist): Use `when'.
10788         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10789         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10790         Add FIXME about Emacs 21 and XEmacs compatibility.
10791         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10792         compatibility.
10793         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10794         compatibility.
10795         (gnus-bookmark-menu-heading): Fix version.
10796
10797 2006-06-19  Bastien Guerry  <bzg@altern.org>
10798
10799         * gnus-bookmark.el: New file.
10800
10801 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * message.el (message-syntax-checks): Doc fix.
10804
10805 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10806
10807         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10808         unsubscribed groups as if they were killed ones.  It causes duplicate
10809         entries in gnus-newsrc-alist.
10810
10811 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * message.el (message-syntax-checks): Doc fix.
10814         (message-send-mail): Add check for continuation headers.
10815         (message-check-news-header-syntax): Fix regexp used to check for
10816         continuation headers.
10817
10818 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10821
10822 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10825
10826 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10829         default-truncate-lines.
10830
10831 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10834         to fill the utf-8 entry.
10835
10836         * lpath.el: Fbind unicode-precedence-list.
10837
10838 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10839
10840         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10841
10842 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10843
10844         * gnus-agent.el (directory-files-and-attributes): Move all the way
10845         forward (the third and final move).
10846         (gnus-agent-read-agentview): Trap reconstruction errors due to
10847         nonexistent directory.  Handle by returning nil.
10848
10849 2006-05-30  Didier Verna  <didier@xemacs.org>
10850
10851         * message.el (message-dont-reply-to-names): Update the custom type.
10852         * message.el (message-dont-reply-to-names): New defsubst: potentially
10853         convert a list of regexps into a single one.
10854         * message.el (message-get-reply-headers): Use it.
10855         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10856
10857 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-agent.el (directory-files-and-attributes): Move forward.
10860
10861 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-ml.el (gnus-mailing-list-subscribe)
10864         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10865         (gnus-mailing-list-message): Fix doc strings.
10866
10867 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10868
10869         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10870         of doing it manually.
10871
10872 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10875         comment.
10876
10877 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10878
10879         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10880         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10881         (gnus-agent-read-local): All symbols allocated in my-obarray.
10882         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10883         (gnus-agent-regenerate-group): Check numeric names to see if they are
10884         messages or groups.
10885         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10886         better way of do this...)
10887
10888         * gnus-cache.el (gnus-agent-total-fetched-for):
10889         Ignore 'dummy.group' (there should be a better way of do this...)
10890
10891 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10894         (gnus-saved-headers): Ditto.
10895         (gnus-default-article-saver): Mention functions may have properties.
10896         (gnus-article-save): Override gnus-save-all-headers and
10897         gnus-saved-headers by :headers property which saver function may have.
10898         (gnus-summary-save-in-file): Add :headers property.
10899         (gnus-summary-write-to-file): Ditto.
10900
10901         * gnus-sum.el (gnus-summary-save-article): Bind
10902         gnus-prompt-before-saving to t when saving many articles in a file;
10903         always show all headers.
10904
10905         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10906
10907 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10910         marks.
10911
10912         * message.el (message-indent-citation): Add optional arguments to allow
10913         using it outside of message buffers.
10914
10915         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10916         (gnus-article-treat-unfold-headers): Use it.
10917         (gnus-article-truncate-lines): New variable.
10918         (gnus-article-mode): Use it.
10919         (gnus-article-toggle-truncate-lines): New function.
10920
10921         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10922         Add gnus-article-toggle-truncate-lines.
10923
10924         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10925         coding system in XEmacs, use binary.
10926
10927 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10930         after-load-alist.
10931
10932         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10933         this function should save decoded articles.
10934         (gnus-summary-write-to-file): Use property to specify this function
10935         should save decoded articles and specify gnus-summary-save-in-file
10936         should be used to save articles other than the first one when saving
10937         many articles.
10938         (gnus-summary-save-body-in-file): Use property to specify this
10939         function should save decoded articles.
10940         (gnus-summary-write-body-to-file): Use property to specify this
10941         function should save decoded articles and specify
10942         gnus-summary-save-body-in-file should be used to save articles other
10943         than the first one when saving many articles.
10944
10945         * gnus-sum.el (gnus-summary-save-article): Simplify.
10946
10947 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (gnus-default-article-saver):
10950         Add gnus-summary-write-body-to-file.
10951         (gnus-article-save-coding-system): Don't use coding system object
10952         in XEmacs.
10953         (gnus-read-save-file-name): Add optional `dir-var' argument which
10954         specifies directory in which files are saved; work even if optional
10955         `variable' argument is not specified.
10956         (gnus-summary-write-to-file): Read file name.
10957         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10958         (gnus-summary-write-body-to-file): New function.
10959
10960         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10961         (gnus-summary-local-variables): Add it.
10962         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10963         (gnus-summary-save-article): Remove optional `decode' argument;
10964         determine whether to decode articles by the value of
10965         gnus-default-article-saver; when saving many files using
10966         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10967         it first and use gnus-summary-save-in-file or
10968         gnus-summary-save-body-in-file thereafter unless
10969         gnus-prompt-before-saving is always; move point to article which
10970         will be saved.
10971         (gnus-summary-save-article-file): Revert.
10972         (gnus-summary-write-article-file): Revert.
10973         (gnus-summary-save-article-body-file): Revert.
10974         (gnus-summary-write-article-body-file): New function.
10975
10976 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-art.el (gnus-default-article-saver): Doc fix.
10979         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10980         from gnus-summary-save-article-coding-system, and default to a
10981         certain coding system.
10982         (gnus-output-to-file): Add coding cookie and encode text according
10983         to gnus-article-save-coding-system; don't use mm-append-to-file.
10984
10985         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10986         gnus-art.el and rename to gnus-article-save-coding-system.
10987         (gnus-summary-save-article): Require gnus-art; don't show all
10988         headers if it decodes articles; don't add coding cookie here;
10989         don't bind mm-text-coding-system-for-write.
10990         (gnus-summary-save-article-file): Save decoded articles.
10991         (gnus-summary-write-article-file): When saving many files, use
10992         gnus-summary-write-to-file first and gnus-summary-save-in-file
10993         thereafter unless gnus-prompt-before-saving is always.
10994         (gnus-summary-save-article-body-file): Save decoded articles.
10995
10996         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10997
10998 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * nnrss.el (nnrss-check-group): Bind hash-index.
11001
11002 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11003
11004         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11005         its hash index.  Store this hash in `nnrss-group-data'.
11006         (nnrss-read-group-data): Update accordingly.
11007
11008 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11009
11010         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11011         entry.
11012
11013         * gnus-sum.el (gnus-summary-make-menu-bar):
11014         Add gnus-article-browse-html-article.
11015
11016 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11017
11018         * gnus-sum.el (gnus-summary-mime-map):
11019         Add gnus-article-browse-html-article.
11020
11021         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11022
11023 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11026         suitable coding systems in customize.
11027
11028 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * mail-source.el (mail-sources): Fix custom type.
11031
11032 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11035         (gnus-summary-expire-articles-now): Shorten prompt.
11036
11037         * gmm-utils.el (wid-edit): Require.
11038         (defun-gmm): Rename from `gmm-defun-compat'.
11039         (gmm-image-search-load-path): Use it.
11040         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11041
11042 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-sum.el (gnus-summary-save-article-coding-system):
11045         New variable.
11046         (gnus-summary-save-article): Add optional `decode' argument.
11047         If it is set and gnus-summary-save-article-coding-system is non-nil,
11048         save decoded article.
11049         (gnus-summary-write-article-file): Save decoded article if
11050         gnus-summary-save-article-coding-system is non-nil.
11051
11052         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11053         type.
11054
11055 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11058
11059 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11062         first to test gnus-single-article-buffer which may be buffer-local.
11063
11064         * gnus-sum.el (gnus-summary-setup-buffer):
11065         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11066         group; make gnus-article-buffer, gnus-article-current, and
11067         gnus-original-article-buffer always buffer-local.
11068         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11069         group.
11070         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11071
11072 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * nnml.el (nnml-request-compact-group): Compressed files might not
11075         have .gz extension.
11076
11077 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11078
11079         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11080         (mm-copy-to-buffer): Use with-current-buffer.
11081         (mm-display-part): Simplify.
11082         (mm-inlinable-p): Add optional arg `type'.
11083
11084 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11085
11086         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11087         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11088         Try harder to show the attachment internally or externally using
11089         gnus-mime-view-part-as-type.
11090
11091 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * message.el (message-from-style, message-signature-separator)
11094         (message-user-organization-file, message-send-mail-function)
11095         (message-citation-line-function, message-yank-prefix)
11096         (message-indent-citation-function, message-signature)
11097         (message-signature-file, message-signature-insert-empty-line):
11098         Remove autoloads.
11099
11100         * gnus-art.el (gnus-buttonized-mime-types):
11101         Remove "multipart/signed".  Revert 2006-04-26 change.
11102
11103 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104
11105         * gnus.el (gnus-version-number): Bump version.
11106
11107 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11108
11109         * gnus.el: No Gnus v0.5 is released.
11110
11111 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11112
11113         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11114         fetching articles by message-id.
11115
11116 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * message.el (hashcash): Require hashcash as normal.
11119
11120         * ecomplete.el (ecomplete-highlight-match-line):
11121         Use point-at-eol.
11122         (ecomplete-highlight-match-line): Use `highlight', because that
11123         face exists in both Emacs and XEmacs.
11124
11125         * message.el (message-display-abbrev): Use point-at-bol.
11126
11127         * mail-source.el: Don't require timer/timer-funcs.
11128
11129         * gnus-async.el: Ditto.
11130
11131         * password.el: Ditto.
11132
11133         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11134
11135         * mm-url.el: Ditto.
11136
11137         * gnus-xmas.el: Don't require timer-funcs.
11138
11139         * mm-util.el: Require timer/timer-funcs.
11140
11141 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11142
11143         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11144         Close.
11145
11146 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11149         unibyte after clear-decrypt function runs.
11150
11151         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11152         returns as a unibyte string.
11153
11154 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * lpath.el: Revert.
11157
11158         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11159         (pgg-gpg-process-sentinel): Revert.
11160
11161         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11162         (pgg-pgp-lookup-key): Revert.
11163
11164         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11165         (pgg-pgp5-lookup-key): Revert.
11166
11167         * pgg.el (pgg-fetch-key): Revert.
11168
11169 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * lpath.el: Fbind string-as-multibyte for XEmacs.
11172
11173         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11174         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11175         (mml1991-pgg-encrypt): Ditto.
11176
11177         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11178         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11179         a multibyte buffer.
11180
11181         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11182         (pgg-pgp-lookup-key): Ditto.
11183
11184         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11185         (pgg-pgp5-lookup-key): Ditto.
11186
11187         * pgg.el (pgg-fetch-key): Ditto.
11188
11189 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * message.el (message-user-organization-file): Check several
11192         locations of the organization file.
11193
11194         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11195         Add gnus-article-view-part-as-type.
11196
11197         * gnus-art.el (gnus-article-view-part-as-type): New function.
11198
11199         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11200         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11201
11202         * mml.el: Simplify autoload.
11203         (mml-mode): defvar dnd-protocol-alist instead of using
11204         symbol-value.
11205         (mml-default-directory): New variable.
11206         (mml-minibuffer-read-file): Use it.
11207         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11208
11209         * message.el (message-citation-line-format): New variable.
11210         (message-insert-formated-citation-line): New function.
11211         (message-citation-line-function):
11212         Add `message-insert-formated-citation-line' to custom type.
11213
11214         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11215         to doc string.
11216
11217         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11218         depending on mm-verify-option.
11219
11220 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11223         binding pgg-* variables; reimplement the section which prevents
11224         MIME header from being signed.
11225         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11226         pgg-text-mode; remove a blank line at the top of body.
11227
11228         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11229         lines at the top of body; use gnus-newsgroup-charset if there's no
11230         Charset header.
11231
11232 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * message.el (message-self-insert-commands): Doc fix.
11235
11236         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11237         (mm-uu-pgp-encrypted-test): Ditto.
11238         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11239         between header and body; return application/pgp-encrypted handle
11240         if decryption failed; decode decrypted body by charset.
11241
11242         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11243         element match to application/pgp-*.
11244
11245 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11246
11247         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11248         HTML.
11249
11250 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * mail-source.el (mail-source-call-script): Message the error
11253         string.
11254
11255 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256
11257         * gnus-util.el (gnus-byte-compile): Use it.
11258
11259 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11260
11261         * gnus-util.el (kill-empty-logs): New function.
11262
11263 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11264
11265         * message.el (message-mail-alias-type): Doc fix.
11266         (message-mail-alias-type-p): New function.
11267         (message-send): Use it.
11268         (message-mode): Ditto.
11269         (message-strip-forbidden-properties): Ditto.
11270
11271         * ecomplete.el (ecomplete-database-file-coding-system):
11272         New variable.
11273         (ecomplete-save): Use it.
11274         (ecomplete-setup): Use it.
11275
11276 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * message.el (message-self-insert-commands): New variable.
11279         (message-strip-forbidden-properties): Use it.
11280
11281 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282
11283         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11284         that doesn't make XEmacs choke.
11285
11286 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * gnus-util.el (gnus-replace-in-string):
11289         Prefer replace-regexp-in-string over of replace-in-string.
11290
11291 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-util.el (gnus-select-frame-set-input-focus):
11294         Use select-frame-set-input-focus if it is available in XEmacs; use
11295         definition defined in Emacs 22 for old Emacsen.
11296
11297         * dgnushack.el: Autoload unmorse-region for XEmacs.
11298
11299         * lpath.el: Bind cursor-in-non-selected-windows and
11300         select-frame-set-input-focus for XEmacs.
11301
11302 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11305
11306 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11307
11308         * gnus-registry.el (gnus-registry-cache-save): Remove text
11309         properties when saving via the temp buffer.
11310
11311 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * message.el (message-generate-hashcash): Honor custom type.
11314
11315 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316
11317         * message.el (message-generate-hashcash): Default to non-nil when
11318         hashcash is found.
11319
11320         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11321         (gnus-refer-thread-limit): Increase default to 500.
11322
11323         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11324
11325         * flow-fill.el (fill-flowed): Allow delete-space.
11326
11327 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11330         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11331         Remove autoloads.
11332
11333 2006-04-18  Simon Josefsson  <jas@extundo.com>
11334
11335         * message.el (message-generate-hashcash): Default to.
11336
11337 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11340         concatenating segments rather than before concatenating them.
11341
11342 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11345
11346 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347
11348         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11349
11350         * message.el (message-forward-make-body-plain):
11351         Allow message-forward-ignored-headers to be a list.
11352         (message-remove-ignored-headers): Factor out into function.
11353         (message-forward-make-body-mml): Use it.
11354
11355         * imap.el (imap-quote-specials): New function.
11356         (imap-login-auth): Quote specials.
11357
11358         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11359         (rfc2231-parse-string): Allow concatanation of parameters that
11360         aren't contiguous.  The test case is
11361           (mail-header-parse-content-type "message/external-body;
11362             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11363             access-type=LOCAL-FILE;
11364             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11365
11366 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11367
11368         * nntp.el (nntp-accept-process-output): Return the value of
11369         `nnheader-accept-process-output'.
11370
11371 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372
11373         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11374         (gnus-button-alist): Recognize more diff formats.
11375         (gnus-button-patch): Strip directory.
11376
11377 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11380         Emacs 22 when setting focus.
11381
11382 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * gnus-art.el (gnus-article-treat-types): Do treatment of
11385         text/x-verbatim parts.
11386         (gnus-button-patch): New command.
11387
11388         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11389         addresses that contain invalid characters.
11390
11391 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392
11393         * message.el (message-put-addresses-in-ecomplete):
11394         Use gnus-replace-in-string.
11395         (message-is-yours-p): Use the more correct
11396         mail-header-parse-address instead of
11397         mail-extract-address-components.
11398         (message-put-addresses-in-ecomplete): Fix typo.
11399
11400         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11401         keystroke.
11402
11403         * gnus-art.el (gnus-treatment-function-alist): Change order of
11404         newsgroups/generic header folding to avoid double-folding.
11405
11406         * message.el (message-hidden-headers): Add X-Draft-From.
11407
11408         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11409         New command.
11410         (gnus-summary-repeat-search-article-backward): New command.
11411
11412         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11413         groups in the parent topic.
11414
11415 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11416
11417         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11418         (spam-extra-header-to-number): Return the CRM114 number as a
11419         number instead of a string.
11420
11421 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11422
11423         * gnus-art.el (gnus-face-properties-alist): Move here from
11424         gnus-fun.
11425
11426         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11427
11428 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * message.el (message-strip-forbidden-properties): Only display on
11431         self-insert-command.
11432
11433         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11434         reindent.
11435         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11436
11437 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11438
11439         * smiley.el (smiley-style): Fix typo.
11440
11441 2006-03-23  Kenichi Handa  <handa@m17n.org>
11442
11443         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11444         instead of set-buffer-multibyte.
11445
11446 2006-03-23  Kenichi Handa  <handa@m17n.org>
11447
11448         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11449         buffer and then decode the buffer text if necessary.
11450         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11451         first, and after mm-encode-body, change the buffer to unibyte.
11452
11453 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * hashcash.el (hashcash-insert-payment-async-2):
11456         Use message-goto-eoh instead of doing it manually.
11457         (mail-add-payment): Use message-narrow-to-header instead of trying
11458         to do the same itself.
11459
11460         * message.el (message-hidden-headers): Add Face.
11461
11462         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11463         reparenting code.
11464         (gnus-summary-reparent-children): Refactored out code.
11465         (gnus-summary-thread-map): New keystroke.
11466         (gnus-summary-reparent-children): Make into command.
11467
11468         * smiley.el (smiley-style): Default to `medium' if using a large
11469         font.
11470
11471         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11472         does it itself.
11473
11474         * message.el (message-point-in-header-p): Simplify definition.
11475
11476 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * nnagent.el (nnagent-request-set-mark): Silence log file
11479         writing.
11480         (nnagent-request-set-mark): Use write-region instead of
11481         append-to-file.
11482
11483         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11484         strange select method.
11485
11486         * ecomplete.el (ecomplete-display-matches): Get highlightling
11487         right.
11488         (ecomplete-display-matches): Use literals.
11489         (ecomplete-display-matches): Disable message logging.
11490
11491         * message.el (message-display-abbrev): Small optimization.
11492
11493         * ecomplete.el (ecomplete-display-matches): Allow automatic
11494         display.
11495
11496         * message.el (message-strip-forbidden-properties):
11497         Display abbrevs.
11498         (message-display-abbrev): Get automatic display right.
11499
11500         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11501         keystrokes.
11502
11503 2006-04-13  Romain Francoise  <romain@orebokech.com>
11504
11505         TODO: Backport to v5-10!
11506
11507         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11508         Move here (and rename) from gnus-registry.el.
11509
11510         * gnus-registry.el: Require gnus-util.
11511         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11512
11513 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11514
11515         * gnus-group.el (gnus-group-catchup-current):
11516         Change if-then-else-if-then-else into cond.
11517         (gnus-group-catchup): Indent.
11518         (group-name-at-point): New function.
11519         (gnus-fetch-group): Provide default from thing at point.
11520
11521 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * message.el (message-display-abbrev): Fix regexp.
11524
11525         * ecomplete.el (ecomplete-highlight-match-line):
11526         Reimplement choosing.
11527         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11528         dead variables.
11529
11530         * message.el (message-newline-and-indent): Remove debugging.
11531         (message-display-abbrev): Use new implementation.
11532
11533 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-art.el (gnus-article-mode):
11536         Set cursor-in-non-selected-windows to nil.
11537
11538         * smiley.el: Revert previous change.
11539         (smiley-data-directory): defvar it before using it in the
11540         defcustom of `smiley-style'.
11541
11542 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * message.el (message-newline-and-indent): New function.
11545
11546         * ecomplete.el: Implement more bits.
11547
11548         * message.el (message-put-addresses-in-ecomplete): Clean up the
11549         string.
11550
11551         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11552
11553         * gnus-sum.el (gnus-summary-save-parts):
11554         Bind gnus-summary-save-parts-counter and use it to make unique file
11555         names.
11556
11557         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11558
11559         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11560         parameter to say whether to actually parse the individual
11561         addresses.
11562
11563         * message.el (message-put-addresses-in-ecomplete): New function.
11564         (ecomplete): Require.
11565         (message-mail-alias-type): Add ecomplete as an option.
11566
11567 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11568
11569         * flow-fill.el (fill-flowed): Remove trailing space from blank
11570         quoted lines.
11571
11572 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * smiley.el (smiley-style): Move definition later to avoid a
11575         compilation warning.
11576
11577 2006-04-12  Kenichi Handa  <handa@m17n.org>
11578
11579         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11580         buffer and then decode the buffer text if necessary.
11581         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11582         first, and after mm-encode-body, change the buffer to unibyte.
11583         Use mm-disable-multibyte instead of set-buffer-multibyte.
11584
11585 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11588         Content-Type header instead of Content-Disposition header.
11589         (gnus-mime-inline-part): Ditto.
11590         (gnus-mime-view-part-as-charset): Ignore charset that the part
11591         specifies.
11592
11593         * mm-decode.el (mm-display-part): Work with external parts and
11594         usual parts similarly.
11595
11596         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11597         instead of gnus-display-mime.
11598
11599         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11600         instead of with-temp-buffer.
11601
11602         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11603         tag to summarized topics part in order to encode non-ASCII text.
11604
11605 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * smiley.el (smiley-style): New variable.
11608         (smiley-directory): New function.
11609         (smiley-data-directory): Derive from `smiley-style' using
11610         `smiley-directory'.
11611         (smiley-regexp-alist): Add new entries.
11612
11613         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11614         (gnus-article-browse-delete-temp): Add :version.
11615
11616 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11617
11618         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11619         the sieve region.
11620
11621 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11622
11623         * gnus.el (gnus-version-number): Bump version.
11624
11625 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus.el: No Gnus v0.4 is released.
11628
11629 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11632         layout.
11633
11634         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11635         unknown charset.
11636
11637         * message.el (message-header-synonyms): Add Original-To to the
11638         default.
11639
11640         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11641         optional parameter.
11642
11643 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * gnus-fun.el (gnus): Require it for gnus-directory.
11646
11647 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11650
11651 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11652
11653         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11654
11655 2006-04-05  Simon Josefsson  <jas@extundo.com>
11656
11657         * password.el (password-reset): New function.
11658
11659 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11660
11661         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11662         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11663
11664 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11665
11666         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11667         Some whitespace was matched into the url, which broke browsing hits
11668         > 100 when mm-url-use-external was nil.
11669
11670 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11673         Check gnus-extra-headers for 'Newsgroups.
11674
11675         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11676         bound.
11677
11678 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11679
11680         * pgg-gpg.el: Clean up process buffers every time gpg processes
11681         complete.
11682
11683 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11686         doc string.
11687
11688 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11689
11690         * pgg-gpg.el (pgg-gpg-process-filter)
11691         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11692
11693         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11694         lines, temporary fix.
11695
11696 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11699
11700 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11701
11702         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11703         default-enable-multibyte-characters.  This reverts the change from
11704         revision 6.17 which is no longer necessary because the passphrase
11705         is sent separately now.  GnuPG messages are unreadable under
11706         multibyte locales with default-enable-multibyte-characters set to
11707         nil.
11708
11709 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * message.el (message-tool-bar-gnome): Move "spell".
11712
11713 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11716         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11717         instead.
11718
11719 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11720
11721         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11722         Improve newsgroups handling for NNTP overviews which don't include
11723         Newsgroups.
11724
11725 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11726
11727         * message.el (message-resend): Bind message-generate-hashcash to nil.
11728
11729 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11730
11731         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11732         when searching for already-paid recipients.
11733
11734 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11735
11736         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11737         passphrases when it is not needed.
11738         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11739         passphrase stuff from gpg, should only be necessary when you use
11740         gpg with a smartcard.
11741
11742 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * mml.el (mml-insert-mime): Ignore cached contents of
11745         message/external-body part.
11746
11747         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11748         (mm-insert-part): Ditto.
11749
11750 2006-03-23  Simon Josefsson  <jas@extundo.com>
11751
11752         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11753         Reiner.
11754         (pgg-gpg-use-agent-p): Use it again.
11755
11756 2006-03-23  Simon Josefsson  <jas@extundo.com>
11757
11758         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11759         older emacsen.
11760         (pgg-gpg-use-agent-p): Don't use it.
11761
11762 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11765         if we can.
11766
11767 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11768
11769         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11770         (pgg-gpg-update-agent): New function.
11771         (pgg-gpg-use-agent-p): New function.
11772         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11773         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11774         (pgg-gpg-sign-region): Use it.
11775
11776 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11779         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11780
11781 2006-03-21  Simon Josefsson  <jas@extundo.com>
11782
11783         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11784         <wilde@sha-bang.de>.
11785         (pgg-gpg-use-agent): New variable.
11786         (pgg-gpg-process-region): Use it.
11787         (pgg-gpg-encrypt-region): Likewise.
11788         (pgg-gpg-encrypt-symmetric-region): Likewise.
11789         (pgg-gpg-decrypt-region): Likewise.
11790         (pgg-gpg-sign-region): Likewise.
11791         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11792
11793 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11796
11797         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11798         Add comment on version.
11799
11800 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * smiley.el: Add missing test smiley.
11803
11804 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * mm-decode.el (mm-with-part): New macro.
11807         (mm-get-part): Use it; work with message/external-body as well.
11808         (mm-save-part): Treat name and filename equally.
11809
11810         * mm-extern.el (mm-extern-cache-contents): New function.
11811         (mm-inline-external-body): Use it; force the part to be displayed;
11812         move undisplayer added to the cached handle to the parent.
11813
11814         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11815         (gnus-mime-view-part-as-type): Work with message/external-body.
11816
11817         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11818
11819 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11822         images in image-load-path.  [Sync with image.el, revision 1.60, in
11823         Emacs.]
11824
11825 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11828         path rather than symbol.  Always return list of directories.
11829         Guarantee that image directory comes first.  [Sync with image.el,
11830         revision 1.59, in Emacs.]
11831
11832         * message.el (message-make-tool-bar): Adjust to new API of
11833         `gmm-image-load-path-for-library'.
11834
11835         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11836
11837         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11838
11839 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11840
11841         * gnus-art.el (gnus-article-only-boring-p):
11842         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11843         intangible text.
11844         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11845
11846 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11849         Use `defun' instead of `gmm-defun-compat'.
11850
11851 2006-03-14  Simon Josefsson  <jas@extundo.com>
11852
11853         * message.el (message-unique-id): Don't use message-number-base36
11854         if (user-uid) is a float.
11855         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11856
11857 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11860
11861         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11862         empty line between a part and a message part.
11863
11864 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * smiley.el: Add more test smileys.
11867         (smiley-data-directory, smiley-regexp-alist)
11868         (gnus-smiley-file-types): Fix doc strings.
11869         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11870         adding new elements.
11871         (smiley-mouse-map): Unused code.  Make it a comment.
11872
11873 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11876         scan latest NoCeM messages instead of old ones.
11877         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11878         delimiters that are recently used.
11879         (gnus-nocem-load-cache): Add autoload cookie.
11880
11881         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11882
11883         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11884         level which is larger than gnus-use-nocem is specified.
11885
11886         * gnus-group.el (gnus-group-get-new-news): Ditto.
11887
11888 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * gnus-util.el (gnus-tool-bar-update): New function.
11891
11892         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11893         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11894
11895         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11896
11897         * gnus-group.el (gnus-group-redraw-when-idle)
11898         (gnus-group-redraw-check): Remove.
11899         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11900
11901 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11904         if optional last element is specified in splits (FIELD VALUE...).
11905
11906 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11909         to gmm-image-load-path-for-library.  Call with no-error argument.
11910         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11911
11912         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11913
11914         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11915
11916         * gmm-utils.el (gmm-image-load-path): Remove alias.
11917
11918 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gmm-utils.el (gmm-image-load-path): Add alias.
11921
11922         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11923         nnml-generate-nov-databases-1.
11924         (nnml-generate-nov-databases): Use it.
11925         (nnml-generate-nov-databases-directory): Document no-active
11926         argument.
11927
11928         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11929         directory if path is t.  Add no-error.
11930
11931         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11932         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11933
11934         * gnus-art.el (gnus-article-browse-delete-temp-files):
11935         Simplify resetting gnus-article-browse-html-temp-list.
11936
11937         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11938         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11939         Add example to docstring.  Rename local variables.  Move error
11940         checks to default case in cond and simplify.
11941
11942 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11945         handle is multipart when calling it recursively.
11946         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11947
11948 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11949
11950         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11951         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11952
11953 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11956         is loaded.
11957
11958         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11959         loaded.
11960
11961 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11964         to "Emacs 23 (unicode)" in doc string.
11965
11966         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11967         "Emacs 23 (unicode)" in comment.
11968
11969 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11972
11973         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11974         characters 160 through 255 in Emacs 23.
11975
11976 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11979         gnus-article-browse-html-temp.
11980         (gnus-article-browse-delete-temp): Make it customizable.
11981         Add `file'.  Adjust doc string.
11982         (gnus-article-browse-delete-temp-files): Add argument.
11983         Allow query for each file.  Adjust doc string.
11984         (gnus-article-browse-html-parts):
11985         Add `gnus-article-browse-delete-temp-files' to
11986         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11987
11988 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11989
11990         * gnus-art.el (gnus-article-browse-html-temp)
11991         (gnus-article-browse-delete-temp): New variables.
11992         (gnus-article-browse-delete-temp-files): New function.
11993         (gnus-article-browse-html-parts): Use it.
11994
11995 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11998
11999         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12000         string.
12001
12002         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12003         gnus-summary-insert-new-articles when unplugged.
12004         Remove gnus-summary-search-article-forward.
12005
12006         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12007         display-visual-class instead of display-color-cells.
12008
12009 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * dgnushack.el: Autoload customize-group for XEmacs.
12012
12013         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12014         message/* containing non-ASCII text properly.
12015
12016 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * message.el: Require gmm-utils, remove autoloads.
12019         (message-tool-bar): Set default based on
12020         gmm-tool-bar-style.
12021         (message-tool-bar-gnome): Add gmm-customize-mode.
12022
12023         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12024         gmm-tool-bar-style.
12025         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12026
12027         * gnus-group.el (gnus-group-tool-bar): Set default based on
12028         gmm-tool-bar-style.
12029         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12030
12031         * gmm-utils.el (gmm-image-directory): Rename variable from
12032         gmm-image-load-path.
12033         (gmm-image-load-path): Use gmm-image-directory.
12034         (gmm-customize-mode): New function.
12035         (gmm-tool-bar-style): New variable.
12036
12037         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12038         gnus-group-redraw-line-number.
12039         (gnus-group-redraw-check): Simplify.
12040         (gnus-group-tool-bar-update): Remove redraw check.
12041         (gnus-group-make-tool-bar): Add redraw check.
12042
12043 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12044
12045         * gnus-art.el (gnus-button): Add missing parentheses.
12046
12047 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * lpath.el: Fbind line-number-at-pos.
12050
12051 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12054
12055 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * gnus-art.el (gnus-button): New face.
12058         (gnus-article-button-face): Use it.
12059
12060         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12061         Add gnus-summary-next-page.  Re-order.
12062
12063         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12064         next-node are now included.
12065         (gnus-group-redraw-line-number): New internal variable.
12066         (gnus-group-redraw-check): Helper function for updating the tool
12067         bar.
12068         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12069
12070         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12071
12072         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12073         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12074         Use it to match format of Spamassassin 3.0 and later.
12075         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12076         (spam-check-bogofilter)
12077         (spam-bogofilter-register-with-bogofilter): Fix args of
12078         `gnus-error' calls.
12079
12080 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12083         unnecessary interaction when sending queued mails.
12084         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12085
12086 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12089         first or last are nil.
12090
12091 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12092
12093         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12094
12095 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096
12097         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12098
12099 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * dns.el (query-dns): Protect more against buggy tcp output.
12102
12103 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12106         nov.php.
12107
12108 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12109
12110         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12111         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12112         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12113         output on the server side.
12114         (nnweb-google-create-mapping): Update regexps and add some
12115         progress indication.
12116
12117 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-group.el (gnus-group-tool-bar-gnome):
12120         Fix gnus-agent-toggle-plugged.  Re-order icons.
12121         (gnus-group-tool-bar-gnome):
12122         Add gnus-group-{prev,next}-unread-group.
12123         (gnus-group-tool-bar-gnome): Re-order icons.
12124
12125         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12126         Move gnus-summary-insert-new-articles.
12127
12128         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12129         Fix comments.
12130
12131         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12132         also available in Emacs 21.3.
12133
12134         * message.el (message-fix-before-sending): Change "Emacs 22" to
12135         "Emacs 23 (unicode)" in comment.
12136
12137         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12138         "Emacs 23 (unicode)" in comment.
12139
12140         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12141         comment.
12142         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12143
12144         * mm-view.el (mm-fill-flowed): Add :version.
12145
12146 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12149         and load-path.
12150
12151 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * message.el: Autoload gmm-image-load-path.
12154         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12155         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12156         consitency.
12157
12158         * gmm-utils.el (gmm-image-load-path): Also search in
12159         "../etc/images".  Don't set gmm-image-load-path if we don't find
12160         the image.
12161
12162 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gmm-utils.el (gmm-image-load-path): Don't make
12165         `gmm-image-load-path' include subdirectories which the second arg
12166         `image' might specify.
12167
12168         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12169         subdirectory to icon file names.
12170
12171         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12172
12173 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12176         gmm-image-load-path calls.
12177
12178         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12179
12180         * message.el (message-make-tool-bar): Ditto.
12181
12182         * mml.el (mml-preview): Add comment concerning tool bar icons.
12183
12184         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12185         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12186
12187         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12188         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12189
12190         * message.el (message-tool-bar-gnome): Use new icon names.
12191         (message-make-tool-bar): Use `gmm-image-load-path'.
12192
12193         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12194         New functions from MH-E.
12195         (gmm-image-load-path): New variable from MH-E.
12196         (gmm-image-load-path): New function from MH-E.  Add arguments
12197         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12198         *-image-load-path-called-flag.
12199
12200 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12201
12202         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12203
12204 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12205
12206         * nnimap.el (nnimap-request-move-article): Change folder back to
12207         source group before deleting.
12208
12209 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12212
12213         * gnus-art.el (mm-url-insert-file-contents-external):
12214         Autoload mm-url.
12215
12216         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12217
12218 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12221         coding system which mm-charset-to-coding-system returns for a
12222         given charset is valid.
12223
12224 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12225
12226         * html2text.el (html2text-remove-tag-list):
12227         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12228
12229 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12230
12231         * gnus-cus.el: Revert 2005-10-17 change.
12232
12233 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-art.el (article-strip-banner):
12236         Call article-really-strip-banner only when the regexp match is made.
12237
12238 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-art.el (article-strip-banner):
12241         Use gnus-extract-address-components instead of
12242         mail-header-parse-addresses to make it work with non-ASCII text;
12243         remove mail-encode-encoded-word-string.
12244
12245         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12246         values which are surrounded with \"...\"; make it never cause a
12247         Lisp error; give up parsing of parameters if it failed in
12248         extracting type.
12249
12250 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12251
12252         * smime.el (smime-cert-by-ldap-1): Fix bug where
12253         `smime-ldap-search' returns results without userCertificates.
12254
12255 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12258
12259 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * spam.el (spam-check-spamassassin-headers): Adapt format for
12262         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12263         <ari@mbf.ocn.ne.jp>.
12264         (spam-list-of-processors): Add spam-use-gmane.
12265
12266 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12269         make-temp-file; make it work with XEmacs as well.
12270
12271         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12272         mm-make-temp-file.
12273
12274         * mm-decode.el (mm-display-external): Use the 3rd arg of
12275         mm-make-temp-file.
12276         (mm-create-image-xemacs): Ditto.
12277
12278 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12281         with message-narrow-to-headers.
12282         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12283         (gnus-draft-check-draft-articles): New function.
12284         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12285
12286 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * gnus-art.el (gnus-article-browse-html-parts):
12289         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12290         Don't use suffix argument for mm-make-temp-file for Emacs 21
12291         compatibility.  Remove useless `format'.
12292
12293 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12294
12295         * nnweb.el (nnweb-google-wash-article): Update regexps.
12296         (nnweb-group-alist): Use defvoo instead of defvar.
12297
12298 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12301         re-loading nn* modules.
12302
12303 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12306         for `tool-bar-mode' and don't check it's default-value.
12307
12308         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12309
12310         * message.el (message-make-tool-bar): Ditto.
12311
12312         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12313         `substring'.  Shorten tmp-file name.
12314
12315         * gnus.el: Remove bogus comment.
12316
12317 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12318
12319         * gnus-art.el (gnus-article-browse-html-parts): New function.
12320         (gnus-article-browse-html-article): New function for viewing html
12321         articles with a browser.
12322
12323 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12324
12325         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12326         in elisp.
12327         (pgg-gpg-encrypt-symmetric-region): Ditto.
12328         (pgg-gpg-sign-region): Ditto.
12329
12330         * pgg-def.el (pgg-text-mode): New variable.
12331
12332         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12333         (mml2015-pgg-encrypt): Ditto.
12334
12335         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12336         (mml1991-pgg-encrypt): Ditto.
12337
12338 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * nnfolder.el (nnfolder-insert-newsgroup-line):
12341         Use message-make-date instead of current-time-string.
12342
12343         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12344         to gnus-decoded which mm-uu might set.
12345
12346 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12349         don't decode quoted parameters; remove misimported Emacs code.
12350         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12351         (rfc2231-decode-encoded-string): Don't use split-string which
12352         behaves differently according to Emacs version; use
12353         mm-decode-coding-region to convert charset to coding-system.
12354         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12355         (rfc2231-encode-string): Remove misimported Emacs code.
12356
12357 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12360         when calling mail-header-parse-content-type.
12361         (article-de-quoted-unreadable): Ditto.
12362         (article-de-base64-unreadable): Ditto.
12363         (article-wash-html): Ditto.
12364
12365         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12366         calling mail-header-parse-content-type and
12367         mail-header-parse-content-disposition.
12368         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12369         mail-header-parse-content-type.
12370
12371         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12372         insert charset and format parameters; encode description after
12373         inserting it to buffer.
12374         (mml-insert-parameter): Fold lines properly even if a parameter is
12375         segmented into two or more lines; change the max column to 76.
12376
12377         * rfc1843.el (rfc1843-decode-article-body): Don't use
12378         ignore-errors when calling mail-header-parse-content-type.
12379
12380         * rfc2231.el (rfc2231-parse-string): Return at least type if
12381         possible; don't cause an error even if it fails in parsing of
12382         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12383         (rfc2231-encode-string): Don't break lines at the beginning, leave
12384         it to mml-insert-parameter.
12385
12386         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12387         calling mail-header-parse-content-type.
12388
12389 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * spam-report.el (spam-report-gmane-use-article-number):
12392         Improve doc string.
12393         (spam-report-gmane-internal): Check if a suitable header was found
12394         in the article.
12395
12396 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12399         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12400
12401 2006-02-05  Romain Francoise  <romain@orebokech.com>
12402
12403         Update copyright notices of all files in the gnus directory.
12404
12405 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12406
12407         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12408
12409 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12412         segmented lines of parameter value to cope with Thunderbird 1.5
12413         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12414         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12415         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12416
12417 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12418
12419         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12420         parts.
12421
12422 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12423
12424         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12425         there's only one active file for all servers.
12426         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12427         solid groups.  Gnus might have used a FAST request to select the group.
12428         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12429         and nnweb-search redundantly in the active file.
12430         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12431         (nnweb-request-create-group): Don't use ARGS.
12432         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12433         initialisations.  Let nnoo do the work.
12434
12435 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12438         Say the part has been decoded.
12439
12440         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12441
12442 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12443
12444         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12445         mailcap-viewer-test-cache when there's no 'test clause, since that
12446         will invert the meaning of a "nil" test previously determined by
12447         mailcap-mailcap-entry-passes-test.
12448
12449 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12452         compiling.
12453
12454         * gnus-sum.el: Ditto.
12455
12456         * message.el: Don't bind tool-bar-map when compiling.
12457
12458 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12461
12462 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12463
12464         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12465         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12466         current Google Groups.
12467
12468 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12471         and tool-bar-mode.
12472
12473         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12474         and tool-bar-mode.
12475
12476         * message.el (message-tool-bar-update): Simplify.
12477         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12478
12479         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12480         gnus-summary-buffer.
12481         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12482         gnus-summary-reply.
12483
12484         * gmm-utils.el (gmm): Add :version.
12485
12486 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * Makefile.in (clean): New rule.
12489         (distclean): Use it.
12490
12491 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12492
12493         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12494         Don't autoload.
12495
12496 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * gmm-utils.el (gmm-verbose): Add :group.
12499
12500 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * message.el: Change some comments WRT tool-bars.
12503
12504         * gnus-sum.el (gnus-summary-tool-bar)
12505         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12506         (gnus-summary-tool-bar-zap-list): New variables.
12507         (gnus-summary-make-tool-bar): Complete rewrite using
12508         `gmm-tool-bar-from-list'.
12509
12510         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12511         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12512         New variables.
12513         (gnus-group-make-tool-bar): Complete rewrite using
12514         `gmm-tool-bar-from-list'.
12515         (gnus-group-tool-bar-update): New function.
12516
12517         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12518
12519 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12522         is dissected into a single part of which the type is the same as
12523         the given one; decode charset.
12524
12525 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12526
12527         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12528         into alists as symbol not string, since that's what
12529         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12530         look for.
12531
12532 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12535         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12536
12537         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12538
12539 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12542         (gnus-xmas-mime-security-button-menu): New function.
12543
12544         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12545         (gnus-mime-security-button-menu): New definition.
12546         (gnus-mime-security-button-map): Use them.
12547         (gnus-mime-security-button-menu): New function.
12548         (gnus-insert-mime-security-button): Addition to help echo.
12549         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12550         (gnus-mime-security-pipe-part): New functions.
12551
12552         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12553         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12554
12555         * mm-decode.el (mm-handle-set-disposition): Remove.
12556         (mm-handle-set-description): Remove.
12557
12558 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12561         (mm-w3m-standalone-supports-m17n-p): New function.
12562         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12563         w3m usage.
12564
12565         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12566         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12567
12568 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * message.el (message-tool-bar-zap-list):
12571         Use gmm-tool-bar-zap-list as custom type.
12572         (message-tool-bar-update): New function.
12573         (message-tool-bar, message-tool-bar-gnome)
12574         (message-tool-bar-retro): Add message-tool-bar-update.
12575         (message-tool-bar-gnome): Add flyspell-buffer.
12576
12577         * gnus-util.el (gnus-error): Describe `args'.
12578
12579         * gmm-utils.el (gmm-error): Describe `args'.
12580         (gmm-tool-bar-zap-list): New widget.
12581         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12582
12583 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12586         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12587         the number of recursive calls.
12588
12589         * mm-decode.el (mm-handle-set-disposition): New macro.
12590         (mm-handle-set-description): New macro.
12591
12592 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12595         encoding.
12596
12597 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * message.el (message-tool-bar-zap-list, message-tool-bar)
12600         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12601         (message-tool-bar-local-item-from-menu): Remove.
12602         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12603         (message-make-tool-bar): New function.
12604         (message-mode): Use `message-make-tool-bar'.
12605
12606         * gmm-utils.el: New file.
12607         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12608         (gmm-lazy): New widget copied from `nnmail.el'.
12609         (gmm-tool-bar-from-list): New function for creating customizable
12610         tool bars.
12611         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12612         output.
12613         (gmm): Add :prefix to defgroup.
12614
12615 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12616
12617         * gmm-utils.el (gmm-widget-p): New function.
12618
12619 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * mml.el (mml-attach-file): Describe `description' in doc string.
12622         (mml-menu): Add Emacs MIME manual and PGG manual.
12623
12624 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12625
12626         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12627
12628 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12629
12630         * nntp.el (nntp-end-of-line): Doc fix.
12631
12632 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12633
12634         * imap.el (imap-open): Handle case where buffer is a buffer
12635         object.
12636
12637 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12638
12639         * gnus-delay.el (gnus-delay): Don't autoload.
12640         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12641         to be re-loaded when customizing the `gnus-delay' group.
12642
12643 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12644
12645         * message.el (message-insert-citation-line): Use newlines.
12646
12647 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12648
12649         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12650         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12651         these routines, so the passphrase can be managed externally and
12652         passed in to the system.
12653         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12654         pgg-add-passphrase-to-cache function.
12655
12656         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12657         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12658         these routines, so the passphrase can be managed externally and
12659         passed in to the system.
12660         (pgg-pgp5-sign-region): Use new name of
12661         pgg-add-passphrase-to-cache function.
12662
12663 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12664
12665         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12666         part of the decoded armor to find the key-identifier.
12667         (pgg-gpg-lookup-key-owner): New function to return the
12668         human-readable identifier of a key owner.
12669         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12670         itself.
12671         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12672         the key value) if we have a key and can match it against a secret
12673         key.  Also, added a note pointing out fact that the prompt only
12674         indicates the first matching key.
12675
12676         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12677         pgg-decrypt-region.
12678         (pgg-add-passphrase-to-cache): Rename from
12679         `pgg-add-passphrase-cache' to reduce confusion (all callers
12680         changed).
12681         (pgg-remove-passphrase-from-cache): Rename from
12682         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12683         changed).
12684         (pgg-read-passphrase, pgg-add-passphrase-cache)
12685         (pgg-remove-passphrase-cache): Add informative docstrings.
12686         (pgg-decrypt): Convey provided passphrase in subordinate call to
12687         pgg-decrypt-region.
12688
12689 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12690
12691         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12692         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12693         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12694         'passphrase' argument, so the passphrase can be managed externally
12695         and then passed in to the system.
12696
12697         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12698         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12699         so the passphrase cache can be used reliably with identifiers
12700         besides a pgp packet's key id.
12701
12702         * pgg-gpg.el (pgg-gpg-encrypt-region)
12703         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12704         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12705         these routines, so the passphrase can be managed externally and
12706         passed in to the system.
12707
12708         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12709         'notruncate' argument, so the passphrase cache can be used
12710         reliably with identifiers besides a pgp packet's key id.
12711
12712 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12713
12714         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12715         symmetric encryption.
12716         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12717         encrypted session key.
12718         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12719         message ask for the passphrase in a proper way.
12720
12721         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12722         New user commands for symmetric encryption.
12723
12724 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12727
12728         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12729
12730 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12731
12732         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12733
12734 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * mm-decode.el (mm-inlined-types): Add application/pgp.
12737         (mm-automatic-display): Ditto.
12738
12739         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12740         part as text.
12741
12742 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * nnrss.el: Update copyright.
12745         (nnrss-opml-import): Query whether to subscribe to each entry.
12746
12747         * gnus-art.el:
12748         * gnus-sum.el:
12749         * gnus-xmas.el:
12750         * messagexmas.el:
12751         * mm-uu.el:
12752         * mm-view.el: Update copyright.
12753
12754 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * message.el (message-info): New function.
12757         (message-mode-menu): Add it.
12758         Update copyright.
12759
12760         * ChangeLog: Fix and update copyright.
12761
12762 2006-01-13  Romain Francoise  <romain@orebokech.com>
12763
12764         * message.el (message-forward-subject-name-subject): Prefer the
12765         address to 'nowhere' if the sender has no name.
12766         Fix typo.  Update copyright year.
12767
12768 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-art.el (article-wash-html):
12771         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12772         (gnus-article-wash-html-with-w3m-standalone): New function.
12773
12774         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12775         mm-inline-text-html-render-with-w3m-standalone.
12776         (mm-text-html-washer-alist): Map w3m-standalone to
12777         gnus-article-wash-html-with-w3m-standalone.
12778         (mm-inline-text-html-render-with-w3m-standalone): New function.
12779
12780 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12783         Improve LaTeX.
12784
12785 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12788         (nnrss-request-article): Render text/plain parts as HTML.
12789
12790         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12791         the buffer.
12792
12793 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12796         custom definition of `gnus-posting-styles'.
12797
12798         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12799         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12800
12801 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12804         Use nntp for bug archive.
12805
12806 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12809         parts.
12810         (nnrss-normalize-date): New function converts ISO 8601 date into
12811         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12812         (nnrss-check-group): Use it.
12813
12814 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12817
12818         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12819         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12820         (nnrss-insert-w3): Ditto.
12821
12822 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12825         the articles to be forwarded including the case where neither a
12826         number of articles nor a region is specified.
12827
12828 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * nnrss.el (nnrss-request-article): Fix last change; fill
12831         text/plain parts.
12832
12833 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12836         in text/plain part.
12837         (nnrss-check-group): Don't add excessive newline to dc:subject.
12838
12839 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12840
12841         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12842         article.
12843
12844 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12845
12846         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12847         (nnml-use-compressed-files, nnml-save-mail): Support other
12848         comression programs such as bzip2.
12849
12850 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * dns.el (query-dns): Make sure we check the buffer size before
12853         removing tcp headers.
12854
12855 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12858         remove MIME buttons associated with multipart/alternative parts.
12859         (gnus-mime-display-alternative): Tag buttons using `article-type'
12860         text property.
12861
12862         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12863         associated with multipart/alternative parts.
12864
12865         * gnus-art.el (gnus-signature-separator): Fix custom type.
12866
12867         * mm-decode.el (mm-inlined-types): Fix custom type.
12868         (mm-keep-viewer-alive-types): Ditto.
12869         (mm-automatic-display): Ditto.
12870         (mm-attachment-override-types): Ditto.
12871         (mm-inline-override-types): Ditto.
12872         (mm-automatic-external-display): Ditto.
12873
12874 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * spam-report.el (spam-report-user-mail-address)
12877         (spam-report-user-agent): New variables.
12878         (spam-report-url-ping-plain): Use spam-report-user-agent.
12879
12880 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12881
12882         * gnus-art.el (gnus-button-handle-custom): Do not just use
12883         `customize-apropos' for any "M-x customize-*" button but the
12884         function called for.  Accept both the function name and its
12885         argument in order to achieve this.
12886         (gnus-button-alist): Remove support for "custom:" URL's.
12887         Pass function name to `gnus-button-handle-custom' in case of "M-x
12888         customize-*" buttons.
12889
12890 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12893         multipart/alternative and add xref to mm-discouraged-alternatives
12894         in doc string.
12895
12896         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12897         gnus-buttonized-mime-types in doc string.
12898
12899 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12900
12901         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12902         Suggest image/.* in the doc string.
12903
12904 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12907         message-marks (Debian bug #342521).
12908
12909 2005-12-12  Simon Josefsson  <jas@extundo.com>
12910
12911         * password.el (password-read-from-cache): Add.
12912         (password-read): Use it.
12913
12914 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * rfc2047.el (rfc2047-charset-to-coding-system):
12917         Recognize us-ascii as a MIME charset.
12918
12919         * mm-bodies.el (mm-decode-content-transfer-encoding):
12920         Protect against the case where the 2nd arg TYPE is nil.
12921
12922 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * pop3.el (pop3-stream-type): Fix custom version.
12925
12926         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12927
12928 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12929
12930         * mm-decode.el (mm-display-external): Add missing cdr.
12931
12932 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12935         RFC1524) if it is in mailcap or add a suffix according to
12936         mailcap-mime-extensions when generating a temp filename; postpone
12937         deleting a temp file for 2 seconds for some wrappers, shell
12938         scripts, and so on, which might exit right after having started a
12939         viewer command as a background job.
12940
12941 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * nntp.el (nntp-marks-directory): Fix custom group.
12944
12945         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12946         steps when < 10.
12947
12948         * gnus-start.el (gnus-no-server-1):
12949         Mention `gnus-level-default-subscribed' in doc string.
12950
12951 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12952
12953         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12954         parens.
12955
12956 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-xmas.el (gnus-use-toolbar): Revert.
12959         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12960         gnus-use-toolbar is default.
12961
12962         * messagexmas.el (message-use-toolbar): Revert.
12963         (message-setup-toolbar): Use global default-toolbar if
12964         message-use-toolbar is default.
12965
12966 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12969         according to default-toolbar-visible-p.
12970
12971         * messagexmas.el (message-use-toolbar): Ditto.
12972
12973 2005-11-26  Dave Love  <fx@gnu.org>
12974
12975         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12976         (tls-program, tls-success): Provide openssl alternative.
12977
12978         * starttls.el: Doc fixes.
12979         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12980         SERVICE to PORT.
12981
12982         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12983         port null or service name.
12984         (starttls-negotiate): Autoload.
12985
12986 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * message.el (message-kill-to-signature): Fix interactive spec.
12989
12990 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * pop3.el (pop3-open-server): Recognize a string as a service name.
12993
12994 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12995
12996         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12997
12998 2005-11-23  Dave Love  <fx@gnu.org>
12999
13000         Add pop3s, pop3/starttls.
13001
13002         * pop3.el (pop3-authentication-scheme): Clarify doc.
13003         (open-tls-stream, starttls-open-stream): Autoload.
13004         (pop3-stream-type): New.
13005         (pop3-open-server): Use it.
13006
13007         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13008         for POP.
13009         (mail-source-keyword-map): Add :stream for POP.
13010         (mail-source-fetch-pop): Use pop3-stream-type.
13011
13012 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13015         of current-time-string.
13016
13017 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13018
13019         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13020         date header.
13021
13022 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13023
13024         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13025         it can seriously impact performance as it bypasses the agent's
13026         local caches.
13027
13028 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13029
13030         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13031         must be explicitly online rather than "not explicitly offline" for
13032         its flags to be synchronized.
13033
13034         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13035         that gnus-uu-unmark-thread will function correctly.
13036
13037         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13038         1024K is instead displayed as 1M.
13039
13040 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13041
13042         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13043
13044 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13045
13046         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13047
13048 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13049
13050         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13051         error message to display actual error condition.
13052         (gnus-agent-save-local): Avoid saving symbols that are bound to
13053         nil as they simply result in a warning message in
13054         gnus-agent-read-local.
13055
13056 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13059         rather than make-variable-buffer-local for file-precious-flag.
13060
13061 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13062
13063         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13064         for duplicates which are removed.  The invalid sort check then
13065         triggers a rescan after the sort as sorting may have moved
13066         duplicate entries such that they can be cheaply detected.
13067
13068 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13071
13072 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13073
13074         * gnus-agent.el (gnus-agent-article-alist-save-format):
13075         Change internal variable to a custom variable.  Change default value
13076         from compressed(2) to uncompressed(1).
13077         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13078         support for uncompressed agentview files.  Taken together, reading
13079         the agentview file should now be 6-7 times faster.
13080
13081 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13082
13083         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13084         as a buffer-local variable.  This avoids creating truncated
13085         dribble files as a result of a hang up, eg.
13086
13087 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13088
13089         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13090         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13091         XEmacs.
13092
13093 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-start.el (gnus-start-draft-setup):
13096         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13097
13098         * gnus.el (gnus-splash): Change custom group.
13099         (gnus-group-get-parameter, gnus-group-parameter-value):
13100         Describe allow-list argument.
13101
13102         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13103         string.
13104
13105 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * gnus-art.el (gnus-default-article-saver): Add user-defined
13108         `function' to custom type.
13109
13110 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13111
13112         * imap.el (imap-open): Handle case where buffer is a buffer
13113         object.
13114
13115 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13118         long lines.
13119         (gnus-cache-delete-group): Wrap doc strings.
13120
13121         * gnus-agent.el (gnus-agent-rename-group)
13122         (gnus-agent-delete-group): Wrap doc strings.
13123
13124 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * messagexmas.el (message-use-toolbar): Change the valid values
13127         into default, top, bottom, left, and right.
13128         (message-toolbar-thickness): New variable.
13129         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13130         well.
13131         (message-setup-toolbar): Make it work.
13132
13133         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13134         (gnus-use-toolbar): Change the valid values into default, top,
13135         bottom, left, and right.
13136         (gnus-toolbar-thickness): New variable.
13137         (gnus-xmas-setup-toolbar): New function.
13138         (gnus-xmas-setup-group-toolbar): Use it.
13139         (gnus-xmas-setup-summary-toolbar): Use it.
13140
13141 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13142
13143         * gnus-start.el (gnus-1): Add "native" to
13144         gnus-predefined-server-alist.
13145
13146         * gnus.el (gnus-method-to-server): Don't add "native" to the
13147         lists here, because that leads to problems when
13148         gnus-select-method is bound.
13149
13150 2005-11-09  Simon Josefsson  <jas@extundo.com>
13151
13152         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13153         use (not sort-by-date) instead.
13154
13155 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13156
13157         * gnus-delay.el (gnus-delay-group): Don't autoload.
13158         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13159         to be re-loaded when customizing the `gnus-delay' group.
13160
13161 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13162
13163         * message.el: Revert last changes.
13164         (message-insert-citation-line): Use newlines.
13165
13166 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13167
13168         * message.el (message-courtesy-message)
13169         (message-mark-insert-begin, message-mark-insert-end)
13170         (message-elide-ellipsis, message-cancel-message)
13171         (message-add-header, message-change-subject)
13172         (message-cross-post-followup-to-header)
13173         (message-cross-post-insert-note, message-reduce-to-to-cc)
13174         (message-widen-reply, message-delete-not-region)
13175         (message-kill-to-signature, message-insert-signature)
13176         (message-insert-importance-high, message-insert-importance-low)
13177         (message-insert-or-toggle-importance)
13178         (message-insert-disposition-notification-to)
13179         (message-indent-citation, message-yank-original)
13180         (message-cite-original-without-signature, message-cite-original)
13181         (message-insert-citation-line, message-position-on-field)
13182         (message-fix-before-sending, message-send-mail-partially)
13183         (message-send-mail, message-send-mail-with-sendmail)
13184         (message-send-mail-with-qmail, message-send-news)
13185         (message-check-news-header-syntax, message-generate-headers)
13186         (message-insert-courtesy-copy, message-fill-address)
13187         (message-fill-header, message-shorten-references)
13188         (message-setup-1, message-cancel-news)
13189         (message-forward-make-body-plain, message-forward-make-body-mime)
13190         (message-forward-make-body-mml, message-encode-message-body)
13191         (message-forward-make-body-digest-plain)
13192         (message-forward-make-body-digest-mime)
13193         (message-use-alternative-email-as-from): Insert `hard-newline'
13194         instead of ordinary newlines.
13195
13196 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * message.el (message-generate-headers): Downcase the argument
13199         given to message-check-element.
13200
13201 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13202
13203         * nntp.el (nntp-authinfo-rejected): New error condition.
13204         (nntp-wait-for): Use new error condition to signal authentication
13205         error.
13206         (nntp-retrieve-data): Rethrow new error condition to break out of
13207         recursive call to nntp-send-authinfo.
13208
13209 2005-11-08  Romain Francoise  <romain@orebokech.com>
13210
13211         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13212         (gnus-summary-exit-map): Bind to `Z p'.
13213         (gnus-summary-make-menu-bar): Add menu item.
13214
13215 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13218         (gnus-treat-*): Add `first' in all doc strings.
13219
13220         * gnus-group.el (gnus-group-compact-group): Fix typo.
13221
13222 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * gnus.el (gnus-parameters-case-fold-search): New variable.
13225         (gnus-parameters-get-parameter): Use it.
13226
13227         * gnus-score.el (gnus-home-score-file): Doc fix.
13228
13229 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13230
13231         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13232
13233 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * mm-util.el (mm-special-display-p): New function.
13236
13237         * mml.el (mml-preview): Use it; doc fix.
13238
13239 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13240
13241         * imap.el (imap-open): Handle case where buffer is a buffer object.
13242
13243 2005-10-29  Romain Francoise  <romain@orebokech.com>
13244
13245         * message.el (message-fix-before-sending): Fix comment.
13246
13247 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13248
13249         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13250
13251 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13252
13253         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13254         Used in gnus-score.el.
13255
13256 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13259
13260 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13263         whitespace removed in revision 7.8.  Use concatenated string to
13264         protect trailing whitespace.
13265
13266 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13267
13268         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13269         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13270         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13271         Courier IMAP ("some version from 2004").  Mostly based on similar
13272         code in the same function.
13273
13274 2005-10-26  Didier Verna  <didier@xemacs.org>
13275
13276         * gnus-group.el (gnus-group-compact-group): Invalidate original
13277         article buffer.
13278         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13279         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13280         NOV database and in article itself.
13281         Invalidate article backlog.
13282
13283 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13286
13287 2005-10-26  Simon Josefsson  <jas@extundo.com>
13288
13289         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13290         part of 2004-07-25 change.
13291
13292 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * message.el (message-display-completion-list): New function.
13295         (message-expand-group): Use it; make sure the Completions buffer
13296         is modifiable.
13297 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13298
13299         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13300         user-mail-name is an empty string.
13301
13302 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13305         depending on gnus-score-decay-constant.
13306
13307         * encrypt.el (encrypt-insert-file-contents)
13308         (encrypt-write-file-contents): Don't use `gnus-message'.
13309
13310         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13311         arguments.
13312         (mm-uu-type-alist): Add message-marks and insert-marks.
13313         Pass arguments to mm-uu-verbatim-marks-extract.
13314         (mm-uu-hide-markers): New variable.
13315         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13316
13317         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13318         (gnus-convert-image-to-face-command): Use "convert" by default to
13319         allow other input image formats.
13320         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13321         accordingly.
13322
13323 2005-10-23  Simon Josefsson  <jas@extundo.com>
13324
13325         * imap.el (imap-gssapi-program): Align command line parameters
13326         with latest GNU SASL.
13327         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13328
13329 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13330
13331         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13332         HTML.
13333         (nnslashdot-request-article): Ditto.
13334
13335         * lpath.el (featurep): Add nobreak-char-display.
13336
13337 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13338
13339         * mail-source.el (mail-source-fetch-pop): Require pop3.
13340         (mail-source-check-pop): Ditto.
13341
13342 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13345         errors.
13346
13347 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13350         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13351
13352         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13353
13354         * mm-bodies.el (mm-decode-string):
13355         Call `mm-charset-to-coding-system' with allow-override argument.
13356
13357 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13360         (rfc2047-charset-to-coding-system): New function.
13361         (rfc2047-decode-encoded-words): New function.
13362         (rfc2047-decode-region): Use them.
13363         (rfc2047-decode-cte): Remove.
13364         (rfc2047-parse-and-decode): Remove.
13365         (rfc2047-decode): Remove.
13366
13367 2005-10-15  Kenichi Handa  <handa@m17n.org>
13368
13369         * rfc2047.el (rfc2047-decode-cte): New function.
13370         (rfc2047-decode-region): Change the way to decode successive
13371         encoded-words: decode B- or Q-encoding in each encoded-word,
13372         concatenate them, and decode it as charset.
13373
13374 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * lpath.el: Fbind codepage-setup for XEmacs.
13377
13378 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13379
13380         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13381         widget-move-and-invoke.
13382         (gnus-custom-mode): Use gnus-custom-map.
13383
13384 2005-10-15  Bill Wohler  <wohler@newt.com>
13385
13386         * message.el (message-tool-bar-map): Rename image file from
13387         mail_send to mail/send.
13388
13389 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13390
13391         * message.el (message-expand-group): Pass the common
13392         prefix substring of completion to `display-completion-list'.
13393
13394 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * mml-sec.el (mml-secure-method): New internal variable.
13397         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13398         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13399         New functions using mml-secure-method.
13400
13401         * mml.el (mml-mode-map): Add key bindings for those functions.
13402         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13403         Harder <harder@myrealbox.com>.
13404         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13405         Goto end of message if point is the headers of the message.
13406
13407         * message.el (message-in-body-p): New function.
13408
13409         * assistant.el: Autoload gnus-util and netrc.
13410
13411         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13412         Use `mm-charset-override-alist' only when decoding.
13413
13414         * mm-bodies.el (mm-decode-body):
13415         Call `mm-charset-to-coding-system' with allow-override argument.
13416
13417         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13418         `filename' from Content-Disposition if Content-Type doesn't
13419         provide `name'.
13420         (gnus-mime-view-part-as-type): Set default instead of
13421         initial-input.
13422
13423 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13424
13425         * format-spec.el (format-spec): Propagate text properties of % spec.
13426
13427 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-art.el (gnus-treat-predicate): Add `first'.
13430
13431 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13434         (mm-charset-override-alist): New variable.
13435         (mm-charset-to-coding-system): Use it.
13436         (mm-codepage-setup): New helper function.
13437         (mm-charset-eval-alist): New variable.
13438         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13439         Warn about unknown charsets.
13440
13441         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13442
13443 2005-10-04  David Hansen  <david.hansen@gmx.net>
13444
13445         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13446         (nnrss-check-group): Ditto.
13447
13448 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13451         Rename x-gnus-verbatim to x-verbatim.
13452         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13453
13454         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13455         x-verbatim.
13456
13457         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13458
13459         * gnus-util.el (gnus-remove-duplicates): Remove.
13460
13461         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13462         instead of gnus-remove-duplicates.
13463
13464         * message.el (message-remove-duplicates): Remove.
13465         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13466         message-remove-duplicates.
13467
13468         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13469         available, else use implementation from `delete-dups'.
13470
13471         * message.el (message-insert-expires): New function.
13472         (message-mode-map): Add key binding.
13473         (message-mode-field-menu): Add menu entry.
13474         (message-mode): Document it.
13475         (message-make-expires-date): Use `message-make-date'.
13476
13477 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13478
13479         * message.el (message-make-expires-date): New function.
13480
13481 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * Makefile.in (list-installed-shadows): New entry.
13484         (install): Use it.
13485         (remove-installed-shadows): New entry.
13486
13487         * dgnushack.el (dgnushack-default-load-path): New variable.
13488         (dgnushack-find-lisp-shadows): New function.
13489         (dgnushack-remove-lisp-shadows): New function.
13490
13491 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * Makefile.in (install-el-elc): New entry.
13494         (install): Use it so that .el files are necessarily installed.
13495
13496 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13499
13500 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13501
13502         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13503         function rather than the diff-mode.el package.
13504         (mm-display-external): Use with-current-buffer.
13505         (mm-viewer-completion-map, mm-viewer-completion-map):
13506         Move initialization inside declaration.
13507
13508 2005-09-29  Simon Josefsson  <jas@extundo.com>
13509
13510         * spam.el: Load hashcash when compiling, to avoid warnings.
13511         Don't autoload mail-check-payment.
13512         (spam-check-hashcash): Define unconditionally, since hashcash.el
13513         is part of Gnus now.  Ignore errors from payment checking.
13514
13515 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * message.el (message-bold-region, message-unbold-region):
13518         Rename from `bold-region' and `unbold-region'.
13519
13520         * message.el: Remove useless autoloads.
13521
13522 2005-09-28  Simon Josefsson  <jas@extundo.com>
13523
13524         * message.el (message-use-idna): Default to t.
13525         (message-use-idna): Test whether encoding works too.  Doc fix.
13526
13527 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * nntp.el (nntp-warn-about-losing-connection): Remove.
13530
13531 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13534         customizable.  Change default value.
13535         (mm-uu-diff-groups-regexp): Change default value.
13536         (mm-uu-type-alist): Add doc string.
13537         (mm-uu-configure): Add doc string.  Make it interactive.
13538         (mm-uu-tex-groups-regexp): New variable.
13539         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13540         (mm-uu-type-alist): Add LaTeX documents.
13541         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13542         of "text/verbatim".
13543         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13544
13545         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13546         instead of "text/verbatim".
13547
13548         * message.el (message-mark-inserted-region)
13549         (message-mark-insert-file): Use slrn style marks when called with
13550         prefix argument.
13551
13552 2005-09-27  Simon Josefsson  <jas@extundo.com>
13553
13554         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13555
13556 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13557
13558         * message.el (message-remove-duplicates): New function.
13559         Implementation borrowed from `gnus-remove-duplicates'.
13560         (message-idna-to-ascii-rhs): Also encode idna addresses in
13561         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13562         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13563         only ask about the same idna domain once per header and also tell
13564         in what header to replace the idna domain.
13565
13566         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13567         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13568         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13569         a header is decoded and not just the last one.
13570
13571 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13574         has been decoded.
13575
13576         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13577         (mm-insert-part): Don't modify text if it has been decoded.
13578
13579         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13580         decoded.
13581
13582         * mm-view.el (mm-inline-text): Don't strip text props unless
13583         decoding enriched or richtext parts.
13584
13585 2005-09-25  Romain Francoise  <romain@orebokech.com>
13586
13587         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13588         * gnus-start.el (gnus-subscribe-interactively):
13589         * gnus-uu.el (gnus-uu-grab-articles):
13590         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13591         space.
13592
13593 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13594
13595         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13596         * mm-view.el (mm-view-pkcs7-decrypt):
13597         * gnus-sum.el (gnus-summary-limit-to-extra)
13598         (gnus-summary-respool-article, gnus-read-move-group-name):
13599         * gnus-score.el (gnus-summary-increase-score):
13600         * gnus-util.el (gnus-completing-read-with-default):
13601         * gnus-art.el (gnus-read-save-file-name)
13602         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13603         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13604         * message.el (message-check-news-header-syntax):
13605         Follow convention for reading with the minibuffer.
13606
13607 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * spam-report.el (spam-report-url-ping-plain):
13610         Use gnus-extended-version as User-Agent.
13611
13612         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13613         default value is nil.
13614
13615         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13616         (mm-uu-verbatim-marks-extract): New function.
13617         (mm-uu-extract): New face.
13618         (mm-uu-copy-to-buffer): Use it.
13619
13620         * spam-report.el (spam-report-gmane-ham): Rename from
13621         `spam-report-gmane-unspam'.
13622         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13623         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13624
13625         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13626         Autoload.
13627         (spam-report-gmane-unregister-routine):
13628         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13629
13630 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13631
13632         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13633         (spam-report-gmane-unregister-routine): Add support for gmane
13634         unregistration.
13635
13636         * spam-report.el (spam-report-gmane-unspam)
13637         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13638         (spam-report-gmane): Change to take a single article and do unspam
13639         registration.
13640
13641 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * mm-url.el (mm-url-decode-entities): Fix regexp.
13644
13645 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13648         default to nil, to be able to use Gnus at all.  If the default
13649         switches to something else, then the function should be fixed not
13650         be exceedingly slow.
13651
13652 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13653
13654         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13655         fail hard.
13656
13657         * spam-report.el: Add better Keywords line.
13658
13659         * spam.el: Add Maintainer and better Keywords line.
13660
13661 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * gnus-art.el (gnus-article-replace-part)
13664         (gnus-mime-replace-part): New functions.
13665         (gnus-mime-action-alist, gnus-mime-button-commands)
13666         (gnus-mime-save-part-and-strip): Add file argument.
13667         (gnus-article-part-wrapper): Add interactive argument.
13668
13669         * gnus-sum.el (gnus-summary-mime-map):
13670         Add `gnus-article-replace-part'.
13671
13672 2005-09-19  Didier Verna  <didier@xemacs.org>
13673
13674         The nnml compaction feature:
13675         * nnml.el (nnml-request-compact-group): New function.
13676         * nnml.el (nnml-request-compact): New function.
13677         * gnus-int.el (gnus-request-compact-group): New function.
13678         * gnus-int.el (gnus-request-compact): New function.
13679         * gnus-group.el (gnus-group-compact-group): New function.
13680         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13681         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13682         * gnus-srvr.el (gnus-server-compact-server): New function.
13683         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13684         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13685
13686 2005-09-18  Deepak Goel  <deego@gnufans.org>
13687
13688         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13689         format spec.
13690
13691 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13694
13695 2005-09-15  Romain Francoise  <romain@orebokech.com>
13696
13697         * message.el (message-fill-paragraph): Clarify docstring.
13698
13699 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (gnus-mime-display-part): Protect against broken
13702         MIME messages.
13703
13704 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13707         before parsing header.
13708
13709 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13710
13711         * html2text.el (html2text-replace-list): Add new entities.
13712
13713 2005-09-11  Romain Francoise  <romain@orebokech.com>
13714
13715         * message.el (message-alternative-emails): Improve docstring.
13716         (message-setup-1): Call `message-use-alternative-email-as-from'
13717         after `message-setup-hook' to give it precedence over posting
13718         styles, etc.
13719         (message-use-alternative-email-as-from): Add docstring.
13720         Remove the original From header if present.
13721
13722         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13723         (nnml-save-mail): Use it.
13724
13725         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13726         articles.  Add new argument `silent'.
13727         (gnus-uu-mark-all): Report the total number of marked articles.
13728
13729 2005-09-10  Romain Francoise  <romain@orebokech.com>
13730
13731         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13732         (gnus-uu-mark-series): Likewise.
13733
13734 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * spam-report.el (spam-report-gmane): Fix generation of spam
13737         report URL.
13738
13739 2005-09-10  Simon Josefsson  <jas@extundo.com>
13740
13741         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13742         t, based on discussion on the ding list with Robert Epprecht
13743         <epprecht@solnet.ch>.
13744
13745 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * spam-report.el (spam-report-gmane): Make it work without
13748         X-Report-Spam header.  Gmane now only provides Archived-At.
13749         This is only used if `spam-report-gmane-use-article-number' is nil.
13750         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13751
13752         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13753         make `gnus-summary-sort-by-recipient' work with threading.
13754
13755         * nnweb.el (nnweb-google-wash-article): Print a message if article
13756         is not available.
13757
13758 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13759
13760         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13761         change.  Decode text/* parts content before displaying.
13762
13763 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13766
13767 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13770
13771         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13772         url-package-name, url-package-version,
13773         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13774         w3m-display-inline-images, and w3m-minor-mode-map.
13775
13776 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * message.el (message-tab-body-function): Fix mismatched custom type.
13779
13780         * gnus.el (gnus-group-change-level-function): Ditto.
13781
13782         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13783
13784         * gnus-art.el (gnus-signature-limit)
13785         (gnus-article-mime-part-function): Ditto.
13786
13787 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * mml.el (mml-mode): Silence the byte compiler.
13790
13791         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13792         using `(sit-for 0)' before moving the point to the specified part;
13793         skip unbuttonized parts.
13794         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13795         return to the summary window if gnus-auto-select-part is non-nil.
13796
13797 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13800         New variables.
13801         (mml-dnd-attach-file, mml-mode): Use them.
13802
13803         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13804         Make fetching article by MID work again for Google Groups.
13805         Add FIXME concerning gnus-group-make-web-group.
13806
13807         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13808         Don't depend on Gnus by using mail-extract-address-components if
13809         gnus-extract-address-components is not bound.
13810
13811 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812
13813         * gnus-art.el (gnus-mime-display-security): Don't display the
13814         signature, but only the signed part.
13815
13816 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13819
13820         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13821         list, not listp.
13822
13823 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13824
13825         * mm-encode.el (mm-encode-content-transfer-encoding):
13826         Likewise when encoding.
13827
13828         * mm-bodies.el (mm-decode-content-transfer-encoding):
13829         De-canonicalize CRLF for all text content types, not just
13830         text/plain.
13831
13832 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13835         valid article; point arrow and cursor at the MIME button.
13836
13837 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13840         Suggested by Dan Christensen <jdc@uwo.ca>.
13841
13842         * mm-decode.el (mm-save-part): Enable change of prompt.
13843
13844 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13845
13846         * gnus-msg.el (gnus-inews-add-send-actions):
13847         Make `message-post-method' lambda parameter ARG `&optional'.
13848
13849 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * gnus-sum.el (gnus-summary-mime-map):
13852         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13853         gnus-article-jump-to-part.
13854
13855         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13856         (gnus-article-edit-part): Use it.
13857         (gnus-article-part-wrapper): Add no-handle argument.
13858         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13859         New functions.
13860
13861 2005-08-29  Romain Francoise  <romain@orebokech.com>
13862
13863         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13864         docstring.
13865         (gnus-face-from-file): Likewise.
13866
13867 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13870         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13871         non-nil.
13872         (gnus-auto-select-part): New variable.
13873         (gnus-article-jump-to-part): New function.
13874         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13875         (gnus-mime-delete-part): Allow selecting specified part after
13876         deleting or stripping parts.
13877         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13878         part if argument is bogus.
13879
13880 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13881
13882         * gnus-art.el (w3m-minor-mode-map):
13883         * gnus-spec.el (gnus-newsrc-file-version):
13884         * gnus-util.el (nnmail-active-file-coding-system)
13885         (gnus-original-article-buffer, gnus-user-agent):
13886         * gnus.el (gnus-ham-process-destinations)
13887         (gnus-parameter-ham-marks-alist)
13888         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13889         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13890         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13891         * mm-decode.el (gnus-current-window-configuration):
13892         * mm-extern.el (gnus-article-mime-handles):
13893         * mm-url.el (url-current-object, url-package-name)
13894         (url-package-version):
13895         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13896         (smime-keys, w3m-cid-retrieve-function-alist)
13897         (w3m-current-buffer, w3m-display-inline-images)
13898         (w3m-minor-mode-map):
13899         * mml-smime.el (gnus-extract-address-components):
13900         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13901         (gnus-newsrc-hashtb, message-default-charset)
13902         (message-deletable-headers, message-options)
13903         (message-posting-charset, message-required-mail-headers)
13904         (message-required-news-headers):
13905         * mml1991.el (mc-pgp-always-sign):
13906         * mml2015.el (mc-pgp-always-sign):
13907         * nnheader.el (nnmail-extra-headers):
13908         * rfc1843.el (gnus-decode-encoded-word-function)
13909         (gnus-decode-header-function, gnus-newsgroup-name):
13910         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13911
13912 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13913
13914         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13915         the end of the date treatments.
13916
13917 2005-08-15  Simon Josefsson  <jas@extundo.com>
13918
13919         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13920         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13921         Capello and Romain Francoise.
13922         (pgg-fetch-key-function): Remove, not used?
13923         (pgg-insert-url-with-w3): Require url, to get
13924         url-insert-file-contents regardless of where it is defined.
13925
13926 2005-08-13  Romain Francoise  <romain@orebokech.com>
13927
13928         * message.el (message-cite-original-1): New function.
13929         (message-cite-original): Use it.
13930         (message-cite-original-without-signature): Ditto.
13931
13932 2005-08-08  Romain Francoise  <romain@orebokech.com>
13933
13934         * message.el (message-yank-empty-prefix): New variable.
13935         (message-indent-citation): Use it.
13936         (message-cite-original-without-signature): Respect X-No-Archive.
13937
13938 2005-08-08  Simon Josefsson  <jas@extundo.com>
13939
13940         * pgg.el: Autoload url-insert-file-contents instead of loading
13941         w3/url.
13942         (pgg-insert-url-with-w3): Don't load url here.
13943
13944 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13945
13946         * message.el (message-kill-to-signature): Don't insert newline at
13947         bol.
13948         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13949
13950 2005-08-06  Romain Francoise  <romain@orebokech.com>
13951
13952         * message.el (message-user-fqdn): Fix typo in docstring.
13953
13954 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13955
13956         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13957
13958         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13959
13960 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * mm-bodies.el (mm-encode-body): Use coding system rather than
13963         charset to encode text.
13964
13965         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13966         number of charsets if utf-8 is available (XEmacs).
13967
13968 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13971         taken from `gnus-button-mid-or-mail-regexp'.
13972         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13973         (gnus-button-alist): Improve regexp for domain part of the MIDs
13974         for news:localpart@domain buttons.
13975         (gnus-button-ctan-directory-regexp): Update.
13976
13977 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * sieve-manage.el (sieve-manage-interactive-login):
13980         Use make-local-variable rather than make-variable-buffer-local.
13981         (sieve-manage-open): Ditto.
13982         (sieve-manage-authenticate): Ditto.
13983
13984         * mml.el (mml-generate-mime-1): Make the content type default to
13985         text/plain if the filename is not specified.
13986
13987 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13990         instead of insert-buffer.
13991
13992         * message.el (message-yank-original): Ditto; set the mark at the
13993         end of the yanked message.
13994
13995 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13998         lines to scroll rather than to stop it.
13999
14000         * mml.el (mml-generate-default-type): Add doc string.
14001         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14002         default to application/octet-stream when determining the content
14003         type if it is not specified for the part or the mml contents; add
14004         a comment about mml-generate-default-type.
14005
14006 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14009         make it default to application/octet-stream when determining the
14010         content type if it is not specified for the external contents.
14011
14012 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14015         segmented parameter but also other parameters might be there.
14016
14017 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * mm-decode.el (mm-display-external): Delete temp file, directory
14020         and buffer immediately if the external process is exited.
14021
14022 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14025         fewer lines than that of scroll-margin.
14026         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14027
14028 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-art.el (gnus-article-next-page): Revert.
14031         (gnus-article-beginning-of-window): New macro.
14032         (gnus-article-next-page-1): Use it.
14033         (gnus-article-prev-page): Ditto.
14034         (gnus-article-edit-part): Use insert-buffer-substring instead of
14035         insert-buffer.
14036         (gnus-article-edit-exit): Ditto.
14037
14038         * gnus-util.el (gnus-beginning-of-window): Remove.
14039         (gnus-end-of-window): Remove.
14040
14041         * lpath.el: Don't bind header-line-format and scroll-margin.
14042
14043 2005-07-25  Simon Josefsson  <jas@extundo.com>
14044
14045         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14046         to have the url package without w3.  Reported by Daiki Ueno
14047         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14048
14049 2005-07-20  Didier Verna  <didier@xemacs.org>
14050
14051         * gnus-diary.el: Remove the description comment (nndiary is now
14052         properly documented in the Gnus manual).
14053         Fix the spelling of "Back End".
14054         * nndiary.el: Ditto.
14055         Fix the copyright notice.
14056
14057 2005-07-18  Romain Francoise  <romain@orebokech.com>
14058
14059         * gnus-sum.el (gnus-summary-to-prefix)
14060         (gnus-summary-newsgroup-prefix): New variables.
14061         (gnus-summary-from-or-to-or-newsgroups): Use them.
14062
14063 2005-07-17  Romain Francoise  <romain@orebokech.com>
14064
14065         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14066         space as it's generally not especially interesting to the user.
14067
14068 2005-07-16  Romain Francoise  <romain@orebokech.com>
14069
14070         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14071         nil to avoid prompting and file modification if one of the
14072         messages at the top of the nnfolder file contains a copyright
14073         notice.
14074         Update copyright notice.
14075
14076         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14077         instead of `current-time-string' as the latter creates a time
14078         string that is not RFC 2822 compliant (it lacks the zone).
14079         Update copyright notice.
14080
14081 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14082
14083         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14084         for text/rtf.  Display default in prompt.  Pass default for M-n.
14085
14086         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14087
14088 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * gnus-msg.el (gnus-button-mailto):
14091         Remove save-selected-window-window hackery because it relies on
14092         save-selected-window internals.
14093
14094 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14097         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14098         (gnus-article-prev-page): Ditto.
14099
14100         * gnus-util.el (gnus-beginning-of-window): New function.
14101         (gnus-end-of-window): New function.
14102
14103         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14104
14105 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14106
14107         * gnus-score.el (gnus-score-edit-all-score):
14108         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14109         gnus-message.
14110
14111 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * gnus-msg.el (gnus-button-mailto):
14114         Remove save-selected-window-window hackery because it relies on
14115         save-selected-window internals.
14116
14117 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14120         add-minor-mode.
14121         (gnus-binary-mode): Ditto.
14122
14123         * gnus-topic.el (gnus-topic-mode): Ditto.
14124
14125 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14126
14127         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14128         (gnus-article-prev-page): Take scroll-margin into consideration.
14129
14130 2005-07-04  Lute Kamstra  <lute@gnu.org>
14131
14132         Update FSF's address in GPL notices.
14133
14134 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14135
14136         * gnus.el (gnus-exit):
14137         * gnus-group.el (gnus-group-icons):
14138         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14139
14140         * gnus-nocem.el (gnus-nocem):
14141         * message.el (message-various, message-buffers, message-sending)
14142         (message-interface, message-forwarding, message-insertion)
14143         (message-headers, message-news, message-mail):
14144         * pgg-gpg.el (pgg-gpg):
14145         * pgg-parse.el (pgg-parse):
14146         * pgg-pgp.el (pgg-pgp):
14147         * pgg-pgp5.el (pgg-pgp5):
14148         * pop3.el (pop3): Finish `defgroup' description with period.
14149
14150 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-art.el (article-display-face): Improve the efficiency.
14153         (article-display-x-face): Ditto; remove grey x-face stuff.
14154
14155 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-art.el (article-display-face): Correct the position in
14158         which Faces are inserted.
14159
14160 2005-06-29  Didier Verna  <didier@xemacs.org>
14161
14162         * gnus-art.el (article-display-face): Display faces in correct
14163         order.
14164
14165 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14168         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14169         (gnus-nocem-check-article): Fetch the Type header.
14170         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14171         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14172         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14173         make sure gnus-nocem-hashtb is initialized.
14174         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14175         (gnus-nocem-unwanted-article-p): Ditto.
14176
14177         * pgg.el (pgg-verify): Return the verification result.
14178
14179 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14180
14181         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14182         is ascii.
14183
14184 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14185
14186         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14187         `show-nonbreak-escape'.
14188
14189 2005-06-23  Lute Kamstra  <lute@gnu.org>
14190
14191         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14192
14193         * dig.el (dig-mode):
14194         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14195
14196 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14197
14198         * nnimap.el (nnimap-split-download-body): Fix spellings.
14199
14200 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14201
14202         * gnus-art.el (gnus-article-encrypt-body):
14203         * gnus-cus.el (gnus-score-customize):
14204         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14205         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14206
14207 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14208
14209         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14210         header by looking for magic "MII" at the beginnig.
14211
14212 2005-06-16  Miles Bader  <miles@gnu.org>
14213
14214         * gnus-xmas.el (gnus-xmas-group-startup-message):
14215         Use renamed gnus-splash face.
14216
14217         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14218         (assistant-field-face): New backward-compatibility alias for renamed
14219         face.
14220         (assistant-render-text): Use renamed assistant-field face.
14221
14222         * spam.el (spam): Remove "-face" suffix from face name.
14223         (spam-face): New backward-compatibility alias for renamed face.
14224         (spam-face, spam-initialize): Use renamed spam face.
14225
14226         * message.el (message-header-to, message-header-cc)
14227         (message-header-subject, message-header-newsgroups)
14228         (message-header-other, message-header-name)
14229         (message-header-xheader, message-separator, message-cited-text)
14230         (message-mml): Remove "-face" suffix from face names.
14231         (message-header-to-face, message-header-cc-face)
14232         (message-header-subject-face, message-header-newsgroups-face)
14233         (message-header-other-face, message-header-name-face)
14234         (message-header-xheader-face, message-separator-face)
14235         (message-cited-text-face, message-mml-face):
14236         New backward-compatibility aliases for renamed faces.
14237         (message-font-lock-keywords): Use renamed message faces.
14238
14239         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14240         (sieve-test-commands, sieve-tagged-arguments):
14241         Remove "-face" suffix from face names.
14242         (sieve-control-commands-face, sieve-action-commands-face)
14243         (sieve-test-commands-face, sieve-tagged-arguments-face):
14244         New backward-compatibility aliases for renamed faces.
14245         (sieve-control-commands-face, sieve-action-commands-face)
14246         (sieve-test-commands-face, sieve-tagged-arguments-face):
14247         Use renamed sieve faces.
14248
14249         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14250         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14251         (gnus-group-news-3-empty, gnus-group-news-4)
14252         (gnus-group-news-4-empty, gnus-group-news-5)
14253         (gnus-group-news-5-empty, gnus-group-news-6)
14254         (gnus-group-news-6-empty, gnus-group-news-low)
14255         (gnus-group-news-low-empty, gnus-group-mail-1)
14256         (gnus-group-mail-1-empty, gnus-group-mail-2)
14257         (gnus-group-mail-2-empty, gnus-group-mail-3)
14258         (gnus-group-mail-3-empty, gnus-group-mail-low)
14259         (gnus-group-mail-low-empty, gnus-summary-selected)
14260         (gnus-summary-cancelled, gnus-summary-high-ticked)
14261         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14262         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14263         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14264         (gnus-summary-low-undownloaded)
14265         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14266         (gnus-summary-low-unread, gnus-summary-normal-unread)
14267         (gnus-summary-high-read, gnus-summary-low-read)
14268         (gnus-summary-normal-read, gnus-splash):
14269         Remove "-face" suffix from face names.
14270         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14271         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14272         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14273         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14274         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14275         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14276         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14277         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14278         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14279         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14280         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14281         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14282         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14283         (gnus-summary-normal-ticked-face)
14284         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14285         (gnus-summary-normal-ancient-face)
14286         (gnus-summary-high-undownloaded-face)
14287         (gnus-summary-low-undownloaded-face)
14288         (gnus-summary-normal-undownloaded-face)
14289         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14290         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14291         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14292         (gnus-splash-face):
14293         New backward-compatibility aliases for renamed faces.
14294         (gnus-group-startup-message): Use renamed gnus faces.
14295
14296         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14297         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14298         (gnus-server-agent): Remove "-face" suffix from face names.
14299         (gnus-server-agent-face, gnus-server-opened-face)
14300         (gnus-server-closed-face, gnus-server-denied-face)
14301         (gnus-server-offline-face):
14302         New backward-compatibility aliases for renamed faces.
14303         (gnus-server-agent-face, gnus-server-opened-face)
14304         (gnus-server-closed-face, gnus-server-denied-face)
14305         (gnus-server-offline-face): Use renamed gnus faces.
14306
14307         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14308         Remove "-face" suffix from face names.
14309         (gnus-picon-xbm-face, gnus-picon-face):
14310         New backward-compatibility aliases for renamed faces.
14311
14312         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14313         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14314         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14315         (gnus-cite-11): Remove "-face" suffix from face names.
14316         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14317         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14318         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14319         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14320         New backward-compatibility aliases for renamed faces.
14321         (gnus-cite-attribution-face, gnus-cite-face-list)
14322         (gnus-article-boring-faces): Use renamed gnus faces.
14323
14324         * gnus-art.el (gnus-signature, gnus-header-from)
14325         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14326         (gnus-header-content): Remove "-face" suffix from face names.
14327         (gnus-signature-face, gnus-header-from-face)
14328         (gnus-header-subject-face, gnus-header-newsgroups-face)
14329         (gnus-header-name-face, gnus-header-content-face):
14330         New backward-compatibility aliases for renamed faces.
14331         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14332
14333         * gnus-sum.el (gnus-summary-selected-face)
14334         (gnus-summary-highlight): Use renamed gnus faces.
14335         * gnus-group.el (gnus-group-highlight): Likewise.
14336
14337 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14338
14339         * gnus-sieve.el (gnus-sieve-article-add-rule):
14340         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14341         * spam-stat.el (spam-stat-buffer-change-to-spam)
14342         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14343
14344         * message.el (message-is-yours-p):
14345         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14346
14347 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * mm-view.el (mm-inline-text): Withdraw the last change.
14350
14351 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14354         executing enriched-decode.
14355
14356 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14359         charset of tar files.
14360
14361 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14362
14363         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14364
14365 2005-06-04  Lute Kamstra  <lute@gnu.org>
14366
14367         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14368         information is never recorded.
14369
14370 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14371
14372         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14373
14374 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * pop3.el (pop3-apop): Run md5 in the binary mode.
14377
14378         * starttls.el (starttls-set-process-query-on-exit-flag):
14379         Use eval-and-compile.
14380
14381 2005-05-31  Simon Josefsson  <jas@extundo.com>
14382
14383         * smime.el (smime-replace-in-string): Define.
14384         (smime-cert-by-ldap-1): Use it.
14385
14386 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-art.el (article-display-x-face): Replace
14389         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14390
14391         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14392         set-process-query-on-exit-flag or process-kill-without-query.
14393
14394         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14395         loop instead of replace-regexp.
14396
14397         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14398         instead of process-kill-without-query if it is available.
14399
14400         * lpath.el: Fbind ldap-search-entries.
14401
14402         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14403         instead of find-file-hooks if it is available.
14404
14405         * mml1991.el: Bind pgg-default-user-id when compiling.
14406
14407         * mml2015.el: Bind pgg-default-user-id when compiling.
14408
14409         * nndraft.el (nndraft-request-associate-buffer):
14410         Use write-contents-functions instead of write-contents-hooks if it is
14411         available.
14412
14413         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14414         instead of find-file-hooks if it is available.
14415
14416         * nntp.el (nntp-open-connection): Replace
14417         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14418         (nntp-open-ssl-stream): Ditto.
14419         (nntp-open-tls-stream): Ditto.
14420
14421         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14422         set-process-query-on-exit-flag or process-kill-without-query.
14423         (starttls-open-stream-gnutls): Use it instead of
14424         process-kill-without-query.
14425         (starttls-open-stream): Ditto.
14426
14427 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14428
14429         * smime.el (smime-cert-by-ldap-1): Don't use
14430         replace-regexp-in-string.
14431
14432 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14433
14434         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14435
14436         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14437         in PEM format.  Adjust to the XEmacs compability.
14438
14439 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14442         by `string-to-number'.
14443         * gnus-agent.el (gnus-agent-regenerate-group)
14444         (gnus-agent-fetch-articles): Ditto.
14445         * gnus-art.el (gnus-button-fetch-group): Ditto.
14446         * gnus-cache.el (gnus-cache-generate-active)
14447         (gnus-cache-articles-in-group): Ditto.
14448         * gnus-group.el (gnus-group-set-current-level)
14449         (gnus-group-insert-group-line): Ditto.
14450         * gnus-score.el (gnus-score-set-expunge-below)
14451         (gnus-score-set-mark-below, gnus-summary-score-effect)
14452         (gnus-summary-score-entry): Ditto.
14453         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14454         (gnus-soup-pack): Ditto.
14455         * gnus-spec.el (gnus-xmas-format): Ditto.
14456         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14457         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14458         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14459         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14460         * nndb.el (nndb-get-remote-expire-response): Ditto.
14461         * nndiary.el (nndiary-parse-schedule-value)
14462         (nndiary-string-to-number, nndiary-request-replace-article)
14463         (nndiary-request-article): Ditto.
14464         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14465         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14466         * nneething.el (nneething-make-head): Ditto.
14467         * nnfolder.el (nnfolder-request-article)
14468         (nnfolder-retrieve-headers): Ditto.
14469         * nnheader.el (nnheader-file-to-number): Ditto.
14470         * nnkiboze.el (nnkiboze-request-article): Ditto.
14471         * nnmail.el (nnmail-process-unix-mail-format)
14472         (nnmail-process-babyl-mail-format): Ditto.
14473         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14474         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14475         (nnmh-request-create-group, nnmh-request-list-1)
14476         (nnmh-request-group, nnmh-request-article): Ditto.
14477         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14478         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14479         * nnsoup.el (nnsoup-make-active): Ditto.
14480         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14481         * nntp.el (nntp-find-group-and-number)
14482         (nntp-retrieve-headers-with-xover): Ditto.
14483         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14484         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14485         (pgg-format-key-identifier): Ditto.
14486         * pop3.el (pop3-last, pop3-stat): Ditto.
14487         * qp.el (quoted-printable-decode-region): Ditto.
14488
14489         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14490         of concat.
14491
14492 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14495
14496         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14497
14498         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14499
14500         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14501
14502         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14503
14504         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14505
14506         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14507         (gnus-carpal-mode): Ditto.
14508
14509         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14510         (gnus-browse-mode): Ditto.
14511
14512         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14513
14514         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14515
14516 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14517
14518         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14519
14520 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-util.el (gnus-run-mode-hooks): New function.
14523
14524         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14525
14526         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14527         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14528
14529 2005-05-27  Lute Kamstra  <lute@gnu.org>
14530
14531         * dns-mode.el (dns-mode): Specify customization group.
14532
14533 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14534
14535         * gnus-agent.el (gnus-agent-make-mode-line-string):
14536         Use mode-line-highlight as mouse-face.
14537
14538 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * canlock.el (canlock): Change the parent group to news.
14541
14542         * deuglify.el (gnus-outlook-deuglify): Add :group.
14543
14544         * dig.el (dig): Add :group.
14545
14546         * dns-mode.el (dns-mode): Add :group.
14547
14548         * encrypt.el (encrypt): Add :group.
14549
14550         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14551         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14552         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14553         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14554         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14555
14556         * gnus-diary.el (gnus-diary): Add :group.
14557
14558         * gnus.el (gnus-group-news-1-face): Add :group.
14559         (gnus-group-news-1-empty-face): Ditto.
14560         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14561         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14562         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14563         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14564         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14565         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14566         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14567         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14568         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14569         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14570         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14571         (gnus-summary-high-ticked-face): Ditto.
14572         (gnus-summary-low-ticked-face): Ditto.
14573         (gnus-summary-normal-ticked-face): Ditto.
14574         (gnus-summary-high-ancient-face): Ditto.
14575         (gnus-summary-low-ancient-face): Ditto.
14576         (gnus-summary-normal-ancient-face): Ditto.
14577         (gnus-summary-high-undownloaded-face): Ditto.
14578         (gnus-summary-low-undownloaded-face): Ditto.
14579         (gnus-summary-normal-undownloaded-face): Ditto.
14580         (gnus-summary-high-unread-face): Ditto.
14581         (gnus-summary-low-unread-face): Ditto.
14582         (gnus-summary-normal-unread-face): Ditto.
14583         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14584         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14585
14586         * hashcash.el (hashcash): New custom group.
14587         (hashcash-default-payment): Add :group.
14588         (hashcash-payment-alist): Ditto.
14589         (hashcash-default-accept-payment): Ditto.
14590         (hashcash-accept-resources): Ditto.
14591         (hashcash-path): Ditto.
14592         (hashcash-extra-generate-parameters): Ditto.
14593         (hashcash-double-spend-database): Ditto.
14594         (hashcash-in-news): Ditto.
14595
14596         * message.el (message-minibuffer-local-map): Add :group.
14597
14598         * netrc.el (netrc): Add :group.
14599
14600         * sieve-manage.el (sieve-manage-log): Add :group.
14601         (sieve-manage-default-user): Diito.
14602         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14603         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14604         (sieve-manage-authenticators): Ditto.
14605         (sieve-manage-authenticator-alist): Ditto.
14606         (sieve-manage-default-port): Ditto.
14607
14608         * sieve-mode.el (sieve-control-commands-face): Add :group.
14609         (sieve-action-commands-face): Ditto.
14610         (sieve-test-commands-face): Ditto.
14611         (sieve-tagged-arguments-face): Ditto.
14612
14613         * smime.el (smime): Add :group.
14614
14615         * spam-report.el (spam-report): Add :group.
14616
14617         * spam.el (spam, spam-face): Add :group.
14618
14619 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14620
14621         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14622         return \n.\n.\n at the end of articles.  Protect against that.
14623         (nntp-with-open-group): Allow debugging.
14624
14625         * nnheader.el (mail-header-set-extra): Make into a function
14626         because I just could't understand how to quote the list properly.
14627
14628         * dns.el (query-dns-cached): New function.
14629
14630 2005-05-26  Lute Kamstra  <lute@gnu.org>
14631
14632         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14633
14634 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14637
14638         * gnus-art.el: Don't autoload mail-extract-address-components.
14639
14640         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14641         eval-and-compile to evaluate it.
14642
14643         * hashcash.el: Don't autoload executable-find.
14644
14645         * nndb.el: Don't declare the nndb back end two or more times; don't
14646         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14647
14648         * nntp.el: Autoload format-spec instead of format; use
14649         eval-and-compile to evaluate autoload forms.
14650
14651 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14652
14653         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14654
14655 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14656
14657         * gnus.el (gnus-version-number): Bump version.
14658
14659 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14660
14661         * gnus.el: No Gnus v0.3 is released.
14662
14663 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14664
14665         * lpath.el (featurep): Bind show-nonbreak-escape.
14666
14667 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (gnus-article-edit-part): Disable undo.
14670
14671 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14674         gnus-article-date-lapsed-new-header is t if date timer is active;
14675         skip headers in which the original date value is empty.
14676         (gnus-article-save-original-date): Redefine it as a macro.
14677         (gnus-display-mime): Use it.
14678
14679 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-art.el (article-date-ut): Support converting date in
14682         forwarded parts as well.
14683         (gnus-article-save-original-date): New function.
14684         (gnus-display-mime): Use it.
14685
14686 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14687
14688         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14689         enclosure element of <item>.
14690
14691 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * message.el (message-kill-buffer-query): Rename from
14694         `message-kill-buffer-query-if-modified'.  Add :version.
14695
14696 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14699         window layout.
14700
14701 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * mml.el: Autoload dnd when compiling.
14704
14705 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14708         x-dnd-*.
14709
14710 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * qp.el (quoted-printable-encode-region): Save excursion.
14713
14714 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14715
14716         * message.el (message-kill-buffer-query-if-modified): Add new variable
14717         so the user can kill a modified message buffer quickly.
14718         (message-kill-buffer): Use it.
14719
14720 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * lpath.el: Fbind display-time-event-handler; don't fbind
14723         string-to-multibyte.
14724
14725         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14726
14727 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14730         contained in text because xml.el decodes entities) with LFs.
14731
14732 2005-04-11  Lute Kamstra  <lute@gnu.org>
14733
14734         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14735         differently.
14736
14737 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14738
14739         * mm-util.el (mm-detect-coding-region): Typo.
14740
14741 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14744
14745 2005-04-06  Deepak Goel  <deego@gnufans.org>
14746
14747         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14748         user-function allow user modifications of the scores.
14749         (spam-stat-score-buffer-user): New function, to allow
14750         user-computed modifications to the score.
14751         (spam-stat-score-buffer-user-functions): List of additional
14752         scoring functions.
14753         (spam-stat-error-holder): Global temporary error holder.
14754         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14755         variable.
14756
14757 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14758
14759         * gnus-registry.el (gnus-registry-clean-empty-function)
14760         (gnus-registry-trim, gnus-registry-fetch-groups)
14761         (gnus-registry-delete-group): Groups that match
14762         `gnus-registry-ignored-groups' are removed from the registry
14763         entries, not just ignored for splitting.  This helps clean up the
14764         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14765         to get all the groups a message ID is in.
14766
14767         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14768         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14769         (spam-stat-score-buffer-user-functions): Add :number custom type.
14770
14771 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14774         argument in XEmacs.
14775
14776         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14777         (nnrss-request-group): Decode group name first.
14778         (nnrss-request-article): Make a text/plain article if mml-to-mime
14779         failed.
14780         (nnrss-get-encoding): Return a compatible encoding according to
14781         nnrss-compatible-encoding-alist.
14782         (nnrss-find-el): Use consp instead of listp.
14783         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14784
14785 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14788         which Emacs 20 doesn't support.
14789         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14790
14791 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14794         silence the byte compiler inside the defun.
14795
14796         * gnus-demon.el (parse-time-string): Add autoload.
14797
14798         * gnus-delay.el (parse-time-string): Add autoload.
14799
14800         * gnus-art.el (parse-time-string): Add autoload.
14801
14802         * nnultimate.el (parse-time): Require for `parse-time-string'.
14803
14804 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14807
14808         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14809
14810         * smime.el (smime-ldap-host-list): Add :version.
14811
14812 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14815         pass it to `gnus-browse-read-group'.
14816         (gnus-browse-read-group): Add NUMBER argument and pass it to
14817         `gnus-group-read-ephemeral-group'.
14818
14819         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14820         argument and pass it to `gnus-group-read-group'.
14821
14822 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14823
14824         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14825         mm-xemacs-find-mime-charset-1 if we have the mule feature
14826         available at runtime.
14827
14828 2005-03-25  Werner Lemberg  <wl@gnu.org>
14829
14830         * nnmaildir.el: Replace `illegal' with `invalid'.
14831
14832 2005-03-23  Lute Kamstra  <lute@gnu.org>
14833
14834         * time-date.el: Add comment on time value formats.
14835         Don't require parse-time.
14836         (with-decoded-time-value): New macro.
14837         (encode-time-value): New function.
14838         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14839         (days-to-time): Return a valid time value when arg is huge.
14840         (time-since): Use time-subtract.
14841         (time-to-number-of-days): Use time-to-seconds.
14842
14843 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14844
14845         * gnus-start.el (gnus-display-time-event-handler):
14846         Check display-time-timer at runtime rather than only at load time
14847         in case display-time-mode is turned off in the mean time.
14848
14849 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14852         used.
14853
14854         * nneething.el (nneething-map-file-directory): Derive from
14855         `gnus-directory'.
14856
14857         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14858         the To/Cc button.
14859
14860 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * nnmaildir.el (nnmaildir-request-accept-article):
14863         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14864
14865 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14866
14867         * gnus-async.el: Require timer-funcs at compile time when in
14868         XEmacs for `run-with-idle-timer'.
14869
14870 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14871
14872         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14873         autoloaded function.
14874
14875 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14876
14877         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14878
14879 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14880
14881         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14882
14883 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14884
14885         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14886         Add gnus-expert-user to default.
14887
14888 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14889
14890         * nnimap.el (nnimap-open-server): Ditto.
14891
14892         * imap.el (imap-authenticate): Fix typo.
14893
14894 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14895
14896         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14897         buffer (since IMAP server might return FETCH response out of
14898         order, and the nntp buffer must be sorted).
14899
14900 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14901
14902         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14903         comparison on string.
14904
14905         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14906         (gnus-agent-score): Rename category keywords to match gnus-cus.
14907         (gnus-agent-summary-fetch-series): Modify to protect against
14908         gnus-agent-summary-fetch-group clearing processable flags.
14909         (gnus-agent-synchronize-group-flags): Update live group buffer as
14910         synchronization may occur due to the user toggle the plugged
14911         status.
14912         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14913         successfully downloaded.
14914         (gnus-agent-expire-group-1): Avoid using markers when the overview
14915         is in ascending order; greatly improves performance.
14916         (gnus-agent-regenerate-group):
14917         Use gnus-agent-synchronize-group-flags to reset read status in both
14918         gnus and server.
14919         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14920
14921 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * message.el: Don't autoload former message-utils variables.
14924         (message-strip-subject-trailing-was): Change doc string.
14925
14926         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14927         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14928         (nnweb-google-search): Add "hl=en" here.
14929         (nnweb-google-parse-1, nnweb-google-create-mapping):
14930         Don't hardcode URL.
14931
14932 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * message.el (message-get-reply-headers, message-followup):
14935         Mention related variables `message-use-followup-to' and
14936         `message-use-mail-followup-to', in the information buffer.
14937
14938         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14939         of broken groups(-beta).google.com.
14940
14941 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14944         parameter to invoked gnus-request-move-article; remove the
14945         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14946         all at once instead of once per article.
14947         (gnus-summary-remove-process-mark): Accept a list of articles as
14948         well as a single article for processing.
14949
14950         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14951         parameter.
14952
14953         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14954
14955         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14956
14957         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14958         parameter.
14959
14960         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14961         parameter.
14962
14963         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14964         parameter and remove the gnus-sum-hint-move-is-internal variable.
14965
14966         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14967         parameter.
14968
14969         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14970         parameter.
14971
14972         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14973         parameter.
14974
14975         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14976
14977         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14978         parameter.
14979
14980         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14981         parameter.
14982
14983 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14984
14985         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14986         a more conservative way.
14987
14988 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14989
14990         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14991         buffer, so it moves the window's cursor.
14992
14993 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14994
14995         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14996         `mm-dissect-multipart' and receive the from field as an (optional)
14997         argument from `mm-dissect-multipart'.
14998         (mm-dissect-multipart): Receive the from field as an argument and
14999         pass it on when we call `mm-dissect-buffer' on MIME parts.
15000         Fixes verification/decryption of signed/encrypted MIME parts.
15001
15002 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * gnus-sum.el (gnus-summary-move-article):
15005         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15006         whatever it calls (right now, only nnimap-request-move article
15007         respects it).
15008
15009         * nnimap.el (nnimap-request-move-article):
15010         When gnus-sum-hint-move-is-internal is set, don't do the extra
15011         nnimap-request-article.
15012
15013 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15016
15017         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15018         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15019
15020         * gnus-sum.el (gnus-summary-caesar-message):
15021         Apply `gnus-treat-article' after rotation.
15022
15023         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15024         doc string.
15025
15026 2005-02-22  Simon Josefsson  <jas@extundo.com>
15027
15028         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15029         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15030         <arne@arnested.dk>.
15031         (encrypt): Add password-cache and password-cache-expiry as group
15032         members.
15033
15034 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15035
15036         * smime.el (smime-ldap-host-list): Doc fix.
15037         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15038         cache) password.
15039         (smime-sign-region): Use it.
15040         (smime-decrypt-region): Use it.
15041         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15042         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15043         fails.
15044         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15045         certificate from DER to PEM format rather than calling openssl.
15046
15047         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15048
15049         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15050         for signing/encryption.
15051
15052         * mml.el (mml-parse-1): Use them.
15053
15054 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15055
15056         * nnrss.el (nnrss-verbose): Remove.
15057         (nnrss-request-group): Use `nnheader-message' instead.
15058
15059 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15060
15061         * nnrss.el (nnrss-verbose): New variable.
15062         (nnrss-request-group): Make it say nnrss is requesting a group.
15063
15064 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15067         Handle news URL with given port correctly.
15068
15069 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15072         containing special characters.
15073
15074         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15075
15076         * mml.el (mime-to-mml): Ditto.
15077
15078         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15079         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15080         (rfc2047-decode-region): Quote decoded words containing special
15081         characters when rfc2047-quote-decoded-words-containing-tspecials
15082         is non-nil.
15083
15084 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15085
15086         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15087
15088         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15089
15090 2005-02-15  Simon Josefsson  <jas@extundo.com>
15091
15092         * nnimap.el (nnimap-debug): Doc fix.
15093
15094         * imap.el (imap-debug): Doc fix.
15095
15096 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15099
15100 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * gnus.el (spam-contents): Improve docs for spam-contents
15103         parameter in its variable incarnation.
15104
15105 2005-02-14  Simon Josefsson  <jas@extundo.com>
15106
15107         * smime-ldap.el: Use require instead of load-library for ldap.
15108         (smime-ldap-search): Indent.
15109         (smime-ldap-search-internal): Shorten line.
15110
15111         * smime.el (smime-cert-by-dns): Add doc-string.
15112         (smime-cert-by-ldap-1): Indent.
15113
15114         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15115         mml-smime-get-dns-ldap.
15116         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15117
15118 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15119
15120         * smime.el: Require smime-ldap.
15121         (smime-ldap-host-list): New variable.
15122         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15123
15124         * mml-smime.el (mml-smime-encrypt-query): New function.
15125         (mml-smime-encrypt-query): Use it.
15126
15127         * smime-ldap.el: New file.
15128
15129 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15132
15133 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15136         argument in doc string.  Make query for type more clear.
15137
15138 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus.el (gnus-group-startup-message): Search for gnus images in
15141         etc/images/gnus.
15142         * mm-util.el (mm-image-load-path): Likewise.
15143         * smiley.el (smiley-data-directory): Search for smilies in
15144         etc/images/smilies.
15145
15146 2005-02-09  Kim F. Storm  <storm@cua.dk>
15147
15148         Change Emacs release version from 21.4 to 22.1 throughout.
15149         Change Emacs development version from 21.3.50 to 22.0.50.
15150
15151 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15154
15155         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15156         non-Mule XEmacs as well.
15157         (mm-decompress-buffer): Signal an error intentionally if it does
15158         not decompress compressed data because auto-compression-mode is
15159         disabled.
15160
15161 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15162
15163         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15164         an ID in the registry even if it has no groups.
15165
15166 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15169         merge it into mm-decompress-buffer.
15170         (gnus-mime-copy-part): Use the MIME part charset, the value which
15171         a user specified or gnus-newsgroup-charset for decoding, like
15172         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15173         save-buffer what was used.  Suggested by Kevin Ryde
15174         <user42@zip.com.au>.
15175         (gnus-mime-inline-part): Allow the name parameter as well as the
15176         filename parameter; force decompressing of compressed data; always
15177         display contents being not decoded as unibyte.
15178
15179         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15180         as well as the filename parameter.
15181
15182         * mm-util.el (mm-decompress-buffer):
15183         Merge gnus-mime-jka-compr-maybe-uncompress.
15184         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15185         of compressed data.
15186
15187 2005-02-08  Simon Josefsson  <jas@extundo.com>
15188
15189         * imap.el (imap-log): Doc fix.
15190
15191 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15194         the coding cookies; decompress compressed parts.
15195
15196         * mml.el (mml-generate-mime-1): Add the charset parameter according
15197         to the value which a user specified manually or the coding cookie.
15198
15199         * mm-util.el (mm-string-to-multibyte): New function.
15200         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15201         (mm-coding-system-to-mime-charset): New function.
15202         (mm-decompress-buffer): New function.
15203         (mm-find-buffer-file-coding-system): New function.
15204
15205         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15206         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15207         parts.
15208
15209 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15210
15211         * mm-view.el (mm-display-inline-fontify): Decode a part according
15212         to the charset parameter.
15213
15214 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15217         prefix arg is neither nil nor a number, as info specifies.
15218
15219 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15222         timestamps.
15223
15224 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15225
15226         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15227         groups error checking and notify user.
15228
15229 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15230
15231         * message.el (message-send-mail-function): Check existence of
15232         sendmail-program first before using default value
15233         `message-send-mail-with-sendmail'.  Otherwise use more generic
15234         `smtpmail-send-it'.
15235
15236 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * nntp.el (nntp-request-update-info): Always return nil.
15239
15240 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15241
15242         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15243
15244 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15245
15246         * message.el (message-beginning-of-line): Change the behavior when
15247         invoked between BOL and : so that it first moves backward.
15248
15249 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15252         article buffer when editing of the article is discarded.
15253         (gnus-article-prepare): Revert.
15254
15255 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-art.el (gnus-article-prepare):
15258         Remove message-strip-forbidden-properties from the local hook.
15259
15260 2005-01-27  Simon Josefsson  <jas@extundo.com>
15261
15262         * password.el (password-cache-add): Only start one timer per key.
15263         Reported by Derek Atkins <warlord@MIT.EDU>.
15264
15265 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15266
15267         * run-at-time.el: Remove.  It is no longer needed as
15268         timer-funcs.el in the xemacs-base package has a working version of
15269         `run-at-time'.
15270
15271         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15272
15273         * password.el: Require timer-funcs instead of run-at-time in
15274         XEmacs.
15275         Remove `password-run-at-time' macro.
15276         (password-cache-add): Use `run-at-time' instead of
15277         `password-run-at-time'.
15278
15279         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15280         Remove `nnheader-cancel-function-timers' alias,
15281         `cancel-function-timers' exists in XEmacs in timer-funcs.
15282
15283         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15284         for `run-with-idle-timer'.
15285
15286         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15287         for `run-at-time'.
15288
15289         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15290         for `with-timeout'.
15291
15292         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15293         the same as for XEmacs 21.4.
15294         No need to ignore `run-with-idle-timer', this function exists in
15295         XEmacs now in timer-funcs.el in the xemacs-base package.
15296         (dgnushack-compile): No need to delete
15297         run-at-time.el from the list of files to compile because it
15298         doesn't exist anymore.
15299
15300 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15303         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15304
15305 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15306
15307         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15308         sensitively.
15309
15310 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15311
15312         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15313
15314 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15317         which will be inserted according to the multibyteness of a buffer
15318         rather than the type of contents.  Suggested by ARISAWA Akihiro
15319         <ari@mbf.ocn.ne.jp>.
15320
15321         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15322         of string which old xml.el may return rather than a string.
15323
15324 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15327
15328 2005-01-16  Simon Josefsson  <jas@extundo.com>
15329
15330         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15331         idn/idna.el isn't available.
15332         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15333         <michael@waxrat.com>.
15334
15335         * hashcash.el: Remove non-FSF copyright header.
15336
15337         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15338         (hashcash-generate-payment): Use it.
15339         (hashcash-generate-payment-async): Use it.
15340
15341 2005-01-15  Simon Josefsson  <jas@extundo.com>
15342
15343         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15344         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15345
15346         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15347         gnus-summary-idna-message.
15348         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15349         (gnus-summary-idna-message): New function.
15350
15351 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15354         gnus-novice-user.
15355
15356 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * nnrss.el (nnrss-request-delete-group): Delete entries in
15359         nnrss-group-alist as well.
15360         (nnrss-save-server-data): Insert newline.
15361
15362 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gnus.el (gnus-user-agent): Use list of symbols instead of
15365         symbols.  Display full version number for (S)XEmacs.
15366         Optionally display (S)XEmacs codename.
15367
15368         * gnus-util.el (gnus-emacs-version): Update for new
15369         `gnus-user-agent'.
15370
15371         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15372         Gnus version.
15373
15374 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15377         which is unreadable in some setups.
15378
15379 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-spec.el (gnus-update-format-specifications): Flush the
15382         group format spec cache if it doesn't support decoded group names.
15383
15384 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15385
15386         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15387         Allow to apply decay on score files matching a regexp.
15388
15389 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15392         compatibility in %g and %c.
15393
15394 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15397         name for only %g and %c.
15398         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15399         of gnus-tmp-group to decoded group name.
15400         (gnus-group-make-rss-group): Exclude `/'s from group names.
15401
15402 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * nnrss.el (nnrss-get-encoding): Fix regexp.
15405
15406 2004-12-27  Simon Josefsson  <jas@extundo.com>
15407
15408         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15409         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15410         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15411
15412 2004-12-17  Kim F. Storm  <storm@cua.dk>
15413
15414         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15415
15416         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15417
15418 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15419
15420         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15421
15422 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * nnrss.el: Require rfc2047 and mml.
15425         (nnrss-file-coding-system): New variable.
15426         (nnrss-format-string): Redefine it as an inline function.
15427         (nnrss-decode-group-name): New function.
15428         (nnrss-string-as-multibyte): Remove.
15429         (nnrss-retrieve-headers): Decode group name; don't use
15430         nnrss-format-string.
15431         (nnrss-request-group): Decode group name.
15432         (nnrss-request-article): Decode group name; allow a Message-ID as
15433         well as an article number; don't use nnrss-format-string; encode a
15434         Message-ID string which may contain non-ASCII characters; use
15435         mml-to-mime to compose a MIME article.
15436         (nnrss-request-expire-articles): Decode group name.
15437         (nnrss-request-delete-group): Decode group name.
15438         (nnrss-fetch): Clarify error message.
15439         (nnrss-read-server-data): Use insert-file-contents instead of load;
15440         bind file-name-coding-system; use multibyte buffer.
15441         (nnrss-save-server-data): Bind coding-system-for-write to the
15442         value of nnrss-file-coding-system; bind file-name-coding-system;
15443         add coding cookie.
15444         (nnrss-read-group-data): Use insert-file-contents instead of load;
15445         bind file-name-coding-system; use multibyte buffer.
15446         (nnrss-save-group-data): Bind coding-system-for-write to the
15447         value of nnrss-file-coding-system; bind file-name-coding-system.
15448         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15449         make it work with non-ASCII text.
15450         (nnrss-find-el): Make it work with old xml.el as well.
15451
15452 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15453
15454         * nnrss.el (nnrss-get-encoding): New function.
15455         (nnrss-fetch): Use unibyte buffer initially; bind
15456         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15457         decode contents according to the encoding attribute.
15458         (nnrss-save-group-data): Add coding cookie.
15459         (nnrss-mime-encode-string): New function.
15460         (nnrss-check-group): Use it to encode subject and author.
15461
15462 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15463
15464         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15465         imaginary variable.
15466
15467 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15470         correctly even if there are wide characters.
15471
15472 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15475         downcased symbol names; make a new cache instead of reusing
15476         bbdb-hashtable.
15477
15478 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15481         concatenating segments rather than before concatenating them.
15482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15483
15484         * message.el (message-get-reply-headers): Bind `extra'.
15485
15486 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15487
15488         * message.el (message-extra-wide-headers): New variable.
15489         (message-get-reply-headers): Use it.
15490
15491 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15494         (gnus-agent-group-pathname): Ditto.
15495
15496         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15497
15498         * gnus-group.el (gnus-group-make-group): Decode group name.
15499         (gnus-group-make-rss-group): Register the group data after opening
15500         the nnrss group.
15501
15502 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15503
15504         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15505         by expiry now get marked as read.
15506
15507 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15510
15511 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15512
15513         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15514         unify Latin characters in XEmacs.
15515         (mm-find-mime-charset-region): Use it.
15516
15517 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-util.el (gnus-delete-directory): New function.
15520
15521         * gnus-agent.el (gnus-agent-delete-group): Use it.
15522
15523         * gnus-cache.el (gnus-cache-delete-group): Use it.
15524
15525 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15528         names.
15529
15530 2004-12-16  Simon Josefsson  <jas@extundo.com>
15531
15532         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15533
15534 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15537
15538         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15539         (gnus-group-set-current-level): Decode group name.
15540
15541 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15542
15543         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15544         failed.
15545
15546 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-group.el (gnus-group-delete-group): Decode group name.
15549         (gnus-group-make-rss-group): Encode group name.
15550         (gnus-group-catchup-current): Decode group name.
15551         (gnus-group-kill-group): Decode group name.
15552
15553 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15554
15555         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15556
15557 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-group.el (gnus-group-make-rss-group):
15560         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15561
15562         * gnus-start.el (gnus-setup-news): Honor user's setting to
15563         gnus-message-archive-method.  Suggested by Lute Kamstra
15564         <lute@gnu.org>.
15565
15566 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15567
15568         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15569         global counterparts of the buffer-local variables.
15570
15571 2004-11-16  Romain Francoise  <romain@orebokech.com>
15572
15573         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15574         counterparts of the buffer-local variables.
15575
15576 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * message.el (message-forbidden-properties): Fix typo in doc
15579         string.
15580
15581 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-util.el (gnus-replace-in-string): Add doc string.
15584
15585         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15586         to avoid problems when splitting mails with many recipients.
15587
15588 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15589
15590         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15591         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15592
15593 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15594
15595         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15596         if there is no hashtable in memory or file modification time is
15597         newer than cached timestamp.
15598
15599 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus-sum.el (gnus-summary-limit-to-recipient):
15602         Implement not-matching option.
15603
15604 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15607         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15608         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15609         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15610         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15611         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15612
15613 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * message.el (message-forward-make-body-mml): Remove headers
15616         according to message-forward-ignored-headers if a message is decoded.
15617
15618 2004-12-02  Romain Francoise  <romain@orebokech.com>
15619
15620         * message.el (message-forward-make-body-plain): Always remove
15621         headers according to message-forward-ignored-headers.
15622
15623 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * spam.el (spam-summary-prepare-exit): Remove the
15626         gnus-summary-limit pop for now, it has problems with ham marks for
15627         me.
15628
15629 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15630
15631         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15632         correctly.
15633
15634 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15635
15636         * format-spec.el (format-spec): Message the char.
15637
15638 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15639
15640         * gnus-art.el (gnus-split-methods): Reformat comments.
15641
15642         * spam.el (spam-summary-prepare-exit): Remove article limits
15643         before exiting the summary buffer.
15644
15645 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15648         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15649
15650         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15651         order to silence the byte compiler.
15652
15653         * spam.el: Fix the way to silence the byte compiler, which
15654         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15655         bbdb-search-simple, spam-BBDB-register-routine,
15656         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15657         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15658         spam-stat-buffer-is-spam, spam-stat-load,
15659         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15660         spam-stat-save and spam-stat-split-fancy.
15661
15662 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15665         which may confuse users.
15666         (canlock-password-for-verify): Ditto.
15667
15668         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15669
15670         * gnus-art.el (gnus-emphasis-alist): Ditto.
15671
15672         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15673
15674         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15675
15676         * gnus-start.el (gnus-save-killed-list): Ditto.
15677
15678         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15679         (gnus-sum-thread-tree-root): Ditto.
15680         (gnus-sum-thread-tree-false-root): Ditto.
15681         (gnus-sum-thread-tree-single-indent): Ditto.
15682
15683         * message.el (message-courtesy-message): Ditto.
15684         (message-archive-note): Ditto.
15685         (message-subscribed-address-file): Ditto.
15686         (message-user-fqdn): Ditto.
15687
15688         * spam-report.el (spam-report-gmane-regex): Ditto.
15689
15690         * spam.el (spam-blackhole-good-server-regex): Ditto.
15691
15692 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * mml.el (mml-preview): Widen the message buffer before copying
15695         the contents to the preview buffer; sort headers before previewing.
15696
15697         * message.el (message-hidden-headers): Fix the way to avoid a bug
15698         in the `repeat' widget in Emacs 21.3 or earlier.
15699
15700 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * message.el (message-hidden-headers): Default to "^References:".
15703         Improve customization type.  Suggested by Reiner Steib
15704         <Reiner.Steib@gmx.de>.
15705
15706 2004-11-25  Romain Francoise  <romain@orebokech.com>
15707
15708         * message.el (message-strip-forbidden-properties): Remove check for
15709         obsolete `message-hidden' text property, hidden headers are not
15710         accessible in the buffer anymore.
15711
15712 2004-11-22  Romain Francoise  <romain@orebokech.com>
15713
15714         * message.el (message-header-format-alist): Add `From' in list
15715         so that it can be sorted.
15716         (message-fix-before-sending): Widen and sort headers before
15717         sending.
15718         (message-hide-headers): Use narrowing to hide headers by moving
15719         them to the top of the buffer and narrowing to the region
15720         underneath.
15721
15722 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15723
15724         * message.el (message-strip-forbidden-properties):
15725         Bind buffer-read-only (etc) to nil.
15726
15727 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15730         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15731
15732 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15733
15734         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15735
15736 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15737
15738         * dns.el (query-dns): Use sit-for to time instead of
15739         accept-process-output, since that doesn't seem to work on udp
15740         sockets.
15741
15742 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15745
15746 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15749         doc string.  Improve doc string.
15750
15751 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * nntp.el (nntp-request-update-info): Return nil if
15754         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15755         may not call gnus-activate-group which uselessly issues the GROUP
15756         commands for all nntp groups and wastes time.  Reported by Romain
15757         Francoise <romain@orebokech.com>.
15758
15759         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15760
15761 2004-11-15  Simon Josefsson  <jas@extundo.com>
15762
15763         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15764         headers separately.
15765         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15766         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15767
15768 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * gnus-start.el (gnus-convert-old-newsrc):
15771         Assign legacy-gnus-agent to 5.10.7.
15772
15773 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15774
15775         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15776         start of the lines.
15777
15778 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15779
15780         * hashcash.el (hashcash-default-payment): Change default to 20.
15781         (hashcash-default-accept-payment): Change default to 20.
15782         (hashcash-process-alist): New variable.
15783         (hashcash-generate-payment-async): Add.
15784         (hashcash-already-paid-p): Add.
15785         (hashcash-insert-payment): Don't generate payments twice.
15786         (hashcash-insert-payment-async): Add.
15787         (hashcash-insert-payment-async-2): Add.
15788         (hashcash-cancel-async): Add.
15789         (hashcash-wait-async): Add.
15790         (hashcash-processes-running-p): Add.
15791         (hashcash-wait-or-cancel): Add.
15792         (mail-add-payment): New optional argument.  Conditionally start
15793         asynchronous calculation.
15794         (mail-add-payment-async): Add.
15795
15796         * message.el (message-send-mail): Wait for asynchronous hashcash
15797         results.  Don't clobber existing X-Hashcash headers.
15798         (message-setup-1): Call mail-add-payment-async when
15799         message-generate-hashcash is non-nil.
15800
15801 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15802
15803         * message.el (message-use-alternative-email-as-from): Examine the
15804         From header as well; use message-make-from in order to include a
15805         user's full name.
15806
15807 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15810         default; improve customization type.
15811         (gnus-emphasis-custom-with-format): New macro.
15812         (gnus-emphasis-custom-value-to-external): New function.
15813         (gnus-emphasis-custom-value-to-internal): New function.
15814
15815 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15816
15817         * dns.el (query-dns): Resolve reverse addresses.
15818
15819 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15820
15821         * gnus-group.el (gnus-group-get-new-news): Use it.
15822
15823         * gnus-start.el (gnus-check-reasonable-setup): New function.
15824
15825 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15828         "Args out of range" error.  Reported by Arnaud Giersch
15829         <arnaud.giersch@free.fr>.
15830
15831 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15832
15833         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15834
15835 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15836
15837         * spam.el (spam group): Add :version.
15838
15839         * pgg-def.el (pgg group): Add :version.
15840
15841 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-art.el (gnus-article-edit-article): Don't associate the
15844         article buffer with a draft file.  This is a temporary measure
15845         against the 2004-08-22 change to gnus-article-edit-mode.
15846
15847 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15850         (html2text-format-tags): Remove unused variable `attr'.
15851
15852 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15855
15856         * tls.el (tls-process-connection-type, tls-success)
15857         (tls-certtool-program): Add :version.
15858
15859         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15860         (starttls-extra-arguments, starttls-process-connection-type)
15861         (starttls-connect, starttls-failure, starttls-success): Add :version.
15862
15863         * spam-stat.el (spam-stat): Add :version.
15864
15865         * sieve.el (sieve): Add :version.
15866
15867         * sha1.el (sha1): Add :version.
15868         (sha1-use-external): Remove redundant version.
15869
15870         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15871         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15872         (nnmail-split-fancy-match-partial-words)
15873         (nnmail-split-lowercase-expanded): Add :version.
15874
15875         * nndiary.el (nndiary): Add :version.
15876
15877         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15878
15879         * mml-sec.el (mml-default-sign-method)
15880         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15881         Add :version.
15882
15883         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15884
15885         * mm-url.el (mm-url-use-external, mm-url-program)
15886         (mm-url-arguments): Add :version.
15887
15888         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15889         (mm-attachment-file-modes, mm-decrypt-option)
15890         (mm-w3m-safe-url-regexp): Add :version.
15891
15892         * message.el (message-cite-prefix-regexp)
15893         (message-sendmail-envelope-from, message-minibuffer-local-map)
15894         (message-user-fqdn, message-completion-alist): Add :version.
15895
15896         * gnus-win.el (gnus-configure-windows-hook)
15897         (gnus-use-frames-on-any-display): Add :version.
15898
15899         * gnus-art.el (gnus-article-address-banner-alist)
15900         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15901         (gnus-treat-from-picon, gnus-treat-mail-picon)
15902         (gnus-treat-x-pgp-sig): Add :version.
15903
15904         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15905         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15906         (gnus-summary-article-delete-hook)
15907         (gnus-summary-display-while-building): Add :version.
15908
15909         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15910         (gnus-get-top-new-news-hook): Add :version.
15911
15912         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15913         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15914
15915         * gnus-registry.el (gnus-registry): Add :version.
15916
15917         * gnus-spec.el (gnus-use-correct-string-widths)
15918         (gnus-make-format-preserve-properties): Add :version.
15919
15920         * gnus.el (gnus-group-charter-alist)
15921         (gnus-group-fetch-control-use-browse-url)
15922         (gnus-install-group-spam-parameters): Add :version.
15923
15924         * gnus-diary.el (gnus-diary): Add :version.
15925
15926         * gnus-delay.el (gnus-delay): Add :version.
15927
15928         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15929         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15930         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15931         Add :version.
15932
15933         * gnus-agent.el (gnus-agent-max-fetch-size)
15934         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15935         (gnus-agent-prompt-send-queue): Add :version.
15936
15937         * deuglify.el (gnus-outlook-deuglify): Add :version.
15938
15939         * html2text.el: Beautify code.  Improve doc strings.
15940         Some checkdoc cleanup.
15941         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15942
15943 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15944
15945         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15946
15947 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15948
15949         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15950         when package is loaded.
15951
15952         * spam.el (spam-summary-score-preferred-header): Add global preference
15953         for people who want to override the default SpamAssassin over
15954         Bogofilter preference (when both are set).
15955         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15956         (spam-user-format-function-S):
15957         Check spam-summary-score-preferred-header.
15958         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15959         (spam-user-format-function-S): Format the score correctly.
15960
15961 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15964         signature file.  Suggested by Manoj Srivastava
15965         <srivasta@golden-gryphon.com>.
15966
15967         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15968         iso-2022-jp even in the Japanese language environment.
15969         Suggested by Jason Rumney <jasonr@gnu.org>.
15970
15971 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15974         use the same characters as the dummy marks; make it free from
15975         getting affected by the language environment.
15976         (gnus-summary-read-group-1): Update mark positions only when the
15977         format spec is updated.
15978
15979         * gnus-spec.el (gnus-update-format-specifications): Return a list
15980         of updated types.
15981
15982 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15985         of boundp to check if display-warning is available.
15986
15987 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15990
15991 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * nnspool.el (nnspool-spool-directory): Use news-path if the
15994         news-directory variable is not bound.
15995
15996         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15997         function instead of display-warning if it is not available.
15998
15999 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16002         v5-10: Use `point-at-bol'.
16003
16004 2004-10-26  Simon Josefsson  <jas@extundo.com>
16005
16006         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16007         <chenggao@gmail.com>.
16008
16009 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16012         instead.
16013
16014 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16015
16016         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16017         to remove a server from the nnimap-server-buffer-alist.
16018         (nnimap-open-connection, nnimap-close-server): Use it.
16019
16020         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16021
16022 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16025         running the major-mode function.
16026
16027 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16030         dummy marks in the right way.
16031
16032 2004-10-18  David Edmondson  <dme@dme.org>
16033
16034         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16035         excessively.
16036
16037 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16038
16039         * gnus-util.el (gnus-split-references): Accept a nil references
16040         string and go on blissfully.
16041
16042         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16043         cases where the references string is non-nil but has no references.
16044
16045         * encrypt.el: Add autoload tags.
16046
16047         * spam.el (spam-resolve-registrations-routine): Remove article
16048         from unregistration list too.  Reported by David Hanak
16049         <dhanak@isis.vanderbilt.edu>
16050
16051 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16054         nil.  Change custom type.
16055
16056 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16059
16060         * gnus-sum.el (gnus-summary-move-article): Use it.
16061
16062 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16063
16064         * encrypt.el: Add autoload cookies.
16065
16066         * spam.el (spam-backend-article-list-property)
16067         (spam-backend-get-article-todo-list)
16068         (spam-backend-put-article-todo-list)
16069         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16070         Resolve registrations separately.
16071         (spam-register-routine): Format comments.
16072         (spam-unregister-routine, spam-register-routine): Always call with
16073         specific-articles, no default list.
16074         (spam-summary-prepare-exit): Use the spam-classifications function.
16075
16076         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16077         gnus-encrypt.el.
16078
16079         * encrypt.el: Copied from gnus-encrypt.el.
16080
16081         * gnus-encrypt.el: Commented that it's obsolete.
16082
16083 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16086         (gnus-score-save): Use it.
16087
16088         * message.el (message-bury): Use `window-dedicated-p'.
16089
16090 2004-10-15  Simon Josefsson  <jas@extundo.com>
16091
16092         * pop3.el (top-level): Don't require nnheader.
16093         (pop3-read-timeout): Add.
16094         (pop3-accept-process-output): Add.
16095         (pop3-read-response, pop3-retr): Use it.
16096
16097 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16098
16099         * spam.el (spam-register-routine): Move comment.
16100         (spam-verify-bogofilter): Use 'unknown for the initial
16101         spam-bogofilter-valid state, not 'never.
16102
16103         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16104         for netrc-machine.
16105
16106         * nnimap.el (nnimap-open-connection):
16107         Use netrc-machine-user-or-password.
16108
16109 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16110
16111         * gnus-registry.el (gnus-registry-unload-hook):
16112         Set as a variable with add-hook.
16113
16114         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16115         of news-path.
16116
16117         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16118
16119         * spam.el: Delete duplicate `provide'.
16120         (spam-unload-hook): Set as a variable with add-hook.
16121
16122 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16125         in the doc string.
16126
16127         * message.el (message-ignored-news-headers)
16128         (message-ignored-supersedes-headers)
16129         (message-ignored-resent-headers)
16130         (message-forward-ignored-headers): Improve custom type.
16131
16132 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * message.el (message-tokenize-header): Fix 2004-09-06 change
16135         which used point-min in the wrong place.
16136
16137 2004-10-12  Simon Josefsson  <jas@extundo.com>
16138
16139         * tls.el (tls-certtool-program): New variable.
16140         (tls-certificate-information): New function, based on
16141         ssl-certificate-information.
16142
16143 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * compface.el: Move the version of ELisp-based uncompface program
16146         to the contrib directory because of the copyright problem.
16147
16148 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16149
16150         * message.el (message-kill-buffer): Raise the current frame.
16151
16152 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16155
16156         * gnus.el (message-y-or-n-p): Autoload.
16157
16158         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16159         (pop3-password-required, pop3-authentication-scheme)
16160         (pop3-leave-mail-on-server): Make customizable.
16161         (pop3): New custom group.
16162         (pop3-retr): Remove `sleep-for' statements.
16163         Suggested by Dave Love <fx@gnu.org>.
16164
16165         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16166         Windows/DOS.
16167
16168         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16169         (imap-parse-body): Fix incorrect use of `assert'.
16170         Suggested by Dave Love <fx@gnu.org>.
16171
16172         * mml.el (mml-minibuffer-read-disposition): Require match.
16173         Suggested by Dave Love <fx@gnu.org>.
16174
16175 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16178         doc string.
16179
16180 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16183
16184 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16185
16186         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16187         instead of calling `mm-insert-inline', to decode text/* parts
16188         before displaying them.
16189
16190 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * mm-uu.el (mm-uu-text-plain-type): New variable.
16193         (mm-uu-pgp-signed-extract-1): Use it.
16194         (mm-uu-pgp-encrypted-extract-1): Use it.
16195         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16196         bind mm-uu-text-plain-type with that value.
16197         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16198         mm-uu-dissect.
16199
16200 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-group.el (gnus-update-group-mark-positions):
16203         * gnus-sum.el (gnus-update-summary-mark-positions):
16204         * message.el (message-check-news-body-syntax):
16205         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16206         of string-as-multibyte.
16207
16208 2004-10-05  Juri Linkov  <juri@jurta.org>
16209
16210         * gnus-group.el (gnus-update-group-mark-positions):
16211         * gnus-sum.el (gnus-update-summary-mark-positions):
16212         * message.el (message-check-news-body-syntax):
16213         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16214         8-bit unibyte values to a multibyte string for search functions.
16215
16216 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16219         (mm-uu-dissect-text-parts): New function.
16220
16221         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16222         dissect text parts.
16223
16224         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16225         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16226
16227         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16228
16229         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16230         Use gnus-current-topics instead of gnus-current-topic.
16231
16232 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16233
16234         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16235
16236 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16237
16238         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16239         where approriate.
16240
16241         * nnml.el (nnml-generate-active-info): do.
16242
16243         * nndiary.el (nndiary-generate-active-info): do.
16244
16245         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16246         (gnus-topic-move): do.
16247
16248         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16249         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16250
16251         * gnus-srvr.el (gnus-server-prepare)
16252         (gnus-server-open-all-servers): do.
16253
16254         * gnus-msg.el (gnus-summary-cancel-article)
16255         (gnus-summary-resend-message)
16256         (gnus-summary-mail-crosspost-complaint): do.
16257
16258         * gnus-move.el (gnus-change-server): do.
16259
16260         * gnus-group.el (gnus-group-unmark-all-groups)
16261         (gnus-group-set-current-level): do.
16262
16263 2004-10-04  Simon Josefsson  <jas@extundo.com>
16264
16265         * message.el (message-generate-hashcash): Doc fix.
16266
16267 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16268
16269         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16270         avoid infinite recursion via gnus-get-function.
16271
16272 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16273
16274         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16275
16276         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16277
16278         * nnmail.el (nnmail-split-history): do.
16279
16280         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16281         (nnml-request-delete-group): do.
16282
16283         * nnslashdot.el (nnslashdot-read-groups): do.
16284
16285         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16286         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16287
16288         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16289         (nnspool-sift-nov-with-sed): Use last.
16290         (nnspool-retrieve-headers-with-nov): Use mapc.
16291         (nnspool-request-newgroups): Use dolist.
16292         (nnspool-request-group): Use last.
16293
16294         * nntp.el (nntp-read-server-type): Use dolist.
16295
16296         * nnvirtual.el (nnvirtual-create-mapping)
16297         (nnvirtual-update-read-and-marked): Use dolist.
16298         (nnvirtual-convert-headers): Simplify.
16299
16300 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16301
16302         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16303         Add support for sync'ing tick marks.
16304
16305 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16308         there's no visible header.
16309
16310 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16311
16312         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16313         When necessary, pass full group name to gnus-request-set-marks.
16314
16315 2004-10-01  Simon Josefsson  <jas@extundo.com>
16316
16317         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16318         acroread.
16319
16320 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16321
16322         * spam-report.el (spam-report-gmane): Fix interactive.
16323
16324         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16325
16326         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16327         when writing file.
16328         (gnus-agent-synchronize-flags): Don't default to being
16329         interactive.
16330
16331 2004-09-30  Simon Josefsson  <jas@extundo.com>
16332
16333         * message.el (message-generate-hashcash): Add.
16334         (message-send-mail): Use it, call mail-add-payment.
16335
16336 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16337
16338         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16339
16340 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16341
16342         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16343         gnus-requst-update-info with explicit code to sync the in-memory
16344         info read flags with the marks being sync'd to the backend.
16345
16346         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16347
16348 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16349
16350         * spam.el (spam-verify-bogofilter): Add new function.
16351         (spam-check-bogofilter)
16352         (spam-bogofilter-register-with-bogofilter): Use it.
16353         (spam-verify-bogofilter): Add small fixes.
16354
16355 2004-09-28  Simon Josefsson  <jas@extundo.com>
16356
16357         * hashcash.el (hashcash-generate-payment): Revert.
16358
16359 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16362         Use gnus-extract-references instead of gnus-split-references.
16363
16364         * gnus-util.el (gnus-extract-references): Add new function, analogous
16365         to gnus-split-references but extracts only the message-ID without
16366         anything extra.
16367
16368         * hashcash.el (hashcash-generate-payment)
16369         (hashcash-check-payment): Do the right thing if hashcash-path is
16370         nil (because the hashcash program could not be found).
16371
16372         * spam.el (spam-use-hashcash): Remove comment.
16373
16374 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16375
16376         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16377         (gnus-cache-enter-article, gnus-cache-remove-article)
16378         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16379
16380         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16381
16382         * gnus-art.el (article-hide-boring-headers)
16383         (article-translate-strings, article-display-face)
16384         (gnus-article-mime-match-handle-first)
16385         (gnus-article-highlight-headers)
16386         (gnus-article-add-buttons-to-head): do.
16387
16388 2004-09-27  Simon Josefsson  <jas@extundo.com>
16389
16390         * hashcash.el: New version, from
16391         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16392         ../contrib/.
16393
16394 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16397
16398 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16399
16400         * gnus-dup.el (gnus-dup-open): Use mapc.
16401         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16402
16403         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16404         Reported by Stefan Wiens <s.wi@gmx.net>.
16405
16406         * gnus.el (gnus-shutdown): Use dolist.
16407
16408         * gnus-undo.el (gnus-undo): Use mapc.
16409
16410         * nnrss.el (nnrss-generate-active): do.
16411
16412         * message.el (message-cite-original-without-signature)
16413         (message-cite-original): Use mapc.
16414         (message-do-actions, message-make-forward-subject): Use dolist.
16415
16416 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16417
16418         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16419         deletion to remove entire duplicate line.  Fixes merged article
16420         number bug.
16421
16422 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16423
16424         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16425         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16426         first ask if you want to open a server and then, even when you
16427         responded with no, asking if you want to synchronize the server's
16428         flags.
16429         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16430         multi-line expressions.
16431         (gnus-agent-synchronize-group-flags): New internal function.
16432         Updates marks in memory (in the info structure) AND in the
16433         backend.
16434
16435         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16436
16437         * nnagent.el (nnagent-request-set-mark):
16438         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16439         method, to ensure that synchronization updates marks in the
16440         backend and in the info (in memory) structure.
16441
16442 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16445         convention fully; don't miss the root article of a thread; make
16446         the X-Draft-From header with correct article numbers.
16447
16448 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16449
16450         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16451         unless plugged.  Disable the agent so that an open failure causes
16452         an error.
16453
16454         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16455         Revert 2004-09-21 change.  The backend must be opened while
16456         synchronizing flags even when the backend stores the flags
16457         locally.
16458
16459 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16460
16461         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16462         in `header' match.  Reported by Svend Tollak Munkejord.
16463
16464         * message.el (message-cite-original): Fix use of
16465         `message-cite-articles-with-x-no-archive'.
16466
16467 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16470         (gnus-window-to-buffer): Ditto.
16471
16472         * mml.el (mml-preview-buffer): New variable.
16473         (mml-preview): Manage window layout with gnus-buffer-configuration.
16474
16475         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16476         X-Draft-From header even if those articles aren't quoted.
16477
16478 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16479
16480         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16481         (gnus-request-set-mark, gnus-request-update-mark): Use new
16482         g-s-t-u-l-m to decide to use backend even when unplugged.
16483
16484 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16487         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16488
16489 2004-09-20  Simon Josefsson  <jas@extundo.com>
16490
16491         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16492         "utf-16-le".
16493
16494 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16495
16496         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16497
16498 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * uudecode.el (uudecode-use-external): Add :version.
16501
16502         * smime.el (smime-CA-file, smime-encrypt-cipher)
16503         (smime-dns-server): Add :version.
16504
16505         * smiley.el (gnus-smiley-file-types): Add :version.
16506
16507         * sha1.el (sha1-use-external): Add :version.
16508
16509         * pgg-def.el (pgg-query-keyserver): Add :version.
16510
16511         * nnmail.el (nnmail-fancy-expiry-targets)
16512         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16513         Add :version.
16514
16515         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16516         (nnimap-retrieve-groups-asynchronous): Add :version.
16517         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16518
16519         * mml.el (mml-content-disposition-parameters)
16520         (mml-insert-mime-headers-always): Add :version.
16521
16522         * mm-util.el (mm-coding-system-priorities): Add :version.
16523
16524         * mm-decode.el (mm-inline-text-html-with-images)
16525         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16526         (mm-verify-option): Add :version.
16527         (mm-text-html-renderer): Change :version.
16528
16529         * message.el (message-fcc-externalize-attachments)
16530         (message-required-headers, message-draft-headers)
16531         (message-subject-trailing-was-query)
16532         (message-subject-trailing-was-ask-regexp)
16533         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16534         (message-mark-insert-end, message-archive-header)
16535         (message-archive-note, message-cross-post-default)
16536         (message-cross-post-note, message-followup-to-note)
16537         (message-cross-post-note-function, message-use-mail-followup-to)
16538         (message-subscribed-address-functions)
16539         (message-subscribed-address-file, message-subscribed-addresses)
16540         (message-subscribed-regexps, message-allow-no-recipients)
16541         (message-yank-cited-prefix, message-signature-insert-empty-line)
16542         (message-hidden-headers, message-hierarchical-addresses)
16543         (message-mail-user-agent, message-use-idna)
16544         (message-valid-fqdn-regexp)
16545         (message-strip-special-text-properties, message-header-synonyms)
16546         (message-beginning-of-line, message-tab-body-function): Add :version.
16547         (message-insert-canlock, message-wide-reply-confirm-recipients):
16548         Change :version.
16549
16550         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16551         and :version.
16552         (mail-source-delete-old-incoming-confirm)
16553         (mail-source-movemail-program): Add :version.
16554
16555         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16556         (gnus-agent-cache, gnus-agent): Change :version.
16557
16558         * gnus-util.el (gnus-use-byte-compile): Change :version.
16559
16560         * gnus-sum.el (gnus-summary-make-false-root-always)
16561         (gnus-summary-default-high-score)
16562         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16563         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16564         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16565         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16566         (gnus-sum-thread-tree-single-indent)
16567         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16568         (gnus-sum-thread-tree-leaf-with-other)
16569         (gnus-sum-thread-tree-single-leaf): Add :version.
16570         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16571         (gnus-article-loose-mime): Change :version.
16572
16573         * gnus-start.el (gnus-backup-startup-file)
16574         (gnus-save-startup-file-via-temp-buffer): Add :version.
16575
16576         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16577         (gnus-server-offline-face): Add :version.
16578
16579         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16580
16581         * gnus-msg.el (gnus-gcc-externalize-attachments)
16582         (gnus-debug-files, gnus-debug-exclude-variables)
16583         (gnus-discouraged-post-methods): Change :version.
16584         (gnus-confirm-mail-reply-to-news)
16585         (gnus-confirm-treat-mail-like-news): Add :version.
16586
16587         * gnus-int.el (gnus-server-unopen-status): Add :version.
16588
16589         * gnus-group.el (gnus-group-jump-to-group-prompt)
16590         (gnus-large-ephemeral-newsgroup)
16591         (gnus-fetch-old-ephemeral-headers): Add :version.
16592
16593         * gnus-fun.el (gnus-x-face-directory)
16594         (gnus-convert-pbm-to-x-face-command)
16595         (gnus-convert-image-to-x-face-command)
16596         (gnus-convert-image-to-face-command): Add :version.
16597
16598         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16599
16600         * gnus-cite.el (gnus-cite-blank-line-after-header)
16601         (gnus-article-boring-faces): Add :version.
16602
16603         * gnus-art.el (gnus-buttonized-mime-types)
16604         (gnus-inhibit-mime-unbuttonizing)
16605         (gnus-treat-display-face)
16606         (gnus-treat-body-boundary): Change :version.
16607         (gnus-body-boundary-delimiter, gnus-picon-databases)
16608         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16609         (gnus-treat-date-english, gnus-treat-fold-headers)
16610         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16611         (gnus-treat-mail-picon, gnus-treat-wash-html)
16612         (gnus-article-encrypt-protocol)
16613         (gnus-use-idna, gnus-article-over-scroll)
16614         (gnus-mime-display-multipart-alternative-as-mixed)
16615         (gnus-mime-display-multipart-related-as-mixed)
16616         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16617         (gnus-ctan-url, gnus-button-ctan-handler)
16618         (gnus-button-handle-ctan-bogus-regexp)
16619         (gnus-button-ctan-directory-regexp)
16620         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16621         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16622         (gnus-button-man-level, gnus-button-emacs-level)
16623         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16624
16625         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16626         (gnus-agent-go-online): Change :version.
16627         (gnus-agent-expire-unagentized-dirs)
16628         (gnus-agent-auto-agentize-methods): Add :version.
16629
16630         * flow-fill.el (fill-flowed-display-column)
16631         (fill-flowed-encode-column): Add :version.
16632
16633         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16634         (gnus-outlook-deuglify-unwrap-max)
16635         (gnus-outlook-deuglify-cite-marks)
16636         (gnus-outlook-deuglify-unwrap-stop-chars)
16637         (gnus-outlook-deuglify-no-wrap-chars)
16638         (gnus-outlook-deuglify-attrib-cut-regexp)
16639         (gnus-outlook-deuglify-attrib-verb-regexp)
16640         (gnus-outlook-deuglify-attrib-end-regexp)
16641         (gnus-outlook-display-hook): Add :version.
16642
16643         * binhex.el (binhex-use-external): Add :version.
16644
16645 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16648         and `invisible'.
16649
16650 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16651
16652         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16653         in gnus-registry-trim.
16654
16655 2004-09-13  Simon Josefsson  <jas@extundo.com>
16656
16657         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16658
16659         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16660
16661         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16662         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16663         <yamaoka@jpl.org>.
16664         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16665         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16666         <yamaoka@jpl.org>.
16667
16668         * sieve.el (sieve-manage-mode): Ditto.
16669
16670 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16673
16674 2004-09-11  Simon Josefsson  <jas@extundo.com>
16675
16676         * dns-mode.el: Add.
16677
16678         * mm-view.el (mm-display-dns-inline): Add.
16679
16680         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16681         (mm-automatic-display): Ditto.
16682
16683         * mailcap.el (mailcap-mime-data): Add text/dns.
16684         (mailcap-mime-extensions): Map .soa to text/dns.
16685
16686 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16687
16688         * gnus-art.el (article-decode-mime-words, article-babel)
16689         (gnus-article-highlight-signature, gnus-article-add-buttons)
16690         (gnus-signature-toggle): Remove unnecessary bindings of
16691         `inhibit-read-only' inherited from v5.10 merge.
16692
16693 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * nntp.el (nntp): New customization group.
16696         (nntp-authinfo-file): Add customization group.
16697
16698         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16699
16700         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16701
16702         * gnus.el (to-address, to-list, subscribed)
16703         (large-newsgroup-initial): Ditto.
16704
16705         * flow-fill.el (fill-flowed-display-column)
16706         (fill-flowed-encode-column): Ditto.
16707
16708 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16709
16710         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16711         Use point-min rather than 1.
16712         (message-send-mail): Use buffer-size rather than point-max.
16713
16714         * gnus-sum.el (gnus-summary-search-article-forward):
16715         Signal a specific `search-failed' rather than a generic `error'.
16716
16717         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16718         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16719         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16720
16721 2004-09-10  Simon Josefsson  <jas@extundo.com>
16722
16723         * nndb.el (require): Remove tcp and duplicate cl.
16724
16725 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * gnus-agent.el (directory-files-and-attributes): Move forward.
16728
16729 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16730
16731         * gnus-agent.el (directory-files-and-attributes):
16732         Optionally defined to support XEmacs.
16733
16734 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16735
16736         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16737         to avoid run-time CL dependencies.
16738         (gnus-agent-unfetch-articles): New function.
16739         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16740         article numbers even when local .overview file is missing.
16741         (gnus-agent-read-article-number): New function.  Only accepts
16742         27-bit article numbers.
16743         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16744         Use gnus-agent-read-article-number.
16745         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16746         from backend while recognizing that article numbers in .overview
16747         must be valid.
16748         (gnus-agent-update-files-total-fetched-for):
16749         Use directory-files-and-attributes to improve performance.
16750         * gnus-int.el (gnus-request-move-article):
16751         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16752         improve performance.
16753
16754         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16755         some users confused by references to .newsrc when they only have a
16756         .newsrc.eld file.
16757         (gnus-convert-mark-converter-prompt)
16758         (gnus-convert-converter-needs-prompt): Fix use of property list.
16759         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16760         New function.  Used internally to only display 'gnus converting
16761         files' message when actually necessary.
16762
16763         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16764         methods now autoloaded.
16765
16766 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16769         identifiers.
16770
16771 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16772
16773         * gnus-picon.el: Fix indentation and closing parenthesis.
16774
16775 2004-09-01  Simon Josefsson  <jas@extundo.com>
16776
16777         * message.el (message-canlock-generate): Require sha1, not
16778         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16779         to require within a function.  Sadly, if sha1.el isn't loaded, the
16780         let binding in m-c-g will hide the defcustom definition, which is
16781         bad.)
16782
16783         * canlock.el: Require sha1, not sha1-el.
16784
16785         * message.el: Don't autoload sha1 (there is a autoload cookie in
16786         sha1.el).
16787
16788         * sha1-el.el: Rename to sha1.el.
16789
16790 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16791
16792         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16793
16794 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16795
16796         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16797
16798 2004-08-30  Kim F. Storm  <storm@cua.dk>
16799
16800         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16801
16802         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16803         Add :group 'nnimap.
16804
16805 2004-08-30  Andreas Schwab  <schwab@suse.de>
16806
16807         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16808         ?* and ?\;.
16809
16810         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16811         and ?\' to symbol instead of whitespace.
16812
16813 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16816
16817         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16818         instead of re-search-forward.
16819
16820         * gnus-uu.el (gnus-uu-save-article): Ditto.
16821         (gnus-uu-post-encode-uuencode): Ditto.
16822
16823         * html2text.el (html2text-clean-list-items): Ditto.
16824         (html2text-clean-dtdd): Ditto.
16825         (html2text-format-tags): Ditto.
16826
16827         * message.el (message-send-mail-with-sendmail): Fix regexp.
16828         (message-fill-field-general): Use search-forward instead of
16829         re-search-forward.
16830         (unbold-region): Ditto.
16831
16832         * nnrss.el (nnrss-request-article): Ditto.
16833
16834         * nnslashdot.el (nnslashdot-request-article): Ditto.
16835
16836         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16837
16838         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16839         "Unrecognized menu descriptor" error in XEmacs.
16840
16841 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16842
16843         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16844         parent article of a sparse article in the thread hashtb.
16845
16846 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16847
16848         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16849         (nnmail-expand-newtext): Lowercase expanded entries if
16850         nnmail-split-lowercase-expanded is non-nil.
16851
16852 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16855
16856         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16857         of gnus-tmp-news-method into string under XEmacs.  It will be
16858         passed to gnus-correct-length which takes only a string argument.
16859
16860 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus-util.el (gnus-bind-print-variables): New macro.
16863         (gnus-prin1): Use it.
16864         (gnus-prin1-to-string): Use it.
16865         (gnus-pp): New function.
16866         (gnus-pp-to-string): New function.
16867
16868         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16869         Replace pp-to-string with gnus-pp-to-string.
16870         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16871         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16872         * gnus-msg.el (gnus-debug): Ditto.
16873         * gnus-score.el (gnus-score-save): Ditto.
16874         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16875         gnus-pp-to-string.
16876         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16877         with gnus-pp.
16878         * score-mode.el (gnus-score-pretty-print): Ditto.
16879         * webmail.el (webmail-debug): Ditto.
16880
16881 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-art.el (article-display-face, article-display-x-face):
16884         Use buffer-read-only.
16885
16886 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * gnus-art.el (article-hide-list-identifiers):
16889         Bind inhibit-read-only as t.
16890
16891 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16892
16893         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16894
16895 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16896
16897         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16898         (gnus-narrow-to-page): Don't assume point-min == 1.
16899         (gnus-article-edit-mode): Derive from message-mode.
16900
16901         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16902         point-min == 1.
16903
16904         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16905         Disable incorrect use of `assert'.
16906
16907         * message.el (message-mode): Set comment-start-skip.
16908
16909
16910 2004-08-22  Sam Steingold  <sds@gnu.org>
16911
16912         * pop3.el (pop3-leave-mail-on-server): New user variable.
16913         (pop3-movemail): Delete mail only when it is nil.
16914
16915 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16918
16919         * mml.el (mml-preview): Use `pop-to-buffer'.
16920
16921         * message.el (message-goto-mail-followup-to): Insert after "To".
16922         (message-carefully-insert-headers): Add comment.
16923
16924         * gnus.el: Remove unused variable `gnus-article-check-size'.
16925
16926         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16927
16928         * gnus-art.el (gnus-button-alist):
16929         Improve `gnus-button-handle-library' entry.
16930
16931 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16932
16933         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16934         Use downcase, since XEmacs capitalizes error messages differently.
16935
16936 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16937
16938         * nntp.el: Add (require 'gnus) due to reference to
16939         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16940
16941 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16942
16943         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16944         Bind `mm-fill-flowed'.
16945
16946         * mm-decode.el (mm-dissect-singlepart): Check it.
16947
16948 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16949
16950         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16951         'imap' for netrc parsing.
16952
16953 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * mailcap.el (mailcap-mime-data): Mark as risky.
16956
16957 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16960         may be included in the encoded word.
16961         (rfc2047-encode): Don't append a space if the encoded word
16962         includes close parenthesis.
16963
16964 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16967         of text within parentheses.
16968
16969 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16972         (gnus-encrypt-write-file-contents): Make the password key the file
16973         name PLUS the cipher, not just the cipher.  Also remove failed
16974         passwords from the cache.
16975
16976 2004-08-06  Simon Josefsson  <jas@extundo.com>
16977
16978         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16979         Doc fix.
16980
16981 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16984         LWSP.
16985
16986 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16989         Try to append in-reply-to: data to the references: header.
16990
16991         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16992         (netrc-parse): Use gnus-encrypt.el functions.
16993
16994         * gnus-encrypt.el: Add new file for encryption support; currently
16995         does only a few GPG ciphers and an internal XOR cipher.
16996
16997         * password.el: Add comments on using password-read-and-add.
16998         (password-read-and-add): Add function to read and add the
16999         password to the cache at once.
17000
17001 2004-07-28  Simon Josefsson  <jas@extundo.com>
17002
17003         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17004         parameter (but don't use it, for now).
17005
17006         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17007         instead of hard coding to nil.
17008
17009 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17012         as mm-inline-image-xemacs does.
17013
17014 2004-07-26  Simon Josefsson  <jas@extundo.com>
17015
17016         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17017         Revert part of 2004-07-17 change below.
17018
17019 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17022         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17023
17024 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025
17026         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17027         quotes that actually start with ">" at the beginning of the
17028         lines.
17029
17030 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * rfc2047.el (rfc2047-encode-region): Fix last change.
17033         (rfc2047-encode-parameter): Remove useless concat.
17034
17035 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17038         encode special characters; fix some kind of misconfigured headers;
17039         signal a real error if debug-on-quit or debug-on-error is non-nil.
17040         (rfc2047-encode-max-chars): New variable.
17041         (rfc2047-encode-1): Use it.
17042         (rfc2047-encode-parameter): New function.
17043
17044         * mml.el (mml-insert-parameter): Remove an excessive space.
17045
17046 2004-07-17  Simon Josefsson  <jas@extundo.com>
17047
17048         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17049         Kai Grossjohann <kai@emptydomain.de>.
17050         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17051         (gnus-group-make-menu-bar): Ditto.
17052
17053         * gnus-util.el (gnus-group-server): Add.
17054
17055 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17056
17057         * message.el (message-clone-locals): Clone sendmail and smtp
17058         variables.
17059
17060 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * rfc2047.el (rfc2047-encode-region): Fix last change.
17063
17064 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17067         characters as non-special.
17068
17069 2004-07-09  Simon Josefsson  <jas@extundo.com>
17070
17071         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17072         Users will lose all flag changes made while unplugged with
17073         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17074         good default.  See numerous reports on ding mailing list.
17075
17076 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17079         add generate-head-function and generate-article-function to the
17080         rfc822-forward entry.
17081         (nndoc-rfc822-forward-generate-article): New function.
17082         (nndoc-rfc822-forward-generate-head): New function.
17083
17084         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17085
17086 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17087
17088         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17089         respect display group parameter and gnus-summary-expunge-below.
17090         (gnus-articles-to-read): Remove unused reference to display group
17091         parameter.
17092
17093 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17094
17095         * nnheader.el (nnheader-uniquify-message-id): New experimental
17096         variable.
17097         (nnheader-nov-read-message-id): Use it.
17098
17099         * spam-report.el (spam-report-gmane): Add interactive.
17100
17101 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * mm-encode.el (mm-content-transfer-encoding-defaults):
17104         Use qp-or-base64 for the application/* types.
17105
17106 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17107
17108         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17109
17110 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17111
17112         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17113         trim value.
17114
17115 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17116
17117         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17118         New macro and function.
17119         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17120
17121 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17124         after-load-alist.
17125
17126 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17127
17128         * gnus-group.el (gnus-group-get-new-news-this-group):
17129         Don't update info that isn't there.
17130
17131 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17132
17133         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17134         entry.
17135
17136 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * mm-view.el (mm-inline-render-with-function): Use multibyte
17139         buffer; decode html source by charset.
17140
17141         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17142
17143         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17144         Mule-UCS is loaded under XEmacs.
17145         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17146
17147 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17148
17149         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17150
17151 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mm-util.el (mm-coding-system-p): Return a coding-system.
17154         (mm-mime-mule-charset-alist): Use shift_jis instead of
17155         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17156         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17157         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17158         instead of japanese-shift-jis and iso-latin-1 respectively in
17159         order to share the default value with both Emacs and XEmacs-mule.
17160         (mm-mule-charset-to-mime-charset):
17161         Make mm-coding-system-priorities effective.
17162         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17163         while predicating of candidates upon the priorities.
17164
17165 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * gnus-sum.el (gnus-summary-make-menu-bar):
17168         Add gnus-uu-invert-processable.
17169
17170         * gnus.el: Autoload gnus-uu-invert-processable.
17171
17172 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * mm-util.el (mm-with-multibyte-buffer): New macro.
17175
17176         * rfc2047.el (rfc2047-encode-string): Use it.
17177         (rfc2047-encode-region): Move point to the end of the region after
17178         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17179
17180 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17183         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17184
17185 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17188         (gnus-cite-parse): Ignore quoted envelope From_.
17189         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17190
17191 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17192
17193         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17194         invalid addresses.
17195
17196 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * spam.el: Change section markers, revise TODO list.
17199         (spam-backends): Make new master list of all installed backends.
17200         (spam-summary-exit-behavior): Add new variable to determine how
17201         messages moves are done at summary exit.
17202         (spam-move-spam-nonspam-groups-only)
17203         (spam-process-ham-in-nonham-groups)
17204         (spam-process-ham-in-spam-groups): Remove variables, the
17205         spam-summary-exit-behavior variable should be used to manage this
17206         behavior.
17207         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17208         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17209         and spam-old-spam-articles.
17210         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17211         Add empty variables, placeholders for the backends they represent.
17212         (spam-set-difference): Move, unchanged.
17213         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17214         unless the user has a processor variable.
17215         (spam-classifications, spam-classification-valid-p)
17216         (spam-backend-properties, spam-backend-property-valid-p)
17217         (spam-backend-function-type-valid-p)
17218         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17219         (spam-report-articles-gmane, spam-report-articles-resend):
17220         Remove functions, they are not needed.
17221         (spam-install-backend-super, spam-backend-list)
17222         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17223         (spam-backend-function, spam-backend-ham-registration-function)
17224         (spam-backend-spam-registration-function)
17225         (spam-backend-ham-unregistration-function)
17226         (spam-backend-spam-unregistration-function)
17227         (spam-backend-statistical-p, spam-backend-mover-p)
17228         (spam-install-backend-alias, spam-install-checkonly-backend)
17229         (spam-install-mover-backend, spam-install-nocheck-backend)
17230         (spam-install-backend, spam-install-statistical-backend)
17231         (spam-install-statistical-checkonly-backend): Add backend installation
17232         support.
17233         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17234         (spam-group-processor-p): Use the new backend code and respect the
17235         summary exit behavior.
17236         (spam-mark-spam-as-expired-and-move-routine): Remove.
17237         (spam-summary-prepare): Change to use the new spam-old-articles
17238         variable.
17239         (spam-copy-or-move-routine, spam-copy-spam-routine)
17240         (spam-move-spam-routine, spam-copy-ham-routine)
17241         (spam-move-ham-routine): Add code to copy/move ham or spam.
17242         (spam-fetch-field-fast): Improve doc and code, plus allow the
17243         'number request.
17244         (spam-list-of-checks, spam-list-of-statistical-checks):
17245         Remove variables.
17246         (spam-split, spam-find-spam): Use the new backend code.
17247         (spam-registration-functions): Remove variable.
17248         (spam-unregister-routine): Add convenience wrapper.
17249         (spam-log-undo-registration, spam-register-routine)
17250         (spam-log-processing-to-registry)
17251         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17252         where possible.
17253         (spam-check-gmane-xref, spam-check-regex-headers)
17254         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17255         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17256         (spam-check-bogofilter-headers, spam-check-spamoracle)
17257         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17258         (spam-check-crm114-headers): Use the spam-split-group that
17259         spam-split prepares, no need to determine it every time.
17260
17261         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17262         to the nnheader-parse-naked-head call.
17263
17264         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17265
17266         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17267         the nnheader-nov-read-message-id call.
17268
17269 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17272         gnus-activate-group twice.  Suggested by Markus Peter
17273         <warp@spin.de>.
17274
17275 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * gnus-art.el (gnus-article-time-format): Exchange the order of
17278         day and month in the default value; fix customization type.
17279         (article-date-ut): Use add-text-properties.
17280         (article-make-date-line): Use message-make-date instead of
17281         current-time-string.
17282
17283         * message.el (message-fetch-field): Don't use set-text-properties.
17284         (message-make-date): Simplify.
17285
17286         * messagexmas.el (message-xmas-make-date): New function.
17287         (message-xmas-redefine): Defalias message-make-date to it.
17288
17289 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17292         (rfc2047-encode-region): Treat text within parentheses as special;
17293         show the original text when error has occurred.
17294
17295         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17296         already-computed method to gnus-activate-group.
17297
17298         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17299         same select-methods identical Lisp objects.
17300
17301         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17302         object when modifying the info.
17303
17304 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17307         gnus-opened-servers since it has never been opened with the new
17308         configuration yet.
17309
17310 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17313         arg to nnheader-generate-fake-message-id.
17314
17315 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17316
17317         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17318         number and build a fake message ID localized to a group and
17319         article number (so it's repeatable from that point on).
17320         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17321         ID format.
17322
17323         * gnus-sum.el (gnus-get-newsgroup-headers):
17324         Call nnheader-generate-fake-message-id with the article number.
17325
17326 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17327
17328         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17329         end-of-buffer.
17330
17331 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17332
17333         * message.el (message-ignored-supersedes-headers): Add Approved.
17334
17335 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17338         goto-char.
17339         (rfc2047-encode): Fold the line before encoding.
17340
17341 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17344         folding -- not all headers can be folded, and this should be done
17345         by the message composition mode.  Probably.  I think.
17346
17347 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17350         fast.
17351
17352         * gnus-ems.el (gnus-remove-image): Don't use
17353         message-text-with-property; remove only the image found first.
17354
17355         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17356         found first.
17357
17358 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17361
17362 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * message.el (message-text-with-property): Make it fast and accept
17365         optional arguments.
17366         (message-strip-forbidden-properties): Use it.
17367         (message-fix-before-sending): Follow the m-t-w-p change.
17368
17369         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17370
17371 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * gnus-art.el (article-hide-headers): Don't change the buffer
17374         mistakenly when performing mml-preview even if
17375         gnus-single-article-buffer is nil.
17376
17377 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17378
17379         * message.el (message-expand-name-databases): New user option.
17380         (message-expand-name): Use it.
17381
17382 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17383
17384         * spam.el (spam-report-articles-resend)
17385         (spam-report-resend-register-routine): Allow ham reporting.
17386         (spam-report-resend-register-ham-routine): Add wrapper.
17387         (spam-registration-functions): Add ham resending functions.
17388         (spam-list-of-processors): Add ham resend processor.
17389
17390         * gnus.el (ham-resend-to): Add new group parameter.
17391         (spam-process): Add ham resend option.
17392
17393         * spam-report.el (spam-report-resend): Allow reporting ham.
17394         (spam-report-resend-ham): Add wrapper.
17395
17396 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17397
17398         * message.el (message-cite-articles-with-x-no-archive):
17399         New variable.
17400         (message-cite-original): Use it.
17401
17402 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403
17404         * message.el (message-cite-original): Respect X-No-Archive.
17405
17406 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * gnus-art.el (article-hide-headers): Refer to the values for
17409         gnus-ignored-headers and gnus-visible-headers in the summary
17410         buffer since a user may have set them as group parameters.
17411
17412 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17413
17414         * assistant.el (assistant-node-name): Add convenience function.
17415         (assistant-render-text, assistant-render-node): Add error handling,
17416         plus handle multiple next nodes.
17417         (assistant-find-next-node): Comment out for now.
17418         (assistant-find-next-nodes): Add function, returns list of next
17419         nodes.
17420
17421 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17422
17423         * mail-source.el (mail-source-directory): Fix doc-string.
17424
17425 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17426
17427         * assistant.el (assistant-render-text, assistant-eval): Add :set
17428         widget type, which is different because it takes and returns a
17429         list.  Much hilarity ensues.
17430
17431 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17434
17435         * gnus-group.el (gnus-group-get-new-news-this-group):
17436         Add doc-string.
17437
17438         * gnus-start.el (gnus-activate-group): Add doc-string.
17439
17440 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17443
17444 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17445
17446         * assistant.el (assistant-render-text): Try to add a :set
17447         widget, more to come.
17448
17449         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17450         strings.
17451         (spam-report-articles-resend)
17452         (spam-register-routine): Do registration iff any articles warrant
17453         it.
17454         (spam-summary-prepare-exit): Change log message for nil group
17455         destinations.
17456
17457 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17458
17459         * spam.el (spam-report-resend-register-routine):
17460         Allow spam-report-resend-to to be a group parameter or a global value.
17461
17462 2004-05-26  Simon Josefsson  <jas@extundo.com>
17463
17464         * starttls.el: Merge with my GNUTLS based starttls.el.
17465         (starttls-gnutls-program, starttls-use-gnutls)
17466         (starttls-extra-arguments, starttls-process-connection-type)
17467         (starttls-connect, starttls-failure, starttls-success):
17468         New variables.
17469         (starttls-program, starttls-extra-args): Doc fix.
17470         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17471         New functions.
17472         (starttls-negotiate, starttls-open-stream):
17473         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17474         function if it is set.
17475
17476 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17479         structured fields.
17480
17481 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17484
17485 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17486
17487         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17488         Add variable.
17489         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17490         assigning the spam-mark to new messages.
17491
17492 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17493
17494         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17495
17496 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17499
17500         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17501         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17502         default.
17503
17504 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17505
17506         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17507         correct data.
17508
17509 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17510
17511         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17512         (spam-group-processor-p): Fix function.
17513         (spam-group-processor-multiple-p)
17514         (spam-group-spam-processor-report-gmane-p)
17515         (spam-group-spam-processor-report-resend-p)
17516         (spam-group-spam-processor-bogofilter-p)
17517         (spam-group-spam-processor-blacklist-p)
17518         (spam-group-spam-processor-ifile-p)
17519         (spam-group-ham-processor-ifile-p)
17520         (spam-group-spam-processor-spamoracle-p)
17521         (spam-group-spam-processor-crm114-p)
17522         (spam-group-ham-processor-bogofilter-p)
17523         (spam-group-spam-processor-stat-p)
17524         (spam-group-ham-processor-stat-p)
17525         (spam-group-ham-processor-whitelist-p)
17526         (spam-group-ham-processor-BBDB-p)
17527         (spam-group-ham-processor-spamoracle-p)
17528         (spam-group-ham-processor-copy-p): Remove functions with some
17529         prejudice against unneeded code.
17530         (spam-report-articles-resend)
17531         (spam-report-resend-register-routine): Allow the group/topic
17532         spam-resend-to value to override spam-report-resend-to.
17533         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17534         properly now.
17535
17536         * gnus.el (spam-resend-to): Add group/topic parameter.
17537         (spam-process): Move the OBSOLETE processors to the end of the
17538         choices.
17539
17540 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17541
17542         * spam-report.el (spam-report-resend-to, spam-report-resend):
17543         Start with resend-to set to nil, and then ask the user if necessary.
17544         (spam-report-resend): spam-report-resend takes a list of articles, not
17545         separate article numbers.
17546
17547 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17550         addition to emacs-w3m.
17551
17552 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17553
17554         * assistant.el (assistant-authinfo-data): New function.
17555         (assistant-eval): Eval for entire assistant.
17556
17557         * netrc.el (netrc-services-file): New variable.
17558         (netrc-parse-services): New function.
17559         (netrc-find-service-name): New function.
17560         (netrc-find-service-number): New function.
17561         (netrc-port-equal): New function.
17562         (netrc-machine): Use it.
17563
17564         * nnimap.el (nnimap-open-connection): Use netrc.
17565
17566         * gnus-util.el (gnus-netrc-get): Remove aliases.
17567
17568         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17569
17570         * assistant.el (wid-edit): Fix compilation.
17571
17572         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17573
17574 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17575
17576         * gnus-util.el (gnus-set-file-modes): New function.  (small
17577         patch).
17578
17579 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17580
17581         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17582
17583         * assistant.el (assistant-render-node): Fix up rendering and
17584         read-only text.
17585         (assistant-render-node): Reset.
17586         (assistant-make-read-only): Not sticky.
17587
17588 2004-05-20  Danny Siu  <dsiu@adobe.com>
17589
17590         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17591         centered even when gnus-auto-center-summary is t.
17592
17593 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17594
17595         * dns.el (dns-get-txt-answer): New function.
17596         (dns-read-txt): Ditto.
17597         (query-dns): Use it.
17598
17599 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17602         active for foreign groups even if the group level is higher than
17603         the specified value.
17604
17605 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17608         non-active groups.
17609
17610         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17611
17612 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17613
17614         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17615
17616 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17619         (spam-crm114-header, spam-crm114-spam-switch)
17620         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17621         (spam-crm114-positive-spam-header)
17622         (spam-crm114-database-directory, spam-list-of-processors)
17623         (spam-group-spam-processor-crm114-p)
17624         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17625         (spam-generic-score, spam-list-of-checks)
17626         (spam-list-of-statistical-checks, spam-registration-functions)
17627         (spam-check-crm114-headers, spam-crm114-score)
17628         (spam-check-crm114, spam-crm114-register-with-crm114)
17629         (spam-crm114-register-spam-routine)
17630         (spam-crm114-unregister-spam-routine)
17631         (spam-crm114-register-ham-routine)
17632         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17633         From asjo@koldfront.dk (Adam Sjøgren).
17634
17635         * gnus.el: Add spam-use-crm114.
17636
17637         * spam.el (spam-list-of-processors, spam-registration-functions):
17638         Add spam-use-resend.
17639         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17640         (spam-report-articles-gmane): Add doc fix.
17641         (spam-report-articles-resend, spam-report-resend-register-routine):
17642         Add wrappers around spam-report-resend-to.
17643
17644         * spam-report.el (spam-report-resend-to, spam-report-resend):
17645         Add support for resending spam.
17646         (spam-report-gmane): Fix line length >80.
17647
17648         * gnus.el (spam-process): Add spam-use-resend.
17649
17650 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17651
17652         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17653         number of processed spam messages.
17654         (spam-ham-copy-or-move-routine): Return the number of processed
17655         ham messages.
17656         (spam-summary-prepare-exit): Use the above values to decide
17657         whether status messages shouled be displayed.
17658
17659 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17662         `rfc2047-encoding-function-alist' in order to avoid conflicting
17663         with the old version.
17664         (rfc2047-encode-region): Concatenate words containing non-ASCII
17665         characters in structured fields; don't encode space-delimited
17666         ASCII words even in unstructured fields; don't break words at
17667         char-category boundaries.
17668         (rfc2047-encode-1): New function.
17669         (rfc2047-encode): Use it; encode text so that it occupies the
17670         maximum width within 76-column; work correctly on Q encoding for
17671         iso-2022-* charsets.
17672         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17673         sure not to break a line just after the header name.
17674         (rfc2047-b-encode-region): Remove.
17675         (rfc2047-b-encode-string): New function.
17676         (rfc2047-q-encode-region): Remove.
17677         (rfc2047-q-encode-string): New function.
17678
17679         * mm-util.el (mm-replace-in-string): New function.
17680
17681 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17682
17683         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17684         Really get it right.
17685         (gnus-inews-make-draft): Really.
17686
17687 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17688
17689         * nnmh.el (nnmh-request-list-1): Don't check the link count
17690         before descending.  (small patch)
17691
17692 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17693
17694         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17695         stuff.
17696
17697         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17698         Match on real group name.
17699
17700         * gnus-art.el (gnus-signature-limit): Doc fix.
17701
17702         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17703
17704         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17705
17706 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17707
17708         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17709         isn't a string.
17710
17711 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17712
17713         * gnus-draft.el (gnus-draft-send):
17714         Bind rfc2047-encode-encoded-words.
17715
17716         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17717         (rfc2047-encodable-p): Say that =? needs encoding.
17718         (rfc2047-encode-encoded-words): New variable.
17719
17720         * gnus-group.el (gnus-group-select-group): Doc fix.
17721
17722         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17723
17724         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17725         to nil.
17726
17727         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17728
17729         * nnheader.el (nnheader-get-lines-and-char): New function.
17730
17731 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * gnus-msg.el (gnus-summary-followup-with-original):
17734         Document yanking of region when active.
17735
17736 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17739         groups if the group level is higher than the specified value.
17740
17741 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17742
17743         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17744         (gnus-group-jump-to-group): Add prefix argument using
17745         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17746         non-active group.
17747
17748         * compface.el (uncompface): Be verbose when changing
17749         `uncompface-use-external'.
17750
17751         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17752         handle manual section.
17753
17754 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17755
17756         * gnus-art.el (gnus-button-alist): Revert previous change.
17757
17758 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17761
17762 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17763
17764         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17765         whether backend can accept message.
17766
17767         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17768
17769 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17770
17771         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17772         Avoid creating directory when nntp-marks-is-evil is true.
17773         Reported by Reiner Steib.
17774
17775 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17776
17777         * gnus-picon.el (gnus-picon-style): New variable.
17778         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17779         (gnus-picon-transform-address): Support `gnus-picon-style'.
17780         From Jesper Harder <harder@ifa.au.dk>.
17781
17782 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17783
17784         * message.el (message-fill-field): Return point.
17785         (message-generate-headers): Go to end of field.
17786
17787         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17788         stuff for non-living groups.
17789
17790 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17791
17792         * gnus-art.el (gnus-article-followup-with-original)
17793         (gnus-article-reply-with-original): gnus-mark-active-p ->
17794         gnus-region-active-p.
17795
17796 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17797
17798         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17799         only when there is spam or ham to be processed.
17800
17801 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17802
17803         * mail-source.el (mail-source-delete-crash-box): Refactor.
17804         (mail-source-fetch): Use it.
17805         (mail-source-fetch-file): Ditto.
17806         (mail-source-fetch-directory): Run postscript in loop.
17807         (mail-source-fetch-pop): Delete.
17808         (mail-source-fetch-maildir): Ditto.
17809         (mail-source-fetch-imap): Ditto.
17810
17811         * imap.el (imap-authenticators): Comment out sasl.
17812
17813         * message.el (message-skip-to-next-address): New function.
17814         (message-fill-header-address): Refactor.
17815         (message-fill-address): Use it.
17816         (message-delete-address): Use it.
17817         (message-fill-header-general): Refactor.
17818         (message-fill-field-address): Rename.
17819         (message-narrow-to-field): Find the start of the header.
17820         (message-header-format-alist): Don't pre-fill.
17821         (message-fill-header): Remove.
17822         (message-insert-header): New function.
17823         (message-shorten-references): Use it.
17824
17825         * rfc2047.el (rfc2047-field-value): Strip props.
17826
17827         * mail-parse.el (mail-header-make-address): New alias.
17828
17829         * ietf-drums.el (ietf-drums-make-address): New function.
17830
17831         * imap.el: Add compiler directives.
17832
17833         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17834
17835         * gnus-art.el (article-decode-idna-rhs): Don't use
17836         message-idna-inside-rhs-p.
17837
17838 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17839
17840         * message.el (message-idna-inside-rhs-p): Remove.
17841         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17842
17843         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17844         false positives.
17845
17846 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17847
17848         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17849
17850 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17851
17852         * nneething.el (nneething-file-name): Don't create spurious
17853         files.
17854
17855         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17856         (gnus-inews-do-gcc): Remove sleep.
17857
17858         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17859         part under point.
17860
17861         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17862         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17863
17864 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * spam.el (spam-summary-prepare-exit): Fix (length).
17867
17868 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17869
17870         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17871         as expired without moving it" message when there are spam
17872         messages left.
17873
17874 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17875
17876         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17877         header is not nil.
17878
17879 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17880
17881         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17882         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17883         (nntp-marks-changed-p): New arg SERVER.
17884         (nntp-request-update-info): Adjust caller.
17885
17886 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17887
17888         * nntp.el (nntp-save-marks): Pass missing arg.
17889
17890 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17891
17892         * nntp.el: Support marks.
17893         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17894         (nntp-marks-modtime, nntp-marks-directory): New variables.
17895         (nntp-request-set-mark, nntp-request-update-info)
17896         (nntp-possibly-create-directory, nntp-marks-changed-p)
17897         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17898         New functions.
17899
17900 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17903         (gnus-xmas-redefine): Rename.
17904
17905         * gnus-score.el (gnus-score-insert-help):
17906         Use gnus-select-lowest-window.
17907
17908         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17909         appt-select-lowest-window and rename to gnus-select-lowest-window.
17910
17911         * gnus.el: do.
17912
17913 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17914
17915         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17916         encodings of MIME-encoded words, in order to improve
17917         interoperability with several broken MUAs.
17918
17919 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17920
17921         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17922         tags, only when charsets are not specified in headers.
17923         (mm-inline-text-html-render-with-w3m): Ditto.
17924
17925         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17926         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17927
17928 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17929
17930         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17931         instead of MIME-decoded from fields when checking
17932         `gnus-article-address-banner-alist'.
17933
17934 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17935
17936         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17937         description rather than subject.
17938
17939 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17940
17941         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17942
17943 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17944
17945         * gnus.el (gnus-version-number): Bump.
17946
17947 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17948
17949         * gnus.el: No Gnus v0.2 is released.
17950
17951 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952
17953         * gnus-agent.el (gnus-agent-read-agentview):
17954         Inline gnus-uncompress-range.
17955
17956 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17957
17958         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17959         `exec-installed-p'.
17960
17961 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17962
17963         * gnus.el (spam-process, spam-autodetect-methods):
17964         Add bsfilter and bsfilter-headers.
17965
17966         * spam.el (spam-bsfilter): New customize group.
17967         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17968         (spam-bsfilter-header, spam-bsfilter-probability-header)
17969         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17970         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17971         (spam-bsfilter-database-directory): New options.
17972         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17973         (spam-list-of-statistical-checks, spam-registration-functions):
17974         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17975         (spam-bsfilter-score): New command.
17976         (spam-check-bsfilter-headers, spam-check-bsfilter)
17977         (spam-bsfilter-register-with-bsfilter)
17978         (spam-bsfilter-register-spam-routine)
17979         (spam-bsfilter-unregister-spam-routine)
17980         (spam-bsfilter-register-ham-routine)
17981         (spam-bsfilter-unregister-ham-routine): New functions.
17982         (spam-generic-score): Support bsfilter; Accept an optional argument
17983         to recalcurate spam score even if scoring header has already been
17984         added.
17985         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17986         optional argument to recalcurate spam score even if scoring header
17987         has already been added.
17988
17989 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17990
17991         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17992         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17993         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17994         link is missing.
17995
17996 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17997
17998         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17999         (html2text-get-attr): Rewrite.
18000
18001         * message.el (message-setup-1): Remove redundant put-text-property
18002         on mail-header-separator.
18003
18004 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18005
18006         * gnus-registry.el (gnus-registry-cache-whitespace)
18007         (gnus-registry-action, gnus-registry-spool-action)
18008         (gnus-registry-split-fancy-with-parent): Change message levels
18009         from 5 to 3 or 7, as needed.
18010
18011         * spam.el (spam-summary-prepare-exit)
18012         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18013         (spam-split, spam-find-spam, spam-log-undo-registration)
18014         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18015         level from 5 to 6.
18016
18017 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18020         2004-03-04 change).
18021
18022 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18023
18024         * sieve-manage.el (sieve-manage-open):
18025         * nnweb.el (nnweb-insert-html):
18026         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18027         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18028         * nnspool.el (nnspool-request-group):
18029         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18030         * nnml.el (nnml-request-update-info):
18031         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18032         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18033         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18034         (nnimap-request-set-mark):
18035         * nnfolder.el (nnfolder-request-update-info):
18036         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18037         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18038         * gnus-uu.el (gnus-uu-find-articles-matching):
18039         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18040         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18041         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18042         * gnus-nocem.el (gnus-nocem-scan-groups):
18043         * gnus-int.el (gnus-start-news-server):
18044         * gnus-group.el (gnus-group-make-kiboze-group)
18045         (gnus-group-browse-foreign-server):
18046         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18047         Use mapc when appropriate.
18048
18049 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18050
18051         FIXME: Make separate entries for each person.
18052
18053         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18054         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18055         <shields@msrl.com>:
18056
18057         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18058         may need for spam sorting and scoring.
18059         (spam-user-format-function-S): Add user format function suitable for
18060         general use.
18061         (spam-article-sort-by-spam-status): Add sorting function for summary
18062         sorting.
18063         (spam-extra-header-to-number): Add function to get a score from a
18064         header.
18065         (spam-summary-score): Add function to get a numeric score from the
18066         headers.
18067         (spam-generic-score): Fix function doc, was in wrong place.
18068         (spam-initialize): Take symbols when it's run, and install the
18069         extra headers that spam-necessary-extra-headers thinks we need.
18070
18071 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18072
18073         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18074         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18075
18076 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18077
18078         * gnus-sum.el (gnus-set-global-variables)
18079         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18080         (gnus-article-get-xrefs, gnus-summary-best-group)
18081         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18082         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18083         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18084         Use with-current-buffer.
18085
18086 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18087
18088         * spam.el (spam-summary-prepare-exit): Simplify logic.
18089         (spam-fetch-article-header): Read the article header if it's not
18090         available.
18091         (spam-list-articles): Simplify logic.
18092         (spam-filelist-register-routine): Fix bug with unregister-list.
18093
18094         * gnus-registry.el: Fix comments at beginning.
18095
18096 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18097
18098         * message.el (message-cater-to-broken-inn): Remove.
18099         (message-shorten-references): Make sure the total folded length of
18100         References is shorter than 998 characters to cater to a bug in INN
18101         2.3.  Also, don't pretend that references aren't folded -- this
18102         hasn't worked for a while.
18103
18104 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18105
18106         * gnus-agent.el (gnus-agentize):
18107         gnus-agent-send-mail-real-function no longer set to current value
18108         of message-send-mail-function but rather a lambda that calls
18109         message-send-mail-function.  The change makes the agent real-time
18110         responsive to user changes to message-send-mail-function.
18111
18112 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18113
18114         * legacy-gnus-agent.el
18115         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18116         help from Florian Weimer <fw@deneb.enyo.de>
18117
18118 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * nnmail.el (nnmail-cache-insert): Revert last change.
18121
18122 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * nnmail.el (nnmail-cache-insert): Always check whether
18125         nnmail-cache-ignore-groups matches a group name.
18126
18127 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18128
18129         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18130         (spam-find-spam, spam-log-processing-to-registry)
18131         (spam-log-registered-p, spam-log-unregistration-needed-p)
18132         (spam-log-undo-registration): Use gnus-message instead of
18133         gnus-error, none of these errors are fatal.
18134
18135         * gnus-registry.el (gnus-registry-clean-empty-function)
18136         (gnus-registry-clean-empty): Remove only empty entries without
18137         extra data.
18138
18139 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18140
18141         * spam-stat.el (spam-stat-buffer-change-to-spam)
18142         (spam-stat-buffer-change-to-non-spam): Change (error) to
18143         (gnus-message 8) invocation.
18144
18145 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * nntp.el (nntp-via-netcat-command): New variable.
18148         (nntp-via-netcat-switches): New variable.
18149         (nntp-open-via-rlogin-and-netcat): New function.
18150         (nntp-open-connection-function): Doc fix.
18151         (nntp-telnet-command): Doc fix.
18152         (nntp-end-of-line): Doc fix.
18153         (nntp-via-rlogin-command): Doc fix.
18154         (nntp-via-user-name): Doc fix.
18155         (nntp-via-address): Doc fix.
18156
18157 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18158
18159         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18160         error in Emacs 21.1.
18161
18162 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18163
18164         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18165
18166 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18167
18168         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18169         (gnus-agent-with-refreshed-group): New macro.
18170         (gnus-agent-rename-group): New function.
18171         (gnus-agent-delete-group): New function.
18172         (gnus-agent-save-group-info): Use gnus-command-method when
18173         `method' parameter is nil.  Don't write nil entries into the
18174         active file.
18175         (gnus-agent-get-group-info): New function.
18176         (gnus-agent-fetch-articles):
18177         Use gnus-agent-update-files-total-fetched-for to increment disk space
18178         used.
18179         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18180         Use gnus-agent-update-view-total-fetched-for to increment disk space
18181         used.
18182         (gnus-agent-get-local): Add optional parameters to avoid calling
18183         gnus-group-real-name and gnus-find-method-for-group.
18184         (gnus-agent-set-local): Delete stored entry if either min, or max,
18185         are nil.
18186         (gnus-agent-fetch-session): Reworded error/quit messages.
18187         On quit, use gnus-agent-regenerate-group to record existance of any
18188         articles fetched to disk before the quit occurred.
18189         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18190         gnus-agent-update-view-total-fetched-for, and
18191         gnus-agent-update-files-total-fetched-for to decrement disk space
18192         used.
18193         (gnus-agent-retrieve-headers):
18194         Use gnus-agent-update-view-total-fetched-for to increment disk space
18195         used.
18196         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18197         with gnus-agent-update-files-total-fetched-for to decrement disk
18198         space and fresh group buffer.
18199         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18200         (gnus-agent-need-update-total-fetched-for): New variable.
18201         (gnus-agent-update-files-total-fetched-for): New function.
18202         (gnus-agent-update-view-total-fetched-for): New function.
18203         (gnus-agent-total-fetched-for): New function.
18204
18205         * gnus-cache.el (gnus-cache-save-buffers):
18206         Use gnus-cache-update-overview-total-fetched-for to change disk space
18207         used by this group.
18208         (gnus-cache-possibly-enter-article):
18209         Use gnus-cache-update-file-total-fetched-for to increment disk space
18210         used by this group.
18211         (gnus-cache-possibly-remove-article):
18212         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18213         used by this group.
18214         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18215         (gnus-cache-rename-group): New function.
18216         (gnus-cache-delete-group): New function.
18217         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18218         (gnus-cache-need-update-total-fetched-for): New variable.
18219         (gnus-cache-with-refreshed-group): New macro.
18220         (gnus-cache-update-file-total-fetched-for): New function.
18221         (gnus-cache-update-overview-total-fetched-for): New function.
18222         (gnus-cache-rename-group-total-fetched-for): New function.
18223         (gnus-cache-delete-group-total-fetched-for): New function.
18224         (gnus-cache-total-fetched-for): New function.
18225
18226         * gnus-group.el: Require gnus-sum and autoload functions to
18227         resolve warnings when gnus-group.el compiled alone.
18228         (gnus-group-line-format): Documented new %F.
18229         (size of Fetched data) group line format; identifies disk space
18230         used by agent and cache.
18231         (gnus-group-line-format-alist): Defined new F format.
18232         (gnus-total-fetched-for): New function.
18233         (gnus-group-delete-group): No longer update
18234         gnus-cache-active-altered as gnus-request-delete-group now keeps
18235         the cache in sync.
18236         (gnus-group-list-active): Let the agent store a server's active
18237         list if currently plugged.
18238
18239         * gnus-int.el (gnus-request-delete-group):
18240         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18241         local disk in sync with the server.
18242         (gnus-request-rename-group):
18243         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18244         local disk in sync with the server.
18245
18246         * gnus-start.el (gnus-get-unread-articles):
18247         Cosmetic simplification to logic.
18248
18249         * gnus-util.el (gnus-rename-file): New function.
18250
18251 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18252
18253         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18254
18255 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18256
18257         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18258         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18259
18260 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18261
18262         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18263         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18264
18265 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18266
18267         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18268
18269 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18270
18271         * spam.el (spam-set-difference): Add function to replace
18272         gnus-set-difference in spam.el.
18273         (spam-summary-prepare-exit): Use spam-set-difference.
18274
18275 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18276
18277         * gnus-registry.el (gnus-registry-cache-file): Update to use
18278         gnus-dribble-directory OR gnus-home-directory OR ~.
18279         (gnus-registry-split-fancy-with-parent): Fix doc.
18280
18281 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * message.el (message-exchange-point-and-mark):
18284         Use message-mark-active-p.  Suggested by Jesper Harder
18285         <harder@ifa.au.dk>.
18286
18287 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * message.el (message-exchange-point-and-mark): Don't activate
18290         region if it was inactive.  Suggested by Hiroshi Fujishima
18291         <pooh@nature.tsukuba.ac.jp>.
18292
18293 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-art.el (article-display-face): Display Faces in the same
18296         order as X-Faces.
18297
18298 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18301
18302 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18305         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18306         (gnus-article-mime-hierarchy): Remove.
18307         (gnus-article-mime-hierarchy-next): Remove.
18308         (gnus-article-mode): Revert 2004-03-19 change.
18309         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18310         (gnus-insert-mime-button): Revert 2004-03-19 change.
18311         (gnus-mime-accumulate-hierarchy): Remove.
18312         (gnus-mime-enter-multipart): Remove.
18313         (gnus-mime-leave-multipart): Remove.
18314         (gnus-mime-display-part): Revert 2004-03-19 change.
18315         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18316
18317         * mml.el (mml-preview): Revert 2004-03-19 change.
18318
18319 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18320
18321         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18322
18323 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18326         t while entering a file name using the mm-with-multibyte macro.
18327         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18328
18329         * mm-util.el (mm-with-multibyte): New macro.
18330
18331 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18334         New user option.
18335         (gnus-mime-multipart-functions): Doc and customization fix.
18336         (gnus-article-mime-hierarchy): New variable.
18337         (gnus-article-mime-hierarchy-next): New variable.
18338         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18339         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18340         gnus-article-mime-hierarchy-next to nil.
18341         (gnus-insert-mime-button): Show hierarchy numbers.
18342         (gnus-mime-accumulate-hierarchy): New function.
18343         (gnus-mime-enter-multipart): New function.
18344         (gnus-mime-leave-multipart): New function.
18345         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18346         (gnus-mime-display-alternative): Show hierarchy numbers.
18347
18348         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18349         gnus-article-mime-hierarchy-next to nil.
18350
18351 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18352
18353         * dns.el: Don't require gnus-xmas.
18354
18355 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18356
18357         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18358         inline PGP.
18359         (mml-menu): Disable mml-quote-region if mark is inactive.
18360
18361 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18364         when the group's active is not available.
18365
18366 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18369         error.
18370
18371 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18372
18373         * imap.el (imap-store-password): New variable.
18374         (imap-interactive-login): Use it.
18375         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18376
18377 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18380         window-start and hscroll to summary window.
18381
18382 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18383
18384         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18385         conversion message to newsrc-dribble when an actual conversion is
18386         performed.
18387
18388 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18389
18390         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18391
18392 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * mm-decode.el (mm-complicated-handles): New function reviving
18395         former definition of mm-multiple-handles.
18396
18397         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18398         (gnus-mime-delete-part): Use it.
18399
18400 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18401
18402         * gnus-agent.el (gnus-agent-read-local):
18403         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18404         avoid the implicit assumption that they will always be equal.
18405         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18406         coding-system-for-write, as the with-temp-file macro first prints
18407         to a buffer then saves the buffer.
18408
18409 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18410
18411         * gnus-art.el (gnus-article-edit-part): New function.
18412         (gnus-mime-save-part-and-strip): Use it; do query instead of
18413         signaling an error; don't use mm-multiple-handles.
18414         (gnus-mime-delete-part): Ditto.
18415
18416 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18417
18418         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18419         old file versions.
18420         (gnus-group-prepare-hook): Remove function that converted list
18421         form of gnus-agent-expire-days to group properties.
18422
18423         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18424         (gnus-request-accept-article): Re-indented.
18425
18426         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18427         converters to handle old agent file formats.  Add logic for a
18428         "backup before upgrading warning".
18429         (gnus-convert-mark-converter-prompt): Developers can mark
18430         functions as needing (default), or not needing,
18431         gnus-convert-old-newsrc's "backup before upgrading warning".
18432         (gnus-convert-converter-needs-prompt): Tests whether the user
18433         should be protected from potentially irreversable changes by the
18434         function.
18435
18436         * legacy-gnus-agent.el: New.  Provides converters that are only
18437         loaded when gnus-convert-old-newsrc needs to call them.
18438
18439 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * mail-source.el (mail-source-touch-pop): Doc fix.
18442
18443         * message.el (message-smtpmail-send-it): Doc fix.
18444
18445 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18448
18449         * nnmail.el (nnmail-split-fancy): do.
18450
18451         * gnus-kill.el (gnus-kill, gnus-execute): do.
18452
18453 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18454
18455         * gnus-sum.el (gnus-widget-reversible-match)
18456         (gnus-widget-reversible-to-internal)
18457         (gnus-widget-reversible-to-external): New functions.
18458         (gnus-widget-reversible): New widget.
18459         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18460
18461 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18462
18463         * gnus-sum.el (gnus-thread-sort-functions)
18464         (gnus-article-sort-functions): Document `(not F)' items.
18465
18466 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18467
18468         * spam.el (spam-use-gmane-xref): Add new backend.
18469         (spam-gmane-xref-spam-group): Add variable to control the name of the
18470         Gmane spam group.
18471         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18472         (spam-regex-headers-spam, spam-regex-headers-ham)
18473         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18474         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18475         backends and checks.
18476         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18477
18478         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18479         an autodetect method.
18480
18481 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18482
18483         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18484         articles are being added to a group.
18485         (gnus-request-replace-article): Inform the agent that articles
18486         need to be uncached as the cached contents are no longer valid.
18487
18488 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * binhex.el: Don't autoload executable-find.
18491
18492         * canlock.el: Don't autoload mail-fetch-field.
18493
18494         * dgnushack.el: Autoload c-mode for XEmacs.
18495
18496         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18497
18498         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18499         rmail-dont-reply-to and rmail-output.
18500
18501         * gnus-score.el: Don't autoload ffap-string-at-point.
18502
18503         * gnus-setup.el: Don't autoload sc-cite-original.
18504
18505         * imap.el: Don't autoload base64-decode-string,
18506         base64-encode-string and md5.
18507
18508         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18509         and rmail-msg-restore-non-pruned-header.
18510
18511         * mm-decode.el: Don't autoload executable-find.
18512
18513         * mm-url.el: Don't autoload executable-find.
18514
18515         * mm-view.el: Don't autoload diff-mode.
18516
18517         * nndb.el: Don't autoload news-reply-mode, news-setup,
18518         cancel-timer and telnet.
18519
18520         * password.el: Don't autoload run-at-time for Emacs.
18521
18522         * sha1-el.el: Don't autoload executable-find.
18523
18524         * sieve-mode.el: Don't autoload c-mode.
18525
18526         * uudecode.el: Don't autoload executable-find.
18527
18528 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18529
18530         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18531         (gnus-agent-possibly-alter-active): Avoid null in numeric
18532         comparison.
18533         (gnus-agent-set-local): Refuse to save null in local object table.
18534         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18535         list of articles that will be marked as unread.
18536
18537 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18540
18541 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18542
18543         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18544         language tags.
18545
18546 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18547
18548         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18549         Don't bind "obarray".
18550
18551         * gnus-sum.el (gnus-thread-sort-functions):
18552         Add `gnus-thread-sort-by-most-recent-number' and
18553         `gnus-thread-sort-by-most-recent-date'.
18554         Reported by Kai Grossjohann <kai@emptydomain.de>.
18555
18556 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18559
18560 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18561
18562         * gnus-cus.el (gnus-agent-customize-category):
18563         Remove ignore-errors macro reference that required cl to be loaded at
18564         run-time.
18565
18566         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18567         single-interval range of the form (min . max).  Previously the
18568         range had to look like ((min . max)).  Likewise, return
18569         (min . max) rather than ((min . max)).
18570         (gnus-range-map): Use gnus-range-normalize to accept
18571         single-interval range.
18572
18573         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18574         the cache, but not the agent, now appear with their usual face.
18575
18576         * dgnushack.el (loaddir): New variable that is bound to the
18577         directory containing the dgnushack.el file. Use loaddir, rather
18578         than srcdir, to update load-path. Change lets dgnushack compile
18579         code in directories other than GNUS/lisp.
18580
18581 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * lpath.el: Don't bind w3m-safe-url-regexp.
18584
18585         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18586         w3m-safe-url-regexp variable buffer-local.
18587
18588         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18589
18590 2004-02-27  Simon Josefsson  <jas@extundo.com>
18591
18592         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18593         gnus-group-real-prefix.
18594         (gnus-summary-move-article): Use it, instead of
18595         gnus-group-real-prefix.
18596
18597 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * lpath.el: Bind w3m-safe-url-regexp.
18600
18601         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18602         w3m-safe-url-regexp variable buffer-local and set it as the value
18603         of mm-w3m-safe-url-regexp.
18604
18605         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18606
18607         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18608         parsing gnus-posting-styles when the message is not for replying.
18609
18610         * dgnushack.el: Autoload sgml-mode for XEmacs.
18611
18612         * nnrss.el (nnrss-opml-export):
18613         Use mm-set-buffer-file-coding-system instead of
18614         set-buffer-file-coding-system.
18615
18616 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18617
18618         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18619         of checkdoc.el).
18620         * nnrss.el: do.
18621         * gnus-mlspl.el: do.
18622         * gnus-ml.el: do.
18623         * gnus-srvr.el: do.
18624
18625         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18626
18627 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18628
18629         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18630         Corrections to custom-manual links.
18631
18632         * gnus-art.el (gnus-article): Ditto.
18633
18634         * mm-decode.el (mime-display, mime-security): Ditto.
18635
18636 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18637
18638         * flow-fill.el: Typo.
18639
18640 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18641
18642         * spam-wash.el: New file.
18643
18644 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18645
18646         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18647
18648 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18649
18650         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18651         to be run with new-articles as LIST1, not LIST2.
18652         (spam-registration-functions): Add spam-use-ham-copy as a nil
18653         registration backend.
18654
18655 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18656
18657         * spam-stat.el (spam-stat-washing-hook): New option.
18658         (spam-stat-buffer-words): Use it.
18659         (spam-stat-process-directory, spam-stat-test-directory):
18660         Use insert-file-contents-literally.
18661         (spam-stat-coding-system): New variable.
18662         (spam-stat-load, spam-stat-save): Use it.
18663
18664 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * spam-report.el (spam-report-plug-agent):
18667         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18668
18669 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18670
18671         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18672         Allow / in mailto URLs.
18673
18674 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * spam-report.el (spam-report-process-queue): Fix interactive use.
18677         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18678         (spam-report-unplug-agent): Doc fixes.
18679         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18680         (spam-report-agentize, spam-report-deagentize): Autoload.
18681
18682 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18685
18686         * message.el (message-setup-fill-variables): Add mml tags to
18687         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18688         <ajk@iu.edu>.
18689         (message-mode): Don't modify paragraph-separate there.
18690
18691 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * compface.el (uncompface-use-external): Default to undecided.
18694         (uncompface-use-external-threshold): New variable.
18695         (uncompface-float-time): New macro.
18696         (uncompface): Determine whether to use the external decoder if
18697         uncompface-use-external is undecided.
18698
18699 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18700
18701         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18702         after images.
18703
18704         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18705
18706 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18707
18708         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18709
18710         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18711
18712         * gnus-sum.el (gnus-summary-limit-to-age)
18713         (gnus-summary-limit-children): do.
18714
18715         * gnus-int.el (gnus-request-scan): do.
18716
18717         * gnus-group.el (gnus-group-suspend): do.
18718
18719         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18720
18721         * gnus-cite.el (gnus-cite-parse-attributions): do.
18722
18723         * gnus-agent.el (gnus-summary-set-agent-mark)
18724         (gnus-agent-regenerate-group): do.
18725
18726         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18727
18728         * binhex.el (binhex-decode-region-internal): do.
18729
18730 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gnus-fun.el (gnus-face-properties-alist): New user option.
18733         (gnus-display-x-face-in-from): Use it.
18734
18735         * gnus-art.el (article-display-face): Ditto.
18736
18737         * compface.el (uncompface-use-external): Default to nil.
18738
18739 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18740
18741         * nntp.el (nntp-erase-buffer): New function.
18742         (nntp-retrieve-data, nntp-send-command)
18743         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18744         (nntp-possibly-change-group): Use it.
18745
18746         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18747         Use with-current-buffer.
18748
18749 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18750
18751         * compface.el: Merge the ELisp-based uncompface program.
18752         (compface): New customization group.
18753         (uncompface-use-external): New user option.
18754         (uncompface): Call uncompface-internal if uncompface-use-external
18755         is nil.
18756         (uncompface-internal): New function.  Note that there are also
18757         some other functions and variables added for this function.
18758
18759 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18760
18761         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18762         if necessary.
18763
18764 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18765
18766         * spam-report.el (spam-report-unplug-agent)
18767         (spam-report-plug-agent, spam-report-deagentize)
18768         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18769         Add support for the Agent in spam-report: when unplugged, report to a
18770         file; when plugged, submit all the requests.
18771
18772         * spam.el (spam-register-routine): Fix message about
18773         registration.
18774
18775 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18778         dependencies.
18779         (rfc2047-encode): Use it.
18780
18781         * gnus-art.el (gnus-button-marker-list): Move before first
18782         reference.
18783
18784         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18785         (imap-parse-body): Fix format string mismatch.
18786
18787         * gnus-score.el (gnus-summary-increase-score): do.
18788
18789         * nnrss.el (nnrss-close): New function.
18790
18791 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18792
18793         * nnrss.el (nnrss-make-filename): New function.
18794         (nnrss-request-delete-group, nnrss-read-server-data)
18795         (nnrss-save-server-data, nnrss-read-group-data)
18796         (nnrss-save-group-data): Use it.
18797         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18798         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18799         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18800
18801 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18802
18803         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18804
18805 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18806
18807         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18808         files.
18809
18810         * message.el (message-generate-headers-first): Don't quote nil
18811         and t in docstrings.
18812
18813         * imap.el (imap-id): do.
18814
18815         * gnus-agent.el (gnus-agent-consider-all-articles)
18816         (gnus-agent-queue-mail): do.
18817
18818 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18819
18820         * spam-report.el (spam-report-process-queue): New function.
18821         Process requests from `spam-report-requests-file'.
18822         (spam-report-process-queue): Doc fix.
18823
18824 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18825
18826         * spam.el (spam-register-routine)
18827         (spam-log-processing-to-registry, spam-log-registered-p)
18828         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18829         Change "check" to "spam-check" for semi-clarity.
18830
18831 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18832
18833         * pop3.el: Require nnheader.
18834
18835         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18836
18837         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18838
18839         * gnus-picon.el: Require cl.
18840
18841         * gnus-fun.el: Require gnus-ems and gnus-util.
18842
18843         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18844
18845         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18846
18847         * gnus-art.el (gnus-article-edit-mode): Define before first
18848         reference.
18849
18850 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18851
18852         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18853         (gnus-uu-post-encoded): Use point-at-bol.
18854
18855         * gnus-topic.el (gnus-group-active-topic-p): do.
18856
18857         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18858
18859         * gnus-group.el (gnus-group-kill-region): do.
18860
18861         * gnus-art.el (article-date-ut): do.
18862
18863         * message.el (message-fetch-field): Remove redundant
18864         case-fold-search binding.
18865         (message-narrow-to-field): Simplify.
18866
18867 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18868
18869         * spam.el (spam-directory): Derive from `gnus-directory'.
18870
18871         * spam-report.el (spam-report-url-to-file)
18872         (spam-report-requests-file): New function and variable for offline
18873         reporting.
18874         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18875         and user defined function.
18876         (spam-report-url-ping-mm-url): Remove doubled slash.
18877
18878 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18879
18880         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18881
18882 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18883
18884         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18885         Fix format string mismatch.
18886
18887         * sieve.el (sieve-deactivate-all): do.
18888
18889         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18890
18891         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18892
18893         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18894
18895         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18896
18897 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18898
18899         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18900         the list of checks.
18901
18902 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18903
18904         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18905         padding.
18906
18907 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18908
18909         * mm-view.el (mm-fill-flowed): New variable.
18910         (mm-inline-text): Use it.
18911
18912 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18913
18914         * spam.el (spam-spamassassin-register-ham-routine)
18915         (spam-spamassassin-register-spam-routine): Fix function names.
18916
18917 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * gnus.el (gnus-tmp-grouplens): Remove.
18920         (gnus-summary-line-format): Remove grouplens.
18921
18922         * gnus-group.el (gnus-group-line-format): Ditto.
18923
18924         * gnus-spec.el (gnus-format-specs): Ditto.
18925         (gnus-update-format-specifications): Flush the group format spec
18926         cache if there's the grouplens stuff.
18927         (gnus-parse-simple-format): Replace %l with the empty string.
18928
18929 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18930
18931         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18932         omission.
18933
18934 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18937         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18938
18939 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18940
18941         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18942         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18943         New macros and functions.
18944         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18945         Handle > NLINK_MAX messages.
18946         * nnmaildir.el (nnmaildir-request-set-mark):
18947         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18948
18949 2004-01-25  Alex Schroeder  <alex@gnu.org>
18950
18951         * spam-stat.el (spam-stat-process-directory-age): New option.
18952         (spam-stat-process-directory): Use it.
18953
18954 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18955
18956         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18957         (spam-stat-save): Accept prefix argument.
18958
18959 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18960
18961         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18962         links" error.
18963
18964 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18967         the rest of the and/or forms.
18968
18969 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18970
18971         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18972         compatibility with old .newsrc.eld files.
18973
18974         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18975
18976         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18977
18978         * gnus-start.el (gnus-1): do.
18979
18980         * gnus-group.el (gnus-group-line-format-alist): do.
18981
18982         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18983
18984         * gnus-gl.el: Remove.
18985
18986 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18987
18988         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18989         marks consisting of a single range {for example, (3 . 5)} rather
18990         than a list of a single range { ((3 . 5)) }.
18991
18992 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18993
18994         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18995         Use with-current-buffer.
18996         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18997         avoid consing a string.
18998
18999         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19000         Remove obsolete entries for big5 and gb2312.
19001
19002 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19003
19004         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19005         uncompressed list.
19006
19007 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19008
19009         * spam-stat.el (spam-stat-strip-xref): New function.
19010         (spam-stat-process-directory): Use it.
19011
19012         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19013         here -- it's done in message-fetch-field.
19014
19015 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19016
19017         * gnus-agent.el (gnus-agent-queue-mail)
19018         (gnus-agent-prompt-send-queue): New variables.
19019         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19020         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19021         "nndraft:queue" along to gnus-draft-send.
19022         Use gnus-agent-prompt-send-queue.
19023         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19024         is "nndraft:queue".  Suggested by Gaute Strokkenes
19025         <gs234@srcf.ucam.org>
19026
19027         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19028         (agent-enable-undownloaded-faces): Add.
19029         (gnus-agent-cat-groups): Use eval-and-compile, not
19030         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19031         method of gnus-agent-cat-groups even when the buffer has been
19032         evaled.
19033         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19034         delete gnus-agent-save-active-1.
19035         (gnus-agent-save-groups): Delete.  Identical to
19036         gnus-agent-save-active.
19037         (gnus-agent-write-active): No longer adjust agent's copy of active
19038         file as agent's adjustments are now stored in their own
19039         file.  Remove optional parameter.
19040         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19041         servers.  Add use of min/max range limits from server's local
19042         file.
19043         (gnus-agent-save-alist): Remove unused optional argument.
19044         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19045         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19046         (gnus-agent-set-local): A per-server file that keeps min/max range
19047         limits for articles known to the agent.  Provides a fast mechanism
19048         for altering many active ranges.
19049         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19050         active file (local makes it unnecessary).
19051         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19052
19053         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19054         (agent-enable-undownloaded-faces): Add.
19055
19056         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19057         disable it when sending to "nndraft:queue".
19058         (gnus-group-send-queue): Add safety check to avoid sending queue
19059         when unplugged.
19060
19061         * gnus-group.el (gnus-group-catchup): Use new
19062         gnus-sequence-of-unread-articles, not
19063         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19064         numbers of articles.  Use gnus-range-map to avoid having to
19065         uncompress the unread list.
19066         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19067         Fix invalid ange-ftp reference.
19068
19069         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19070         (gnus-sorted-range-intersection): Intersection of two ranges
19071         without requiring that they first be uncompressed.
19072
19073         * gnus-start.el (gnus-activate-group): Unless blocked by the
19074         caller, possibly expand the active range to include both cached
19075         and agentized articles.
19076         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19077         multiple version-dependent converters.
19078         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19079         gnus-agent-save-active.
19080         (gnus-save-newsrc-file): Save dirty agent range limits.
19081
19082         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19083         gnus-agent-possibly-alter-active.
19084         (gnus-adjust-marked-articles): Faster handling of simple lists.
19085
19086 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19087
19088         * spam-stat.el (spam-stat-test-directory): New optional argument
19089         displays a list of files detected.  Suggested by Andrew Cohen
19090         <cohen@andy.bu.edu>.
19091         (spam-stat-buffer-words-with-scores): Don't narrow and change
19092         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19093
19094 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19095
19096         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19097         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19098         (spam-spamassassin-arguments)
19099         (spam-spamassassin-spam-flag-header)
19100         (spam-spamassassin-positive-spam-flag-header)
19101         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19102         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19103         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19104         (spam-list-of-processors, spam-list-of-checks)
19105         (spam-list-of-statistical-checks, spam-registration-functions)
19106         (spam-check-spamassassin-headers, spam-check-spamassassin)
19107         (spam-spamassassin-score)
19108         (spam-spamassassin-register-with-sa-learn)
19109         (spam-spamassassin-register-spam-routine)
19110         (spam-spamassassin-register-ham-routine)
19111         (spam-assassin-register-spam-routine)
19112         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19113         (spam-bogofilter-score): Fix to show article before scoring.
19114
19115 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19116
19117         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19118         default scoring function.
19119         (spam-generic-score): Call spam-spamassassin-score if
19120         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19121         spam-bogofilter-score otherwise.
19122
19123         * gnus.el (spam-process, spam-autodetect-methods):
19124         Add spamassassin and spamassassin-headers.
19125
19126 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19127
19128         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19129         Suppress unnecessary messages.
19130
19131 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19132
19133         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19134         make-hash-table.
19135
19136 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19137
19138         * canlock.el (base64-encode-string): Don't autoload it.
19139
19140 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * run-at-time.el: Remove useless (require 'itimer),
19143         eval-and-compile and (featurep 'xemacs).
19144
19145 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19146
19147         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19148         GROUP is a virtual group.
19149
19150 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19151
19152         * gnus.el: Autoload `message-y-or-n-p'.
19153
19154 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19155
19156         * pgg-parse.el: Remove unnecessary (require 'custom).
19157
19158         * pgg-def.el: do.
19159
19160         * nnmail.el: do.
19161
19162         * gnus-undo.el: do.
19163
19164         * gnus-picon.el: do.
19165
19166         * gnus-util.el: do.
19167
19168 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19169
19170         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19171
19172 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19175         handle, as well as a list.
19176
19177         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19178         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19179         (mm-w3m-cid-retrieve): Simplify.
19180
19181 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19182
19183         * message.el (message-kill-to-signature): Allow prefix arg to
19184         specify number of lines to keep before signature.
19185
19186 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19187
19188         * message.el (message-kill-to-signature): Change docstring.
19189
19190 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19191
19192         * canlock.el: Always require sha1-el.
19193         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19194
19195         * message.el: Autoload sha1 only when compiling.
19196
19197         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19198         eudc-expand-inline for XEmacs.
19199
19200 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19201
19202         * message.el (message-canlock-generate): Require sha1-el.
19203
19204 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19205
19206         * message.el (message-expand-name): Silence the byte compiler.
19207
19208         * lpath.el: Add detect-coding-system.
19209
19210         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19211         cus-edit.
19212
19213 2004-01-13  Simon Josefsson  <jas@extundo.com>
19214
19215         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19216         Invoke gnus-score-mode.
19217         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19218
19219         * gnus-range.el (gnus-compress-sequence): Doc fix.
19220         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19221
19222 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19223
19224         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19225
19226 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19227
19228         * spam.el (spam-get-article-as-string): Update to use
19229         gnus-request-article-this-buffer, much simpler.
19230         (spam-get-article-as-buffer): Remove.
19231
19232 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19233
19234         * message.el (message-expand-name): Use EUDC if the user uses that.
19235
19236 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19237
19238         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19239         character for the encoding to avoid consing a string.
19240
19241         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19242         unnecessarily.
19243
19244         * mm-util.el (mm-replace-chars-in-string): Remove.
19245
19246         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19247         of mm-replace-chars-in-string.
19248
19249 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19250
19251         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19252
19253         * mm-util.el (mm-subst-char-in-string): Support inplace.
19254
19255         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19256         a new string in every iteration.  Use shy groups.
19257
19258 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19259
19260         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19261         * gnus-soup.el (gnus-soup-group-brew):
19262         * gnus-msg.el (gnus-put-message):
19263         * gnus-move.el (gnus-group-move-group-to-server):
19264         * gnus-kill.el (gnus-batch-score):
19265         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19266         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19267         (gnus-group-update-group, gnus-group-read-group)
19268         (gnus-group-make-group, gnus-group-make-help-group)
19269         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19270         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19271         (gnus-group-sort-by-unread, gnus-group-catchup)
19272         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19273         (gnus-group-yank-group, gnus-group-set-info)
19274         (gnus-group-list-groups):
19275         * gnus.el (gnus-generate-new-group-name):
19276         * gnus-delay.el (gnus-delay-send-queue):
19277         * nnvirtual.el (nnvirtual-catchup-group):
19278         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19279         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19280         (gnus-group-prepare-topics, gnus-topic-check-topology):
19281         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19282         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19283         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19284         (gnus-group-make-articles-read):
19285         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19286         (gnus-group-change-level, gnus-kill-newsgroup)
19287         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19288         (gnus-get-unread-articles, gnus-make-articles-unread)
19289         (gnus-make-ascending-articles-unread): Use accessor
19290         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19291         to get group information for improved readability.
19292
19293
19294 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * gnus-art.el (article-decode-mime-words, article-babel)
19297         (gnus-article-highlight-signature, gnus-article-add-buttons)
19298         (gnus-signature-toggle): Use gnus-with-article-buffer.
19299
19300         * gnus-art.el (gnus-article-highlight-headers)
19301         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19302
19303         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19304         (gnus-article-set-globals, gnus-request-article-this-buffer)
19305         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19306         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19307         (gnus-mime-display-alternative): Use with-current-buffer.
19308
19309 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19310
19311         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19312         also under 80 char limit, and call gnus-error if needed.
19313         (spam-fetch-article-header): Fix - it was a
19314         buffer-local variable (gnus-newsgroup-data).
19315         (spam-find-spam): Use spam-generate-fake-headers, forget about
19316         spam-insert-fake-headers.
19317         (spam-insert-fake-headers): Remove.
19318
19319 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19320
19321         * deuglify.el (gnus-article-outlook-unwrap-lines)
19322         (gnus-outlook-rearrange-article)
19323         (gnus-outlook-repair-attribution-outlook)
19324         (gnus-outlook-repair-attribution-block)
19325         (gnus-outlook-repair-attribution-other): Remove redundant
19326         save-excursion.
19327
19328 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19329
19330         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19331         (spam-fetch-field-subject-fast)
19332         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19333         (spam-fetch-article-header): Add functions to deal with Gnus
19334         internals for fast retrieval of article header data.
19335         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19336
19337 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19338
19339         * pop3.el (pop3-md5): Remove.
19340         (pop3-apop): Replace pop3-md5 with md5.
19341
19342         * mm-bodies.el: base64 is always built-in.
19343
19344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19345         Use with-current-buffer.
19346
19347 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * canlock.el (canlock-insert-header): Remove excessive grouping in
19350         regexp.
19351
19352         * gnus-sum.el (gnus-summary-read-document): Ditto.
19353
19354         * gnus-uu.el (gnus-uu-part-number): Ditto.
19355
19356         * html2text.el (html2text-remove-tags): Ditto.
19357         (html2text-format-tags): Ditto.
19358         (html2text-format-single-elements): Ditto.
19359
19360         * mml.el (mml-parse-1): Ditto.
19361
19362 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19365
19366         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19367
19368         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19369
19370         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19371
19372 2003-11-15  Simon Josefsson  <jas@extundo.com>
19373
19374         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19375         (pgg-gpg-lookup-key): Use regexp match instead of
19376         split-string (split-string is different between emacs 21.2 and
19377         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19378
19379 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19380
19381         * gnus-art.el (gnus-mime-view-all-parts)
19382         (gnus-article-part-wrapper, gnus-article-view-part):
19383         Use with-current-buffer.
19384
19385 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19386
19387         * spam.el (spam-disable-spam-split-during-ham-respool)
19388         (spam-spamoracle-database, spam-cache-lookups)
19389         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19390         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19391         (spam-group-ham-marks, spam-group-spam-marks)
19392         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19393         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19394         also add spam-use-blackholes to the statistical checks.
19395         (spam-fetch-field-fast): Add interface to fetching fields, may
19396         become a macro.
19397         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19398         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19399         (spam-insert-fake-headers): Fake an article when needed.
19400         (spam-find-spam): Fake article when possible.
19401         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19402         (spam-check-bogofilter-headers): Use message-fetch-field instead
19403         of nnmail-fetch-field.
19404
19405 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19406
19407         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19408
19409 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19410
19411         * spam.el (spam-split): Do not require spam-use-CHECK to be
19412         enabled if that check is passed to spam-split explicitly; also
19413         fix so 'spam doesn't get converted to spam-split-group when
19414         spam-split-symbolic-return is t.
19415         (spam-find-spam): Find registrations of the article and use those
19416         instead of re-running spam-split to find the spam/ham
19417         classification of the article.
19418         (spam-log-processing-to-registry, spam-log-registered-p)
19419         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19420         Use gnus-error instead of gnus-message.
19421         (spam-log-registration-type): Add function to determine the
19422         classification of a message based on registry entries; will
19423         return nil if both 'spam and 'ham are found.
19424         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19425         a reasonably fast local cache without the loading errors.
19426         (spam-cache-lookups): Set to t by default.
19427         (spam-find-spam): Don't try to guess spam-cache-lookups.
19428         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19429         spam-caches entry.
19430         (spam-filelist-build-cache, spam-filelist-check-cache):
19431         Fix caching of whitelist/blacklist entries.
19432         (spam-check-whitelist, spam-check-blacklist):
19433         Invoke spam-from-listed-p with a type, not a cache variable.
19434         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19435
19436 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19437
19438         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19439
19440         * nnmail.el (nnmail-split-fancy): do.
19441
19442         * mml.el (mml-parse): do.
19443
19444         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19445         (gnus-score-adaptive): do.
19446
19447 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19450         (gnus-mime-button-map): Don't set keymap parent.
19451         (gnus-button-ctan-directory-regexp): Use shy grouping.
19452         (gnus-prev-page-map): Don't set keymap parent.
19453         (gnus-prev-page-map): Remove duplicated one.
19454         (gnus-next-page-map): Don't set keymap parent.
19455         (gnus-mime-security-button-map): Ditto.
19456
19457         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19458         version number.
19459
19460         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19461
19462 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * canlock.el (canlock-sha1-function): Remove.
19465         (canlock-sha1-function-for-verify): Remove.
19466         (canlock-openssl-program): Remove.
19467         (canlock-openssl-args): Remove.
19468         (canlock-ignore-errors): Remove.
19469         (canlock-sha1-with-openssl): Remove.
19470         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19471         (canlock-verify): Don't use canlock-ignore-errors.
19472
19473         * sha1-el.el (sha1-string-external): Make it can return a string
19474         in binary form.
19475         (sha1-region-external): Ditto.
19476         (sha1-string-internal): Ditto.
19477         (sha1-region-internal): Ditto.
19478         (sha1-region): Ditto.
19479         (sha1-string): Ditto.
19480         (sha1): Ditto.
19481
19482 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19483
19484         * spam.el (spam-report-articles-gmane): New command.
19485
19486 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19489
19490         * run-at-time.el (run-at-time-saved): Remove.
19491         (run-at-time): Doc fix.
19492
19493 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19496         (gnus-summary-limit-map): Add it.
19497         (gnus-summary-make-menu-bar): do.
19498
19499 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19500
19501         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19502         Make attempt at some caching support (done for BBDB only now).
19503         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19504         addresses to be checked.
19505         (spam-clear-cache-BBDB): Add function, to be invoked by
19506         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19507         (spam-check-BBDB): Check and use the caches, if
19508         spam-cache-lookups is on, remove superfluous (provide).
19509
19510 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19513
19514 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19515
19516         * run-at-time.el (run-at-time-saved): Move to after the definition
19517         of `run-at-time'.
19518
19519         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19520
19521 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19524         mm-w3m-local-map-property.
19525
19526         * mm-view.el (mm-w3m-mode-map): Remove.
19527         (mm-w3m-local-map-property): Remove.
19528         (mm-inline-text-html-render-with-w3m): Don't use
19529         mm-w3m-local-map-property.
19530
19531 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19532
19533         * run-at-time.el: New file.
19534
19535         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19536         under Emacs.
19537
19538         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19539         of gnus-set-text-properties.
19540
19541         * gnus-uu.el (gnus-uu-save-article): Ditto.
19542
19543         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19544
19545         * gnus-cite.el (gnus-cite-parse): Ditto.
19546
19547         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19548         of gnus-.
19549
19550         * gnus-xmas.el (run-at-time): Require run-at-time.
19551
19552         * gnus.el: Change calls to nnheader-run-at-time and
19553         password-run-at-time throughout to use run-at-time directly.
19554
19555         * password.el: Remove definition of run-at-time.
19556
19557         * nnheaderxm.el: Remove definition of run-at-time.
19558
19559 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19560
19561         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19562         in prompt.
19563
19564 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19565
19566         * messagexmas.el (message-xmas-redefine): Alias
19567         `message-make-caesar-translation-table' to
19568         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19569         version.
19570
19571         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19572         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19573         `gnus-xmas-set-text-properties'.
19574         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19575         `gnus-xmas-completing-read'.
19576         (gnus-xmas-completing-read): Removed.
19577         (gnus-xmas-open-network-stream): Removed.
19578
19579         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19580         XEmacs version.
19581
19582         * dns.el (dns-make-network-process): Use `open-network-stream'
19583         instead of `gnus-xmas-open-network-stream'.
19584
19585         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19586
19587         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19588
19589 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19590
19591         * gnus-art.el (gnus-mime-display-alternative)
19592         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19593         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19594         Don't use gnus-local-map-property.
19595
19596         * gnus-util.el (gnus-local-map-property): Remove.
19597
19598         * mm-view.el (mm-view-pkcs7-decrypt):
19599         Replace gnus-completing-read-maybe-default with completing-read.
19600
19601         * gnus-util.el (gnus-completing-read): do.
19602         (gnus-completing-read-maybe-default): Remove.
19603
19604 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19605
19606         * password.el: Only autoload `run-at-time' if not XEmacs.
19607         Only autoload the itimer functions if XEmacs.
19608
19609 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19612         XEmacsen.
19613
19614         * dgnushack.el: Autoload executable-find for XEmacs.
19615
19616 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19617
19618         * gnus-art.el (gnus-read-string): Remove.
19619         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19620         read-string.
19621
19622 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19623
19624         * netrc.el: Autoload password-read.
19625         (netrc): Add configuration group.
19626         (netrc-encoding-method, netrc-openssl-path):
19627         Add variables for encoding and decoding of files with symmetric
19628         ciphers.
19629         (netrc-encode): Add assistant function to encode a file with
19630         netrc-encoding-method.
19631         (netrc-parse): Add interactive parameter, added optional
19632         decoding if netrc-encoding-method is non-nil but otherwise
19633         behavior is standard.
19634         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19635         Do s/encode/encrypt/ everywhere.
19636
19637         * spam.el: Remove executable-find autoload.
19638
19639 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19640
19641         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19642
19643         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19644
19645 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19646
19647         * gnus-art.el (gnus-treat-ansi-sequences)
19648         (article-treat-ansi-sequences): New variable and function.
19649         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19650
19651         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19652         Use it.
19653
19654 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19655
19656         * mm-util.el (mm-quote-arg): Remove.
19657
19658         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19659         shell-quote-argument.
19660
19661         * gnus-uu.el (gnus-uu-command): do.
19662
19663         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19664
19665         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19666         with make-char.
19667
19668         * mm-util.el (mm-make-char): Remove.
19669
19670         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19671         add-minor-mode.
19672
19673         * gnus-undo.el (gnus-undo-mode): do.
19674
19675         * gnus-topic.el (gnus-topic-mode): do.
19676
19677         * gnus-sum.el (gnus-dead-summary-mode): do.
19678
19679         * gnus-start.el (gnus-slave-mode): do.
19680
19681         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19682
19683         * gnus-ml.el (gnus-mailing-list-mode): do.
19684
19685         * gnus-gl.el (gnus-grouplens-mode): do.
19686
19687         * gnus-draft.el (gnus-draft-mode): do.
19688
19689         * gnus-dired.el (gnus-dired-mode): do.
19690
19691         * gnus-ems.el (gnus-add-minor-mode): Remove.
19692
19693         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19694         Replace gnus-char-width with char-width.
19695
19696         * gnus-ems.el (gnus-char-width): Remove.
19697
19698         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19699         Replace gnus-char-width with char-width.
19700
19701         * gnus-ems.el (gnus-char-width): Remove.
19702
19703         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19704         definition.
19705         Remove Emacs 20 hash table compatibility code.
19706
19707         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19708         20 compatibility code.
19709
19710         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19711
19712         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19713
19714         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19715         Replace with point-at-{eol,bol}.
19716
19717         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19718
19719         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19720
19721         * flow-fill.el (fill-flowed-point-at-bol)
19722         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19723
19724         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19725         Replace with point-at-{eol,bol} throughout all files.
19726
19727 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * ntlm.el (ntlm-string-as-unibyte): New macro.
19730         (ntlm-build-auth-response): Use it.
19731
19732         Remove Emacs 20 stuff:
19733         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19734         (butlast, mapc, remove): Remove the compiler macros.
19735         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19736         of delq and copy-sequence.
19737         * gnus-art.el (popup-menu): Remove the compiler macro.
19738         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19739         Emacs 20.
19740
19741 2004-01-05  Simon Josefsson  <jas@extundo.com>
19742
19743         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19744         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19745         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19746         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19747         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19748         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19749         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19750         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19751         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19752         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19753         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19754         string-xor into ntlm-string-xor.
19755         Suggested by Jesper Harder <harder@myrealbox.com>.
19756
19757         * ntlm.el: Don't include poem.
19758
19759         * md4.el (print-int32, print-string-hexa): Remove.
19760         Suggested by Jesper Harder <harder@myrealbox.com>.
19761
19762         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19763
19764         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19765         probably breaks emacs with DL patch, but do we care? Is anyone
19766         still using the DL stuff?)
19767
19768         * sieve-manage.el: Use the password package.
19769         (sieve-manage-read-passwd): Remove.
19770         (sieve-manage-interactive-login): Use password.  Re-add
19771         condition-case around loop.
19772
19773         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19774         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19775         Use the password package.
19776
19777 2003-02-19  Simon Josefsson  <jas@extundo.com>
19778
19779         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19780         token.
19781
19782 2002-08-07  Simon Josefsson  <jas@extundo.com>
19783
19784         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19785         (sieve-manage-authenticators):
19786         (sieve-manage-authenticator-alist): Add some SASL mechs.
19787         (sieve-sasl-auth): New function.
19788         (sieve-manage-cram-md5-auth):
19789         (sieve-manage-plain-auth): Rewrite using SASL library.
19790         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19791         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19792         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19793         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19794
19795 2004-01-05  Simon Josefsson  <jas@extundo.com>
19796
19797         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19798         New files.
19799
19800 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19801
19802         * gnus-group.el (gnus-no-groups-message): Update.
19803
19804         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19805
19806 2003-11-09  Simon Josefsson  <jas@extundo.com>
19807
19808         * imap.el: Support for ID IMAP extension (RFC 2971).
19809         (imap-local-variables): Add imap-id.
19810         (imap-id): New variable.
19811         (imap-id): New function.
19812         (imap-parse-response): Parse untagged ID response.
19813         * nnimap.el (nnimap-id): New variable.
19814         (nnimap-open-connection): Use it.
19815
19816 2003-12-28  Simon Josefsson  <jas@extundo.com>
19817
19818         * gnus-score.el (gnus-score-edit-all-score): New.
19819         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19820
19821 2004-01-04  Simon Josefsson  <jas@extundo.com>
19822
19823         * password.el: Add.
19824
19825 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19826
19827         * dns.el (dns-query-types): Fix typo.
19828         (dns-query-types): New function.
19829         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19830         PTR and SOA replies, see RFC 1035.
19831
19832 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19833
19834         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19835
19836         * Move to Changelog.2.
19837
19838 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19839
19840         * gnus.el (gnus-version-number): Bump version.
19841
19842 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19843
19844         * gnus.el: No Gnus v0.1 is released.
19845
19846 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19847
19848         * gnus.el: No Gnus v0.0 is released.
19849
19850 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19851
19852         * gnus.el (gnus-version-number): Bump.
19853         (gnus-version): No.
19854
19855 See ChangeLog.2 for earlier changes.
19856
19857     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19858       Free Software Foundation, Inc.
19859
19860   This file is part of GNU Emacs.
19861
19862   GNU Emacs is free software: you can redistribute it and/or modify
19863   it under the terms of the GNU General Public License as published by
19864   the Free Software Foundation, either version 3 of the License, or
19865   (at your option) any later version.
19866
19867   GNU Emacs is distributed in the hope that it will be useful,
19868   but WITHOUT ANY WARRANTY; without even the implied warranty of
19869   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19870   GNU General Public License for more details.
19871
19872   You should have received a copy of the GNU General Public License
19873   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19874
19875 ;; Local Variables:
19876 ;; coding: utf-8
19877 ;; fill-column: 79
19878 ;; add-log-time-zone-rule: t
19879 ;; End: