gnus-demon: fix run-with-timer arguments for XEmacs
[gnus] / lisp / ChangeLog
1 2010-12-08  Robert Pluim  <rpluim@gmail.com>  (tiny change)
2
3         * gnus-demon.el (gnus-demon-init): Call run-with-timer with time as
4         argument, not t. XEmacs does not support that.
5
6 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9         ids.
10         (nnir-run-gmane): Simplify groupspec formatting.
11         (nnir-request-expire-articles): New function.
12
13 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
16         overflow, possibly.
17
18         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
19         (shr-render-td): Handle td style="" better.
20         (shr-tag-table): Use the color from the style sheet.
21         (shr-render-td): Make sure we copy over all the overlays, too.
22
23 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
26         (nnir-request-article): Improve article retrieval.
27
28 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * mm-util.el (mm-extra-numeric-entities): New variable.
31
32         * mm-url.el (mm-url-decode-entities):
33         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
34
35         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
36
37 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
38
39         * message.el: Use completion-at-point.
40         (message-completion-function): New fun, extracted from message-tab.
41         (message-mode): Use it for completion-at-point-functions.
42         (message-tab): Use it and completion-at-point.
43
44 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
47         character if a non-breakable character follows.
48
49 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
52         any stream.
53
54         * shr.el (shr-tag-font): Colorize the region.
55         (shr-tag-body): Ditto.
56         (shr-tag-font): Actually let the styles be inherited instead of
57         overwriting them.
58         (shr-tag-font): Get the background color right.
59         (shr-tag-style): Ignore all <style> tags for the moment.
60
61         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
62         a Message-ID to avoid having nnimap depend on gnus-sum.
63
64         * shr.el (shr-descend): Only colorize something if we have a node that
65         sets colors.
66
67 2010-12-06  Julien Danjou  <julien@danjou.info>
68
69         * shr.el (shr-render-td): Render td content with shr-descend, so style
70         will be applied to <td> too.
71         (shr-colorize-region): Colorize region even if we only have a background.
72         (shr-tag-body): Fix color and background color inheritance.
73         Do not recolorize after shr-generic.
74         (shr-tag-font): Let shr-generic colorize via inheritance.
75
76 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
79
80 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
81
82         * nnir.el (nnir-request-move-article): Remove obsolete code.
83
84 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
87
88 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-sum.el (gnus-summary-respool-article): The completion function
91         expects a list instead of an alist.
92
93         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
94         string as the parameter.
95
96         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
97
98         * shr.el (shr-stylesheet): New dynamic variable for cascading the
99         styles.
100         (shr-colorize-region): New function.
101         (shr-insert-background-overlay): Remove.
102         (shr-render-td): Background setting should be taken care of on a higher
103         level.
104         (shr-tag-body): Use post-hoc colorizations.
105         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
106         (shr-put-color-1): Don't overwrite old colors.
107         (shr-colorize-region): When the background color isn't explicit, use
108         a fixed background.
109
110         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
111         nnmail variables.
112
113 2010-12-05  Bjørn Mork  <bjorn@mork.no>
114
115         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
116         unless necessary.
117
118 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
119
120         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
121         server.
122
123 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
126         so that TAB works.
127
128         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
129         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
130
131         * shr.el (shr-urlify): Show the URL before the title to avoid
132         misleading URLs.
133
134 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
135
136         * shr.el (shr-urlify): Display the title in <a> tags.
137
138 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
139
140         * nnir.el (nnir-categorize): Replace mapcar with mapc.
141
142 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
143
144         * nnir.el: Rearrange code to allow macros to be autoloaded by
145         gnus-sum.el.
146         (nnir-retrieve-headers-override-function): Make this variable
147         customizable.
148         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
149
150         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
151         from nnir.el.
152
153 2010-12-03  Julien Danjou  <julien@danjou.info>
154
155         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
156
157 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
160         allow optional argument `environment'.
161
162 2010-12-03  Glenn Morris  <rgm@gnu.org>
163
164         * mm-extern.el (message-goto-body): Update declaration.
165
166 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * gnus-util.el (gnus-macroexpand-all): New function.
169
170         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
171         instead of macroexpand-all that is unavailable in XEmacs.
172
173 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
174
175         * nnir.el (nnir-summary-line-format): New variable.
176         (nnir-mode): Use it.
177         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
178         (nnir-article-ids): Reimplement as defsubst.
179         (nnir-retrieve-headers): Don't mangle the subject header.
180         (nnir-run-imap): Use 100 as RSV score.
181         (nnir-run-find-grep): Fix for full server searching.
182         (nnir-run-gmane): Better restriction to gmane groups.
183
184         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
185         summary buffers.
186
187 2010-12-02  Julien Danjou  <julien@danjou.info>
188
189         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
190
191         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
192
193         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
194         support.
195
196 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
197
198         * nnir.el: Update to handle the registry better.
199         (autoload): Silence byte-compiler.
200         (nnir-open-server): Add a hook for nnir groups.
201         (nnir-request-move-article): Don't mangle the header. Better to use
202         formating variables (which will be added in the future).
203         (nnir-registry-action): Update the registry using the original article
204         group name.
205         (nnir-mode): Install nnir-specific hooks for updating the registry.
206
207         * gnus-sum.el
208         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
209         obsolete variables.
210         (gnus-summary-move-article): Remove use of obsolete variables.
211         (gnus-summary-local-variables): Make move and delete hooks local to
212         summary buffers.
213
214 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * rtree.el: New file.
217
218 2010-12-01  Julien Danjou  <julien@danjou.info>
219
220         * message.el (message-user-organization): Do not use
221         gnus-local-organization.
222
223         * gnus.el: Remove gnus-local-organization.
224
225         * gnus-msg.el: Remove nastygram thing.
226
227 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
230         funcall.
231
232 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
235         names.
236
237         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
238         characters.
239
240         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
241         to t of inhibit-read-only since it is inside gnus-with-article-headers.
242         Suggested by Štěpán Němec <stepnem@gmail.com>.
243         (gnus-gravatar-transform-address): Use mail-extract-address-components
244         that supports non-ASCII names rather than mail-header-parse-addresses.
245
246 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * proto-stream.el (open-protocol-stream): All starttls connections are
249         handled by the network handler.
250
251 2010-11-30  Julien Danjou  <julien@danjou.info>
252
253         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
254         (nnimap-open-connection-1): Fix PREAUTH.
255
256         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
257
258 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
261         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
262         (shr-insert): Use them.
263         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
264
265 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
266
267         * nnir.el (nnir-request-move-article): Bail out if original group
268         doesn't support article moves.
269         (nnir-get-active): Improve active list retrieval.
270
271 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * shr.el (shr-find-fill-point): Don't break before apostrophes.
274
275 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
276
277         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
278         seem to accept strings-with-numbers as port numbers,
279
280 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
281
282         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
283         change the registry.
284
285 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
288         delete-dups that is not available in XEmacs 21.4.
289
290         * mm-util.el (mm-delete-duplicates): Add comment.
291
292 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
293
294         * nnir.el (nnir-ignored-newsgroups): New variable.
295         (nnir-get-active): Use it.
296
297 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * proto-stream.el (proto-stream-open-network): Add some comments.
300
301         * nntp.el (nntp-open-connection): Provide a :success condition.
302
303         * nnimap.el (nnimap-open-connection-1): Ditto.
304
305         * proto-stream.el (proto-stream-open-network): See what the response to
306         the STARTTLS command is.
307
308         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
309         backwards compatibility).
310         (nnimap-open-connection-1): Really respect nnimap-server-port.
311
312         * proto-stream.el (proto-stream-open-network): When doing opportunistic
313         TLS upgrades we don't really care about the identity of the peer.
314         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
315         that what we've checked for.
316         (proto-stream-always-use-starttls): Only default to t if
317         open-gnutls-stream exists.
318         (proto-stream-open-network): If STARTTLS failed, then just open a
319         normal connection.
320         (proto-stream-open-network): Wait until the greeting before doing
321         STARTTLS.
322
323         * nntp.el (nntp-open-connection): Report what the connection error is.
324
325         * proto-stream.el (open-protocol-stream): Renamed from
326         open-proto-stream.
327
328 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * nnimap.el (nnimap-stream): Change default to `undecided'.
331         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
332         first, and then network.
333         (nnimap-open-connection-1): Respect nnimap-server-port.
334         (nnimap-open-connection): Be more backwards-compatible.
335
336         * proto-stream.el (proto-stream-always-use-starttls): New variable.
337         (proto-stream-open-starttls): De-duplicate the starttls code.
338         (proto-stream-open-starttls): Folded back into the main function.
339         (proto-stream-open-network): Fix typo in the gnutls path.
340         (proto-stream-command): Refactor out.
341
342         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
343
344         * proto-stream.el (proto-stream-open-starttls): Actually implement the
345         starttls.el STARTTLS.
346
347         * color.el (color-lab->srgb): Fix function call name.
348
349         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
350         if we're using tls.el.
351         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
352         built in, then don't try to establish a STARTTLS connection.
353
354         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
355         servers.
356
357         * proto-stream.el (open-proto-stream): Use network, not stream.
358         (open-proto-stream): Add a way to specify what the end of a command is.
359
360         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
361         connections types.
362         (nntp-open-network-stream): Remove.
363         (nntp-open-ssl-stream): Remove.
364         (nntp-open-tls-stream): Remove.
365         (nntp-ssl-program): Remove.
366
367         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
368
369 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
370
371         * nnir.el: Fix typos.
372         (nnir-retrieve-headers-override-function): Rename variable to reflect
373         new semantics.
374         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
375         macros.
376         (nnir-request-article, nnir-request-move-article): Use them.
377         (nnir-categorize): New function.
378         (nnir-run-query): Use it.
379         (nnir-retrieve-headers): Rewrite to batch header retrieval.
380         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
381         sorted.
382         (nnir-group-full-name): Use gnus-group-full-name instead.
383         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
384         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
385
386 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
389
390         * proto-stream.el: New library to provide protocol-specific
391         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
392         protocols.
393         (open-proto-stream): Complete the documentation.
394         (proto-stream-open-network): Fix some typos.
395
396         * nnimap.el (nnimap-open-connection): Use it.
397
398 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
399
400         * pop3.el (pop3-open-server): Read server greeting before starting TLS
401         negotiation.
402
403 2010-11-26  Julien Danjou  <julien@danjou.info>
404
405         * color.el: Rename various rgb functions to srgb.
406
407 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
410         names.
411
412 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * shr.el (shr-insert): Revert last change.
415         (shr-find-fill-point): Never leave point being at bol;
416         relax the kinsoku limitation when rendering tables.
417
418 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
421         results from -accept-article.
422
423         * shr-color.el: Require cl when compiling.
424
425         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
426         checkin.
427
428         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
429
430         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
431
432         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
433         'add and 'delete to set backend marks.
434
435         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
436
437         * nnheader.el (nnheader-update-marks-actions): Refactor out.
438
439         * nntp.el (nntp-request-set-mark): Use it.
440
441         * nnfolder.el (nnfolder-request-set-mark): Ditto.
442
443         * nnml.el (nnml-request-set-mark): Ditto.
444
445         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
446         introduces regressions in article selection.
447         (nnimap-find-uid-response): New function.
448         (nnimap-request-accept-article): Use the UID returned, if any.
449         (nnimap-request-move-article): Use the UID returned, if any.
450         (nnimap-get-groups): Reimplement to work with folded lines.
451         (nnimap-find-uid-response): The UID is the last element in the list.
452         (nnimap-request-set-mark): Extend syntax with 'set.
453
454         * nnml.el (nnml-request-set-mark): Ditto.
455
456         * nnfolder.el (nnfolder-request-set-mark): Ditto.
457
458         * nntp.el (nntp-request-set-mark): Ditto.
459
460 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * message.el (message-called-interactively-p): A temporary macro.
463         (message-goto-body): Use it temporarily.
464
465 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
468         (nnimap-last-response-string): Unfold quoted lines, if they exist.
469         (nnimap-last-response-string): Fix last unfolding fix.
470
471 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * shr.el (shr-insert): Fix the way to fold lines.
474
475 2010-11-25  Julien Danjou  <julien@danjou.info>
476
477         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
478
479         * color.el: Rename from color-lab.el
480         (color-rgb->hex): Add.
481         (color-complement): Add.
482         (color-complement-hex): Add.
483
484         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
485
486 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * shr-color.el (shr-color-visible): Don't bug out if the colour names
489         don't exist.
490
491 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
494         assuming that article displaying or another mml-preview may be
495         interrupted for an error or for the like.
496
497         * shr.el (shr-get-background): Fix argument name.
498
499 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
502
503         * gnus-sum.el (gnus-summary-include-articles): New function.
504
505         * message.el (message-goto-body): called-interactively-p needs a
506         parameter, so use `any'.
507
508         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
509         clear marks before moving, since they're synced from the Gnus side
510         first.
511
512         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
513         (gnus-summary-move-article): Copy over all marks before moving, so that
514         IMAP doesn't think a new article has arrived.
515
516 2010-11-24  Julien Danjou  <julien@danjou.info>
517
518         * shr.el (shr-insert-background-overlay): Fix typo.
519         (shr-render-td): Copy the background before rendering.
520
521         * shr-color.el (shr-color-visible): Fix docstring.
522
523         * shr.el (shr-tag-table): Add bgcolor support.
524         (shr-render-td): Add bgcolor support.
525         (shr-get-background): Add.
526         (shr-insert-foreground-overlay): Use shr-get-background.
527
528         * message.el (message-goto-body): Use called-interactively-p.
529         (message-in-body-p): message-goto-body returns point.
530
531 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
534         Fixes something or other in Emacs 23, and is backwards compatible.
535
536         * message.el (message-goto-body): Remove the <#secure special-casing,
537         which is too special.
538
539         * shr.el (shr-parse-style): Drop !important from styles.
540
541 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
542
543         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
544         this function to return incorrect results when calling it with an
545         explicit article argument different from
546         (gnus-summary-article-number).
547
548 2010-11-24  Julien Danjou  <julien@danjou.info>
549
550         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
551         (shr-tag-body): Add background support.
552         (shr-descend): Add background support.
553         (shr-tag-title): Add.
554
555         * shr-color.el (shr-color-visible): Really return original background
556         if fixed.
557
558 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * shr.el (shr-color-check): Protect against non-existant colour names.
561
562 2010-11-24  Julien Danjou  <julien@danjou.info>
563
564         * color-lab.el: Require 'cl when compiling.
565
566         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
567
568         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
569         matched part.
570
571         * color-lab.el: Fix all expt calls to use float type.
572
573 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
576         expression to shr-color-check as is.
577
578         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
579
580         * color-lab.el: Add coding cookie.
581         (float-pi): Use eval-and-compile.
582
583         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
584         compiled for Emacsen having no `libxml-parse-html-region' support.
585
586 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * shr.el (shr-insert-color-overlay): Split stuff like
589         "#444444 !important" to find the real colour.
590         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
591         parse <font color="red"> entries.
592
593 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
594
595         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
596         point when parsing headers.
597
598         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
599         is positioned properly when parsing headers.
600
601 2010-11-23  Julien Danjou  <julien@danjou.info>
602
603         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
604
605         * shr-color.el (shr-color->hexadecimal): Add support for color names.
606
607         * shr.el (shr-parse-style): Replace \n with space in style parsing.
608
609         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
610         shr-color-hue-to-rgb.
611         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
612
613 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * shr.el (shr-color->hexadecimal): Autoload.
616         (shr-descend): Add color to all tags.
617
618 2010-11-22  Julien Danjou  <julien@danjou.info>
619
620         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
621         shr-color->hexadecimal.
622
623         * shr-color.el (shr-color->hexadecimal): Add converting functions for
624         RGB() or HSL() color representation.
625
626         * shr.el (shr-tag-font): Add.
627         (shr-tag-color-check): New function to get better colors.
628         (shr-tag-insert-color-overlay): Factorize code between tag-font and
629         tag-span.
630
631         * shr-color.el: New file.
632
633         * color-lab.el: New file.
634
635         * gnus-art.el (gnus-url-mailto): Do not downcase args.
636
637 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
638
639         * nnir.el: Fix typo in comments.
640         (nnir-run-imap): Simplify code. No need to reverse artlist.
641         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
642
643 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
646
647         * nnimap.el (nnimap-get-capabilities): Refactor out.
648         (nnimap-open-connection): Re-request capabilities after STARTTLS.
649
650 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
651
652         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
653         appearing when `mm-uu-hide-markers' is nil.
654
655 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * nnimap.el (nnimap-unselect-group): Make into its own function.
658         (nnimap-request-rename-group): Unselect group before renaming.
659         This had gotten lost somewhere.
660         (nnimap-request-accept-article): Keep track of examined groups, and
661         unselect the group before APPENDing to read-only groups.
662         (nnimap-request-move-article): Clear flags before moving so that they
663         can be re-set later.
664
665 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
668         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
669
670 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gnus-art.el (gnus-mime-display-single)
673         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
674         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
675         parameter.
676
677 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
680         (shr-table-vertical-line): New variable.
681         (shr-insert-table): Use it.
682
683 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * gnus-html.el (gnus-html-wash-images): Don't display images if
686         gnus-inhibit-images is non-nil; register displayer for cid images.
687         (gnus-html-display-image): Work for cid image.
688         (gnus-html-insert-image): Allow arguments.
689         (gnus-html-put-image): Inhibit read-only.
690         (gnus-html-prefetch-images): Don't prefetch images if
691         gnus-inhibit-images is non-nil.
692
693 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * shr.el (shr-put-image): Break lines when inserting big pictures.
696
697 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
698
699         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
700         sender, thanks Katsumi Yamaoka.
701
702 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
703
704         * nnir.el (nnir-run-imap): Reverse the article list for each group
705         rather than the whole list.
706
707 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * shr.el (shr-image-displayer): Protect function against non-existent
710         image source.
711
712         * gnus-art.el (gnus-inhibit-images): New user option.
713         (gnus-mime-display-single): Don't display image if it is non-nil.
714
715         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
716         gnus-inhibit-images.
717
718         * shr.el (shr-image-displayer): New function.
719         (shr-tag-img): Use it.
720
721 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
722
723         * mml2015.el (mml2015-epg-sign): Use From header.
724
725 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-html.el (gnus-html-wash-images): Register a displayer.
728
729         * gnus-util.el (gnus-find-text-property-region): Return markers.
730
731         * shr.el (shr-tag-img): Put a displayer in the text property.
732
733         * gnus-util.el (gnus-find-text-property-region): New utility function.
734
735         * gnus-html.el (gnus-html-display-image): Make the alt optional.
736         (gnus-html-show-images): Remove.
737
738         * gnus-art.el (gnus-article-show-images): New, more general function.
739
740         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
741         image url text properties.
742
743         * shr.el: Ditto.
744
745         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
746         gnus-agent-auto-agentize-methods is set.  Which it isn't.
747
748 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
751         work for two or more articles.
752
753 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
756         divide an image that's in an html article to two or more when washing
757         non-ASCII characters in alt text of it.
758
759 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
762         smime-decrypt-region using function argument.
763         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
764
765         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
766
767         * smime.el (smime-decrypt-region): Catch it.
768
769 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
770
771         * smime.el (smime-mode-map): Move initialization into declaration.
772         (gnus-run-mode-hooks): Don't autoload.
773         (smime-mode): Use define-derived-mode.
774
775 2010-11-11  Glenn Morris  <rgm@gnu.org>
776
777         * smime.el (from): Restrict declaration to XEmacs.
778
779         * nnir.el (gnus-group-topic-name): Autoload.
780
781 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * shr.el (shr-insert): Don't break long line if it is because of
784         kinsoku-bol characters in the line end.
785
786 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
787
788         * nnir.el (nnir-request-move-article): Fix to provide original group
789         and subject.
790         (nnir-warp-to-article): Don't fail on articles whose headers haven't
791         been retrieved.
792
793         * gnus-sum.el (gnus-summary-move-article): Use original group and
794         subject for virtual articles such as those in an nnir summary buffer.
795
796 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
799         least 21.5).
800
801         * smime.el (from): Declare it again for XEmacs.
802
803 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * message.el (message-resend): Don't disable encoding unless it's
806         already encoded.
807
808         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
809         low-numbered articles.
810
811 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * rfc2047.el (rfc2047-syntax-table): Simplify.
814
815         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
816
817         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
818         set-char-table-range for XEmacs.
819
820 2010-11-10  Glenn Morris  <rgm@gnu.org>
821
822         * time-date.el (time-to-seconds): Always an alias on Emacs,
823         never a real function.
824         (with-no-warnings): Remove compat stub, now unused.
825         (time-less-p): Doc fix.
826         (time-to-number-of-days): Simplify.
827
828         * smime.el (from): Remove unused declaration.
829
830         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
831         (gnus-float-time): On Emacs, always an alias.
832
833         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
834         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
835
836 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * dgnushack.el: Don't use ignore-errors in the top level form since it
839         is unavailable in XEmacs even if cl is loaded.
840
841         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
842
843 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * shr.el (browse-url-mailto): Autoload.
846
847         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
848
849         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
850         regexp doesn't need quoting.
851
852 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
853
854         * message.el (message-subject-trailing-was-ask-regexp)
855         (message-subject-trailing-was-regexp): Match was: in addition to was.
856
857 2010-11-09  Glenn Morris  <rgm@gnu.org>
858
859         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
860         (nnbabyl-check-mbox): Use point-at-bol.
861
862 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
865
866         * message.el (message-mailto): New function.
867         (message-mailto): Should accept other parameters.
868         (message-mailto): Remove since it duplicates browse-url-mailto
869         functionality.
870
871 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
874         methods.
875         (gnus-read-active-file): Ditto.
876
877         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
878         ": " from the prompt.
879         (gnus-group-make-group): Ditto.
880
881 2010-11-07  Glenn Morris  <rgm@gnu.org>
882
883         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
884         (gnus-bookmark-kill-line): Use point-at-eol.
885
886 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
889         asterisks in From header.
890
891 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
894         string to avoid making the From headers syntactically invalid.
895
896         * message.el (message-send-mail): Don't insert courtesy messages if the
897         message already has List-Post and List-ID messages.
898
899 2010-11-06  Glenn Morris  <rgm@gnu.org>
900
901         * gnus-art.el (gnus-treat-article): Give dynamic local variables
902         `condition', `type', `length' a prefix.
903         (gnus-treat-predicate): Update for above name changes.
904
905 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
908         binding.  Handled by `gnus-summary-refer-thread' instead.
909         (nnir-warp-to-article): New backend function.
910
911         * nnimap.el (nnimap-request-thread): Force dependency updating.
912
913         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
914         (gnus-summary-refer-thread): Rework to improve thread-referral.
915
916         * gnus-int.el (gnus-warp-to-article): New function.
917
918         * gnus-sum.el (gnus-summary-article-map): Bind it.
919
920 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
921
922         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
923         gnus-summary-refer-thread.
924
925         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
926         headers.
927         (gnus-summary-limit-include-thread): Prevent articles in thread from
928         being cut in gnus-cut-threads.
929         (gnus-summary-refer-thread): Limit retrieved headers to those in
930         thread.
931
932 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * message.el (message-send-mail): Use the value of
935         message-courtesy-message from the message buffer.
936
937         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
938
939         * shr.el (shr-browse-url): Implement mailto: URLs.
940
941         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
942         "raw".
943
944         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
945         if it's already selected.
946
947         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
948
949 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
952         to measure the length and truncate alt text.
953
954 2010-11-03  Glenn Morris  <rgm@gnu.org>
955
956         * nndiary.el (nndiary-generate-nov-databases-1)
957         (nndiary-generate-active-info): Rename dynamic variable `files' to
958         something less generic.
959
960 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
961
962         * nnir.el (nnir-request-move-article): Call the underlying backend to
963         move articles from nnir.
964
965 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
968
969 2010-11-02  Julien Danjou  <julien@danjou.info>
970
971         * nnir.el: Remove wais support.
972
973 2010-11-02  Glenn Morris  <rgm@gnu.org>
974
975         * gnus-html.el: Reorder requirements to quieten compiler.
976
977 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
980         properly for XEmacs as well.
981         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
982         (gnus-article-natural-long-line-p): Use window-width rather than
983         frame-width.
984
985 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
986
987         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
988         (nnir-read-parms): Don't modify query.
989         (nnir-run-query): Add ability to search topic on current line.
990         (nnir-get-active): Clean up.
991
992 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
995         degenerate articles.
996
997         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
998         (gnus-print-buffer): Just print the buffer as is, without any copying
999         to a buffer and then re-highlighting.
1000
1001         * nnimap.el (nnimap-request-group): Store the new updated info.
1002         (nnimap-request-group): Select the group when we don't know whether it
1003         exists or not.
1004
1005         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1006         groups.
1007
1008         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1009         groups.
1010
1011         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1012         groups.
1013
1014         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1015         long-lines case by only filling the long lines.
1016
1017         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1018         (bug #7311).
1019
1020 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * shr.el: No need to declare `declare-function' since shr.el is for
1023         only Emacsen that provide `libxml-parse-html-region'.
1024
1025         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1026         effective only in a file it is referred to.
1027
1028 2010-11-01  Glenn Morris  <rgm@gnu.org>
1029
1030         * mm-util.el (gnus-completing-read): Autoload.
1031         (mm-read-coding-system): Simplify Emacs definition.
1032
1033         * nnmail.el (gnus-activate-group):
1034         * nnimap.el (gnutls-negotiate):
1035         * nntp.el (netrc-parse): Fix declarations.
1036
1037 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1040         string-match-p in Emacs >=23.
1041
1042         * gnus-msg.el (gnus-configure-posting-styles)
1043         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1044
1045 2010-11-01  Glenn Morris  <rgm@gnu.org>
1046
1047         * nnir.el (declare-function): Add compat stub.
1048         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1049         (nnir-run-gmane): Require 'mm-url.
1050
1051         * mm-util.el (mm-string-to-multibyte): Simplify.
1052
1053         * shr.el (declare-function): Add compat stub.
1054         (url-cache-create-filename): Declare.
1055         (mm-disable-multibyte, widget-convert-button): Autoload.
1056
1057         * smime.el (ldap-search): Declare.
1058         (smime-cert-by-ldap-1): Require ldap on Emacs.
1059
1060         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1061         (nnimap-keepalive): Use gnus-float-time.
1062
1063         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1064         (mail-source-delete-crash-box): Use gnus-float-time.
1065
1066         * gnus-dired.el (gnus-completing-read): Autoload.
1067
1068         * mm-view.el (gnus-rescale-image): Autoload.
1069
1070         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1071
1072         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1073
1074         * sieve-manage.el: Require 'cl when compiling.
1075
1076         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1077         (gnus-iswitchb-completing-read): Require iswitchb.
1078         (gnus-select-frame-set-input-focus): Silence compiler.
1079
1080 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * message.el (message-subject-trailing-was-query): Change default to t,
1083         since I think that's what most people want.
1084
1085         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1086         appending for easier debugging.
1087         (nnimap-wait-for-connection): Take a regexp.
1088         (nnimap-request-accept-article): Wait for the continuation line before
1089         sending anything unless we're streaming.
1090
1091         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1092         leave the header washing to take place.
1093
1094 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1095
1096         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1097         regular expression match and replace in posting styles.
1098
1099 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1100
1101         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1102         an entire server.
1103         (nnir-get-active): New function.
1104         (nnir-run-imap): Use it.
1105         (nnir-run-gmane): Who knew, gmane search returns an article score!
1106
1107         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1108         server on the current line with nnir.
1109
1110 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1113         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1114         left edge.
1115         (gnus-article-foldable-buffer): Skip past the prefix when determining
1116         raggedness.
1117
1118         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1119         the raw article, and change `C-u g' to show the article without doing
1120         treatments.
1121
1122         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1123         on to `gnus-treat-article'.
1124         (gnus-inhibit-article-treatments): New variable.
1125
1126         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1127
1128         * gnus-art.el (gnus-treatment-function-alist): Have
1129         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1130         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1131         sections.
1132
1133         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1134         parameter.
1135         (gnus-article-fill-cited-long-lines): New function.
1136         (gnus-article-fill-cited-article): Allow filling only long sections.
1137
1138         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1139         and non-punctuation (like after the apostrophe in "'We").
1140
1141         * gnus-sum.el (gnus-summary-select-article): Make sure
1142         gnus-original-article-buffer is alive.
1143
1144         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1145         reflect the order they're in in the digest.
1146
1147         * gnus.el (gnus-group-startup-message): Move point to the start of the
1148         buffer.
1149
1150         * nnimap.el (nnimap-capability): New function.
1151         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1152         is set.
1153
1154 2010-10-31  David Engster  <dengste@eml.cc>
1155
1156         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1157         conform with changes to gnus-completing-read.
1158
1159 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1162
1163 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1164
1165         * nnir.el: Move defvar, defcustom around to keep file organized
1166         and keep byte-compiler quiet.
1167         (nnir-read-parms): Accept search-engine as arg.
1168         (nnir-run-query): Pass search-engine as arg.
1169         (nnir-search-engine): Remove.
1170
1171 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * shr.el (shr-generic): The text nodes should be text, not :text.
1174
1175         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1176         later in the file.
1177
1178 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1179
1180         * nnir.el: General clean up.  Allow searching with multiple engines.
1181         Allow separate extra-parameters for each engine.
1182         Batch queries when possible.
1183         (nnir-imap-default-search-key,nnir-method-default-engines):
1184         Add customize interface.
1185         (nnir-run-gmane): New engine.
1186         (nnir-engines): Use it.  Qualify all prompts with engine name.
1187         (nnir-search-engine): Remove global variable.
1188         (nnir-run-hyrex): Restore for now.
1189         (nnir-extra-parms,nnir-search-history): New variables.
1190         (gnus-group-make-nnir-group): Use them.
1191         (nnir-group-server): Remove in favor of gnus-group-server.
1192         (nnir-request-group): Avoid searching twice.
1193         (nnir-sort-groups-by-server): New function.
1194
1195 2010-10-30  Julien Danjou  <julien@danjou.info>
1196
1197         * gnus-group.el: Remove gnus-group-fetch-control.
1198
1199         * gnus-start.el (gnus-find-new-newsgroups):
1200         Remove gnus-check-first-time-used.
1201
1202         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1203
1204 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1205
1206         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1207         set on groups that don't have \* permanentflags.
1208
1209 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1212         control the background color.
1213         (shr-tag-img): Ignore very small web bug type images.
1214         (shr-put-image): Add help-echo alt texts to the images.
1215         (shr-tag-video): Show the video poster image.
1216
1217 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * shr.el (shr-table-depth): New variable.
1220         (shr-tag-table-1): Only insert the images after the top-level table.
1221
1222         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1223
1224         * gnus-util.el (gnus-list-memq-of-list): New function.
1225
1226         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1227         selected.
1228         (nnimap-unsplittable-articles): New slot.
1229         (nnimap-new-articles): Use it.
1230
1231 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1232
1233         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1234         move to the previous line on `M-g'.
1235
1236 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1239         *-request-group, which seems unnecessary.
1240
1241         * nnimap.el (nnimap-quote-specials): Function copied over from
1242         imap.el.
1243         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1244         they support that.  Suggested by Tom Regner.
1245
1246 2010-10-29  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1249         defalias.
1250         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1251
1252         * gnus.el: Remove `gnus-nntp-service' variable.
1253         (gnus-secondary-servers): Make obsolete.
1254         (gnus-nntp-server): Make obsolete.
1255
1256         * gnus-start.el (gnus-1): Remove x-splash calls.
1257
1258         * gnus-ems.el (gnus-x-splash): Remove.
1259
1260         * gnus.el (gnus-group-startup-message): Simplify/update code.
1261
1262         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1263         definition.
1264
1265         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1266         capability before doing anything.
1267         (gnus-group-insert-group-line): Remove useless
1268         gnus-group-remove-excess-properties.
1269
1270 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1273
1274 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1277         config after reselecting.
1278
1279 2010-10-28  Julien Danjou  <julien@danjou.info>
1280
1281         * shr.el (shr-put-image): Use point even if only inserting text.
1282         (shr-put-image): Save excursion when inserting alt text on non-graphic
1283         display, so the behaviour is the same when we are on a graphic display.
1284
1285         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1286
1287 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1290         (gnus-mime-copy-part): Check coding system, not charset.
1291         (gnus-mime-view-part-externally): Never remove part.
1292         (gnus-mime-view-part-internally): Don't remove part here.
1293         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1294         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1295         multipart/alternative.
1296
1297         * mm-decode.el (mm-display-part): Take optional arg `force'.
1298
1299 2010-10-26  Julien Danjou  <julien@danjou.info>
1300
1301         * gnus-group.el (gnus-group-default-list-level): Add this function to
1302         compute the default list level.
1303         (gnus-group-default-list-level): Add possibility to use a function.
1304
1305 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1308
1309         * gnus-group.el (gnus-group-completing-read)
1310         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1311         gnus-replace-in-string.
1312
1313 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * shr.el (shr-tag-div): Add.
1316
1317         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1318
1319 2010-10-25  Julien Danjou  <julien@danjou.info>
1320
1321         * gnus-util.el: Remove `gnus-with-local-quit'.
1322
1323         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1324
1325 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1328         the original article buffer.
1329
1330 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * nnimap.el (nnimap-request-head): New function.
1333         (nnimap-request-move-article): Try to be slighly faster by not
1334         requesting the entire message when moving.
1335         (nnimap-transform-headers): Don't bug out on bodiless articles.
1336         (nnimap-send-command): Have no outstanding messages if the IMAP server
1337         doesn't support streaming.
1338         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1339
1340 2010-10-24  Julien Danjou  <julien@danjou.info>
1341
1342         * message.el (message-default-headers): Fix type.
1343
1344 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1347         prefetching images.
1348
1349         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1350         backend for unknown groups.  This is mainly useful for nnimap groups.
1351
1352         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1353         group isn't covered by the agent.
1354
1355 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1356
1357         * nnir.el (nnir-method-default-engines): New variable.
1358         (nnir-run-query): Use it.
1359         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1360         (gnus-summary-nnir-goto-thread): Change group if needed.
1361
1362         * gnus-group.el (gnus-group-group-map): Add key binding for
1363         gnus-group-make-nnir-group.
1364
1365 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * shr.el (shr-tag-object): Add.
1368
1369         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1370         original article buffer live.
1371         (gnus-summary-select-article-buffer):
1372         Mention gnus-widen-article-buffer.
1373
1374 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * shr.el (shr-tag-strong): Add.
1377
1378 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1381         group names.  They mess up the group buffer badly.
1382
1383         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1384
1385         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1386         instead of the summary one.
1387
1388 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * mml.el (mml-preview): Work properly when editing article.
1391
1392         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1393         gnus-have-read-active-file if it's already been in.
1394
1395 2010-10-22  Tom Tromey  <tromey@redhat.com>
1396
1397         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1398         gnus-group-completing-read.
1399
1400 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * message.el (message-mode-map): Don't bind M-; to comment region, to
1403         allow the global comment-dwim to work.
1404
1405 2010-10-21  Julien Danjou  <julien@danjou.info>
1406
1407         * message.el (message-setup-1): Allow message-default-headers to be a
1408         function.
1409
1410 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * shr.el (shr-tag-table): Simplify.
1413
1414 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1417         to avoid trying to snarf invalid stuff.
1418
1419         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1420
1421         * gnus.el (gnus-message-archive-group): Quote value.
1422         (gnus-message-archive-group): Mark as changed.
1423
1424         * shr.el (shr-add-font): Don't put the font properties on the newline
1425         or the indentation.
1426
1427         * message.el (message-fix-before-sending): Change options when sending
1428         non-printable characters.
1429
1430         * gnus.el (gnus-message-archive-method): Change the default to
1431         monthly outgoing groups.
1432
1433         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1434         that have gotten new numbers.
1435
1436         * nnimap.el (nnimap-request-replace-article): New function.
1437
1438 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1441         (nnrss-request-article): Don't use special html washing code.
1442
1443 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * shr.el (shr-tag-table): Remove useless nconc.
1446
1447 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-art.el (article-wash-html): Simplify and remove the charset
1450         stuff.  Use the normal html rendering code instead of the special html
1451         washing code.
1452
1453         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1454         `gnus-w3m' symbols.
1455         (mm-text-html-washer-alist): Remove.
1456
1457         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1458         (mm-inline-media-tests): Remove use.
1459         (mm-text-html-renderer): Change default to the `shr' symbol.
1460
1461         * mm-view.el (mm-inline-text-html): Remove use.
1462
1463         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1464         `gnus-blocked-images' to be a function.
1465         (gnus-article-wash-function): Remove.
1466
1467 2010-10-20  Julien Danjou  <julien@danjou.info>
1468
1469         * spam.el (spam-list-of-processors): Mark as obsolete.
1470
1471         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1472         (nnimap-insert-partial-structure): Fix boundary detection.
1473
1474 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1475
1476         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1477         run file-truename on remote files.  This can be expensive and even
1478         prevent one from editing drafts if some unrelated buffer has a stale
1479         connection.
1480
1481 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1484         kinsoku-eol regardless of shr-kinsoku-shorten.
1485         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1486         (shr-tag-table): Support caption, thead, and tfoot.
1487
1488 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1491         lines.
1492         (shr-save-contents): New command and keystroke.
1493
1494         * nndoc.el (nndoc-type-alist): Add git support.
1495         (nndoc-git-type-p): New function.
1496         (nndoc-transform-git-article): Ditto.
1497         (nndoc-transform-git-headers): Ditto.
1498         (nndoc-transform-git-headers): Generate Subject headers.
1499
1500         * shr.el (shr-parse-style): New function.
1501         (shr-tag-span): Ditto.
1502
1503         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1504         to `G G' to avoid collisions.
1505
1506 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * shr.el: Load kinsoku if necessary.
1509         (shr-kinsoku-shorten): New internal variable.
1510         (shr-find-fill-point): Make kinsoku shorten text line if
1511         shr-kinsoku-shorten is bound to non-nil.
1512         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1513         shr-indentation too when testing if table is wider than frame width.
1514         (shr-insert-table): Use `string-width' instead of `length' to measure
1515         text width.
1516         (shr-insert-table-ruler): Make sure indentation is done at bol.
1517
1518 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1519
1520         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1521         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1522         undecoded network data.
1523
1524 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1527         name in the mode line spec so that the mode line menu works
1528         (bug #2431).
1529
1530         * message.el (message-get-reply-headers): If we're fed `to-address',
1531         then always use that.
1532
1533         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1534         aren't so wide as to need to switch off the edit menu.
1535
1536         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1537         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1538
1539         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1540         `M-g'.
1541         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1542         the permanent marks.
1543
1544 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1545
1546         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1547         Splitting according to references/in-reply-to obeys the ignore-groups
1548         variable, while splitting by sender and subject do not.
1549
1550 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1553         alist, so that we can look for non-Unicode chars.
1554         (article-translate-strings): Allow both character and string maps.
1555
1556 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * shr.el (shr-insert): Don't insert space behind a wide character
1559         categorized as kinsoku-bol, or between characters both categorized as
1560         nospace.
1561
1562 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1563
1564         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1565         headers to gnus-newsgroup-headers.
1566
1567 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * shr.el (shr-tag-img): Don't align images -- since we're not
1570         rescaling, this often leads to ugly displays.
1571
1572 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1573
1574         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1575         duplicates.
1576
1577 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1578
1579         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1580         call.
1581
1582 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus.el: Autoload gnus-html-show-images.
1585
1586         * nnimap.el: Use nnheader-message throughout.
1587
1588         * shr.el (shr-tag-img): Ignore images with no data.
1589
1590 2010-10-15  Julien Danjou  <julien@danjou.info>
1591
1592         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1593         a possibility to disable format=flow encoding when using hard newlines.
1594
1595 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * shr.el (shr-insert): Remove space inserted before or after a
1598         breakable character or at the beginning or the end of a line.
1599         (shr-find-fill-point): Do kinsoku; find the second best point or give
1600         it up if there's no breakable point.
1601
1602 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * nnimap.el (nnimap-open-connection): Message when opening connection
1605         for debugging purposes.
1606
1607         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1608         on every setup buffer call to allow this to change from article to
1609         article.
1610
1611         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1612         buffers where we have a wide table.
1613
1614 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1615
1616         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1617         uses *-request-thread.
1618
1619 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1622         incantation, which is no longer valid.
1623
1624 2010-10-14  Julien Danjou  <julien@danjou.info>
1625
1626         * shr.el: Fix defcustom type (char -> character).
1627
1628 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1631         programs.
1632
1633 2010-10-14  Julien Danjou  <julien@danjou.info>
1634
1635         * shr.el (shr-tag-a): Use url-link as widget type.
1636
1637         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1638         `gnus-group-get-icon'.
1639
1640 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1643         This should make server editing work better.
1644
1645         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1646
1647         * tls.el (tls-program): Remove spurious %s from openssl.
1648
1649         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1650         (nnimap-parse-flags): Fix regexp.
1651
1652         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1653         probably work for CJVK text, too.
1654
1655         * nnimap.el (nnimap-extend-tls-programs): Remove.
1656         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1657
1658         * tls.el (tls-starttls-switches): Remove starttls hack.
1659         (open-tls-stream): Ditto.
1660         (tls-find-starttls-argument): Ditto.
1661
1662 2010-10-13  Julien Danjou  <julien@danjou.info>
1663
1664         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1665         responses.
1666
1667 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1670
1671         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1672         anything in Emacs.
1673
1674         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1675
1676 2010-10-13  Julien Danjou  <julien@danjou.info>
1677
1678         * shr.el (shr-width): Make shr-width a defcustom with default to
1679         fill-column.
1680         (shr-tag-img): Use shr-width rather than fill-column.
1681
1682 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * dgnushack.el (byte-optimize-apply)
1685         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1686
1687         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1688         position when (X-)Faces exist.
1689         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1690         avatars when called interactively.
1691
1692 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1695         gnus-article-x-face-too-ugly is bound.
1696
1697 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1700
1701         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1702         mailbox that doesn't exist.
1703
1704 2010-10-12  Julien Danjou  <julien@danjou.info>
1705
1706         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1707         (shr-get-image-data): Encode URL properly when fetching from cache.
1708         (shr-tag-img): Use aligned-to spaces to align correctly images.
1709
1710         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1711         before inserting the Gravatar.
1712
1713         * shr.el (shr-tag-img): Add align attribute support for <img>.
1714
1715 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus-gravatar.el (gnus-art): Require.
1718
1719         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1720         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1721         Remove long obsoleted functions.
1722
1723 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1726
1727         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1728
1729         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1730         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1731         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1732         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1733         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1734         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1735         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1736
1737 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * nnimap.el (nnimap-request-rename-group): Select group read-only
1740         before renaming it.
1741
1742         * shr.el (shr-insert): Fix up the white space only regexp.
1743
1744         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1745         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1746
1747         * shr.el (shr-current-column): New function.
1748         (shr-find-fill-point): New function.
1749
1750 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1751
1752         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1753         numbers.
1754
1755 2010-10-11  Julien Danjou  <julien@danjou.info>
1756
1757         * shr.el (shr-hr-line): Add.
1758         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1759         display hr lines.
1760         (shr-max-columns): Do not change state to nil if we just inserting
1761         spaces.
1762
1763 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1766         select the last group.
1767
1768 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1771
1772 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1773
1774         * dig.el (dig-mode-map): Declare and define in one step.
1775
1776 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1779         for Gnus.
1780         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1781         (nnimap-update-qresync-info): Mark \Seen articles as read.
1782
1783         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1784         non-variable, too.
1785
1786         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1787         available.
1788         (nnimap-update-info): Rely more on the current active than the param
1789         active to avoid marking articles as read too much.
1790
1791         * auth-source.el (auth-source-create): Use (user-login-name) for the
1792         user name default.
1793
1794         * nnimap.el (nnimap-update-info): If the server doesn't return any
1795         useful info, just use the previous info.
1796         (nnimap-update-info): Prefer old info over start-article.
1797         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1798
1799 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1800
1801         * nnir.el (autoload): Clean up autoloads.
1802         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1803         Use key rather than value.
1804         (nnir-imap-search-other): New variable.
1805         (nnir-read-parm): Use it.
1806         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1807         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1808
1809 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1810
1811         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1812         the process, too.
1813
1814 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * spam.el (gnus-summary-mode-map): Bind to "$".
1817         Suggested by Russ Allbery.
1818
1819         * shr.el: Rework the way things are indented by <li> slightly.
1820
1821         * gnus.el (gnus-group-set-parameter): Fix typo.
1822
1823         * nnimap.el: Start implementing QRESYNC support.
1824
1825 2010-10-09  Julien Danjou  <julien@danjou.info>
1826
1827         * nnir.el (nnir-engines): Fix too many arguments.
1828
1829 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1832         group is the "last", so that the backends like nnfolder actually save
1833         their folders.
1834
1835         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1836         try to use that for the tls stream.
1837         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1838         UIDVALIDITY and find out which groups are read-only and not.
1839         (nnimap-get-flags): Use the same marks parsing code as the rest of
1840         nnimap.
1841
1842 2010-10-09  Julien Danjou  <julien@danjou.info>
1843
1844         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1845
1846         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1847         retrieving gravatars.
1848
1849         * shr.el (shr-table-corner): Add.
1850         (shr-table-line): Add.
1851         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1852
1853 2010-10-08  Julien Danjou  <julien@danjou.info>
1854
1855         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1856
1857 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1858
1859         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1860
1861         * gnus-sum.el (gnus-mark-article-as-unread)
1862         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1863         (gnus-summary-set-bookmark): Use it.
1864
1865         * gnus-msg.el (gnus-setup-message): Use it.
1866
1867         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1868
1869         * gnus.el (gnus-group-remove-parameter): Use it.
1870
1871         * gnus-group.el (gnus-group-make-web-group): Use it.
1872
1873         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1874
1875         * nnregistry.el: Update docs to mention manual.
1876
1877         * gnus-registry.el: Update docs to mention nnregistry.el.
1878         (gnus-registry-initialize): Don't install nnregistry refer method
1879         automatically.
1880         (gnus-registry-install-nnregistry): Remove it.
1881
1882 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * shr.el (shr-insert): Don't insert double spaces.
1885
1886 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * gnus-gravatar.el (gnus-treat-from-gravatar)
1889         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1890         called interactively.
1891
1892         * gnus-art.el (gnus-mime-view-part-externally)
1893         (gnus-mime-view-part-internally): Make predicate function passed to
1894         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1895         of a mime type.
1896
1897         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1898
1899 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * shr.el (require): Require cl when compiling.
1902         (shr-tag-hr): New function.
1903
1904         * nnimap.el (nnimap-update-info): Remove double setting of high.
1905         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1906         This makes nnimap work properly on Courier again.
1907
1908         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1909         the variable for backwards compatability.
1910
1911         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1912         the file name before using to avoid setting mm-default-directory to
1913         nil.
1914
1915         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1916         bidning gnus-agent variables.
1917
1918         * shr.el (shr-render-td): Use a cache for the table rendering function
1919         to avoid getting an exponential rendering behaviour in nested tables.
1920         (shr-insert): Rework the line-breaking algorithm.
1921         (shr-insert): Don't leave trailing spaces.
1922         (shr-insert-table): Also insert empty TDs.
1923         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1924
1925 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1926
1927         * gnus-sum.el (gnus-number): Rename from `number'.
1928         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1929         (gnus-summary-limit-children): Update uses correspondingly.
1930
1931 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1934         (gnus-gravatar-transform-address): Don't show avatars of people of
1935         which mail addresses match gnus-gravatar-too-ugly.
1936
1937 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * shr.el (shr-table-widths): Expand TD elements to fill available
1940         space.
1941
1942 2010-10-07  Julien Danjou  <julien@danjou.info>
1943
1944         * nnimap.el (nnimap-request-rename-group): Add this method.
1945
1946 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1949         name from XEmacs' function-arglist.
1950
1951         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1952         gravatar under XEmacs.
1953
1954 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1955
1956         * auth-source.el: Update docs with TODO items.
1957
1958         * gnus-sync.el: Update docs to explain state and plans.
1959
1960         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1961         Hooks for mark updates.
1962         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1963
1964         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1965         hooks with arguments, which is needed for mark update hooks.
1966
1967 2010-10-06  Julien Danjou  <julien@danjou.info>
1968
1969         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1970         was matched.
1971
1972         * sieve-manage.el: Update example in `Commentary'.
1973
1974         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1975
1976         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1977         not 2000.
1978         (sieve-manage-authenticate): Re-add function.
1979
1980 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * shr.el (shr-insert): Get 'space transition right.
1983         (shr-render-td): Only delete space at the end of the TD.
1984
1985         * nnimap.el (nnimap-open-connection): Prepare to support
1986         open-gnutls-stream.
1987
1988         * shr.el: Rearrange function order to be more logical.
1989
1990 2010-10-06  Julien Danjou  <julien@danjou.info>
1991
1992         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1993         (nnrss-discover-feed): Remove 404 URL in docstring.
1994
1995         * nnir.el: Fix Swish-E URL.
1996         Fix Namazu URL.
1997
1998         * message.el (message-change-subject): Remove 404 URL in a comment.
1999
2000 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2003         called interactively.
2004
2005         * gnus-util.el (gnus-remove-if): Allow hash table.
2006         (gnus-remove-if-not): New function.
2007
2008         * gnus-art.el (gnus-mime-view-part-as-type)
2009         * gnus-score.el (gnus-summary-score-effect)
2010         * gnus-sum.el (gnus-read-move-group-name):
2011         Replace remove-if-not with gnus-remove-if-not.
2012
2013         * gnus-group.el (gnus-group-completing-read):
2014         Regard collection as a hash table if it is not a list.
2015
2016 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2019
2020         * shr.el: Document the table-rendering algorithm.
2021
2022 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2025         for Emacsen having no `libxml-parse-html-region' support.
2026
2027 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2030         invalid URLs.
2031
2032         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2033         line-broken.
2034         (shr-tag-img): Ignore image fetching errors.
2035         (shr-overlays-in-region): Compute overlay positions correctly.
2036
2037         * mm-decode.el (mm-shr): Require shr.
2038
2039         * gnus-art.el (gnus-blocked-images): Move variable here.
2040
2041         * shr.el (shr-insert-table): Bind free variable.
2042
2043         * mm-decode.el (mm-shr): Bind shr-content-function.
2044
2045         * shr.el (shr-content-function): New variable.
2046
2047         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2048         added for symmetry.
2049
2050         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2051
2052         * gnus-group.el (gnus-group-make-group): Doc fix.
2053
2054         * nnimap.el (nnimap-request-newgroups): Return success.
2055
2056         * shr.el (shr-find-elements): New function.
2057         (shr-tag-table): Put all the images after the table.
2058         (shr-tag-table): Really inhibit images inside the table.
2059         (shr-collect-overlays): Copy over overlays from the TD elements to the
2060         main document.
2061
2062         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2063         gnus-blocked-images.
2064
2065 2010-10-05  Julien Danjou  <julien@danjou.info>
2066
2067         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2068
2069         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2070         (gnus-html-maximum-image-size): Add this function.
2071         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2072
2073         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2074         server-value of the capability is nil.
2075
2076 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * shr.el (shr-tag-em): Add <EM> tag.
2079
2080 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2081
2082         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2083         customizable.
2084
2085         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2086         handing broken links to browse-url.
2087
2088 2010-10-05  Julien Danjou  <julien@danjou.info>
2089
2090         * gnus-util.el (gnus-emacs-completing-read)
2091         (gnus-iswitchb-completing-read): Use autoload rather than require.
2092
2093 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2096         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2097         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2098         iswitchb-temp-buflist for XEmacs.
2099
2100         * gnus-util.el (gnus-completing-read-function): Exclude
2101         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2102         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2103         XEmacs.
2104
2105         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2106         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2107
2108         * gnus-html.el: Don't require help-fns under XEmacs.
2109         (gnus-html-schedule-image-fetching): Work for XEmacs.
2110
2111         * mm-decode.el (mm-shr): Decode contents by charset.
2112
2113 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2116         unknown.
2117
2118         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2119         (shr-get-image-data): Ensure against the cache file missing.
2120
2121         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2122         for data.
2123
2124         * spam-report.el (spam-report-url-ping-plain): Don't query about
2125         killing the process.
2126
2127         * shr.el (shr-render-td): Protect against too-wide text.
2128
2129 2010-10-04  Julien Danjou  <julien@danjou.info>
2130
2131         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2132         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2133
2134         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2135         retrieved.
2136
2137 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * shr.el (browse-url): Require.
2140         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2141         lines.
2142         (shr-show-alt-text, shr-browse-image): New commands.
2143         (shr-browse-url, shr-copy-url): New commands.
2144
2145         * gnus-sum.el (gnus-widen-article-window): New variable.
2146         (gnus-summary-select-article-buffer): Use it.
2147
2148         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2149         without @ signs.
2150
2151 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2152
2153         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2154
2155 2010-10-04  Julien Danjou  <julien@danjou.info>
2156
2157         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2158         for XEmacs.
2159
2160 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2163
2164         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2165         (nnimap-close-server): Implement.
2166
2167         * dgnushack.el (iswitchb): Require to shut up the compiler.
2168
2169         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2170         (shr-insert): Tweak line breaking.
2171         (shr-insert): Handle <pre> better.
2172         (shr-tag-li): Get <li> indentation right.
2173         (shr-tag-li): Get <li> indentation even righter.
2174         (shr-tag-blockquote): Ensure paragraph start.
2175         (shr-make-table): Tweak table generation.
2176         (shr-make-table): Fix typo.
2177
2178         * shr.el: Implement table rendering.
2179
2180 2010-10-04  Julien Danjou  <julien@danjou.info>
2181
2182         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2183
2184 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * shr.el (shr-insert): Use string anchors instead of line anchors.
2187
2188 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el: Add headings.
2191         (shr-ensure-paragraph): Actually work.
2192         (shr-tag-li): Make <ul> prettier.
2193         (shr-insert): Get white space at the beginning/end of elements right.
2194         (shr-tag-p): Collapse subsequent <p>s.
2195         (shr-ensure-paragraph): Don't insert double line feeds after blank
2196         lines.
2197         (shr-insert): \t is also space.
2198         (shr-tag-s): Fix "s" tag name function.
2199         (shr-tag-s): Fix face prop name.
2200
2201 2010-10-03  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2204
2205         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2206         gnus-window-inside-pixel-edges.
2207
2208         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2209         gnus-ems.
2210
2211         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2212
2213         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2214         function.
2215
2216         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2217         resize choice.
2218
2219 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2222         beginning of the buffer.
2223
2224         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2225         article buffer again.
2226
2227         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2228
2229         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2230         when it's at the start of the buffer.
2231
2232         * shr.el (shr-tag-blockquote): Convert name.
2233         (shr-rescale-image): Use the right image-size variant.
2234
2235         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2236         buffer isn't shown, then select the current article first instead of
2237         bugging out.
2238         (gnus-summary-select-article-buffer): Show both the article and summary
2239         buffers again.
2240
2241         * shr.el (shr-fontize-cont): Protect against regions with no text.
2242         Rename tag functions to shr-tag-* for enhanced security.
2243         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2244
2245 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2246
2247         * shr.el (shr-insert):
2248         * pop3.el (pop3-movemail):
2249         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2250         loaded.
2251
2252 2010-10-03  Glenn Morris  <rgm@gnu.org>
2253
2254         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2255
2256         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2257
2258         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2259
2260         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2261
2262         * gnus-util.el (gnus-make-local-hook): Simplify.
2263
2264 2010-10-02  Julien Danjou  <julien@danjou.info>
2265
2266         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2267         (gnus-ido-completing-read): New function.
2268         (gnus-emacs-completing-read): New function.
2269         (gnus-completing-read): Use gnus-completing-read-function.
2270         Add gnus-completing-read-function.
2271
2272 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * shr.el (shr-insert-document): Autoload.
2275         (shr-img): Be silent.
2276         (shr-insert): Add a newline after every picture before text.
2277         (shr-add-font): Use overlays for combining faces.
2278         (shr-insert): Pass upwards the text start point.
2279
2280         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2281         possible.
2282         (mm-shr): New function.
2283
2284 2010-10-02  Julien Danjou  <julien@danjou.info>
2285
2286         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2287         should go backward.
2288
2289 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2290
2291         * shr.el (shr): Fix typo in provide call.
2292
2293 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * shr.el: New file.
2296
2297         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2298
2299         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2300         completing read.
2301
2302 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2305         we're being queried about.  Suggested by Dan Jacobson.
2306
2307         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2308         Suggested by Jason Eisner.
2309
2310         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2311         table, too.  Suggested by Stefan Wiens.
2312         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2313         the table unnecessary.  Suggested by Stefan Wiens.
2314
2315         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2316         longer needed, and probably doesn't work either, as pointed out by
2317         Stefan Wiens.
2318         (gnus-summary-exit): Remove call to the clearing function.
2319         (gnus-summary-exit-no-update): Ditto.
2320
2321         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2322         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2323         Reported by Stefan Monnier.
2324         (gnus-summary-save-in-rmail): Ditto.
2325
2326         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2327         article buffer, instead of both the article buffer and the summary
2328         buffer.  Sort of suggested by Dan Jacobson.
2329
2330         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2331
2332         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2333         Suggested by Dan Jacobson.
2334
2335         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2336         documentation clearer.
2337
2338         * message.el (message-shorten-references): Comment on the number "21".
2339         Suggested by Stefan Monnier.
2340
2341         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2342         Suggested by Dan Jacobson.
2343
2344         * gnus.el (gnus-large-newsgroup):
2345         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2346
2347         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2348         externalize attachments.  Bug reported by Steve Wen.
2349
2350         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2351         really message anything to the user.
2352
2353         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2354         directly.
2355
2356         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2357         messages in empty groups.
2358
2359 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2360
2361         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2362         non-UIDNEXT group.
2363
2364 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2367         not the value from the collection.
2368
2369         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2370         values.  This sometimes happens on some groups that have no info.
2371         (nnimap-request-newgroups): New function.
2372
2373 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2376         check into `gnus-registry-initialize'.
2377         (gnus-registry-initialize): Ditto.
2378         Fix and extend header docs.
2379
2380 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2383         regexp backtrace overflows.
2384
2385         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2386         for starttls that tls.el implements; i.e. openssl.
2387
2388         * tls.el (tls-starttls-switches): Give up on using starttls with
2389         gnutls-cli.
2390         (tls-program): Add --insecure to be consistent with the defaults from
2391         openssl s_client.  Now all three commands are insecure.
2392
2393 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * lpath.el: Bind completion-styles-alist for XEmacs.
2396
2397         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2398         (gravatar-create-image): New function that's an alias to
2399         gnus-xmas-create-image, gnus-create-image, or create-image.
2400         (gravatar-data->image): Use it.
2401
2402 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2405         install the nnregistry refer method.
2406         (gnus-registry-install-hooks): Use it.
2407         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2408         unfollowed groups.
2409
2410 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2411
2412         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2413         expanding threads.
2414
2415 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * nnir.el: Use the server names without suffixes (bug #7009).
2418
2419         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2420         unencrypted to STARTTLS, if possible.
2421
2422 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2423
2424         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2425         headers before superseding.
2426
2427 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nnrss.el (nnrss-use-local): Add documentation.
2430
2431         * nnimap.el (nnimap-extend-tls-programs): New function.
2432         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2433         (nnimap-wait-for-connection): Accept the greeting from the stupid
2434         output from openssl s_client -starttls, too.
2435
2436         * tls.el (tls-starttls-switches): New variable.
2437         (tls-find-starttls-argument): Use it.
2438         (open-tls-stream): Ditto.
2439
2440         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2441         (netrc-machine): Ditto.
2442
2443         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2444         article number.
2445         (nnimap-split-fancy): New variable.
2446         (nnimap-split-incoming-mail): Use it.
2447
2448         * nntp.el (nntp-server-list-active-group): Document.
2449
2450         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2451         SELECT to get the message-id.
2452
2453         * mail-source.el (mail-sources): Remove webmail support.
2454         (defvar): Ditto.
2455         (mail-source-fetcher-alist): Ditto.
2456         (mail-source-fetch-webmail): Remove.
2457
2458         * webmail.el: Remove -- doesn't seem relevant any more.
2459
2460         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2461
2462         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2463         the \r.
2464
2465 2010-09-30  Julien Danjou  <julien@danjou.info>
2466
2467         * gnus-agent.el (gnus-agent-add-group): Fix call to
2468         gnus-completing-read.
2469
2470 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * nndoc.el (nndoc-retrieve-groups): New function.
2473
2474         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2475         `default', use nnmail-split-methods.
2476         (nnimap-request-article): Downcase the NILs so that they are nil.
2477
2478         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2479         symbol.
2480
2481         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2482         code, since if the user has requested network, that's what they ought
2483         to get.
2484         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2485         (nnimap-split-rule): Mark as obsolete.
2486
2487         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2488         New variable.
2489
2490         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2491         correct slot, too.
2492
2493 2010-09-29  Julien Danjou  <julien@danjou.info>
2494
2495         * gnus.el (gnus-local-domain): Declare variable obsolete.
2496
2497         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2498         Fix history computing.
2499         (gnus-ido-completing-read): Require ido.
2500
2501 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2504         build Gnus.
2505
2506         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2507         when interpreting the structures.
2508         (nnimap-request-accept-article): Add \r\n to the lines to make this
2509         work with Cyrus.
2510
2511         * nndraft.el (nndraft-request-expire-articles): Use the group name
2512         instead if "nndraft".  Fix found by Nils Ackermann.
2513
2514 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2515
2516         * nnregistry.el: Add.
2517
2518 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2519
2520         * nnmail.el (group, group-art-list, group-art):
2521         Remove unneeded directives.
2522
2523 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2526         (mm-mime-charset)
2527         * rfc2047.el (rfc2047-syntax-table)
2528         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2529
2530         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2531         rather than `insert-file-contents' and `eval-region'.
2532
2533         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2534         construction.
2535
2536         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2537
2538         * time-date.el: No need to require cl for Emacs 21.
2539
2540 2010-09-29  Julien Danjou  <julien@danjou.info>
2541
2542         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2543         replacement of `gnus-gravatar-relief' to mimic
2544         `gnus-faces-properties-alist'.
2545         Add :version property.
2546
2547 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * mail-source.el (mail-source-report-new-mail)
2550         * message.el (message-default-mail-headers)
2551         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2552
2553         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2554
2555 2010-09-28  Julien Danjou  <julien@danjou.info>
2556
2557         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2558         mail-address contains the same string as real-name.
2559
2560         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2561         non-blank in header, otherwise it'll get stripped.
2562
2563         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2564         real-name, and then for mail address rather than doing : or , search.
2565
2566 2010-09-27  Julien Danjou  <julien@danjou.info>
2567
2568         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2569         right completing-read function.
2570         (gnus-use-ido): New variable
2571         (gnus-completing-read-with-default): Remove.
2572         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2573         (gnus-agent-add-group):
2574         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2575         * mm-view.el (mm-view-pkcs7-decrypt):
2576         * mm-util.el (mm-codepage-setup):
2577         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2578         * mml-smime.el (mml-smime-openssl-sign-query):
2579         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2580         (mml-insert-multipart):
2581         * gnus-msg.el (gnus-summary-yank-message):
2582         * gnus-int.el (gnus-start-news-server):
2583         * mm-decode.el (mm-interactively-view-part):
2584         * gnus-dired.el (gnus-dired-attach):
2585         * gnus.el (gnus-read-method):
2586         * gnus-bookmark.el (gnus-bookmark-jump):
2587         * gnus-art.el (gnus-mime-view-part-as-type)
2588         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2589         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2590         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2591         * nnmairix.el (nnmairix-create-server-and-default-group)
2592         (nnmairix-update-groups, nnmairix-get-server)
2593         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2594         (nnmairix-get-group-from-file-path):
2595         * nnrss.el (nnrss-find-rss-via-syndic8):
2596         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2597         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2598         (gnus-group-browse-foreign-server):
2599         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2600         (gnus-summary-execute-command, gnus-summary-respool-article)
2601         (gnus-read-move-group-name):
2602         * gnus-score.el (gnus-summary-increase-score)
2603         (gnus-summary-score-effect):
2604         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2605
2606 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2609         x-focus-frame.
2610
2611         * nnimap.el (auth-source-forget-user-or-password)
2612         (auth-source-user-or-password): Autoload.
2613
2614         * message.el (message-from-style, message-interactive)
2615         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2616         (message-yank-prefix, message-indentation-spaces, message-signature)
2617         (message-signature-file): Add comment.
2618
2619 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2622         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2623         new articles.
2624
2625         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2626         parts.
2627         (nnimap-request-article): Work with the t setting, too.
2628
2629         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2630         that you don't get flashes of other buffers.
2631         (gnus-summary-show-complete-article): Intern before setting.
2632
2633 2010-09-27  David Engster  <dengste@eml.cc>
2634
2635         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2636         well as HEADERS.
2637         (nnmairix-retrieve-headers): Provide new argument for the above.
2638
2639 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-sum.el (gnus-summary-move-article): Don't alter
2642         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2643         group.
2644
2645         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2646
2647         * message.el (message-cite-prefix-regexp): Revert my last edit.
2648
2649         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2650         variable instead of the Gnus variable.
2651
2652         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2653
2654         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2655
2656         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2657         since some servers don't like it.
2658         (nnimap-open-connection): Forget credentials if the server says the
2659         password was wrong.
2660         (nnimap-parse-line): Protect against invalid data.
2661
2662         * gnus-sum.el (gnus-summary-move-article): Add comment.
2663         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2664         nothing alters it while scanning for new messages.
2665
2666         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2667         which may or may not help.
2668         (nnimap-open-connection): If we're doing a stream connection, and then
2669         discover we're on a STARTTLS-capable server, then open a STARTTLS
2670         connection instead.
2671
2672 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * nnimap.el (utf7): Require.
2675
2676         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2677         prefix.
2678
2679 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2680
2681         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2682
2683 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnimap.el (nnimap-request-accept-article): Message the error on
2686         error.
2687
2688 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2691
2692 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nndoc.el (nndoc-request-list): Return success always.
2695
2696         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2697         `fetch-old' -- we only want to fetch the articles we've requested.
2698         The rest are in the agent, probably.
2699         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2700         disappeared server" to something low.  It's not important.
2701
2702         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2703         arrived before the FETCH data.
2704
2705         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2706         target here, because we don't know the Gnus name of the group.
2707
2708         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2709         for the correct group.
2710
2711         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2712
2713         * gnus.el (gnus): Give a final warning after startup.
2714
2715         * gnus-util.el (gnus-action-message-log): New variable.
2716         (gnus-message): Use it.
2717         (gnus-final-warning): New function.
2718
2719         * nnimap.el (nnimap-open-connection): Record the greeting.
2720         (nnimap): Add greeting.
2721
2722 2010-09-26  Julien Danjou  <julien@danjou.info>
2723
2724         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2725         arguments.
2726         (gnus-html-wash-images): Fix spec computing to include start/end.
2727
2728         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2729
2730 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2733         deletion.
2734         (nnimap-retrieve-headers): Don't select the group, because that's
2735         already done by nnimap-possibly-change-group.
2736
2737         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2738         (gnus-picon-transform-address): Use it.
2739
2740         * mail-source.el (mail-source-value): Revert previous patch.
2741
2742         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2743         on failure.
2744         (nnimap-open-connection): Look up both virtual and physical server name
2745         credentials.
2746
2747         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2748
2749 2009-02-07  Dave Love  <fx@gnu.org>
2750
2751         * tls.el (open-tls-stream): Don't query killing process.
2752
2753 2009-02-08  Dave Love  <fx@gnu.org>
2754
2755         * gnus-win.el (gnus-window-to-buffer-helper)
2756         (gnus-all-windows-visible-p): Function needn't be a symbol.
2757
2758         * mail-source.el (mail-source-value): Function needn't be a symbol.
2759
2760 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * message.el (message-cite-prefix-regexp): Remove } from the cite
2763         prefix.
2764
2765         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2766         highlight again, so that the highlight is correct.
2767
2768         * gnus-picon.el (gnus-picon): Remove again.
2769         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2770
2771         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2772         doing the header highlightling, so that the background colour of the
2773         picon is correct.
2774
2775         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2776         (gnus-picon): Ditto.
2777         (gnus-picon): Reinstate.  The background colour for picons is white.
2778         (gnus-picon-insert-glyph): Make the background white.
2779
2780         * nnml.el (nnml-open-nov): Don't return dead buffers.
2781
2782         * auth-source.el (auth-source-create): Query the user for whether to
2783         store the credentials.
2784
2785         * netrc.el (netrc-store-data): New function.
2786
2787         * auth-source.el (auth-source-user-or-password): Use the existing auth
2788         sources, if any, for creation.
2789
2790         * gnus.el (gnus-group-fast-parameter): Return the last matching
2791         parameter instead of the first matching parameter.
2792
2793 2010-09-26  Julien Danjou  <julien@danjou.info>
2794
2795         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2796
2797 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * mml2015.el (mml2015-use): Remove gpg support.
2800
2801         * mml1991.el (mml1991-function-alist): Remove gpg function.
2802         (mml1991-gpg-sign): Remove.
2803
2804 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2805
2806         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2807         (gnus-browse-unsubscribe-current-group): Document it.
2808         (gnus-browse-unsubscribe-group): Use it.
2809
2810 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2813         address to the To list for easier response.
2814
2815         * gnus.el (gnus-play-startup-jingle): Remove.
2816         (gnus-splash): Don't play jingle.
2817         (gnus): Silence gnus-load message.
2818
2819         * gnus-art.el (gnus-treat-play-sounds): Remove.
2820
2821         * gnus.el (gnus-play-jingle): Remove audio support.
2822
2823         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2824
2825         * earcon.el: Remove -- no users.
2826
2827         * gnus-audio.el: Remove -- no users of this package.
2828
2829         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2830
2831         * gnus-start.el (gnus-setup-news): Remove nocem support.
2832
2833         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2834
2835         * gnus.el (gnus-use-nocem): Remove.
2836
2837         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2838         Remove.
2839
2840         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2841         uses NoCeM any more.
2842
2843         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2844         (gnus-button-ctan-handler): Ditto.
2845         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2846         (gnus-button-ctan-directory-regexp): Ditto.
2847         (gnus-button-handle-ctan): Ditto.
2848         (gnus-button-tex-level): Ditto.
2849         (gnus-button-alist): Remove CTAN stuff.
2850
2851 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2854         nnimap-streaming test.
2855
2856         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2857         servers twice.
2858
2859         * nnimap.el (nnimap-open-connection): Add more error reporting when
2860         nnimap fails early.
2861
2862         * nnheader.el (nnheader-get-report-string): New function.
2863         (nnheader-get-report): Use it.
2864
2865         * gnus-int.el (gnus-check-server): Say what the error was when opening
2866         failed.
2867
2868         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2869         using streaming.
2870
2871 2010-09-25  Julien Danjou  <julien@danjou.info>
2872
2873         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2874         gnus-window-inside-pixel-edges.
2875
2876 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2879
2880         * mm-decode.el (mm-save-part): Allow saving to other directories the
2881         normal Emacs way.
2882
2883         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2884         Suggested by Jay Berkenbilt.
2885
2886         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2887         there isn't a single byte.
2888
2889         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2890         just do it.  It doesn't really seem to matter what the user responds
2891         here, I think, so it's just a confusing question.
2892
2893         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2894         non-streaming case.
2895
2896         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2897         (gnus-article-encrypt-body): Use it.
2898
2899         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2900         keystroke.
2901
2902         * nnimap.el (nnimap-find-wanted-parts-1):
2903         Use gnus-fetch-partial-articles.
2904
2905         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2906
2907         * nnimap.el (nnimap-insert-partial-structure): New function.
2908         (nnimap-get-partial-article): New function.
2909         (nnimap-request-article): Use it.
2910         (nnimap-wait-for-response): Return whether the wait was successful.
2911         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2912         retrieval wasn't successful.
2913         (nnimap-retrieve-group-data-early): Allow throttling servers.
2914         (nnimap-streaming): New variable.
2915         (nnimap-fetch-partial-articles): Remove.
2916
2917         * mm-decode.el (mm-with-part): Protect against killed buffers.
2918
2919         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2920         for prettier summary display.
2921
2922 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2923
2924         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2925
2926 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2929         apparently third-party libraries depend on it.
2930
2931         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2932         before starting negotiation.
2933
2934         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2935         privacy reasons.
2936         (gnus-treat-mail-gravatar): Ditto.
2937
2938         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2939         buffer when inserting images.  Inserting text into the headers, for
2940         instance, can make them invalid.
2941
2942 2010-09-25  Julien Danjou  <julien@danjou.info>
2943
2944         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2945         variables.
2946
2947         * nnheader.el: Remove useless variables news-reply-yank-from and
2948         news-reply-yank-message-id.
2949
2950         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2951         variables.
2952
2953         * mml1991.el: Remove useless mml1991-verbose.
2954
2955         * gnus.el: Remove useless variable gnus-use-generic-from.
2956         Remove obsolete variable gnus-topic-indentation.
2957
2958         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2959
2960         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2961
2962         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2963
2964         * gnus-group.el: Remove useless gnus-group-icon-cache.
2965         Remove useless gnus-ephemeral-group-server.
2966
2967         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2968
2969         * mml2015.el: Remove useless mml2015-verbose.
2970
2971         * mml-smime.el: Remove useless mml-smime-verbose.
2972
2973         * gnus.el: Remove useless gnus-local-domain.
2974
2975         * gnus-gravatar.el (gnus-gravatar-transform-address):
2976         Use gnus-gravatar-size.
2977
2978         * gnus-art.el: Remove useless gnus-treat-translate.
2979
2980 2010-09-24  Julien Danjou  <julien@danjou.info>
2981
2982         * gnus-sum.el: Add support for Gravatars.
2983
2984         * gnus-art.el: Add support for Gravatars.
2985
2986         * gnus-gravatar.el: Add this file.
2987
2988         * gravatar.el: Add this file.
2989
2990 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2993
2994         * gnus-group.el (gnus-group-fetch-faq): Remove.
2995
2996         * gnus.el (gnus-group-faq-directory): Remove.
2997
2998         * gnus-group.el (gnus-group-fetch-charter): Remove.
2999
3000         * gnus.el (gnus-group-charter-alist): Remove.
3001
3002         * gnus-group.el (gnus-group-archive-directory): Remove.
3003         (gnus-group-recent-archive-directory): Ditto.
3004         (gnus-group-make-archive-group): Remove.
3005
3006         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3007
3008         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3009         use the same article number for all the cached articles.
3010
3011         * nnimap.el (nnimap-command): Register the last command time so
3012         that we can use it for idling NOOPs.
3013         (nnimap-open-connection): Start the keeplive timer.
3014         (nnimap-make-process-buffer): Store all the process buffers.
3015         (nnimap-keepalive): New function.
3016
3017         * starttls.el (starttls-open-stream): Add autoload cookie.
3018
3019 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3020
3021         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3022         handling.
3023
3024 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025
3026         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3027         its data structures.
3028
3029         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3030         instead of the cl.el copy-list.
3031         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3032         equalp.
3033
3034 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3037         and tool-bar-local-item-from-menu.
3038
3039         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3040         mode-line-highlight face for Emacs.
3041
3042         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3043         loading gnus-sum.elc; fix comment for canlock-verify.
3044         (gnus-article-jump-to-part): Use read-number.
3045         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3046         Remove Emacs pre-21 compatible code for help-echo.
3047         (gnus-article-next-page-1): No need to adjust the number of lines.
3048         (gnus-article-describe-bindings): Always use help-buffer.
3049
3050         * gnus-audio.el (gnus-audio-inline-sound)
3051         * gnus-cus.el (gnus-custom-mode)
3052         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3053
3054         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3055
3056         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3057         compatible code.
3058
3059 2010-09-24  Glenn Morris  <rgm@gnu.org>
3060
3061         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3062         visiting the fcc file in rmail-mode.
3063
3064         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3065
3066 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * nnir.el: Silence the byte compiler.
3069
3070         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3071         alias to browse-url-url-encode-chars if any.
3072         (gnus-html-encode-url): Use it.
3073
3074 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-start.el (gnus-use-backend-marks): New variable.
3077         (gnus-get-unread-articles-in-group): Use it.
3078
3079         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3080         makeover.
3081
3082 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3083
3084         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3085
3086 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3089         Remove.
3090         (gnus-setup-news-hook):
3091         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3092
3093         * gnus-int.el (gnus-request-update-info): Protect against backends not
3094         having the function.
3095
3096         * nnimap.el (nnimap-stream): Mention starttls.
3097         (nnimap-open-connection): Add starttls support.
3098
3099 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3100
3101         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3102
3103 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3106         BODYSTRUCTUREs.
3107         (nnimap-transform-headers): Unfold quoted {42} headers.
3108
3109         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3110         the info.
3111         (gnus-get-unread-articles): Only call updatep on backends that support
3112         it.
3113
3114         * nnweb.el (nnweb-request-update-info): NOOP.
3115
3116         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3117
3118         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3119         since it only deals with marks.
3120
3121         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3122         gnus-request-marks, and make a new gnus-request-update-info.
3123
3124         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3125         the active instead of the high number, which is usually too low.
3126
3127 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3128
3129         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3130         * encrypt.el: Remove.
3131
3132 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3135         server in symbolic form.
3136
3137         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3138
3139 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3142         (nnimap-update-info): Fix up code slightly.
3143
3144         * gnus-int.el (gnus-open-server): Add tracing for performance
3145         debugging.
3146
3147         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3148         (gnus-group-insert-group-line): Pass the real group name so that it
3149         gets the right data.
3150
3151         * gnus-start.el (gnus-get-unread-articles): Don't have
3152         `gnus-get-unread-articles-in-group' update info, since that can be
3153         really slow and doesn't seem to be needed?
3154
3155 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3156
3157         * time-date.el (date-to-time): Try using parse-time-string first before
3158         using the slower timezone-make-date-arpa-standard.
3159
3160 2010-09-22  Julien Danjou  <julien@danjou.info>
3161
3162         * gnus-group.el (gnus-group-insert-group-line):
3163         Call gnus-group-highlight-line.
3164         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3165         default hook list.
3166         (gnus-group-update-eval-form): Add new function.
3167         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3168         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3169
3170 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3173         immediate, then expire all articles.
3174         (nnimap-update-info): Fix off-by-one errors.
3175         (nnimap-flags-to-marks): Would return no marks lists for group with no
3176         flags.  Instead return the other data.
3177
3178 2010-09-22  Julien Danjou  <julien@danjou.info>
3179
3180         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3181         Only return an icon.
3182         (gnus-group-insert-group-line): Compute icon to return.
3183
3184         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3185         (gnus-html-image-fetched): Only cache if
3186         gnus-html-image-automatic-caching is set.
3187         (gnus-html-image-fetched): Check for errors.
3188
3189 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3192         once per method on `g'.  This ensures that backends like nnfolder don't
3193         open all their folders.
3194
3195         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3196         (nnimap-request-list): Nix out group in the correct buffer.
3197         (nnimap-parse-flags): Implement by using `read' instead of
3198         hand-parsing.
3199         (nnimap-flags-to-marks): Pass on permanent-flags.
3200         (nnimap-make-process-buffer): Record the server name.
3201         (nnimap-parse-flags): Fix typo.
3202         (nnimap-request-scan): Run split on the server in general, not just a
3203         single group.
3204
3205         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3206         parameter, and propagate this downwards.
3207
3208         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3209         since EXAMINE changes it on the server.
3210
3211         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3212         this command might take a while.
3213
3214 2010-09-22  Julien Danjou  <julien@danjou.info>
3215
3216         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3217         harmful if you have 2 images side-by-side, they can't be properly
3218         update on text deletion.  Using text-property is safer here.
3219         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3220         data.
3221
3222 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * nnimap.el (nnimap-expunge-inbox): Remove.
3225         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3226         (nnimap-expunge): Flip default to t.
3227
3228         * gnus.el (gnus-method-to-server): Don't push things to the cache
3229         unless it's unique.
3230         (gnus-server-to-method): Ditto.
3231
3232 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3235
3236 2010-09-22  Julien Danjou  <julien@danjou.info>
3237
3238         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3239         get the start of data.
3240         (gnus-html-encode-url): Add this function to encode special chars in
3241         URL.
3242         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3243         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3244
3245         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3246         default.
3247         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3248
3249         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3250         images alt-text.
3251         (gnus-html-put-image): Put alt-text as help-echo.
3252
3253 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3256         * mm-util.el (mm-decompress-buffer)
3257         * nnir.el (nnir-run-find-grep)
3258         * pop3.el (pop3-list): Use 3rd arg of split-string.
3259
3260         * time-date.el (format-seconds): Comment fix.
3261
3262         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3263         and byte-optimize-form-code-walker.
3264         (dgnushack-make-auto-load): Don't advise make-autoload.
3265
3266         * lpath.el: Remove Emacs 21 stuff.
3267
3268 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3271         outside the active range.  Suggested by Dan Christensen.
3272
3273         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3274         slightly later to avoid double-getting it.
3275
3276         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3277         previous patch.
3278
3279         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3280
3281 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3282
3283         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3284
3285 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-int.el (gnus-open-server): Give a better error message in the
3288         "go offline" case.
3289
3290         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3291         marks for nnimap, which is seldom the right thing to do.
3292
3293         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3294         (gnus-same-method-different-name): New function.
3295
3296         * nnimap.el (parse-time): Require.
3297
3298         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3299         method in the presence of many similar methods.
3300
3301         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3302
3303         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3304         nnml-inhibit-expiry.
3305
3306         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3307         find out whether methods are equal.
3308
3309         * nnimap.el (nnimap-find-expired-articles): New function.
3310         (nnimap-process-expiry-targets): New function.
3311         (nnimap-request-move-article): Request the article before looking at
3312         what the Message-ID is.  Fix found by Andrew Cohen.
3313         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3314
3315         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3316         for oldness in addition to being a predicate.
3317
3318         * nnimap.el (nnimap-request-group): When we have zero articles, return
3319         the right data to Gnus.
3320         (nnimap-request-expire-articles): Only delete articles immediately if
3321         the target is 'delete.
3322
3323         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3324         method, this would bug out.
3325
3326         * gnus-group.el (gnus-group-expunge-group): Rename from
3327         gnus-group-nnimap-expunge, and implemented as a normal interface
3328         function.
3329
3330         * gnus-int.el (gnus-request-expunge-group): New function.
3331
3332         * nnimap.el (nnimap-request-create-group): Implement.
3333         (nnimap-request-expunge-group): New function.
3334
3335 2010-09-21  Julien Danjou  <julien@danjou.info>
3336
3337         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3338         (gnus-html-cache-expired): Add new function.
3339         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3340         wethever we should display image for fetch it.
3341         Compute alt-text earlier to pass it to the fetching function too.
3342         (gnus-html-schedule-image-fetching): Change function argument to only
3343         get one image at a time, not a list.
3344         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3345         cache.
3346         (gnus-html-get-image-data): New function to retrieve image data from
3347         cache.
3348         (gnus-html-put-image): Change buffer argument to use image data rather
3349         than file, and place image above region rather than inserting a new
3350         one.  Do not take alt-text as argument, since it's useless now: we place
3351         the image above alt-text.
3352         (gnus-html-prune-cache): Remove.
3353         (gnus-html-show-images): Start to fetch image when we find one, do not
3354         push into a temporary list.
3355         (gnus-html-prefetch-images): Only fetch image if they have expired.
3356         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3357         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3358
3359 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3362
3363 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3366         spec inser "*" if the group isn't active instead of 0.
3367
3368         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3369         opening the server.
3370         (nnimap-request-delete-group): Implement group deletion.
3371         (nnimap-transform-headers): Return the size of the entire message in
3372         the Bytes header, not just the size of the first part.
3373         (nnimap-request-move-article): When moving an article from nnimap,
3374         request the article first so the accepting form has an article to
3375         accept.  Reported by Dan Christensen.
3376         (nnimap-command): Make sure that the error message doesn't error out.
3377
3378 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3379
3380         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3381         we haven't requested anything.
3382
3383 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3386         "".  Fix found by Andrew Cohen.
3387
3388         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3389         instead of -encode-string.
3390
3391 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3394
3395         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3396         by mm-subst-char-in-string.
3397
3398 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3401         waiting for the connection string.
3402
3403         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3404         arriving.
3405
3406         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3407         bogus characters.  This allows selecting certain Gmail groups.
3408
3409         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3410         (nnimap-fetch-partial-articles): New variable.
3411         (nnimap-open-connection): When looking for credentials, also use the
3412         nnimap-server-port.
3413         (nnimap-request-article): Return the group/article number, so that Gnus
3414         `^' works as expected.
3415         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3416
3417         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3418         comments.
3419         (gnus-methods-sloppily-equal): New function.
3420         (gnus): When using the development version of Gnus, load the gnus-load
3421         file.
3422
3423         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3424         `gnus-open-server' on each method before trying to scan them etc.
3425         This ensures that all the backend parameters are set correctly.
3426
3427         * nnimap.el (nnimap-authenticator): New variable.
3428         (nnimap-open-connection): Allow anonymous login.
3429         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3430         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3431
3432         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3433         patch, found by Knut Anders Hatlen.
3434
3435 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3436
3437         * gnus-agent.el (gnus-agent-batch-confirmation)
3438         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3439         to gnus-message.
3440         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3441         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3442         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3443         * gnus-int.el (gnus-open-server): Likewise.
3444         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3445         (gnus-score-check-syntax): Likewise.
3446         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3447         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3448         Likewise.
3449         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3450
3451 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3454         calling conventions so that prefetch doesn't bug out.
3455
3456 2010-09-19  Julien Danjou  <julien@danjou.info>
3457
3458         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3459         rather than `subst-char-in-region' in order to be able to replace ASCII
3460         char by UTF-8 ones.
3461
3462         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3463         than curl.
3464         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3465         the right URL and ALT text on images.
3466         (gnus-html-wash-tags): Fix tag case.
3467         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3468         (gnus-article-html): Add -o display_ins_del=2 option.
3469         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3470
3471 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3474         the extra mail headers, which sometimes seem to happen for unknown
3475         reasons.
3476
3477         * mail-parse.el (mail-header-encode-parameter): Define as
3478         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3479         (or most, perhaps?) mail readers don't understand the latter, but do
3480         understand the former.
3481
3482         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3483         to nil, so that no methods are automatically agentized.  I think this
3484         is probably what most users want.
3485
3486         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3487         from url-retrieve, for instance about invalid URLs.
3488
3489         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3490         groups that have no articles.
3491         (nnimap-request-article): Check that we really got an article when we
3492         requested one.
3493
3494         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3495         doesn't exist.
3496
3497         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3498         nntp buffer so the agent can save it.
3499         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3500         that CRLF doesn't get translated to \n.
3501         (nnimap-open-connection): Don't make 'shell commands only send \n.
3502
3503 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3504
3505         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3506         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3507         Update var name.
3508         (nnml-generate-nov-file): Use dolist.
3509         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3510         Use with-current-buffer.
3511
3512 2010-09-18  Julien Danjou  <julien@danjou.info>
3513
3514         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3515         parallel.
3516
3517 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3520         the range update right.
3521         (nnimap-request-group): Don't make `M-g' bug out on group with no
3522         marks.
3523         (nnoo): Require, so that other packages can require nnimap.
3524         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3525         command we're looking for.  This helps when the server sends more
3526         responses after we've gotten everything we expected.
3527         (nnimap): Add a `newlinep' field to keep track of end-of-line
3528         conventions.
3529         Don't send CRLF to things that don't want it.
3530         (nnimap-request-accept-article): Ditto.
3531
3532 2010-09-18  Julien Danjou  <julien@danjou.info>
3533
3534         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3535         than curl to retrieve images.
3536
3537 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3540         the marks.
3541         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3542         (nnimap-wait-for-connection): New function.
3543         (nnimap-open-connection): If we have PREAUTH, don't query for login
3544         credentials.
3545         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3546         when doing a partial update.
3547
3548 2010-09-18  Julien Danjou  <julien@danjou.info>
3549
3550         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3551         tags.
3552
3553 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnimap.el (nnimap-credentials): New function.
3556         (nnimap-open-connection): Use the new function to look for credentials
3557         also on the numeric equivalents of "imap" and "imaps".
3558
3559         * gnus-start.el (gnus-activate-group): Send the info to
3560         gnus-request-group.
3561
3562         * nnimap.el (nnimap-request-group): Have the "check" version of the
3563         function parse flags and update the info, so that a `M-g' get a total
3564         resync of all flags from the group.
3565
3566         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3567         to allow backends to alter the info on group selection.  Also alter all
3568         the backend -request-group functions to take the parameter.
3569
3570         * nnimap.el (nnimap-store-info): New function.
3571         (nnimap-update-info): Store the info for later usage.
3572         (nnimap-request-group): Use the stored info for the dont-check case, so
3573         that we don't retrieve all marks when we enter a group.
3574
3575         * nnimap.el: Use deffoo instead of defun for interface functions.
3576
3577         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3578         update the group info.  This makes the nndraft groups, for instance, go
3579         back to their old behaviour.
3580
3581         * gnus-sum.el (gnus-select-newsgroup): Indent.
3582
3583         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3584         in.
3585         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3586         nothing.
3587
3588         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3589         from methods that are denied.
3590
3591         * gnus-int.el (gnus-method-denied-p): New function.
3592
3593         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3594         store the password instead of netrc.
3595         (nnimap-open-connection): Don't error out when we can't make a
3596         connections.
3597
3598         * auth-source.el (auth-source-create): In the password prompt, say what
3599         we're querying for.  Also prompt for user name if that hasn't been
3600         given.
3601
3602         * nnimap.el (nnimap-with-process-buffer): Remove.
3603
3604 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3607         method when we're reading from the agent.
3608
3609         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3610
3611         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3612         that's probably most useful for users.
3613
3614         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3615         "failed" all the time.
3616
3617         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3618         ...)) with (with-current-buffer ... ).
3619
3620         * nntp.el (nntp-open-server): Return whether the open was successful or
3621         not.
3622
3623         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3624         select an unread unseen article first.
3625
3626         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3627         /etc/services, supply some sensible port defaults.
3628
3629         * dgnushack.el: Define netrc-credentials.
3630
3631 2010-09-17  Julien Danjou  <julien@danjou.info>
3632
3633         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3634
3635 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3636
3637         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3638         doesn't have any parameters.
3639
3640 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3643         only upcased checks.
3644
3645         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3646
3647         * nnimap.el (nnimap-open-shell-stream): New function.
3648         (nnimap-open-connection): Use it.
3649         (nnimap-transform-headers): Get the number of lines in each message.
3650         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3651         number of lines.
3652         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3653         problem.
3654
3655         * utf7.el (utf7-encode): Autoload.
3656
3657         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3658         to allow the mail splitting to not return a default group.  This is
3659         useful for nnimap, which will leave unmatched mail in the inbox.
3660
3661         * nnimap.el: Rewritten.
3662
3663         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3664         nnimap usage.
3665
3666         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3667         if the move is internal, so that nnimap can do fast internal moves.
3668
3669         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3670         data.
3671         (gnus-read-active-for-groups): Support finishing the early retrieval of
3672         data.
3673
3674         * gnus-range.el (gnus-range-nconcat): New function.
3675
3676         * gnus-int.el (gnus-finish-retrieve-group-infos)
3677         (gnus-retrieve-group-data-early): New functions.
3678
3679 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3680
3681         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3682         (nnrss-retrieve-groups):
3683         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3684         (pop3-quit): Use with-current-buffer.
3685
3686 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3689         instead of nnheader-accept-process-output.
3690
3691         * dgnushack.el (dgnushack-compile): Add comment.
3692
3693         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3694
3695         * gnus-html.el (gnus-html-schedule-image-fetching)
3696         (gnus-html-prefetch-images): Replace process-kill-without-query by
3697         gnus-set-process-query-on-exit-flag.
3698
3699 2010-09-16  Romain Francoise  <romain@orebokech.com>
3700
3701         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3702
3703 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3706         parameter to unintern is mandatory-ish in Emacs 24.
3707
3708         * gnus-html.el (gnus-html-schedule-image-fetching)
3709         (gnus-html-prefetch-images): Check for curl before using it.
3710
3711         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3712         depend on curl, which isn't essential.
3713
3714         * imap.el: Revert back to version
3715         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3716         seem problematic.
3717
3718 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3719
3720         * gnus-registry.el (gnus-registry-install-shortcuts):
3721         Explicitly pass `obarray' to `unintern' to avoid a warning.
3722
3723 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3726         change.
3727
3728         * nnrss.el (nnrss-request-list): Remove this function and related
3729         functions, including the moreover stuff.
3730
3731 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * nnrss.el (nnrss-retrieve-groups): New function.
3734
3735 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3736
3737         * .dir-locals.el: Add no-byte-compile cookie.
3738
3739 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * time-date.el (format-seconds): Comment fix.
3742
3743         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3744         for back end that doesn't support request-scan.
3745
3746 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3749         then do request scans from the backends.
3750
3751         * netrc.el (netrc-credentials): New conveniency function.
3752
3753         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3754         avoid running a hook per line, since this takes a lot of time,
3755         profiling shows.
3756         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3757         directly if gnus-visual-p is true.
3758
3759 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3762         groups; replace mapcar with dolist which is a bit faster; pass groups
3763         info to gnus-read-active-file-1.
3764         (gnus-read-active-file-1): Scan only specified groups if the new
3765         optional arg `infos' is given.
3766
3767 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3770
3771         * pop3.el (pop3-movemail): Remove.
3772         (pop3-streaming-movemail): Rename to pop3-movemail.
3773
3774         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3775         don't restrict end-tag searches to the end of the line.
3776
3777 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3780         articles of every unchecked group to t, which means unknown since the
3781         server has never been opened.
3782
3783 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * gnus-html.el (gnus-html-show-alt-text): New command.
3786         (gnus-html-browse-image): Ditto.
3787         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3788         to browse the image directly.
3789         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3790         better.
3791
3792         * gnus-async.el (gnus-async-article-callback):
3793         Call `gnus-html-prefetch-images' unconditionally.
3794
3795         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3796         before feeding URLs to curl.
3797
3798 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3801         internal images as deletable by `W D D'.
3802
3803         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3804         (gnus-async-article-callback): Fix typo.
3805
3806 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3809         current line to work around bugs in the output from w3m.
3810
3811         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3812         for groups that want that.
3813
3814         * nntp.el (nntp-wait-for-string): Supply a timeout for
3815         accept-process-output to ensure progress.
3816
3817         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3818         level to get unread articles from, then use that for foreign groups,
3819         too.
3820
3821         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3822         confuses the rest of the function.
3823
3824         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3825         for the methods that support -retrieve-groups, too.
3826
3827         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3828
3829 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3832         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3833
3834         * pop3.el: Require cl when compiling.
3835         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3836
3837 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3840         that aren't going to be activated.
3841         (gnus-get-unread-articles): Fix up the last commit.
3842
3843         * gnus-html.el (gnus-article-html): Allow calling without specifying
3844         the handle.  In that case, dissect the buffer first.
3845
3846         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3847
3848         * nnimap.el (nnimap-open-connection): Revert the change that would look
3849         into authinfo for imaps instead of imap.
3850
3851         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3852         say that you don't want to call gnus-request-group with don-check, but
3853         do check the reponse.  This is for virtual groups only.
3854         (gnus-get-unread-articles): Count the archive groups as secondary, so
3855         that they're activated the same way as before.
3856
3857         * imap.el (imap-message-map): Removed optional buffer parameter, since
3858         no callers use it.
3859         (imap-message-get): Ditto.
3860         (imap-message-put): Ditto.
3861         (imap-mailbox-map): Ditto.
3862         (imap-mailbox-put): Ditto.
3863         (imap-mailbox-get): Ditto.
3864         (imap-mailbox-get): Revert last change for this function.
3865
3866         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3867         case-insensitively.
3868         (nnimap-debug): Remove.
3869
3870         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3871         to use `imap-fetch' instead.  According to the comments, this should be
3872         safe, since all other IMAP clients use the 1:* syntax.
3873         (imap-enable-exchange-bug-workaround): Removed.
3874         (imap-debug): Removed -- doesn't seem very useful.
3875
3876         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3877         mail from a file, and the file doesn't exist.
3878
3879         * imap.el (imap-log): New convenience function used throughout instead
3880         of repeating the same code all over the place.
3881
3882         * pop3.el (pop3-streaming-movemail): Return t for success.
3883
3884         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3885         .authinfo if we're using ssl connection.
3886
3887         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3888         already have if we're in a main Gnus `g' run.
3889
3890         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3891
3892 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3895
3896         * nnmh.el (nnmh-request-list-1): Bind `file'.
3897
3898         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3899         alias to set-process-query-on-exit-flag or process-kill-without-query.
3900         (pop3-open-server): Use it.
3901
3902 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3905         box to the Incoming file.  Fixes mistake in previous checkin.
3906
3907         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3908         request loop (for debugging purposes) removed.
3909
3910         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3911         culprit is more visible.
3912         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3913         (nnml-add-incremental-nov): New functions to do "incremental" nov
3914         updates, where we just append to the end of the existing nov files
3915         without reading/writing them in full.
3916
3917         * mail-source.el (mail-source-delete-crash-box): Really only check the
3918         incoming files once in a while.
3919
3920         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3921
3922         * mail-source.el (mail-source-delete-crash-box): Only check the
3923         incoming files for deletion once per day to save a lot of file
3924         accesses.
3925
3926         * pop3.el (pop3-logon): Fix up unbound variable typo.
3927
3928         * mail-source.el (pop3-streaming-movemail): Autoload.
3929
3930         * pop3.el (pop3-streaming-movemail):
3931         Respect pop3-leave-mail-on-server.
3932
3933         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3934         retrieval.
3935
3936         * pop3.el (pop3-process-filter): Remove unused function.
3937         (pop3-streaming-movemail, pop3-send-streaming-command)
3938         (pop3-wait-for-messages, pop3-write-to-file)
3939         (pop3-number-of-responses): New functions for streaming pop3
3940         retrieval.
3941
3942         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3943         come from no known methods.
3944         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3945         list.
3946
3947         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3948         message sizes.
3949         (pop3-movemail): Use erase-buffer instead of looping and deleting
3950         regions, which seems rather odd.
3951
3952         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3953         file once per `g' run.
3954
3955         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3956         directories.  This makes the draft queue directory work.
3957
3958         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3959         data from the backends, so that we only request the list of groups from
3960         each method once.  This should speed things up considerably.
3961
3962         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3963         detect that it's not implemented.
3964
3965         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3966         we actually do recurse down into the tree, but don't stat all leaf
3967         nodes.
3968
3969         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3970         then say so instead of bugging out.
3971
3972         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3973         files exist before trying to read them.
3974
3975         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3976         around <pre_int>.
3977
3978         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3979
3980         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3981
3982 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * mm-util.el (mm-image-load-path): Just return the image directories,
3985         not all directories in the path in addition to the image directories.
3986         (mm-image-load-path): Maintain a cache of the image directories so that
3987         the `g' command in Gnus doesn't have to stat dozens of directories each
3988         time.
3989
3990         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3991         (gnus-html-wash-tags): Add a new `i' command to insert images.
3992         (gnus-html-insert-image): New command and keystroke.
3993         (gnus-html-redisplay-with-images): New command and keystroke.
3994         (gnus-html-show-images): Rename command.
3995         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3996         spacers.
3997         (gnus-html-wash-tags): Decode entities at the end, so that entities
3998         inside the tags don't mess up the rest of the "parsing".
3999
4000         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4001         so that nnimap methods aren't agentized by default.  There's apparently
4002         many problems related to agent/imap behaviour.
4003
4004         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4005
4006         * gnus-html.el: Doc fix.
4007
4008 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4011         specifier-spec-list for Emacs 21.
4012
4013         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4014         glyph-width and glyph-height instead of display-graphic-p and
4015         image-size; make avoidance of displaying small images work for XEmacs.
4016
4017         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4018         for XEmacs.
4019
4020         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4021         of symbol that holds plist data.
4022         (gnus-process-plist): Remove plist of process after getting it.
4023
4024 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * message.el (message-generate-hashcash): Change default to
4027         'opportunistic if hashcash is installed.
4028
4029         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4030         (gnus-html-put-image): Only call image-size once, since it's somewhat
4031         time-consuming on remote X servers.
4032
4033 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4036         type on data, not a file name.
4037
4038         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4039         window-pixel-edges for Emacs 21.
4040
4041         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4042         decoded contents.
4043         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4044
4045 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4048         group line format, since it isn't very interesting.
4049
4050         * gnus-agent.el (gnus-agent-short-article),
4051         (gnus-agent-long-article): Increase values for these two variables,
4052         since most people are likely to have more network connection and
4053         storage than before.
4054
4055         * gnus.el (gnus-refer-article-method): Change default to 'current.
4056         When referring an article, the common behaviour is to refer it from the
4057         current select method, not the native select method.  The chances of
4058         the native select method having the message in question is rather slim
4059         these days.
4060
4061         * gnus-sum.el (gnus-auto-select-subject): Change default to
4062         `unseen-or-unread'.  I think it's likely that most people want to
4063         select an unseen article over a previously seen, but unread one.
4064
4065         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4066         means that in the article buffer none of the minor mode elements will
4067         be shown, usually, and this is not desirable in most cases.
4068
4069         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4070         that commands like `d' (and the like) go to the next line in the
4071         buffer, instead of the next unread article.  I think this is the
4072         behaviour that is most natural for most users.
4073         (gnus-single-article-buffer): Change default to nil, so that people can
4074         have as many article buffers open as they have summary buffer.  I think
4075         this is the most natural way for the groups to behave.
4076
4077         * message.el (message-generate-new-buffers): Change default to
4078         `unsent', so that all new message buffers start their names with the
4079         string "*unsent", and it's easier to find the buffers if you move from
4080         them.
4081
4082 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4085         small.  They're probably tracking images.
4086         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4087         (gnus-html-rescale-image): Yet another try at getting the image sizing
4088         right.
4089
4090         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4091         nntp-marks-file-name is nil.
4092
4093 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * gnus-html.el (gnus-html-wash-tags)
4096         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4097         Better logging.
4098
4099 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4102
4103         * gnus-html.el (gnus-html-wash-tags): Check the value of
4104         gnus-blocked-images in the summary buffer.
4105
4106 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4107
4108         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4109
4110 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4113         like "a", it seems like.
4114         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4115         since it needs to be picked from the correct buffer.
4116
4117         * nnwfm.el: Remove.
4118
4119         * nnlistserv.el: Remove.
4120
4121 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4122
4123         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4124         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4125
4126 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nnkiboze.el: Remove.
4129
4130         * nndb.el: Remove.
4131
4132         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4133         alt text.
4134         (gnus-html-rescale-image): Try to get the rescaling logic right for
4135         images that are just wide and not tall.
4136
4137         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4138         overshadow variable bindings.
4139
4140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * gnus-html.el (gnus-html-wash-tags)
4143         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4144         Add extra logging.
4145
4146 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4149         (gnus-max-image-proportion): New variable.
4150         (gnus-html-rescale-image): New function.
4151         (gnus-html-put-image): Rescale images.
4152
4153 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4154
4155         Fix up some byte-compiler warnings.
4156         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4157         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4158         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4159         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4160         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4161         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4162         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4163
4164 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-html.el (gnus-article-html): Decode contents by charset.
4167
4168 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4171         (gnus-html-frame-width, gnus-blocked-images)
4172         * message.el (message-prune-recipient-rules): Add custom version.
4173         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4174
4175         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4176         functions.
4177
4178         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4179         gnus-process-get.
4180
4181 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4182
4183         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4184         instead of lsub directly.
4185
4186 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * nnwarchive.el: Remove.
4189
4190         * gnus-soup.el: Remove.
4191
4192         * nnsoup.el: Remove.
4193
4194         * nnultimate.el: Remove.
4195
4196         * gnus-html.el (gnus-blocked-images): New variable.
4197
4198         * message.el (message-prune-recipients): New function.
4199         (message-prune-recipient-rules): New variable.
4200
4201         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4202         guess whether a long line is natural text or not.
4203
4204         * gnus-html.el (gnus-html-schedule-image-fetching):
4205         Use gnus-process-plist and friends for compatibility.
4206
4207 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4208
4209         * gnus-html.el: Require packages that define macros used in this file.
4210         (gnus-article-mouse-face): Declare to silence byte-compiler.
4211         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4212         process-get.
4213         (gnus-html-put-image): Use plist-get to avoid getf.
4214         (gnus-html-prefetch-images): Use with-current-buffer.
4215
4216 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus-ems.el: Provide compatibility functions for
4219         gnus-set-process-plist.
4220
4221         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4222         header-line-format for XEmacs 21.4.
4223
4224         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4225         * gnus.el (gnus-valid-select-methods)
4226         * message.el (message-send-mail-partially-limit)
4227         * mm-decode.el (mm-text-html-renderer)
4228         * mml.el (mml-insert-mime-headers-always)
4229         * smiley.el (smiley-regexp-alist): Bump custom version.
4230
4231 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-html.el: require mm-url.
4234         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4235         with the url to `url'.
4236         (gnus-html-wash-tags): Support cid: URLs/images.
4237
4238 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4241         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4242         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4243
4244         * gnus-move.el: Remove file, since it doesn't really work.
4245
4246         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4247         UTF-8.  This seems to fix problems with some German web feeds.
4248
4249         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4250         at the top so that the proper colours are applied.
4251
4252         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4253         don't have dots in their names.
4254
4255         * gnus-art.el (gnus-article-view-part): Doc fix.
4256
4257         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4258         XEmacs-compatible.
4259         (gnus-html-put-image): Don't do images on non-graphic displays.
4260
4261         * nnslashdot.el: Remove this unused backend.
4262
4263         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4264         actions.
4265         (gnus-undo-register-1): Revert last change.
4266
4267         * gnus-group.el (gnus-group-completing-read): Protect against not
4268         having completion-styles bound.
4269
4270         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4271         make broken recipients happier.
4272
4273         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4274
4275         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4276         point parameter.
4277
4278         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4279
4280         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4281         completion-styles for group selection.
4282
4283 2009-02-04  Andreas Schwab  <schwab@suse.de>
4284
4285         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4286         headers and regexp-quote the match if necessary.
4287
4288 2009-03-24  Miles Bader  <miles@gnu.org>
4289
4290         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4291         the blinking smiley.
4292
4293 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4294
4295         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4296         blink smiley.
4297
4298 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4301         where the dribbel file lives exists.
4302
4303         * message.el (message-send-mail-partially-limit): Change the default to
4304         nil, since most people don't want this.
4305
4306         * mm-url.el (mm-url-decode-entities): Also decode entities like
4307         &#x3212.
4308
4309 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4310
4311         * gnus-sum.el (gnus-summary-idna-message):
4312         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4313         Hyperlink urls in docstrings with URL `...'.
4314
4315 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4316
4317         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4318         functions.
4319
4320 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4323         say what the mouseover text should be.
4324
4325         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4326         version of the mm-w3m-safe-url-regexp variable to only download images
4327         in the groups where we want that to happen.
4328
4329         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4330
4331         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4332         easier debugging.
4333         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4334         big pictures in the article buffer.
4335
4336         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4337         gnus-article-html.
4338         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4339         w3m.
4340
4341         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4342
4343 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4346         which doesn't exist.
4347
4348         * message.el (message-inhibit-ecomplete): New variable to allow some
4349         function to inhibit ecomplete address storage.
4350         (message-resend): Disable ecomplete message storage when resending
4351         messages.
4352
4353         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4354
4355 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4358         Save excursion while copying, moving, and deleting articles in order to
4359         prevent the cursor from jumping to unforeseen place.
4360
4361 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * lpath.el: No need to bind bookmark-current-buffer,
4364         bookmark-yank-point and bookmark-make-record-function.
4365
4366 2010-08-17  Glenn Morris  <rgm@gnu.org>
4367
4368         * gnus-sync.el: Require gnus components whose functions are used.
4369
4370         * gnus-art.el (bookmark-make-record-function):
4371         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4372         Declare for compiler.
4373
4374         * mm-url.el (mml-compute-boundary): Autoload.
4375
4376 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4379
4380 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4381
4382         Typo fix "hoo4a" -> "hook".
4383
4384         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4385
4386 2010-08-14  Glenn Morris  <rgm@gnu.org>
4387
4388         * gnus-sync.el (gnus-sync): Fix defgroup version.
4389
4390 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4391
4392         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4393
4394         * gnus-sync.el: Fix docs.
4395         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4396         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4397
4398 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         Optimizations for gnus-sync.el.
4401
4402         * gnus-sync.el: Add docs about gnus-sync-backend
4403         possibilities.
4404         (gnus-sync-save): Remove unnecessary message.
4405         (gnus-sync-read): Optimize and show what groups were skipped.
4406
4407 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         Minor bug fixes for gnus-sync.el.
4410
4411         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4412         Don't read the sync on get-new-news.
4413
4414         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4415         quiet.
4416
4417         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4418         (fix typo).
4419
4420 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4421
4422         Make saving and restoring of hidden threads work with overlays.
4423         Patch applied by Ted Zlatanov.
4424
4425         * gnus-sum.el (gnus-hidden-threads-configuration)
4426         (gnus-restore-hidden-threads-configuration): Update to deal with text
4427         properties, rather than searching for a magic character.
4428
4429 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         New gnus-sync.el library for synchronization of marks.
4432
4433         * gnus-sync.el: New library for synchronization of marks.
4434
4435         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4436         renamed from `gnus-registry-grep-in-list'.
4437
4438         * gnus-registry.el (gnus-registry-follow-group-p):
4439         Use `gnus-grep-in-list'.
4440
4441         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4442
4443 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4446         determining charset of text fails.
4447
4448 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nnmail.el (nnmail-get-new-mail-1): Revert.
4451
4452         * nnml.el (nnml-active-number): Make sure names of newly created groups
4453         in nnml-group-alist are encoded.
4454
4455 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4458         containing non-ASCII characters in active file for nnml back end.
4459
4460 2010-07-24  David Engster  <dengste@eml.cc>
4461
4462         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4463         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4464
4465 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4466
4467         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4468         tag (Bug#6654).
4469
4470 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4473         the article buffer, not the summary buffer.
4474
4475 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4478         Emacs 23 as well.
4479
4480 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4483         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4484
4485 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4486
4487         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4488         Patch applied by Karl Fogel.
4489
4490         * gnus-sum.el (gnus-summary-bookmark-make-record):
4491         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4492
4493 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4494
4495         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4496         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4497         C-w still not working correctly from Article buffers; Thierry's
4498         patch to fix that will be applied after this.
4499
4500         * gnus-art.el (bookmark-make-record-function): New local variable.
4501
4502         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4503         article buffer.
4504         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4505
4506 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4507
4508         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4509         on changes in bookmark.el.
4510
4511 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4514         `no-log' instead of message not to log prompt string.
4515
4516 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4517
4518         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4519         the *other* type of HTML form submission.
4520
4521 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4522
4523         * auth-source.el (auth-source-pick): If choice does not contain a
4524         questioned keyword, set the check to t.
4525
4526 2010-06-12  Romain Francoise  <romain@orebokech.com>
4527
4528         * gnus-util.el (gnus-date-get-time): Move up before first use.
4529
4530 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4533         (gnus-article-edit-part): Bind it to make last part that is substituted
4534         or deleted visible.
4535         (gnus-mime-display-single): Buttonize part of which id equals to
4536         gnus-mime-buttonized-part-id.
4537
4538 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4539
4540         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4541         (gnus-dd-mmm): Use gnus-date-get-time.
4542         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4543         simplify logic.
4544         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4545         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4546
4547 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4548
4549         * auth-source.el (top): Autoload `secrets-list-collections',
4550         `secrets-create-item', `secrets-delete-item'.
4551         (auth-sources): Fix tag string.
4552         (auth-get-source, auth-source-retrieve, auth-source-create)
4553         (auth-source-delete): New defuns.
4554         (auth-source-pick): Rewrite in order to avoid 2 passes.
4555         (auth-source-forget-user-or-password): New parameter USERNAME.
4556         (auth-source-user-or-password): New parameters CREATE-MISSING and
4557         DELETE-EXISTING.  Retrieve password interactively, if needed.
4558
4559 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4560
4561         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4562         deleting unused directories when gnus-expert-user is t.
4563
4564 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4567         for each temp file when gnus-article-browse-delete-temp is ask.
4568
4569 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4570
4571         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4572         Lisp calls to delete-backward-char by calls to delete-char.
4573
4574 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4575
4576         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4577
4578 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4579
4580         * password-cache.el (password-cache-remove): Fix docstring.
4581
4582 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4585         article unless decoding article to be saved.
4586
4587 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4590         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4591         generated within the mm-with-unibyte-current-buffer macro.
4592
4593 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4596         to nil when we're in a mml-preview buffer and no group is selected.
4597
4598 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4599
4600         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4601         when catching the `C-g'.  Reported by "Leo".
4602
4603 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * message.el (message-forward-make-body-plain)
4606         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4607         multibyte-string-p.
4608
4609         * lpath.el: Revert.
4610
4611 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * message.el (message-forward-make-body-mml): Assume original message
4614         is multibyte string; error on unibyte.
4615         (message-forward-make-body-plain): Ditto; don't add excessive newline
4616         in body end.
4617
4618         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4619
4620 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4621
4622         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4623         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4624
4625 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mm-extern.el (mm-extern-url): Don't use
4628         mm-with-unibyte-current-buffer.
4629         (mm-extern-cache-contents): Use with-current-buffer instead of
4630         save-excursion + set-buffer.
4631
4632 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * mm-util.el (mm-emacs-mule): Remove.
4635
4636 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4637
4638         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4639         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4640         change.
4641
4642 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4645         bind the default value of enable-multibyte-characters to nil.
4646
4647 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * message.el (message-forward-make-body-plain)
4650         (message-forward-make-body-mml):
4651         Don't use mm-with-unibyte-current-buffer.
4652
4653 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4654
4655         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4656
4657 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4658
4659         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4660         (Bug#5592).
4661
4662 2010-05-07  Julien Danjou  <julien@danjou.info>
4663
4664         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4665         it to mm-pipe-part.
4666
4667         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4668         it is given.
4669
4670 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * binhex.el (binhex-decode-region-internal)
4673         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4674         (dns-query)
4675         * nnweb.el (nnweb-gmane-search)
4676         * pgg-parse.el (pgg-parse-armor)
4677         * pgg.el (pgg-verify-region)
4678         * sha1.el (sha1-string-external)
4679         * uudecode.el (uudecode-decode-region-internal)
4680         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4681         XEmacs.
4682
4683         * gnus-art.el (gnus-article-browse-html-parts)
4684         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4685         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4686         make-temp-file.
4687
4688         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4689         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4690         compiling.
4691
4692         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4693         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4694         XEmacs when compiling.
4695
4696         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4697         gnus-pick-mode-off-hook for XEmacs when compiling.
4698         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4699         gnus-binary-mode-off-hook for XEmacs when compiling.
4700
4701         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4702         Return nil if char-charset is not available.
4703
4704         * imap.el (imap-disable-multibyte)
4705         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4706         macros.
4707
4708         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4709         instead of encode-coding-string.
4710
4711         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4712         'xemacs) instead of mm-emacs-mule to switch function definitions.
4713         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4714
4715         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4716         bind temporary-file-directory for XEmacs;
4717         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4718         timer-set-function for XEmacs 21.4 and SXEmacs;
4719         bind timer-list for XEmacs 21.4 and SXEmacs;
4720         fbind char-charset and find-charset-region for non-Mule XEmacs;
4721         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4722         encode-coding-region and encode-coding-string for XEmacs having no
4723         file-coding feature.
4724
4725 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4726
4727         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4728
4729 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4732         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4733
4734 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4735
4736         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4737         alias `jka-compr-delete-temp-file' no longer exists.
4738
4739 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4740
4741         Use define-minor-mode in Gnus where applicable.
4742         * mml.el (mml-mode): Use define-minor-mode.
4743         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4744         (gnus-undo-mode): Use define-minor-mode.
4745         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4746         (gnus-dead-summary-mode): Use define-minor-mode.
4747         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4748         Initialize in declaration.
4749         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4750         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4751         (gnus-mailing-list-mode): Use define-minor-mode.
4752         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4753         (gnus-draft-mode): Use define-minor-mode.
4754         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4755         (gnus-dired-mode): Use define-minor-mode.
4756
4757 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4758
4759         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4760         handles on recursive mml-to-mime translation and check them for
4761         boundary delimiter collisions.  Reported by Greg Troxel.
4762
4763 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4766
4767 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4768
4769         * mm-util.el (mm-find-buffer-file-coding-system):
4770         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4771
4772 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4773
4774         * message.el (message-generate-headers): Record insertion of optional
4775         headers as well.  Otherwise the check to prevent repeated insertion of
4776         optional headers is a no-op.
4777
4778 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4779
4780         * smime.el: Don't mention CVS.
4781
4782         * nnrss.el (nnrss-fetch): Don't mention CVS.
4783
4784         * nnir.el: Don't mention CVS.
4785
4786 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4787
4788         * gnus-sum.el (gnus-summary-bookmark-make-record):
4789         Add `location' field.
4790
4791 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * lpath.el: Fbind bookmark-default-handler,
4794         bookmark-get-bookmark-record, bookmark-make-record-default,
4795         bookmark-prop-get for Emacs <23 and XEmacs.
4796
4797 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4798
4799         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4800         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4801         Use with-current-buffer to silence the byte-compiler.
4802         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4803         bother to require `gnus'.
4804         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4805
4806 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4807
4808         * gnus-sum.el (gnus-summary-bookmark-make-record)
4809         (gnus-summary-bookmark-jump): New functions.
4810         (gnus-summary-mode): Setup bookmark support.
4811
4812 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4813
4814         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4815         if set.
4816
4817 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4820         gnus-article-browse-html-save-cid-image; make it work recursively for
4821         forwarded messages as well.
4822         (gnus-article-browse-html-parts): Work when prefix arg is given.
4823         (gnus-article-browse-html-article): Doc fix.
4824
4825 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4826
4827         * message.el (message-default-mail-headers):
4828         (message-default-headers): Carry the value mail-default-headers over
4829         into message-default-mail-headers, rather than message-default-headers.
4830
4831 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4832
4833         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4834         charset.
4835
4836         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4837         charset into the <meta> tag when the article is encoded to utf-8.
4838
4839 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-art.el (gnus-article-browse-delete-temp-files):
4842         Delete directories as well.
4843         (gnus-article-browse-html-parts): Work for images that do not specify
4844         file names; delete temp directory when quitting; insert header at the
4845         right place; use file: scheme for image files.
4846
4847 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4848
4849         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4850         (gnus-article-browse-html-parts): Use it to make temporary cid image
4851         files in addition to html file so that browser may display them.
4852
4853 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4856
4857 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4860
4861 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4862
4863         * auth-source.el (auth-sources): Change default to be simpler.
4864         Explain about Secret Service API sources.  Improve Customize options.
4865         (auth-source-pick): Change to accept any number of search parameters.
4866         Implement fallbacks iteratively, not recursively.  Add scoring on the
4867         second pass and sort by score.  Call Secret Service API when needed.
4868         (auth-source-user-or-password): Use it.  Call Secret Service API
4869         directly when needed to get the user name and the password.
4870
4871 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4872
4873         * message.el (message-interactive): Doc fix.
4874         (message-qmail-inject-args): Reflow.
4875         (message-kill-to-signature): Fix typo in docstring.
4876
4877         * smiley.el (smiley-buffer): Fix typo in docstring.
4878
4879 2010-03-24  Glenn Morris  <rgm@gnu.org>
4880
4881         * mail-source.el (gnus-message): Declare.
4882         (mail-source-delete-old-incoming): Require gnus-util.
4883
4884 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4887
4888         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4889
4890         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4891         password-cache's default if it is not bound.
4892         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4893         password-cache-expiry's default if it is not bound.
4894
4895         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4896         available in Emacs 21.
4897
4898         * lpath.el: Suppress compiler warnings for:
4899         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4900         XEmacs;
4901         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4902         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4903         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4904
4905 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * auth-source.el (auth-sources): Fix up definition so extra parameters
4908         are always inline.
4909
4910 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4911
4912         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4913         wasn't updated after mismatch.  Clear cached mailbox info correctly
4914         when uidvalidity changes.
4915         (nnimap-group-prefixed-name): New function to avoid some code
4916         duplication.
4917         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4918         (nnimap-request-group): Use it.
4919         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4920         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4921         with many imap folders.  This is done by caching the group status from
4922         the imap server persistently in a group parameter `imap-status'.  (This
4923         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4924         but not persistently, so every Gnus startup was still very slow.)
4925
4926 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4929         delete the extra newline.  Otherwise editing of :string and :number
4930         types don't work.
4931
4932 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4935         secrets.el dependency.
4936         (auth-sources): Add optional user name.  Add secrets.el configuration
4937         choice (unused right now).
4938
4939 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * gnus-sum.el (gnus-summary-make-menu-bar):
4942         Let `gnus-registry-install-shortcuts' fill in the functions.
4943
4944         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4945         warnings.
4946         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4947         (gnus-registry-install-shortcuts): Populate and use it in a
4948         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4949
4950 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4951
4952         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4953         In-place substitutions for the group name encoding/decoding.
4954         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4955         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4956         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4957         (nnimap-update-unseen, nnimap-request-list)
4958         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4959         (nnimap-request-set-mark, nnimap-split-to-groups)
4960         (nnimap-split-articles, nnimap-request-newgroups)
4961         (nnimap-request-create-group, nnimap-request-accept-article)
4962         (nnimap-request-delete-group, nnimap-request-rename-group)
4963         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4964         `encoded-mbx' for consistency.
4965         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4966         variable `imap-current-mailbox'.
4967
4968         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4969         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4970
4971 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4972
4973         * pop3.el (pop3-display-message-size-flag): Display message size byte
4974         counts during POP3 download.
4975         (pop3-movemail): Use it.
4976         (pop3-list): Implement listing of available messages.
4977
4978 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4979
4980         * nnir.el (nnir-get-article-nov-override-function): New function to
4981         override the normal NOV retrieval.
4982         (nnir-retrieve-headers): Use it.
4983
4984 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4985
4986         * auth-source.el (netrc-machine-user-or-password): Autoload.
4987
4988 2010-03-19  Glenn Morris  <rgm@gnu.org>
4989
4990         Stop message.el from loading about 40 libraries it doesn't always need.
4991         The general approach is to autoload rather than require, and to
4992         require in the specific functions rather than the file.  (Bug#5642)
4993
4994         * gmm-utils.el: Don't require wid-edit.
4995         (widget-create-child-value, widget-convert, widget-default-get):
4996         Autoload.
4997
4998         * gnus-util.el: Don't require time-date, netrc.
4999         (message-fetch-field, gnus-group-name-decode): Declare rather than
5000         autoloading.
5001         (gnus-fetch-field): Require message.
5002         (gnus-decode-newsgroups): Require gnus-group.
5003
5004         * ietf-drums.el: Don't require time-date.
5005
5006         * message.el: Don't require hashcash, canlock, ecomplete.
5007         Do require mail-utils.  Require nnheader only when compiling.
5008         (smtpmail-default-smtp-server): Remove declaration.
5009         (message-send-mail-function): Check smtpmail-default-smtp-server
5010         is bound rather than requiring smtpmail.
5011         (message-auto-save-directory, message-insert-signature):
5012         Use expand-file-name rather than nnheader-concat.
5013         (nnheader-insert-file-contents): Autoload.
5014         (hashcash-wait-async): Declare.
5015         (message-send-mail): Only call gnus-setup-posting-charset if
5016         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5017         (message-send-mail-with-sendmail): Require sendmail.
5018         (canlock-password, canlock-password-for-verify): Declare.
5019         (message-canlock-password): Require canlock.
5020         (nnheader-get-report): Autoload.
5021         (gnus-setup-posting-charset): Declare.
5022         (message-send-news): Require gnus-msg.
5023         (message-make-references, message-make-in-reply-to): Use mail-header-id
5024         rather than the alias mail-header-message-id.
5025         (ecomplete-add-item, ecomplete-save): Declare.
5026         (message-put-addresses-in-ecomplete): Require ecomplete.
5027         (ecomplete-display-matches): Autoload.
5028
5029         * mm-decode.el: Don't require mailcap, gnus-util.
5030         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5031         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5032         Autoload.
5033         (mailcap-mime-extensions): Declare.
5034
5035         * mm-encode.el: Don't require mailcap.
5036         (mailcap-extension-to-mime): Autoload.
5037
5038         * mml-sec.el: Don't require password-cache.
5039
5040         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5041         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5042         (mml-minibuffer-read-type): Require mailcap.
5043         (mml-preview): Require gnus-msg.
5044
5045         * mml1991.el: Require password-cache.
5046         (password-cache-expiry): Remove declaration.
5047
5048         * mml2015.el: Require password-cache.
5049         (password-cache-expiry): Remove declaration.
5050
5051         * nneething.el (mailcap): Require mailcap.
5052
5053         * nnheader.el (declare-function): Add compatibility stub.
5054         (message-remove-header): Declare rather than autoload.
5055         (nnheader-replace-header): Require message.
5056
5057         * nnimap.el (declare-function): Add compatibility stub.
5058         (netrc-parse, netrc-machine-user-or-password): Declare.
5059         (nnimap-open-connection): Require netrc.
5060
5061         * nntp.el (declare-function): Add compatibility stub.
5062         (netrc-parse, netrc-machine, netrc-get): Declare.
5063         (nntp-send-authinfo): Require netrc.
5064
5065         * rfc2047.el: Don't require qp.
5066         (quoted-printable-encode-region, quoted-printable-decode-string):
5067         Autoload.
5068
5069         * sieve-mode.el: Don't require easymenu.
5070         (easy-menu-add-item): Autoload it.
5071
5072         * spam-stat.el (time-to-number-of-days): Autoload it.
5073
5074 2010-03-19  Glenn Morris  <rgm@gnu.org>
5075
5076         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5077
5078 2010-03-18  Glenn Morris  <rgm@gnu.org>
5079
5080         * hashcash.el (declare-function): Remove duplicate definition.
5081
5082 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5083
5084         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5085         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5086         value if any backslash escapes).
5087
5088 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5091         if it is available.  (bug#5647)
5092
5093         * lpath.el: Suppress compiler warning for coding-system-from-name for
5094         Emacs 21 and XEmacs.
5095
5096 2010-03-14  Juri Linkov  <juri@jurta.org>
5097
5098         * hmac-def.el:
5099         * hmac-md5.el:
5100         * netrc.el: Fix keywords.
5101
5102 2010-02-26  Glenn Morris  <rgm@gnu.org>
5103
5104         * message.el (message-send-mail-function): Change the default, so that
5105         it inherits from a customized send-mail-function.  (Bug#5643)
5106
5107 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5108
5109         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5110         shell-command-to-string signals an error (bug#5299).
5111
5112 2010-02-24  Glenn Morris  <rgm@gnu.org>
5113
5114         * message.el (message-smtpmail-send-it)
5115         (message-send-mail-with-mailclient): Doc fixes.
5116
5117 2010-02-16  Glenn Morris  <rgm@gnu.org>
5118
5119         * message.el (message-default-mail-headers): Change the default value
5120         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5121
5122 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5125         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5126
5127 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5128
5129         * time-date.el (date-to-time): Doc fix (Bug#5408).
5130
5131 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5132
5133         * message.el (message-mail): Just pass yank-action on to message-setup.
5134         (message-setup): Handle (FUN . ARGS) form of yank-action.
5135         (message-with-reply-buffer, message-widen-reply)
5136         (message-yank-original): Handle non-buffer values of
5137         message-reply-buffer (Bug#4080).
5138         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5139
5140 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5141
5142         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5143         Fix typo in docstring.
5144
5145 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5146
5147         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5148         response.
5149
5150 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5153
5154         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5155
5156         * message.el (message-check-news-header-syntax): Protect against a
5157         string that `rfc822-addresses' returns when parsing fails.
5158
5159 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5162         (gnus-previous-char-property-change): New functions.
5163
5164         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5165
5166 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5167
5168         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5169         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5170
5171 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5172
5173         * message.el (message-exchange-point-and-mark): Rework last change to
5174         avoid using optional arg of exchange-point-and-mark, for backward
5175         compatibility.
5176
5177 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5178
5179         * message.el (message-exchange-point-and-mark):
5180         Call exchange-point-and-mark with an argument rather than setting
5181         mark-active by hand (Bug#5175).
5182
5183 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * nntp.el (nntp-service-to-port): Work for service expressed with
5186         numeric string; replace [:digit:] with [0-9] for XEmacs.
5187
5188 2009-12-17  Glenn Morris  <rgm@gnu.org>
5189
5190         * gnus-group.el (gnus-bug-group-download-format-alist):
5191         Change emacs entry to debbugs.gnu.org.  Bump :version.
5192
5193 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5196
5197 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * message.el (message-info): Explain why we use `Info-goto-node'.
5200
5201 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5204
5205 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5206
5207         * message.el (message-completion-in-region): New compatibility function.
5208         (message-expand-group): Use it.
5209
5210 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5213         with no unread article should be listed if the 2nd arg `predicate' is
5214         given.
5215
5216 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5219
5220 2009-11-29  Juri Linkov  <juri@jurta.org>
5221
5222         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5223         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5224         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5225
5226 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5227
5228         * sha1.el (sha1-string-external): default-directory "/" in case
5229         otherwise non-existent.  process-connection-type pipe for touch of
5230         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5231
5232 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5233
5234         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5235         it's comms related and sgml-mode.el has "comm" on that basis too.
5236
5237 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5240         containing tspecial characters if they have been already quoted.
5241
5242 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5243
5244         * dns-mode.el (auto-mode-alist): Purecopy string.
5245
5246 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5247
5248         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5249
5250 2009-10-24  Glenn Morris  <rgm@gnu.org>
5251
5252         * gnus-art.el (help-xref-stack-item): Define for compiler.
5253
5254 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5255
5256         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5257
5258 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5261
5262 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5265         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5266
5267 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5270         (gnus-overlays-in): New alias to overlays-in.
5271
5272         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5273         gnus-overlay-get, and gnus-delete-overlay.
5274         (gnus-summary-show-thread): Make it work as well for systems in which
5275         next-single-char-property-change is not available.
5276         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5277
5278         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5279         (gnus-overlay-get): New alias to extent-property.
5280         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5281
5282         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5283         SXEmacs.
5284
5285         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5286         SXEmacs.
5287
5288 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5291
5292 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5293
5294         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5295         and XEmacs that don't have `remove-overlays'.
5296
5297 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5298
5299         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5300         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5301         selective display.  Use overlays instead.
5302
5303 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5304
5305         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5306
5307 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5308
5309         * spam-stat.el (spam-stat-load): Fix typo in message.
5310
5311 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5312
5313         * dig.el (dig-invoke): Fix typo in docstring.
5314         (query-dig): Reflow docstring.
5315
5316 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5317
5318         * gnus-art.el (gnus-article-encrypt-body):
5319         * message.el (message-check-recipients):
5320         * mm-util.el (mm-codepage-setup):
5321         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5322         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5323
5324 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5325
5326         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5327         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5328         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5329         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5330         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5331
5332 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5333
5334         * dig.el: Add "Keywords: comm", as per net-utils.el.
5335
5336 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * dig.el (dig-mode): Use define-derived-mode.
5339
5340 2009-09-19  Glenn Morris  <rgm@gnu.org>
5341
5342         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5343
5344 2009-09-18  Glenn Morris  <rgm@gnu.org>
5345
5346         * gnus-diary.el (gnus-diary-check-message):
5347         * message.el (message-insert-formatted-citation-line):
5348         * nnbabyl.el (top-level):
5349         * nndiary.el (nndiary-schedule):
5350         Fix typos in condition-case handlers.
5351
5352 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5355         configuration that provides the sole article window in a frame;
5356         position point correctly after deleting a part.
5357
5358 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5359
5360         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5361         (spam-resolve-registrations-routine): Use it to unregister articles
5362         that change status.
5363
5364 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5367         with XEmacs.
5368         (parse-time-string-chars): Use it.
5369
5370 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5371
5372         * imap.el (imap-interactive-login): Better messages.
5373         (imap-open): Fix bug with renamed buffer on reconnect.
5374         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5375         for easier debugging and cleaner code.  On successful (guessed based on
5376         server capabilities) secondary authentication, set imap-state
5377         correctly.
5378         (imap-last-authenticator): Define imap-last-authenticator as a variable
5379         to avoid warnings.
5380
5381 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * nnrss.el (nnrss-request-article): Remove binding of
5384         default-enable-multibyte-characters that has gotten needless by
5385         the 2007-07-13 change in rfc2047-encode-message-header.
5386
5387         * mml.el (mml-insert-multipart): Error on the message header.
5388         (mml-insert-part): Error on the message header; position point at
5389         the end of a MIME tag.
5390
5391 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * time-date.el (autoload): Expand define-obsolete-function-alias into
5394         defalias and make-obsolete for old Emacsen that Gnus supports.
5395         (with-no-warnings): Define it for old Emacsen.
5396         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5397         is available.
5398         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5399         float-time is available; suppress compile warning for time-to-seconds.
5400
5401         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5402         (gnus-float-time): Alias to float-time if it exists.
5403
5404         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5405         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5406         float-time is available; suppress compile warning for time-to-seconds.
5407
5408         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5409         XEmacs.
5410
5411 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * imap.el (imap-message-map): Docstring fix.
5414
5415 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5418         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5419         Add the optional argument `encoding' that overrides the default.
5420
5421         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5422         mm-encode-buffer.
5423
5424 2009-09-04  Glenn Morris  <rgm@gnu.org>
5425
5426         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5427         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5428         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5429         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5430         * mm-util.el (mm-with-unibyte-current-buffer)
5431         (mm-find-buffer-file-coding-system):
5432         * yenc.el (yenc-decode-region): Use default-value rather than
5433         default-enable-multibyte-characters.
5434
5435 2009-09-03  Glenn Morris  <rgm@gnu.org>
5436
5437         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5438         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5439         than default-enable-multibyte-characters.
5440
5441 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5442
5443         * gnus-art.el (gnus-article-read-summary-keys):
5444         Fix gnus-buffer-configuration's value temporarily used.
5445
5446 2009-09-02  Glenn Morris  <rgm@gnu.org>
5447
5448         * gnus-util.el (gnus-float-time): New function.
5449         * gnus-delay.el (gnus-delay-article):
5450         * gnus-sum.el (gnus-thread-latest-date):
5451         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5452         * nnspool.el (nnspool-request-newgroups):
5453         Use gnus-float-time rather than time-to-seconds.
5454         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5455
5456         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5457         (gnus-header-subject-face, gnus-header-newsgroups-face)
5458         (gnus-header-name-face, gnus-header-content-face):
5459         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5460         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5461         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5462         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5463         (gnus-cite-face-11):
5464         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5465         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5466         (gnus-server-closed-face, gnus-server-denied-face)
5467         (gnus-server-offline-face):
5468         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5469         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5470         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5471         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5472         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5473         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5474         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5475         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5476         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5477         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5478         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5479         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5480         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5481         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5482         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5483         (gnus-summary-high-undownloaded-face)
5484         (gnus-summary-low-undownloaded-face)
5485         (gnus-summary-normal-undownloaded-face)
5486         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5487         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5488         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5489         (gnus-splash-face):
5490         * message.el (message-header-to-face, message-header-cc-face)
5491         (message-header-subject-face, message-header-newsgroups-face)
5492         (message-header-other-face, message-header-name-face)
5493         (message-header-xheader-face, message-separator-face)
5494         (message-cited-text-face, message-mml-face):
5495         * sieve-mode.el (sieve-control-commands-face)
5496         (sieve-action-commands-face, sieve-test-commands-face)
5497         (sieve-tagged-arguments-face):
5498         * spam.el (spam-face):
5499         Mark face aliases with "-face" in the name as obsolete.
5500
5501 2009-09-01  Glenn Morris  <rgm@gnu.org>
5502
5503         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5504         than goto-line.
5505
5506 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5509         Don't move point if the command is invoked inside the message header.
5510
5511 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5512
5513         * imap.el (imap-send-command): Simplify.
5514         (imap-wait-for-tag): point-max -> buffer-size.
5515
5516 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5517
5518         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5519         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5520         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5521         * nnir.el (nnir-swish-e-index-file):
5522         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5523         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5524         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5525         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5526         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5527         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5528
5529 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5532         Don't save excursion.
5533
5534 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5535
5536         * nnheader.el (nnheader-find-file-noselect):
5537         * mm-util.el (mm-insert-file-contents):
5538         Use (default-value 'major-mode) instead of default-major-mode.
5539
5540 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5541
5542         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5543
5544 2009-08-26  Glenn Morris  <rgm@gnu.org>
5545
5546         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5547         than placing in files.el.
5548
5549 2009-08-25  Glenn Morris  <rgm@gnu.org>
5550
5551         * nnir.el (top-level): Don't require cl at run-time.
5552         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5553         Replace cl-function substitute with gnus-replace-in-string.
5554         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5555         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5556         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5557         simplified expansions.
5558
5559 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5560
5561         * dig.el (dig): Add autoload cookie.
5562
5563 2009-08-22  Glenn Morris  <rgm@gnu.org>
5564
5565         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5566         goto-line.
5567
5568 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5569
5570         * parse-time.el (parse-time-string-chars): Save match data.
5571
5572 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5573
5574         * parse-time.el (parse-time-string-chars): Compute using character
5575         classes, to handle non-ascii characters (Bug#3190).
5576
5577 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5580
5581         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5582         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5583         (gnus-mm-display-part, gnus-mime-display-single)
5584         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5585         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5586
5587         * gnus-sum.el
5588         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5589         (gnus-summary-move-article): Add expirable mark to articles copied or
5590         moved to group that has auto-expire turned on if the option is non-nil.
5591
5592 2009-07-24  Glenn Morris  <rgm@gnu.org>
5593
5594         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5595         Fix typo.  (Bug#3903)
5596
5597 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5600         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5601         that should not be used for draft articles.
5602         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5603         that has no concern in minor mode keys.
5604         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5605         Abolish.
5606
5607 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5610         article without making inquiry to a user for unknown encoding.
5611
5612         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5613         (nnmaildir--scan): Assume i-node and device number that file-attributes
5614         returns might be cons-cell.
5615
5616         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5617
5618         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5619
5620 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * auth-source.el: Remove docs now in auth.texi.  Don't use
5623         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5624         `auth-source-hide-passwords' and use them.
5625
5626 2009-07-15  Glenn Morris  <rgm@gnu.org>
5627
5628         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5629
5630 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5633         excessive whitespace from the default values of title and description.
5634
5635 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5638         mail-fetch-field to fetch Content-Description header in order to
5639         exclude newlines.
5640
5641 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5642
5643         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5644         format used by GnuPG 2.0.11.
5645
5646 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5649         to deleted part.
5650
5651 2009-05-30  David Engster  <dengste@eml.cc>
5652
5653         * nnmairix.el: Remove old documentation in the commentary block.
5654         (nnmairix-request-group): Do not update active file for nnml back ends.
5655         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5656         end so that overview files are ignored.
5657         (nnmairix-update-groups): Make updating the groups more robust by using
5658         marks.
5659         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5660         with dollar characters in message-id.
5661
5662 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5665         2008-12-25 in dns.el.
5666
5667 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5668
5669         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5670         could happen if the text is only composed of spaces and/or tabs.
5671
5672 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5673
5674         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5675         when sending a queued message to avoid extra mml tags.
5676
5677 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5680
5681 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5684         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5685         rmail-toggle-header for XEmacs;
5686         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5687
5688 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-dired.el: Remove autoload for gnus-setup-message.
5691         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5692         displaying Gnus logo; always use compose-mail.
5693
5694 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5697
5698 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5701         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5702         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5703         available.
5704         (gnus-nocem-epg-verify): New function.
5705
5706 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5709
5710 2009-02-15  Glenn Morris  <rgm@gnu.org>
5711
5712         * gnus-util.el (rmail-insert-rmail-file-header)
5713         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5714         autoloads.
5715         (rmail-default-rmail-file): Remove unnecessary declaration.
5716         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5717
5718 2009-02-14  Glenn Morris  <rgm@gnu.org>
5719
5720         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5721         variable (only used in gnus-util, which declares it anyway).
5722         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5723         which was only needed by gnus-art (changed to not use it any more).
5724         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5725         only used in gnus-util, which autoloads it itself.
5726         (rmail-update-summary): Fix autoload.
5727
5728         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5729         rather than rmail-output-to-rmail-file.
5730
5731 2009-02-07  Glenn Morris  <rgm@gnu.org>
5732
5733         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5734         autoload of function that no longer exists.
5735         (rmail-toggle-header): Declare.
5736         (message-forward-rmail-make-body): Handle mbox Rmail.
5737
5738 2009-01-31  Glenn Morris  <rgm@gnu.org>
5739
5740         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5741         2009-01-09 change.
5742
5743 2009-01-31  Dave Love  <fx@gnu.org>
5744
5745         * imap.el (imap-fetch-safe): Bind debug-on-error.
5746         (imap-debug): Add imap-fetch-safe.
5747
5748 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5749
5750         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5751         (auth-source-forget-all-cached): New convenience function.
5752         (auth-source-user-or-password): Accept list of modes or a single mode.
5753
5754         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5755         auth-source modes.
5756
5757         * netrc.el (netrc-machine-user-or-password): Use list of
5758         auth-source modes.
5759
5760         * nnimap.el (nnimap-open-connection): Use list of
5761         auth-source modes.
5762
5763         * nntp.el (nntp-send-authinfo): Use list of
5764         auth-source modes.
5765
5766 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5769         now.
5770
5771 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5774         coding system in XEmacs; add a workaround for XEmacs.
5775
5776         * lpath.el: Fbind coding-system-aliasee.
5777
5778 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5781         of current-language-environment.
5782
5783 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5784
5785         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5786         available at runtime.
5787
5788 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5791
5792 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5793
5794         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5795         the greatest positive fixnum value doesn't work under an XEmacs with
5796         bignum support; use the most-positive-fixnum constant instead,
5797         available since Emacs 21.1 with cl and XEmacs 21.1.
5798
5799 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5802         XEmacs gets not to work.
5803
5804 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * mm-util.el (mm-coding-system-priorities): Allow the value like
5807         "Japanese (UTF-8)" of current-language-environment.
5808
5809 2009-01-09  Glenn Morris  <rgm@gnu.org>
5810
5811         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5812         with last-command-event.
5813
5814 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5817         in the doc string.
5818
5819         * message.el (message-fix-before-sending): Amend comment.
5820
5821 2009-01-08  Dave Love  <fx@gnu.org>
5822
5823         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5824
5825 2009-01-07  David Engster  <dengste@eml.cc>
5826
5827         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5828         simplified server definitions by converting it via
5829         gnus-server-to-method.
5830
5831 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5834         parameter's operands.
5835
5836 2009-01-06  David Engster  <dengste@eml.cc>
5837
5838         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5839         primary select method (for gnus-group-mark-article-as-read).
5840
5841 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5842
5843         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5844         `(gnus)Face', not `(gnus)X-Face'.
5845
5846 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * mm-util.el (mm-ucs-to-char): New function.
5849
5850         * mm-url.el (mm-url-decode-entities): Use it.
5851
5852         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5853         unicode-to-char.
5854
5855 2009-01-05  Dave Love  <fx@gnu.org>
5856
5857         * time-date.el: Require cl for `declare'.
5858
5859 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5862         Dave Love.
5863
5864 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * message.el (message-fix-before-sending): Add `eight-bit' to
5867         illegible-text check.
5868
5869 2009-01-03  Michael Olson  <mwolson@gnu.org>
5870
5871         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5872         `headers' is nil.  This can occur if the IMAP server does not have
5873         permissions to read messages from a folder, but can write new messages
5874         to the folder.
5875         (nnimap-request-article-part): Do not insert `data' if it is nil.
5876
5877         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5878         characters which will confuse `read', so skip past them.
5879
5880 2009-01-01  Dave Love  <fx@gnu.org>
5881
5882         * imap.el (imap-string-to-integer): Fix typo.
5883         (imap-fetch-safe): New function.
5884         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5885
5886         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5887
5888         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5889         (imap-parse-greeting): Fix doc strings.
5890         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5891         (imap-parse-flag-list): Make messages unique.
5892         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5893
5894         * nnimap.el: Fix author email.
5895         (nnimap-split-rule): Add FIXME comment.
5896         (nnimap-debug): Fix doc string.
5897
5898 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5901
5902 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5905         nslookup if resolv.conf isn't available.
5906         (dns-query): Rename from query-dns.
5907         (dns-query-cached): Rename from query-dns-cached.
5908
5909 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5912         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5913         to check if those variables exist (first appeared in Emacs 18.50).
5914
5915 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * mm-util.el (mm-line-number-at-pos): New function.
5918
5919         * spam-report.el (spam-report-process-queue): Use it.
5920
5921 2008-12-24  David Engster  <dengste@eml.cc>
5922
5923         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5924         parameters that haven't existed as variables as buffer-local variables.
5925
5926 2008-12-23  Dave Love  <fx@gnu.org>
5927
5928         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5929         cadar.
5930
5931         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5932         imap-starttls-p.
5933         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5934
5935 2008-12-22  Dave Love  <fx@gnu.org>
5936
5937         * imap.el: Fix author email.  Doc fixes.
5938         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5939         reply.
5940
5941 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * spam-report.el (spam-report-gmane-max-requests): New constant.
5944         (spam-report-gmane-wait): New variable.
5945         (spam-report-gmane-ham, spam-report-gmane-spam)
5946         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5947         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5948         the server.
5949
5950         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5951         Add explanations.
5952
5953         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5954         nnheader-accept-process-output and nnheader-read-timeout if available.
5955         (pop3-movemail): Use it.
5956
5957         * message.el (message-check-news-body-syntax): Fix signature check if
5958         there's an attachment.
5959
5960 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * mm-util.el: Add comments to the mm- emulating functions.
5963
5964 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5967         Reported by Stephen Berman <stephen.berman@gmx.net>.
5968
5969 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * mm-util.el (mm-substring-no-properties): New function.
5972         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5973         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5974         (mm-string-to-multibyte): Doc fix.
5975
5976         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5977
5978 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * mml.el (mml-attach-file): Strip text properties from file name.
5981         (Bug#1574)
5982
5983 2008-12-16  Glenn Morris  <rgm@gnu.org>
5984
5985         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5986
5987 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5990         knows since the charset specified might be a bogus alias that
5991         mm-charset-synonym-alist provides.
5992
5993 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5996         "ISO_8859-1".
5997
5998         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5999
6000 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * mm-util.el (mm-charset-eval-alist):
6003         Define it before mm-charset-to-coding-system.
6004         (mm-charset-to-coding-system): Add optional argument `silent';
6005         define it before mm-charset-override-alist.
6006         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6007         default value if it can be used in Emacs currently running;
6008         silence mm-charset-to-coding-system.
6009
6010 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6013         `allow-override' which says whether to use `mm-charset-override-alist'.
6014         (rfc2047-decode-encoded-words): Use it.
6015
6016         * mm-util.el (mm-charset-override-alist): Fix custom type;
6017         add `(gb2312 . gbk)' to choices.
6018
6019 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6022         fast.
6023
6024         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6025
6026         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6027
6028 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6029
6030         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6031         on links.
6032
6033         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6034
6035 2008-12-03  Lute Kamstra  <lute@gnu.org>
6036
6037         * sha1.el: Remove leading * from docstrings of defcustoms,
6038         deffaces, defconsts and defuns.
6039
6040 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6043         users' addresses that don't have domain parts.
6044         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6045         rather than message-narrow-to-head since there will be the message
6046         header separator.
6047
6048 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6049
6050         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6051         since the result is inserted in a unibyte buffer anyway.
6052         (nnimap-demule-use-string-to-multibyte): Remove.
6053         (nnimap-demule): Alias it to mm-string-to-multibyte.
6054
6055 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6058         variable for debugging bug#464 and bug#1174.
6059         (nnimap-demule): Use it.
6060
6061 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6064         score calculation correctly.
6065
6066 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6067
6068         * message.el (message-send-mail): Just set the buffer to unibyte
6069         rather than use mm-with-unibyte-current-buffer which does a lot more.
6070         (message-send-mail-partially): Don't bother with
6071         mm-with-unibyte-current-buffer since it's already been made unibyte by
6072         message-send-mail.
6073
6074 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6075
6076         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6077
6078 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6081
6082 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6085         require itself and to remove `with-no-warnings'.
6086
6087 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6088
6089         * starttls.el (starttls-any-program-available): Get the name of the
6090         available TLS layer program.
6091         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6092         well as the host name in the "opening" message.
6093
6094         * auth-source.el (auth-source-cache, auth-source-do-cache)
6095         (auth-source-user-or-password): Cache passwords and logins by default,
6096         allow override with `auth-source-do-cache'.
6097         (auth-source-forget-user-or-password): Allow users to remove cache
6098         entries if needed.
6099
6100 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6101
6102         * md4.el (md4-buffer): Fix typo in docstring.
6103         (md4, md4-64): Doc fixes.
6104         (md4-pack-int32): Reflow docstring.
6105
6106 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6107
6108         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6109         condition-case to only the forward-sexp call.
6110
6111 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6112
6113         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6114         quotes contained.  Make it more robust regardless by an extra
6115         condition-case wrapper.
6116
6117 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6120
6121 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * nnml.el (nnml-request-expire-articles): Check if the function set to
6124         `nnmail-expiry-target' returns the symbol `delete'.
6125
6126         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6127
6128         * nnmail.el (nnmail-expiry-target): Fix custom type.
6129
6130 2008-10-02  Glenn Morris  <rgm@gnu.org>
6131
6132         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6133         Silence compiler warning.
6134
6135 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6136
6137         * tls.el (open-tls-stream): Show the actual command being
6138         executed, instead of the format string.
6139
6140 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * lpath.el: Fbind codepage-setup for Emacs 23.
6143
6144 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6145
6146         * mml.el (mml-menu): Don't assume mml2015 is bound.
6147
6148 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6151         exists.
6152
6153 2008-09-27  Glenn Morris  <rgm@gnu.org>
6154
6155         * gnus-util.el (mail-header-remove-comments): Autoload it.
6156
6157 2008-09-27  Andreas Schwab  <schwab@suse.de>
6158
6159         * gnus-util.el (gnus-split-references): Strip comments.
6160         (gnus-parent-id): Likewise.
6161
6162 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * message.el (message-confirm-send): Fix version.
6165
6166 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * message.el (message-idna-to-ascii-rhs-1): Use
6169         mail-extract-address-components rather than mail-header-parse-addresses
6170         that is an alias by default to ietf-drums-parse-addresses that does not
6171         support non-ASCII names in headers' contents.
6172
6173 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6174
6175         * message.el (message-confirm-send): Fix variable documentation to
6176         avoid the "y/n" wording.
6177
6178 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6179
6180         * message.el (message-set-auto-save-file-name): Save to a different
6181         filename so multiple messages (especially drafts) can be recovered.
6182
6183 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * message.el (message-confirm-send): Add appropriate version.
6186
6187 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6190         defvar.
6191
6192 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6193
6194         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6195         (mm-pkcs7-enveloped-magic): Ditto.
6196
6197 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6198
6199         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6200         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6201
6202 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6205         default, it's better.
6206
6207 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6208
6209         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6210         summary line gnus-number property and ignore them (with a warning
6211         message).
6212
6213 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6216         macro caddr in the interactive form since it won't be expanded.
6217
6218 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6221         `charset'; fix name of function called recursively.
6222         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6223
6224 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6227         (gnus-mime-set-charset-parameters): New function.
6228         (gnus-mime-view-part-as-charset): Use it to correctly display part
6229         specifying wrong charset.
6230
6231 2008-09-08  David Engster  <dengste@eml.cc>
6232
6233         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6234         in completing-read for back end server.
6235
6236 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * message.el (message-confirm-send): New variable to confirm sending a
6239         message.
6240         (message-send): Use it.
6241
6242 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6245
6246 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6249
6250 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6251
6252         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6253         prevent tracking too many groups.
6254         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6255         Use it.
6256
6257 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6258
6259         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6260         moving point to the bottom of the window in order to avoid recentering.
6261
6262 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6265
6266         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6267         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6268         (gnus-article-beginning-of-window): Fix calculation.
6269
6270 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-msg.el (gnus-summary-supersede-article)
6273         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6274         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6275         message header.
6276
6277 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6278
6279         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6280         pending output coming after the status change.
6281
6282 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6283
6284         * message.el:
6285         * gnus-start.el:
6286         * gnus-registry.el: Remove VMS support.
6287
6288 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6291         macro.
6292         (rfc2104-hash): Use it.
6293
6294 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6297         (gnus-summary-sort-by-most-recent-date): New commands.
6298         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6299         and menu entries.
6300
6301 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6304         don't redisplay article for raw contents; remove plural articles stuff.
6305
6306         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6307         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6308         on gnus-summary-save-article; display results properly.
6309
6310 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * lpath.el: No need to fbind ns-focus-frame.
6313
6314 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6317
6318 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-art.el (gnus-summary-save-in-pipe):
6321         Consider gnus-save-all-headers.
6322
6323 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6324
6325         * gnus-util.el (ns-focus-frame): Remove declaration.
6326         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6327         like x.
6328
6329 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6330
6331         * rfc2104.el (rfc2104-zero): Delete defconst.
6332         (rfc2104-hex-alist): Likewise.
6333         (rfc2104-hex-to-int): Delete func.
6334         (rfc2104-hexstring-to-bitstring): Likewise.
6335         (rfc2104-nybbles): New defconst.
6336         (rfc2104-hash): Rewrite for speed.
6337
6338 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * tls.el (open-tls-stream): Make it work with the 2nd argument
6341         BUFFER that is a string but does not exist as a buffer object, as
6342         mentioned in the doc-string.
6343
6344 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6347         SXEmacs.
6348
6349 2008-07-16  Glenn Morris  <rgm@gnu.org>
6350
6351         * gnus-util.el (ns-focus-frame): Declare for compiler.
6352
6353 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6356         set as a group parameter.
6357         (gnus-summary-save-in-pipe): Work when it is called independently.
6358         (gnus-summary-pipe-to-muttprint): Don't modify
6359         gnus-summary-pipe-output-default-command.
6360
6361 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6362
6363         * message.el (message-send-mail-with-sendmail):
6364         Display the error message.
6365
6366 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-art.el (gnus-default-article-saver):
6369         Add gnus-summary-save-in-pipe to choices.
6370         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6371         gnus-summary-pipe-output-default-command as the default command.
6372         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6373         instead of gnus-last-shell-command.
6374
6375         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6376         New user option.
6377         (gnus-summary-muttprint-program): Mention the value will be changed.
6378         (gnus-summary-save-article): Force showing of all headers.
6379         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6380
6381 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6382
6383         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6384
6385 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6386
6387         * nnimap.el (nnimap-id):
6388         * sieve-manage.el (sieve-manage-open): Doc fixes.
6389
6390 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6391
6392         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6393         if available.
6394
6395 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6396
6397         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6398
6399         * nnkiboze.el (nnkiboze-generate-group):
6400         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6401
6402         * nnmairix.el: Require CL.
6403
6404 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * dgnushack.el: Autoload get-display-table and put-display-table for
6407         XEmacs 21.5.
6408
6409         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6410         21.4 and SXEmacs.
6411
6412 2008-06-15  David Engster  <dengste@eml.cc>
6413
6414         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6415
6416 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6417
6418         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6419         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6420         runtime choice under XEmacs.
6421
6422         * gnus-sum.el (gnus-summary-set-display-table):
6423         Use `gnus-put-display-table', `gnus-get-display-table',
6424         `gnus-set-display-table' for the display table, instead of `aset'.
6425
6426         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6427         Use `gnus-put-display-table', `gnus-get-display-table',
6428         `gnus-set-display-table' for the display table.
6429
6430 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * nnmairix.el: Add autoloads.
6433
6434 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * nnmairix.el (nnmairix-delete-recreate-group)
6437         (nnmairix-update-and-clear-marks): Fix error messages.
6438
6439 2008-06-14  David Engster  <dengste@eml.cc>
6440
6441         * nnmairix.el: Upgrade to version 0.6.
6442         (nnmairix-group-toggle-propmarks-this-group)
6443         (nnmairix-group-toggle-readmarks-this-group)
6444         (nnmairix-group-delete-recreate-this-group)
6445         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6446         (nnmairix-remove-tick-mark-original-article): New commands.
6447         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6448         (nnmairix-propagate-marks-to-nnmairix-groups)
6449         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6450         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6451         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6452         functions needed for marks propagation and manipulation of read marks.
6453         (nnmairix-update-groups): New function.
6454         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6455         (nnmairix-determine-original-group-from-registry)
6456         (nnmairix-determine-original-group-from-path)
6457         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6458         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6459         New helper functions.
6460         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6461         keystrokes for new commands.
6462         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6463         (nnmairix-request-group): Check allow-fast group parameter.
6464         (nnmairix-request-create-group): Set allow-fast group parameter if
6465         nnmairix-allowfast-default is set.
6466         (nnmairix-close-group): Propagate marks upon closing if needed.
6467         (nnmairix-group-toggle-threads-this-group): Use new.
6468         nnmairix-group-toggle-parameter helper function.
6469         (nnmairix-search): Better check for empty search result.
6470         (nnmairix-goto-original-article): Use new helper functions for
6471         determining original article.
6472         (nnmairix-show-original-article): Make sure message-id is in brackets.
6473         (nnmairix-call-mairix-binary): Change variable name.
6474         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6475         helper function.
6476         (nnmairix-widget-toggle-activate): Fix doc string.
6477
6478 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * nnir.el: Require edmacro when compiling with XEmacs.
6481         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6482         available in Emacs 21.
6483
6484 2008-06-11  Glenn Morris  <rgm@gnu.org>
6485
6486         * gnus-util.el (x-focus-frame):
6487         * gnus.el (image-size):
6488         * mm-decode.el (image-size): Declare.
6489
6490         * gnus-picon.el (declare-function): Add compat definition.
6491         (image-size): Declare.
6492
6493         * gnus-group.el (tool-bar-map):
6494         * gnus-sum.el (tool-bar-map): Define for compiler.
6495
6496         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6497
6498         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6499
6500         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6501         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6502         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6503         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6504         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6505         * sieve-manage.el, spam-report.el, spam.el:
6506         Remove unnecessary eval-and-compile of autoloads.
6507
6508 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6509
6510         * auth-source.el: Precise Tramp doc.
6511
6512 2008-06-07  Glenn Morris  <rgm@gnu.org>
6513
6514         * nnmairix.el: Remove unnecessary eval-when-compile.
6515
6516 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * lpath.el: Fbind propertize for XEmacs 21.4.
6519
6520 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * nnir.el: Move here from ../contrib.
6523
6524 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6525
6526         * gnus-util.el (gnus-read-shell-command): New function.
6527         * mm-decode.el (mm-pipe-part):
6528         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6529
6530 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6533
6534 2008-06-03  Glenn Morris  <rgm@gnu.org>
6535
6536         * pop3.el (nnheader-accept-process-output): Autoload it.
6537
6538 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6541         are not 2-digit hexadecimal characters that follow `%'s.
6542
6543 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * message.el (message-bogus-recipient-p): Fix type in doc string.
6546         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6547         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6548         Improve custom options.
6549         (message-bogus-recipient-p): Adjust accordingly.
6550
6551 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6552
6553         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6554         long-form month and day names.
6555
6556 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * dgnushack.el: Autoload debug, eudc-expand-inline and
6559         pgg-snarf-keys-region for XEmacs.
6560
6561         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6562
6563         * nnmairix.el: Require edmacro when compiling with XEmacs.
6564
6565 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6568         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6569
6570 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * auth-source.el: Add more docs.
6573
6574         * netrc.el (netrc-machine): Always match if the port is not given.
6575
6576 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6579         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6580         retrieval faster in some cases, but might make CPU usage larger.
6581         If this has any bad side effects, we might revert this change.
6582
6583         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6584         seems to make mail retrieval much, much faster.
6585         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6586         unconditionally.
6587
6588         * gnus-draft.el (gnus-group-send-queue):
6589         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6590
6591 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6594
6595         * message.el (message-bogus-address-regexp): Fix and improve custom
6596         type.
6597         (message-setup-hook): Add message-check-recipients as custom option.
6598
6599 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * message.el (message-cite-function): Remove bogus autoload which crept
6602         in during merge from v5-10.
6603
6604 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6605
6606         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6607
6608         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6609
6610         * auth-source.el: Preliminary Tramp docs.
6611         (auth-sources): Change the default auth-sources to use
6612         EPA .gpg files.
6613
6614 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * nntp.el: Autoload `auth-source-user-or-password'.
6617         (nntp-send-authinfo): Use it.
6618
6619         * nnimap.el: Autoload `auth-source-user-or-password'.
6620         (nnimap-open-connection): Use it.
6621
6622         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6623         for the gnus-message function.
6624         (auth-source-user-or-password): Use it.
6625
6626 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6629         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6630         (rfc2104-hash): Use it.
6631
6632 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6633
6634         * gnus-art.el (gnus-article-toggle-truncate-lines):
6635         Don't use `iff' in docstring.
6636
6637 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6640
6641         * gnus-util.el (gnus-extract-address-component-name)
6642         (gnus-extract-address-component-email): Convenience functions around
6643         `gnus-extract-address-components'.
6644
6645         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6646         Use `gnus-extract-address-component-email' to fix bug of comparing full
6647         sender name to `user-mail-address'.
6648
6649 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6652         catch/throw to optimize.
6653         (gnus-registry-find-keywords): Just use member to find a keyword.
6654
6655 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6658         is current before calling gnus-server-prepare.
6659         (gnus-server-setup-buffer, gnus-server-update-server)
6660         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6661
6662 2008-05-04  Juri Linkov  <juri@jurta.org>
6663
6664         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6665         (mailcap-file-default-commands): Use mailcap-replace-in-string
6666         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6667         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6668
6669 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6670
6671         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6672
6673 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6674
6675         * gnus.el: Bump version to 0.11.
6676
6677 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6678
6679         * gnus.el: No Gnus v0.10 is released.
6680
6681 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6684         hooks.
6685         (gnus-update-read-articles): Speed up non-marks-using users.
6686         (gnus-use-marks): Define gnus-use-marks.
6687         (gnus-propagate-marks): Rename variable to something more sensible.
6688
6689 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6690
6691         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6692         (gmm-image-load-path-for-library): Fix typos in docstrings.
6693         (gmm-message): Reflow docstring.
6694
6695 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6696
6697         * mail-source.el (mail-source-set-1, mail-source-bind):
6698         Move auth-source code out of the macro to clean it up and fix bugs.
6699
6700 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6703         by sender if it's equal to user-mail-address, it's likely to be
6704         useless.
6705
6706         * mail-source.el (mail-source-bind): Don't use user or password if they
6707         are not bound.  Unintern them if they are nil.  Don't use server unless
6708         it's bound, and default it to empty string otherwise.
6709
6710 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * mail-source.el: Load auth-source.el.
6713         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6714         get user name or password, if auth-sources is set up.
6715
6716         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6717         strategy of splitting with parent.
6718         (gnus-registry-split-fancy-with-parent)
6719         (gnus-registry-post-process-groups): Use it and fix prior
6720         bug (returning a list as the split result).
6721
6722         * auth-source.el (auth-sources): Remove server parameter.
6723         (auth-source-pick, auth-source-user-or-password)
6724         (auth-source-user-or-password-imap)
6725         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6726         (auth-source-user-or-password-sftp)
6727         (auth-source-user-or-password-smtp): Remove server parameter.
6728
6729 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6730
6731         * smime.el (smime-sign-region, smime-encrypt-region)
6732         (smime-decrypt-region):
6733         Remove redundant calls to `generate-new-buffer-name'.
6734
6735 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6736
6737         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6738         Don't use QP for message/rfc822.
6739         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6740
6741 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * sieve-manage.el (sieve-string-bytes): Remove.
6744         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6745         correct byte-length only if the process's coding-system is the same as
6746         the one used internally by Emacs to represent strings.
6747
6748 2008-04-22  Juri Linkov  <juri@jurta.org>
6749
6750         * mailcap.el (mailcap-file-default-commands): New function.
6751
6752 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * message.el (message-signature-separator, message-cite-function):
6755         Change custom version.
6756
6757 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6758
6759         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6760         commands.
6761         (tls-checktrust): Ditto.
6762
6763 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * mm-decode.el (mm-display-external): Make temp file read-only.
6766
6767 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6770         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6771         `C-c C-f d'.
6772
6773 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6774
6775         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6776
6777 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * gnus.el: Bump version to 0.9.
6780
6781 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus.el: No Gnus v0.8 is released.
6784
6785 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6786
6787         * mail-source.el (mail-source-value):
6788         Prefer fboundp to functionp so it works with macros as well.
6789
6790 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6791
6792         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6793         Fix last change in case the element is not even a symbol.
6794
6795 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6796
6797         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6798         Prefer fboundp to functionp so it works with macros as well.
6799
6800 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * auth-source.el: Add docs.
6803         (auth-sources): Modify format to support server.
6804         (auth-source-pick, auth-source-user-or-password)
6805         (auth-source-user-or-password-imap)
6806         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6807         (auth-source-user-or-password-sftp)
6808         (auth-source-user-or-password-smtp): Add server parameter.
6809
6810 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * gnus-registry.el: Initialize the registry when gnus-registry-install
6813         is t.
6814
6815 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * compface.el (uncompface): Make buffer unibyte.
6818
6819 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6820
6821         * mail-source.el (mail-source-value):
6822         Prefer fboundp to functionp so it works with macros as well.
6823
6824 2008-04-05  Glenn Morris  <rgm@gnu.org>
6825
6826         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6827
6828 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6829
6830         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6831         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6832
6833         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6834         multibyteness after rather than before erasing it.
6835
6836         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6837         mm-with-multibyte.
6838         (gnus-request-article-this-buffer): Make sure the proper decoding is
6839         used if gnus-original-article-buffer happens to be unibyte.
6840
6841         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6842         default-enable-multibyte-characters.
6843
6844         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6845         default-enable-multibyte-characters.
6846
6847         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6848
6849         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6850
6851 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6852
6853         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6854         Fix last change in case the element is not even a symbol.
6855
6856 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6857
6858         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6859         (imap-message-copyuid-1): Use it.
6860         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6861         J. Williams in
6862         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6863
6864         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6865         imap-enable-exchange-bug-workaround.
6866         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6867
6868 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6869
6870         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6871         a 100 byte status-checks into a 2-3MB transfer for each group.
6872         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6873         to enable bug workaround or not.
6874         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6875
6876 2008-03-31  Glenn Morris  <rgm@gnu.org>
6877
6878         * message.el (mml2015-use): Declare for compiler.
6879         (message-info): Require mml2015 when appropriate.
6880
6881 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6884         whitespace.
6885
6886 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6887
6888         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6889         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6890         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6891         (nntp-service-to-port): New function.
6892         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6893         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6894         (nntp-open-netcat-stream): New function.
6895         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6896
6897 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6898
6899         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6900
6901 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6902
6903         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6904
6905 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6906
6907         * dns.el (dns-write): Use set-buffer-multibyte.
6908
6909 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6910
6911         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6912
6913 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * message.el (message-signature-separator): Change default.
6916         Improve custom type.
6917         (message-cite-function): Change default to
6918         message-cite-original-without-signature.
6919
6920         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6921         toggle.
6922
6923         * message.el (message-check-news-body-syntax): Fix signature check.
6924         (message-setup-1): Mark buffer as unmodified _after_ running
6925         message-setup-hook and handling message-alternative-emails.
6926         (message-shorten-references): Be more strict when building list of
6927         valid references to comply with GNKSA.
6928
6929         * gnus-group.el (gnus-read-ephemeral-bug-group)
6930         (gnus-read-ephemeral-debian-bug-group)
6931         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6932
6933         * message.el (message-info): Don't use booleanp which isn't supported
6934         in Emacs 21 and XEmacs.
6935
6936 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6939         gnus-group-gmane-group-download-format.
6940         (gnus-group-read-ephemeral-gmane-group): Rename from
6941         gnus-group-read-ephemeral-gmane-group.
6942         (gnus-read-ephemeral-gmane-group-url): Rename from
6943         gnus-group-read-ephemeral-gmane-group-url.
6944         (gnus-bug-group-download-format-alist): New variable.
6945         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6946         (gnus-read-ephemeral-emacs-bug-group): New commands.
6947
6948 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6951         (gnus-visible-headers): Improve custom type.
6952
6953 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * mml.el (mml-menu): Add workarounds for XEmacs.
6956
6957         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6958         X-Boundary header.
6959
6960         * message.el (message-simplify-recipients): Fix previous commit.
6961
6962 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6963
6964         * mm-util.el (mm-set-buffer-multibyte): New function.
6965         * mm-decode.el (mm-copy-to-buffer): Use it.
6966
6967         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6968         Prefer fboundp to functionp so it works with macros as well.
6969
6970 2008-03-19  Glenn Morris  <rgm@gnu.org>
6971
6972         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6973         Accidentally removed in the sync process with Emacs.
6974
6975 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * message.el (message-alter-recipients-discard-bogus-full-name):
6978         New function.
6979         (message-alter-recipients-function): New variable.
6980         (message-get-reply-headers): Use it.
6981         (message-replace-header): New helper function.
6982         (message-recipients-without-full-name): New variable.
6983         (message-simplify-recipients): New command.
6984
6985         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6986
6987         * message.el (message-info): Handle EasyPG manual.
6988
6989         * mml.el (mml-menu): Add entry for EasyPG.
6990
6991 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6992
6993         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6994         parameter.
6995
6996         * message.el (message-disassociate-draft): Specify drafts group name
6997         fully.
6998
6999 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7002         Eliminate unnecessary duplicates from the match list.
7003
7004 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7007
7008         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7009
7010         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7011         args of `how-many' of which the XEmacs version doesn't take; declare
7012         Info-index-next as function.
7013
7014 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * gnus-score.el (gnus-score-headers): Fix handling of
7017         gnus-inhibit-slow-scoring.
7018
7019         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7020         string.
7021         (gnus-button-url-regexp): Improve handling of parenthesis.
7022         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7023         (gnus-button-handle-info-keystrokes): Handle index entries.
7024
7025 2008-03-15  Glenn Morris  <rgm@gnu.org>
7026
7027         * parse-time.el (parse-time-string): Simplify.
7028
7029 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7032         Incoming* files.
7033
7034 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * auth-source.el (auth-sources): Rename from auth-source-choices.
7037         (auth-source-pick): Use it.
7038
7039 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7040
7041         * binhex.el (binhex-decode-region-internal):
7042         * uudecode.el (uudecode-decode-region-internal):
7043         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7044         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7045         setting default-enable-multibyte-characters.
7046
7047 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * auth-source.el (auth-source-protocols)
7050         (auth-source-protocols-customize, auth-source-choices): Add and
7051         modified variable customizations and defaults.
7052         (auth-source-pick, auth-source-user-or-password)
7053         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7054         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7055         (auth-source-user-or-password-sftp)
7056         (auth-source-user-or-password-smtp): Use new variables and provide an
7057         interface to netrc.el.
7058
7059 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7062         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7063         Make sure the nntp port to specify is a string.
7064
7065 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7066
7067         * nntp.el: Use with-current-buffer.
7068         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7069         dubious mm-with-unibyte-current-buffer.
7070         (nntp-with-open-group-function): New function extracted from
7071         nntp-with-open-group macro.
7072         (nntp-with-open-group): Use the function, so it's easier to debug.
7073         Add indentation and debugging info.
7074         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7075         Recommend the use of the netcat alternatives.
7076
7077         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7078         Avoid mm-string-as-multibyte as well.
7079
7080         * nnweb.el (nnweb-insert-html):
7081         Remove use of nnheader-string-as-multibyte.
7082
7083         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7084         (nnheader-string-as-multibyte): Remove.
7085
7086         * mm-view.el: Use inhibit-read-only.
7087         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7088         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7089         or unibyte-string.
7090
7091         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7092         (mm-uu-yenc-extract): Use with-current-buffer.
7093
7094         * gnus-soup.el (gnus-soup-send-packet): Don't use
7095         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7096
7097         * nnmh.el: Use with-current-buffer.
7098         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7099         mm-string-as-multibyte on the output of mm-encode-coding-string.
7100
7101         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7102         (nnimap-request-move-article): Use with-current-buffer.
7103
7104         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7105         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7106         conversion uses string-make-unibyte rather than string-as-unibyte.
7107
7108         * gnus-msg.el: Use with-current-buffer.
7109
7110         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7111
7112 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7113
7114         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7115         string for caching if it is 'PIN.
7116
7117 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * lpath.el: Consider the case without Emacs/W3.
7120
7121 2008-03-08  Glenn Morris  <rgm@gnu.org>
7122
7123         * time-date.el (date-to-time, time-subtract, time-add)
7124         (safe-date-to-time): Doc fixes.
7125
7126 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * mail-source.el (mail-source-delete-old-incoming-confirm):
7129         Change default to nil.
7130         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7131
7132 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * lpath.el: Rearrange.
7135
7136         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7137         (gnus-article-goto-prev-page): Work for articles having ^L's.
7138
7139         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7140
7141         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7142
7143 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7144
7145         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7146         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7147         (gnus-bookmark-jump): Adjust some variable names.
7148
7149 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7150
7151         * auth-source.el: New package.
7152         (auth-source-choices): Add customization entry point variable.
7153
7154         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7155         bug.
7156
7157 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7160         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7161         (gnus-registry-install-shortcuts): Rename from
7162         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7163         the `gnus-registry-mark-map' keymap dynamically from
7164         `gnus-registry-marks'.  The generated functions update the summary line
7165         when a registry mark is added or deleted, and will call
7166         `gnus-registry-install-p' (see the comments in the code).
7167         (gnus-registry-user-format-function-M): Use concat intelligently.
7168
7169         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7170         the registry mark functions.
7171
7172 2008-03-05  Glenn Morris  <rgm@gnu.org>
7173
7174         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7175         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7176         gnus-art.
7177         (top-level): No need to load own source when compiling.
7178
7179 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7182         Suggested by <chris.anderton@zetnet.co.uk>.
7183
7184 2008-03-04  Glenn Morris  <rgm@gnu.org>
7185
7186         * gnus-sum.el (top-level): No need to require gnus when compiling,
7187         since unconditionally required near start of file.
7188         (gnus-summary-display-while-building): Move definition before use.
7189
7190 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7191
7192         * gnus-registry.el (gnus-registry-user-format-function-M):
7193         Add formatting function.
7194
7195 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7196
7197         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7198         with plists.
7199         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7200         Use new format.
7201
7202 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7205         `where-is-internal' that returns a range of key sequences.
7206
7207 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7208
7209         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7210
7211         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7212         (gnus-summary-jump-to-group): Consider windows on other displayed
7213         frames as well.  Similar changes might be needed elsewhere, but that's
7214         the one I've bumped into during my use.
7215
7216         * nndoc.el (nndoc-oe-dbx-type-p):
7217         * gnus-msg.el (gnus-debug):
7218         * gnus-group.el (gnus-update-group-mark-positions):
7219         Use mm-string-to-multibyte.
7220
7221 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7224         doesn't handle NotDashEscaped.
7225
7226         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7227         (mml-dnd-attach-options): Fix typo in custom choice.
7228
7229         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7230         Change nndoc-article-type to mbox.
7231         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7232
7233         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7234         to nil, instead of html2text.
7235
7236         * imap.el (imap-debug): Add `imap-ping-server'.
7237
7238         * gnus-bookmark.el: Add FIXMEs.
7239
7240         * message.el (message-form-letter-separator)
7241         (message-send-form-letter-delay): New variables.
7242         (message-send-form-letter): Use them.  New command to send form
7243         letters.  Requested by Uwe Siart.
7244         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7245
7246 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * Update copyright years.
7249
7250 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         Sync from EMACS_22_BASE.
7253
7254         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7255
7256 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7257
7258         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7259         empty author.
7260
7261 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7262
7263         * gnus-registry.el (gnus-registry-marks): Add variable for
7264         customization of marks and their appearance.
7265         (gnus-registry-read-mark): Use it.
7266         (gnus-registry-do-marks): Add utility function to loop through
7267         `gnus-registry-marks'.
7268         (gnus-registry-install-shortcuts-and-menus): Add function to install
7269         shortcuts and menus.
7270         (gnus-registry-initialize): Use it.
7271         (gnus-registry-default-mark): Clarify documentation.
7272
7273 2008-02-29  Glenn Morris  <rgm@gnu.org>
7274
7275         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7276         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7277         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7278         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7279         Change defcustom :version from 23.0 to 23.1.
7280
7281 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7282
7283         * gnus-registry.el (gnus-registry-follow-group-p)
7284         (gnus-registry-post-process-groups): Add functions to aid registry
7285         splitting and improve logging.  Clarify behavior in function
7286         documentation.
7287         (gnus-registry-split-fancy-with-parent): Use them.
7288
7289 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7290
7291         * gnus-art.el: Use with-current-buffer.
7292
7293 2008-02-27  David Engster  <dengste@eml.cc>
7294
7295         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7296         Express real group name in the response.
7297
7298 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7301         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7302         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7303         autoload gnus-registry-fetch-group when compiling.
7304         (nnmairix-request-group-with-article-number-correction):
7305         Remove unreferenced argument passed to nnmairix-call-backend.
7306
7307 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7310         (mm-uu-extract): Improve face for low color ttys.
7311         Reported by Sascha Wilde.
7312
7313 2008-02-27  Glenn Morris  <rgm@gnu.org>
7314
7315         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7316         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7317         variables to defconsts.  Convert comments to doc-strings.
7318         (nnmairix-last-server, nnmairix-current-server): Convert from free
7319         variables to defvars.  Convert comments to doc-strings.
7320         (gnus-registry-fetch-group): Autoload.
7321         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7322         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7323         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7324         caddr.
7325         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7326         nnmairix-request-group-with-article-number-correction call.
7327         (nnmairix-fast, nnmairix-group): New, less general names, for free
7328         variables passed from nnmairix-request-group to
7329         nnmairix-request-group-with-article-number-correction.  Declare.
7330         (nnmairix-request-group-with-article-number-correction):
7331         Use nnmairix-fast, nnmairix-group rather than fast, group.
7332
7333 2008-02-26  David Engster  <dengste@eml.cc>
7334
7335         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7336         version 0.5.
7337
7338 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7341         instead of making an extra function call.  Don't add the current group
7342         to articles only when they have the group.  Use
7343         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7344         Reported by David <de_bb@arcor.de>.
7345
7346 2008-02-24  Miles Bader  <miles@gnu.org>
7347
7348         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7349         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7350         (mm-find-mime-charset-region):
7351         * mm-bodies.el (mm-encode-body):
7352         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7353
7354 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7357         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7358
7359 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * mail-source.el (mail-source-delete-incoming): Change default.
7362         Supplement doc string.
7363
7364         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7365
7366 2008-02-14  Glenn Morris  <rgm@gnu.org>
7367
7368         * time-date.el (format-seconds): New function.
7369
7370 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * nnmail.el (nnmail-message-id-cache-file): Derive from
7373         `gnus-home-directory'.
7374
7375 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7378         Document negative prefix.
7379
7380         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7381
7382 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * message.el (message-unsent-separator): Add the Exim bounce
7385         separator.
7386
7387 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7388
7389         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7390         list.
7391         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7392         recipient/signer list.
7393
7394 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * Makefile.in (datarootdir): Define.
7397         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7398         name that might contain whitespace.
7399
7400 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7403         fbound (Emacs 23 unicode), signal an error.
7404
7405 2008-02-08  Glenn Morris  <rgm@gnu.org>
7406
7407         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7408
7409 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7410
7411         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7412         ports to the calls to `netrc-machine-user-or-password' in addition to
7413         "imap" and "imaps".
7414
7415 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7416
7417         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7418
7419         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7420
7421 2008-02-01  Kenichi Handa  <handa@m17n.org>
7422
7423         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7424         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7425         (rfc2104-hash): Convert the result of concat to unibyte string.
7426
7427 2008-02-01  Dave Love  <fx@gnu.org>
7428
7429         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7430         coding-system-for-read.
7431         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7432
7433 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7436         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7437         <hanche@math.ntnu.no>.
7438
7439 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7442
7443         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7444
7445 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7446
7447         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7448         * message.el (message-beginning-of-line): Use featurep instead of bound
7449         tests in order to resolve conditionals at compile time.
7450
7451 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7452
7453         * mail-source.el (mail-sources): Add `group' choice.
7454
7455         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7456         parameter `in-group' to control into which group the articles go.
7457         Add treatment of `group' mail-source.
7458
7459 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7462
7463         * mm-decode.el (mm-dissect-buffer): Decode description.
7464
7465         * mml.el (mml-to-mime): Encode message header first.
7466
7467 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7470         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7471
7472         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7473         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7474
7475 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7476
7477         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7478
7479 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7482         prefix keys.
7483         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7484         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7485         gnus-xmas.el.
7486
7487         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7488         (gnus-xmas-article-describe-bindings): New function.
7489         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7490         gnus-xmas-article-describe-bindings.
7491
7492         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7493
7494 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7497         Add new variables for article mark management.
7498         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7499         list of extra data entries which, when present, will indicate that the
7500         article ID should not be trimmed from the registry.
7501         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7502         functions.
7503         (gnus-registry-read-mark): New function to read a mark name from the
7504         user.
7505         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7506         (gnus-registry-set-article-mark-internal): New functions to add and
7507         remove marks.
7508         (gnus-registry-get-article-marks): New function to show the marks for
7509         an article, or retrieve them for further use.
7510
7511 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7514         keys when no argument is given.
7515
7516 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * imap.el (imap-ping-server): New variable.
7519         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7520         (imap-ping-server): Minor doc string fixes.
7521
7522 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7523
7524         * imap.el (imap-ping-server): New function.
7525         (imap-opened): Call imap-ping-server.
7526
7527 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gnus-sum.el (gnus-article-sort-by-random)
7530         (gnus-thread-sort-by-random): Fix doc strings.
7531         Reported by jidanni@jidanni.org.
7532
7533 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-art.el (gnus-article-describe-bindings): New function.
7536         (gnus-article-read-summary-keys): Use it.
7537         (gnus-article-mode-map): Bind `C-h b' to it.
7538
7539 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7542         XEmacs.
7543         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7544         Protect against non-character events.
7545
7546         * lpath.el: Fbind map-keymap for Emacs 21.
7547
7548 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7551         New command.
7552         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7553         instead of END.  Change name of the temp file.
7554         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7555         customizable.
7556
7557 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7560         bind `S W' to gnus-article-wide-reply-with-original; set default
7561         binding to gnus-article-read-summary-send-keys.
7562         (gnus-article-read-summary-keys): Fix the order of keys; display
7563         continuation keys correctly in the echo area; describe bindings
7564         correctly when keys end with `C-h'.
7565         (gnus-article-read-summary-send-keys): New function.
7566         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7567         Work for gnus-article-read-summary-send-keys; display continuation keys
7568         correctly in the echo area.
7569         (gnus-article-reply-with-original): Ignore prefix argument.
7570         (gnus-article-wide-reply-with-original): New function.
7571
7572         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7573         Emacs 21.
7574
7575 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7578         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7579
7580 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7583         (gnus-group-read-ephemeral-gmane-group): New command.
7584
7585 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7586
7587         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7588
7589 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7590
7591         * message.el (message-send-mail-function): Increase custom version.
7592
7593         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7594         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7595
7596 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7599         for the cases where imap-authenticate is called with a nil buffer
7600         parameter.
7601
7602 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7605         html parts correctly; support forwarded messages.
7606         (gnus-article-browse-html-article): Remove work buffers.
7607
7608         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7609         compiling.
7610         (netrc-bound-and-true-p): New macro.
7611         (netrc-parse): Use it instead of bound-and-true-p that is not available
7612         in XEmacs 21.4.
7613
7614 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7615
7616         * gnus-registry.el (gnus-registry-mark-article)
7617         (gnus-registry-article-marks): Add functionality to mark articles
7618         through the Gnus registry.
7619
7620         * encrypt.el: Clarify documentation for the new pgg method.
7621         (encrypt-file-alist): Add PGG option.
7622         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7623         functionality.  Abstract password key and messaging to external
7624         functions.
7625         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7626         (encrypt-message-method-and-cipher): Add new convenience external
7627         functions.
7628         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7629         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7630
7631         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7632         (netrc-parse): Use encrypt-file-alist to determine if
7633         encrypt-find-model or encrypt-insert-file-contents should be used.
7634
7635         * encrypt.el: Clarify documentation.  Load password-cache or
7636         password, whichever one is found first, instead of autoloading.
7637
7638 2007-12-19  Glenn Morris  <rgm@gnu.org>
7639
7640         * mml.el (message-options-set, message-narrow-to-head)
7641         (message-in-body-p, message-mail-p, message-encode-message-body):
7642         Autoload.
7643         (message-remove-header, message-narrow-to-headers-or-head)
7644         (message-subscribed-p, message-make-mail-followup-to)
7645         (message-position-on-field, message-news-p)
7646         (message-options-set-recipient, message-generate-headers)
7647         (message-sort-headers): Declare as functions.
7648
7649 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7652         convention in doc string.
7653
7654 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7657         title to html parts.
7658         (gnus-article-browse-html-article): Pass message header to it.
7659
7660         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7661
7662 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7665         or password compatible with XEmacs.
7666
7667 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7670         format document.
7671         (gnus-mime-delete-part): Don't write description line if empty.
7672         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7673
7674 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7675
7676         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7677         (gnus-summary-mark-read-and-unread-as-read)
7678         (gnus-summary-mark-current-read-and-unread-as-read)
7679         (gnus-summary-mark-unread-as-ticked): Doc fix.
7680         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7681
7682 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7685         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7686
7687 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7690         yes-or-no-p.
7691
7692 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * mm-decode.el (mm-add-meta-html-tag): New function.
7695         (mm-save-part-to-file, mm-pipe-part): Use it.
7696
7697         * gnus-art.el (gnus-article-browse-delete-temp-files):
7698         Use gnus-y-or-n-p instead of y-or-n-p.
7699         (gnus-article-browse-html-parts): Work with message/external-body; use
7700         mm-add-meta-html-tag.
7701
7702 2007-12-11  Glenn Morris  <rgm@gnu.org>
7703
7704         * gnus-cache.el: Require gnus-sum not just when compiling.
7705
7706         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7707
7708         * gnus-int.el (gnus-server-opened, gnus-status-message):
7709         Move definitions before use.
7710
7711         * mm-decode.el: Require gnus-util.
7712         (mm-remove-part): Only call delete-annotation on XEmacs.
7713
7714         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7715
7716         * nnmail.el: Require gnus-int.
7717
7718         * spam.el: Move `require's before `eval-when-compile's.
7719
7720         * gnus-ems.el (gnus-alive-p):
7721         * gnus-fun.el (message-goto-eoh):
7722         * gnus-util.el (gnus-group-name-decode):
7723         * mail-source.el (gnus-compress-sequence):
7724         * message.el (Info-goto-node, format-spec):
7725         * mm-bodies.el (message-options-get):
7726         * mm-decode.el (mm-view-pkcs7):
7727         * mm-util.el (gmm-write-region):
7728         * mml-smime.el (mml-compute-boundary)
7729         (gnus-completing-read-with-default):
7730         * mml.el (widget-button-press, gnus-make-hashtable):
7731         * mml1991.el (mm-decode-content-transfer-encoding)
7732         (mm-encode-content-transfer-encoding)
7733         (message-options-get, message-options-set):
7734         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7735         * nnfolder.el (gnus-request-group):
7736         * nnheader.el (ietf-drums-unfold-fws):
7737         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7738         * smime.el (gnus-run-mode-hooks):
7739         * spam-stat.el (gnus-message): Autoload.
7740
7741         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7742         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7743         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7744         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7745         Add declare-function compatibility definition.
7746
7747         * gnus-cache.el (nnvirtual-find-group-art):
7748         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7749         (gnus-add-image, gnus-add-wash-type):
7750         * gnus-group.el (nnkiboze-score-file):
7751         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7752         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7753         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7754         (message-tokenize-header, gnus-get-buffer-create)
7755         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7756         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7757         * gnus.el (gnus-group-decoded-name):
7758         * mail-source.el (imap-capability):
7759         * mm-bodies.el (message-options-set):
7760         * mm-decode.el (gnus-configure-windows):
7761         * mm-extern.el (message-goto-body):
7762         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7763         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7764         (epg-sub-key-validity, message-options-set):
7765         * mml.el (widget-event-point, gnus-configure-windows):
7766         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7767         * mml2015.el (epg-check-configuration, epg-configuration)
7768         (message-options-set):
7769         * nndb.el (nndb-request-article):
7770         * nnfolder.el (gnus-request-create-group):
7771         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7772         * nnmaildir.el (gnus-group-mark-article-read):
7773         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7774         * rfc1843.el (message-fetch-field):
7775         * spam.el (gnus-extract-address-components):
7776         Declare as functions.
7777
7778 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7781
7782         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7783
7784         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7785         bind show-trailing-whitespace for XEmacs.
7786
7787 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7790         new no-op macro for backward compatibility.
7791
7792         * imap.el (imap-string-to-integer): New function.
7793
7794 2007-12-09  Glenn Morris  <rgm@gnu.org>
7795
7796         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7797
7798         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7799         * message.el, mm-view.el, sieve-manage.el, smime.el:
7800         Add declare-function compatibility definition.
7801
7802         * gnus-art.el (w3-region, w3m-region, Info-menu):
7803         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7804         * gnus-sum.el (gnus-get-predicate):
7805         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7806         * message.el (mail-abbrev-in-expansion-header-p):
7807         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7808         (w3m-detect-meta-charset, w3m-region):
7809         * sieve-manage.el (password-read, password-cache-add)
7810         (password-cache-remove):
7811         * smime.el (password-read-and-add): Declare as functions.
7812
7813 2007-12-08  David Kastrup  <dak@gnu.org>
7814
7815         * gnus-sum.el (gnus-summary-simplify-subject-query):
7816         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7817         `message'.
7818
7819 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7822         it to bind idna-program, installation-directory, defined-colors, and
7823         face-attribute for XEmacs of the version that compiles defcustom forms.
7824
7825 2007-12-07  Glenn Morris  <rgm@gnu.org>
7826
7827         * gnus-art.el (article-make-date-line): Revert previous change.
7828
7829 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7832
7833 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7834
7835         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7836         Call gnus-add-to-range ranges only once with a prepared article-list.
7837
7838 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7839
7840         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7841         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7842         group names with backslashes.
7843         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7844
7845 2007-12-06  Deepak Goel  <deego3@gmail.com>
7846
7847         * gnus-art.el (article-make-date-line):
7848         * gnus-start.el (gnus-load):
7849         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7850
7851 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-art.el (gnus-use-idna)
7854         * gnus-start.el (gnus-site-init-file)
7855         * message.el (message-use-idna)
7856         * mm-uu.el (mm-uu-hide-markers)
7857         * smiley.el (smiley-style): Revert changes that suppress warnings.
7858
7859 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7862         specify charset to html source.
7863         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7864
7865 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7868         idna-program in order to suppress byte compile warning issued by XEmacs
7869         that came to byte compile the default value section of defcustom forms
7870         recently.
7871
7872         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7873         value of installation-directory.
7874
7875         * message.el (message-use-idna): Don't directly refer to the value of
7876         idna-program.
7877
7878         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7879
7880         * smiley.el (smiley-style): Don't directly call face-attribute.
7881
7882 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7885
7886         * gnus-dired.el: Reduce Gnus dependencies.
7887         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7888         Don't require.  Use autoloads instead.
7889         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7890         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7891         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7892         (gnus-dired-mode): Adjust doc string.
7893         (gnus-dired-mail-mode): New variable.
7894         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7895         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7896         (gnus-dired-mail-buffers): New function.  Return mail or message
7897         composition buffers.
7898         (gnus-dired-attach): Use it.
7899         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7900         NO-DECODE.
7901         (gnus-dired-print): Use `gnus-print-buffer' depending on
7902         `gnus-dired-mail-mode'.
7903
7904 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * rfc2047.el (rfc2047-encoded-word-regexp)
7907         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7908         explaining what regexp patterns are for.
7909
7910 2007-12-04  Glenn Morris  <rgm@gnu.org>
7911
7912         * password.el: Move to password-cache.el.
7913
7914         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7915         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7916         * mml-smime.el (password-read, password-cache-add)
7917         (password-cache-remove):
7918         No need to autoload, since mml-sec requires password.
7919
7920         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7921         * message.el (gnus-extract-address-components):
7922         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7923
7924         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7925         password.
7926
7927 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * mailcap.el: Reduce dependencies.
7930         (mail-header-parse-content-type): Autoload.
7931         (mailcap-delete-duplicates): New alias.
7932         (mailcap-mime-info): Add optional argument NO-DECODE.
7933         (mailcap-mime-types): Use mailcap-delete-duplicates.
7934
7935         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7936
7937 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7938
7939         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7940         (imap-parse-status): Upcase status-att for servers that sends them
7941         lower-case (e.g., MS Exchange 2007).
7942
7943 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7946         function.
7947
7948         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7949         (gnus-uu-yenc-article): New function.
7950
7951         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7952
7953         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7954
7955 2007-12-02  Glenn Morris  <rgm@gnu.org>
7956
7957         * binhex.el (binhex): New custom group.
7958         (binhex-decoder-program, binhex-decoder-switches)
7959         (binhex-use-external): Move to the binhex custom group.
7960
7961         * uudecode.el (uudecode): New custom group.
7962         (uudecode-decoder-program, uudecode-decoder-switches)
7963         (uudecode-use-external): Move to the uudecode custom group.
7964
7965         * netrc.el (top-level): Don't load `encrypt' features.
7966         (netrc-parse): Don't use encrypt.
7967         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7968
7969         * encrypt.el: Remove file.
7970
7971 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7974         matches on patches.
7975
7976         * gnus-art.el (gnus-article-browse-html-article):
7977         Mention `mm-text-html-renderer' in the doc string.
7978
7979         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7980         string.  Add comments.
7981
7982         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7983         if rhs is ASCII.
7984
7985 2007-12-01  Glenn Morris  <rgm@gnu.org>
7986
7987         * mail-source.el (top-level): Require format-spec before
7988         eval-when-compile.
7989
7990 2007-11-30  Glenn Morris  <rgm@gnu.org>
7991
7992         * encrypt.el: Require password, rather than autoloading password-read.
7993
7994 2007-11-29  Glenn Morris  <rgm@gnu.org>
7995
7996         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7997         (sasl-make-client, sasl-next-step, sasl-step-data)
7998         (sasl-step-set-data): Declare as functions.
7999
8000 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8003
8004 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8005
8006         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8007         certs should be verified and what is to be done in the event of a
8008         verification failure.
8009
8010         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8011         caller can indicate whether the cache should be disregarded for this
8012         call.  This way the result of the call is reproducible at all times and
8013         can be considered a canonical server name for the supplied method.
8014         (gnus-agent-method-p): Canonicalize server names by pushing their
8015         method through `gnus-method-to-server' using the no-cache argument.
8016
8017         * gnus-srvr.el (gnus-server-insert-server-line):
8018         Call `gnus-method-to-server' with `no-cache' argument.
8019
8020         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8021         gnus-agent-possibly-synchronize-flags as this should be called when the
8022         server is actually being opened.
8023         (gnus-agent-possibly-synchronize-flags)
8024         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8025         flags file of an agentized server to the latter function.
8026
8027         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8028         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8029         after a connection has been established successfully.
8030
8031 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-art.el (article-display-face): Force to display face if called
8034         interactively; check if gnus-article-x-face-too-ugly matches author.
8035         (article-display-x-face): Display face even if From header is missing
8036         as article-display-face does.
8037
8038 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8039
8040         * hashcash.el (message-narrow-to-headers-or-head)
8041         (message-fetch-field, message-goto-eoh)
8042         (message-narrow-to-headers): Declare as functions.
8043
8044 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * mail-source.el (mail-sources): Default to fetch from file for
8047         compatibility with default of nnmail-spool-file.
8048
8049 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8052         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8053         to look for encoded word that should be encoded again.
8054         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8055         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8056         encoding pattern.
8057         (rfc2047-decode-region): Switch strict regexp and loose one according
8058         to rfc2047-allow-irregular-q-encoded-words.
8059
8060 2007-11-25  Romain Francoise  <romain@orebokech.com>
8061
8062         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8063
8064 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * tls.el (tls-program): Provide more custom choices from
8067         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8068         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8069
8070 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8073         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8074
8075         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8076         `nnmail-spool-file'.
8077
8078         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8079         `nnmail-spool-file'.
8080
8081         * gnus-move.el (gnus-change-server): Ditto.
8082
8083         * gnus-kill.el (gnus-batch-score): Ditto.
8084
8085         * gnus-cache.el (gnus-jog-cache): Ditto.
8086
8087         * gnus-msg.el (gnus-summary-reply):
8088         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8089
8090 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8093         version.  Minor improvement to doc strings.
8094         (tls-program): Add comment.
8095
8096 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8097
8098         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8099         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8100         mismatch between the hostname provided in the certificate and the name
8101         of the host connnecting to.
8102         (open-tls-stream): Use them.  Check certificates against trusted root
8103         certificates.
8104
8105 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gnus-cache.el (gnus-cache-generate-nov-databases):
8108         Use nnml-generate-nov-databases-directory instead of
8109         nnml-generate-nov-databases-1.
8110
8111 2007-11-24  Glenn Morris  <rgm@gnu.org>
8112
8113         * message.el (message-tool-bar-retro): Update for rename
8114         mail_send.xpm->mail-send.xpm.
8115
8116 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8119         `smime-ldap-search' for Emacs 22 and up.
8120
8121 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8122
8123         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8124
8125         * message.el (message-send-mail-function): Fix error convention.
8126         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8127         (message-widen-reply, message-send-mail, message-talkative-question)
8128         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8129         (message-clone-locals, message-send-news): Use with-current-buffer.
8130         (message-insert-or-toggle-importance): Remove unused var `valid'.
8131         (message-make-references): Remove unused var `new-references'.
8132         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8133
8134 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8135
8136         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8137         (spam-split-symbolic-return-positive): Reflow docstring.
8138         (spam-backends, spam-summary-exit-behavior)
8139         (spam-mark-ham-unread-before-move-from-spam-group)
8140         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8141         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8142         (spam-clear-cache, spam-backend-check, spam-install-backend)
8143         (spam-install-statistical-backend, spam-list-of-processors)
8144         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8145         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8146         (spam-check-crm114, spam-initialize, spam-unload-hook):
8147         Fix typos in docstrings.
8148
8149 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8152         been checked if they have never been read and those group levels are
8153         higher than the one that a user specified.
8154
8155 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8158         foreign groups unless a group level is specified by a user.
8159         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8160
8161 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * message.el (message-send-mail-function): Require sendmail.
8164
8165 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * message.el (message-send-mail-function): Check for smtpmail too.
8168
8169         * utf7.el (utf7-encode, utf7-decode): Use coding system
8170         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8171
8172         * message.el (message-send-mail-function): New function.
8173         (message-send-mail-function): Set default using
8174         message-send-mail-function.  Adjust doc string.
8175         (message-send-mail-with-mailclient): New function.
8176
8177 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8178
8179         * smime.el (from):
8180         * rfc2047.el (message-posting-charset):
8181         * qp.el (mm-use-ultra-safe-encoding):
8182         * pop3.el (parse-time-months):
8183         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8184         * nnml.el (files):
8185         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8186         (jka-compr-compression-info-list, ange-ftp-path-format)
8187         (efs-path-regexp):
8188         * nndiary.el (files):
8189         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8190         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8191         (epg-digest-algorithm-alist, inhibit-redisplay)
8192         (password-cache-expiry):
8193         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8194         (pgg-output-buffer, password-cache-expiry):
8195         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8196         (efs-path-regexp):
8197         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8198         (inhibit-redisplay):
8199         * mm-uu.el (file-name, start-point, end-point, entry)
8200         (gnus-newsgroup-name, gnus-newsgroup-charset):
8201         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8202         (latin-unity-ucs-list):
8203         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8204         (mm-uu-binhex-decode-function):
8205         * message.el (gnus-message-group-art, gnus-list-identifiers)
8206         (rmail-enable-mime-composing, gnus-local-organization)
8207         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8208         (gnus-read-active-file, facemenu-add-face-function)
8209         (facemenu-remove-face-function, gnus-article-decoded-p)
8210         (tool-bar-mode):
8211         * mail-source.el (display-time-mail-function):
8212         * gnus-util.el (nnmail-pathname-coding-system)
8213         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8214         (gnus-original-article-buffer, gnus-user-agent)
8215         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8216         (xemacs-codename, sxemacs-codename, emacs-program-version):
8217         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8218         * gnus-start.el (gnus-agent-covered-methods)
8219         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8220         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8221         (gnus-newsgroup-headers, gnus-group-list-mode)
8222         (gnus-group-mark-positions, gnus-newsgroup-data)
8223         (gnus-newsgroup-unreads, nnoo-state-alist)
8224         (gnus-current-select-method, mail-sources)
8225         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8226         (nnmail-spool-file, gnus-cache-active-hashtb):
8227         * gnus-mh.el (mh-lib-progs):
8228         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8229         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8230         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8231         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8232         (gnus-group-buffer):
8233         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8234         (font-lock-set-defaults):
8235         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8236         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8237         (gnus-summary-post-menu, total-parts, type, condition, length):
8238         * gnus-agent.el (gnus-agent-read-agentview):
8239         * flow-fill.el (show-trailing-whitespace):
8240         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8241         eval-and-compile wrappers for byte compiler pacifiers.
8242
8243         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8244         (mm-display-inline-fontify): Check for featurep 'xemacs not
8245         extent-list.
8246
8247         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8248         itimer-list.
8249         (mm-create-image-xemacs): Only do something for XEmacs.
8250         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8251
8252         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8253
8254         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8255         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8256
8257 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8258
8259         * nnimap.el (nnimap-split-download-body):
8260         * gnus-demon.el (gnus-demon):
8261         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8262
8263 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8266         New macros.
8267         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8268         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8269         copy data from unibyte buffer to multibyte current buffer.
8270         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8271         to copy data from unibyte current buffer to multibyte buffer.
8272         (nntp-make-process-buffer): Make process buffer unibyte.
8273
8274         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8275
8276 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8277
8278         * pop3.el (pop3-open-server): Accept and process data more robustly at
8279         connexion start to avoid spurious "POP SSL connexion failed" errors.
8280
8281 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8284         read group names.
8285
8286 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8289
8290 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8293         (nnmail-save-active): Use a unibyte buffer when saving active file,
8294         which may contain non-ASCII group names.
8295
8296         * nnml.el (nnml-request-group): Decode group names in messages.
8297
8298 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * message.el (message-citation-line-function)
8301         (message-insert-formatted-citation-line): Fix spelling of
8302         `message-insert-formated-citation-line'.
8303
8304 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8307
8308 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8311         nnmail-pathname-coding-system.
8312
8313         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8314         that a user enters; decode group names in messages.
8315
8316         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8317
8318 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8321
8322         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8323
8324         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8325         risky local variable.
8326
8327         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8328
8329 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8330
8331         * encrypt.el: Improve documentation to fix function name typo.
8332         Reported by Daiki Ueno <ueno@unixuser.org>.
8333
8334 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8337         even if the point is not in the last page of an article.
8338         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8339         back to the previous page.
8340
8341 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8344
8345 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8348
8349 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8350
8351         * message.el (message-check-news-body-syntax):
8352         Avoid mm-string-as-multibyte.
8353         (message-hide-headers): Don't assume (point-min)==1.
8354
8355 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-remove-blank-cited-lines): Fix if remove is
8358         given.
8359         (message-bogus-address-regexp): New variable.
8360         (message-bogus-recipient-p): New function.
8361         (message-check-recipients): New command.
8362         (message-syntax-checks): Add `bogus-recipient'.
8363         (message-fix-before-sending): Add `bogus-recipient'.
8364
8365         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8366         (gnus-treat-body-boundary): Don't test window-system.
8367
8368 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8369
8370         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8371
8372 2007-10-28  Miles Bader  <miles@gnu.org>
8373
8374         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8375         at compile-time too.
8376
8377 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * gnus-msg.el (gnus-message-setup-hook):
8380         Add `message-remove-blank-cited-lines' to options.
8381
8382 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * message.el (message-remove-blank-cited-lines): New function.
8385         Suggested by Karl Plästerer.
8386
8387 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8390         mapc.
8391
8392         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8393         (top-level): Use mapc to set functions to be traced for debugging.
8394
8395         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8396         called for effect with while loop.
8397
8398         * message.el (message-talkative-question): Replace mapcar called for
8399         effect with mapc.
8400
8401         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8402         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8403         called for effect with dolist.
8404
8405         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8406
8407         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8408         gnus-extra-headers and nnmail-extra-headers.
8409
8410         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8411         called for effect with dolist.
8412         (top-level): Use mapc to set functions to be traced for debugging.
8413
8414         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8415         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8416         dolist.
8417
8418         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8419         Replace mapcar called for effect with mapc.
8420         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8421         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8422         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8423         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8424
8425         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8426         remove-if that's a cl function.
8427
8428         * webmail.el (webmail-debug): Replace mapcar called for effect with
8429         dolist.
8430
8431         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8432         with mapc.
8433
8434 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8437         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8438         with while loop.
8439
8440         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8441         functions from article-* functions.
8442         (gnus-multi-decode-header): Replace mapcar called for effect with
8443         dolist.
8444
8445         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8446         (gnus-bookmark-show-details): Replace mapcar called for effect with
8447         while loop.
8448
8449         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8450         called for effect with while loop.
8451
8452         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8453         with dolist.
8454
8455         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8456         Replace mapcar called for effect with dolist.
8457
8458         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8459
8460         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8461         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8462         Replace mapcar called for effect with dolist.
8463         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8464         mapc.
8465
8466         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8467         Replace mapcar called for effect with dolist.
8468         (gnus-topic-list): Replace mapcar called for effect with mapc.
8469
8470         * gnus.el: Use mapc instead of mapcar to add autoloads.
8471
8472 2007-10-23  Richard Stallman  <rms@gnu.org>
8473
8474         * gnus-group.el (gnus-group-highlight): Mark as risky.
8475
8476 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus.el (gnus-server-to-method): Return method found first in
8479         gnus-newsrc-alist.
8480
8481         * gnus-art.el (gnus-article-highlight-signature)
8482         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8483         button overlay without the front stickiness.
8484
8485 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8486
8487         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8488         overview buffer needed a catch to receive its throw.
8489         (gnus-agent-flush-cache): Declare as interactive to make this function
8490         easier to use.
8491
8492 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8495         `next-line'.
8496
8497 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8500         exclude address matching message-dont-reply-to-names.
8501
8502 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-util.el (gnus-string<): New function.
8505
8506         * gnus-sum.el (gnus-article-sort-by-author)
8507         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8508
8509 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8512         the frame-focus tag is set in gnus-buffer-configuration.
8513
8514 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8517         the front stickiness.
8518
8519 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8522         url pattern; remove duplicate one.
8523         (gnus-article-extend-url-button): New function.
8524         (gnus-article-add-buttons): Use it.
8525         (gnus-button-push): Use concatenated url that it makes.
8526
8527 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8528
8529         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8530
8531 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8532
8533         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8534         Don't hardcode point-min==1.
8535
8536 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8539         Fix comment about "iso8859-1".
8540
8541 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8542
8543         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8544         ones returned from the verify-function.
8545
8546         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8547         Call mml2015-extract-cleartext-signature if extraction failed.
8548
8549 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8550
8551         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8552         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8553         failed.
8554
8555 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8558
8559 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8562         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8563         recommends to use EasyPG instead of PGG.
8564
8565         * pgg.el: Revert to revision 6.23.2.16.
8566
8567         * pgg-def.el: Revert to revision 6.6.2.14.
8568
8569         * pgg-gpg.el: Revert to revision 6.23.2.34.
8570
8571 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8572
8573         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8574         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8575         thread for both the null and zero (kill/expire thread) universal prefix
8576         cases.
8577         (gnus-summary-expire-thread): Add new function to expire a thread,
8578         using gnus-summary-kill-thread.
8579         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8580         shortcuts for gnus-summary-expire-thread.
8581         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8582         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8583
8584 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8585
8586         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8587         extras value, so an extras entry can be deleted.
8588         (gnus-registry-delete-extra-entry): Use it.
8589         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8590         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8591         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8592         storage through the gnus-registry, and provide an appropriate API for
8593         it.
8594
8595 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8598         Suggested by Leo <sdl.web@gmail.com>.
8599
8600         * gnus.el: Do.
8601
8602 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8605         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8606
8607         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8608
8609         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8610         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8611
8612 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8615         newline.
8616         (nnmbox-request-accept-article): Don't change article in source buffer;
8617         narrow to header to use message-fetch-field rather than
8618         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8619         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8620         as delimiters; make sure article ends with newline.
8621         (nnmbox-delete-mail): Correct last position of article to be deleted;
8622         ignore X-Gnus-Newsgroup header in article body.
8623         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8624         positions; make sure article ends with newline.
8625
8626         * message.el (message-display-abbrev): Don't infloop when a user
8627         inserts SPC in the beginning of header.
8628
8629         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8630         coding-system-for-read and coding-system-for-write for XEmacs having no
8631         file-coding feature.
8632
8633         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8634
8635 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8636
8637         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8638         list of groups not followed by default.  Fix type to be regexp.
8639         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8640
8641 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8642
8643         * hmac-def.el (define-hmac-function): Switch from old-style to
8644         new-style backquotes.
8645
8646         * md4.el (md4-make-step): Likewise.
8647
8648 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8651         raw-text coding system when saving .newsrc file, which may contain
8652         non-ASCII group names.
8653
8654 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-cus.el (gnus-score-extra): New widget.
8657         (gnus-score-extra-convert): New function.
8658         (gnus-score-customize): Use it for Extra.
8659
8660 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8661
8662         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8663         (mml2015-mailcrypt-clear-verify): Use it.
8664         (mml2015-gpg-clear-verify): Use it.
8665         (mml2015-pgg-clear-verify): Use it.
8666         (mml2015-epg-clear-verify): Replace the current part with the output
8667         from GnuPG; don't extract the plaintext by itself.
8668
8669         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8670         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8671         mml2015-clear-verify-function; don't touch the armor headers or
8672         dash-escaped text here.
8673
8674 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8677         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8678         parts, or application/octet-stream as a last resort.
8679         (gnus-mime-view-part-as-type): Don't toggle display.
8680         (gnus-mime-view-part-as-charset): Don't turn off display before
8681         querying charset.
8682
8683         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8684         stuff to undisplayer function in Emacs.
8685         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8686
8687         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8688         text/calendar parts.
8689
8690 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8693         decoding text/calendar parts.
8694
8695         * message.el (message-forward-make-body-mime): Always mark body as
8696         having no illegible text; remove signed-or-encrypted argument.
8697         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8698
8699         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8700         (mml-generate-mime-1): Don't encode body if it is specified to be in
8701         raw form; don't make buffer be unibyte when inserting multibyte string.
8702
8703 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8704
8705         * sha1.el: Fix up comment style.
8706         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8707         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8708
8709         * hex-util.el: Fix up comment style.
8710         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8711
8712         * gnus-salt.el: Use with-current-buffer.
8713         (gnus-pick-setup-message): Fix long-standing typo.
8714
8715 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * imap.el (imap-logout-timeout): New variable.
8718         (imap-logout, imap-logout-wait): New functions.
8719         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8720
8721         * nnimap.el (nnimap-logout-timeout): New server variable.
8722         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8723         nnimap-logout-timeout.
8724
8725         * gnus-art.el (gnus-article-summary-command-nosave)
8726         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8727
8728 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus.el (gnus-maximum-newsgroup): New variable.
8731
8732         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8733         according to gnus-maximum-newsgroup.
8734
8735         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8736         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8737         Limit the range of articles according to gnus-maximum-newsgroup.
8738
8739 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8740
8741         * gnus-art.el (gnus-sticky-article): Fix problems described in
8742         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8743         Don't perform gnus-configure-windows here; reuse existing sticky
8744         article buffer.
8745
8746         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8747         it doesn't exist in gnus-article-mode.
8748
8749 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8752         (gnus-agent-decoded-group-name): New function.
8753         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8754         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8755
8756 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8757
8758         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8759         Add binding for gnus-sticky-article.
8760         (gnus-summary-exit): Don't kill sticky article buffers.
8761
8762         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8763         article buffer.
8764         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8765         (gnus-kill-sticky-article-buffers): New commands.
8766
8767 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * nntp.el (nntp-xref-number-is-evil): New server variable.
8770         (nntp-find-group-and-number): If it is non-nil, don't trust article
8771         numbers in the Xref header.
8772
8773 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-agent.el (gnus-agent-read-group): New function.
8776         (gnus-agent-flush-group, gnus-agent-expire-group)
8777         (gnus-agent-regenerate-group): Use it.
8778         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8779         nnmail-pathname-coding-system.
8780
8781 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8784
8785         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8786         that are unread as unread, and also as selected so that information of
8787         marks having been changed by a user may be updated when exiting group.
8788
8789 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8792
8793 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8796         calculated ignoring signature parts to gnus-treat-article.
8797
8798 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8801         a point here in order to keep the window start.
8802         (gnus-insert-mime-security-button): Make a button overlay without the
8803         front stickiness.
8804         (gnus-mime-display-security): Goto the end of a button.
8805
8806         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8807
8808 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8811         group-name-at-point.
8812         (gnus-group-completing-read): New function that offers decoded
8813         non-ASCII group names for completion.
8814         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8815         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8816         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8817         (gnus-group-fetch-control): Use it.
8818         (gnus-fetch-group): Use group-name-at-point for the initial value
8819         rather than the default value; use gnus-alive-p.
8820
8821         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8822         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8823         (gnus-summary-post-news): Use gnus-group-completing-read.
8824
8825         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8826         (gnus-read-move-group-name): Decode group name for completion.
8827
8828 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8829
8830         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8831         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8832         Yamaoka slightly modified the code).
8833
8834 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8837         (nnmail-split-incoming): Bind it.
8838
8839         * nnml.el (nnml-group-name-charset): New function.
8840         (nnml-decoded-group-name): Use it; don't decode group name if
8841         nnmail-group-names-not-encoded-p is non-nil.
8842         (nnml-encoded-group-name): New function.
8843         (nnml-group-pathname): Inline nnml-decoded-group-name.
8844         (nnml-request-expire-articles): Decode group name in message.
8845         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8846         nnmail-pathname-coding-system.
8847         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8848         not decoded ones according to nnmail-group-names-not-encoded-p.
8849         (nnml-generate-active-info): Use nnml-encoded-group-name.
8850
8851 2007-08-08  Glenn Morris  <rgm@gnu.org>
8852
8853         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8854         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8855         doc-strings and comments.
8856
8857 2007-07-25  Glenn Morris  <rgm@gnu.org>
8858
8859         * Relicense all FSF files to GPLv3 or later.
8860
8861 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-sum.el (gnus-summary-move-article):
8864         Make gnus-summary-respool-article work.
8865
8866 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8869         string.
8870
8871 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8872
8873         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8874         that should be ignored when comparing distant RSS articles with local
8875         ones.
8876         (nnrss-make-hash-index): New function.  Create a hash index according
8877         to the ignored fields.
8878         (nnrss-check-group): Use it.
8879
8880 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8883
8884         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8885
8886         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8887         the new optional argument ENCODED is non-nil.
8888         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8889         coding system for encoding group name.
8890         (gnus-group-make-rss-group): Pass un-encoded group name to
8891         gnus-group-make-group.
8892         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8893         encoded.
8894
8895         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8896         Encode group name to which articles are moved or copied.
8897         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8898         coding system for encoding Newsgroup, Followup-To and Xref headers.
8899
8900         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8901         marks; use nnheader-file-coding-system to write a file.
8902         (nnagent-retrieve-headers): Bind file-name-coding-system to
8903         nnmail-pathname-coding-system.
8904
8905         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8906
8907         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8908         (nnml-request-article, nnml-request-create-group)
8909         (nnml-request-rename-group, nnml-find-id)
8910         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8911         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8912         (nnml-save-marks): Use nnml-group-pathname instead of
8913         nnmail-group-pathname.
8914
8915         (nnml-request-create-group, nnml-request-expire-articles)
8916         (nnml-request-move-article, nnml-request-delete-group)
8917         (nnml-deletable-article-p, nnml-possibly-create-directory)
8918         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8919         (nnml-open-marks): Bind file-name-coding-system to
8920         nnmail-pathname-coding-system.
8921
8922         (nnml-request-article): Pass server argument to nnml-find-group-number.
8923         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8924         Pass server argument to nnml-possibly-create-directory.
8925         (nnml-request-accept-article): Pass server argument to
8926         nnml-active-number and nnml-save-mail.
8927         (nnml-find-group-number): Pass server argument to nnml-find-id.
8928         (nnml-request-update-info): Pass server argument to
8929         nnml-marks-changed-p.
8930
8931         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8932         (nnml-save-mail, nnml-active-number): Add server argument.
8933
8934         (nnml-request-delete-group): Warn if group is missing.
8935         (nnml-get-nov-buffer): Decode group name.
8936         (nnml-generate-active-info): Encode group name.
8937         (nnml-open-marks): Decode group name in messages.
8938
8939 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8942         if it is not specified.
8943         (gnus-article-pipe-part, gnus-article-save-part)
8944         (gnus-article-interactively-view-part, gnus-article-copy-part)
8945         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8946         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8947         (gnus-article-replace-part, gnus-article-delete-part)
8948         (gnus-article-view-part-as-type): Pass raw prefix argument to
8949         gnus-article-part-wrapper.
8950
8951 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-agent.el (gnus-agent-save-active):
8954         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8955
8956         * gnus-cache.el (gnus-cache-save-buffers)
8957         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8958         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8959         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8960         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8961         (gnus-cache-generate-active, gnus-cache-rename-group)
8962         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8963         (gnus-cache-update-overview-total-fetched-for):
8964         Bind file-name-coding-system to nnmail-pathname-coding-system.
8965         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8966         New variables.
8967         (gnus-cache-decoded-group-name): New function.
8968         (gnus-cache-file-name): Use it.
8969         (gnus-cache-generate-active): Use non-decoded group name for active.
8970
8971         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8972         right place.
8973         (gnus-write-active-file): Don't break non-ASCII group names.
8974
8975         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8976         nnmail-pathname-coding-system.
8977
8978         * lpath.el: Bind default-file-name-coding-system,
8979         file-name-coding-system and language-info-alist for XEmacs.
8980
8981         * gnus-uu.el (gnus-uu-decode-save): Typo.
8982
8983 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8986
8987 2007-07-14  David Kastrup  <dak@gnu.org>
8988
8989         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8990         finishing actions if we did not edit the article.
8991
8992 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8995         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8996         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8997         (gnus-agent-flush-group, gnus-agent-flush-cache)
8998         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8999         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9000         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9001         (gnus-agent-regenerate-group)
9002         (gnus-agent-update-files-total-fetched-for)
9003         (gnus-agent-update-view-total-fetched-for):
9004         Bind file-name-coding-system to nnmail-pathname-coding-system.
9005         (gnus-agent-group-pathname): Don't encode file names by
9006         nnmail-pathname-coding-system.
9007         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9008         coding-system-for-write instead of buffer-file-coding-system to
9009         gnus-agent-file-coding-system.
9010
9011         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9012         Decode group name.
9013
9014         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9015
9016         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9017         (gnus-read-newsrc-el-file): Make group names unibyte.
9018
9019         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9020         nnmail-pathname-coding-system.
9021
9022         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9023         (nnrss-request-delete-group): Bind file-name-coding-system to
9024         nnmail-pathname-coding-system.
9025         (nnrss-read-server-data, nnrss-read-group-data):
9026         Bind file-name-coding-system correctly.
9027         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9028
9029         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9030         (nntp-server-to-method-cache): New variable.
9031         (nntp-group-pathname): New function that decodes non-ASCII group names.
9032         (nntp-possibly-create-directory, nntp-marks-changed-p)
9033         (nntp-save-marks, nntp-open-marks): Use it.
9034         (nntp-possibly-create-directory, nntp-open-marks):
9035         Bind file-name-coding-system to nnmail-pathname-coding-system.
9036         (nntp-open-marks): Decode group names when bootstrapping marks.
9037
9038         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9039         Newsgroups and Folowup-To headers.
9040
9041 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9044         (gnus-server-closed-face, gnus-server-denied-face)
9045         (gnus-server-offline-face): Remove variable.
9046         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9047
9048         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9049         of modifying message-stack directly for XEmacs.
9050
9051         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9052         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9053         if the coding-system argument is nil for XEmacs.
9054
9055         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9056         mm-charset-override-alist.
9057
9058         * rfc2047.el: Don't require base64; require rfc2045 for the function
9059         rfc2045-encode-string.
9060         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9061         to quote the parameter value.
9062
9063 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9066         form in gnus-group-name-charset-method-alist.
9067
9068         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9069         overrides the default layout edit-form.
9070
9071         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9072
9073         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9074
9075 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9078         as unfetched articles.
9079
9080 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9083
9084 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9087         original back end that keeps marks in the local system.
9088
9089 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9092         arg of pop-to-buffer for XEmacs.
9093         (gnus-article-read-summary-keys): Ditto; don't restore window
9094         configuration if summary command ends up with neither article buffer
9095         nor summary buffer; describe bindings if summary keys end with C-h.
9096
9097 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * message.el (message-fix-before-sending): Skip raw message part to be
9100         forwarded while checking illegible text.
9101         (message-forward-make-body-mime, message-forward-make-body):
9102         Mark signed or encrypted raw message as having no illegible text.
9103
9104 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9107         (gnus-message-with-timestamp-1): New macro.
9108         (gnus-message-with-timestamp): New function.
9109         (gnus-message): Use them.
9110
9111         * nnheader.el (nnheader-message): Use them.
9112
9113 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9116         .newsrc.eld file.
9117
9118 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-agent.el (gnus-agent-fetch-headers)
9121         (gnus-agent-retrieve-headers):
9122         Bind gnus-decode-encoded-address-function to identity.
9123
9124         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9125         available also when the server returns simply a dot.
9126
9127         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9128
9129 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9132
9133 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-ems.el (gnus-x-splash): Make it work.
9136
9137         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9138         from being used.
9139
9140         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9141
9142 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9145         4th and the 5th arguments.
9146
9147         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9148         the front stickiness.
9149         (gnus-article-summary-command-nosave): Correct the order of the
9150         arguments passed to pop-to-buffer.
9151         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9152         summary command ends up with the article buffer.
9153
9154         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9155         the same faces.
9156
9157 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9158
9159         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9160
9161 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9162
9163         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9164         * gnus-sum.el (gnus-summary-highlight):
9165         * pgg.el (pgg-sign-region, pgg-sign):
9166         * mail-source.el (mail-source-delete-old-incoming-confirm):
9167         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9168
9169 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-mime-view-part-externally)
9172         (gnus-mime-view-part-internally): Fix predicate function passed to
9173         completing-read.
9174
9175         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9176
9177         * gnus.el (gnus-update-message-archive-method): Add :version.
9178
9179 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus.el (gnus-update-message-archive-method): New variable.
9182
9183         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9184         according to gnus-message-archive-method if
9185         gnus-update-message-archive-method is non-nil.
9186
9187 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9190         Suggested by Loic Dachary <loic@dachary.org>.
9191         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9192
9193 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * message.el (message-pop-to-buffer): Add switch-function argument.
9196         (message-mail): Pass switch-function argument to it.
9197
9198 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9201         Improve doc string.
9202
9203 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9206         (gnus-header-content)
9207         * gnus-cite.el (gnus-cite-10)
9208         * gnus-srvr.el (gnus-server-closed)
9209         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9210         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9211         (gnus-group-mail-3-empty, gnus-group-mail-low)
9212         (gnus-group-mail-low-empty, gnus-splash)
9213         * message.el (message-header-to, message-header-cc)
9214         (message-header-subject, message-header-other, message-header-name)
9215         (message-header-xheader, message-separator, message-cited-text)
9216         (message-mml): Lighten colors of faces used for dark background.
9217
9218 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9219
9220         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9221         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9222
9223 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * message.el (message-narrow-to-headers-or-head):
9226         Ignore mail-header-separator in the body.
9227
9228 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9231         same as window size.
9232
9233 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9234
9235         * message.el (message-font-lock-keywords): Use message-header-xheader
9236         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9237         ahead of the anything pattern, to get it recognised.
9238
9239 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9242         spam.el loads uses it in the compiled defadvice form.
9243
9244 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9245
9246         * gnus-sum.el (gnus-articles-to-read)
9247         (gnus-summary-insert-old-articles): Don't truncate group name for
9248         `read-string'.
9249
9250         * gnus-util.el (gnus-limit-string): Delete this function.
9251
9252         * gnus-sum.el (gnus-simplify-subject-fully):
9253         Use `truncate-string-to-width' instead.
9254
9255 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9256
9257         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9258         Tell if, on summary exit, the next group has to be selected.
9259         (gnus-summary-exit): Use it.
9260
9261 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9264         non-break space.
9265
9266 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9269         Check if group is not a directory.
9270         (nnfolder-request-expire-articles): Don't delete articles if the target
9271         group is not available.
9272
9273         * nnml.el (nnml-request-create-group): Properly check if group is not a
9274         file.
9275         (nnml-request-expire-articles): Don't delete articles if the target
9276         group is not available.
9277
9278         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9279         Don't quote characters that are within parentheses.
9280
9281 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9284         (gnus-handle-ephemeral-exit): Select article according to it.
9285
9286 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * message.el (message-insert-formated-citation-line): Remove newline.
9289         (message-citation-line-format): Add final \n here so that the user can
9290         avoid a blank line.
9291
9292 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9293
9294         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9295         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9296         Update lanl/arXiv support.
9297
9298 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * gnus.el: Bump version number.
9301
9302 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * gnus.el (gnus-version-number): Bump version.
9305
9306 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9307
9308         * gnus.el: No Gnus v0.6 is released.
9309
9310 2007-04-27  Didier Verna  <didier@xemacs.org>
9311
9312         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9313         * gmm-utils.el (gmm-regexp-concat): ... here.
9314         * message.el: Don't require 'gnus-util.
9315         (message-dont-reply-to-names): Handle name change above.
9316         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9317
9318 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9321         since the initial value varies according to the system.
9322
9323 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9326
9327 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9328
9329         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9330
9331 2007-04-24  Didier Verna  <didier@xemacs.org>
9332
9333         Improve the type of gnus-ignored-from-addresses.
9334         * gnus-util.el (gnus-orify-regexp): New function.
9335         * message.el (gnus-util): Require it.
9336         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9337         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9338         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9339
9340 2007-04-24  Didier Verna  <didier@xemacs.org>
9341
9342         * gnus-sum.el:
9343         * gnus-utils.el: Fix some trailing whitespaces.
9344
9345 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9348         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9349         article's Message-ID; refer parent article in summary buffer.
9350
9351         * message.el (message-bounce): Call mime-to-mml.
9352
9353         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9354         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9355         optimize and/or forms properly.
9356
9357 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9360         URL.
9361
9362 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9365
9366 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9369         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9370         displayed of multipart/alternative part if it is invoked from summary
9371         buffer.
9372
9373         * mm-view.el (mm-inline-text-html-render-with-w3m)
9374         (mm-inline-text-html-render-with-w3m-standalone)
9375         (mm-inline-render-with-function): Use mail-parse-charset by default.
9376
9377 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9378
9379         * parse-time.el (parse-time-string-chars): Check if CHAR
9380         is less than the length of parse-time-syntax.
9381
9382 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9385         from gnus-newsgroup-processable.
9386
9387 2007-04-16  Didier Verna  <didier@xemacs.org>
9388
9389         * gnus-msg.el (gnus-configure-posting-styles):
9390         Handle message-signature-directory properly with :file syntax.
9391         Reported by "Leo".
9392
9393 2007-04-11  Didier Verna  <didier@xemacs.org>
9394
9395         New user option: message-signature-directory.
9396         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9397         * message.el (message-insert-signature): Ditto.
9398         * message.el (message-signature-file): Doc update.
9399         * message.el (message-signature-directory): New.
9400
9401 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-msg.el (gnus-inews-yank-articles):
9404         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9405
9406 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * message.el (message-yank-original): Make sure cited text ends with
9409         newline; don't exchange point and mark.
9410
9411 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9412
9413         * tls.el (open-tls-stream): Properly handle case where there
9414         is no associated buffer.
9415
9416 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9417
9418         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9419         message-yank-original, make sure (< mark TEXT point).
9420
9421 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * message.el (message-fill-column): New variable.
9424         (message-mode): Use it.  Add comment on a possible new hook.
9425
9426         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9427         (nnmail-get-new-mail): Reformat.
9428
9429         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9430
9431         * gmm-utils.el: Fix Commentary.
9432         (gmm-tool-bar-from-list): Fix typo in doc string.
9433
9434 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9435
9436         * message.el (message-yank-original): Don't switch point and mark
9437         unnecessarily to put point and mark as documented.
9438
9439 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9442         from the message heads.
9443
9444 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9445
9446         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9447         article buffer does not have a window.  This may not be the best
9448         solution but is certainly better than setting the start of the null,
9449         that is the current, window.
9450
9451 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9454         (gnus-draft-setup): Run it.
9455
9456         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9457         gnus-score-fast-scoring.  Allow regexp.
9458         (gnus-score-headers): Use it.
9459
9460         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9461         XEmacs.
9462
9463         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9464         string.
9465         (gnus-button-alist): Also catch `<f1> k ...'.
9466         (gnus-treat-display-x-face): Fix doc string.
9467
9468 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9469
9470         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9471         evaluation of gnus-extended-version to ensure correct generation of the
9472         User-Agent header when message-generate-headers-first is used.
9473
9474 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9475
9476         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9477         hashcash-path is nil.  Don't call callback with incorrect number of
9478         parameters if val is 0.
9479
9480 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9481
9482         * message.el (message-required-news-headers):
9483         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9484
9485 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9486
9487         * tls.el (open-tls-stream): In handshake-waiting loop,
9488         don't wait more if there is output available to process.
9489
9490 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9491
9492         * tls.el (tls-program): Doc fix.
9493
9494 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * message.el (message-generate-new-buffers): Change the meaning of the
9497         nil value; add `standard' to the choices; treat t as `unique'; improve
9498         doc string.
9499         (gnus-select-frame-set-input-focus): Autoload.
9500         (message-buffer-name): Search for the existing message buffer if
9501         message-generate-new-buffers is nil or `standard'; treat the value t of
9502         message-generate-new-buffers as `unique'.
9503         (message-pop-to-buffer): Raise the frame already displaying the message
9504         buffer; clear the echo area after querying.
9505         (message-setup): Pass the `continue' argument to compose-mail.
9506         (message-mail): Prefer `switch-function' if it is given; search for the
9507         existing message buffer if the `continue' argument is non-nil; pass
9508         continue and switch-function arguments to compose-mail by way of
9509         message-setup.
9510         (message-mail-other-window): Adjust argument of message-setup.
9511         (message-mail-other-frame): Ditto.
9512
9513 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9516         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9517         to turn font-lock on when turning gnus-message-citation-mode on.
9518
9519 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9520
9521         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9522         (mml-smime-function-alist): New variable; add epg as the backend.
9523         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9524         mml-smime- functions instead.
9525         * mm-view.el: Require smime.
9526
9527 2007-03-05  Didier Verna  <didier@xemacs.org>
9528
9529         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9530         instead of just inheritance for posting styles.
9531         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9532
9533 2007-02-24  Chris Moore  <dooglus@gmail.com>
9534
9535         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9536         * pgg-pgp.el (pgg-pgp-encrypt-region):
9537         * pgg-gpg.el (pgg-gpg-encrypt-region):
9538         Check pgg-encrypt-for-me if no other recipients.
9539
9540 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9541
9542         * tls.el (tls-certtool-program): Fix custom type.
9543
9544 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9547         and point-at-eol instead of line-(beginning|end)-position.
9548
9549         * assistant.el (assistant-parse-buffer): Ditto.
9550
9551         * netrc.el (netrc-parse-services): Ditto.
9552
9553 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9554
9555         * mml2015.el (mml2015-epg-find-usable-key): New function.
9556         (mml2015-epg-sign): Use it.
9557         (mml2015-epg-encrypt): Use it.
9558
9559 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * message.el (message-make-in-reply-to): Quote name containing
9562         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9563         if there are special characters.  Reported by NAKAJI Hiroyuki
9564         <nakaji@jp.freebsd.org>.
9565
9566 2007-02-27  Didier Verna  <didier@xemacs.org>
9567
9568         Include the group parameters as well as the topic ones in the
9569         inheritance filter process.
9570         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9571         argument GROUP-PARAMS-LIST.
9572         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9573
9574 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * nntp.el (nntp-never-echoes-commands)
9577         (nntp-open-connection-functions-never-echo-commands): New variables.
9578         (nntp-send-command): Use them.
9579
9580 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9581
9582         * mml2015.el (mml2015-epg-verify): Simplify.
9583
9584 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * mml.el (mml-content-disposition-alist): New user option.
9587         (mml-content-disposition): New function.
9588         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9589         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9590
9591 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9592
9593         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9594         verification.
9595
9596 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9597
9598         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9599         articles posted in the last 24 hours.
9600
9601 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9602
9603         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9604
9605 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9606
9607         * nntp.el (nntp-send-command): Don't wait for echoes when
9608         nntp-open-ssl-stream is used.
9609
9610 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9613         (gnus-message-add-citation-keywords)
9614         (gnus-message-remove-citation-keywords): Remove.
9615         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9616         directly, make the variables in font-lock-defaults buffer-local, add
9617         gnus-message-citation-keywords to them and then update the value of
9618         font-lock-keywords.
9619
9620 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * message.el (message-cite-original-1): Don't call
9623         gnus-article-highlight-citation.
9624
9625         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9626         citations; fix line count.
9627
9628 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9631         (gnus-message-add-citation-keywords)
9632         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9633         versions of font-lock-add-keywords and font-lock-remove-keywords to
9634         work with XEmacs correctly.
9635
9636 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-cite.el (gnus-cite-face-list): Set the values of
9639         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9640         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9641         (gnus-message-cite-prefix-regexp): New variable.
9642         (gnus-message-search-citation-line): Use it; protect against long
9643         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9644         the 0th match data for Emacs.
9645         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9646         (gnus-message-add-citation-keywords): Append keywords rather than
9647         prepending; emulate font-lock-add-keywords if it is not available.
9648         (gnus-message-remove-citation-keywords):
9649         Emulate font-lock-remove-keywords if it is not available.
9650
9651         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9652
9653         * message.el (message-cite-prefix-regexp): Set the value of
9654         gnus-message-cite-prefix-regexp.
9655
9656 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9657
9658         * nnweb.el (nnweb-google-parse-1): Update parser.
9659
9660 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9661
9662         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9663
9664 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9665
9666         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9667         regexp.
9668
9669 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9672         string-to-multibyte.
9673         (uudecode-decode-region-internal): Use it.
9674
9675         * lpath.el: Fbind string-as-multibyte for XEmacs.
9676
9677 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9680         Fix custom choice.
9681
9682         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9683
9684 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9685
9686         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9687
9688         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9689         `write-region' to respect `mm-inhibit-file-name-handlers'.
9690
9691 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9694         Use gnus-home-directory instead of "~/" or "$HOME".
9695
9696 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9697
9698         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9699         to mention filename.
9700         Add comments at beginning regarding usage.
9701         (encrypt-write-file-contents): Change interactive so a string is
9702         acceptable.  If the file has no associated model, show an error instead
9703         of a nonsense prompt.
9704
9705 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9706
9707         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9708         Thanks to Yoshihiko Yamada for kind notification of this typo.
9709
9710 2007-01-12  Kenichi Handa  <handa@m17n.org>
9711
9712         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9713         multibyte buffer.
9714
9715 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-score.el (gnus-score-fast-scoring): New variable.
9718         (gnus-score-headers): Use it.
9719
9720         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9721
9722         * message.el (message-cite-original-1):
9723         Call gnus-article-highlight-citation if requested.
9724         (message-make-from): Allow name and address as optional arguments.
9725
9726         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9727
9728         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9729         bugs to doc string.
9730         (gnus-button-alist): Add mid\\|message-id.
9731         (gnus-button-fetch-group): Extend for use in
9732         `browse-url-browser-function'.
9733         (gnus-button-url-regexp): Try to catch paired parentheses like in
9734         Wikipedia URLs.
9735
9736         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9737         Suggested by Simon Krahnke <overlord@gmx.li>.
9738
9739 2007-01-13  Romain Francoise  <romain@orebokech.com>
9740
9741         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9742         Update copyright.
9743
9744 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9745
9746         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9747
9748 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9749
9750         * gnus-registry.el (gnus-registry-unfollowed-groups)
9751         (gnus-registry-split-fancy-with-parent): Fix documentation.
9752
9753 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9756         from nnweb groups.
9757
9758 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9761         Xref urls.  Erase buffer before requesting head.
9762
9763         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9764
9765 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9768         customizable.
9769
9770 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9771
9772         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9773         no signing key is found.
9774         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9775         no encrypting and/or signing key is found.
9776
9777 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9780
9781 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9782
9783         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9784         headers read from disk with the ones newly found in the current search.
9785         This should no longer cause problems, because the article numbers in
9786         Gmane's `nov.php' output are ignored since the previous change.
9787
9788 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9789
9790         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9791
9792 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9795         replace-regexp-in-string; bind url-version; fbind display-images-p and
9796         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9797         find-face and set-itimer-function for Emacs; bind itimer-list for
9798         Emacs.
9799
9800         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9801
9802 2007-01-01  Romain Francoise  <romain@orebokech.com>
9803
9804         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9805
9806 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9807
9808         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9809         `define-minor-mode' macro definition expanded properly.
9810         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9811         exclude it there.
9812
9813         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9814         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9815         `fboundp' test.
9816         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9817         This is OK to autoload in (S)XEmacs now.
9818
9819 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9822         keystroke.
9823         (gnus-summary-limit-to-singletons): Fix typo.
9824
9825         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9826         else fails.
9827
9828 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9829
9830         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9831         docstring.
9832
9833         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9834         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9835         (gnus-summary-insert-dormant-articles): Fix typo in message.
9836
9837 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9840         nil for XEmacs.
9841         (gnus-message-citation-mode): Don't autoload in XEmacs.
9842
9843         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9844
9845 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9846
9847         * nnimap.el (nnimap-expunge-search-string):
9848         Mention nnimap-search-uids-not-since-is-evil in docstring.
9849
9850 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * spam.el: Revert to make-obsolete-variable because
9853         define-obsolete-variable-alias is not supported in Emacs 21.
9854
9855         * spam.el (spam-ifile-path, spam-ifile-database-path)
9856         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9857         make-obsolete-variable.
9858         (spam-bsfilter-path, spam-bsfilter-program)
9859         (spam-spamassassin-path, spam-spamassassin-program)
9860         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9861         Don't use "path" inappropriately.
9862         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9863         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9864         variable names.
9865
9866 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9867
9868         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9869         summary buffer.
9870
9871         * password.el (password-cache-remove): Use clear-string to burn
9872         password, if available.
9873
9874 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9877
9878         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9879
9880         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9881         (gnus-message-highlight-citation): Move defcustom here from
9882         gnus-cite.el.
9883         (gnus-message-citation-mode): Autoload.
9884
9885         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9886         checks to make it compile with XEmacs.
9887         (gnus-message-citation-mode): New minor mode.
9888         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9889         (gnus-message-highlight-citation): New variables.
9890         (gnus-message-search-citation-line)
9891         (gnus-message-add-citation-keywords)
9892         (gnus-message-remove-citation-keywords)
9893         (turn-on-gnus-message-citation-mode)
9894         (turn-off-gnus-message-citation-mode): New functions.
9895
9896 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9897
9898         * gnus-cite.el: Enable highlighting of different citation levels in
9899         message-mode.
9900
9901 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * message.el (message-make-fqdn): Fix comment.
9904         (message-bogus-system-names): Add ".local".
9905
9906         * spam.el (spam-ifile-path, spam-ifile-program)
9907         (spam-ifile-database-path, spam-ifile-database)
9908         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9909         Don't use "path" inappropriately.
9910         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9911         strings.
9912         (spam-check-ifile, spam-ifile-register-with-ifile)
9913         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9914         Use new variable names.
9915
9916         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9917         (gnus-treat-display-smileys): Simplify using
9918         gnus-image-type-available-p.
9919
9920         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9921         available.
9922
9923         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9924         Use `display-images-p' if available.
9925
9926 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9929         one after turning on the buffer's multibyteness instead of decoding
9930         them directly in the unibyte buffer that causes unexpected conversion
9931         in Emacs 23 (unicode).
9932
9933 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9934
9935         * message.el (message-generate-hashcash): Fix custom type.
9936
9937 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9940
9941 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9944         disconnect icons.  Add help text.
9945
9946 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9947
9948         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9949         negated to be consistent with the others we handle.
9950
9951 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9954         version of gnus-summary-buffer to something, so that we can use two
9955         article buffers at the same time.
9956
9957 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9958
9959         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9960         trigger all the extra headers.
9961         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9962         sorting.
9963
9964 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9965
9966         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9967         solid groups.
9968
9969 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9970
9971         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9972
9973 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * legacy-gnus-agent.el: Add Copyright notice.
9976
9977 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9978
9979         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9980
9981 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9984
9985         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9986         to make it work reliably in CVS Emacs.
9987         (gnus-summary-limit-strange-charsets-predicate)
9988         (gnus-summary-limit-to-predicate): New functions.
9989
9990 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9991
9992         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9993         specifying array size.
9994         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9995         array if it is too small.
9996         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9997         (gnus-sort-threads-loop): New function.
9998
9999 2006-12-06  Chris Moore  <dooglus@gmail.com>
10000
10001         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10002         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10003
10004 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10005
10006         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10007         options.
10008
10009 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10012         DOS-ing the recipient.
10013
10014         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10015         the headers when creating the mapping to avoid mismappings.
10016         (nnweb-gmane-create-mapping): Always nix out old mapping.
10017
10018 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10021         and mm-verify-option to never.
10022
10023 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * message.el (message-signed-or-encrypted-p): New function.
10026         (message-forward-make-body): Use it.
10027
10028         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10029         Replace encode-coding-string with mm-encode-coding-string.
10030
10031 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * nneething.el (nneething-decode-file-name):
10034         Replace decode-coding-string with mm-decode-coding-string.
10035
10036         * gnus-int.el (gnus-open-server): Say failed server's name.
10037
10038 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10039
10040         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10041         strings to a single string.  Quote `errors-file-name'.
10042         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10043         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10044         Adjust calls.  Use `shell-quote-argument'.
10045
10046 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10047
10048         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10049         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10050
10051         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10052         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10053         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10054         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10055         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10056         (gnus-subscribe-newsgroup, gnus-1):
10057         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10058         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10059         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10060         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10061
10062 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10065         keystroke.
10066         (gnus-summary-limit-to-bodies): Implement headersp.
10067
10068 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10071
10072 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10075
10076 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * message.el (message-generate-hashcash): Expand range of values to
10079         include `opportunistic'.
10080         (message-send-mail): Use it.
10081
10082 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10083
10084         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10085         and comment it.
10086
10087         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10088
10089 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10090
10091         * gnus-util.el (gnus-extract-address-components): Improve comment.
10092
10093 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-util.el (gnus-extract-address-components): Work with address in
10096         which the name portion contains @.
10097
10098         * lpath.el: Fbind custom-autoload.
10099
10100 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus.el (gnus-start): Move custom group up.
10103         (gnus-select-method): Don't autoload, but make it available for
10104         `customize-variable'.
10105         (gnus-getenv-nntpserver): Don't autoload.
10106
10107 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10108
10109         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10110
10111 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * message.el (message-sendmail-extra-arguments): New variable.
10114         (message-send-mail-with-sendmail): Use it.
10115
10116 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10119         mm-with-unibyte-current-buffer to make string unibyte.
10120
10121         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10122         mm-string-as-multibyte.
10123
10124 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10125
10126         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10127         Reported by Werner Koch <wk@gnupg.org>.
10128
10129 2006-11-14  Daiki Ueno  <ueno@p360>
10130
10131         * mml2015.el: Autoload epa-select-keys when compiling.
10132
10133 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10134
10135         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10136         message-options.
10137         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10138
10139 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10140
10141         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10142         EasyPG (< 0.0.6).
10143         (mml2015-always-trust): New user option.
10144         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10145         prompt.
10146
10147 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * nntp.el (nntp-authinfo-force): New variable.
10150         (nntp-send-authinfo): Use it.
10151
10152 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10155         decode encoded words.  Improve prompt.  Add comment about forwarding.
10156         (message-replacement-char): Move up.
10157
10158 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10159
10160         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10161         instead of gnus-intersection because arguments of gnus-sorted-nunion
10162         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10163
10164 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10167         (message-simplify-subject-functions):
10168         Enable message-strip-subject-encoded-words by default.
10169
10170 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * message.el (message-strip-subject-encoded-words): New function.
10173         (message-simplify-subject-functions): New variable.
10174         (message-simplify-subject): Use it.  Fix typo in doc string.
10175         Support message-strip-subject-encoded-words.
10176
10177 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10178
10179         * gnus-diary.el (gnus-diary-delay-format-function):
10180         * nndiary.el (nndiary-reminders):
10181         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10182
10183 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * gnus-art.el (article-hide-boring-headers): Fetch date from
10186         gnus-original-article-buffer to avoid problems with localized date
10187         strings.
10188
10189 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10192
10193 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10196         New variables.
10197         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10198         (mm-charset-synonym-alist): Move some entries to
10199         mm-codepage-iso-8859-list.
10200         (mm-charset-synonym-alist, mm-charset-override-alist):
10201         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10202
10203 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10206
10207 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10210         with Emacs 21 and XEmacs.
10211
10212 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10213
10214         * spam.el (spam-parse-address): New function for better parsing,
10215         catching errors, etc.
10216         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10217
10218 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * mm-view.el: Add interactive arg to html2text autoload.
10221
10222 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10225
10226 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10229         New variables.
10230         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10231         (mm-charset-synonym-alist): Move some entries to
10232         mm-codepage-iso-8859-list.
10233
10234         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10235
10236 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * message.el (message-citation-line-format)
10239         (message-insert-formated-citation-line): Fix implementation of %E, %N
10240         and %n according to the doc string.
10241
10242 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10243
10244         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10245         Use car-safe to avoid bad parses.
10246
10247 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10250         names.
10251
10252         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10253
10254 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10257         header.
10258
10259         * message.el (message-draft-headers): Add Date.
10260         (message-headers-to-generate): Fix typo in docstring.
10261
10262         * nndraft.el (nndraft-required-headers): New variable.
10263         (nndraft-generate-headers): Use it.
10264
10265         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10266
10267 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10268
10269         * gnus-registry.el (gnus-registry-wash-for-keywords)
10270         (gnus-registry-find-keywords): New functions to allow easy searching of
10271         articles that are in the registry.
10272
10273 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10274
10275         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10276         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10277         Reported by Damien Elmes <damien@repose.cx>.
10278
10279 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * gnus.el (gnus-mime): Remove unused custom group.
10282
10283 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10284
10285         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10286         "blank line" when searching for end of armor headers.
10287
10288 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gmm-utils.el (gmm-write-region): Fix variable name.
10291
10292 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gmm-utils.el (gmm-write-region): New function based on compatibility
10295         code from `mm-make-temp-file'.
10296
10297         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10298
10299         * nnmaildir.el (nnmaildir--update-nov)
10300         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10301         Use `gmm-write-region'.
10302
10303 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10306         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10307
10308         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10309
10310         * message.el (message-replacement-char): New variable.
10311         (message-fix-before-sending): Use it.
10312         (message-simplify-subject): New function to remove duplicate code.
10313         (message-reply, message-followup): Use it.
10314
10315         * gnus-sum.el (gnus-summary-make-menu-bar):
10316         Clarify gnus-summary-limit-to-articles.
10317
10318 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-util.el (gnus-with-local-quit): New macro.
10321
10322         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10323
10324 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10325
10326         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10327         ignore non-string data.
10328
10329 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10330
10331         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10332         non-string data (needs to be done in the registry too).
10333
10334 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10335
10336         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10337         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10338         (gnus-registry-split-fancy-with-parent)
10339         (gnus-registry-fetch-simplified-message-subject-fast)
10340         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10341         Remove text properties on ingress into the registry and when it's saved.
10342         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10343         registry from entries with no groups.
10344
10345 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10346
10347         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10348         function to remove string properties.
10349
10350 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gmm-utils.el (gmm): Adjust custom version.
10353
10354         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10355         Adjust custom version.
10356
10357         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10358
10359 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-art.el (gnus-insert-prev-page-button)
10362         (gnus-insert-next-page-button): Simplify.  Reformat.
10363
10364 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10365
10366         * gnus-art.el (gnus-insert-prev-page-button)
10367         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10368
10369 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10370
10371         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10372
10373 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10374
10375         * gnus-art.el (gnus-insert-mime-button)
10376         (gnus-insert-mime-security-button):
10377         Apply gnus-article-button-face to MIME and security buttons.
10378
10379 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10382         readable.
10383
10384 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10387
10388 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10389
10390         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10391         `browse-url-of-file' instead of `browse-url'.
10392
10393 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10394
10395         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10396         regexp.  Articles containing quotation were cut prematurely.
10397
10398 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * message.el (message-cite-original-1): Use nobody by default for the
10401         value of From header.
10402         (message-reply): Ditto.
10403
10404 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10405
10406         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10407         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10408         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10409
10410 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10413         mails in the doc string.  Add some URLs in comment.
10414         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10415
10416 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10419         backslashes handling and the way to find boundaries of quoted strings.
10420
10421 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10422
10423         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10424         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10425         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10426         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10427
10428 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10431         doc string.
10432         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10433
10434 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * lpath.el: Fbind epg-check-configuration.
10437
10438 2006-09-06  Simon Josefsson  <jas@extundo.com>
10439
10440         * mml2015.el (mml2015-use): Doc fix, mention epg.
10441
10442 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10443
10444         * mml2015.el (mml2015-use): Default to epg, if available.
10445
10446 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10447
10448         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10449         message-sender.
10450         (mml1991-epg-encrypt): Ditto.
10451         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10452         message-sender.
10453         (mml2015-epg-encrypt): Ditto.
10454
10455 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10456
10457         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10458         several common directories.
10459
10460 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10461
10462         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10463         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10464
10465 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-art.el (article-decode-encoded-words): Make it fast.
10468
10469 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10472
10473         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10474         in quoted string into `\'.
10475
10476 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10479         Use standard-syntax-table.
10480
10481 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-art.el (gnus-decode-address-function): New variable.
10484         (article-decode-encoded-words): Use it to decode headers which are
10485         assumed to contain addresses.
10486         (gnus-mime-delete-part): Remove useless `or'.
10487
10488         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10489         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10490         (gnus-nov-parse-line): Use it to decode From header.
10491         (gnus-get-newsgroup-headers): Ditto.
10492         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10493
10494         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10495         (mail-decode-encoded-address-string): New alias.
10496
10497         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10498         New function.
10499         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10500         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10501         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10502         (rfc2047-decode-string): Ditto.
10503         (rfc2047-decode-address-region): New function.
10504         (rfc2047-decode-address-string): New function.
10505
10506 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * message.el (message-caesar-buffer-body): Allow rotating headers.
10509
10510         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10511
10512         * message.el (message-insert-formated-citation-line): Fix %f.
10513         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10514
10515 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10518         (gnus-bookmark-mouse-available-p): New macro.
10519         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10520         (gnus-bookmark-bmenu-show-infos): Use it.
10521         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10522         (gnus-bookmark-bmenu-hide-infos): Ditto.
10523         (gnus-bookmark-remove-properties): New function.
10524         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10525         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10526         (gnus-bookmark-write-file): Bind coding-system-for-write.
10527         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10528         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10529         group before selecting it.
10530         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10531         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10532         quit-window if it is not available; use gnus-mouse-2 and bind it to
10533         gnus-bookmark-bmenu-select-by-mouse.
10534         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10535         (gnus-bookmark-bmenu-select-by-mouse): New function.
10536
10537 2006-08-13  Romain Francoise  <romain@orebokech.com>
10538
10539         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10540         space.
10541
10542 2006-08-10  Romain Francoise  <romain@orebokech.com>
10543
10544         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10545         (dns-mode-soa-auto-increment-serial): New user option.
10546         (dns-mode-soa-maybe-increment-serial): New function.
10547         (dns-mode): Add the latter to `write-contents-functions'.
10548
10549 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * compface.el (uncompface): Use binary rather than raw-text-unix.
10552
10553 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * compface.el (uncompface): Make sure the eol conversion doesn't take
10556         place when communicating with the external programs.
10557         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10558
10559 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10562
10563 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10564
10565         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10566         Make it more robust by parsing author and date independently.
10567
10568 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10571
10572 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10573
10574         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10575         first matching secret key.
10576         (mml2015-epg-encrypt): Ditto.
10577
10578         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10579         first matching secret key.
10580         (mml1991-epg-encrypt): Ditto.
10581
10582         * mml2015.el (mml2015-encrypt-to-self): New user option.
10583         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10584         mml2015-epg-encrypt-to-self is set.
10585
10586         * mml1991.el (mml1991-encrypt-to-self): New variable.
10587         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10588         mml1991-epg-encrypt-to-self is set.
10589
10590         * mml2015.el (mml2015-signers): New user option.
10591         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10592         (mml2015-epg-encrypt): Allow to select signing keys.
10593
10594         * mml1991.el (mml1991-signers): New variable.
10595         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10596         (mml1991-epg-encrypt): Allow to select signing keys.
10597
10598 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * nnheader.el (nnheader-insert-head): Make it work even if the file
10601         uses CRLF for the line-break code.
10602
10603 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10604
10605         * mml2015.el: Require mml-sec instead of password.
10606         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10607         (mml2015-cache-passphrase): Inherit the default value from
10608         mml-secure-cache-passphrase.
10609         (mml2015-passphrase-cache-expiry): Inherit the default value from
10610         mml-secure-passphrase-cache-expiry.
10611
10612         * mml1991.el: Require mml-sec instead of password.
10613         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10614         (mml1991-cache-passphrase): Inherit the default value from
10615         mml-secure-cache-passphrase.
10616         (mml1991-passphrase-cache-expiry): Inherit the default value from
10617         mml-secure-passphrase-cache-expiry.
10618
10619         * mml-sec.el: Require password.
10620         (mml-secure-verbose): New user option.
10621         (mml-secure-cache-passphrase): New user option.
10622         (mml-secure-passphrase-cache-expiry): New user option.
10623
10624 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10625
10626         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10627         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10628         andreas@altroot.de (Andreas Vögele).
10629
10630         FIXME: Use `tiny change'?
10631
10632 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10633
10634         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10635         workaround for the url package included with Emacs.
10636
10637         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10638
10639 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10642         correctly.  This fixes a bug caused by the 2006-05-12 change.
10643
10644 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10645
10646         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10647         some information about the error when saying that the `bogus' mail
10648         group will be used.
10649
10650 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10653         string.
10654
10655 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10656
10657         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10658
10659 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10660
10661         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10662
10663 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10664
10665         * mml1991.el (mml1991-function-alist): Add epg.
10666         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10667         (mml1991-epg-encrypt): New functions.
10668
10669 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10670
10671         * mml2015.el (mml2015-verbose): New variable.
10672         (mml2015-cache-passphrase): Ditto.
10673         (mml2015-passphrase-cache-expiry): Ditto.
10674         (mml2015-function-alist): Add epg.
10675         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10676         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10677         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10678         New functions.
10679
10680 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10681
10682         * message.el (message-cite-original-1): Preserve region when removing
10683         quoted text due to X-No-Archive in order to avoid bogus attribution
10684         when citing multiple messages.
10685
10686 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10687
10688         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10689         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10690
10691 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * gnus-diary.el (gnus-user-format-function-d)
10694         (gnus-user-format-function-D): Autoload.
10695
10696         * imap.el (Commentary): Fix typo.
10697
10698         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10699         2006-04-22 contribution.
10700
10701 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10702
10703         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10704         It didn't really fix the bogosity I'm seeing with solid web groups.
10705
10706 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10707
10708         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10709         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10710         created using server names.  If we use the feature without declaring
10711         it, Gnus does not properly manage server and group state.
10712
10713         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10714         bound.
10715
10716 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10717
10718         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10719         looking up the method using GROUP's prefix before inventing a new one.
10720         It is used on killed/unknown groups in various places where returning
10721         an all-new method isn't expected by the caller.
10722
10723         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10724         and match semantics of gnus-group-real-prefix.
10725
10726 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * nnmail.el (nnmail-broken-references-mailers): New variable.
10729         (nnmail-ignore-broken-references): New function generalizing
10730         nnmail-fix-eudora-headers.
10731         (nnmail-fix-eudora-headers): Now obsolete.
10732
10733         * gnus-art.el (gnus-button-handle-custom):
10734         Support `customize-apropos*'.
10735
10736 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10739
10740         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10741         articles.
10742
10743 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * message.el (message-cite-reply-above): New variable.
10746         (message-yank-original): Use it.
10747
10748 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10751
10752 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10755         as read.
10756
10757         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10758
10759 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10762         (gnus-bookmark-default-file): Use gnus-directory.
10763         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10764         Remove "*" in doc string.
10765         (gnus-bookmark-write-file): Simplify.
10766         (gnus-bookmark-maybe-sort-alist): Use `when'.
10767         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10768         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10769         Add FIXME about Emacs 21 and XEmacs compatibility.
10770         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10771         compatibility.
10772         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10773         compatibility.
10774         (gnus-bookmark-menu-heading): Fix version.
10775
10776 2006-06-19  Bastien Guerry  <bzg@altern.org>
10777
10778         * gnus-bookmark.el: New file.
10779
10780 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * message.el (message-syntax-checks): Doc fix.
10783
10784 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10785
10786         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10787         unsubscribed groups as if they were killed ones.  It causes duplicate
10788         entries in gnus-newsrc-alist.
10789
10790 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * message.el (message-syntax-checks): Doc fix.
10793         (message-send-mail): Add check for continuation headers.
10794         (message-check-news-header-syntax): Fix regexp used to check for
10795         continuation headers.
10796
10797 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10800
10801 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10804
10805 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10808         default-truncate-lines.
10809
10810 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10813         to fill the utf-8 entry.
10814
10815         * lpath.el: Fbind unicode-precedence-list.
10816
10817 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10818
10819         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10820
10821 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10822
10823         * gnus-agent.el (directory-files-and-attributes): Move all the way
10824         forward (the third and final move).
10825         (gnus-agent-read-agentview): Trap reconstruction errors due to
10826         nonexistent directory.  Handle by returning nil.
10827
10828 2006-05-30  Didier Verna  <didier@xemacs.org>
10829
10830         * message.el (message-dont-reply-to-names): Update the custom type.
10831         * message.el (message-dont-reply-to-names): New defsubst: potentially
10832         convert a list of regexps into a single one.
10833         * message.el (message-get-reply-headers): Use it.
10834         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10835
10836 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-agent.el (directory-files-and-attributes): Move forward.
10839
10840 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * gnus-ml.el (gnus-mailing-list-subscribe)
10843         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10844         (gnus-mailing-list-message): Fix doc strings.
10845
10846 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10847
10848         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10849         of doing it manually.
10850
10851 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10854         comment.
10855
10856 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10857
10858         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10859         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10860         (gnus-agent-read-local): All symbols allocated in my-obarray.
10861         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10862         (gnus-agent-regenerate-group): Check numeric names to see if they are
10863         messages or groups.
10864         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10865         better way of do this...)
10866
10867         * gnus-cache.el (gnus-agent-total-fetched-for):
10868         Ignore 'dummy.group' (there should be a better way of do this...)
10869
10870 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10873         (gnus-saved-headers): Ditto.
10874         (gnus-default-article-saver): Mention functions may have properties.
10875         (gnus-article-save): Override gnus-save-all-headers and
10876         gnus-saved-headers by :headers property which saver function may have.
10877         (gnus-summary-save-in-file): Add :headers property.
10878         (gnus-summary-write-to-file): Ditto.
10879
10880         * gnus-sum.el (gnus-summary-save-article): Bind
10881         gnus-prompt-before-saving to t when saving many articles in a file;
10882         always show all headers.
10883
10884         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10885
10886 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10889         marks.
10890
10891         * message.el (message-indent-citation): Add optional arguments to allow
10892         using it outside of message buffers.
10893
10894         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10895         (gnus-article-treat-unfold-headers): Use it.
10896         (gnus-article-truncate-lines): New variable.
10897         (gnus-article-mode): Use it.
10898         (gnus-article-toggle-truncate-lines): New function.
10899
10900         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10901         Add gnus-article-toggle-truncate-lines.
10902
10903         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10904         coding system in XEmacs, use binary.
10905
10906 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10909         after-load-alist.
10910
10911         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10912         this function should save decoded articles.
10913         (gnus-summary-write-to-file): Use property to specify this function
10914         should save decoded articles and specify gnus-summary-save-in-file
10915         should be used to save articles other than the first one when saving
10916         many articles.
10917         (gnus-summary-save-body-in-file): Use property to specify this
10918         function should save decoded articles.
10919         (gnus-summary-write-body-to-file): Use property to specify this
10920         function should save decoded articles and specify
10921         gnus-summary-save-body-in-file should be used to save articles other
10922         than the first one when saving many articles.
10923
10924         * gnus-sum.el (gnus-summary-save-article): Simplify.
10925
10926 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-art.el (gnus-default-article-saver):
10929         Add gnus-summary-write-body-to-file.
10930         (gnus-article-save-coding-system): Don't use coding system object
10931         in XEmacs.
10932         (gnus-read-save-file-name): Add optional `dir-var' argument which
10933         specifies directory in which files are saved; work even if optional
10934         `variable' argument is not specified.
10935         (gnus-summary-write-to-file): Read file name.
10936         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10937         (gnus-summary-write-body-to-file): New function.
10938
10939         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10940         (gnus-summary-local-variables): Add it.
10941         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10942         (gnus-summary-save-article): Remove optional `decode' argument;
10943         determine whether to decode articles by the value of
10944         gnus-default-article-saver; when saving many files using
10945         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10946         it first and use gnus-summary-save-in-file or
10947         gnus-summary-save-body-in-file thereafter unless
10948         gnus-prompt-before-saving is always; move point to article which
10949         will be saved.
10950         (gnus-summary-save-article-file): Revert.
10951         (gnus-summary-write-article-file): Revert.
10952         (gnus-summary-save-article-body-file): Revert.
10953         (gnus-summary-write-article-body-file): New function.
10954
10955 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * gnus-art.el (gnus-default-article-saver): Doc fix.
10958         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10959         from gnus-summary-save-article-coding-system, and default to a
10960         certain coding system.
10961         (gnus-output-to-file): Add coding cookie and encode text according
10962         to gnus-article-save-coding-system; don't use mm-append-to-file.
10963
10964         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10965         gnus-art.el and rename to gnus-article-save-coding-system.
10966         (gnus-summary-save-article): Require gnus-art; don't show all
10967         headers if it decodes articles; don't add coding cookie here;
10968         don't bind mm-text-coding-system-for-write.
10969         (gnus-summary-save-article-file): Save decoded articles.
10970         (gnus-summary-write-article-file): When saving many files, use
10971         gnus-summary-write-to-file first and gnus-summary-save-in-file
10972         thereafter unless gnus-prompt-before-saving is always.
10973         (gnus-summary-save-article-body-file): Save decoded articles.
10974
10975         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10976
10977 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * nnrss.el (nnrss-check-group): Bind hash-index.
10980
10981 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10982
10983         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10984         its hash index.  Store this hash in `nnrss-group-data'.
10985         (nnrss-read-group-data): Update accordingly.
10986
10987 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10990         entry.
10991
10992         * gnus-sum.el (gnus-summary-make-menu-bar):
10993         Add gnus-article-browse-html-article.
10994
10995 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10996
10997         * gnus-sum.el (gnus-summary-mime-map):
10998         Add gnus-article-browse-html-article.
10999
11000         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11001
11002 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11005         suitable coding systems in customize.
11006
11007 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * mail-source.el (mail-sources): Fix custom type.
11010
11011 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11014         (gnus-summary-expire-articles-now): Shorten prompt.
11015
11016         * gmm-utils.el (wid-edit): Require.
11017         (defun-gmm): Rename from `gmm-defun-compat'.
11018         (gmm-image-search-load-path): Use it.
11019         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11020
11021 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-sum.el (gnus-summary-save-article-coding-system):
11024         New variable.
11025         (gnus-summary-save-article): Add optional `decode' argument.
11026         If it is set and gnus-summary-save-article-coding-system is non-nil,
11027         save decoded article.
11028         (gnus-summary-write-article-file): Save decoded article if
11029         gnus-summary-save-article-coding-system is non-nil.
11030
11031         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11032         type.
11033
11034 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11037
11038 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11041         first to test gnus-single-article-buffer which may be buffer-local.
11042
11043         * gnus-sum.el (gnus-summary-setup-buffer):
11044         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11045         group; make gnus-article-buffer, gnus-article-current, and
11046         gnus-original-article-buffer always buffer-local.
11047         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11048         group.
11049         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11050
11051 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * nnml.el (nnml-request-compact-group): Compressed files might not
11054         have .gz extension.
11055
11056 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11057
11058         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11059         (mm-copy-to-buffer): Use with-current-buffer.
11060         (mm-display-part): Simplify.
11061         (mm-inlinable-p): Add optional arg `type'.
11062
11063 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11064
11065         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11066         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11067         Try harder to show the attachment internally or externally using
11068         gnus-mime-view-part-as-type.
11069
11070 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * message.el (message-from-style, message-signature-separator)
11073         (message-user-organization-file, message-send-mail-function)
11074         (message-citation-line-function, message-yank-prefix)
11075         (message-indent-citation-function, message-signature)
11076         (message-signature-file, message-signature-insert-empty-line):
11077         Remove autoloads.
11078
11079         * gnus-art.el (gnus-buttonized-mime-types):
11080         Remove "multipart/signed".  Revert 2006-04-26 change.
11081
11082 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * gnus.el (gnus-version-number): Bump version.
11085
11086 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11087
11088         * gnus.el: No Gnus v0.5 is released.
11089
11090 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11091
11092         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11093         fetching articles by message-id.
11094
11095 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * message.el (hashcash): Require hashcash as normal.
11098
11099         * ecomplete.el (ecomplete-highlight-match-line):
11100         Use point-at-eol.
11101         (ecomplete-highlight-match-line): Use `highlight', because that
11102         face exists in both Emacs and XEmacs.
11103
11104         * message.el (message-display-abbrev): Use point-at-bol.
11105
11106         * mail-source.el: Don't require timer/timer-funcs.
11107
11108         * gnus-async.el: Ditto.
11109
11110         * password.el: Ditto.
11111
11112         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11113
11114         * mm-url.el: Ditto.
11115
11116         * gnus-xmas.el: Don't require timer-funcs.
11117
11118         * mm-util.el: Require timer/timer-funcs.
11119
11120 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11121
11122         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11123         Close.
11124
11125 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11128         unibyte after clear-decrypt function runs.
11129
11130         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11131         returns as a unibyte string.
11132
11133 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * lpath.el: Revert.
11136
11137         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11138         (pgg-gpg-process-sentinel): Revert.
11139
11140         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11141         (pgg-pgp-lookup-key): Revert.
11142
11143         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11144         (pgg-pgp5-lookup-key): Revert.
11145
11146         * pgg.el (pgg-fetch-key): Revert.
11147
11148 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * lpath.el: Fbind string-as-multibyte for XEmacs.
11151
11152         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11153         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11154         (mml1991-pgg-encrypt): Ditto.
11155
11156         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11157         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11158         a multibyte buffer.
11159
11160         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11161         (pgg-pgp-lookup-key): Ditto.
11162
11163         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11164         (pgg-pgp5-lookup-key): Ditto.
11165
11166         * pgg.el (pgg-fetch-key): Ditto.
11167
11168 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * message.el (message-user-organization-file): Check several
11171         locations of the organization file.
11172
11173         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11174         Add gnus-article-view-part-as-type.
11175
11176         * gnus-art.el (gnus-article-view-part-as-type): New function.
11177
11178         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11179         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11180
11181         * mml.el: Simplify autoload.
11182         (mml-mode): defvar dnd-protocol-alist instead of using
11183         symbol-value.
11184         (mml-default-directory): New variable.
11185         (mml-minibuffer-read-file): Use it.
11186         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11187
11188         * message.el (message-citation-line-format): New variable.
11189         (message-insert-formated-citation-line): New function.
11190         (message-citation-line-function):
11191         Add `message-insert-formated-citation-line' to custom type.
11192
11193         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11194         to doc string.
11195
11196         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11197         depending on mm-verify-option.
11198
11199 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11202         binding pgg-* variables; reimplement the section which prevents
11203         MIME header from being signed.
11204         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11205         pgg-text-mode; remove a blank line at the top of body.
11206
11207         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11208         lines at the top of body; use gnus-newsgroup-charset if there's no
11209         Charset header.
11210
11211 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * message.el (message-self-insert-commands): Doc fix.
11214
11215         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11216         (mm-uu-pgp-encrypted-test): Ditto.
11217         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11218         between header and body; return application/pgp-encrypted handle
11219         if decryption failed; decode decrypted body by charset.
11220
11221         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11222         element match to application/pgp-*.
11223
11224 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11225
11226         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11227         HTML.
11228
11229 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11230
11231         * mail-source.el (mail-source-call-script): Message the error
11232         string.
11233
11234 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11235
11236         * gnus-util.el (gnus-byte-compile): Use it.
11237
11238 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11239
11240         * gnus-util.el (kill-empty-logs): New function.
11241
11242 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * message.el (message-mail-alias-type): Doc fix.
11245         (message-mail-alias-type-p): New function.
11246         (message-send): Use it.
11247         (message-mode): Ditto.
11248         (message-strip-forbidden-properties): Ditto.
11249
11250         * ecomplete.el (ecomplete-database-file-coding-system):
11251         New variable.
11252         (ecomplete-save): Use it.
11253         (ecomplete-setup): Use it.
11254
11255 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * message.el (message-self-insert-commands): New variable.
11258         (message-strip-forbidden-properties): Use it.
11259
11260 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11261
11262         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11263         that doesn't make XEmacs choke.
11264
11265 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-util.el (gnus-replace-in-string):
11268         Prefer replace-regexp-in-string over of replace-in-string.
11269
11270 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-util.el (gnus-select-frame-set-input-focus):
11273         Use select-frame-set-input-focus if it is available in XEmacs; use
11274         definition defined in Emacs 22 for old Emacsen.
11275
11276         * dgnushack.el: Autoload unmorse-region for XEmacs.
11277
11278         * lpath.el: Bind cursor-in-non-selected-windows and
11279         select-frame-set-input-focus for XEmacs.
11280
11281 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11284
11285 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * gnus-registry.el (gnus-registry-cache-save): Remove text
11288         properties when saving via the temp buffer.
11289
11290 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * message.el (message-generate-hashcash): Honor custom type.
11293
11294 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11295
11296         * message.el (message-generate-hashcash): Default to non-nil when
11297         hashcash is found.
11298
11299         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11300         (gnus-refer-thread-limit): Increase default to 500.
11301
11302         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11303
11304         * flow-fill.el (fill-flowed): Allow delete-space.
11305
11306 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11309         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11310         Remove autoloads.
11311
11312 2006-04-18  Simon Josefsson  <jas@extundo.com>
11313
11314         * message.el (message-generate-hashcash): Default to.
11315
11316 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11319         concatenating segments rather than before concatenating them.
11320
11321 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11324
11325 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11328
11329         * message.el (message-forward-make-body-plain):
11330         Allow message-forward-ignored-headers to be a list.
11331         (message-remove-ignored-headers): Factor out into function.
11332         (message-forward-make-body-mml): Use it.
11333
11334         * imap.el (imap-quote-specials): New function.
11335         (imap-login-auth): Quote specials.
11336
11337         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11338         (rfc2231-parse-string): Allow concatanation of parameters that
11339         aren't contiguous.  The test case is
11340           (mail-header-parse-content-type "message/external-body;
11341             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11342             access-type=LOCAL-FILE;
11343             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11344
11345 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11346
11347         * nntp.el (nntp-accept-process-output): Return the value of
11348         `nnheader-accept-process-output'.
11349
11350 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351
11352         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11353         (gnus-button-alist): Recognize more diff formats.
11354         (gnus-button-patch): Strip directory.
11355
11356 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11359         Emacs 22 when setting focus.
11360
11361 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11362
11363         * gnus-art.el (gnus-article-treat-types): Do treatment of
11364         text/x-verbatim parts.
11365         (gnus-button-patch): New command.
11366
11367         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11368         addresses that contain invalid characters.
11369
11370 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11371
11372         * message.el (message-put-addresses-in-ecomplete):
11373         Use gnus-replace-in-string.
11374         (message-is-yours-p): Use the more correct
11375         mail-header-parse-address instead of
11376         mail-extract-address-components.
11377         (message-put-addresses-in-ecomplete): Fix typo.
11378
11379         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11380         keystroke.
11381
11382         * gnus-art.el (gnus-treatment-function-alist): Change order of
11383         newsgroups/generic header folding to avoid double-folding.
11384
11385         * message.el (message-hidden-headers): Add X-Draft-From.
11386
11387         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11388         New command.
11389         (gnus-summary-repeat-search-article-backward): New command.
11390
11391         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11392         groups in the parent topic.
11393
11394 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11395
11396         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11397         (spam-extra-header-to-number): Return the CRM114 number as a
11398         number instead of a string.
11399
11400 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401
11402         * gnus-art.el (gnus-face-properties-alist): Move here from
11403         gnus-fun.
11404
11405         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11406
11407 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * message.el (message-strip-forbidden-properties): Only display on
11410         self-insert-command.
11411
11412         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11413         reindent.
11414         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11415
11416 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11417
11418         * smiley.el (smiley-style): Fix typo.
11419
11420 2006-03-23  Kenichi Handa  <handa@m17n.org>
11421
11422         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11423         instead of set-buffer-multibyte.
11424
11425 2006-03-23  Kenichi Handa  <handa@m17n.org>
11426
11427         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11428         buffer and then decode the buffer text if necessary.
11429         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11430         first, and after mm-encode-body, change the buffer to unibyte.
11431
11432 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433
11434         * hashcash.el (hashcash-insert-payment-async-2):
11435         Use message-goto-eoh instead of doing it manually.
11436         (mail-add-payment): Use message-narrow-to-header instead of trying
11437         to do the same itself.
11438
11439         * message.el (message-hidden-headers): Add Face.
11440
11441         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11442         reparenting code.
11443         (gnus-summary-reparent-children): Refactored out code.
11444         (gnus-summary-thread-map): New keystroke.
11445         (gnus-summary-reparent-children): Make into command.
11446
11447         * smiley.el (smiley-style): Default to `medium' if using a large
11448         font.
11449
11450         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11451         does it itself.
11452
11453         * message.el (message-point-in-header-p): Simplify definition.
11454
11455 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11456
11457         * nnagent.el (nnagent-request-set-mark): Silence log file
11458         writing.
11459         (nnagent-request-set-mark): Use write-region instead of
11460         append-to-file.
11461
11462         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11463         strange select method.
11464
11465         * ecomplete.el (ecomplete-display-matches): Get highlightling
11466         right.
11467         (ecomplete-display-matches): Use literals.
11468         (ecomplete-display-matches): Disable message logging.
11469
11470         * message.el (message-display-abbrev): Small optimization.
11471
11472         * ecomplete.el (ecomplete-display-matches): Allow automatic
11473         display.
11474
11475         * message.el (message-strip-forbidden-properties):
11476         Display abbrevs.
11477         (message-display-abbrev): Get automatic display right.
11478
11479         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11480         keystrokes.
11481
11482 2006-04-13  Romain Francoise  <romain@orebokech.com>
11483
11484         TODO: Backport to v5-10!
11485
11486         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11487         Move here (and rename) from gnus-registry.el.
11488
11489         * gnus-registry.el: Require gnus-util.
11490         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11491
11492 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * gnus-group.el (gnus-group-catchup-current):
11495         Change if-then-else-if-then-else into cond.
11496         (gnus-group-catchup): Indent.
11497         (group-name-at-point): New function.
11498         (gnus-fetch-group): Provide default from thing at point.
11499
11500 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11501
11502         * message.el (message-display-abbrev): Fix regexp.
11503
11504         * ecomplete.el (ecomplete-highlight-match-line):
11505         Reimplement choosing.
11506         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11507         dead variables.
11508
11509         * message.el (message-newline-and-indent): Remove debugging.
11510         (message-display-abbrev): Use new implementation.
11511
11512 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-art.el (gnus-article-mode):
11515         Set cursor-in-non-selected-windows to nil.
11516
11517         * smiley.el: Revert previous change.
11518         (smiley-data-directory): defvar it before using it in the
11519         defcustom of `smiley-style'.
11520
11521 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * message.el (message-newline-and-indent): New function.
11524
11525         * ecomplete.el: Implement more bits.
11526
11527         * message.el (message-put-addresses-in-ecomplete): Clean up the
11528         string.
11529
11530         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11531
11532         * gnus-sum.el (gnus-summary-save-parts):
11533         Bind gnus-summary-save-parts-counter and use it to make unique file
11534         names.
11535
11536         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11537
11538         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11539         parameter to say whether to actually parse the individual
11540         addresses.
11541
11542         * message.el (message-put-addresses-in-ecomplete): New function.
11543         (ecomplete): Require.
11544         (message-mail-alias-type): Add ecomplete as an option.
11545
11546 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11547
11548         * flow-fill.el (fill-flowed): Remove trailing space from blank
11549         quoted lines.
11550
11551 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * smiley.el (smiley-style): Move definition later to avoid a
11554         compilation warning.
11555
11556 2006-04-12  Kenichi Handa  <handa@m17n.org>
11557
11558         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11559         buffer and then decode the buffer text if necessary.
11560         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11561         first, and after mm-encode-body, change the buffer to unibyte.
11562         Use mm-disable-multibyte instead of set-buffer-multibyte.
11563
11564 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11567         Content-Type header instead of Content-Disposition header.
11568         (gnus-mime-inline-part): Ditto.
11569         (gnus-mime-view-part-as-charset): Ignore charset that the part
11570         specifies.
11571
11572         * mm-decode.el (mm-display-part): Work with external parts and
11573         usual parts similarly.
11574
11575         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11576         instead of gnus-display-mime.
11577
11578         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11579         instead of with-temp-buffer.
11580
11581         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11582         tag to summarized topics part in order to encode non-ASCII text.
11583
11584 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * smiley.el (smiley-style): New variable.
11587         (smiley-directory): New function.
11588         (smiley-data-directory): Derive from `smiley-style' using
11589         `smiley-directory'.
11590         (smiley-regexp-alist): Add new entries.
11591
11592         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11593         (gnus-article-browse-delete-temp): Add :version.
11594
11595 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11596
11597         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11598         the sieve region.
11599
11600 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11601
11602         * gnus.el (gnus-version-number): Bump version.
11603
11604 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus.el: No Gnus v0.4 is released.
11607
11608 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11611         layout.
11612
11613         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11614         unknown charset.
11615
11616         * message.el (message-header-synonyms): Add Original-To to the
11617         default.
11618
11619         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11620         optional parameter.
11621
11622 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-fun.el (gnus): Require it for gnus-directory.
11625
11626 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11629
11630 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11631
11632         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11633
11634 2006-04-05  Simon Josefsson  <jas@extundo.com>
11635
11636         * password.el (password-reset): New function.
11637
11638 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11639
11640         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11641         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11642
11643 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11644
11645         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11646         Some whitespace was matched into the url, which broke browsing hits
11647         > 100 when mm-url-use-external was nil.
11648
11649 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11652         Check gnus-extra-headers for 'Newsgroups.
11653
11654         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11655         bound.
11656
11657 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11658
11659         * pgg-gpg.el: Clean up process buffers every time gpg processes
11660         complete.
11661
11662 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11665         doc string.
11666
11667 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11668
11669         * pgg-gpg.el (pgg-gpg-process-filter)
11670         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11671
11672         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11673         lines, temporary fix.
11674
11675 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11678
11679 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11680
11681         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11682         default-enable-multibyte-characters.  This reverts the change from
11683         revision 6.17 which is no longer necessary because the passphrase
11684         is sent separately now.  GnuPG messages are unreadable under
11685         multibyte locales with default-enable-multibyte-characters set to
11686         nil.
11687
11688 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * message.el (message-tool-bar-gnome): Move "spell".
11691
11692 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11695         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11696         instead.
11697
11698 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11699
11700         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11701         Improve newsgroups handling for NNTP overviews which don't include
11702         Newsgroups.
11703
11704 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11705
11706         * message.el (message-resend): Bind message-generate-hashcash to nil.
11707
11708 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11709
11710         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11711         when searching for already-paid recipients.
11712
11713 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11714
11715         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11716         passphrases when it is not needed.
11717         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11718         passphrase stuff from gpg, should only be necessary when you use
11719         gpg with a smartcard.
11720
11721 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * mml.el (mml-insert-mime): Ignore cached contents of
11724         message/external-body part.
11725
11726         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11727         (mm-insert-part): Ditto.
11728
11729 2006-03-23  Simon Josefsson  <jas@extundo.com>
11730
11731         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11732         Reiner.
11733         (pgg-gpg-use-agent-p): Use it again.
11734
11735 2006-03-23  Simon Josefsson  <jas@extundo.com>
11736
11737         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11738         older emacsen.
11739         (pgg-gpg-use-agent-p): Don't use it.
11740
11741 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11744         if we can.
11745
11746 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11747
11748         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11749         (pgg-gpg-update-agent): New function.
11750         (pgg-gpg-use-agent-p): New function.
11751         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11752         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11753         (pgg-gpg-sign-region): Use it.
11754
11755 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11758         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11759
11760 2006-03-21  Simon Josefsson  <jas@extundo.com>
11761
11762         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11763         <wilde@sha-bang.de>.
11764         (pgg-gpg-use-agent): New variable.
11765         (pgg-gpg-process-region): Use it.
11766         (pgg-gpg-encrypt-region): Likewise.
11767         (pgg-gpg-encrypt-symmetric-region): Likewise.
11768         (pgg-gpg-decrypt-region): Likewise.
11769         (pgg-gpg-sign-region): Likewise.
11770         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11771
11772 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11775
11776         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11777         Add comment on version.
11778
11779 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * smiley.el: Add missing test smiley.
11782
11783 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * mm-decode.el (mm-with-part): New macro.
11786         (mm-get-part): Use it; work with message/external-body as well.
11787         (mm-save-part): Treat name and filename equally.
11788
11789         * mm-extern.el (mm-extern-cache-contents): New function.
11790         (mm-inline-external-body): Use it; force the part to be displayed;
11791         move undisplayer added to the cached handle to the parent.
11792
11793         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11794         (gnus-mime-view-part-as-type): Work with message/external-body.
11795
11796         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11797
11798 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11801         images in image-load-path.  [Sync with image.el, revision 1.60, in
11802         Emacs.]
11803
11804 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11807         path rather than symbol.  Always return list of directories.
11808         Guarantee that image directory comes first.  [Sync with image.el,
11809         revision 1.59, in Emacs.]
11810
11811         * message.el (message-make-tool-bar): Adjust to new API of
11812         `gmm-image-load-path-for-library'.
11813
11814         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11815
11816         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11817
11818 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11819
11820         * gnus-art.el (gnus-article-only-boring-p):
11821         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11822         intangible text.
11823         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11824
11825 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11828         Use `defun' instead of `gmm-defun-compat'.
11829
11830 2006-03-14  Simon Josefsson  <jas@extundo.com>
11831
11832         * message.el (message-unique-id): Don't use message-number-base36
11833         if (user-uid) is a float.
11834         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11835
11836 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11839
11840         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11841         empty line between a part and a message part.
11842
11843 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * smiley.el: Add more test smileys.
11846         (smiley-data-directory, smiley-regexp-alist)
11847         (gnus-smiley-file-types): Fix doc strings.
11848         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11849         adding new elements.
11850         (smiley-mouse-map): Unused code.  Make it a comment.
11851
11852 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11855         scan latest NoCeM messages instead of old ones.
11856         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11857         delimiters that are recently used.
11858         (gnus-nocem-load-cache): Add autoload cookie.
11859
11860         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11861
11862         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11863         level which is larger than gnus-use-nocem is specified.
11864
11865         * gnus-group.el (gnus-group-get-new-news): Ditto.
11866
11867 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-util.el (gnus-tool-bar-update): New function.
11870
11871         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11872         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11873
11874         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11875
11876         * gnus-group.el (gnus-group-redraw-when-idle)
11877         (gnus-group-redraw-check): Remove.
11878         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11879
11880 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11883         if optional last element is specified in splits (FIELD VALUE...).
11884
11885 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11888         to gmm-image-load-path-for-library.  Call with no-error argument.
11889         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11890
11891         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11892
11893         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11894
11895         * gmm-utils.el (gmm-image-load-path): Remove alias.
11896
11897 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gmm-utils.el (gmm-image-load-path): Add alias.
11900
11901         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11902         nnml-generate-nov-databases-1.
11903         (nnml-generate-nov-databases): Use it.
11904         (nnml-generate-nov-databases-directory): Document no-active
11905         argument.
11906
11907         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11908         directory if path is t.  Add no-error.
11909
11910         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11911         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11912
11913         * gnus-art.el (gnus-article-browse-delete-temp-files):
11914         Simplify resetting gnus-article-browse-html-temp-list.
11915
11916         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11917         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11918         Add example to docstring.  Rename local variables.  Move error
11919         checks to default case in cond and simplify.
11920
11921 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11924         handle is multipart when calling it recursively.
11925         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11926
11927 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11928
11929         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11930         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11931
11932 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11935         is loaded.
11936
11937         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11938         loaded.
11939
11940 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11943         to "Emacs 23 (unicode)" in doc string.
11944
11945         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11946         "Emacs 23 (unicode)" in comment.
11947
11948 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11951
11952         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11953         characters 160 through 255 in Emacs 23.
11954
11955 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11958         gnus-article-browse-html-temp.
11959         (gnus-article-browse-delete-temp): Make it customizable.
11960         Add `file'.  Adjust doc string.
11961         (gnus-article-browse-delete-temp-files): Add argument.
11962         Allow query for each file.  Adjust doc string.
11963         (gnus-article-browse-html-parts):
11964         Add `gnus-article-browse-delete-temp-files' to
11965         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11966
11967 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11968
11969         * gnus-art.el (gnus-article-browse-html-temp)
11970         (gnus-article-browse-delete-temp): New variables.
11971         (gnus-article-browse-delete-temp-files): New function.
11972         (gnus-article-browse-html-parts): Use it.
11973
11974 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11977
11978         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11979         string.
11980
11981         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11982         gnus-summary-insert-new-articles when unplugged.
11983         Remove gnus-summary-search-article-forward.
11984
11985         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11986         display-visual-class instead of display-color-cells.
11987
11988 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * dgnushack.el: Autoload customize-group for XEmacs.
11991
11992         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11993         message/* containing non-ASCII text properly.
11994
11995 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * message.el: Require gmm-utils, remove autoloads.
11998         (message-tool-bar): Set default based on
11999         gmm-tool-bar-style.
12000         (message-tool-bar-gnome): Add gmm-customize-mode.
12001
12002         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12003         gmm-tool-bar-style.
12004         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12005
12006         * gnus-group.el (gnus-group-tool-bar): Set default based on
12007         gmm-tool-bar-style.
12008         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12009
12010         * gmm-utils.el (gmm-image-directory): Rename variable from
12011         gmm-image-load-path.
12012         (gmm-image-load-path): Use gmm-image-directory.
12013         (gmm-customize-mode): New function.
12014         (gmm-tool-bar-style): New variable.
12015
12016         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12017         gnus-group-redraw-line-number.
12018         (gnus-group-redraw-check): Simplify.
12019         (gnus-group-tool-bar-update): Remove redraw check.
12020         (gnus-group-make-tool-bar): Add redraw check.
12021
12022 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12023
12024         * gnus-art.el (gnus-button): Add missing parentheses.
12025
12026 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * lpath.el: Fbind line-number-at-pos.
12029
12030 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12033
12034 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-art.el (gnus-button): New face.
12037         (gnus-article-button-face): Use it.
12038
12039         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12040         Add gnus-summary-next-page.  Re-order.
12041
12042         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12043         next-node are now included.
12044         (gnus-group-redraw-line-number): New internal variable.
12045         (gnus-group-redraw-check): Helper function for updating the tool
12046         bar.
12047         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12048
12049         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12050
12051         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12052         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12053         Use it to match format of Spamassassin 3.0 and later.
12054         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12055         (spam-check-bogofilter)
12056         (spam-bogofilter-register-with-bogofilter): Fix args of
12057         `gnus-error' calls.
12058
12059 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12062         unnecessary interaction when sending queued mails.
12063         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12064
12065 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12068         first or last are nil.
12069
12070 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12071
12072         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12073
12074 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12075
12076         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12077
12078 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * dns.el (query-dns): Protect more against buggy tcp output.
12081
12082 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12085         nov.php.
12086
12087 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12088
12089         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12090         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12091         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12092         output on the server side.
12093         (nnweb-google-create-mapping): Update regexps and add some
12094         progress indication.
12095
12096 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gnus-group.el (gnus-group-tool-bar-gnome):
12099         Fix gnus-agent-toggle-plugged.  Re-order icons.
12100         (gnus-group-tool-bar-gnome):
12101         Add gnus-group-{prev,next}-unread-group.
12102         (gnus-group-tool-bar-gnome): Re-order icons.
12103
12104         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12105         Move gnus-summary-insert-new-articles.
12106
12107         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12108         Fix comments.
12109
12110         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12111         also available in Emacs 21.3.
12112
12113         * message.el (message-fix-before-sending): Change "Emacs 22" to
12114         "Emacs 23 (unicode)" in comment.
12115
12116         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12117         "Emacs 23 (unicode)" in comment.
12118
12119         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12120         comment.
12121         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12122
12123         * mm-view.el (mm-fill-flowed): Add :version.
12124
12125 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12128         and load-path.
12129
12130 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * message.el: Autoload gmm-image-load-path.
12133         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12134         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12135         consitency.
12136
12137         * gmm-utils.el (gmm-image-load-path): Also search in
12138         "../etc/images".  Don't set gmm-image-load-path if we don't find
12139         the image.
12140
12141 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gmm-utils.el (gmm-image-load-path): Don't make
12144         `gmm-image-load-path' include subdirectories which the second arg
12145         `image' might specify.
12146
12147         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12148         subdirectory to icon file names.
12149
12150         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12151
12152 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12155         gmm-image-load-path calls.
12156
12157         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12158
12159         * message.el (message-make-tool-bar): Ditto.
12160
12161         * mml.el (mml-preview): Add comment concerning tool bar icons.
12162
12163         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12164         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12165
12166         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12167         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12168
12169         * message.el (message-tool-bar-gnome): Use new icon names.
12170         (message-make-tool-bar): Use `gmm-image-load-path'.
12171
12172         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12173         New functions from MH-E.
12174         (gmm-image-load-path): New variable from MH-E.
12175         (gmm-image-load-path): New function from MH-E.  Add arguments
12176         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12177         *-image-load-path-called-flag.
12178
12179 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12180
12181         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12182
12183 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12184
12185         * nnimap.el (nnimap-request-move-article): Change folder back to
12186         source group before deleting.
12187
12188 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12191
12192         * gnus-art.el (mm-url-insert-file-contents-external):
12193         Autoload mm-url.
12194
12195         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12196
12197 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12200         coding system which mm-charset-to-coding-system returns for a
12201         given charset is valid.
12202
12203 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12204
12205         * html2text.el (html2text-remove-tag-list):
12206         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12207
12208 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12209
12210         * gnus-cus.el: Revert 2005-10-17 change.
12211
12212 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-art.el (article-strip-banner):
12215         Call article-really-strip-banner only when the regexp match is made.
12216
12217 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (article-strip-banner):
12220         Use gnus-extract-address-components instead of
12221         mail-header-parse-addresses to make it work with non-ASCII text;
12222         remove mail-encode-encoded-word-string.
12223
12224         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12225         values which are surrounded with \"...\"; make it never cause a
12226         Lisp error; give up parsing of parameters if it failed in
12227         extracting type.
12228
12229 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12230
12231         * smime.el (smime-cert-by-ldap-1): Fix bug where
12232         `smime-ldap-search' returns results without userCertificates.
12233
12234 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12237
12238 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * spam.el (spam-check-spamassassin-headers): Adapt format for
12241         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12242         <ari@mbf.ocn.ne.jp>.
12243         (spam-list-of-processors): Add spam-use-gmane.
12244
12245 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12248         make-temp-file; make it work with XEmacs as well.
12249
12250         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12251         mm-make-temp-file.
12252
12253         * mm-decode.el (mm-display-external): Use the 3rd arg of
12254         mm-make-temp-file.
12255         (mm-create-image-xemacs): Ditto.
12256
12257 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12260         with message-narrow-to-headers.
12261         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12262         (gnus-draft-check-draft-articles): New function.
12263         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12264
12265 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * gnus-art.el (gnus-article-browse-html-parts):
12268         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12269         Don't use suffix argument for mm-make-temp-file for Emacs 21
12270         compatibility.  Remove useless `format'.
12271
12272 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12273
12274         * nnweb.el (nnweb-google-wash-article): Update regexps.
12275         (nnweb-group-alist): Use defvoo instead of defvar.
12276
12277 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12280         re-loading nn* modules.
12281
12282 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12285         for `tool-bar-mode' and don't check it's default-value.
12286
12287         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12288
12289         * message.el (message-make-tool-bar): Ditto.
12290
12291         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12292         `substring'.  Shorten tmp-file name.
12293
12294         * gnus.el: Remove bogus comment.
12295
12296 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12297
12298         * gnus-art.el (gnus-article-browse-html-parts): New function.
12299         (gnus-article-browse-html-article): New function for viewing html
12300         articles with a browser.
12301
12302 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12303
12304         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12305         in elisp.
12306         (pgg-gpg-encrypt-symmetric-region): Ditto.
12307         (pgg-gpg-sign-region): Ditto.
12308
12309         * pgg-def.el (pgg-text-mode): New variable.
12310
12311         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12312         (mml2015-pgg-encrypt): Ditto.
12313
12314         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12315         (mml1991-pgg-encrypt): Ditto.
12316
12317 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * nnfolder.el (nnfolder-insert-newsgroup-line):
12320         Use message-make-date instead of current-time-string.
12321
12322         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12323         to gnus-decoded which mm-uu might set.
12324
12325 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12328         don't decode quoted parameters; remove misimported Emacs code.
12329         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12330         (rfc2231-decode-encoded-string): Don't use split-string which
12331         behaves differently according to Emacs version; use
12332         mm-decode-coding-region to convert charset to coding-system.
12333         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12334         (rfc2231-encode-string): Remove misimported Emacs code.
12335
12336 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12339         when calling mail-header-parse-content-type.
12340         (article-de-quoted-unreadable): Ditto.
12341         (article-de-base64-unreadable): Ditto.
12342         (article-wash-html): Ditto.
12343
12344         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12345         calling mail-header-parse-content-type and
12346         mail-header-parse-content-disposition.
12347         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12348         mail-header-parse-content-type.
12349
12350         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12351         insert charset and format parameters; encode description after
12352         inserting it to buffer.
12353         (mml-insert-parameter): Fold lines properly even if a parameter is
12354         segmented into two or more lines; change the max column to 76.
12355
12356         * rfc1843.el (rfc1843-decode-article-body): Don't use
12357         ignore-errors when calling mail-header-parse-content-type.
12358
12359         * rfc2231.el (rfc2231-parse-string): Return at least type if
12360         possible; don't cause an error even if it fails in parsing of
12361         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12362         (rfc2231-encode-string): Don't break lines at the beginning, leave
12363         it to mml-insert-parameter.
12364
12365         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12366         calling mail-header-parse-content-type.
12367
12368 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * spam-report.el (spam-report-gmane-use-article-number):
12371         Improve doc string.
12372         (spam-report-gmane-internal): Check if a suitable header was found
12373         in the article.
12374
12375 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12378         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12379
12380 2006-02-05  Romain Francoise  <romain@orebokech.com>
12381
12382         Update copyright notices of all files in the gnus directory.
12383
12384 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12385
12386         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12387
12388 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12391         segmented lines of parameter value to cope with Thunderbird 1.5
12392         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12393         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12394         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12395
12396 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12397
12398         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12399         parts.
12400
12401 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12402
12403         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12404         there's only one active file for all servers.
12405         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12406         solid groups.  Gnus might have used a FAST request to select the group.
12407         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12408         and nnweb-search redundantly in the active file.
12409         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12410         (nnweb-request-create-group): Don't use ARGS.
12411         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12412         initialisations.  Let nnoo do the work.
12413
12414 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12417         Say the part has been decoded.
12418
12419         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12420
12421 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12422
12423         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12424         mailcap-viewer-test-cache when there's no 'test clause, since that
12425         will invert the meaning of a "nil" test previously determined by
12426         mailcap-mailcap-entry-passes-test.
12427
12428 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12431         compiling.
12432
12433         * gnus-sum.el: Ditto.
12434
12435         * message.el: Don't bind tool-bar-map when compiling.
12436
12437 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12440
12441 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12442
12443         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12444         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12445         current Google Groups.
12446
12447 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12450         and tool-bar-mode.
12451
12452         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12453         and tool-bar-mode.
12454
12455         * message.el (message-tool-bar-update): Simplify.
12456         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12457
12458         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12459         gnus-summary-buffer.
12460         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12461         gnus-summary-reply.
12462
12463         * gmm-utils.el (gmm): Add :version.
12464
12465 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * Makefile.in (clean): New rule.
12468         (distclean): Use it.
12469
12470 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12471
12472         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12473         Don't autoload.
12474
12475 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * gmm-utils.el (gmm-verbose): Add :group.
12478
12479 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * message.el: Change some comments WRT tool-bars.
12482
12483         * gnus-sum.el (gnus-summary-tool-bar)
12484         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12485         (gnus-summary-tool-bar-zap-list): New variables.
12486         (gnus-summary-make-tool-bar): Complete rewrite using
12487         `gmm-tool-bar-from-list'.
12488
12489         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12490         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12491         New variables.
12492         (gnus-group-make-tool-bar): Complete rewrite using
12493         `gmm-tool-bar-from-list'.
12494         (gnus-group-tool-bar-update): New function.
12495
12496         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12497
12498 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12501         is dissected into a single part of which the type is the same as
12502         the given one; decode charset.
12503
12504 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12505
12506         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12507         into alists as symbol not string, since that's what
12508         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12509         look for.
12510
12511 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12514         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12515
12516         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12517
12518 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12521         (gnus-xmas-mime-security-button-menu): New function.
12522
12523         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12524         (gnus-mime-security-button-menu): New definition.
12525         (gnus-mime-security-button-map): Use them.
12526         (gnus-mime-security-button-menu): New function.
12527         (gnus-insert-mime-security-button): Addition to help echo.
12528         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12529         (gnus-mime-security-pipe-part): New functions.
12530
12531         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12532         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12533
12534         * mm-decode.el (mm-handle-set-disposition): Remove.
12535         (mm-handle-set-description): Remove.
12536
12537 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12540         (mm-w3m-standalone-supports-m17n-p): New function.
12541         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12542         w3m usage.
12543
12544         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12545         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12546
12547 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * message.el (message-tool-bar-zap-list):
12550         Use gmm-tool-bar-zap-list as custom type.
12551         (message-tool-bar-update): New function.
12552         (message-tool-bar, message-tool-bar-gnome)
12553         (message-tool-bar-retro): Add message-tool-bar-update.
12554         (message-tool-bar-gnome): Add flyspell-buffer.
12555
12556         * gnus-util.el (gnus-error): Describe `args'.
12557
12558         * gmm-utils.el (gmm-error): Describe `args'.
12559         (gmm-tool-bar-zap-list): New widget.
12560         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12561
12562 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12565         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12566         the number of recursive calls.
12567
12568         * mm-decode.el (mm-handle-set-disposition): New macro.
12569         (mm-handle-set-description): New macro.
12570
12571 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12574         encoding.
12575
12576 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * message.el (message-tool-bar-zap-list, message-tool-bar)
12579         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12580         (message-tool-bar-local-item-from-menu): Remove.
12581         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12582         (message-make-tool-bar): New function.
12583         (message-mode): Use `message-make-tool-bar'.
12584
12585         * gmm-utils.el: New file.
12586         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12587         (gmm-lazy): New widget copied from `nnmail.el'.
12588         (gmm-tool-bar-from-list): New function for creating customizable
12589         tool bars.
12590         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12591         output.
12592         (gmm): Add :prefix to defgroup.
12593
12594 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12595
12596         * gmm-utils.el (gmm-widget-p): New function.
12597
12598 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * mml.el (mml-attach-file): Describe `description' in doc string.
12601         (mml-menu): Add Emacs MIME manual and PGG manual.
12602
12603 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12604
12605         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12606
12607 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12608
12609         * nntp.el (nntp-end-of-line): Doc fix.
12610
12611 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12612
12613         * imap.el (imap-open): Handle case where buffer is a buffer
12614         object.
12615
12616 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12617
12618         * gnus-delay.el (gnus-delay): Don't autoload.
12619         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12620         to be re-loaded when customizing the `gnus-delay' group.
12621
12622 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12623
12624         * message.el (message-insert-citation-line): Use newlines.
12625
12626 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12627
12628         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12629         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12630         these routines, so the passphrase can be managed externally and
12631         passed in to the system.
12632         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12633         pgg-add-passphrase-to-cache function.
12634
12635         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12636         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12637         these routines, so the passphrase can be managed externally and
12638         passed in to the system.
12639         (pgg-pgp5-sign-region): Use new name of
12640         pgg-add-passphrase-to-cache function.
12641
12642 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12643
12644         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12645         part of the decoded armor to find the key-identifier.
12646         (pgg-gpg-lookup-key-owner): New function to return the
12647         human-readable identifier of a key owner.
12648         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12649         itself.
12650         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12651         the key value) if we have a key and can match it against a secret
12652         key.  Also, added a note pointing out fact that the prompt only
12653         indicates the first matching key.
12654
12655         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12656         pgg-decrypt-region.
12657         (pgg-add-passphrase-to-cache): Rename from
12658         `pgg-add-passphrase-cache' to reduce confusion (all callers
12659         changed).
12660         (pgg-remove-passphrase-from-cache): Rename from
12661         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12662         changed).
12663         (pgg-read-passphrase, pgg-add-passphrase-cache)
12664         (pgg-remove-passphrase-cache): Add informative docstrings.
12665         (pgg-decrypt): Convey provided passphrase in subordinate call to
12666         pgg-decrypt-region.
12667
12668 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12669
12670         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12671         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12672         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12673         'passphrase' argument, so the passphrase can be managed externally
12674         and then passed in to the system.
12675
12676         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12677         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12678         so the passphrase cache can be used reliably with identifiers
12679         besides a pgp packet's key id.
12680
12681         * pgg-gpg.el (pgg-gpg-encrypt-region)
12682         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12683         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12684         these routines, so the passphrase can be managed externally and
12685         passed in to the system.
12686
12687         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12688         'notruncate' argument, so the passphrase cache can be used
12689         reliably with identifiers besides a pgp packet's key id.
12690
12691 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12692
12693         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12694         symmetric encryption.
12695         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12696         encrypted session key.
12697         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12698         message ask for the passphrase in a proper way.
12699
12700         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12701         New user commands for symmetric encryption.
12702
12703 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12706
12707         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12708
12709 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12710
12711         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12712
12713 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * mm-decode.el (mm-inlined-types): Add application/pgp.
12716         (mm-automatic-display): Ditto.
12717
12718         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12719         part as text.
12720
12721 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * nnrss.el: Update copyright.
12724         (nnrss-opml-import): Query whether to subscribe to each entry.
12725
12726         * gnus-art.el:
12727         * gnus-sum.el:
12728         * gnus-xmas.el:
12729         * messagexmas.el:
12730         * mm-uu.el:
12731         * mm-view.el: Update copyright.
12732
12733 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * message.el (message-info): New function.
12736         (message-mode-menu): Add it.
12737         Update copyright.
12738
12739         * ChangeLog: Fix and update copyright.
12740
12741 2006-01-13  Romain Francoise  <romain@orebokech.com>
12742
12743         * message.el (message-forward-subject-name-subject): Prefer the
12744         address to 'nowhere' if the sender has no name.
12745         Fix typo.  Update copyright year.
12746
12747 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (article-wash-html):
12750         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12751         (gnus-article-wash-html-with-w3m-standalone): New function.
12752
12753         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12754         mm-inline-text-html-render-with-w3m-standalone.
12755         (mm-text-html-washer-alist): Map w3m-standalone to
12756         gnus-article-wash-html-with-w3m-standalone.
12757         (mm-inline-text-html-render-with-w3m-standalone): New function.
12758
12759 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12762         Improve LaTeX.
12763
12764 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12767         (nnrss-request-article): Render text/plain parts as HTML.
12768
12769         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12770         the buffer.
12771
12772 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12775         custom definition of `gnus-posting-styles'.
12776
12777         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12778         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12779
12780 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12783         Use nntp for bug archive.
12784
12785 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12788         parts.
12789         (nnrss-normalize-date): New function converts ISO 8601 date into
12790         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12791         (nnrss-check-group): Use it.
12792
12793 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12796
12797         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12798         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12799         (nnrss-insert-w3): Ditto.
12800
12801 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12804         the articles to be forwarded including the case where neither a
12805         number of articles nor a region is specified.
12806
12807 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * nnrss.el (nnrss-request-article): Fix last change; fill
12810         text/plain parts.
12811
12812 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12815         in text/plain part.
12816         (nnrss-check-group): Don't add excessive newline to dc:subject.
12817
12818 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12819
12820         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12821         article.
12822
12823 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12826         (nnml-use-compressed-files, nnml-save-mail): Support other
12827         comression programs such as bzip2.
12828
12829 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12830
12831         * dns.el (query-dns): Make sure we check the buffer size before
12832         removing tcp headers.
12833
12834 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12837         remove MIME buttons associated with multipart/alternative parts.
12838         (gnus-mime-display-alternative): Tag buttons using `article-type'
12839         text property.
12840
12841         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12842         associated with multipart/alternative parts.
12843
12844         * gnus-art.el (gnus-signature-separator): Fix custom type.
12845
12846         * mm-decode.el (mm-inlined-types): Fix custom type.
12847         (mm-keep-viewer-alive-types): Ditto.
12848         (mm-automatic-display): Ditto.
12849         (mm-attachment-override-types): Ditto.
12850         (mm-inline-override-types): Ditto.
12851         (mm-automatic-external-display): Ditto.
12852
12853 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * spam-report.el (spam-report-user-mail-address)
12856         (spam-report-user-agent): New variables.
12857         (spam-report-url-ping-plain): Use spam-report-user-agent.
12858
12859 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12860
12861         * gnus-art.el (gnus-button-handle-custom): Do not just use
12862         `customize-apropos' for any "M-x customize-*" button but the
12863         function called for.  Accept both the function name and its
12864         argument in order to achieve this.
12865         (gnus-button-alist): Remove support for "custom:" URL's.
12866         Pass function name to `gnus-button-handle-custom' in case of "M-x
12867         customize-*" buttons.
12868
12869 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12872         multipart/alternative and add xref to mm-discouraged-alternatives
12873         in doc string.
12874
12875         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12876         gnus-buttonized-mime-types in doc string.
12877
12878 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12881         Suggest image/.* in the doc string.
12882
12883 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12886         message-marks (Debian bug #342521).
12887
12888 2005-12-12  Simon Josefsson  <jas@extundo.com>
12889
12890         * password.el (password-read-from-cache): Add.
12891         (password-read): Use it.
12892
12893 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * rfc2047.el (rfc2047-charset-to-coding-system):
12896         Recognize us-ascii as a MIME charset.
12897
12898         * mm-bodies.el (mm-decode-content-transfer-encoding):
12899         Protect against the case where the 2nd arg TYPE is nil.
12900
12901 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * pop3.el (pop3-stream-type): Fix custom version.
12904
12905         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12906
12907 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12908
12909         * mm-decode.el (mm-display-external): Add missing cdr.
12910
12911 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12914         RFC1524) if it is in mailcap or add a suffix according to
12915         mailcap-mime-extensions when generating a temp filename; postpone
12916         deleting a temp file for 2 seconds for some wrappers, shell
12917         scripts, and so on, which might exit right after having started a
12918         viewer command as a background job.
12919
12920 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * nntp.el (nntp-marks-directory): Fix custom group.
12923
12924         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12925         steps when < 10.
12926
12927         * gnus-start.el (gnus-no-server-1):
12928         Mention `gnus-level-default-subscribed' in doc string.
12929
12930 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12931
12932         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12933         parens.
12934
12935 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * gnus-xmas.el (gnus-use-toolbar): Revert.
12938         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12939         gnus-use-toolbar is default.
12940
12941         * messagexmas.el (message-use-toolbar): Revert.
12942         (message-setup-toolbar): Use global default-toolbar if
12943         message-use-toolbar is default.
12944
12945 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12948         according to default-toolbar-visible-p.
12949
12950         * messagexmas.el (message-use-toolbar): Ditto.
12951
12952 2005-11-26  Dave Love  <fx@gnu.org>
12953
12954         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12955         (tls-program, tls-success): Provide openssl alternative.
12956
12957         * starttls.el: Doc fixes.
12958         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12959         SERVICE to PORT.
12960
12961         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12962         port null or service name.
12963         (starttls-negotiate): Autoload.
12964
12965 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * message.el (message-kill-to-signature): Fix interactive spec.
12968
12969 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * pop3.el (pop3-open-server): Recognize a string as a service name.
12972
12973 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12974
12975         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12976
12977 2005-11-23  Dave Love  <fx@gnu.org>
12978
12979         Add pop3s, pop3/starttls.
12980
12981         * pop3.el (pop3-authentication-scheme): Clarify doc.
12982         (open-tls-stream, starttls-open-stream): Autoload.
12983         (pop3-stream-type): New.
12984         (pop3-open-server): Use it.
12985
12986         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12987         for POP.
12988         (mail-source-keyword-map): Add :stream for POP.
12989         (mail-source-fetch-pop): Use pop3-stream-type.
12990
12991 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12994         of current-time-string.
12995
12996 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12997
12998         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12999         date header.
13000
13001 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13002
13003         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13004         it can seriously impact performance as it bypasses the agent's
13005         local caches.
13006
13007 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13008
13009         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13010         must be explicitly online rather than "not explicitly offline" for
13011         its flags to be synchronized.
13012
13013         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13014         that gnus-uu-unmark-thread will function correctly.
13015
13016         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13017         1024K is instead displayed as 1M.
13018
13019 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13020
13021         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13022
13023 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13024
13025         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13026
13027 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13028
13029         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13030         error message to display actual error condition.
13031         (gnus-agent-save-local): Avoid saving symbols that are bound to
13032         nil as they simply result in a warning message in
13033         gnus-agent-read-local.
13034
13035 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13038         rather than make-variable-buffer-local for file-precious-flag.
13039
13040 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13041
13042         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13043         for duplicates which are removed.  The invalid sort check then
13044         triggers a rescan after the sort as sorting may have moved
13045         duplicate entries such that they can be cheaply detected.
13046
13047 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13050
13051 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13052
13053         * gnus-agent.el (gnus-agent-article-alist-save-format):
13054         Change internal variable to a custom variable.  Change default value
13055         from compressed(2) to uncompressed(1).
13056         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13057         support for uncompressed agentview files.  Taken together, reading
13058         the agentview file should now be 6-7 times faster.
13059
13060 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13061
13062         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13063         as a buffer-local variable.  This avoids creating truncated
13064         dribble files as a result of a hang up, eg.
13065
13066 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13067
13068         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13069         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13070         XEmacs.
13071
13072 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-start.el (gnus-start-draft-setup):
13075         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13076
13077         * gnus.el (gnus-splash): Change custom group.
13078         (gnus-group-get-parameter, gnus-group-parameter-value):
13079         Describe allow-list argument.
13080
13081         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13082         string.
13083
13084 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-art.el (gnus-default-article-saver): Add user-defined
13087         `function' to custom type.
13088
13089 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13090
13091         * imap.el (imap-open): Handle case where buffer is a buffer
13092         object.
13093
13094 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13097         long lines.
13098         (gnus-cache-delete-group): Wrap doc strings.
13099
13100         * gnus-agent.el (gnus-agent-rename-group)
13101         (gnus-agent-delete-group): Wrap doc strings.
13102
13103 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * messagexmas.el (message-use-toolbar): Change the valid values
13106         into default, top, bottom, left, and right.
13107         (message-toolbar-thickness): New variable.
13108         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13109         well.
13110         (message-setup-toolbar): Make it work.
13111
13112         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13113         (gnus-use-toolbar): Change the valid values into default, top,
13114         bottom, left, and right.
13115         (gnus-toolbar-thickness): New variable.
13116         (gnus-xmas-setup-toolbar): New function.
13117         (gnus-xmas-setup-group-toolbar): Use it.
13118         (gnus-xmas-setup-summary-toolbar): Use it.
13119
13120 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * gnus-start.el (gnus-1): Add "native" to
13123         gnus-predefined-server-alist.
13124
13125         * gnus.el (gnus-method-to-server): Don't add "native" to the
13126         lists here, because that leads to problems when
13127         gnus-select-method is bound.
13128
13129 2005-11-09  Simon Josefsson  <jas@extundo.com>
13130
13131         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13132         use (not sort-by-date) instead.
13133
13134 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13135
13136         * gnus-delay.el (gnus-delay-group): Don't autoload.
13137         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13138         to be re-loaded when customizing the `gnus-delay' group.
13139
13140 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13141
13142         * message.el: Revert last changes.
13143         (message-insert-citation-line): Use newlines.
13144
13145 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13146
13147         * message.el (message-courtesy-message)
13148         (message-mark-insert-begin, message-mark-insert-end)
13149         (message-elide-ellipsis, message-cancel-message)
13150         (message-add-header, message-change-subject)
13151         (message-cross-post-followup-to-header)
13152         (message-cross-post-insert-note, message-reduce-to-to-cc)
13153         (message-widen-reply, message-delete-not-region)
13154         (message-kill-to-signature, message-insert-signature)
13155         (message-insert-importance-high, message-insert-importance-low)
13156         (message-insert-or-toggle-importance)
13157         (message-insert-disposition-notification-to)
13158         (message-indent-citation, message-yank-original)
13159         (message-cite-original-without-signature, message-cite-original)
13160         (message-insert-citation-line, message-position-on-field)
13161         (message-fix-before-sending, message-send-mail-partially)
13162         (message-send-mail, message-send-mail-with-sendmail)
13163         (message-send-mail-with-qmail, message-send-news)
13164         (message-check-news-header-syntax, message-generate-headers)
13165         (message-insert-courtesy-copy, message-fill-address)
13166         (message-fill-header, message-shorten-references)
13167         (message-setup-1, message-cancel-news)
13168         (message-forward-make-body-plain, message-forward-make-body-mime)
13169         (message-forward-make-body-mml, message-encode-message-body)
13170         (message-forward-make-body-digest-plain)
13171         (message-forward-make-body-digest-mime)
13172         (message-use-alternative-email-as-from): Insert `hard-newline'
13173         instead of ordinary newlines.
13174
13175 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * message.el (message-generate-headers): Downcase the argument
13178         given to message-check-element.
13179
13180 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13181
13182         * nntp.el (nntp-authinfo-rejected): New error condition.
13183         (nntp-wait-for): Use new error condition to signal authentication
13184         error.
13185         (nntp-retrieve-data): Rethrow new error condition to break out of
13186         recursive call to nntp-send-authinfo.
13187
13188 2005-11-08  Romain Francoise  <romain@orebokech.com>
13189
13190         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13191         (gnus-summary-exit-map): Bind to `Z p'.
13192         (gnus-summary-make-menu-bar): Add menu item.
13193
13194 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13197         (gnus-treat-*): Add `first' in all doc strings.
13198
13199         * gnus-group.el (gnus-group-compact-group): Fix typo.
13200
13201 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus.el (gnus-parameters-case-fold-search): New variable.
13204         (gnus-parameters-get-parameter): Use it.
13205
13206         * gnus-score.el (gnus-home-score-file): Doc fix.
13207
13208 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13209
13210         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13211
13212 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * mm-util.el (mm-special-display-p): New function.
13215
13216         * mml.el (mml-preview): Use it; doc fix.
13217
13218 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13219
13220         * imap.el (imap-open): Handle case where buffer is a buffer object.
13221
13222 2005-10-29  Romain Francoise  <romain@orebokech.com>
13223
13224         * message.el (message-fix-before-sending): Fix comment.
13225
13226 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13227
13228         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13229
13230 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13231
13232         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13233         Used in gnus-score.el.
13234
13235 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13238
13239 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13242         whitespace removed in revision 7.8.  Use concatenated string to
13243         protect trailing whitespace.
13244
13245 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13246
13247         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13248         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13249         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13250         Courier IMAP ("some version from 2004").  Mostly based on similar
13251         code in the same function.
13252
13253 2005-10-26  Didier Verna  <didier@xemacs.org>
13254
13255         * gnus-group.el (gnus-group-compact-group): Invalidate original
13256         article buffer.
13257         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13258         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13259         NOV database and in article itself.
13260         Invalidate article backlog.
13261
13262 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13263
13264         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13265
13266 2005-10-26  Simon Josefsson  <jas@extundo.com>
13267
13268         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13269         part of 2004-07-25 change.
13270
13271 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * message.el (message-display-completion-list): New function.
13274         (message-expand-group): Use it; make sure the Completions buffer
13275         is modifiable.
13276 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13277
13278         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13279         user-mail-name is an empty string.
13280
13281 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13284         depending on gnus-score-decay-constant.
13285
13286         * encrypt.el (encrypt-insert-file-contents)
13287         (encrypt-write-file-contents): Don't use `gnus-message'.
13288
13289         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13290         arguments.
13291         (mm-uu-type-alist): Add message-marks and insert-marks.
13292         Pass arguments to mm-uu-verbatim-marks-extract.
13293         (mm-uu-hide-markers): New variable.
13294         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13295
13296         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13297         (gnus-convert-image-to-face-command): Use "convert" by default to
13298         allow other input image formats.
13299         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13300         accordingly.
13301
13302 2005-10-23  Simon Josefsson  <jas@extundo.com>
13303
13304         * imap.el (imap-gssapi-program): Align command line parameters
13305         with latest GNU SASL.
13306         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13307
13308 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13311         HTML.
13312         (nnslashdot-request-article): Ditto.
13313
13314         * lpath.el (featurep): Add nobreak-char-display.
13315
13316 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13317
13318         * mail-source.el (mail-source-fetch-pop): Require pop3.
13319         (mail-source-check-pop): Ditto.
13320
13321 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13324         errors.
13325
13326 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13329         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13330
13331         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13332
13333         * mm-bodies.el (mm-decode-string):
13334         Call `mm-charset-to-coding-system' with allow-override argument.
13335
13336 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13339         (rfc2047-charset-to-coding-system): New function.
13340         (rfc2047-decode-encoded-words): New function.
13341         (rfc2047-decode-region): Use them.
13342         (rfc2047-decode-cte): Remove.
13343         (rfc2047-parse-and-decode): Remove.
13344         (rfc2047-decode): Remove.
13345
13346 2005-10-15  Kenichi Handa  <handa@m17n.org>
13347
13348         * rfc2047.el (rfc2047-decode-cte): New function.
13349         (rfc2047-decode-region): Change the way to decode successive
13350         encoded-words: decode B- or Q-encoding in each encoded-word,
13351         concatenate them, and decode it as charset.
13352
13353 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * lpath.el: Fbind codepage-setup for XEmacs.
13356
13357 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13358
13359         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13360         widget-move-and-invoke.
13361         (gnus-custom-mode): Use gnus-custom-map.
13362
13363 2005-10-15  Bill Wohler  <wohler@newt.com>
13364
13365         * message.el (message-tool-bar-map): Rename image file from
13366         mail_send to mail/send.
13367
13368 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13369
13370         * message.el (message-expand-group): Pass the common
13371         prefix substring of completion to `display-completion-list'.
13372
13373 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * mml-sec.el (mml-secure-method): New internal variable.
13376         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13377         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13378         New functions using mml-secure-method.
13379
13380         * mml.el (mml-mode-map): Add key bindings for those functions.
13381         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13382         Harder <harder@myrealbox.com>.
13383         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13384         Goto end of message if point is the headers of the message.
13385
13386         * message.el (message-in-body-p): New function.
13387
13388         * assistant.el: Autoload gnus-util and netrc.
13389
13390         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13391         Use `mm-charset-override-alist' only when decoding.
13392
13393         * mm-bodies.el (mm-decode-body):
13394         Call `mm-charset-to-coding-system' with allow-override argument.
13395
13396         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13397         `filename' from Content-Disposition if Content-Type doesn't
13398         provide `name'.
13399         (gnus-mime-view-part-as-type): Set default instead of
13400         initial-input.
13401
13402 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13403
13404         * format-spec.el (format-spec): Propagate text properties of % spec.
13405
13406 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-art.el (gnus-treat-predicate): Add `first'.
13409
13410 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13413         (mm-charset-override-alist): New variable.
13414         (mm-charset-to-coding-system): Use it.
13415         (mm-codepage-setup): New helper function.
13416         (mm-charset-eval-alist): New variable.
13417         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13418         Warn about unknown charsets.
13419
13420         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13421
13422 2005-10-04  David Hansen  <david.hansen@gmx.net>
13423
13424         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13425         (nnrss-check-group): Ditto.
13426
13427 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13430         Rename x-gnus-verbatim to x-verbatim.
13431         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13432
13433         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13434         x-verbatim.
13435
13436         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13437
13438         * gnus-util.el (gnus-remove-duplicates): Remove.
13439
13440         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13441         instead of gnus-remove-duplicates.
13442
13443         * message.el (message-remove-duplicates): Remove.
13444         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13445         message-remove-duplicates.
13446
13447         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13448         available, else use implementation from `delete-dups'.
13449
13450         * message.el (message-insert-expires): New function.
13451         (message-mode-map): Add key binding.
13452         (message-mode-field-menu): Add menu entry.
13453         (message-mode): Document it.
13454         (message-make-expires-date): Use `message-make-date'.
13455
13456 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13457
13458         * message.el (message-make-expires-date): New function.
13459
13460 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * Makefile.in (list-installed-shadows): New entry.
13463         (install): Use it.
13464         (remove-installed-shadows): New entry.
13465
13466         * dgnushack.el (dgnushack-default-load-path): New variable.
13467         (dgnushack-find-lisp-shadows): New function.
13468         (dgnushack-remove-lisp-shadows): New function.
13469
13470 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * Makefile.in (install-el-elc): New entry.
13473         (install): Use it so that .el files are necessarily installed.
13474
13475 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13478
13479 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13480
13481         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13482         function rather than the diff-mode.el package.
13483         (mm-display-external): Use with-current-buffer.
13484         (mm-viewer-completion-map, mm-viewer-completion-map):
13485         Move initialization inside declaration.
13486
13487 2005-09-29  Simon Josefsson  <jas@extundo.com>
13488
13489         * spam.el: Load hashcash when compiling, to avoid warnings.
13490         Don't autoload mail-check-payment.
13491         (spam-check-hashcash): Define unconditionally, since hashcash.el
13492         is part of Gnus now.  Ignore errors from payment checking.
13493
13494 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * message.el (message-bold-region, message-unbold-region):
13497         Rename from `bold-region' and `unbold-region'.
13498
13499         * message.el: Remove useless autoloads.
13500
13501 2005-09-28  Simon Josefsson  <jas@extundo.com>
13502
13503         * message.el (message-use-idna): Default to t.
13504         (message-use-idna): Test whether encoding works too.  Doc fix.
13505
13506 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * nntp.el (nntp-warn-about-losing-connection): Remove.
13509
13510 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13513         customizable.  Change default value.
13514         (mm-uu-diff-groups-regexp): Change default value.
13515         (mm-uu-type-alist): Add doc string.
13516         (mm-uu-configure): Add doc string.  Make it interactive.
13517         (mm-uu-tex-groups-regexp): New variable.
13518         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13519         (mm-uu-type-alist): Add LaTeX documents.
13520         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13521         of "text/verbatim".
13522         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13523
13524         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13525         instead of "text/verbatim".
13526
13527         * message.el (message-mark-inserted-region)
13528         (message-mark-insert-file): Use slrn style marks when called with
13529         prefix argument.
13530
13531 2005-09-27  Simon Josefsson  <jas@extundo.com>
13532
13533         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13534
13535 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13536
13537         * message.el (message-remove-duplicates): New function.
13538         Implementation borrowed from `gnus-remove-duplicates'.
13539         (message-idna-to-ascii-rhs): Also encode idna addresses in
13540         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13541         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13542         only ask about the same idna domain once per header and also tell
13543         in what header to replace the idna domain.
13544
13545         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13546         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13547         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13548         a header is decoded and not just the last one.
13549
13550 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13553         has been decoded.
13554
13555         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13556         (mm-insert-part): Don't modify text if it has been decoded.
13557
13558         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13559         decoded.
13560
13561         * mm-view.el (mm-inline-text): Don't strip text props unless
13562         decoding enriched or richtext parts.
13563
13564 2005-09-25  Romain Francoise  <romain@orebokech.com>
13565
13566         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13567         * gnus-start.el (gnus-subscribe-interactively):
13568         * gnus-uu.el (gnus-uu-grab-articles):
13569         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13570         space.
13571
13572 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13573
13574         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13575         * mm-view.el (mm-view-pkcs7-decrypt):
13576         * gnus-sum.el (gnus-summary-limit-to-extra)
13577         (gnus-summary-respool-article, gnus-read-move-group-name):
13578         * gnus-score.el (gnus-summary-increase-score):
13579         * gnus-util.el (gnus-completing-read-with-default):
13580         * gnus-art.el (gnus-read-save-file-name)
13581         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13582         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13583         * message.el (message-check-news-header-syntax):
13584         Follow convention for reading with the minibuffer.
13585
13586 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * spam-report.el (spam-report-url-ping-plain):
13589         Use gnus-extended-version as User-Agent.
13590
13591         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13592         default value is nil.
13593
13594         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13595         (mm-uu-verbatim-marks-extract): New function.
13596         (mm-uu-extract): New face.
13597         (mm-uu-copy-to-buffer): Use it.
13598
13599         * spam-report.el (spam-report-gmane-ham): Rename from
13600         `spam-report-gmane-unspam'.
13601         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13602         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13603
13604         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13605         Autoload.
13606         (spam-report-gmane-unregister-routine):
13607         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13608
13609 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13612         (spam-report-gmane-unregister-routine): Add support for gmane
13613         unregistration.
13614
13615         * spam-report.el (spam-report-gmane-unspam)
13616         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13617         (spam-report-gmane): Change to take a single article and do unspam
13618         registration.
13619
13620 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * mm-url.el (mm-url-decode-entities): Fix regexp.
13623
13624 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13625
13626         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13627         default to nil, to be able to use Gnus at all.  If the default
13628         switches to something else, then the function should be fixed not
13629         be exceedingly slow.
13630
13631 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13632
13633         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13634         fail hard.
13635
13636         * spam-report.el: Add better Keywords line.
13637
13638         * spam.el: Add Maintainer and better Keywords line.
13639
13640 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * gnus-art.el (gnus-article-replace-part)
13643         (gnus-mime-replace-part): New functions.
13644         (gnus-mime-action-alist, gnus-mime-button-commands)
13645         (gnus-mime-save-part-and-strip): Add file argument.
13646         (gnus-article-part-wrapper): Add interactive argument.
13647
13648         * gnus-sum.el (gnus-summary-mime-map):
13649         Add `gnus-article-replace-part'.
13650
13651 2005-09-19  Didier Verna  <didier@xemacs.org>
13652
13653         The nnml compaction feature:
13654         * nnml.el (nnml-request-compact-group): New function.
13655         * nnml.el (nnml-request-compact): New function.
13656         * gnus-int.el (gnus-request-compact-group): New function.
13657         * gnus-int.el (gnus-request-compact): New function.
13658         * gnus-group.el (gnus-group-compact-group): New function.
13659         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13660         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13661         * gnus-srvr.el (gnus-server-compact-server): New function.
13662         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13663         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13664
13665 2005-09-18  Deepak Goel  <deego@gnufans.org>
13666
13667         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13668         format spec.
13669
13670 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13673
13674 2005-09-15  Romain Francoise  <romain@orebokech.com>
13675
13676         * message.el (message-fill-paragraph): Clarify docstring.
13677
13678 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-art.el (gnus-mime-display-part): Protect against broken
13681         MIME messages.
13682
13683 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13686         before parsing header.
13687
13688 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13689
13690         * html2text.el (html2text-replace-list): Add new entities.
13691
13692 2005-09-11  Romain Francoise  <romain@orebokech.com>
13693
13694         * message.el (message-alternative-emails): Improve docstring.
13695         (message-setup-1): Call `message-use-alternative-email-as-from'
13696         after `message-setup-hook' to give it precedence over posting
13697         styles, etc.
13698         (message-use-alternative-email-as-from): Add docstring.
13699         Remove the original From header if present.
13700
13701         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13702         (nnml-save-mail): Use it.
13703
13704         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13705         articles.  Add new argument `silent'.
13706         (gnus-uu-mark-all): Report the total number of marked articles.
13707
13708 2005-09-10  Romain Francoise  <romain@orebokech.com>
13709
13710         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13711         (gnus-uu-mark-series): Likewise.
13712
13713 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * spam-report.el (spam-report-gmane): Fix generation of spam
13716         report URL.
13717
13718 2005-09-10  Simon Josefsson  <jas@extundo.com>
13719
13720         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13721         t, based on discussion on the ding list with Robert Epprecht
13722         <epprecht@solnet.ch>.
13723
13724 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * spam-report.el (spam-report-gmane): Make it work without
13727         X-Report-Spam header.  Gmane now only provides Archived-At.
13728         This is only used if `spam-report-gmane-use-article-number' is nil.
13729         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13730
13731         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13732         make `gnus-summary-sort-by-recipient' work with threading.
13733
13734         * nnweb.el (nnweb-google-wash-article): Print a message if article
13735         is not available.
13736
13737 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13738
13739         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13740         change.  Decode text/* parts content before displaying.
13741
13742 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13745
13746 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13749
13750         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13751         url-package-name, url-package-version,
13752         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13753         w3m-display-inline-images, and w3m-minor-mode-map.
13754
13755 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * message.el (message-tab-body-function): Fix mismatched custom type.
13758
13759         * gnus.el (gnus-group-change-level-function): Ditto.
13760
13761         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13762
13763         * gnus-art.el (gnus-signature-limit)
13764         (gnus-article-mime-part-function): Ditto.
13765
13766 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * mml.el (mml-mode): Silence the byte compiler.
13769
13770         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13771         using `(sit-for 0)' before moving the point to the specified part;
13772         skip unbuttonized parts.
13773         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13774         return to the summary window if gnus-auto-select-part is non-nil.
13775
13776 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13779         New variables.
13780         (mml-dnd-attach-file, mml-mode): Use them.
13781
13782         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13783         Make fetching article by MID work again for Google Groups.
13784         Add FIXME concerning gnus-group-make-web-group.
13785
13786         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13787         Don't depend on Gnus by using mail-extract-address-components if
13788         gnus-extract-address-components is not bound.
13789
13790 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * gnus-art.el (gnus-mime-display-security): Don't display the
13793         signature, but only the signed part.
13794
13795 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13798
13799         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13800         list, not listp.
13801
13802 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13803
13804         * mm-encode.el (mm-encode-content-transfer-encoding):
13805         Likewise when encoding.
13806
13807         * mm-bodies.el (mm-decode-content-transfer-encoding):
13808         De-canonicalize CRLF for all text content types, not just
13809         text/plain.
13810
13811 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13814         valid article; point arrow and cursor at the MIME button.
13815
13816 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13819         Suggested by Dan Christensen <jdc@uwo.ca>.
13820
13821         * mm-decode.el (mm-save-part): Enable change of prompt.
13822
13823 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13824
13825         * gnus-msg.el (gnus-inews-add-send-actions):
13826         Make `message-post-method' lambda parameter ARG `&optional'.
13827
13828 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * gnus-sum.el (gnus-summary-mime-map):
13831         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13832         gnus-article-jump-to-part.
13833
13834         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13835         (gnus-article-edit-part): Use it.
13836         (gnus-article-part-wrapper): Add no-handle argument.
13837         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13838         New functions.
13839
13840 2005-08-29  Romain Francoise  <romain@orebokech.com>
13841
13842         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13843         docstring.
13844         (gnus-face-from-file): Likewise.
13845
13846 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13849         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13850         non-nil.
13851         (gnus-auto-select-part): New variable.
13852         (gnus-article-jump-to-part): New function.
13853         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13854         (gnus-mime-delete-part): Allow selecting specified part after
13855         deleting or stripping parts.
13856         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13857         part if argument is bogus.
13858
13859 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13860
13861         * gnus-art.el (w3m-minor-mode-map):
13862         * gnus-spec.el (gnus-newsrc-file-version):
13863         * gnus-util.el (nnmail-active-file-coding-system)
13864         (gnus-original-article-buffer, gnus-user-agent):
13865         * gnus.el (gnus-ham-process-destinations)
13866         (gnus-parameter-ham-marks-alist)
13867         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13868         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13869         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13870         * mm-decode.el (gnus-current-window-configuration):
13871         * mm-extern.el (gnus-article-mime-handles):
13872         * mm-url.el (url-current-object, url-package-name)
13873         (url-package-version):
13874         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13875         (smime-keys, w3m-cid-retrieve-function-alist)
13876         (w3m-current-buffer, w3m-display-inline-images)
13877         (w3m-minor-mode-map):
13878         * mml-smime.el (gnus-extract-address-components):
13879         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13880         (gnus-newsrc-hashtb, message-default-charset)
13881         (message-deletable-headers, message-options)
13882         (message-posting-charset, message-required-mail-headers)
13883         (message-required-news-headers):
13884         * mml1991.el (mc-pgp-always-sign):
13885         * mml2015.el (mc-pgp-always-sign):
13886         * nnheader.el (nnmail-extra-headers):
13887         * rfc1843.el (gnus-decode-encoded-word-function)
13888         (gnus-decode-header-function, gnus-newsgroup-name):
13889         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13890
13891 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13892
13893         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13894         the end of the date treatments.
13895
13896 2005-08-15  Simon Josefsson  <jas@extundo.com>
13897
13898         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13899         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13900         Capello and Romain Francoise.
13901         (pgg-fetch-key-function): Remove, not used?
13902         (pgg-insert-url-with-w3): Require url, to get
13903         url-insert-file-contents regardless of where it is defined.
13904
13905 2005-08-13  Romain Francoise  <romain@orebokech.com>
13906
13907         * message.el (message-cite-original-1): New function.
13908         (message-cite-original): Use it.
13909         (message-cite-original-without-signature): Ditto.
13910
13911 2005-08-08  Romain Francoise  <romain@orebokech.com>
13912
13913         * message.el (message-yank-empty-prefix): New variable.
13914         (message-indent-citation): Use it.
13915         (message-cite-original-without-signature): Respect X-No-Archive.
13916
13917 2005-08-08  Simon Josefsson  <jas@extundo.com>
13918
13919         * pgg.el: Autoload url-insert-file-contents instead of loading
13920         w3/url.
13921         (pgg-insert-url-with-w3): Don't load url here.
13922
13923 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13924
13925         * message.el (message-kill-to-signature): Don't insert newline at
13926         bol.
13927         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13928
13929 2005-08-06  Romain Francoise  <romain@orebokech.com>
13930
13931         * message.el (message-user-fqdn): Fix typo in docstring.
13932
13933 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13934
13935         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13936
13937         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13938
13939 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mm-bodies.el (mm-encode-body): Use coding system rather than
13942         charset to encode text.
13943
13944         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13945         number of charsets if utf-8 is available (XEmacs).
13946
13947 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13950         taken from `gnus-button-mid-or-mail-regexp'.
13951         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13952         (gnus-button-alist): Improve regexp for domain part of the MIDs
13953         for news:localpart@domain buttons.
13954         (gnus-button-ctan-directory-regexp): Update.
13955
13956 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * sieve-manage.el (sieve-manage-interactive-login):
13959         Use make-local-variable rather than make-variable-buffer-local.
13960         (sieve-manage-open): Ditto.
13961         (sieve-manage-authenticate): Ditto.
13962
13963         * mml.el (mml-generate-mime-1): Make the content type default to
13964         text/plain if the filename is not specified.
13965
13966 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13969         instead of insert-buffer.
13970
13971         * message.el (message-yank-original): Ditto; set the mark at the
13972         end of the yanked message.
13973
13974 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13977         lines to scroll rather than to stop it.
13978
13979         * mml.el (mml-generate-default-type): Add doc string.
13980         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13981         default to application/octet-stream when determining the content
13982         type if it is not specified for the part or the mml contents; add
13983         a comment about mml-generate-default-type.
13984
13985 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13988         make it default to application/octet-stream when determining the
13989         content type if it is not specified for the external contents.
13990
13991 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13994         segmented parameter but also other parameters might be there.
13995
13996 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mm-decode.el (mm-display-external): Delete temp file, directory
13999         and buffer immediately if the external process is exited.
14000
14001 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14004         fewer lines than that of scroll-margin.
14005         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14006
14007 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-art.el (gnus-article-next-page): Revert.
14010         (gnus-article-beginning-of-window): New macro.
14011         (gnus-article-next-page-1): Use it.
14012         (gnus-article-prev-page): Ditto.
14013         (gnus-article-edit-part): Use insert-buffer-substring instead of
14014         insert-buffer.
14015         (gnus-article-edit-exit): Ditto.
14016
14017         * gnus-util.el (gnus-beginning-of-window): Remove.
14018         (gnus-end-of-window): Remove.
14019
14020         * lpath.el: Don't bind header-line-format and scroll-margin.
14021
14022 2005-07-25  Simon Josefsson  <jas@extundo.com>
14023
14024         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14025         to have the url package without w3.  Reported by Daiki Ueno
14026         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14027
14028 2005-07-20  Didier Verna  <didier@xemacs.org>
14029
14030         * gnus-diary.el: Remove the description comment (nndiary is now
14031         properly documented in the Gnus manual).
14032         Fix the spelling of "Back End".
14033         * nndiary.el: Ditto.
14034         Fix the copyright notice.
14035
14036 2005-07-18  Romain Francoise  <romain@orebokech.com>
14037
14038         * gnus-sum.el (gnus-summary-to-prefix)
14039         (gnus-summary-newsgroup-prefix): New variables.
14040         (gnus-summary-from-or-to-or-newsgroups): Use them.
14041
14042 2005-07-17  Romain Francoise  <romain@orebokech.com>
14043
14044         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14045         space as it's generally not especially interesting to the user.
14046
14047 2005-07-16  Romain Francoise  <romain@orebokech.com>
14048
14049         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14050         nil to avoid prompting and file modification if one of the
14051         messages at the top of the nnfolder file contains a copyright
14052         notice.
14053         Update copyright notice.
14054
14055         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14056         instead of `current-time-string' as the latter creates a time
14057         string that is not RFC 2822 compliant (it lacks the zone).
14058         Update copyright notice.
14059
14060 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14061
14062         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14063         for text/rtf.  Display default in prompt.  Pass default for M-n.
14064
14065         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14066
14067 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14068
14069         * gnus-msg.el (gnus-button-mailto):
14070         Remove save-selected-window-window hackery because it relies on
14071         save-selected-window internals.
14072
14073 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14076         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14077         (gnus-article-prev-page): Ditto.
14078
14079         * gnus-util.el (gnus-beginning-of-window): New function.
14080         (gnus-end-of-window): New function.
14081
14082         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14083
14084 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14085
14086         * gnus-score.el (gnus-score-edit-all-score):
14087         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14088         gnus-message.
14089
14090 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * gnus-msg.el (gnus-button-mailto):
14093         Remove save-selected-window-window hackery because it relies on
14094         save-selected-window internals.
14095
14096 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14099         add-minor-mode.
14100         (gnus-binary-mode): Ditto.
14101
14102         * gnus-topic.el (gnus-topic-mode): Ditto.
14103
14104 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14105
14106         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14107         (gnus-article-prev-page): Take scroll-margin into consideration.
14108
14109 2005-07-04  Lute Kamstra  <lute@gnu.org>
14110
14111         Update FSF's address in GPL notices.
14112
14113 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14114
14115         * gnus.el (gnus-exit):
14116         * gnus-group.el (gnus-group-icons):
14117         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14118
14119         * gnus-nocem.el (gnus-nocem):
14120         * message.el (message-various, message-buffers, message-sending)
14121         (message-interface, message-forwarding, message-insertion)
14122         (message-headers, message-news, message-mail):
14123         * pgg-gpg.el (pgg-gpg):
14124         * pgg-parse.el (pgg-parse):
14125         * pgg-pgp.el (pgg-pgp):
14126         * pgg-pgp5.el (pgg-pgp5):
14127         * pop3.el (pop3): Finish `defgroup' description with period.
14128
14129 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-art.el (article-display-face): Improve the efficiency.
14132         (article-display-x-face): Ditto; remove grey x-face stuff.
14133
14134 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-art.el (article-display-face): Correct the position in
14137         which Faces are inserted.
14138
14139 2005-06-29  Didier Verna  <didier@xemacs.org>
14140
14141         * gnus-art.el (article-display-face): Display faces in correct
14142         order.
14143
14144 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14147         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14148         (gnus-nocem-check-article): Fetch the Type header.
14149         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14150         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14151         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14152         make sure gnus-nocem-hashtb is initialized.
14153         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14154         (gnus-nocem-unwanted-article-p): Ditto.
14155
14156         * pgg.el (pgg-verify): Return the verification result.
14157
14158 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14159
14160         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14161         is ascii.
14162
14163 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14164
14165         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14166         `show-nonbreak-escape'.
14167
14168 2005-06-23  Lute Kamstra  <lute@gnu.org>
14169
14170         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14171
14172         * dig.el (dig-mode):
14173         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14174
14175 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14176
14177         * nnimap.el (nnimap-split-download-body): Fix spellings.
14178
14179 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14180
14181         * gnus-art.el (gnus-article-encrypt-body):
14182         * gnus-cus.el (gnus-score-customize):
14183         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14184         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14185
14186 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14187
14188         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14189         header by looking for magic "MII" at the beginnig.
14190
14191 2005-06-16  Miles Bader  <miles@gnu.org>
14192
14193         * gnus-xmas.el (gnus-xmas-group-startup-message):
14194         Use renamed gnus-splash face.
14195
14196         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14197         (assistant-field-face): New backward-compatibility alias for renamed
14198         face.
14199         (assistant-render-text): Use renamed assistant-field face.
14200
14201         * spam.el (spam): Remove "-face" suffix from face name.
14202         (spam-face): New backward-compatibility alias for renamed face.
14203         (spam-face, spam-initialize): Use renamed spam face.
14204
14205         * message.el (message-header-to, message-header-cc)
14206         (message-header-subject, message-header-newsgroups)
14207         (message-header-other, message-header-name)
14208         (message-header-xheader, message-separator, message-cited-text)
14209         (message-mml): Remove "-face" suffix from face names.
14210         (message-header-to-face, message-header-cc-face)
14211         (message-header-subject-face, message-header-newsgroups-face)
14212         (message-header-other-face, message-header-name-face)
14213         (message-header-xheader-face, message-separator-face)
14214         (message-cited-text-face, message-mml-face):
14215         New backward-compatibility aliases for renamed faces.
14216         (message-font-lock-keywords): Use renamed message faces.
14217
14218         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14219         (sieve-test-commands, sieve-tagged-arguments):
14220         Remove "-face" suffix from face names.
14221         (sieve-control-commands-face, sieve-action-commands-face)
14222         (sieve-test-commands-face, sieve-tagged-arguments-face):
14223         New backward-compatibility aliases for renamed faces.
14224         (sieve-control-commands-face, sieve-action-commands-face)
14225         (sieve-test-commands-face, sieve-tagged-arguments-face):
14226         Use renamed sieve faces.
14227
14228         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14229         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14230         (gnus-group-news-3-empty, gnus-group-news-4)
14231         (gnus-group-news-4-empty, gnus-group-news-5)
14232         (gnus-group-news-5-empty, gnus-group-news-6)
14233         (gnus-group-news-6-empty, gnus-group-news-low)
14234         (gnus-group-news-low-empty, gnus-group-mail-1)
14235         (gnus-group-mail-1-empty, gnus-group-mail-2)
14236         (gnus-group-mail-2-empty, gnus-group-mail-3)
14237         (gnus-group-mail-3-empty, gnus-group-mail-low)
14238         (gnus-group-mail-low-empty, gnus-summary-selected)
14239         (gnus-summary-cancelled, gnus-summary-high-ticked)
14240         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14241         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14242         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14243         (gnus-summary-low-undownloaded)
14244         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14245         (gnus-summary-low-unread, gnus-summary-normal-unread)
14246         (gnus-summary-high-read, gnus-summary-low-read)
14247         (gnus-summary-normal-read, gnus-splash):
14248         Remove "-face" suffix from face names.
14249         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14250         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14251         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14252         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14253         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14254         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14255         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14256         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14257         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14258         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14259         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14260         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14261         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14262         (gnus-summary-normal-ticked-face)
14263         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14264         (gnus-summary-normal-ancient-face)
14265         (gnus-summary-high-undownloaded-face)
14266         (gnus-summary-low-undownloaded-face)
14267         (gnus-summary-normal-undownloaded-face)
14268         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14269         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14270         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14271         (gnus-splash-face):
14272         New backward-compatibility aliases for renamed faces.
14273         (gnus-group-startup-message): Use renamed gnus faces.
14274
14275         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14276         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14277         (gnus-server-agent): Remove "-face" suffix from face names.
14278         (gnus-server-agent-face, gnus-server-opened-face)
14279         (gnus-server-closed-face, gnus-server-denied-face)
14280         (gnus-server-offline-face):
14281         New backward-compatibility aliases for renamed faces.
14282         (gnus-server-agent-face, gnus-server-opened-face)
14283         (gnus-server-closed-face, gnus-server-denied-face)
14284         (gnus-server-offline-face): Use renamed gnus faces.
14285
14286         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14287         Remove "-face" suffix from face names.
14288         (gnus-picon-xbm-face, gnus-picon-face):
14289         New backward-compatibility aliases for renamed faces.
14290
14291         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14292         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14293         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14294         (gnus-cite-11): Remove "-face" suffix from face names.
14295         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14296         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14297         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14298         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14299         New backward-compatibility aliases for renamed faces.
14300         (gnus-cite-attribution-face, gnus-cite-face-list)
14301         (gnus-article-boring-faces): Use renamed gnus faces.
14302
14303         * gnus-art.el (gnus-signature, gnus-header-from)
14304         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14305         (gnus-header-content): Remove "-face" suffix from face names.
14306         (gnus-signature-face, gnus-header-from-face)
14307         (gnus-header-subject-face, gnus-header-newsgroups-face)
14308         (gnus-header-name-face, gnus-header-content-face):
14309         New backward-compatibility aliases for renamed faces.
14310         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14311
14312         * gnus-sum.el (gnus-summary-selected-face)
14313         (gnus-summary-highlight): Use renamed gnus faces.
14314         * gnus-group.el (gnus-group-highlight): Likewise.
14315
14316 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14317
14318         * gnus-sieve.el (gnus-sieve-article-add-rule):
14319         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14320         * spam-stat.el (spam-stat-buffer-change-to-spam)
14321         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14322
14323         * message.el (message-is-yours-p):
14324         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14325
14326 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * mm-view.el (mm-inline-text): Withdraw the last change.
14329
14330 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14333         executing enriched-decode.
14334
14335 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14338         charset of tar files.
14339
14340 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14341
14342         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14343
14344 2005-06-04  Lute Kamstra  <lute@gnu.org>
14345
14346         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14347         information is never recorded.
14348
14349 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14352
14353 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * pop3.el (pop3-apop): Run md5 in the binary mode.
14356
14357         * starttls.el (starttls-set-process-query-on-exit-flag):
14358         Use eval-and-compile.
14359
14360 2005-05-31  Simon Josefsson  <jas@extundo.com>
14361
14362         * smime.el (smime-replace-in-string): Define.
14363         (smime-cert-by-ldap-1): Use it.
14364
14365 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el (article-display-x-face): Replace
14368         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14369
14370         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14371         set-process-query-on-exit-flag or process-kill-without-query.
14372
14373         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14374         loop instead of replace-regexp.
14375
14376         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14377         instead of process-kill-without-query if it is available.
14378
14379         * lpath.el: Fbind ldap-search-entries.
14380
14381         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14382         instead of find-file-hooks if it is available.
14383
14384         * mml1991.el: Bind pgg-default-user-id when compiling.
14385
14386         * mml2015.el: Bind pgg-default-user-id when compiling.
14387
14388         * nndraft.el (nndraft-request-associate-buffer):
14389         Use write-contents-functions instead of write-contents-hooks if it is
14390         available.
14391
14392         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14393         instead of find-file-hooks if it is available.
14394
14395         * nntp.el (nntp-open-connection): Replace
14396         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14397         (nntp-open-ssl-stream): Ditto.
14398         (nntp-open-tls-stream): Ditto.
14399
14400         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14401         set-process-query-on-exit-flag or process-kill-without-query.
14402         (starttls-open-stream-gnutls): Use it instead of
14403         process-kill-without-query.
14404         (starttls-open-stream): Ditto.
14405
14406 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14407
14408         * smime.el (smime-cert-by-ldap-1): Don't use
14409         replace-regexp-in-string.
14410
14411 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14412
14413         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14414
14415         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14416         in PEM format.  Adjust to the XEmacs compability.
14417
14418 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14419
14420         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14421         by `string-to-number'.
14422         * gnus-agent.el (gnus-agent-regenerate-group)
14423         (gnus-agent-fetch-articles): Ditto.
14424         * gnus-art.el (gnus-button-fetch-group): Ditto.
14425         * gnus-cache.el (gnus-cache-generate-active)
14426         (gnus-cache-articles-in-group): Ditto.
14427         * gnus-group.el (gnus-group-set-current-level)
14428         (gnus-group-insert-group-line): Ditto.
14429         * gnus-score.el (gnus-score-set-expunge-below)
14430         (gnus-score-set-mark-below, gnus-summary-score-effect)
14431         (gnus-summary-score-entry): Ditto.
14432         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14433         (gnus-soup-pack): Ditto.
14434         * gnus-spec.el (gnus-xmas-format): Ditto.
14435         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14436         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14437         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14438         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14439         * nndb.el (nndb-get-remote-expire-response): Ditto.
14440         * nndiary.el (nndiary-parse-schedule-value)
14441         (nndiary-string-to-number, nndiary-request-replace-article)
14442         (nndiary-request-article): Ditto.
14443         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14444         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14445         * nneething.el (nneething-make-head): Ditto.
14446         * nnfolder.el (nnfolder-request-article)
14447         (nnfolder-retrieve-headers): Ditto.
14448         * nnheader.el (nnheader-file-to-number): Ditto.
14449         * nnkiboze.el (nnkiboze-request-article): Ditto.
14450         * nnmail.el (nnmail-process-unix-mail-format)
14451         (nnmail-process-babyl-mail-format): Ditto.
14452         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14453         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14454         (nnmh-request-create-group, nnmh-request-list-1)
14455         (nnmh-request-group, nnmh-request-article): Ditto.
14456         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14457         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14458         * nnsoup.el (nnsoup-make-active): Ditto.
14459         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14460         * nntp.el (nntp-find-group-and-number)
14461         (nntp-retrieve-headers-with-xover): Ditto.
14462         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14463         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14464         (pgg-format-key-identifier): Ditto.
14465         * pop3.el (pop3-last, pop3-stat): Ditto.
14466         * qp.el (quoted-printable-decode-region): Ditto.
14467
14468         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14469         of concat.
14470
14471 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14474
14475         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14476
14477         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14478
14479         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14480
14481         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14482
14483         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14484
14485         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14486         (gnus-carpal-mode): Ditto.
14487
14488         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14489         (gnus-browse-mode): Ditto.
14490
14491         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14492
14493         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14494
14495 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14496
14497         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14498
14499 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-util.el (gnus-run-mode-hooks): New function.
14502
14503         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14504
14505         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14506         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14507
14508 2005-05-27  Lute Kamstra  <lute@gnu.org>
14509
14510         * dns-mode.el (dns-mode): Specify customization group.
14511
14512 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14513
14514         * gnus-agent.el (gnus-agent-make-mode-line-string):
14515         Use mode-line-highlight as mouse-face.
14516
14517 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * canlock.el (canlock): Change the parent group to news.
14520
14521         * deuglify.el (gnus-outlook-deuglify): Add :group.
14522
14523         * dig.el (dig): Add :group.
14524
14525         * dns-mode.el (dns-mode): Add :group.
14526
14527         * encrypt.el (encrypt): Add :group.
14528
14529         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14530         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14531         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14532         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14533         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14534
14535         * gnus-diary.el (gnus-diary): Add :group.
14536
14537         * gnus.el (gnus-group-news-1-face): Add :group.
14538         (gnus-group-news-1-empty-face): Ditto.
14539         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14540         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14541         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14542         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14543         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14544         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14545         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14546         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14547         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14548         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14549         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14550         (gnus-summary-high-ticked-face): Ditto.
14551         (gnus-summary-low-ticked-face): Ditto.
14552         (gnus-summary-normal-ticked-face): Ditto.
14553         (gnus-summary-high-ancient-face): Ditto.
14554         (gnus-summary-low-ancient-face): Ditto.
14555         (gnus-summary-normal-ancient-face): Ditto.
14556         (gnus-summary-high-undownloaded-face): Ditto.
14557         (gnus-summary-low-undownloaded-face): Ditto.
14558         (gnus-summary-normal-undownloaded-face): Ditto.
14559         (gnus-summary-high-unread-face): Ditto.
14560         (gnus-summary-low-unread-face): Ditto.
14561         (gnus-summary-normal-unread-face): Ditto.
14562         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14563         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14564
14565         * hashcash.el (hashcash): New custom group.
14566         (hashcash-default-payment): Add :group.
14567         (hashcash-payment-alist): Ditto.
14568         (hashcash-default-accept-payment): Ditto.
14569         (hashcash-accept-resources): Ditto.
14570         (hashcash-path): Ditto.
14571         (hashcash-extra-generate-parameters): Ditto.
14572         (hashcash-double-spend-database): Ditto.
14573         (hashcash-in-news): Ditto.
14574
14575         * message.el (message-minibuffer-local-map): Add :group.
14576
14577         * netrc.el (netrc): Add :group.
14578
14579         * sieve-manage.el (sieve-manage-log): Add :group.
14580         (sieve-manage-default-user): Diito.
14581         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14582         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14583         (sieve-manage-authenticators): Ditto.
14584         (sieve-manage-authenticator-alist): Ditto.
14585         (sieve-manage-default-port): Ditto.
14586
14587         * sieve-mode.el (sieve-control-commands-face): Add :group.
14588         (sieve-action-commands-face): Ditto.
14589         (sieve-test-commands-face): Ditto.
14590         (sieve-tagged-arguments-face): Ditto.
14591
14592         * smime.el (smime): Add :group.
14593
14594         * spam-report.el (spam-report): Add :group.
14595
14596         * spam.el (spam, spam-face): Add :group.
14597
14598 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14599
14600         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14601         return \n.\n.\n at the end of articles.  Protect against that.
14602         (nntp-with-open-group): Allow debugging.
14603
14604         * nnheader.el (mail-header-set-extra): Make into a function
14605         because I just could't understand how to quote the list properly.
14606
14607         * dns.el (query-dns-cached): New function.
14608
14609 2005-05-26  Lute Kamstra  <lute@gnu.org>
14610
14611         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14612
14613 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14616
14617         * gnus-art.el: Don't autoload mail-extract-address-components.
14618
14619         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14620         eval-and-compile to evaluate it.
14621
14622         * hashcash.el: Don't autoload executable-find.
14623
14624         * nndb.el: Don't declare the nndb back end two or more times; don't
14625         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14626
14627         * nntp.el: Autoload format-spec instead of format; use
14628         eval-and-compile to evaluate autoload forms.
14629
14630 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14631
14632         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14633
14634 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14635
14636         * gnus.el (gnus-version-number): Bump version.
14637
14638 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14639
14640         * gnus.el: No Gnus v0.3 is released.
14641
14642 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14643
14644         * lpath.el (featurep): Bind show-nonbreak-escape.
14645
14646 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-art.el (gnus-article-edit-part): Disable undo.
14649
14650 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14653         gnus-article-date-lapsed-new-header is t if date timer is active;
14654         skip headers in which the original date value is empty.
14655         (gnus-article-save-original-date): Redefine it as a macro.
14656         (gnus-display-mime): Use it.
14657
14658 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-art.el (article-date-ut): Support converting date in
14661         forwarded parts as well.
14662         (gnus-article-save-original-date): New function.
14663         (gnus-display-mime): Use it.
14664
14665 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14666
14667         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14668         enclosure element of <item>.
14669
14670 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * message.el (message-kill-buffer-query): Rename from
14673         `message-kill-buffer-query-if-modified'.  Add :version.
14674
14675 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14678         window layout.
14679
14680 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * mml.el: Autoload dnd when compiling.
14683
14684 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14687         x-dnd-*.
14688
14689 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * qp.el (quoted-printable-encode-region): Save excursion.
14692
14693 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14694
14695         * message.el (message-kill-buffer-query-if-modified): Add new variable
14696         so the user can kill a modified message buffer quickly.
14697         (message-kill-buffer): Use it.
14698
14699 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * lpath.el: Fbind display-time-event-handler; don't fbind
14702         string-to-multibyte.
14703
14704         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14705
14706 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14709         contained in text because xml.el decodes entities) with LFs.
14710
14711 2005-04-11  Lute Kamstra  <lute@gnu.org>
14712
14713         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14714         differently.
14715
14716 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14717
14718         * mm-util.el (mm-detect-coding-region): Typo.
14719
14720 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14723
14724 2005-04-06  Deepak Goel  <deego@gnufans.org>
14725
14726         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14727         user-function allow user modifications of the scores.
14728         (spam-stat-score-buffer-user): New function, to allow
14729         user-computed modifications to the score.
14730         (spam-stat-score-buffer-user-functions): List of additional
14731         scoring functions.
14732         (spam-stat-error-holder): Global temporary error holder.
14733         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14734         variable.
14735
14736 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * gnus-registry.el (gnus-registry-clean-empty-function)
14739         (gnus-registry-trim, gnus-registry-fetch-groups)
14740         (gnus-registry-delete-group): Groups that match
14741         `gnus-registry-ignored-groups' are removed from the registry
14742         entries, not just ignored for splitting.  This helps clean up the
14743         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14744         to get all the groups a message ID is in.
14745
14746         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14747         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14748         (spam-stat-score-buffer-user-functions): Add :number custom type.
14749
14750 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14753         argument in XEmacs.
14754
14755         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14756         (nnrss-request-group): Decode group name first.
14757         (nnrss-request-article): Make a text/plain article if mml-to-mime
14758         failed.
14759         (nnrss-get-encoding): Return a compatible encoding according to
14760         nnrss-compatible-encoding-alist.
14761         (nnrss-find-el): Use consp instead of listp.
14762         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14763
14764 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14767         which Emacs 20 doesn't support.
14768         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14769
14770 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14773         silence the byte compiler inside the defun.
14774
14775         * gnus-demon.el (parse-time-string): Add autoload.
14776
14777         * gnus-delay.el (parse-time-string): Add autoload.
14778
14779         * gnus-art.el (parse-time-string): Add autoload.
14780
14781         * nnultimate.el (parse-time): Require for `parse-time-string'.
14782
14783 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14786
14787         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14788
14789         * smime.el (smime-ldap-host-list): Add :version.
14790
14791 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14794         pass it to `gnus-browse-read-group'.
14795         (gnus-browse-read-group): Add NUMBER argument and pass it to
14796         `gnus-group-read-ephemeral-group'.
14797
14798         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14799         argument and pass it to `gnus-group-read-group'.
14800
14801 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14802
14803         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14804         mm-xemacs-find-mime-charset-1 if we have the mule feature
14805         available at runtime.
14806
14807 2005-03-25  Werner Lemberg  <wl@gnu.org>
14808
14809         * nnmaildir.el: Replace `illegal' with `invalid'.
14810
14811 2005-03-23  Lute Kamstra  <lute@gnu.org>
14812
14813         * time-date.el: Add comment on time value formats.
14814         Don't require parse-time.
14815         (with-decoded-time-value): New macro.
14816         (encode-time-value): New function.
14817         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14818         (days-to-time): Return a valid time value when arg is huge.
14819         (time-since): Use time-subtract.
14820         (time-to-number-of-days): Use time-to-seconds.
14821
14822 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14823
14824         * gnus-start.el (gnus-display-time-event-handler):
14825         Check display-time-timer at runtime rather than only at load time
14826         in case display-time-mode is turned off in the mean time.
14827
14828 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14831         used.
14832
14833         * nneething.el (nneething-map-file-directory): Derive from
14834         `gnus-directory'.
14835
14836         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14837         the To/Cc button.
14838
14839 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * nnmaildir.el (nnmaildir-request-accept-article):
14842         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14843
14844 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14845
14846         * gnus-async.el: Require timer-funcs at compile time when in
14847         XEmacs for `run-with-idle-timer'.
14848
14849 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14850
14851         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14852         autoloaded function.
14853
14854 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14855
14856         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14857
14858 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14859
14860         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14861
14862 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14863
14864         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14865         Add gnus-expert-user to default.
14866
14867 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14868
14869         * nnimap.el (nnimap-open-server): Ditto.
14870
14871         * imap.el (imap-authenticate): Fix typo.
14872
14873 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14874
14875         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14876         buffer (since IMAP server might return FETCH response out of
14877         order, and the nntp buffer must be sorted).
14878
14879 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14880
14881         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14882         comparison on string.
14883
14884         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14885         (gnus-agent-score): Rename category keywords to match gnus-cus.
14886         (gnus-agent-summary-fetch-series): Modify to protect against
14887         gnus-agent-summary-fetch-group clearing processable flags.
14888         (gnus-agent-synchronize-group-flags): Update live group buffer as
14889         synchronization may occur due to the user toggle the plugged
14890         status.
14891         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14892         successfully downloaded.
14893         (gnus-agent-expire-group-1): Avoid using markers when the overview
14894         is in ascending order; greatly improves performance.
14895         (gnus-agent-regenerate-group):
14896         Use gnus-agent-synchronize-group-flags to reset read status in both
14897         gnus and server.
14898         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14899
14900 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * message.el: Don't autoload former message-utils variables.
14903         (message-strip-subject-trailing-was): Change doc string.
14904
14905         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14906         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14907         (nnweb-google-search): Add "hl=en" here.
14908         (nnweb-google-parse-1, nnweb-google-create-mapping):
14909         Don't hardcode URL.
14910
14911 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * message.el (message-get-reply-headers, message-followup):
14914         Mention related variables `message-use-followup-to' and
14915         `message-use-mail-followup-to', in the information buffer.
14916
14917         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14918         of broken groups(-beta).google.com.
14919
14920 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14923         parameter to invoked gnus-request-move-article; remove the
14924         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14925         all at once instead of once per article.
14926         (gnus-summary-remove-process-mark): Accept a list of articles as
14927         well as a single article for processing.
14928
14929         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14930         parameter.
14931
14932         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14933
14934         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14935
14936         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14937         parameter.
14938
14939         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14940         parameter.
14941
14942         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14943         parameter and remove the gnus-sum-hint-move-is-internal variable.
14944
14945         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14946         parameter.
14947
14948         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14949         parameter.
14950
14951         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14952         parameter.
14953
14954         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14955
14956         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14957         parameter.
14958
14959         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14960         parameter.
14961
14962 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14963
14964         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14965         a more conservative way.
14966
14967 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14968
14969         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14970         buffer, so it moves the window's cursor.
14971
14972 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14973
14974         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14975         `mm-dissect-multipart' and receive the from field as an (optional)
14976         argument from `mm-dissect-multipart'.
14977         (mm-dissect-multipart): Receive the from field as an argument and
14978         pass it on when we call `mm-dissect-buffer' on MIME parts.
14979         Fixes verification/decryption of signed/encrypted MIME parts.
14980
14981 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * gnus-sum.el (gnus-summary-move-article):
14984         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14985         whatever it calls (right now, only nnimap-request-move article
14986         respects it).
14987
14988         * nnimap.el (nnimap-request-move-article):
14989         When gnus-sum-hint-move-is-internal is set, don't do the extra
14990         nnimap-request-article.
14991
14992 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14995
14996         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14997         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14998
14999         * gnus-sum.el (gnus-summary-caesar-message):
15000         Apply `gnus-treat-article' after rotation.
15001
15002         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15003         doc string.
15004
15005 2005-02-22  Simon Josefsson  <jas@extundo.com>
15006
15007         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15008         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15009         <arne@arnested.dk>.
15010         (encrypt): Add password-cache and password-cache-expiry as group
15011         members.
15012
15013 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15014
15015         * smime.el (smime-ldap-host-list): Doc fix.
15016         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15017         cache) password.
15018         (smime-sign-region): Use it.
15019         (smime-decrypt-region): Use it.
15020         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15021         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15022         fails.
15023         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15024         certificate from DER to PEM format rather than calling openssl.
15025
15026         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15027
15028         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15029         for signing/encryption.
15030
15031         * mml.el (mml-parse-1): Use them.
15032
15033 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15034
15035         * nnrss.el (nnrss-verbose): Remove.
15036         (nnrss-request-group): Use `nnheader-message' instead.
15037
15038 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15039
15040         * nnrss.el (nnrss-verbose): New variable.
15041         (nnrss-request-group): Make it say nnrss is requesting a group.
15042
15043 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15046         Handle news URL with given port correctly.
15047
15048 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15051         containing special characters.
15052
15053         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15054
15055         * mml.el (mime-to-mml): Ditto.
15056
15057         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15058         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15059         (rfc2047-decode-region): Quote decoded words containing special
15060         characters when rfc2047-quote-decoded-words-containing-tspecials
15061         is non-nil.
15062
15063 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15064
15065         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15066
15067         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15068
15069 2005-02-15  Simon Josefsson  <jas@extundo.com>
15070
15071         * nnimap.el (nnimap-debug): Doc fix.
15072
15073         * imap.el (imap-debug): Doc fix.
15074
15075 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15078
15079 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15080
15081         * gnus.el (spam-contents): Improve docs for spam-contents
15082         parameter in its variable incarnation.
15083
15084 2005-02-14  Simon Josefsson  <jas@extundo.com>
15085
15086         * smime-ldap.el: Use require instead of load-library for ldap.
15087         (smime-ldap-search): Indent.
15088         (smime-ldap-search-internal): Shorten line.
15089
15090         * smime.el (smime-cert-by-dns): Add doc-string.
15091         (smime-cert-by-ldap-1): Indent.
15092
15093         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15094         mml-smime-get-dns-ldap.
15095         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15096
15097 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15098
15099         * smime.el: Require smime-ldap.
15100         (smime-ldap-host-list): New variable.
15101         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15102
15103         * mml-smime.el (mml-smime-encrypt-query): New function.
15104         (mml-smime-encrypt-query): Use it.
15105
15106         * smime-ldap.el: New file.
15107
15108 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15111
15112 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15115         argument in doc string.  Make query for type more clear.
15116
15117 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gnus.el (gnus-group-startup-message): Search for gnus images in
15120         etc/images/gnus.
15121         * mm-util.el (mm-image-load-path): Likewise.
15122         * smiley.el (smiley-data-directory): Search for smilies in
15123         etc/images/smilies.
15124
15125 2005-02-09  Kim F. Storm  <storm@cua.dk>
15126
15127         Change Emacs release version from 21.4 to 22.1 throughout.
15128         Change Emacs development version from 21.3.50 to 22.0.50.
15129
15130 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15133
15134         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15135         non-Mule XEmacs as well.
15136         (mm-decompress-buffer): Signal an error intentionally if it does
15137         not decompress compressed data because auto-compression-mode is
15138         disabled.
15139
15140 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15141
15142         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15143         an ID in the registry even if it has no groups.
15144
15145 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15148         merge it into mm-decompress-buffer.
15149         (gnus-mime-copy-part): Use the MIME part charset, the value which
15150         a user specified or gnus-newsgroup-charset for decoding, like
15151         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15152         save-buffer what was used.  Suggested by Kevin Ryde
15153         <user42@zip.com.au>.
15154         (gnus-mime-inline-part): Allow the name parameter as well as the
15155         filename parameter; force decompressing of compressed data; always
15156         display contents being not decoded as unibyte.
15157
15158         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15159         as well as the filename parameter.
15160
15161         * mm-util.el (mm-decompress-buffer):
15162         Merge gnus-mime-jka-compr-maybe-uncompress.
15163         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15164         of compressed data.
15165
15166 2005-02-08  Simon Josefsson  <jas@extundo.com>
15167
15168         * imap.el (imap-log): Doc fix.
15169
15170 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15173         the coding cookies; decompress compressed parts.
15174
15175         * mml.el (mml-generate-mime-1): Add the charset parameter according
15176         to the value which a user specified manually or the coding cookie.
15177
15178         * mm-util.el (mm-string-to-multibyte): New function.
15179         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15180         (mm-coding-system-to-mime-charset): New function.
15181         (mm-decompress-buffer): New function.
15182         (mm-find-buffer-file-coding-system): New function.
15183
15184         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15185         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15186         parts.
15187
15188 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15189
15190         * mm-view.el (mm-display-inline-fontify): Decode a part according
15191         to the charset parameter.
15192
15193 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15196         prefix arg is neither nil nor a number, as info specifies.
15197
15198 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15201         timestamps.
15202
15203 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15204
15205         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15206         groups error checking and notify user.
15207
15208 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15209
15210         * message.el (message-send-mail-function): Check existence of
15211         sendmail-program first before using default value
15212         `message-send-mail-with-sendmail'.  Otherwise use more generic
15213         `smtpmail-send-it'.
15214
15215 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * nntp.el (nntp-request-update-info): Always return nil.
15218
15219 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15220
15221         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15222
15223 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15224
15225         * message.el (message-beginning-of-line): Change the behavior when
15226         invoked between BOL and : so that it first moves backward.
15227
15228 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15231         article buffer when editing of the article is discarded.
15232         (gnus-article-prepare): Revert.
15233
15234 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-art.el (gnus-article-prepare):
15237         Remove message-strip-forbidden-properties from the local hook.
15238
15239 2005-01-27  Simon Josefsson  <jas@extundo.com>
15240
15241         * password.el (password-cache-add): Only start one timer per key.
15242         Reported by Derek Atkins <warlord@MIT.EDU>.
15243
15244 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15245
15246         * run-at-time.el: Remove.  It is no longer needed as
15247         timer-funcs.el in the xemacs-base package has a working version of
15248         `run-at-time'.
15249
15250         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15251
15252         * password.el: Require timer-funcs instead of run-at-time in
15253         XEmacs.
15254         Remove `password-run-at-time' macro.
15255         (password-cache-add): Use `run-at-time' instead of
15256         `password-run-at-time'.
15257
15258         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15259         Remove `nnheader-cancel-function-timers' alias,
15260         `cancel-function-timers' exists in XEmacs in timer-funcs.
15261
15262         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15263         for `run-with-idle-timer'.
15264
15265         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15266         for `run-at-time'.
15267
15268         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15269         for `with-timeout'.
15270
15271         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15272         the same as for XEmacs 21.4.
15273         No need to ignore `run-with-idle-timer', this function exists in
15274         XEmacs now in timer-funcs.el in the xemacs-base package.
15275         (dgnushack-compile): No need to delete
15276         run-at-time.el from the list of files to compile because it
15277         doesn't exist anymore.
15278
15279 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15282         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15283
15284 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15285
15286         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15287         sensitively.
15288
15289 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15290
15291         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15292
15293 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15296         which will be inserted according to the multibyteness of a buffer
15297         rather than the type of contents.  Suggested by ARISAWA Akihiro
15298         <ari@mbf.ocn.ne.jp>.
15299
15300         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15301         of string which old xml.el may return rather than a string.
15302
15303 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15306
15307 2005-01-16  Simon Josefsson  <jas@extundo.com>
15308
15309         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15310         idn/idna.el isn't available.
15311         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15312         <michael@waxrat.com>.
15313
15314         * hashcash.el: Remove non-FSF copyright header.
15315
15316         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15317         (hashcash-generate-payment): Use it.
15318         (hashcash-generate-payment-async): Use it.
15319
15320 2005-01-15  Simon Josefsson  <jas@extundo.com>
15321
15322         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15323         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15324
15325         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15326         gnus-summary-idna-message.
15327         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15328         (gnus-summary-idna-message): New function.
15329
15330 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15333         gnus-novice-user.
15334
15335 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * nnrss.el (nnrss-request-delete-group): Delete entries in
15338         nnrss-group-alist as well.
15339         (nnrss-save-server-data): Insert newline.
15340
15341 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15342
15343         * gnus.el (gnus-user-agent): Use list of symbols instead of
15344         symbols.  Display full version number for (S)XEmacs.
15345         Optionally display (S)XEmacs codename.
15346
15347         * gnus-util.el (gnus-emacs-version): Update for new
15348         `gnus-user-agent'.
15349
15350         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15351         Gnus version.
15352
15353 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15356         which is unreadable in some setups.
15357
15358 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * gnus-spec.el (gnus-update-format-specifications): Flush the
15361         group format spec cache if it doesn't support decoded group names.
15362
15363 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15366         Allow to apply decay on score files matching a regexp.
15367
15368 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15371         compatibility in %g and %c.
15372
15373 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15376         name for only %g and %c.
15377         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15378         of gnus-tmp-group to decoded group name.
15379         (gnus-group-make-rss-group): Exclude `/'s from group names.
15380
15381 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * nnrss.el (nnrss-get-encoding): Fix regexp.
15384
15385 2004-12-27  Simon Josefsson  <jas@extundo.com>
15386
15387         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15388         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15389         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15390
15391 2004-12-17  Kim F. Storm  <storm@cua.dk>
15392
15393         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15394
15395         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15396
15397 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15398
15399         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15400
15401 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * nnrss.el: Require rfc2047 and mml.
15404         (nnrss-file-coding-system): New variable.
15405         (nnrss-format-string): Redefine it as an inline function.
15406         (nnrss-decode-group-name): New function.
15407         (nnrss-string-as-multibyte): Remove.
15408         (nnrss-retrieve-headers): Decode group name; don't use
15409         nnrss-format-string.
15410         (nnrss-request-group): Decode group name.
15411         (nnrss-request-article): Decode group name; allow a Message-ID as
15412         well as an article number; don't use nnrss-format-string; encode a
15413         Message-ID string which may contain non-ASCII characters; use
15414         mml-to-mime to compose a MIME article.
15415         (nnrss-request-expire-articles): Decode group name.
15416         (nnrss-request-delete-group): Decode group name.
15417         (nnrss-fetch): Clarify error message.
15418         (nnrss-read-server-data): Use insert-file-contents instead of load;
15419         bind file-name-coding-system; use multibyte buffer.
15420         (nnrss-save-server-data): Bind coding-system-for-write to the
15421         value of nnrss-file-coding-system; bind file-name-coding-system;
15422         add coding cookie.
15423         (nnrss-read-group-data): Use insert-file-contents instead of load;
15424         bind file-name-coding-system; use multibyte buffer.
15425         (nnrss-save-group-data): Bind coding-system-for-write to the
15426         value of nnrss-file-coding-system; bind file-name-coding-system.
15427         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15428         make it work with non-ASCII text.
15429         (nnrss-find-el): Make it work with old xml.el as well.
15430
15431 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15432
15433         * nnrss.el (nnrss-get-encoding): New function.
15434         (nnrss-fetch): Use unibyte buffer initially; bind
15435         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15436         decode contents according to the encoding attribute.
15437         (nnrss-save-group-data): Add coding cookie.
15438         (nnrss-mime-encode-string): New function.
15439         (nnrss-check-group): Use it to encode subject and author.
15440
15441 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15444         imaginary variable.
15445
15446 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15449         correctly even if there are wide characters.
15450
15451 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15452
15453         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15454         downcased symbol names; make a new cache instead of reusing
15455         bbdb-hashtable.
15456
15457 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15460         concatenating segments rather than before concatenating them.
15461         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15462
15463         * message.el (message-get-reply-headers): Bind `extra'.
15464
15465 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15466
15467         * message.el (message-extra-wide-headers): New variable.
15468         (message-get-reply-headers): Use it.
15469
15470 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15473         (gnus-agent-group-pathname): Ditto.
15474
15475         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15476
15477         * gnus-group.el (gnus-group-make-group): Decode group name.
15478         (gnus-group-make-rss-group): Register the group data after opening
15479         the nnrss group.
15480
15481 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15482
15483         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15484         by expiry now get marked as read.
15485
15486 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15489
15490 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15491
15492         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15493         unify Latin characters in XEmacs.
15494         (mm-find-mime-charset-region): Use it.
15495
15496 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-util.el (gnus-delete-directory): New function.
15499
15500         * gnus-agent.el (gnus-agent-delete-group): Use it.
15501
15502         * gnus-cache.el (gnus-cache-delete-group): Use it.
15503
15504 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15507         names.
15508
15509 2004-12-16  Simon Josefsson  <jas@extundo.com>
15510
15511         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15512
15513 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15516
15517         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15518         (gnus-group-set-current-level): Decode group name.
15519
15520 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15521
15522         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15523         failed.
15524
15525 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-group.el (gnus-group-delete-group): Decode group name.
15528         (gnus-group-make-rss-group): Encode group name.
15529         (gnus-group-catchup-current): Decode group name.
15530         (gnus-group-kill-group): Decode group name.
15531
15532 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15533
15534         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15535
15536 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-group.el (gnus-group-make-rss-group):
15539         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15540
15541         * gnus-start.el (gnus-setup-news): Honor user's setting to
15542         gnus-message-archive-method.  Suggested by Lute Kamstra
15543         <lute@gnu.org>.
15544
15545 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15546
15547         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15548         global counterparts of the buffer-local variables.
15549
15550 2004-11-16  Romain Francoise  <romain@orebokech.com>
15551
15552         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15553         counterparts of the buffer-local variables.
15554
15555 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15556
15557         * message.el (message-forbidden-properties): Fix typo in doc
15558         string.
15559
15560 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-util.el (gnus-replace-in-string): Add doc string.
15563
15564         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15565         to avoid problems when splitting mails with many recipients.
15566
15567 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15568
15569         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15570         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15571
15572 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15573
15574         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15575         if there is no hashtable in memory or file modification time is
15576         newer than cached timestamp.
15577
15578 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * gnus-sum.el (gnus-summary-limit-to-recipient):
15581         Implement not-matching option.
15582
15583 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15586         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15587         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15588         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15589         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15590         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15591
15592 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * message.el (message-forward-make-body-mml): Remove headers
15595         according to message-forward-ignored-headers if a message is decoded.
15596
15597 2004-12-02  Romain Francoise  <romain@orebokech.com>
15598
15599         * message.el (message-forward-make-body-plain): Always remove
15600         headers according to message-forward-ignored-headers.
15601
15602 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * spam.el (spam-summary-prepare-exit): Remove the
15605         gnus-summary-limit pop for now, it has problems with ham marks for
15606         me.
15607
15608 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15611         correctly.
15612
15613 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15614
15615         * format-spec.el (format-spec): Message the char.
15616
15617 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * gnus-art.el (gnus-split-methods): Reformat comments.
15620
15621         * spam.el (spam-summary-prepare-exit): Remove article limits
15622         before exiting the summary buffer.
15623
15624 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15627         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15628
15629         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15630         order to silence the byte compiler.
15631
15632         * spam.el: Fix the way to silence the byte compiler, which
15633         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15634         bbdb-search-simple, spam-BBDB-register-routine,
15635         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15636         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15637         spam-stat-buffer-is-spam, spam-stat-load,
15638         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15639         spam-stat-save and spam-stat-split-fancy.
15640
15641 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15644         which may confuse users.
15645         (canlock-password-for-verify): Ditto.
15646
15647         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15648
15649         * gnus-art.el (gnus-emphasis-alist): Ditto.
15650
15651         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15652
15653         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15654
15655         * gnus-start.el (gnus-save-killed-list): Ditto.
15656
15657         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15658         (gnus-sum-thread-tree-root): Ditto.
15659         (gnus-sum-thread-tree-false-root): Ditto.
15660         (gnus-sum-thread-tree-single-indent): Ditto.
15661
15662         * message.el (message-courtesy-message): Ditto.
15663         (message-archive-note): Ditto.
15664         (message-subscribed-address-file): Ditto.
15665         (message-user-fqdn): Ditto.
15666
15667         * spam-report.el (spam-report-gmane-regex): Ditto.
15668
15669         * spam.el (spam-blackhole-good-server-regex): Ditto.
15670
15671 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * mml.el (mml-preview): Widen the message buffer before copying
15674         the contents to the preview buffer; sort headers before previewing.
15675
15676         * message.el (message-hidden-headers): Fix the way to avoid a bug
15677         in the `repeat' widget in Emacs 21.3 or earlier.
15678
15679 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * message.el (message-hidden-headers): Default to "^References:".
15682         Improve customization type.  Suggested by Reiner Steib
15683         <Reiner.Steib@gmx.de>.
15684
15685 2004-11-25  Romain Francoise  <romain@orebokech.com>
15686
15687         * message.el (message-strip-forbidden-properties): Remove check for
15688         obsolete `message-hidden' text property, hidden headers are not
15689         accessible in the buffer anymore.
15690
15691 2004-11-22  Romain Francoise  <romain@orebokech.com>
15692
15693         * message.el (message-header-format-alist): Add `From' in list
15694         so that it can be sorted.
15695         (message-fix-before-sending): Widen and sort headers before
15696         sending.
15697         (message-hide-headers): Use narrowing to hide headers by moving
15698         them to the top of the buffer and narrowing to the region
15699         underneath.
15700
15701 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702
15703         * message.el (message-strip-forbidden-properties):
15704         Bind buffer-read-only (etc) to nil.
15705
15706 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15709         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15710
15711 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15712
15713         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15714
15715 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * dns.el (query-dns): Use sit-for to time instead of
15718         accept-process-output, since that doesn't seem to work on udp
15719         sockets.
15720
15721 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15724
15725 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15726
15727         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15728         doc string.  Improve doc string.
15729
15730 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * nntp.el (nntp-request-update-info): Return nil if
15733         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15734         may not call gnus-activate-group which uselessly issues the GROUP
15735         commands for all nntp groups and wastes time.  Reported by Romain
15736         Francoise <romain@orebokech.com>.
15737
15738         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15739
15740 2004-11-15  Simon Josefsson  <jas@extundo.com>
15741
15742         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15743         headers separately.
15744         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15745         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15746
15747 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus-start.el (gnus-convert-old-newsrc):
15750         Assign legacy-gnus-agent to 5.10.7.
15751
15752 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15753
15754         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15755         start of the lines.
15756
15757 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15758
15759         * hashcash.el (hashcash-default-payment): Change default to 20.
15760         (hashcash-default-accept-payment): Change default to 20.
15761         (hashcash-process-alist): New variable.
15762         (hashcash-generate-payment-async): Add.
15763         (hashcash-already-paid-p): Add.
15764         (hashcash-insert-payment): Don't generate payments twice.
15765         (hashcash-insert-payment-async): Add.
15766         (hashcash-insert-payment-async-2): Add.
15767         (hashcash-cancel-async): Add.
15768         (hashcash-wait-async): Add.
15769         (hashcash-processes-running-p): Add.
15770         (hashcash-wait-or-cancel): Add.
15771         (mail-add-payment): New optional argument.  Conditionally start
15772         asynchronous calculation.
15773         (mail-add-payment-async): Add.
15774
15775         * message.el (message-send-mail): Wait for asynchronous hashcash
15776         results.  Don't clobber existing X-Hashcash headers.
15777         (message-setup-1): Call mail-add-payment-async when
15778         message-generate-hashcash is non-nil.
15779
15780 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15781
15782         * message.el (message-use-alternative-email-as-from): Examine the
15783         From header as well; use message-make-from in order to include a
15784         user's full name.
15785
15786 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15789         default; improve customization type.
15790         (gnus-emphasis-custom-with-format): New macro.
15791         (gnus-emphasis-custom-value-to-external): New function.
15792         (gnus-emphasis-custom-value-to-internal): New function.
15793
15794 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * dns.el (query-dns): Resolve reverse addresses.
15797
15798 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15799
15800         * gnus-group.el (gnus-group-get-new-news): Use it.
15801
15802         * gnus-start.el (gnus-check-reasonable-setup): New function.
15803
15804 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15807         "Args out of range" error.  Reported by Arnaud Giersch
15808         <arnaud.giersch@free.fr>.
15809
15810 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15811
15812         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15813
15814 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15815
15816         * spam.el (spam group): Add :version.
15817
15818         * pgg-def.el (pgg group): Add :version.
15819
15820 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (gnus-article-edit-article): Don't associate the
15823         article buffer with a draft file.  This is a temporary measure
15824         against the 2004-08-22 change to gnus-article-edit-mode.
15825
15826 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15829         (html2text-format-tags): Remove unused variable `attr'.
15830
15831 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15834
15835         * tls.el (tls-process-connection-type, tls-success)
15836         (tls-certtool-program): Add :version.
15837
15838         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15839         (starttls-extra-arguments, starttls-process-connection-type)
15840         (starttls-connect, starttls-failure, starttls-success): Add :version.
15841
15842         * spam-stat.el (spam-stat): Add :version.
15843
15844         * sieve.el (sieve): Add :version.
15845
15846         * sha1.el (sha1): Add :version.
15847         (sha1-use-external): Remove redundant version.
15848
15849         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15850         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15851         (nnmail-split-fancy-match-partial-words)
15852         (nnmail-split-lowercase-expanded): Add :version.
15853
15854         * nndiary.el (nndiary): Add :version.
15855
15856         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15857
15858         * mml-sec.el (mml-default-sign-method)
15859         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15860         Add :version.
15861
15862         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15863
15864         * mm-url.el (mm-url-use-external, mm-url-program)
15865         (mm-url-arguments): Add :version.
15866
15867         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15868         (mm-attachment-file-modes, mm-decrypt-option)
15869         (mm-w3m-safe-url-regexp): Add :version.
15870
15871         * message.el (message-cite-prefix-regexp)
15872         (message-sendmail-envelope-from, message-minibuffer-local-map)
15873         (message-user-fqdn, message-completion-alist): Add :version.
15874
15875         * gnus-win.el (gnus-configure-windows-hook)
15876         (gnus-use-frames-on-any-display): Add :version.
15877
15878         * gnus-art.el (gnus-article-address-banner-alist)
15879         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15880         (gnus-treat-from-picon, gnus-treat-mail-picon)
15881         (gnus-treat-x-pgp-sig): Add :version.
15882
15883         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15884         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15885         (gnus-summary-article-delete-hook)
15886         (gnus-summary-display-while-building): Add :version.
15887
15888         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15889         (gnus-get-top-new-news-hook): Add :version.
15890
15891         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15892         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15893
15894         * gnus-registry.el (gnus-registry): Add :version.
15895
15896         * gnus-spec.el (gnus-use-correct-string-widths)
15897         (gnus-make-format-preserve-properties): Add :version.
15898
15899         * gnus.el (gnus-group-charter-alist)
15900         (gnus-group-fetch-control-use-browse-url)
15901         (gnus-install-group-spam-parameters): Add :version.
15902
15903         * gnus-diary.el (gnus-diary): Add :version.
15904
15905         * gnus-delay.el (gnus-delay): Add :version.
15906
15907         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15908         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15909         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15910         Add :version.
15911
15912         * gnus-agent.el (gnus-agent-max-fetch-size)
15913         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15914         (gnus-agent-prompt-send-queue): Add :version.
15915
15916         * deuglify.el (gnus-outlook-deuglify): Add :version.
15917
15918         * html2text.el: Beautify code.  Improve doc strings.
15919         Some checkdoc cleanup.
15920         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15921
15922 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15923
15924         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15925
15926 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15927
15928         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15929         when package is loaded.
15930
15931         * spam.el (spam-summary-score-preferred-header): Add global preference
15932         for people who want to override the default SpamAssassin over
15933         Bogofilter preference (when both are set).
15934         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15935         (spam-user-format-function-S):
15936         Check spam-summary-score-preferred-header.
15937         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15938         (spam-user-format-function-S): Format the score correctly.
15939
15940 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15943         signature file.  Suggested by Manoj Srivastava
15944         <srivasta@golden-gryphon.com>.
15945
15946         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15947         iso-2022-jp even in the Japanese language environment.
15948         Suggested by Jason Rumney <jasonr@gnu.org>.
15949
15950 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15953         use the same characters as the dummy marks; make it free from
15954         getting affected by the language environment.
15955         (gnus-summary-read-group-1): Update mark positions only when the
15956         format spec is updated.
15957
15958         * gnus-spec.el (gnus-update-format-specifications): Return a list
15959         of updated types.
15960
15961 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15964         of boundp to check if display-warning is available.
15965
15966 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15969
15970 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * nnspool.el (nnspool-spool-directory): Use news-path if the
15973         news-directory variable is not bound.
15974
15975         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15976         function instead of display-warning if it is not available.
15977
15978 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15981         v5-10: Use `point-at-bol'.
15982
15983 2004-10-26  Simon Josefsson  <jas@extundo.com>
15984
15985         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15986         <chenggao@gmail.com>.
15987
15988 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15991         instead.
15992
15993 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15996         to remove a server from the nnimap-server-buffer-alist.
15997         (nnimap-open-connection, nnimap-close-server): Use it.
15998
15999         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16000
16001 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16004         running the major-mode function.
16005
16006 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16009         dummy marks in the right way.
16010
16011 2004-10-18  David Edmondson  <dme@dme.org>
16012
16013         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16014         excessively.
16015
16016 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16017
16018         * gnus-util.el (gnus-split-references): Accept a nil references
16019         string and go on blissfully.
16020
16021         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16022         cases where the references string is non-nil but has no references.
16023
16024         * encrypt.el: Add autoload tags.
16025
16026         * spam.el (spam-resolve-registrations-routine): Remove article
16027         from unregistration list too.  Reported by David Hanak
16028         <dhanak@isis.vanderbilt.edu>
16029
16030 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16033         nil.  Change custom type.
16034
16035 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16038
16039         * gnus-sum.el (gnus-summary-move-article): Use it.
16040
16041 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16042
16043         * encrypt.el: Add autoload cookies.
16044
16045         * spam.el (spam-backend-article-list-property)
16046         (spam-backend-get-article-todo-list)
16047         (spam-backend-put-article-todo-list)
16048         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16049         Resolve registrations separately.
16050         (spam-register-routine): Format comments.
16051         (spam-unregister-routine, spam-register-routine): Always call with
16052         specific-articles, no default list.
16053         (spam-summary-prepare-exit): Use the spam-classifications function.
16054
16055         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16056         gnus-encrypt.el.
16057
16058         * encrypt.el: Copied from gnus-encrypt.el.
16059
16060         * gnus-encrypt.el: Commented that it's obsolete.
16061
16062 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16065         (gnus-score-save): Use it.
16066
16067         * message.el (message-bury): Use `window-dedicated-p'.
16068
16069 2004-10-15  Simon Josefsson  <jas@extundo.com>
16070
16071         * pop3.el (top-level): Don't require nnheader.
16072         (pop3-read-timeout): Add.
16073         (pop3-accept-process-output): Add.
16074         (pop3-read-response, pop3-retr): Use it.
16075
16076 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * spam.el (spam-register-routine): Move comment.
16079         (spam-verify-bogofilter): Use 'unknown for the initial
16080         spam-bogofilter-valid state, not 'never.
16081
16082         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16083         for netrc-machine.
16084
16085         * nnimap.el (nnimap-open-connection):
16086         Use netrc-machine-user-or-password.
16087
16088 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16089
16090         * gnus-registry.el (gnus-registry-unload-hook):
16091         Set as a variable with add-hook.
16092
16093         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16094         of news-path.
16095
16096         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16097
16098         * spam.el: Delete duplicate `provide'.
16099         (spam-unload-hook): Set as a variable with add-hook.
16100
16101 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16104         in the doc string.
16105
16106         * message.el (message-ignored-news-headers)
16107         (message-ignored-supersedes-headers)
16108         (message-ignored-resent-headers)
16109         (message-forward-ignored-headers): Improve custom type.
16110
16111 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * message.el (message-tokenize-header): Fix 2004-09-06 change
16114         which used point-min in the wrong place.
16115
16116 2004-10-12  Simon Josefsson  <jas@extundo.com>
16117
16118         * tls.el (tls-certtool-program): New variable.
16119         (tls-certificate-information): New function, based on
16120         ssl-certificate-information.
16121
16122 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * compface.el: Move the version of ELisp-based uncompface program
16125         to the contrib directory because of the copyright problem.
16126
16127 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * message.el (message-kill-buffer): Raise the current frame.
16130
16131 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16134
16135         * gnus.el (message-y-or-n-p): Autoload.
16136
16137         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16138         (pop3-password-required, pop3-authentication-scheme)
16139         (pop3-leave-mail-on-server): Make customizable.
16140         (pop3): New custom group.
16141         (pop3-retr): Remove `sleep-for' statements.
16142         Suggested by Dave Love <fx@gnu.org>.
16143
16144         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16145         Windows/DOS.
16146
16147         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16148         (imap-parse-body): Fix incorrect use of `assert'.
16149         Suggested by Dave Love <fx@gnu.org>.
16150
16151         * mml.el (mml-minibuffer-read-disposition): Require match.
16152         Suggested by Dave Love <fx@gnu.org>.
16153
16154 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16155
16156         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16157         doc string.
16158
16159 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16162
16163 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16164
16165         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16166         instead of calling `mm-insert-inline', to decode text/* parts
16167         before displaying them.
16168
16169 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * mm-uu.el (mm-uu-text-plain-type): New variable.
16172         (mm-uu-pgp-signed-extract-1): Use it.
16173         (mm-uu-pgp-encrypted-extract-1): Use it.
16174         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16175         bind mm-uu-text-plain-type with that value.
16176         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16177         mm-uu-dissect.
16178
16179 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-group.el (gnus-update-group-mark-positions):
16182         * gnus-sum.el (gnus-update-summary-mark-positions):
16183         * message.el (message-check-news-body-syntax):
16184         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16185         of string-as-multibyte.
16186
16187 2004-10-05  Juri Linkov  <juri@jurta.org>
16188
16189         * gnus-group.el (gnus-update-group-mark-positions):
16190         * gnus-sum.el (gnus-update-summary-mark-positions):
16191         * message.el (message-check-news-body-syntax):
16192         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16193         8-bit unibyte values to a multibyte string for search functions.
16194
16195 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16198         (mm-uu-dissect-text-parts): New function.
16199
16200         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16201         dissect text parts.
16202
16203         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16204         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16205
16206         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16207
16208         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16209         Use gnus-current-topics instead of gnus-current-topic.
16210
16211 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16212
16213         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16214
16215 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16216
16217         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16218         where approriate.
16219
16220         * nnml.el (nnml-generate-active-info): do.
16221
16222         * nndiary.el (nndiary-generate-active-info): do.
16223
16224         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16225         (gnus-topic-move): do.
16226
16227         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16228         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16229
16230         * gnus-srvr.el (gnus-server-prepare)
16231         (gnus-server-open-all-servers): do.
16232
16233         * gnus-msg.el (gnus-summary-cancel-article)
16234         (gnus-summary-resend-message)
16235         (gnus-summary-mail-crosspost-complaint): do.
16236
16237         * gnus-move.el (gnus-change-server): do.
16238
16239         * gnus-group.el (gnus-group-unmark-all-groups)
16240         (gnus-group-set-current-level): do.
16241
16242 2004-10-04  Simon Josefsson  <jas@extundo.com>
16243
16244         * message.el (message-generate-hashcash): Doc fix.
16245
16246 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16247
16248         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16249         avoid infinite recursion via gnus-get-function.
16250
16251 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16252
16253         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16254
16255         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16256
16257         * nnmail.el (nnmail-split-history): do.
16258
16259         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16260         (nnml-request-delete-group): do.
16261
16262         * nnslashdot.el (nnslashdot-read-groups): do.
16263
16264         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16265         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16266
16267         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16268         (nnspool-sift-nov-with-sed): Use last.
16269         (nnspool-retrieve-headers-with-nov): Use mapc.
16270         (nnspool-request-newgroups): Use dolist.
16271         (nnspool-request-group): Use last.
16272
16273         * nntp.el (nntp-read-server-type): Use dolist.
16274
16275         * nnvirtual.el (nnvirtual-create-mapping)
16276         (nnvirtual-update-read-and-marked): Use dolist.
16277         (nnvirtual-convert-headers): Simplify.
16278
16279 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16280
16281         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16282         Add support for sync'ing tick marks.
16283
16284 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16287         there's no visible header.
16288
16289 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16290
16291         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16292         When necessary, pass full group name to gnus-request-set-marks.
16293
16294 2004-10-01  Simon Josefsson  <jas@extundo.com>
16295
16296         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16297         acroread.
16298
16299 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16300
16301         * spam-report.el (spam-report-gmane): Fix interactive.
16302
16303         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16304
16305         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16306         when writing file.
16307         (gnus-agent-synchronize-flags): Don't default to being
16308         interactive.
16309
16310 2004-09-30  Simon Josefsson  <jas@extundo.com>
16311
16312         * message.el (message-generate-hashcash): Add.
16313         (message-send-mail): Use it, call mail-add-payment.
16314
16315 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16316
16317         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16318
16319 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16320
16321         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16322         gnus-requst-update-info with explicit code to sync the in-memory
16323         info read flags with the marks being sync'd to the backend.
16324
16325         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16326
16327 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16328
16329         * spam.el (spam-verify-bogofilter): Add new function.
16330         (spam-check-bogofilter)
16331         (spam-bogofilter-register-with-bogofilter): Use it.
16332         (spam-verify-bogofilter): Add small fixes.
16333
16334 2004-09-28  Simon Josefsson  <jas@extundo.com>
16335
16336         * hashcash.el (hashcash-generate-payment): Revert.
16337
16338 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16339
16340         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16341         Use gnus-extract-references instead of gnus-split-references.
16342
16343         * gnus-util.el (gnus-extract-references): Add new function, analogous
16344         to gnus-split-references but extracts only the message-ID without
16345         anything extra.
16346
16347         * hashcash.el (hashcash-generate-payment)
16348         (hashcash-check-payment): Do the right thing if hashcash-path is
16349         nil (because the hashcash program could not be found).
16350
16351         * spam.el (spam-use-hashcash): Remove comment.
16352
16353 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16354
16355         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16356         (gnus-cache-enter-article, gnus-cache-remove-article)
16357         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16358
16359         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16360
16361         * gnus-art.el (article-hide-boring-headers)
16362         (article-translate-strings, article-display-face)
16363         (gnus-article-mime-match-handle-first)
16364         (gnus-article-highlight-headers)
16365         (gnus-article-add-buttons-to-head): do.
16366
16367 2004-09-27  Simon Josefsson  <jas@extundo.com>
16368
16369         * hashcash.el: New version, from
16370         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16371         ../contrib/.
16372
16373 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16376
16377 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * gnus-dup.el (gnus-dup-open): Use mapc.
16380         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16381
16382         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16383         Reported by Stefan Wiens <s.wi@gmx.net>.
16384
16385         * gnus.el (gnus-shutdown): Use dolist.
16386
16387         * gnus-undo.el (gnus-undo): Use mapc.
16388
16389         * nnrss.el (nnrss-generate-active): do.
16390
16391         * message.el (message-cite-original-without-signature)
16392         (message-cite-original): Use mapc.
16393         (message-do-actions, message-make-forward-subject): Use dolist.
16394
16395 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16396
16397         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16398         deletion to remove entire duplicate line.  Fixes merged article
16399         number bug.
16400
16401 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16402
16403         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16404         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16405         first ask if you want to open a server and then, even when you
16406         responded with no, asking if you want to synchronize the server's
16407         flags.
16408         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16409         multi-line expressions.
16410         (gnus-agent-synchronize-group-flags): New internal function.
16411         Updates marks in memory (in the info structure) AND in the
16412         backend.
16413
16414         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16415
16416         * nnagent.el (nnagent-request-set-mark):
16417         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16418         method, to ensure that synchronization updates marks in the
16419         backend and in the info (in memory) structure.
16420
16421 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16424         convention fully; don't miss the root article of a thread; make
16425         the X-Draft-From header with correct article numbers.
16426
16427 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16428
16429         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16430         unless plugged.  Disable the agent so that an open failure causes
16431         an error.
16432
16433         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16434         Revert 2004-09-21 change.  The backend must be opened while
16435         synchronizing flags even when the backend stores the flags
16436         locally.
16437
16438 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16441         in `header' match.  Reported by Svend Tollak Munkejord.
16442
16443         * message.el (message-cite-original): Fix use of
16444         `message-cite-articles-with-x-no-archive'.
16445
16446 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16449         (gnus-window-to-buffer): Ditto.
16450
16451         * mml.el (mml-preview-buffer): New variable.
16452         (mml-preview): Manage window layout with gnus-buffer-configuration.
16453
16454         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16455         X-Draft-From header even if those articles aren't quoted.
16456
16457 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16458
16459         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16460         (gnus-request-set-mark, gnus-request-update-mark): Use new
16461         g-s-t-u-l-m to decide to use backend even when unplugged.
16462
16463 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16466         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16467
16468 2004-09-20  Simon Josefsson  <jas@extundo.com>
16469
16470         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16471         "utf-16-le".
16472
16473 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16474
16475         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16476
16477 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * uudecode.el (uudecode-use-external): Add :version.
16480
16481         * smime.el (smime-CA-file, smime-encrypt-cipher)
16482         (smime-dns-server): Add :version.
16483
16484         * smiley.el (gnus-smiley-file-types): Add :version.
16485
16486         * sha1.el (sha1-use-external): Add :version.
16487
16488         * pgg-def.el (pgg-query-keyserver): Add :version.
16489
16490         * nnmail.el (nnmail-fancy-expiry-targets)
16491         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16492         Add :version.
16493
16494         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16495         (nnimap-retrieve-groups-asynchronous): Add :version.
16496         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16497
16498         * mml.el (mml-content-disposition-parameters)
16499         (mml-insert-mime-headers-always): Add :version.
16500
16501         * mm-util.el (mm-coding-system-priorities): Add :version.
16502
16503         * mm-decode.el (mm-inline-text-html-with-images)
16504         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16505         (mm-verify-option): Add :version.
16506         (mm-text-html-renderer): Change :version.
16507
16508         * message.el (message-fcc-externalize-attachments)
16509         (message-required-headers, message-draft-headers)
16510         (message-subject-trailing-was-query)
16511         (message-subject-trailing-was-ask-regexp)
16512         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16513         (message-mark-insert-end, message-archive-header)
16514         (message-archive-note, message-cross-post-default)
16515         (message-cross-post-note, message-followup-to-note)
16516         (message-cross-post-note-function, message-use-mail-followup-to)
16517         (message-subscribed-address-functions)
16518         (message-subscribed-address-file, message-subscribed-addresses)
16519         (message-subscribed-regexps, message-allow-no-recipients)
16520         (message-yank-cited-prefix, message-signature-insert-empty-line)
16521         (message-hidden-headers, message-hierarchical-addresses)
16522         (message-mail-user-agent, message-use-idna)
16523         (message-valid-fqdn-regexp)
16524         (message-strip-special-text-properties, message-header-synonyms)
16525         (message-beginning-of-line, message-tab-body-function): Add :version.
16526         (message-insert-canlock, message-wide-reply-confirm-recipients):
16527         Change :version.
16528
16529         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16530         and :version.
16531         (mail-source-delete-old-incoming-confirm)
16532         (mail-source-movemail-program): Add :version.
16533
16534         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16535         (gnus-agent-cache, gnus-agent): Change :version.
16536
16537         * gnus-util.el (gnus-use-byte-compile): Change :version.
16538
16539         * gnus-sum.el (gnus-summary-make-false-root-always)
16540         (gnus-summary-default-high-score)
16541         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16542         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16543         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16544         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16545         (gnus-sum-thread-tree-single-indent)
16546         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16547         (gnus-sum-thread-tree-leaf-with-other)
16548         (gnus-sum-thread-tree-single-leaf): Add :version.
16549         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16550         (gnus-article-loose-mime): Change :version.
16551
16552         * gnus-start.el (gnus-backup-startup-file)
16553         (gnus-save-startup-file-via-temp-buffer): Add :version.
16554
16555         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16556         (gnus-server-offline-face): Add :version.
16557
16558         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16559
16560         * gnus-msg.el (gnus-gcc-externalize-attachments)
16561         (gnus-debug-files, gnus-debug-exclude-variables)
16562         (gnus-discouraged-post-methods): Change :version.
16563         (gnus-confirm-mail-reply-to-news)
16564         (gnus-confirm-treat-mail-like-news): Add :version.
16565
16566         * gnus-int.el (gnus-server-unopen-status): Add :version.
16567
16568         * gnus-group.el (gnus-group-jump-to-group-prompt)
16569         (gnus-large-ephemeral-newsgroup)
16570         (gnus-fetch-old-ephemeral-headers): Add :version.
16571
16572         * gnus-fun.el (gnus-x-face-directory)
16573         (gnus-convert-pbm-to-x-face-command)
16574         (gnus-convert-image-to-x-face-command)
16575         (gnus-convert-image-to-face-command): Add :version.
16576
16577         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16578
16579         * gnus-cite.el (gnus-cite-blank-line-after-header)
16580         (gnus-article-boring-faces): Add :version.
16581
16582         * gnus-art.el (gnus-buttonized-mime-types)
16583         (gnus-inhibit-mime-unbuttonizing)
16584         (gnus-treat-display-face)
16585         (gnus-treat-body-boundary): Change :version.
16586         (gnus-body-boundary-delimiter, gnus-picon-databases)
16587         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16588         (gnus-treat-date-english, gnus-treat-fold-headers)
16589         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16590         (gnus-treat-mail-picon, gnus-treat-wash-html)
16591         (gnus-article-encrypt-protocol)
16592         (gnus-use-idna, gnus-article-over-scroll)
16593         (gnus-mime-display-multipart-alternative-as-mixed)
16594         (gnus-mime-display-multipart-related-as-mixed)
16595         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16596         (gnus-ctan-url, gnus-button-ctan-handler)
16597         (gnus-button-handle-ctan-bogus-regexp)
16598         (gnus-button-ctan-directory-regexp)
16599         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16600         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16601         (gnus-button-man-level, gnus-button-emacs-level)
16602         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16603
16604         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16605         (gnus-agent-go-online): Change :version.
16606         (gnus-agent-expire-unagentized-dirs)
16607         (gnus-agent-auto-agentize-methods): Add :version.
16608
16609         * flow-fill.el (fill-flowed-display-column)
16610         (fill-flowed-encode-column): Add :version.
16611
16612         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16613         (gnus-outlook-deuglify-unwrap-max)
16614         (gnus-outlook-deuglify-cite-marks)
16615         (gnus-outlook-deuglify-unwrap-stop-chars)
16616         (gnus-outlook-deuglify-no-wrap-chars)
16617         (gnus-outlook-deuglify-attrib-cut-regexp)
16618         (gnus-outlook-deuglify-attrib-verb-regexp)
16619         (gnus-outlook-deuglify-attrib-end-regexp)
16620         (gnus-outlook-display-hook): Add :version.
16621
16622         * binhex.el (binhex-use-external): Add :version.
16623
16624 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16627         and `invisible'.
16628
16629 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16632         in gnus-registry-trim.
16633
16634 2004-09-13  Simon Josefsson  <jas@extundo.com>
16635
16636         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16637
16638         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16639
16640         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16641         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16642         <yamaoka@jpl.org>.
16643         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16644         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16645         <yamaoka@jpl.org>.
16646
16647         * sieve.el (sieve-manage-mode): Ditto.
16648
16649 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16652
16653 2004-09-11  Simon Josefsson  <jas@extundo.com>
16654
16655         * dns-mode.el: Add.
16656
16657         * mm-view.el (mm-display-dns-inline): Add.
16658
16659         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16660         (mm-automatic-display): Ditto.
16661
16662         * mailcap.el (mailcap-mime-data): Add text/dns.
16663         (mailcap-mime-extensions): Map .soa to text/dns.
16664
16665 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16666
16667         * gnus-art.el (article-decode-mime-words, article-babel)
16668         (gnus-article-highlight-signature, gnus-article-add-buttons)
16669         (gnus-signature-toggle): Remove unnecessary bindings of
16670         `inhibit-read-only' inherited from v5.10 merge.
16671
16672 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16673
16674         * nntp.el (nntp): New customization group.
16675         (nntp-authinfo-file): Add customization group.
16676
16677         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16678
16679         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16680
16681         * gnus.el (to-address, to-list, subscribed)
16682         (large-newsgroup-initial): Ditto.
16683
16684         * flow-fill.el (fill-flowed-display-column)
16685         (fill-flowed-encode-column): Ditto.
16686
16687 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16688
16689         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16690         Use point-min rather than 1.
16691         (message-send-mail): Use buffer-size rather than point-max.
16692
16693         * gnus-sum.el (gnus-summary-search-article-forward):
16694         Signal a specific `search-failed' rather than a generic `error'.
16695
16696         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16697         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16698         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16699
16700 2004-09-10  Simon Josefsson  <jas@extundo.com>
16701
16702         * nndb.el (require): Remove tcp and duplicate cl.
16703
16704 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus-agent.el (directory-files-and-attributes): Move forward.
16707
16708 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16709
16710         * gnus-agent.el (directory-files-and-attributes):
16711         Optionally defined to support XEmacs.
16712
16713 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16714
16715         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16716         to avoid run-time CL dependencies.
16717         (gnus-agent-unfetch-articles): New function.
16718         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16719         article numbers even when local .overview file is missing.
16720         (gnus-agent-read-article-number): New function.  Only accepts
16721         27-bit article numbers.
16722         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16723         Use gnus-agent-read-article-number.
16724         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16725         from backend while recognizing that article numbers in .overview
16726         must be valid.
16727         (gnus-agent-update-files-total-fetched-for):
16728         Use directory-files-and-attributes to improve performance.
16729         * gnus-int.el (gnus-request-move-article):
16730         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16731         improve performance.
16732
16733         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16734         some users confused by references to .newsrc when they only have a
16735         .newsrc.eld file.
16736         (gnus-convert-mark-converter-prompt)
16737         (gnus-convert-converter-needs-prompt): Fix use of property list.
16738         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16739         New function.  Used internally to only display 'gnus converting
16740         files' message when actually necessary.
16741
16742         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16743         methods now autoloaded.
16744
16745 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16748         identifiers.
16749
16750 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-picon.el: Fix indentation and closing parenthesis.
16753
16754 2004-09-01  Simon Josefsson  <jas@extundo.com>
16755
16756         * message.el (message-canlock-generate): Require sha1, not
16757         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16758         to require within a function.  Sadly, if sha1.el isn't loaded, the
16759         let binding in m-c-g will hide the defcustom definition, which is
16760         bad.)
16761
16762         * canlock.el: Require sha1, not sha1-el.
16763
16764         * message.el: Don't autoload sha1 (there is a autoload cookie in
16765         sha1.el).
16766
16767         * sha1-el.el: Rename to sha1.el.
16768
16769 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16770
16771         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16772
16773 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16774
16775         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16776
16777 2004-08-30  Kim F. Storm  <storm@cua.dk>
16778
16779         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16780
16781         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16782         Add :group 'nnimap.
16783
16784 2004-08-30  Andreas Schwab  <schwab@suse.de>
16785
16786         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16787         ?* and ?\;.
16788
16789         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16790         and ?\' to symbol instead of whitespace.
16791
16792 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16795
16796         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16797         instead of re-search-forward.
16798
16799         * gnus-uu.el (gnus-uu-save-article): Ditto.
16800         (gnus-uu-post-encode-uuencode): Ditto.
16801
16802         * html2text.el (html2text-clean-list-items): Ditto.
16803         (html2text-clean-dtdd): Ditto.
16804         (html2text-format-tags): Ditto.
16805
16806         * message.el (message-send-mail-with-sendmail): Fix regexp.
16807         (message-fill-field-general): Use search-forward instead of
16808         re-search-forward.
16809         (unbold-region): Ditto.
16810
16811         * nnrss.el (nnrss-request-article): Ditto.
16812
16813         * nnslashdot.el (nnslashdot-request-article): Ditto.
16814
16815         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16816
16817         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16818         "Unrecognized menu descriptor" error in XEmacs.
16819
16820 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16821
16822         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16823         parent article of a sparse article in the thread hashtb.
16824
16825 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16826
16827         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16828         (nnmail-expand-newtext): Lowercase expanded entries if
16829         nnmail-split-lowercase-expanded is non-nil.
16830
16831 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16834
16835         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16836         of gnus-tmp-news-method into string under XEmacs.  It will be
16837         passed to gnus-correct-length which takes only a string argument.
16838
16839 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-util.el (gnus-bind-print-variables): New macro.
16842         (gnus-prin1): Use it.
16843         (gnus-prin1-to-string): Use it.
16844         (gnus-pp): New function.
16845         (gnus-pp-to-string): New function.
16846
16847         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16848         Replace pp-to-string with gnus-pp-to-string.
16849         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16850         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16851         * gnus-msg.el (gnus-debug): Ditto.
16852         * gnus-score.el (gnus-score-save): Ditto.
16853         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16854         gnus-pp-to-string.
16855         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16856         with gnus-pp.
16857         * score-mode.el (gnus-score-pretty-print): Ditto.
16858         * webmail.el (webmail-debug): Ditto.
16859
16860 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus-art.el (article-display-face, article-display-x-face):
16863         Use buffer-read-only.
16864
16865 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-art.el (article-hide-list-identifiers):
16868         Bind inhibit-read-only as t.
16869
16870 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16873
16874 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16875
16876         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16877         (gnus-narrow-to-page): Don't assume point-min == 1.
16878         (gnus-article-edit-mode): Derive from message-mode.
16879
16880         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16881         point-min == 1.
16882
16883         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16884         Disable incorrect use of `assert'.
16885
16886         * message.el (message-mode): Set comment-start-skip.
16887
16888
16889 2004-08-22  Sam Steingold  <sds@gnu.org>
16890
16891         * pop3.el (pop3-leave-mail-on-server): New user variable.
16892         (pop3-movemail): Delete mail only when it is nil.
16893
16894 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16897
16898         * mml.el (mml-preview): Use `pop-to-buffer'.
16899
16900         * message.el (message-goto-mail-followup-to): Insert after "To".
16901         (message-carefully-insert-headers): Add comment.
16902
16903         * gnus.el: Remove unused variable `gnus-article-check-size'.
16904
16905         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16906
16907         * gnus-art.el (gnus-button-alist):
16908         Improve `gnus-button-handle-library' entry.
16909
16910 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16911
16912         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16913         Use downcase, since XEmacs capitalizes error messages differently.
16914
16915 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16916
16917         * nntp.el: Add (require 'gnus) due to reference to
16918         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16919
16920 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16921
16922         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16923         Bind `mm-fill-flowed'.
16924
16925         * mm-decode.el (mm-dissect-singlepart): Check it.
16926
16927 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16928
16929         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16930         'imap' for netrc parsing.
16931
16932 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * mailcap.el (mailcap-mime-data): Mark as risky.
16935
16936 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16939         may be included in the encoded word.
16940         (rfc2047-encode): Don't append a space if the encoded word
16941         includes close parenthesis.
16942
16943 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16946         of text within parentheses.
16947
16948 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16949
16950         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16951         (gnus-encrypt-write-file-contents): Make the password key the file
16952         name PLUS the cipher, not just the cipher.  Also remove failed
16953         passwords from the cache.
16954
16955 2004-08-06  Simon Josefsson  <jas@extundo.com>
16956
16957         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16958         Doc fix.
16959
16960 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16963         LWSP.
16964
16965 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16966
16967         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16968         Try to append in-reply-to: data to the references: header.
16969
16970         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16971         (netrc-parse): Use gnus-encrypt.el functions.
16972
16973         * gnus-encrypt.el: Add new file for encryption support; currently
16974         does only a few GPG ciphers and an internal XOR cipher.
16975
16976         * password.el: Add comments on using password-read-and-add.
16977         (password-read-and-add): Add function to read and add the
16978         password to the cache at once.
16979
16980 2004-07-28  Simon Josefsson  <jas@extundo.com>
16981
16982         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16983         parameter (but don't use it, for now).
16984
16985         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16986         instead of hard coding to nil.
16987
16988 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16991         as mm-inline-image-xemacs does.
16992
16993 2004-07-26  Simon Josefsson  <jas@extundo.com>
16994
16995         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16996         Revert part of 2004-07-17 change below.
16997
16998 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17001         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17002
17003 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17006         quotes that actually start with ">" at the beginning of the
17007         lines.
17008
17009 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * rfc2047.el (rfc2047-encode-region): Fix last change.
17012         (rfc2047-encode-parameter): Remove useless concat.
17013
17014 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17017         encode special characters; fix some kind of misconfigured headers;
17018         signal a real error if debug-on-quit or debug-on-error is non-nil.
17019         (rfc2047-encode-max-chars): New variable.
17020         (rfc2047-encode-1): Use it.
17021         (rfc2047-encode-parameter): New function.
17022
17023         * mml.el (mml-insert-parameter): Remove an excessive space.
17024
17025 2004-07-17  Simon Josefsson  <jas@extundo.com>
17026
17027         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17028         Kai Grossjohann <kai@emptydomain.de>.
17029         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17030         (gnus-group-make-menu-bar): Ditto.
17031
17032         * gnus-util.el (gnus-group-server): Add.
17033
17034 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17035
17036         * message.el (message-clone-locals): Clone sendmail and smtp
17037         variables.
17038
17039 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * rfc2047.el (rfc2047-encode-region): Fix last change.
17042
17043 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17046         characters as non-special.
17047
17048 2004-07-09  Simon Josefsson  <jas@extundo.com>
17049
17050         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17051         Users will lose all flag changes made while unplugged with
17052         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17053         good default.  See numerous reports on ding mailing list.
17054
17055 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17058         add generate-head-function and generate-article-function to the
17059         rfc822-forward entry.
17060         (nndoc-rfc822-forward-generate-article): New function.
17061         (nndoc-rfc822-forward-generate-head): New function.
17062
17063         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17064
17065 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17066
17067         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17068         respect display group parameter and gnus-summary-expunge-below.
17069         (gnus-articles-to-read): Remove unused reference to display group
17070         parameter.
17071
17072 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17073
17074         * nnheader.el (nnheader-uniquify-message-id): New experimental
17075         variable.
17076         (nnheader-nov-read-message-id): Use it.
17077
17078         * spam-report.el (spam-report-gmane): Add interactive.
17079
17080 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * mm-encode.el (mm-content-transfer-encoding-defaults):
17083         Use qp-or-base64 for the application/* types.
17084
17085 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17086
17087         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17088
17089 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17092         trim value.
17093
17094 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17095
17096         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17097         New macro and function.
17098         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17099
17100 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17103         after-load-alist.
17104
17105 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17106
17107         * gnus-group.el (gnus-group-get-new-news-this-group):
17108         Don't update info that isn't there.
17109
17110 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17111
17112         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17113         entry.
17114
17115 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * mm-view.el (mm-inline-render-with-function): Use multibyte
17118         buffer; decode html source by charset.
17119
17120         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17121
17122         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17123         Mule-UCS is loaded under XEmacs.
17124         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17125
17126 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17127
17128         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17129
17130 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * mm-util.el (mm-coding-system-p): Return a coding-system.
17133         (mm-mime-mule-charset-alist): Use shift_jis instead of
17134         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17135         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17136         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17137         instead of japanese-shift-jis and iso-latin-1 respectively in
17138         order to share the default value with both Emacs and XEmacs-mule.
17139         (mm-mule-charset-to-mime-charset):
17140         Make mm-coding-system-priorities effective.
17141         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17142         while predicating of candidates upon the priorities.
17143
17144 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17145
17146         * gnus-sum.el (gnus-summary-make-menu-bar):
17147         Add gnus-uu-invert-processable.
17148
17149         * gnus.el: Autoload gnus-uu-invert-processable.
17150
17151 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mm-util.el (mm-with-multibyte-buffer): New macro.
17154
17155         * rfc2047.el (rfc2047-encode-string): Use it.
17156         (rfc2047-encode-region): Move point to the end of the region after
17157         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17158
17159 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17162         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17163
17164 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17167         (gnus-cite-parse): Ignore quoted envelope From_.
17168         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17169
17170 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17171
17172         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17173         invalid addresses.
17174
17175 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el: Change section markers, revise TODO list.
17178         (spam-backends): Make new master list of all installed backends.
17179         (spam-summary-exit-behavior): Add new variable to determine how
17180         messages moves are done at summary exit.
17181         (spam-move-spam-nonspam-groups-only)
17182         (spam-process-ham-in-nonham-groups)
17183         (spam-process-ham-in-spam-groups): Remove variables, the
17184         spam-summary-exit-behavior variable should be used to manage this
17185         behavior.
17186         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17187         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17188         and spam-old-spam-articles.
17189         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17190         Add empty variables, placeholders for the backends they represent.
17191         (spam-set-difference): Move, unchanged.
17192         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17193         unless the user has a processor variable.
17194         (spam-classifications, spam-classification-valid-p)
17195         (spam-backend-properties, spam-backend-property-valid-p)
17196         (spam-backend-function-type-valid-p)
17197         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17198         (spam-report-articles-gmane, spam-report-articles-resend):
17199         Remove functions, they are not needed.
17200         (spam-install-backend-super, spam-backend-list)
17201         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17202         (spam-backend-function, spam-backend-ham-registration-function)
17203         (spam-backend-spam-registration-function)
17204         (spam-backend-ham-unregistration-function)
17205         (spam-backend-spam-unregistration-function)
17206         (spam-backend-statistical-p, spam-backend-mover-p)
17207         (spam-install-backend-alias, spam-install-checkonly-backend)
17208         (spam-install-mover-backend, spam-install-nocheck-backend)
17209         (spam-install-backend, spam-install-statistical-backend)
17210         (spam-install-statistical-checkonly-backend): Add backend installation
17211         support.
17212         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17213         (spam-group-processor-p): Use the new backend code and respect the
17214         summary exit behavior.
17215         (spam-mark-spam-as-expired-and-move-routine): Remove.
17216         (spam-summary-prepare): Change to use the new spam-old-articles
17217         variable.
17218         (spam-copy-or-move-routine, spam-copy-spam-routine)
17219         (spam-move-spam-routine, spam-copy-ham-routine)
17220         (spam-move-ham-routine): Add code to copy/move ham or spam.
17221         (spam-fetch-field-fast): Improve doc and code, plus allow the
17222         'number request.
17223         (spam-list-of-checks, spam-list-of-statistical-checks):
17224         Remove variables.
17225         (spam-split, spam-find-spam): Use the new backend code.
17226         (spam-registration-functions): Remove variable.
17227         (spam-unregister-routine): Add convenience wrapper.
17228         (spam-log-undo-registration, spam-register-routine)
17229         (spam-log-processing-to-registry)
17230         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17231         where possible.
17232         (spam-check-gmane-xref, spam-check-regex-headers)
17233         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17234         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17235         (spam-check-bogofilter-headers, spam-check-spamoracle)
17236         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17237         (spam-check-crm114-headers): Use the spam-split-group that
17238         spam-split prepares, no need to determine it every time.
17239
17240         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17241         to the nnheader-parse-naked-head call.
17242
17243         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17244
17245         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17246         the nnheader-nov-read-message-id call.
17247
17248 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17251         gnus-activate-group twice.  Suggested by Markus Peter
17252         <warp@spin.de>.
17253
17254 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * gnus-art.el (gnus-article-time-format): Exchange the order of
17257         day and month in the default value; fix customization type.
17258         (article-date-ut): Use add-text-properties.
17259         (article-make-date-line): Use message-make-date instead of
17260         current-time-string.
17261
17262         * message.el (message-fetch-field): Don't use set-text-properties.
17263         (message-make-date): Simplify.
17264
17265         * messagexmas.el (message-xmas-make-date): New function.
17266         (message-xmas-redefine): Defalias message-make-date to it.
17267
17268 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17271         (rfc2047-encode-region): Treat text within parentheses as special;
17272         show the original text when error has occurred.
17273
17274         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17275         already-computed method to gnus-activate-group.
17276
17277         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17278         same select-methods identical Lisp objects.
17279
17280         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17281         object when modifying the info.
17282
17283 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17286         gnus-opened-servers since it has never been opened with the new
17287         configuration yet.
17288
17289 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17292         arg to nnheader-generate-fake-message-id.
17293
17294 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17297         number and build a fake message ID localized to a group and
17298         article number (so it's repeatable from that point on).
17299         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17300         ID format.
17301
17302         * gnus-sum.el (gnus-get-newsgroup-headers):
17303         Call nnheader-generate-fake-message-id with the article number.
17304
17305 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17306
17307         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17308         end-of-buffer.
17309
17310 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17311
17312         * message.el (message-ignored-supersedes-headers): Add Approved.
17313
17314 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17317         goto-char.
17318         (rfc2047-encode): Fold the line before encoding.
17319
17320 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17321
17322         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17323         folding -- not all headers can be folded, and this should be done
17324         by the message composition mode.  Probably.  I think.
17325
17326 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17329         fast.
17330
17331         * gnus-ems.el (gnus-remove-image): Don't use
17332         message-text-with-property; remove only the image found first.
17333
17334         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17335         found first.
17336
17337 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17338
17339         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17340
17341 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * message.el (message-text-with-property): Make it fast and accept
17344         optional arguments.
17345         (message-strip-forbidden-properties): Use it.
17346         (message-fix-before-sending): Follow the m-t-w-p change.
17347
17348         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17349
17350 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * gnus-art.el (article-hide-headers): Don't change the buffer
17353         mistakenly when performing mml-preview even if
17354         gnus-single-article-buffer is nil.
17355
17356 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17357
17358         * message.el (message-expand-name-databases): New user option.
17359         (message-expand-name): Use it.
17360
17361 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17362
17363         * spam.el (spam-report-articles-resend)
17364         (spam-report-resend-register-routine): Allow ham reporting.
17365         (spam-report-resend-register-ham-routine): Add wrapper.
17366         (spam-registration-functions): Add ham resending functions.
17367         (spam-list-of-processors): Add ham resend processor.
17368
17369         * gnus.el (ham-resend-to): Add new group parameter.
17370         (spam-process): Add ham resend option.
17371
17372         * spam-report.el (spam-report-resend): Allow reporting ham.
17373         (spam-report-resend-ham): Add wrapper.
17374
17375 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17376
17377         * message.el (message-cite-articles-with-x-no-archive):
17378         New variable.
17379         (message-cite-original): Use it.
17380
17381 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17382
17383         * message.el (message-cite-original): Respect X-No-Archive.
17384
17385 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-art.el (article-hide-headers): Refer to the values for
17388         gnus-ignored-headers and gnus-visible-headers in the summary
17389         buffer since a user may have set them as group parameters.
17390
17391 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17392
17393         * assistant.el (assistant-node-name): Add convenience function.
17394         (assistant-render-text, assistant-render-node): Add error handling,
17395         plus handle multiple next nodes.
17396         (assistant-find-next-node): Comment out for now.
17397         (assistant-find-next-nodes): Add function, returns list of next
17398         nodes.
17399
17400 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * mail-source.el (mail-source-directory): Fix doc-string.
17403
17404 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17405
17406         * assistant.el (assistant-render-text, assistant-eval): Add :set
17407         widget type, which is different because it takes and returns a
17408         list.  Much hilarity ensues.
17409
17410 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17411
17412         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17413
17414         * gnus-group.el (gnus-group-get-new-news-this-group):
17415         Add doc-string.
17416
17417         * gnus-start.el (gnus-activate-group): Add doc-string.
17418
17419 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17422
17423 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17424
17425         * assistant.el (assistant-render-text): Try to add a :set
17426         widget, more to come.
17427
17428         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17429         strings.
17430         (spam-report-articles-resend)
17431         (spam-register-routine): Do registration iff any articles warrant
17432         it.
17433         (spam-summary-prepare-exit): Change log message for nil group
17434         destinations.
17435
17436 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17437
17438         * spam.el (spam-report-resend-register-routine):
17439         Allow spam-report-resend-to to be a group parameter or a global value.
17440
17441 2004-05-26  Simon Josefsson  <jas@extundo.com>
17442
17443         * starttls.el: Merge with my GNUTLS based starttls.el.
17444         (starttls-gnutls-program, starttls-use-gnutls)
17445         (starttls-extra-arguments, starttls-process-connection-type)
17446         (starttls-connect, starttls-failure, starttls-success):
17447         New variables.
17448         (starttls-program, starttls-extra-args): Doc fix.
17449         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17450         New functions.
17451         (starttls-negotiate, starttls-open-stream):
17452         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17453         function if it is set.
17454
17455 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17458         structured fields.
17459
17460 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17463
17464 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17465
17466         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17467         Add variable.
17468         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17469         assigning the spam-mark to new messages.
17470
17471 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17472
17473         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17474
17475 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17478
17479         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17480         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17481         default.
17482
17483 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17484
17485         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17486         correct data.
17487
17488 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17489
17490         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17491         (spam-group-processor-p): Fix function.
17492         (spam-group-processor-multiple-p)
17493         (spam-group-spam-processor-report-gmane-p)
17494         (spam-group-spam-processor-report-resend-p)
17495         (spam-group-spam-processor-bogofilter-p)
17496         (spam-group-spam-processor-blacklist-p)
17497         (spam-group-spam-processor-ifile-p)
17498         (spam-group-ham-processor-ifile-p)
17499         (spam-group-spam-processor-spamoracle-p)
17500         (spam-group-spam-processor-crm114-p)
17501         (spam-group-ham-processor-bogofilter-p)
17502         (spam-group-spam-processor-stat-p)
17503         (spam-group-ham-processor-stat-p)
17504         (spam-group-ham-processor-whitelist-p)
17505         (spam-group-ham-processor-BBDB-p)
17506         (spam-group-ham-processor-spamoracle-p)
17507         (spam-group-ham-processor-copy-p): Remove functions with some
17508         prejudice against unneeded code.
17509         (spam-report-articles-resend)
17510         (spam-report-resend-register-routine): Allow the group/topic
17511         spam-resend-to value to override spam-report-resend-to.
17512         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17513         properly now.
17514
17515         * gnus.el (spam-resend-to): Add group/topic parameter.
17516         (spam-process): Move the OBSOLETE processors to the end of the
17517         choices.
17518
17519 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17520
17521         * spam-report.el (spam-report-resend-to, spam-report-resend):
17522         Start with resend-to set to nil, and then ask the user if necessary.
17523         (spam-report-resend): spam-report-resend takes a list of articles, not
17524         separate article numbers.
17525
17526 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17529         addition to emacs-w3m.
17530
17531 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * assistant.el (assistant-authinfo-data): New function.
17534         (assistant-eval): Eval for entire assistant.
17535
17536         * netrc.el (netrc-services-file): New variable.
17537         (netrc-parse-services): New function.
17538         (netrc-find-service-name): New function.
17539         (netrc-find-service-number): New function.
17540         (netrc-port-equal): New function.
17541         (netrc-machine): Use it.
17542
17543         * nnimap.el (nnimap-open-connection): Use netrc.
17544
17545         * gnus-util.el (gnus-netrc-get): Remove aliases.
17546
17547         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17548
17549         * assistant.el (wid-edit): Fix compilation.
17550
17551         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17552
17553 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17554
17555         * gnus-util.el (gnus-set-file-modes): New function.  (small
17556         patch).
17557
17558 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17559
17560         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17561
17562         * assistant.el (assistant-render-node): Fix up rendering and
17563         read-only text.
17564         (assistant-render-node): Reset.
17565         (assistant-make-read-only): Not sticky.
17566
17567 2004-05-20  Danny Siu  <dsiu@adobe.com>
17568
17569         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17570         centered even when gnus-auto-center-summary is t.
17571
17572 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17573
17574         * dns.el (dns-get-txt-answer): New function.
17575         (dns-read-txt): Ditto.
17576         (query-dns): Use it.
17577
17578 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17581         active for foreign groups even if the group level is higher than
17582         the specified value.
17583
17584 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17585
17586         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17587         non-active groups.
17588
17589         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17590
17591 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17592
17593         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17594
17595 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17596
17597         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17598         (spam-crm114-header, spam-crm114-spam-switch)
17599         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17600         (spam-crm114-positive-spam-header)
17601         (spam-crm114-database-directory, spam-list-of-processors)
17602         (spam-group-spam-processor-crm114-p)
17603         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17604         (spam-generic-score, spam-list-of-checks)
17605         (spam-list-of-statistical-checks, spam-registration-functions)
17606         (spam-check-crm114-headers, spam-crm114-score)
17607         (spam-check-crm114, spam-crm114-register-with-crm114)
17608         (spam-crm114-register-spam-routine)
17609         (spam-crm114-unregister-spam-routine)
17610         (spam-crm114-register-ham-routine)
17611         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17612         From asjo@koldfront.dk (Adam Sjøgren).
17613
17614         * gnus.el: Add spam-use-crm114.
17615
17616         * spam.el (spam-list-of-processors, spam-registration-functions):
17617         Add spam-use-resend.
17618         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17619         (spam-report-articles-gmane): Add doc fix.
17620         (spam-report-articles-resend, spam-report-resend-register-routine):
17621         Add wrappers around spam-report-resend-to.
17622
17623         * spam-report.el (spam-report-resend-to, spam-report-resend):
17624         Add support for resending spam.
17625         (spam-report-gmane): Fix line length >80.
17626
17627         * gnus.el (spam-process): Add spam-use-resend.
17628
17629 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17630
17631         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17632         number of processed spam messages.
17633         (spam-ham-copy-or-move-routine): Return the number of processed
17634         ham messages.
17635         (spam-summary-prepare-exit): Use the above values to decide
17636         whether status messages shouled be displayed.
17637
17638 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17641         `rfc2047-encoding-function-alist' in order to avoid conflicting
17642         with the old version.
17643         (rfc2047-encode-region): Concatenate words containing non-ASCII
17644         characters in structured fields; don't encode space-delimited
17645         ASCII words even in unstructured fields; don't break words at
17646         char-category boundaries.
17647         (rfc2047-encode-1): New function.
17648         (rfc2047-encode): Use it; encode text so that it occupies the
17649         maximum width within 76-column; work correctly on Q encoding for
17650         iso-2022-* charsets.
17651         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17652         sure not to break a line just after the header name.
17653         (rfc2047-b-encode-region): Remove.
17654         (rfc2047-b-encode-string): New function.
17655         (rfc2047-q-encode-region): Remove.
17656         (rfc2047-q-encode-string): New function.
17657
17658         * mm-util.el (mm-replace-in-string): New function.
17659
17660 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17661
17662         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17663         Really get it right.
17664         (gnus-inews-make-draft): Really.
17665
17666 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17667
17668         * nnmh.el (nnmh-request-list-1): Don't check the link count
17669         before descending.  (small patch)
17670
17671 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17672
17673         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17674         stuff.
17675
17676         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17677         Match on real group name.
17678
17679         * gnus-art.el (gnus-signature-limit): Doc fix.
17680
17681         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17682
17683         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17684
17685 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17686
17687         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17688         isn't a string.
17689
17690 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17691
17692         * gnus-draft.el (gnus-draft-send):
17693         Bind rfc2047-encode-encoded-words.
17694
17695         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17696         (rfc2047-encodable-p): Say that =? needs encoding.
17697         (rfc2047-encode-encoded-words): New variable.
17698
17699         * gnus-group.el (gnus-group-select-group): Doc fix.
17700
17701         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17702
17703         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17704         to nil.
17705
17706         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17707
17708         * nnheader.el (nnheader-get-lines-and-char): New function.
17709
17710 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * gnus-msg.el (gnus-summary-followup-with-original):
17713         Document yanking of region when active.
17714
17715 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17718         groups if the group level is higher than the specified value.
17719
17720 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17721
17722         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17723         (gnus-group-jump-to-group): Add prefix argument using
17724         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17725         non-active group.
17726
17727         * compface.el (uncompface): Be verbose when changing
17728         `uncompface-use-external'.
17729
17730         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17731         handle manual section.
17732
17733 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17734
17735         * gnus-art.el (gnus-button-alist): Revert previous change.
17736
17737 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17738
17739         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17740
17741 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17742
17743         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17744         whether backend can accept message.
17745
17746         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17747
17748 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17749
17750         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17751         Avoid creating directory when nntp-marks-is-evil is true.
17752         Reported by Reiner Steib.
17753
17754 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * gnus-picon.el (gnus-picon-style): New variable.
17757         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17758         (gnus-picon-transform-address): Support `gnus-picon-style'.
17759         From Jesper Harder <harder@ifa.au.dk>.
17760
17761 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17762
17763         * message.el (message-fill-field): Return point.
17764         (message-generate-headers): Go to end of field.
17765
17766         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17767         stuff for non-living groups.
17768
17769 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17770
17771         * gnus-art.el (gnus-article-followup-with-original)
17772         (gnus-article-reply-with-original): gnus-mark-active-p ->
17773         gnus-region-active-p.
17774
17775 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17776
17777         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17778         only when there is spam or ham to be processed.
17779
17780 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781
17782         * mail-source.el (mail-source-delete-crash-box): Refactor.
17783         (mail-source-fetch): Use it.
17784         (mail-source-fetch-file): Ditto.
17785         (mail-source-fetch-directory): Run postscript in loop.
17786         (mail-source-fetch-pop): Delete.
17787         (mail-source-fetch-maildir): Ditto.
17788         (mail-source-fetch-imap): Ditto.
17789
17790         * imap.el (imap-authenticators): Comment out sasl.
17791
17792         * message.el (message-skip-to-next-address): New function.
17793         (message-fill-header-address): Refactor.
17794         (message-fill-address): Use it.
17795         (message-delete-address): Use it.
17796         (message-fill-header-general): Refactor.
17797         (message-fill-field-address): Rename.
17798         (message-narrow-to-field): Find the start of the header.
17799         (message-header-format-alist): Don't pre-fill.
17800         (message-fill-header): Remove.
17801         (message-insert-header): New function.
17802         (message-shorten-references): Use it.
17803
17804         * rfc2047.el (rfc2047-field-value): Strip props.
17805
17806         * mail-parse.el (mail-header-make-address): New alias.
17807
17808         * ietf-drums.el (ietf-drums-make-address): New function.
17809
17810         * imap.el: Add compiler directives.
17811
17812         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17813
17814         * gnus-art.el (article-decode-idna-rhs): Don't use
17815         message-idna-inside-rhs-p.
17816
17817 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818
17819         * message.el (message-idna-inside-rhs-p): Remove.
17820         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17821
17822         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17823         false positives.
17824
17825 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17826
17827         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17828
17829 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17830
17831         * nneething.el (nneething-file-name): Don't create spurious
17832         files.
17833
17834         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17835         (gnus-inews-do-gcc): Remove sleep.
17836
17837         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17838         part under point.
17839
17840         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17841         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17842
17843 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17844
17845         * spam.el (spam-summary-prepare-exit): Fix (length).
17846
17847 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17848
17849         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17850         as expired without moving it" message when there are spam
17851         messages left.
17852
17853 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17854
17855         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17856         header is not nil.
17857
17858 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17859
17860         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17861         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17862         (nntp-marks-changed-p): New arg SERVER.
17863         (nntp-request-update-info): Adjust caller.
17864
17865 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17866
17867         * nntp.el (nntp-save-marks): Pass missing arg.
17868
17869 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17870
17871         * nntp.el: Support marks.
17872         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17873         (nntp-marks-modtime, nntp-marks-directory): New variables.
17874         (nntp-request-set-mark, nntp-request-update-info)
17875         (nntp-possibly-create-directory, nntp-marks-changed-p)
17876         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17877         New functions.
17878
17879 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17880
17881         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17882         (gnus-xmas-redefine): Rename.
17883
17884         * gnus-score.el (gnus-score-insert-help):
17885         Use gnus-select-lowest-window.
17886
17887         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17888         appt-select-lowest-window and rename to gnus-select-lowest-window.
17889
17890         * gnus.el: do.
17891
17892 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17893
17894         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17895         encodings of MIME-encoded words, in order to improve
17896         interoperability with several broken MUAs.
17897
17898 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17899
17900         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17901         tags, only when charsets are not specified in headers.
17902         (mm-inline-text-html-render-with-w3m): Ditto.
17903
17904         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17905         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17906
17907 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17908
17909         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17910         instead of MIME-decoded from fields when checking
17911         `gnus-article-address-banner-alist'.
17912
17913 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17916         description rather than subject.
17917
17918 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17919
17920         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17921
17922 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923
17924         * gnus.el (gnus-version-number): Bump.
17925
17926 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17927
17928         * gnus.el: No Gnus v0.2 is released.
17929
17930 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17931
17932         * gnus-agent.el (gnus-agent-read-agentview):
17933         Inline gnus-uncompress-range.
17934
17935 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17936
17937         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17938         `exec-installed-p'.
17939
17940 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17941
17942         * gnus.el (spam-process, spam-autodetect-methods):
17943         Add bsfilter and bsfilter-headers.
17944
17945         * spam.el (spam-bsfilter): New customize group.
17946         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17947         (spam-bsfilter-header, spam-bsfilter-probability-header)
17948         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17949         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17950         (spam-bsfilter-database-directory): New options.
17951         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17952         (spam-list-of-statistical-checks, spam-registration-functions):
17953         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17954         (spam-bsfilter-score): New command.
17955         (spam-check-bsfilter-headers, spam-check-bsfilter)
17956         (spam-bsfilter-register-with-bsfilter)
17957         (spam-bsfilter-register-spam-routine)
17958         (spam-bsfilter-unregister-spam-routine)
17959         (spam-bsfilter-register-ham-routine)
17960         (spam-bsfilter-unregister-ham-routine): New functions.
17961         (spam-generic-score): Support bsfilter; Accept an optional argument
17962         to recalcurate spam score even if scoring header has already been
17963         added.
17964         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17965         optional argument to recalcurate spam score even if scoring header
17966         has already been added.
17967
17968 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17969
17970         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17971         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17972         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17973         link is missing.
17974
17975 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17978         (html2text-get-attr): Rewrite.
17979
17980         * message.el (message-setup-1): Remove redundant put-text-property
17981         on mail-header-separator.
17982
17983 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17984
17985         * gnus-registry.el (gnus-registry-cache-whitespace)
17986         (gnus-registry-action, gnus-registry-spool-action)
17987         (gnus-registry-split-fancy-with-parent): Change message levels
17988         from 5 to 3 or 7, as needed.
17989
17990         * spam.el (spam-summary-prepare-exit)
17991         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17992         (spam-split, spam-find-spam, spam-log-undo-registration)
17993         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17994         level from 5 to 6.
17995
17996 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17999         2004-03-04 change).
18000
18001 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18002
18003         * sieve-manage.el (sieve-manage-open):
18004         * nnweb.el (nnweb-insert-html):
18005         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18006         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18007         * nnspool.el (nnspool-request-group):
18008         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18009         * nnml.el (nnml-request-update-info):
18010         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18011         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18012         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18013         (nnimap-request-set-mark):
18014         * nnfolder.el (nnfolder-request-update-info):
18015         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18016         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18017         * gnus-uu.el (gnus-uu-find-articles-matching):
18018         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18019         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18020         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18021         * gnus-nocem.el (gnus-nocem-scan-groups):
18022         * gnus-int.el (gnus-start-news-server):
18023         * gnus-group.el (gnus-group-make-kiboze-group)
18024         (gnus-group-browse-foreign-server):
18025         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18026         Use mapc when appropriate.
18027
18028 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18029
18030         FIXME: Make separate entries for each person.
18031
18032         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18033         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18034         <shields@msrl.com>:
18035
18036         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18037         may need for spam sorting and scoring.
18038         (spam-user-format-function-S): Add user format function suitable for
18039         general use.
18040         (spam-article-sort-by-spam-status): Add sorting function for summary
18041         sorting.
18042         (spam-extra-header-to-number): Add function to get a score from a
18043         header.
18044         (spam-summary-score): Add function to get a numeric score from the
18045         headers.
18046         (spam-generic-score): Fix function doc, was in wrong place.
18047         (spam-initialize): Take symbols when it's run, and install the
18048         extra headers that spam-necessary-extra-headers thinks we need.
18049
18050 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18051
18052         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18053         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18054
18055 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * gnus-sum.el (gnus-set-global-variables)
18058         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18059         (gnus-article-get-xrefs, gnus-summary-best-group)
18060         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18061         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18062         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18063         Use with-current-buffer.
18064
18065 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18066
18067         * spam.el (spam-summary-prepare-exit): Simplify logic.
18068         (spam-fetch-article-header): Read the article header if it's not
18069         available.
18070         (spam-list-articles): Simplify logic.
18071         (spam-filelist-register-routine): Fix bug with unregister-list.
18072
18073         * gnus-registry.el: Fix comments at beginning.
18074
18075 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * message.el (message-cater-to-broken-inn): Remove.
18078         (message-shorten-references): Make sure the total folded length of
18079         References is shorter than 998 characters to cater to a bug in INN
18080         2.3.  Also, don't pretend that references aren't folded -- this
18081         hasn't worked for a while.
18082
18083 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18084
18085         * gnus-agent.el (gnus-agentize):
18086         gnus-agent-send-mail-real-function no longer set to current value
18087         of message-send-mail-function but rather a lambda that calls
18088         message-send-mail-function.  The change makes the agent real-time
18089         responsive to user changes to message-send-mail-function.
18090
18091 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18092
18093         * legacy-gnus-agent.el
18094         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18095         help from Florian Weimer <fw@deneb.enyo.de>
18096
18097 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * nnmail.el (nnmail-cache-insert): Revert last change.
18100
18101 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * nnmail.el (nnmail-cache-insert): Always check whether
18104         nnmail-cache-ignore-groups matches a group name.
18105
18106 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18107
18108         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18109         (spam-find-spam, spam-log-processing-to-registry)
18110         (spam-log-registered-p, spam-log-unregistration-needed-p)
18111         (spam-log-undo-registration): Use gnus-message instead of
18112         gnus-error, none of these errors are fatal.
18113
18114         * gnus-registry.el (gnus-registry-clean-empty-function)
18115         (gnus-registry-clean-empty): Remove only empty entries without
18116         extra data.
18117
18118 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18119
18120         * spam-stat.el (spam-stat-buffer-change-to-spam)
18121         (spam-stat-buffer-change-to-non-spam): Change (error) to
18122         (gnus-message 8) invocation.
18123
18124 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * nntp.el (nntp-via-netcat-command): New variable.
18127         (nntp-via-netcat-switches): New variable.
18128         (nntp-open-via-rlogin-and-netcat): New function.
18129         (nntp-open-connection-function): Doc fix.
18130         (nntp-telnet-command): Doc fix.
18131         (nntp-end-of-line): Doc fix.
18132         (nntp-via-rlogin-command): Doc fix.
18133         (nntp-via-user-name): Doc fix.
18134         (nntp-via-address): Doc fix.
18135
18136 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18139         error in Emacs 21.1.
18140
18141 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18142
18143         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18144
18145 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18146
18147         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18148         (gnus-agent-with-refreshed-group): New macro.
18149         (gnus-agent-rename-group): New function.
18150         (gnus-agent-delete-group): New function.
18151         (gnus-agent-save-group-info): Use gnus-command-method when
18152         `method' parameter is nil.  Don't write nil entries into the
18153         active file.
18154         (gnus-agent-get-group-info): New function.
18155         (gnus-agent-fetch-articles):
18156         Use gnus-agent-update-files-total-fetched-for to increment disk space
18157         used.
18158         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18159         Use gnus-agent-update-view-total-fetched-for to increment disk space
18160         used.
18161         (gnus-agent-get-local): Add optional parameters to avoid calling
18162         gnus-group-real-name and gnus-find-method-for-group.
18163         (gnus-agent-set-local): Delete stored entry if either min, or max,
18164         are nil.
18165         (gnus-agent-fetch-session): Reworded error/quit messages.
18166         On quit, use gnus-agent-regenerate-group to record existance of any
18167         articles fetched to disk before the quit occurred.
18168         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18169         gnus-agent-update-view-total-fetched-for, and
18170         gnus-agent-update-files-total-fetched-for to decrement disk space
18171         used.
18172         (gnus-agent-retrieve-headers):
18173         Use gnus-agent-update-view-total-fetched-for to increment disk space
18174         used.
18175         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18176         with gnus-agent-update-files-total-fetched-for to decrement disk
18177         space and fresh group buffer.
18178         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18179         (gnus-agent-need-update-total-fetched-for): New variable.
18180         (gnus-agent-update-files-total-fetched-for): New function.
18181         (gnus-agent-update-view-total-fetched-for): New function.
18182         (gnus-agent-total-fetched-for): New function.
18183
18184         * gnus-cache.el (gnus-cache-save-buffers):
18185         Use gnus-cache-update-overview-total-fetched-for to change disk space
18186         used by this group.
18187         (gnus-cache-possibly-enter-article):
18188         Use gnus-cache-update-file-total-fetched-for to increment disk space
18189         used by this group.
18190         (gnus-cache-possibly-remove-article):
18191         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18192         used by this group.
18193         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18194         (gnus-cache-rename-group): New function.
18195         (gnus-cache-delete-group): New function.
18196         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18197         (gnus-cache-need-update-total-fetched-for): New variable.
18198         (gnus-cache-with-refreshed-group): New macro.
18199         (gnus-cache-update-file-total-fetched-for): New function.
18200         (gnus-cache-update-overview-total-fetched-for): New function.
18201         (gnus-cache-rename-group-total-fetched-for): New function.
18202         (gnus-cache-delete-group-total-fetched-for): New function.
18203         (gnus-cache-total-fetched-for): New function.
18204
18205         * gnus-group.el: Require gnus-sum and autoload functions to
18206         resolve warnings when gnus-group.el compiled alone.
18207         (gnus-group-line-format): Documented new %F.
18208         (size of Fetched data) group line format; identifies disk space
18209         used by agent and cache.
18210         (gnus-group-line-format-alist): Defined new F format.
18211         (gnus-total-fetched-for): New function.
18212         (gnus-group-delete-group): No longer update
18213         gnus-cache-active-altered as gnus-request-delete-group now keeps
18214         the cache in sync.
18215         (gnus-group-list-active): Let the agent store a server's active
18216         list if currently plugged.
18217
18218         * gnus-int.el (gnus-request-delete-group):
18219         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18220         local disk in sync with the server.
18221         (gnus-request-rename-group):
18222         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18223         local disk in sync with the server.
18224
18225         * gnus-start.el (gnus-get-unread-articles):
18226         Cosmetic simplification to logic.
18227
18228         * gnus-util.el (gnus-rename-file): New function.
18229
18230 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18231
18232         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18233
18234 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18235
18236         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18237         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18238
18239 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18240
18241         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18242         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18243
18244 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18247
18248 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18249
18250         * spam.el (spam-set-difference): Add function to replace
18251         gnus-set-difference in spam.el.
18252         (spam-summary-prepare-exit): Use spam-set-difference.
18253
18254 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18255
18256         * gnus-registry.el (gnus-registry-cache-file): Update to use
18257         gnus-dribble-directory OR gnus-home-directory OR ~.
18258         (gnus-registry-split-fancy-with-parent): Fix doc.
18259
18260 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * message.el (message-exchange-point-and-mark):
18263         Use message-mark-active-p.  Suggested by Jesper Harder
18264         <harder@ifa.au.dk>.
18265
18266 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * message.el (message-exchange-point-and-mark): Don't activate
18269         region if it was inactive.  Suggested by Hiroshi Fujishima
18270         <pooh@nature.tsukuba.ac.jp>.
18271
18272 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-art.el (article-display-face): Display Faces in the same
18275         order as X-Faces.
18276
18277 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18280
18281 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18284         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18285         (gnus-article-mime-hierarchy): Remove.
18286         (gnus-article-mime-hierarchy-next): Remove.
18287         (gnus-article-mode): Revert 2004-03-19 change.
18288         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18289         (gnus-insert-mime-button): Revert 2004-03-19 change.
18290         (gnus-mime-accumulate-hierarchy): Remove.
18291         (gnus-mime-enter-multipart): Remove.
18292         (gnus-mime-leave-multipart): Remove.
18293         (gnus-mime-display-part): Revert 2004-03-19 change.
18294         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18295
18296         * mml.el (mml-preview): Revert 2004-03-19 change.
18297
18298 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18299
18300         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18301
18302 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18305         t while entering a file name using the mm-with-multibyte macro.
18306         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18307
18308         * mm-util.el (mm-with-multibyte): New macro.
18309
18310 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18313         New user option.
18314         (gnus-mime-multipart-functions): Doc and customization fix.
18315         (gnus-article-mime-hierarchy): New variable.
18316         (gnus-article-mime-hierarchy-next): New variable.
18317         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18318         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18319         gnus-article-mime-hierarchy-next to nil.
18320         (gnus-insert-mime-button): Show hierarchy numbers.
18321         (gnus-mime-accumulate-hierarchy): New function.
18322         (gnus-mime-enter-multipart): New function.
18323         (gnus-mime-leave-multipart): New function.
18324         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18325         (gnus-mime-display-alternative): Show hierarchy numbers.
18326
18327         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18328         gnus-article-mime-hierarchy-next to nil.
18329
18330 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18331
18332         * dns.el: Don't require gnus-xmas.
18333
18334 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18335
18336         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18337         inline PGP.
18338         (mml-menu): Disable mml-quote-region if mark is inactive.
18339
18340 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18343         when the group's active is not available.
18344
18345 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18348         error.
18349
18350 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * imap.el (imap-store-password): New variable.
18353         (imap-interactive-login): Use it.
18354         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18355
18356 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18359         window-start and hscroll to summary window.
18360
18361 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18362
18363         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18364         conversion message to newsrc-dribble when an actual conversion is
18365         performed.
18366
18367 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18368
18369         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18370
18371 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * mm-decode.el (mm-complicated-handles): New function reviving
18374         former definition of mm-multiple-handles.
18375
18376         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18377         (gnus-mime-delete-part): Use it.
18378
18379 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18380
18381         * gnus-agent.el (gnus-agent-read-local):
18382         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18383         avoid the implicit assumption that they will always be equal.
18384         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18385         coding-system-for-write, as the with-temp-file macro first prints
18386         to a buffer then saves the buffer.
18387
18388 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * gnus-art.el (gnus-article-edit-part): New function.
18391         (gnus-mime-save-part-and-strip): Use it; do query instead of
18392         signaling an error; don't use mm-multiple-handles.
18393         (gnus-mime-delete-part): Ditto.
18394
18395 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18396
18397         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18398         old file versions.
18399         (gnus-group-prepare-hook): Remove function that converted list
18400         form of gnus-agent-expire-days to group properties.
18401
18402         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18403         (gnus-request-accept-article): Re-indented.
18404
18405         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18406         converters to handle old agent file formats.  Add logic for a
18407         "backup before upgrading warning".
18408         (gnus-convert-mark-converter-prompt): Developers can mark
18409         functions as needing (default), or not needing,
18410         gnus-convert-old-newsrc's "backup before upgrading warning".
18411         (gnus-convert-converter-needs-prompt): Tests whether the user
18412         should be protected from potentially irreversable changes by the
18413         function.
18414
18415         * legacy-gnus-agent.el: New.  Provides converters that are only
18416         loaded when gnus-convert-old-newsrc needs to call them.
18417
18418 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * mail-source.el (mail-source-touch-pop): Doc fix.
18421
18422         * message.el (message-smtpmail-send-it): Doc fix.
18423
18424 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18425
18426         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18427
18428         * nnmail.el (nnmail-split-fancy): do.
18429
18430         * gnus-kill.el (gnus-kill, gnus-execute): do.
18431
18432 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18433
18434         * gnus-sum.el (gnus-widget-reversible-match)
18435         (gnus-widget-reversible-to-internal)
18436         (gnus-widget-reversible-to-external): New functions.
18437         (gnus-widget-reversible): New widget.
18438         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18439
18440 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18441
18442         * gnus-sum.el (gnus-thread-sort-functions)
18443         (gnus-article-sort-functions): Document `(not F)' items.
18444
18445 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18446
18447         * spam.el (spam-use-gmane-xref): Add new backend.
18448         (spam-gmane-xref-spam-group): Add variable to control the name of the
18449         Gmane spam group.
18450         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18451         (spam-regex-headers-spam, spam-regex-headers-ham)
18452         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18453         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18454         backends and checks.
18455         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18456
18457         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18458         an autodetect method.
18459
18460 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18461
18462         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18463         articles are being added to a group.
18464         (gnus-request-replace-article): Inform the agent that articles
18465         need to be uncached as the cached contents are no longer valid.
18466
18467 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * binhex.el: Don't autoload executable-find.
18470
18471         * canlock.el: Don't autoload mail-fetch-field.
18472
18473         * dgnushack.el: Autoload c-mode for XEmacs.
18474
18475         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18476
18477         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18478         rmail-dont-reply-to and rmail-output.
18479
18480         * gnus-score.el: Don't autoload ffap-string-at-point.
18481
18482         * gnus-setup.el: Don't autoload sc-cite-original.
18483
18484         * imap.el: Don't autoload base64-decode-string,
18485         base64-encode-string and md5.
18486
18487         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18488         and rmail-msg-restore-non-pruned-header.
18489
18490         * mm-decode.el: Don't autoload executable-find.
18491
18492         * mm-url.el: Don't autoload executable-find.
18493
18494         * mm-view.el: Don't autoload diff-mode.
18495
18496         * nndb.el: Don't autoload news-reply-mode, news-setup,
18497         cancel-timer and telnet.
18498
18499         * password.el: Don't autoload run-at-time for Emacs.
18500
18501         * sha1-el.el: Don't autoload executable-find.
18502
18503         * sieve-mode.el: Don't autoload c-mode.
18504
18505         * uudecode.el: Don't autoload executable-find.
18506
18507 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18508
18509         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18510         (gnus-agent-possibly-alter-active): Avoid null in numeric
18511         comparison.
18512         (gnus-agent-set-local): Refuse to save null in local object table.
18513         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18514         list of articles that will be marked as unread.
18515
18516 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18519
18520 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18523         language tags.
18524
18525 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18526
18527         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18528         Don't bind "obarray".
18529
18530         * gnus-sum.el (gnus-thread-sort-functions):
18531         Add `gnus-thread-sort-by-most-recent-number' and
18532         `gnus-thread-sort-by-most-recent-date'.
18533         Reported by Kai Grossjohann <kai@emptydomain.de>.
18534
18535 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18538
18539 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18540
18541         * gnus-cus.el (gnus-agent-customize-category):
18542         Remove ignore-errors macro reference that required cl to be loaded at
18543         run-time.
18544
18545         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18546         single-interval range of the form (min . max).  Previously the
18547         range had to look like ((min . max)).  Likewise, return
18548         (min . max) rather than ((min . max)).
18549         (gnus-range-map): Use gnus-range-normalize to accept
18550         single-interval range.
18551
18552         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18553         the cache, but not the agent, now appear with their usual face.
18554
18555         * dgnushack.el (loaddir): New variable that is bound to the
18556         directory containing the dgnushack.el file. Use loaddir, rather
18557         than srcdir, to update load-path. Change lets dgnushack compile
18558         code in directories other than GNUS/lisp.
18559
18560 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * lpath.el: Don't bind w3m-safe-url-regexp.
18563
18564         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18565         w3m-safe-url-regexp variable buffer-local.
18566
18567         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18568
18569 2004-02-27  Simon Josefsson  <jas@extundo.com>
18570
18571         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18572         gnus-group-real-prefix.
18573         (gnus-summary-move-article): Use it, instead of
18574         gnus-group-real-prefix.
18575
18576 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * lpath.el: Bind w3m-safe-url-regexp.
18579
18580         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18581         w3m-safe-url-regexp variable buffer-local and set it as the value
18582         of mm-w3m-safe-url-regexp.
18583
18584         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18585
18586         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18587         parsing gnus-posting-styles when the message is not for replying.
18588
18589         * dgnushack.el: Autoload sgml-mode for XEmacs.
18590
18591         * nnrss.el (nnrss-opml-export):
18592         Use mm-set-buffer-file-coding-system instead of
18593         set-buffer-file-coding-system.
18594
18595 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18596
18597         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18598         of checkdoc.el).
18599         * nnrss.el: do.
18600         * gnus-mlspl.el: do.
18601         * gnus-ml.el: do.
18602         * gnus-srvr.el: do.
18603
18604         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18605
18606 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18607
18608         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18609         Corrections to custom-manual links.
18610
18611         * gnus-art.el (gnus-article): Ditto.
18612
18613         * mm-decode.el (mime-display, mime-security): Ditto.
18614
18615 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18616
18617         * flow-fill.el: Typo.
18618
18619 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18620
18621         * spam-wash.el: New file.
18622
18623 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18624
18625         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18626
18627 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18628
18629         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18630         to be run with new-articles as LIST1, not LIST2.
18631         (spam-registration-functions): Add spam-use-ham-copy as a nil
18632         registration backend.
18633
18634 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18635
18636         * spam-stat.el (spam-stat-washing-hook): New option.
18637         (spam-stat-buffer-words): Use it.
18638         (spam-stat-process-directory, spam-stat-test-directory):
18639         Use insert-file-contents-literally.
18640         (spam-stat-coding-system): New variable.
18641         (spam-stat-load, spam-stat-save): Use it.
18642
18643 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * spam-report.el (spam-report-plug-agent):
18646         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18647
18648 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18649
18650         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18651         Allow / in mailto URLs.
18652
18653 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18654
18655         * spam-report.el (spam-report-process-queue): Fix interactive use.
18656         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18657         (spam-report-unplug-agent): Doc fixes.
18658         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18659         (spam-report-agentize, spam-report-deagentize): Autoload.
18660
18661 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18664
18665         * message.el (message-setup-fill-variables): Add mml tags to
18666         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18667         <ajk@iu.edu>.
18668         (message-mode): Don't modify paragraph-separate there.
18669
18670 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * compface.el (uncompface-use-external): Default to undecided.
18673         (uncompface-use-external-threshold): New variable.
18674         (uncompface-float-time): New macro.
18675         (uncompface): Determine whether to use the external decoder if
18676         uncompface-use-external is undecided.
18677
18678 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18679
18680         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18681         after images.
18682
18683         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18684
18685 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18688
18689         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18690
18691         * gnus-sum.el (gnus-summary-limit-to-age)
18692         (gnus-summary-limit-children): do.
18693
18694         * gnus-int.el (gnus-request-scan): do.
18695
18696         * gnus-group.el (gnus-group-suspend): do.
18697
18698         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18699
18700         * gnus-cite.el (gnus-cite-parse-attributions): do.
18701
18702         * gnus-agent.el (gnus-summary-set-agent-mark)
18703         (gnus-agent-regenerate-group): do.
18704
18705         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18706
18707         * binhex.el (binhex-decode-region-internal): do.
18708
18709 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * gnus-fun.el (gnus-face-properties-alist): New user option.
18712         (gnus-display-x-face-in-from): Use it.
18713
18714         * gnus-art.el (article-display-face): Ditto.
18715
18716         * compface.el (uncompface-use-external): Default to nil.
18717
18718 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18719
18720         * nntp.el (nntp-erase-buffer): New function.
18721         (nntp-retrieve-data, nntp-send-command)
18722         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18723         (nntp-possibly-change-group): Use it.
18724
18725         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18726         Use with-current-buffer.
18727
18728 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18729
18730         * compface.el: Merge the ELisp-based uncompface program.
18731         (compface): New customization group.
18732         (uncompface-use-external): New user option.
18733         (uncompface): Call uncompface-internal if uncompface-use-external
18734         is nil.
18735         (uncompface-internal): New function.  Note that there are also
18736         some other functions and variables added for this function.
18737
18738 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18739
18740         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18741         if necessary.
18742
18743 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18744
18745         * spam-report.el (spam-report-unplug-agent)
18746         (spam-report-plug-agent, spam-report-deagentize)
18747         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18748         Add support for the Agent in spam-report: when unplugged, report to a
18749         file; when plugged, submit all the requests.
18750
18751         * spam.el (spam-register-routine): Fix message about
18752         registration.
18753
18754 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18755
18756         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18757         dependencies.
18758         (rfc2047-encode): Use it.
18759
18760         * gnus-art.el (gnus-button-marker-list): Move before first
18761         reference.
18762
18763         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18764         (imap-parse-body): Fix format string mismatch.
18765
18766         * gnus-score.el (gnus-summary-increase-score): do.
18767
18768         * nnrss.el (nnrss-close): New function.
18769
18770 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18771
18772         * nnrss.el (nnrss-make-filename): New function.
18773         (nnrss-request-delete-group, nnrss-read-server-data)
18774         (nnrss-save-server-data, nnrss-read-group-data)
18775         (nnrss-save-group-data): Use it.
18776         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18777         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18778         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18779
18780 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18781
18782         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18783
18784 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18785
18786         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18787         files.
18788
18789         * message.el (message-generate-headers-first): Don't quote nil
18790         and t in docstrings.
18791
18792         * imap.el (imap-id): do.
18793
18794         * gnus-agent.el (gnus-agent-consider-all-articles)
18795         (gnus-agent-queue-mail): do.
18796
18797 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18798
18799         * spam-report.el (spam-report-process-queue): New function.
18800         Process requests from `spam-report-requests-file'.
18801         (spam-report-process-queue): Doc fix.
18802
18803 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18804
18805         * spam.el (spam-register-routine)
18806         (spam-log-processing-to-registry, spam-log-registered-p)
18807         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18808         Change "check" to "spam-check" for semi-clarity.
18809
18810 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * pop3.el: Require nnheader.
18813
18814         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18815
18816         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18817
18818         * gnus-picon.el: Require cl.
18819
18820         * gnus-fun.el: Require gnus-ems and gnus-util.
18821
18822         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18823
18824         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18825
18826         * gnus-art.el (gnus-article-edit-mode): Define before first
18827         reference.
18828
18829 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18830
18831         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18832         (gnus-uu-post-encoded): Use point-at-bol.
18833
18834         * gnus-topic.el (gnus-group-active-topic-p): do.
18835
18836         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18837
18838         * gnus-group.el (gnus-group-kill-region): do.
18839
18840         * gnus-art.el (article-date-ut): do.
18841
18842         * message.el (message-fetch-field): Remove redundant
18843         case-fold-search binding.
18844         (message-narrow-to-field): Simplify.
18845
18846 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * spam.el (spam-directory): Derive from `gnus-directory'.
18849
18850         * spam-report.el (spam-report-url-to-file)
18851         (spam-report-requests-file): New function and variable for offline
18852         reporting.
18853         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18854         and user defined function.
18855         (spam-report-url-ping-mm-url): Remove doubled slash.
18856
18857 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18858
18859         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18860
18861 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18862
18863         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18864         Fix format string mismatch.
18865
18866         * sieve.el (sieve-deactivate-all): do.
18867
18868         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18869
18870         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18871
18872         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18873
18874         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18875
18876 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18877
18878         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18879         the list of checks.
18880
18881 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18882
18883         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18884         padding.
18885
18886 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18887
18888         * mm-view.el (mm-fill-flowed): New variable.
18889         (mm-inline-text): Use it.
18890
18891 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18892
18893         * spam.el (spam-spamassassin-register-ham-routine)
18894         (spam-spamassassin-register-spam-routine): Fix function names.
18895
18896 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * gnus.el (gnus-tmp-grouplens): Remove.
18899         (gnus-summary-line-format): Remove grouplens.
18900
18901         * gnus-group.el (gnus-group-line-format): Ditto.
18902
18903         * gnus-spec.el (gnus-format-specs): Ditto.
18904         (gnus-update-format-specifications): Flush the group format spec
18905         cache if there's the grouplens stuff.
18906         (gnus-parse-simple-format): Replace %l with the empty string.
18907
18908 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18909
18910         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18911         omission.
18912
18913 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18916         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18917
18918 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18919
18920         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18921         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18922         New macros and functions.
18923         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18924         Handle > NLINK_MAX messages.
18925         * nnmaildir.el (nnmaildir-request-set-mark):
18926         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18927
18928 2004-01-25  Alex Schroeder  <alex@gnu.org>
18929
18930         * spam-stat.el (spam-stat-process-directory-age): New option.
18931         (spam-stat-process-directory): Use it.
18932
18933 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18934
18935         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18936         (spam-stat-save): Accept prefix argument.
18937
18938 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18939
18940         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18941         links" error.
18942
18943 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18946         the rest of the and/or forms.
18947
18948 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18949
18950         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18951         compatibility with old .newsrc.eld files.
18952
18953         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18954
18955         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18956
18957         * gnus-start.el (gnus-1): do.
18958
18959         * gnus-group.el (gnus-group-line-format-alist): do.
18960
18961         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18962
18963         * gnus-gl.el: Remove.
18964
18965 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18966
18967         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18968         marks consisting of a single range {for example, (3 . 5)} rather
18969         than a list of a single range { ((3 . 5)) }.
18970
18971 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18972
18973         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18974         Use with-current-buffer.
18975         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18976         avoid consing a string.
18977
18978         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18979         Remove obsolete entries for big5 and gb2312.
18980
18981 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18982
18983         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18984         uncompressed list.
18985
18986 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18987
18988         * spam-stat.el (spam-stat-strip-xref): New function.
18989         (spam-stat-process-directory): Use it.
18990
18991         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18992         here -- it's done in message-fetch-field.
18993
18994 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18995
18996         * gnus-agent.el (gnus-agent-queue-mail)
18997         (gnus-agent-prompt-send-queue): New variables.
18998         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18999         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19000         "nndraft:queue" along to gnus-draft-send.
19001         Use gnus-agent-prompt-send-queue.
19002         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19003         is "nndraft:queue".  Suggested by Gaute Strokkenes
19004         <gs234@srcf.ucam.org>
19005
19006         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19007         (agent-enable-undownloaded-faces): Add.
19008         (gnus-agent-cat-groups): Use eval-and-compile, not
19009         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19010         method of gnus-agent-cat-groups even when the buffer has been
19011         evaled.
19012         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19013         delete gnus-agent-save-active-1.
19014         (gnus-agent-save-groups): Delete.  Identical to
19015         gnus-agent-save-active.
19016         (gnus-agent-write-active): No longer adjust agent's copy of active
19017         file as agent's adjustments are now stored in their own
19018         file.  Remove optional parameter.
19019         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19020         servers.  Add use of min/max range limits from server's local
19021         file.
19022         (gnus-agent-save-alist): Remove unused optional argument.
19023         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19024         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19025         (gnus-agent-set-local): A per-server file that keeps min/max range
19026         limits for articles known to the agent.  Provides a fast mechanism
19027         for altering many active ranges.
19028         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19029         active file (local makes it unnecessary).
19030         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19031
19032         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19033         (agent-enable-undownloaded-faces): Add.
19034
19035         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19036         disable it when sending to "nndraft:queue".
19037         (gnus-group-send-queue): Add safety check to avoid sending queue
19038         when unplugged.
19039
19040         * gnus-group.el (gnus-group-catchup): Use new
19041         gnus-sequence-of-unread-articles, not
19042         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19043         numbers of articles.  Use gnus-range-map to avoid having to
19044         uncompress the unread list.
19045         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19046         Fix invalid ange-ftp reference.
19047
19048         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19049         (gnus-sorted-range-intersection): Intersection of two ranges
19050         without requiring that they first be uncompressed.
19051
19052         * gnus-start.el (gnus-activate-group): Unless blocked by the
19053         caller, possibly expand the active range to include both cached
19054         and agentized articles.
19055         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19056         multiple version-dependent converters.
19057         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19058         gnus-agent-save-active.
19059         (gnus-save-newsrc-file): Save dirty agent range limits.
19060
19061         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19062         gnus-agent-possibly-alter-active.
19063         (gnus-adjust-marked-articles): Faster handling of simple lists.
19064
19065 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * spam-stat.el (spam-stat-test-directory): New optional argument
19068         displays a list of files detected.  Suggested by Andrew Cohen
19069         <cohen@andy.bu.edu>.
19070         (spam-stat-buffer-words-with-scores): Don't narrow and change
19071         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19072
19073 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19074
19075         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19076         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19077         (spam-spamassassin-arguments)
19078         (spam-spamassassin-spam-flag-header)
19079         (spam-spamassassin-positive-spam-flag-header)
19080         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19081         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19082         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19083         (spam-list-of-processors, spam-list-of-checks)
19084         (spam-list-of-statistical-checks, spam-registration-functions)
19085         (spam-check-spamassassin-headers, spam-check-spamassassin)
19086         (spam-spamassassin-score)
19087         (spam-spamassassin-register-with-sa-learn)
19088         (spam-spamassassin-register-spam-routine)
19089         (spam-spamassassin-register-ham-routine)
19090         (spam-assassin-register-spam-routine)
19091         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19092         (spam-bogofilter-score): Fix to show article before scoring.
19093
19094 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19095
19096         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19097         default scoring function.
19098         (spam-generic-score): Call spam-spamassassin-score if
19099         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19100         spam-bogofilter-score otherwise.
19101
19102         * gnus.el (spam-process, spam-autodetect-methods):
19103         Add spamassassin and spamassassin-headers.
19104
19105 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19106
19107         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19108         Suppress unnecessary messages.
19109
19110 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19111
19112         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19113         make-hash-table.
19114
19115 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * canlock.el (base64-encode-string): Don't autoload it.
19118
19119 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * run-at-time.el: Remove useless (require 'itimer),
19122         eval-and-compile and (featurep 'xemacs).
19123
19124 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19125
19126         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19127         GROUP is a virtual group.
19128
19129 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19130
19131         * gnus.el: Autoload `message-y-or-n-p'.
19132
19133 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * pgg-parse.el: Remove unnecessary (require 'custom).
19136
19137         * pgg-def.el: do.
19138
19139         * nnmail.el: do.
19140
19141         * gnus-undo.el: do.
19142
19143         * gnus-picon.el: do.
19144
19145         * gnus-util.el: do.
19146
19147 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19150
19151 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19152
19153         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19154         handle, as well as a list.
19155
19156         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19157         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19158         (mm-w3m-cid-retrieve): Simplify.
19159
19160 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19161
19162         * message.el (message-kill-to-signature): Allow prefix arg to
19163         specify number of lines to keep before signature.
19164
19165 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19166
19167         * message.el (message-kill-to-signature): Change docstring.
19168
19169 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * canlock.el: Always require sha1-el.
19172         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19173
19174         * message.el: Autoload sha1 only when compiling.
19175
19176         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19177         eudc-expand-inline for XEmacs.
19178
19179 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * message.el (message-canlock-generate): Require sha1-el.
19182
19183 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * message.el (message-expand-name): Silence the byte compiler.
19186
19187         * lpath.el: Add detect-coding-system.
19188
19189         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19190         cus-edit.
19191
19192 2004-01-13  Simon Josefsson  <jas@extundo.com>
19193
19194         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19195         Invoke gnus-score-mode.
19196         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19197
19198         * gnus-range.el (gnus-compress-sequence): Doc fix.
19199         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19200
19201 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19202
19203         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19204
19205 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19206
19207         * spam.el (spam-get-article-as-string): Update to use
19208         gnus-request-article-this-buffer, much simpler.
19209         (spam-get-article-as-buffer): Remove.
19210
19211 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19212
19213         * message.el (message-expand-name): Use EUDC if the user uses that.
19214
19215 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19216
19217         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19218         character for the encoding to avoid consing a string.
19219
19220         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19221         unnecessarily.
19222
19223         * mm-util.el (mm-replace-chars-in-string): Remove.
19224
19225         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19226         of mm-replace-chars-in-string.
19227
19228 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19229
19230         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19231
19232         * mm-util.el (mm-subst-char-in-string): Support inplace.
19233
19234         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19235         a new string in every iteration.  Use shy groups.
19236
19237 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19238
19239         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19240         * gnus-soup.el (gnus-soup-group-brew):
19241         * gnus-msg.el (gnus-put-message):
19242         * gnus-move.el (gnus-group-move-group-to-server):
19243         * gnus-kill.el (gnus-batch-score):
19244         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19245         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19246         (gnus-group-update-group, gnus-group-read-group)
19247         (gnus-group-make-group, gnus-group-make-help-group)
19248         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19249         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19250         (gnus-group-sort-by-unread, gnus-group-catchup)
19251         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19252         (gnus-group-yank-group, gnus-group-set-info)
19253         (gnus-group-list-groups):
19254         * gnus.el (gnus-generate-new-group-name):
19255         * gnus-delay.el (gnus-delay-send-queue):
19256         * nnvirtual.el (nnvirtual-catchup-group):
19257         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19258         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19259         (gnus-group-prepare-topics, gnus-topic-check-topology):
19260         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19261         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19262         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19263         (gnus-group-make-articles-read):
19264         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19265         (gnus-group-change-level, gnus-kill-newsgroup)
19266         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19267         (gnus-get-unread-articles, gnus-make-articles-unread)
19268         (gnus-make-ascending-articles-unread): Use accessor
19269         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19270         to get group information for improved readability.
19271
19272
19273 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19274
19275         * gnus-art.el (article-decode-mime-words, article-babel)
19276         (gnus-article-highlight-signature, gnus-article-add-buttons)
19277         (gnus-signature-toggle): Use gnus-with-article-buffer.
19278
19279         * gnus-art.el (gnus-article-highlight-headers)
19280         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19281
19282         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19283         (gnus-article-set-globals, gnus-request-article-this-buffer)
19284         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19285         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19286         (gnus-mime-display-alternative): Use with-current-buffer.
19287
19288 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19289
19290         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19291         also under 80 char limit, and call gnus-error if needed.
19292         (spam-fetch-article-header): Fix - it was a
19293         buffer-local variable (gnus-newsgroup-data).
19294         (spam-find-spam): Use spam-generate-fake-headers, forget about
19295         spam-insert-fake-headers.
19296         (spam-insert-fake-headers): Remove.
19297
19298 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19299
19300         * deuglify.el (gnus-article-outlook-unwrap-lines)
19301         (gnus-outlook-rearrange-article)
19302         (gnus-outlook-repair-attribution-outlook)
19303         (gnus-outlook-repair-attribution-block)
19304         (gnus-outlook-repair-attribution-other): Remove redundant
19305         save-excursion.
19306
19307 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19308
19309         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19310         (spam-fetch-field-subject-fast)
19311         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19312         (spam-fetch-article-header): Add functions to deal with Gnus
19313         internals for fast retrieval of article header data.
19314         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19315
19316 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * pop3.el (pop3-md5): Remove.
19319         (pop3-apop): Replace pop3-md5 with md5.
19320
19321         * mm-bodies.el: base64 is always built-in.
19322
19323         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19324         Use with-current-buffer.
19325
19326 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * canlock.el (canlock-insert-header): Remove excessive grouping in
19329         regexp.
19330
19331         * gnus-sum.el (gnus-summary-read-document): Ditto.
19332
19333         * gnus-uu.el (gnus-uu-part-number): Ditto.
19334
19335         * html2text.el (html2text-remove-tags): Ditto.
19336         (html2text-format-tags): Ditto.
19337         (html2text-format-single-elements): Ditto.
19338
19339         * mml.el (mml-parse-1): Ditto.
19340
19341 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19342
19343         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19344
19345         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19346
19347         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19348
19349         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19350
19351 2003-11-15  Simon Josefsson  <jas@extundo.com>
19352
19353         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19354         (pgg-gpg-lookup-key): Use regexp match instead of
19355         split-string (split-string is different between emacs 21.2 and
19356         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19357
19358 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19359
19360         * gnus-art.el (gnus-mime-view-all-parts)
19361         (gnus-article-part-wrapper, gnus-article-view-part):
19362         Use with-current-buffer.
19363
19364 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * spam.el (spam-disable-spam-split-during-ham-respool)
19367         (spam-spamoracle-database, spam-cache-lookups)
19368         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19369         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19370         (spam-group-ham-marks, spam-group-spam-marks)
19371         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19372         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19373         also add spam-use-blackholes to the statistical checks.
19374         (spam-fetch-field-fast): Add interface to fetching fields, may
19375         become a macro.
19376         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19377         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19378         (spam-insert-fake-headers): Fake an article when needed.
19379         (spam-find-spam): Fake article when possible.
19380         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19381         (spam-check-bogofilter-headers): Use message-fetch-field instead
19382         of nnmail-fetch-field.
19383
19384 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19385
19386         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19387
19388 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19389
19390         * spam.el (spam-split): Do not require spam-use-CHECK to be
19391         enabled if that check is passed to spam-split explicitly; also
19392         fix so 'spam doesn't get converted to spam-split-group when
19393         spam-split-symbolic-return is t.
19394         (spam-find-spam): Find registrations of the article and use those
19395         instead of re-running spam-split to find the spam/ham
19396         classification of the article.
19397         (spam-log-processing-to-registry, spam-log-registered-p)
19398         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19399         Use gnus-error instead of gnus-message.
19400         (spam-log-registration-type): Add function to determine the
19401         classification of a message based on registry entries; will
19402         return nil if both 'spam and 'ham are found.
19403         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19404         a reasonably fast local cache without the loading errors.
19405         (spam-cache-lookups): Set to t by default.
19406         (spam-find-spam): Don't try to guess spam-cache-lookups.
19407         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19408         spam-caches entry.
19409         (spam-filelist-build-cache, spam-filelist-check-cache):
19410         Fix caching of whitelist/blacklist entries.
19411         (spam-check-whitelist, spam-check-blacklist):
19412         Invoke spam-from-listed-p with a type, not a cache variable.
19413         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19414
19415 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19416
19417         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19418
19419         * nnmail.el (nnmail-split-fancy): do.
19420
19421         * mml.el (mml-parse): do.
19422
19423         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19424         (gnus-score-adaptive): do.
19425
19426 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19429         (gnus-mime-button-map): Don't set keymap parent.
19430         (gnus-button-ctan-directory-regexp): Use shy grouping.
19431         (gnus-prev-page-map): Don't set keymap parent.
19432         (gnus-prev-page-map): Remove duplicated one.
19433         (gnus-next-page-map): Don't set keymap parent.
19434         (gnus-mime-security-button-map): Ditto.
19435
19436         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19437         version number.
19438
19439         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19440
19441 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * canlock.el (canlock-sha1-function): Remove.
19444         (canlock-sha1-function-for-verify): Remove.
19445         (canlock-openssl-program): Remove.
19446         (canlock-openssl-args): Remove.
19447         (canlock-ignore-errors): Remove.
19448         (canlock-sha1-with-openssl): Remove.
19449         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19450         (canlock-verify): Don't use canlock-ignore-errors.
19451
19452         * sha1-el.el (sha1-string-external): Make it can return a string
19453         in binary form.
19454         (sha1-region-external): Ditto.
19455         (sha1-string-internal): Ditto.
19456         (sha1-region-internal): Ditto.
19457         (sha1-region): Ditto.
19458         (sha1-string): Ditto.
19459         (sha1): Ditto.
19460
19461 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19462
19463         * spam.el (spam-report-articles-gmane): New command.
19464
19465 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19468
19469         * run-at-time.el (run-at-time-saved): Remove.
19470         (run-at-time): Doc fix.
19471
19472 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19473
19474         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19475         (gnus-summary-limit-map): Add it.
19476         (gnus-summary-make-menu-bar): do.
19477
19478 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19479
19480         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19481         Make attempt at some caching support (done for BBDB only now).
19482         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19483         addresses to be checked.
19484         (spam-clear-cache-BBDB): Add function, to be invoked by
19485         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19486         (spam-check-BBDB): Check and use the caches, if
19487         spam-cache-lookups is on, remove superfluous (provide).
19488
19489 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19490
19491         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19492
19493 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19494
19495         * run-at-time.el (run-at-time-saved): Move to after the definition
19496         of `run-at-time'.
19497
19498         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19499
19500 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19503         mm-w3m-local-map-property.
19504
19505         * mm-view.el (mm-w3m-mode-map): Remove.
19506         (mm-w3m-local-map-property): Remove.
19507         (mm-inline-text-html-render-with-w3m): Don't use
19508         mm-w3m-local-map-property.
19509
19510 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * run-at-time.el: New file.
19513
19514         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19515         under Emacs.
19516
19517         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19518         of gnus-set-text-properties.
19519
19520         * gnus-uu.el (gnus-uu-save-article): Ditto.
19521
19522         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19523
19524         * gnus-cite.el (gnus-cite-parse): Ditto.
19525
19526         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19527         of gnus-.
19528
19529         * gnus-xmas.el (run-at-time): Require run-at-time.
19530
19531         * gnus.el: Change calls to nnheader-run-at-time and
19532         password-run-at-time throughout to use run-at-time directly.
19533
19534         * password.el: Remove definition of run-at-time.
19535
19536         * nnheaderxm.el: Remove definition of run-at-time.
19537
19538 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19539
19540         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19541         in prompt.
19542
19543 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19544
19545         * messagexmas.el (message-xmas-redefine): Alias
19546         `message-make-caesar-translation-table' to
19547         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19548         version.
19549
19550         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19551         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19552         `gnus-xmas-set-text-properties'.
19553         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19554         `gnus-xmas-completing-read'.
19555         (gnus-xmas-completing-read): Removed.
19556         (gnus-xmas-open-network-stream): Removed.
19557
19558         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19559         XEmacs version.
19560
19561         * dns.el (dns-make-network-process): Use `open-network-stream'
19562         instead of `gnus-xmas-open-network-stream'.
19563
19564         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19565
19566         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19567
19568 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19569
19570         * gnus-art.el (gnus-mime-display-alternative)
19571         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19572         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19573         Don't use gnus-local-map-property.
19574
19575         * gnus-util.el (gnus-local-map-property): Remove.
19576
19577         * mm-view.el (mm-view-pkcs7-decrypt):
19578         Replace gnus-completing-read-maybe-default with completing-read.
19579
19580         * gnus-util.el (gnus-completing-read): do.
19581         (gnus-completing-read-maybe-default): Remove.
19582
19583 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19584
19585         * password.el: Only autoload `run-at-time' if not XEmacs.
19586         Only autoload the itimer functions if XEmacs.
19587
19588 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19591         XEmacsen.
19592
19593         * dgnushack.el: Autoload executable-find for XEmacs.
19594
19595 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19596
19597         * gnus-art.el (gnus-read-string): Remove.
19598         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19599         read-string.
19600
19601 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19602
19603         * netrc.el: Autoload password-read.
19604         (netrc): Add configuration group.
19605         (netrc-encoding-method, netrc-openssl-path):
19606         Add variables for encoding and decoding of files with symmetric
19607         ciphers.
19608         (netrc-encode): Add assistant function to encode a file with
19609         netrc-encoding-method.
19610         (netrc-parse): Add interactive parameter, added optional
19611         decoding if netrc-encoding-method is non-nil but otherwise
19612         behavior is standard.
19613         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19614         Do s/encode/encrypt/ everywhere.
19615
19616         * spam.el: Remove executable-find autoload.
19617
19618 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19619
19620         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19621
19622         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19623
19624 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19625
19626         * gnus-art.el (gnus-treat-ansi-sequences)
19627         (article-treat-ansi-sequences): New variable and function.
19628         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19629
19630         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19631         Use it.
19632
19633 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19634
19635         * mm-util.el (mm-quote-arg): Remove.
19636
19637         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19638         shell-quote-argument.
19639
19640         * gnus-uu.el (gnus-uu-command): do.
19641
19642         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19643
19644         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19645         with make-char.
19646
19647         * mm-util.el (mm-make-char): Remove.
19648
19649         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19650         add-minor-mode.
19651
19652         * gnus-undo.el (gnus-undo-mode): do.
19653
19654         * gnus-topic.el (gnus-topic-mode): do.
19655
19656         * gnus-sum.el (gnus-dead-summary-mode): do.
19657
19658         * gnus-start.el (gnus-slave-mode): do.
19659
19660         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19661
19662         * gnus-ml.el (gnus-mailing-list-mode): do.
19663
19664         * gnus-gl.el (gnus-grouplens-mode): do.
19665
19666         * gnus-draft.el (gnus-draft-mode): do.
19667
19668         * gnus-dired.el (gnus-dired-mode): do.
19669
19670         * gnus-ems.el (gnus-add-minor-mode): Remove.
19671
19672         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19673         Replace gnus-char-width with char-width.
19674
19675         * gnus-ems.el (gnus-char-width): Remove.
19676
19677         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19678         Replace gnus-char-width with char-width.
19679
19680         * gnus-ems.el (gnus-char-width): Remove.
19681
19682         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19683         definition.
19684         Remove Emacs 20 hash table compatibility code.
19685
19686         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19687         20 compatibility code.
19688
19689         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19690
19691         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19692
19693         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19694         Replace with point-at-{eol,bol}.
19695
19696         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19697
19698         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19699
19700         * flow-fill.el (fill-flowed-point-at-bol)
19701         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19702
19703         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19704         Replace with point-at-{eol,bol} throughout all files.
19705
19706 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * ntlm.el (ntlm-string-as-unibyte): New macro.
19709         (ntlm-build-auth-response): Use it.
19710
19711         Remove Emacs 20 stuff:
19712         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19713         (butlast, mapc, remove): Remove the compiler macros.
19714         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19715         of delq and copy-sequence.
19716         * gnus-art.el (popup-menu): Remove the compiler macro.
19717         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19718         Emacs 20.
19719
19720 2004-01-05  Simon Josefsson  <jas@extundo.com>
19721
19722         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19723         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19724         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19725         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19726         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19727         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19728         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19729         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19730         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19731         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19732         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19733         string-xor into ntlm-string-xor.
19734         Suggested by Jesper Harder <harder@myrealbox.com>.
19735
19736         * ntlm.el: Don't include poem.
19737
19738         * md4.el (print-int32, print-string-hexa): Remove.
19739         Suggested by Jesper Harder <harder@myrealbox.com>.
19740
19741         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19742
19743         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19744         probably breaks emacs with DL patch, but do we care? Is anyone
19745         still using the DL stuff?)
19746
19747         * sieve-manage.el: Use the password package.
19748         (sieve-manage-read-passwd): Remove.
19749         (sieve-manage-interactive-login): Use password.  Re-add
19750         condition-case around loop.
19751
19752         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19753         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19754         Use the password package.
19755
19756 2003-02-19  Simon Josefsson  <jas@extundo.com>
19757
19758         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19759         token.
19760
19761 2002-08-07  Simon Josefsson  <jas@extundo.com>
19762
19763         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19764         (sieve-manage-authenticators):
19765         (sieve-manage-authenticator-alist): Add some SASL mechs.
19766         (sieve-sasl-auth): New function.
19767         (sieve-manage-cram-md5-auth):
19768         (sieve-manage-plain-auth): Rewrite using SASL library.
19769         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19770         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19771         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19772         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19773
19774 2004-01-05  Simon Josefsson  <jas@extundo.com>
19775
19776         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19777         New files.
19778
19779 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19780
19781         * gnus-group.el (gnus-no-groups-message): Update.
19782
19783         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19784
19785 2003-11-09  Simon Josefsson  <jas@extundo.com>
19786
19787         * imap.el: Support for ID IMAP extension (RFC 2971).
19788         (imap-local-variables): Add imap-id.
19789         (imap-id): New variable.
19790         (imap-id): New function.
19791         (imap-parse-response): Parse untagged ID response.
19792         * nnimap.el (nnimap-id): New variable.
19793         (nnimap-open-connection): Use it.
19794
19795 2003-12-28  Simon Josefsson  <jas@extundo.com>
19796
19797         * gnus-score.el (gnus-score-edit-all-score): New.
19798         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19799
19800 2004-01-04  Simon Josefsson  <jas@extundo.com>
19801
19802         * password.el: Add.
19803
19804 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19805
19806         * dns.el (dns-query-types): Fix typo.
19807         (dns-query-types): New function.
19808         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19809         PTR and SOA replies, see RFC 1035.
19810
19811 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19812
19813         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19814
19815         * Move to Changelog.2.
19816
19817 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19818
19819         * gnus.el (gnus-version-number): Bump version.
19820
19821 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19822
19823         * gnus.el: No Gnus v0.1 is released.
19824
19825 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19826
19827         * gnus.el: No Gnus v0.0 is released.
19828
19829 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19830
19831         * gnus.el (gnus-version-number): Bump.
19832         (gnus-version): No.
19833
19834 See ChangeLog.2 for earlier changes.
19835
19836     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19837       Free Software Foundation, Inc.
19838
19839   This file is part of GNU Emacs.
19840
19841   GNU Emacs is free software: you can redistribute it and/or modify
19842   it under the terms of the GNU General Public License as published by
19843   the Free Software Foundation, either version 3 of the License, or
19844   (at your option) any later version.
19845
19846   GNU Emacs is distributed in the hope that it will be useful,
19847   but WITHOUT ANY WARRANTY; without even the implied warranty of
19848   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19849   GNU General Public License for more details.
19850
19851   You should have received a copy of the GNU General Public License
19852   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19853
19854 ;; Local Variables:
19855 ;; coding: utf-8
19856 ;; fill-column: 79
19857 ;; add-log-time-zone-rule: t
19858 ;; End: