(gnus-start-draft-setup): Message a bit less.
[gnus] / lisp / ChangeLog
1 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4         of automatically subscribed groups.
5         (gnus-auto-subscribed-categories): New variable.
6         (gnus-matches-options-n): Use it.
7         (gnus-default-subscribed-newsgroups): Remove unused variable.
8         (gnus-start-draft-setup): Message a bit less.
9
10 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
11
12         * nnir.el (nnir-run-imap): Return article list in order of increasing
13         UID.
14
15 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
18         gnus-auto-select-on-ephemeral-exit.
19
20         * proto-stream.el (proto-stream-open-network-only): Fix the calling
21         convention of the network-only option.
22
23 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * proto-stream.el (proto-stream-open-network-only): New function to
26         have a way to specify non-STARTTLS upgrade connections.
27
28 2010-12-10  Julien Danjou  <julien@danjou.info>
29
30         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
31         email address is nil.
32
33         * message.el (message-bogus-recipient-p): Set address to "" if nil.
34
35 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
38         deletion.
39         (nnir-run-imap): Only need to parse list once.
40
41 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * shr.el (shr-tag-script): Ignore <script>.
44         (shr-tag-label): Add <label> support.
45
46 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
49
50         * shr.el (shr-image-displayer): Work for images lined side by side.
51
52 2010-12-08  Robert Pluim  <rpluim@gmail.com>
53
54         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
55         parameter, since XEmacs doesn't accept t as a parameter.
56
57 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
58
59         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
60         ids.
61         (nnir-run-gmane): Simplify groupspec formatting.
62         (nnir-request-expire-articles): New function.
63
64 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
67         overflow, possibly.
68
69         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
70         (shr-render-td): Handle td style="" better.
71         (shr-tag-table): Use the color from the style sheet.
72         (shr-render-td): Make sure we copy over all the overlays, too.
73
74 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
75
76         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
77         (nnir-request-article): Improve article retrieval.
78
79 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * mm-util.el (mm-extra-numeric-entities): New variable.
82
83         * mm-url.el (mm-url-decode-entities):
84         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
85
86         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
87
88 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
89
90         * message.el: Use completion-at-point.
91         (message-completion-function): New fun, extracted from message-tab.
92         (message-mode): Use it for completion-at-point-functions.
93         (message-tab): Use it and completion-at-point.
94
95 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
98         character if a non-breakable character follows.
99
100 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
103         any stream.
104
105         * shr.el (shr-tag-font): Colorize the region.
106         (shr-tag-body): Ditto.
107         (shr-tag-font): Actually let the styles be inherited instead of
108         overwriting them.
109         (shr-tag-font): Get the background color right.
110         (shr-tag-style): Ignore all <style> tags for the moment.
111
112         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
113         a Message-ID to avoid having nnimap depend on gnus-sum.
114
115         * shr.el (shr-descend): Only colorize something if we have a node that
116         sets colors.
117
118 2010-12-06  Julien Danjou  <julien@danjou.info>
119
120         * shr.el (shr-render-td): Render td content with shr-descend, so style
121         will be applied to <td> too.
122         (shr-colorize-region): Colorize region even if we only have a background.
123         (shr-tag-body): Fix color and background color inheritance.
124         Do not recolorize after shr-generic.
125         (shr-tag-font): Let shr-generic colorize via inheritance.
126
127 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
130
131 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
132
133         * nnir.el (nnir-request-move-article): Remove obsolete code.
134
135 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
138
139 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-sum.el (gnus-summary-respool-article): The completion function
142         expects a list instead of an alist.
143
144         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
145         string as the parameter.
146
147         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
148
149         * shr.el (shr-stylesheet): New dynamic variable for cascading the
150         styles.
151         (shr-colorize-region): New function.
152         (shr-insert-background-overlay): Remove.
153         (shr-render-td): Background setting should be taken care of on a higher
154         level.
155         (shr-tag-body): Use post-hoc colorizations.
156         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
157         (shr-put-color-1): Don't overwrite old colors.
158         (shr-colorize-region): When the background color isn't explicit, use
159         a fixed background.
160
161         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
162         nnmail variables.
163
164 2010-12-05  Bjørn Mork  <bjorn@mork.no>
165
166         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
167         unless necessary.
168
169 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
170
171         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
172         server.
173
174 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
177         so that TAB works.
178
179         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
180         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
181
182         * shr.el (shr-urlify): Show the URL before the title to avoid
183         misleading URLs.
184
185 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
186
187         * shr.el (shr-urlify): Display the title in <a> tags.
188
189 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
190
191         * nnir.el (nnir-categorize): Replace mapcar with mapc.
192
193 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
194
195         * nnir.el: Rearrange code to allow macros to be autoloaded by
196         gnus-sum.el.
197         (nnir-retrieve-headers-override-function): Make this variable
198         customizable.
199         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
200
201         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
202         from nnir.el.
203
204 2010-12-03  Julien Danjou  <julien@danjou.info>
205
206         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
207
208 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
211         allow optional argument `environment'.
212
213 2010-12-03  Glenn Morris  <rgm@gnu.org>
214
215         * mm-extern.el (message-goto-body): Update declaration.
216
217 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * gnus-util.el (gnus-macroexpand-all): New function.
220
221         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
222         instead of macroexpand-all that is unavailable in XEmacs.
223
224 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
225
226         * nnir.el (nnir-summary-line-format): New variable.
227         (nnir-mode): Use it.
228         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
229         (nnir-article-ids): Reimplement as defsubst.
230         (nnir-retrieve-headers): Don't mangle the subject header.
231         (nnir-run-imap): Use 100 as RSV score.
232         (nnir-run-find-grep): Fix for full server searching.
233         (nnir-run-gmane): Better restriction to gmane groups.
234
235         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
236         summary buffers.
237
238 2010-12-02  Julien Danjou  <julien@danjou.info>
239
240         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
241
242         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
243
244         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
245         support.
246
247 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
248
249         * nnir.el: Update to handle the registry better.
250         (autoload): Silence byte-compiler.
251         (nnir-open-server): Add a hook for nnir groups.
252         (nnir-request-move-article): Don't mangle the header. Better to use
253         formating variables (which will be added in the future).
254         (nnir-registry-action): Update the registry using the original article
255         group name.
256         (nnir-mode): Install nnir-specific hooks for updating the registry.
257
258         * gnus-sum.el
259         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
260         obsolete variables.
261         (gnus-summary-move-article): Remove use of obsolete variables.
262         (gnus-summary-local-variables): Make move and delete hooks local to
263         summary buffers.
264
265 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * rtree.el: New file.
268
269 2010-12-01  Julien Danjou  <julien@danjou.info>
270
271         * message.el (message-user-organization): Do not use
272         gnus-local-organization.
273
274         * gnus.el: Remove gnus-local-organization.
275
276         * gnus-msg.el: Remove nastygram thing.
277
278 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
279
280         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
281         funcall.
282
283 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
286         names.
287
288         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
289         characters.
290
291         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
292         to t of inhibit-read-only since it is inside gnus-with-article-headers.
293         Suggested by Štěpán Němec <stepnem@gmail.com>.
294         (gnus-gravatar-transform-address): Use mail-extract-address-components
295         that supports non-ASCII names rather than mail-header-parse-addresses.
296
297 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * proto-stream.el (open-protocol-stream): All starttls connections are
300         handled by the network handler.
301
302 2010-11-30  Julien Danjou  <julien@danjou.info>
303
304         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
305         (nnimap-open-connection-1): Fix PREAUTH.
306
307         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
308
309 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
312         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
313         (shr-insert): Use them.
314         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
315
316 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
317
318         * nnir.el (nnir-request-move-article): Bail out if original group
319         doesn't support article moves.
320         (nnir-get-active): Improve active list retrieval.
321
322 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * shr.el (shr-find-fill-point): Don't break before apostrophes.
325
326 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
327
328         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
329         seem to accept strings-with-numbers as port numbers,
330
331 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
332
333         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
334         change the registry.
335
336 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
339         delete-dups that is not available in XEmacs 21.4.
340
341         * mm-util.el (mm-delete-duplicates): Add comment.
342
343 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
344
345         * nnir.el (nnir-ignored-newsgroups): New variable.
346         (nnir-get-active): Use it.
347
348 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * proto-stream.el (proto-stream-open-network): Add some comments.
351
352         * nntp.el (nntp-open-connection): Provide a :success condition.
353
354         * nnimap.el (nnimap-open-connection-1): Ditto.
355
356         * proto-stream.el (proto-stream-open-network): See what the response to
357         the STARTTLS command is.
358
359         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
360         backwards compatibility).
361         (nnimap-open-connection-1): Really respect nnimap-server-port.
362
363         * proto-stream.el (proto-stream-open-network): When doing opportunistic
364         TLS upgrades we don't really care about the identity of the peer.
365         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
366         that what we've checked for.
367         (proto-stream-always-use-starttls): Only default to t if
368         open-gnutls-stream exists.
369         (proto-stream-open-network): If STARTTLS failed, then just open a
370         normal connection.
371         (proto-stream-open-network): Wait until the greeting before doing
372         STARTTLS.
373
374         * nntp.el (nntp-open-connection): Report what the connection error is.
375
376         * proto-stream.el (open-protocol-stream): Renamed from
377         open-proto-stream.
378
379 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * nnimap.el (nnimap-stream): Change default to `undecided'.
382         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
383         first, and then network.
384         (nnimap-open-connection-1): Respect nnimap-server-port.
385         (nnimap-open-connection): Be more backwards-compatible.
386
387         * proto-stream.el (proto-stream-always-use-starttls): New variable.
388         (proto-stream-open-starttls): De-duplicate the starttls code.
389         (proto-stream-open-starttls): Folded back into the main function.
390         (proto-stream-open-network): Fix typo in the gnutls path.
391         (proto-stream-command): Refactor out.
392
393         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
394
395         * proto-stream.el (proto-stream-open-starttls): Actually implement the
396         starttls.el STARTTLS.
397
398         * color.el (color-lab->srgb): Fix function call name.
399
400         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
401         if we're using tls.el.
402         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
403         built in, then don't try to establish a STARTTLS connection.
404
405         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
406         servers.
407
408         * proto-stream.el (open-proto-stream): Use network, not stream.
409         (open-proto-stream): Add a way to specify what the end of a command is.
410
411         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
412         connections types.
413         (nntp-open-network-stream): Remove.
414         (nntp-open-ssl-stream): Remove.
415         (nntp-open-tls-stream): Remove.
416         (nntp-ssl-program): Remove.
417
418         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
419
420 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
421
422         * nnir.el: Fix typos.
423         (nnir-retrieve-headers-override-function): Rename variable to reflect
424         new semantics.
425         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
426         macros.
427         (nnir-request-article, nnir-request-move-article): Use them.
428         (nnir-categorize): New function.
429         (nnir-run-query): Use it.
430         (nnir-retrieve-headers): Rewrite to batch header retrieval.
431         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
432         sorted.
433         (nnir-group-full-name): Use gnus-group-full-name instead.
434         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
435         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
436
437 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
440
441         * proto-stream.el: New library to provide protocol-specific
442         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
443         protocols.
444         (open-proto-stream): Complete the documentation.
445         (proto-stream-open-network): Fix some typos.
446
447         * nnimap.el (nnimap-open-connection): Use it.
448
449 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
450
451         * pop3.el (pop3-open-server): Read server greeting before starting TLS
452         negotiation.
453
454 2010-11-26  Julien Danjou  <julien@danjou.info>
455
456         * color.el: Rename various rgb functions to srgb.
457
458 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
461         names.
462
463 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * shr.el (shr-insert): Revert last change.
466         (shr-find-fill-point): Never leave point being at bol;
467         relax the kinsoku limitation when rendering tables.
468
469 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
472         results from -accept-article.
473
474         * shr-color.el: Require cl when compiling.
475
476         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
477         checkin.
478
479         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
480
481         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
482
483         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
484         'add and 'delete to set backend marks.
485
486         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
487
488         * nnheader.el (nnheader-update-marks-actions): Refactor out.
489
490         * nntp.el (nntp-request-set-mark): Use it.
491
492         * nnfolder.el (nnfolder-request-set-mark): Ditto.
493
494         * nnml.el (nnml-request-set-mark): Ditto.
495
496         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
497         introduces regressions in article selection.
498         (nnimap-find-uid-response): New function.
499         (nnimap-request-accept-article): Use the UID returned, if any.
500         (nnimap-request-move-article): Use the UID returned, if any.
501         (nnimap-get-groups): Reimplement to work with folded lines.
502         (nnimap-find-uid-response): The UID is the last element in the list.
503         (nnimap-request-set-mark): Extend syntax with 'set.
504
505         * nnml.el (nnml-request-set-mark): Ditto.
506
507         * nnfolder.el (nnfolder-request-set-mark): Ditto.
508
509         * nntp.el (nntp-request-set-mark): Ditto.
510
511 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * message.el (message-called-interactively-p): A temporary macro.
514         (message-goto-body): Use it temporarily.
515
516 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
519         (nnimap-last-response-string): Unfold quoted lines, if they exist.
520         (nnimap-last-response-string): Fix last unfolding fix.
521
522 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * shr.el (shr-insert): Fix the way to fold lines.
525
526 2010-11-25  Julien Danjou  <julien@danjou.info>
527
528         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
529
530         * color.el: Rename from color-lab.el
531         (color-rgb->hex): Add.
532         (color-complement): Add.
533         (color-complement-hex): Add.
534
535         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
536
537 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * shr-color.el (shr-color-visible): Don't bug out if the colour names
540         don't exist.
541
542 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
545         assuming that article displaying or another mml-preview may be
546         interrupted for an error or for the like.
547
548         * shr.el (shr-get-background): Fix argument name.
549
550 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
553
554         * gnus-sum.el (gnus-summary-include-articles): New function.
555
556         * message.el (message-goto-body): called-interactively-p needs a
557         parameter, so use `any'.
558
559         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
560         clear marks before moving, since they're synced from the Gnus side
561         first.
562
563         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
564         (gnus-summary-move-article): Copy over all marks before moving, so that
565         IMAP doesn't think a new article has arrived.
566
567 2010-11-24  Julien Danjou  <julien@danjou.info>
568
569         * shr.el (shr-insert-background-overlay): Fix typo.
570         (shr-render-td): Copy the background before rendering.
571
572         * shr-color.el (shr-color-visible): Fix docstring.
573
574         * shr.el (shr-tag-table): Add bgcolor support.
575         (shr-render-td): Add bgcolor support.
576         (shr-get-background): Add.
577         (shr-insert-foreground-overlay): Use shr-get-background.
578
579         * message.el (message-goto-body): Use called-interactively-p.
580         (message-in-body-p): message-goto-body returns point.
581
582 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
585         Fixes something or other in Emacs 23, and is backwards compatible.
586
587         * message.el (message-goto-body): Remove the <#secure special-casing,
588         which is too special.
589
590         * shr.el (shr-parse-style): Drop !important from styles.
591
592 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
593
594         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
595         this function to return incorrect results when calling it with an
596         explicit article argument different from
597         (gnus-summary-article-number).
598
599 2010-11-24  Julien Danjou  <julien@danjou.info>
600
601         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
602         (shr-tag-body): Add background support.
603         (shr-descend): Add background support.
604         (shr-tag-title): Add.
605
606         * shr-color.el (shr-color-visible): Really return original background
607         if fixed.
608
609 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * shr.el (shr-color-check): Protect against non-existant colour names.
612
613 2010-11-24  Julien Danjou  <julien@danjou.info>
614
615         * color-lab.el: Require 'cl when compiling.
616
617         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
618
619         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
620         matched part.
621
622         * color-lab.el: Fix all expt calls to use float type.
623
624 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
627         expression to shr-color-check as is.
628
629         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
630
631         * color-lab.el: Add coding cookie.
632         (float-pi): Use eval-and-compile.
633
634         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
635         compiled for Emacsen having no `libxml-parse-html-region' support.
636
637 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * shr.el (shr-insert-color-overlay): Split stuff like
640         "#444444 !important" to find the real colour.
641         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
642         parse <font color="red"> entries.
643
644 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
645
646         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
647         point when parsing headers.
648
649         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
650         is positioned properly when parsing headers.
651
652 2010-11-23  Julien Danjou  <julien@danjou.info>
653
654         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
655
656         * shr-color.el (shr-color->hexadecimal): Add support for color names.
657
658         * shr.el (shr-parse-style): Replace \n with space in style parsing.
659
660         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
661         shr-color-hue-to-rgb.
662         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
663
664 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * shr.el (shr-color->hexadecimal): Autoload.
667         (shr-descend): Add color to all tags.
668
669 2010-11-22  Julien Danjou  <julien@danjou.info>
670
671         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
672         shr-color->hexadecimal.
673
674         * shr-color.el (shr-color->hexadecimal): Add converting functions for
675         RGB() or HSL() color representation.
676
677         * shr.el (shr-tag-font): Add.
678         (shr-tag-color-check): New function to get better colors.
679         (shr-tag-insert-color-overlay): Factorize code between tag-font and
680         tag-span.
681
682         * shr-color.el: New file.
683
684         * color-lab.el: New file.
685
686         * gnus-art.el (gnus-url-mailto): Do not downcase args.
687
688 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
689
690         * nnir.el: Fix typo in comments.
691         (nnir-run-imap): Simplify code. No need to reverse artlist.
692         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
693
694 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
697
698         * nnimap.el (nnimap-get-capabilities): Refactor out.
699         (nnimap-open-connection): Re-request capabilities after STARTTLS.
700
701 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
702
703         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
704         appearing when `mm-uu-hide-markers' is nil.
705
706 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * nnimap.el (nnimap-unselect-group): Make into its own function.
709         (nnimap-request-rename-group): Unselect group before renaming.
710         This had gotten lost somewhere.
711         (nnimap-request-accept-article): Keep track of examined groups, and
712         unselect the group before APPENDing to read-only groups.
713         (nnimap-request-move-article): Clear flags before moving so that they
714         can be re-set later.
715
716 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
719         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
720
721 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-art.el (gnus-mime-display-single)
724         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
725         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
726         parameter.
727
728 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
731         (shr-table-vertical-line): New variable.
732         (shr-insert-table): Use it.
733
734 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-html.el (gnus-html-wash-images): Don't display images if
737         gnus-inhibit-images is non-nil; register displayer for cid images.
738         (gnus-html-display-image): Work for cid image.
739         (gnus-html-insert-image): Allow arguments.
740         (gnus-html-put-image): Inhibit read-only.
741         (gnus-html-prefetch-images): Don't prefetch images if
742         gnus-inhibit-images is non-nil.
743
744 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * shr.el (shr-put-image): Break lines when inserting big pictures.
747
748 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
749
750         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
751         sender, thanks Katsumi Yamaoka.
752
753 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
754
755         * nnir.el (nnir-run-imap): Reverse the article list for each group
756         rather than the whole list.
757
758 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * shr.el (shr-image-displayer): Protect function against non-existent
761         image source.
762
763         * gnus-art.el (gnus-inhibit-images): New user option.
764         (gnus-mime-display-single): Don't display image if it is non-nil.
765
766         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
767         gnus-inhibit-images.
768
769         * shr.el (shr-image-displayer): New function.
770         (shr-tag-img): Use it.
771
772 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
773
774         * mml2015.el (mml2015-epg-sign): Use From header.
775
776 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-html.el (gnus-html-wash-images): Register a displayer.
779
780         * gnus-util.el (gnus-find-text-property-region): Return markers.
781
782         * shr.el (shr-tag-img): Put a displayer in the text property.
783
784         * gnus-util.el (gnus-find-text-property-region): New utility function.
785
786         * gnus-html.el (gnus-html-display-image): Make the alt optional.
787         (gnus-html-show-images): Remove.
788
789         * gnus-art.el (gnus-article-show-images): New, more general function.
790
791         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
792         image url text properties.
793
794         * shr.el: Ditto.
795
796         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
797         gnus-agent-auto-agentize-methods is set.  Which it isn't.
798
799 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
802         work for two or more articles.
803
804 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
807         divide an image that's in an html article to two or more when washing
808         non-ASCII characters in alt text of it.
809
810 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
813         smime-decrypt-region using function argument.
814         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
815
816         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
817
818         * smime.el (smime-decrypt-region): Catch it.
819
820 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
821
822         * smime.el (smime-mode-map): Move initialization into declaration.
823         (gnus-run-mode-hooks): Don't autoload.
824         (smime-mode): Use define-derived-mode.
825
826 2010-11-11  Glenn Morris  <rgm@gnu.org>
827
828         * smime.el (from): Restrict declaration to XEmacs.
829
830         * nnir.el (gnus-group-topic-name): Autoload.
831
832 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * shr.el (shr-insert): Don't break long line if it is because of
835         kinsoku-bol characters in the line end.
836
837 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
838
839         * nnir.el (nnir-request-move-article): Fix to provide original group
840         and subject.
841         (nnir-warp-to-article): Don't fail on articles whose headers haven't
842         been retrieved.
843
844         * gnus-sum.el (gnus-summary-move-article): Use original group and
845         subject for virtual articles such as those in an nnir summary buffer.
846
847 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
850         least 21.5).
851
852         * smime.el (from): Declare it again for XEmacs.
853
854 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * message.el (message-resend): Don't disable encoding unless it's
857         already encoded.
858
859         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
860         low-numbered articles.
861
862 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * rfc2047.el (rfc2047-syntax-table): Simplify.
865
866         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
867
868         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
869         set-char-table-range for XEmacs.
870
871 2010-11-10  Glenn Morris  <rgm@gnu.org>
872
873         * time-date.el (time-to-seconds): Always an alias on Emacs,
874         never a real function.
875         (with-no-warnings): Remove compat stub, now unused.
876         (time-less-p): Doc fix.
877         (time-to-number-of-days): Simplify.
878
879         * smime.el (from): Remove unused declaration.
880
881         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
882         (gnus-float-time): On Emacs, always an alias.
883
884         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
885         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
886
887 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * dgnushack.el: Don't use ignore-errors in the top level form since it
890         is unavailable in XEmacs even if cl is loaded.
891
892         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
893
894 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * shr.el (browse-url-mailto): Autoload.
897
898         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
899
900         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
901         regexp doesn't need quoting.
902
903 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
904
905         * message.el (message-subject-trailing-was-ask-regexp)
906         (message-subject-trailing-was-regexp): Match was: in addition to was.
907
908 2010-11-09  Glenn Morris  <rgm@gnu.org>
909
910         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
911         (nnbabyl-check-mbox): Use point-at-bol.
912
913 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
916
917         * message.el (message-mailto): New function.
918         (message-mailto): Should accept other parameters.
919         (message-mailto): Remove since it duplicates browse-url-mailto
920         functionality.
921
922 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
925         methods.
926         (gnus-read-active-file): Ditto.
927
928         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
929         ": " from the prompt.
930         (gnus-group-make-group): Ditto.
931
932 2010-11-07  Glenn Morris  <rgm@gnu.org>
933
934         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
935         (gnus-bookmark-kill-line): Use point-at-eol.
936
937 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
940         asterisks in From header.
941
942 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
945         string to avoid making the From headers syntactically invalid.
946
947         * message.el (message-send-mail): Don't insert courtesy messages if the
948         message already has List-Post and List-ID messages.
949
950 2010-11-06  Glenn Morris  <rgm@gnu.org>
951
952         * gnus-art.el (gnus-treat-article): Give dynamic local variables
953         `condition', `type', `length' a prefix.
954         (gnus-treat-predicate): Update for above name changes.
955
956 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
957
958         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
959         binding.  Handled by `gnus-summary-refer-thread' instead.
960         (nnir-warp-to-article): New backend function.
961
962         * nnimap.el (nnimap-request-thread): Force dependency updating.
963
964         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
965         (gnus-summary-refer-thread): Rework to improve thread-referral.
966
967         * gnus-int.el (gnus-warp-to-article): New function.
968
969         * gnus-sum.el (gnus-summary-article-map): Bind it.
970
971 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
972
973         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
974         gnus-summary-refer-thread.
975
976         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
977         headers.
978         (gnus-summary-limit-include-thread): Prevent articles in thread from
979         being cut in gnus-cut-threads.
980         (gnus-summary-refer-thread): Limit retrieved headers to those in
981         thread.
982
983 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * message.el (message-send-mail): Use the value of
986         message-courtesy-message from the message buffer.
987
988         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
989
990         * shr.el (shr-browse-url): Implement mailto: URLs.
991
992         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
993         "raw".
994
995         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
996         if it's already selected.
997
998         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
999
1000 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1003         to measure the length and truncate alt text.
1004
1005 2010-11-03  Glenn Morris  <rgm@gnu.org>
1006
1007         * nndiary.el (nndiary-generate-nov-databases-1)
1008         (nndiary-generate-active-info): Rename dynamic variable `files' to
1009         something less generic.
1010
1011 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1012
1013         * nnir.el (nnir-request-move-article): Call the underlying backend to
1014         move articles from nnir.
1015
1016 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1019
1020 2010-11-02  Julien Danjou  <julien@danjou.info>
1021
1022         * nnir.el: Remove wais support.
1023
1024 2010-11-02  Glenn Morris  <rgm@gnu.org>
1025
1026         * gnus-html.el: Reorder requirements to quieten compiler.
1027
1028 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1031         properly for XEmacs as well.
1032         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1033         (gnus-article-natural-long-line-p): Use window-width rather than
1034         frame-width.
1035
1036 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1037
1038         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1039         (nnir-read-parms): Don't modify query.
1040         (nnir-run-query): Add ability to search topic on current line.
1041         (nnir-get-active): Clean up.
1042
1043 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1046         degenerate articles.
1047
1048         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1049         (gnus-print-buffer): Just print the buffer as is, without any copying
1050         to a buffer and then re-highlighting.
1051
1052         * nnimap.el (nnimap-request-group): Store the new updated info.
1053         (nnimap-request-group): Select the group when we don't know whether it
1054         exists or not.
1055
1056         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1057         groups.
1058
1059         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1060         groups.
1061
1062         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1063         groups.
1064
1065         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1066         long-lines case by only filling the long lines.
1067
1068         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1069         (bug #7311).
1070
1071 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * shr.el: No need to declare `declare-function' since shr.el is for
1074         only Emacsen that provide `libxml-parse-html-region'.
1075
1076         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1077         effective only in a file it is referred to.
1078
1079 2010-11-01  Glenn Morris  <rgm@gnu.org>
1080
1081         * mm-util.el (gnus-completing-read): Autoload.
1082         (mm-read-coding-system): Simplify Emacs definition.
1083
1084         * nnmail.el (gnus-activate-group):
1085         * nnimap.el (gnutls-negotiate):
1086         * nntp.el (netrc-parse): Fix declarations.
1087
1088 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1091         string-match-p in Emacs >=23.
1092
1093         * gnus-msg.el (gnus-configure-posting-styles)
1094         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1095
1096 2010-11-01  Glenn Morris  <rgm@gnu.org>
1097
1098         * nnir.el (declare-function): Add compat stub.
1099         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1100         (nnir-run-gmane): Require 'mm-url.
1101
1102         * mm-util.el (mm-string-to-multibyte): Simplify.
1103
1104         * shr.el (declare-function): Add compat stub.
1105         (url-cache-create-filename): Declare.
1106         (mm-disable-multibyte, widget-convert-button): Autoload.
1107
1108         * smime.el (ldap-search): Declare.
1109         (smime-cert-by-ldap-1): Require ldap on Emacs.
1110
1111         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1112         (nnimap-keepalive): Use gnus-float-time.
1113
1114         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1115         (mail-source-delete-crash-box): Use gnus-float-time.
1116
1117         * gnus-dired.el (gnus-completing-read): Autoload.
1118
1119         * mm-view.el (gnus-rescale-image): Autoload.
1120
1121         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1122
1123         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1124
1125         * sieve-manage.el: Require 'cl when compiling.
1126
1127         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1128         (gnus-iswitchb-completing-read): Require iswitchb.
1129         (gnus-select-frame-set-input-focus): Silence compiler.
1130
1131 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * message.el (message-subject-trailing-was-query): Change default to t,
1134         since I think that's what most people want.
1135
1136         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1137         appending for easier debugging.
1138         (nnimap-wait-for-connection): Take a regexp.
1139         (nnimap-request-accept-article): Wait for the continuation line before
1140         sending anything unless we're streaming.
1141
1142         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1143         leave the header washing to take place.
1144
1145 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1146
1147         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1148         regular expression match and replace in posting styles.
1149
1150 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1151
1152         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1153         an entire server.
1154         (nnir-get-active): New function.
1155         (nnir-run-imap): Use it.
1156         (nnir-run-gmane): Who knew, gmane search returns an article score!
1157
1158         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1159         server on the current line with nnir.
1160
1161 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1164         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1165         left edge.
1166         (gnus-article-foldable-buffer): Skip past the prefix when determining
1167         raggedness.
1168
1169         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1170         the raw article, and change `C-u g' to show the article without doing
1171         treatments.
1172
1173         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1174         on to `gnus-treat-article'.
1175         (gnus-inhibit-article-treatments): New variable.
1176
1177         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1178
1179         * gnus-art.el (gnus-treatment-function-alist): Have
1180         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1181         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1182         sections.
1183
1184         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1185         parameter.
1186         (gnus-article-fill-cited-long-lines): New function.
1187         (gnus-article-fill-cited-article): Allow filling only long sections.
1188
1189         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1190         and non-punctuation (like after the apostrophe in "'We").
1191
1192         * gnus-sum.el (gnus-summary-select-article): Make sure
1193         gnus-original-article-buffer is alive.
1194
1195         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1196         reflect the order they're in in the digest.
1197
1198         * gnus.el (gnus-group-startup-message): Move point to the start of the
1199         buffer.
1200
1201         * nnimap.el (nnimap-capability): New function.
1202         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1203         is set.
1204
1205 2010-10-31  David Engster  <dengste@eml.cc>
1206
1207         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1208         conform with changes to gnus-completing-read.
1209
1210 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1213
1214 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1215
1216         * nnir.el: Move defvar, defcustom around to keep file organized
1217         and keep byte-compiler quiet.
1218         (nnir-read-parms): Accept search-engine as arg.
1219         (nnir-run-query): Pass search-engine as arg.
1220         (nnir-search-engine): Remove.
1221
1222 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * shr.el (shr-generic): The text nodes should be text, not :text.
1225
1226         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1227         later in the file.
1228
1229 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * nnir.el: General clean up.  Allow searching with multiple engines.
1232         Allow separate extra-parameters for each engine.
1233         Batch queries when possible.
1234         (nnir-imap-default-search-key,nnir-method-default-engines):
1235         Add customize interface.
1236         (nnir-run-gmane): New engine.
1237         (nnir-engines): Use it.  Qualify all prompts with engine name.
1238         (nnir-search-engine): Remove global variable.
1239         (nnir-run-hyrex): Restore for now.
1240         (nnir-extra-parms,nnir-search-history): New variables.
1241         (gnus-group-make-nnir-group): Use them.
1242         (nnir-group-server): Remove in favor of gnus-group-server.
1243         (nnir-request-group): Avoid searching twice.
1244         (nnir-sort-groups-by-server): New function.
1245
1246 2010-10-30  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-group.el: Remove gnus-group-fetch-control.
1249
1250         * gnus-start.el (gnus-find-new-newsgroups):
1251         Remove gnus-check-first-time-used.
1252
1253         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1254
1255 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1256
1257         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1258         set on groups that don't have \* permanentflags.
1259
1260 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1263         control the background color.
1264         (shr-tag-img): Ignore very small web bug type images.
1265         (shr-put-image): Add help-echo alt texts to the images.
1266         (shr-tag-video): Show the video poster image.
1267
1268 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * shr.el (shr-table-depth): New variable.
1271         (shr-tag-table-1): Only insert the images after the top-level table.
1272
1273         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1274
1275         * gnus-util.el (gnus-list-memq-of-list): New function.
1276
1277         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1278         selected.
1279         (nnimap-unsplittable-articles): New slot.
1280         (nnimap-new-articles): Use it.
1281
1282 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1283
1284         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1285         move to the previous line on `M-g'.
1286
1287 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1290         *-request-group, which seems unnecessary.
1291
1292         * nnimap.el (nnimap-quote-specials): Function copied over from
1293         imap.el.
1294         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1295         they support that.  Suggested by Tom Regner.
1296
1297 2010-10-29  Julien Danjou  <julien@danjou.info>
1298
1299         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1300         defalias.
1301         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1302
1303         * gnus.el: Remove `gnus-nntp-service' variable.
1304         (gnus-secondary-servers): Make obsolete.
1305         (gnus-nntp-server): Make obsolete.
1306
1307         * gnus-start.el (gnus-1): Remove x-splash calls.
1308
1309         * gnus-ems.el (gnus-x-splash): Remove.
1310
1311         * gnus.el (gnus-group-startup-message): Simplify/update code.
1312
1313         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1314         definition.
1315
1316         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1317         capability before doing anything.
1318         (gnus-group-insert-group-line): Remove useless
1319         gnus-group-remove-excess-properties.
1320
1321 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1324
1325 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1328         config after reselecting.
1329
1330 2010-10-28  Julien Danjou  <julien@danjou.info>
1331
1332         * shr.el (shr-put-image): Use point even if only inserting text.
1333         (shr-put-image): Save excursion when inserting alt text on non-graphic
1334         display, so the behaviour is the same when we are on a graphic display.
1335
1336         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1337
1338 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1341         (gnus-mime-copy-part): Check coding system, not charset.
1342         (gnus-mime-view-part-externally): Never remove part.
1343         (gnus-mime-view-part-internally): Don't remove part here.
1344         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1345         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1346         multipart/alternative.
1347
1348         * mm-decode.el (mm-display-part): Take optional arg `force'.
1349
1350 2010-10-26  Julien Danjou  <julien@danjou.info>
1351
1352         * gnus-group.el (gnus-group-default-list-level): Add this function to
1353         compute the default list level.
1354         (gnus-group-default-list-level): Add possibility to use a function.
1355
1356 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1359
1360         * gnus-group.el (gnus-group-completing-read)
1361         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1362         gnus-replace-in-string.
1363
1364 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * shr.el (shr-tag-div): Add.
1367
1368         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1369
1370 2010-10-25  Julien Danjou  <julien@danjou.info>
1371
1372         * gnus-util.el: Remove `gnus-with-local-quit'.
1373
1374         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1375
1376 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1379         the original article buffer.
1380
1381 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nnimap.el (nnimap-request-head): New function.
1384         (nnimap-request-move-article): Try to be slighly faster by not
1385         requesting the entire message when moving.
1386         (nnimap-transform-headers): Don't bug out on bodiless articles.
1387         (nnimap-send-command): Have no outstanding messages if the IMAP server
1388         doesn't support streaming.
1389         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1390
1391 2010-10-24  Julien Danjou  <julien@danjou.info>
1392
1393         * message.el (message-default-headers): Fix type.
1394
1395 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1398         prefetching images.
1399
1400         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1401         backend for unknown groups.  This is mainly useful for nnimap groups.
1402
1403         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1404         group isn't covered by the agent.
1405
1406 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1407
1408         * nnir.el (nnir-method-default-engines): New variable.
1409         (nnir-run-query): Use it.
1410         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1411         (gnus-summary-nnir-goto-thread): Change group if needed.
1412
1413         * gnus-group.el (gnus-group-group-map): Add key binding for
1414         gnus-group-make-nnir-group.
1415
1416 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * shr.el (shr-tag-object): Add.
1419
1420         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1421         original article buffer live.
1422         (gnus-summary-select-article-buffer):
1423         Mention gnus-widen-article-buffer.
1424
1425 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * shr.el (shr-tag-strong): Add.
1428
1429 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1432         group names.  They mess up the group buffer badly.
1433
1434         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1435
1436         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1437         instead of the summary one.
1438
1439 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * mml.el (mml-preview): Work properly when editing article.
1442
1443         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1444         gnus-have-read-active-file if it's already been in.
1445
1446 2010-10-22  Tom Tromey  <tromey@redhat.com>
1447
1448         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1449         gnus-group-completing-read.
1450
1451 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * message.el (message-mode-map): Don't bind M-; to comment region, to
1454         allow the global comment-dwim to work.
1455
1456 2010-10-21  Julien Danjou  <julien@danjou.info>
1457
1458         * message.el (message-setup-1): Allow message-default-headers to be a
1459         function.
1460
1461 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * shr.el (shr-tag-table): Simplify.
1464
1465 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1468         to avoid trying to snarf invalid stuff.
1469
1470         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1471
1472         * gnus.el (gnus-message-archive-group): Quote value.
1473         (gnus-message-archive-group): Mark as changed.
1474
1475         * shr.el (shr-add-font): Don't put the font properties on the newline
1476         or the indentation.
1477
1478         * message.el (message-fix-before-sending): Change options when sending
1479         non-printable characters.
1480
1481         * gnus.el (gnus-message-archive-method): Change the default to
1482         monthly outgoing groups.
1483
1484         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1485         that have gotten new numbers.
1486
1487         * nnimap.el (nnimap-request-replace-article): New function.
1488
1489 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1492         (nnrss-request-article): Don't use special html washing code.
1493
1494 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * shr.el (shr-tag-table): Remove useless nconc.
1497
1498 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-art.el (article-wash-html): Simplify and remove the charset
1501         stuff.  Use the normal html rendering code instead of the special html
1502         washing code.
1503
1504         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1505         `gnus-w3m' symbols.
1506         (mm-text-html-washer-alist): Remove.
1507
1508         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1509         (mm-inline-media-tests): Remove use.
1510         (mm-text-html-renderer): Change default to the `shr' symbol.
1511
1512         * mm-view.el (mm-inline-text-html): Remove use.
1513
1514         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1515         `gnus-blocked-images' to be a function.
1516         (gnus-article-wash-function): Remove.
1517
1518 2010-10-20  Julien Danjou  <julien@danjou.info>
1519
1520         * spam.el (spam-list-of-processors): Mark as obsolete.
1521
1522         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1523         (nnimap-insert-partial-structure): Fix boundary detection.
1524
1525 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1526
1527         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1528         run file-truename on remote files.  This can be expensive and even
1529         prevent one from editing drafts if some unrelated buffer has a stale
1530         connection.
1531
1532 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1535         kinsoku-eol regardless of shr-kinsoku-shorten.
1536         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1537         (shr-tag-table): Support caption, thead, and tfoot.
1538
1539 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1542         lines.
1543         (shr-save-contents): New command and keystroke.
1544
1545         * nndoc.el (nndoc-type-alist): Add git support.
1546         (nndoc-git-type-p): New function.
1547         (nndoc-transform-git-article): Ditto.
1548         (nndoc-transform-git-headers): Ditto.
1549         (nndoc-transform-git-headers): Generate Subject headers.
1550
1551         * shr.el (shr-parse-style): New function.
1552         (shr-tag-span): Ditto.
1553
1554         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1555         to `G G' to avoid collisions.
1556
1557 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * shr.el: Load kinsoku if necessary.
1560         (shr-kinsoku-shorten): New internal variable.
1561         (shr-find-fill-point): Make kinsoku shorten text line if
1562         shr-kinsoku-shorten is bound to non-nil.
1563         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1564         shr-indentation too when testing if table is wider than frame width.
1565         (shr-insert-table): Use `string-width' instead of `length' to measure
1566         text width.
1567         (shr-insert-table-ruler): Make sure indentation is done at bol.
1568
1569 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1572         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1573         undecoded network data.
1574
1575 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1578         name in the mode line spec so that the mode line menu works
1579         (bug #2431).
1580
1581         * message.el (message-get-reply-headers): If we're fed `to-address',
1582         then always use that.
1583
1584         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1585         aren't so wide as to need to switch off the edit menu.
1586
1587         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1588         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1589
1590         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1591         `M-g'.
1592         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1593         the permanent marks.
1594
1595 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1596
1597         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1598         Splitting according to references/in-reply-to obeys the ignore-groups
1599         variable, while splitting by sender and subject do not.
1600
1601 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1604         alist, so that we can look for non-Unicode chars.
1605         (article-translate-strings): Allow both character and string maps.
1606
1607 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * shr.el (shr-insert): Don't insert space behind a wide character
1610         categorized as kinsoku-bol, or between characters both categorized as
1611         nospace.
1612
1613 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1614
1615         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1616         headers to gnus-newsgroup-headers.
1617
1618 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * shr.el (shr-tag-img): Don't align images -- since we're not
1621         rescaling, this often leads to ugly displays.
1622
1623 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1626         duplicates.
1627
1628 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1629
1630         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1631         call.
1632
1633 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus.el: Autoload gnus-html-show-images.
1636
1637         * nnimap.el: Use nnheader-message throughout.
1638
1639         * shr.el (shr-tag-img): Ignore images with no data.
1640
1641 2010-10-15  Julien Danjou  <julien@danjou.info>
1642
1643         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1644         a possibility to disable format=flow encoding when using hard newlines.
1645
1646 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * shr.el (shr-insert): Remove space inserted before or after a
1649         breakable character or at the beginning or the end of a line.
1650         (shr-find-fill-point): Do kinsoku; find the second best point or give
1651         it up if there's no breakable point.
1652
1653 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * nnimap.el (nnimap-open-connection): Message when opening connection
1656         for debugging purposes.
1657
1658         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1659         on every setup buffer call to allow this to change from article to
1660         article.
1661
1662         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1663         buffers where we have a wide table.
1664
1665 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1666
1667         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1668         uses *-request-thread.
1669
1670 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1673         incantation, which is no longer valid.
1674
1675 2010-10-14  Julien Danjou  <julien@danjou.info>
1676
1677         * shr.el: Fix defcustom type (char -> character).
1678
1679 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1682         programs.
1683
1684 2010-10-14  Julien Danjou  <julien@danjou.info>
1685
1686         * shr.el (shr-tag-a): Use url-link as widget type.
1687
1688         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1689         `gnus-group-get-icon'.
1690
1691 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1694         This should make server editing work better.
1695
1696         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1697
1698         * tls.el (tls-program): Remove spurious %s from openssl.
1699
1700         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1701         (nnimap-parse-flags): Fix regexp.
1702
1703         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1704         probably work for CJVK text, too.
1705
1706         * nnimap.el (nnimap-extend-tls-programs): Remove.
1707         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1708
1709         * tls.el (tls-starttls-switches): Remove starttls hack.
1710         (open-tls-stream): Ditto.
1711         (tls-find-starttls-argument): Ditto.
1712
1713 2010-10-13  Julien Danjou  <julien@danjou.info>
1714
1715         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1716         responses.
1717
1718 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1721
1722         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1723         anything in Emacs.
1724
1725         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1726
1727 2010-10-13  Julien Danjou  <julien@danjou.info>
1728
1729         * shr.el (shr-width): Make shr-width a defcustom with default to
1730         fill-column.
1731         (shr-tag-img): Use shr-width rather than fill-column.
1732
1733 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * dgnushack.el (byte-optimize-apply)
1736         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1737
1738         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1739         position when (X-)Faces exist.
1740         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1741         avatars when called interactively.
1742
1743 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1746         gnus-article-x-face-too-ugly is bound.
1747
1748 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1751
1752         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1753         mailbox that doesn't exist.
1754
1755 2010-10-12  Julien Danjou  <julien@danjou.info>
1756
1757         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1758         (shr-get-image-data): Encode URL properly when fetching from cache.
1759         (shr-tag-img): Use aligned-to spaces to align correctly images.
1760
1761         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1762         before inserting the Gravatar.
1763
1764         * shr.el (shr-tag-img): Add align attribute support for <img>.
1765
1766 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * gnus-gravatar.el (gnus-art): Require.
1769
1770         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1771         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1772         Remove long obsoleted functions.
1773
1774 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1777
1778         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1779
1780         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1781         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1782         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1783         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1784         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1785         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1786         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1787
1788 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nnimap.el (nnimap-request-rename-group): Select group read-only
1791         before renaming it.
1792
1793         * shr.el (shr-insert): Fix up the white space only regexp.
1794
1795         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1796         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1797
1798         * shr.el (shr-current-column): New function.
1799         (shr-find-fill-point): New function.
1800
1801 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1802
1803         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1804         numbers.
1805
1806 2010-10-11  Julien Danjou  <julien@danjou.info>
1807
1808         * shr.el (shr-hr-line): Add.
1809         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1810         display hr lines.
1811         (shr-max-columns): Do not change state to nil if we just inserting
1812         spaces.
1813
1814 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1817         select the last group.
1818
1819 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1822
1823 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1824
1825         * dig.el (dig-mode-map): Declare and define in one step.
1826
1827 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1830         for Gnus.
1831         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1832         (nnimap-update-qresync-info): Mark \Seen articles as read.
1833
1834         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1835         non-variable, too.
1836
1837         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1838         available.
1839         (nnimap-update-info): Rely more on the current active than the param
1840         active to avoid marking articles as read too much.
1841
1842         * auth-source.el (auth-source-create): Use (user-login-name) for the
1843         user name default.
1844
1845         * nnimap.el (nnimap-update-info): If the server doesn't return any
1846         useful info, just use the previous info.
1847         (nnimap-update-info): Prefer old info over start-article.
1848         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1849
1850 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1851
1852         * nnir.el (autoload): Clean up autoloads.
1853         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1854         Use key rather than value.
1855         (nnir-imap-search-other): New variable.
1856         (nnir-read-parm): Use it.
1857         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1858         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1859
1860 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1861
1862         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1863         the process, too.
1864
1865 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * spam.el (gnus-summary-mode-map): Bind to "$".
1868         Suggested by Russ Allbery.
1869
1870         * shr.el: Rework the way things are indented by <li> slightly.
1871
1872         * gnus.el (gnus-group-set-parameter): Fix typo.
1873
1874         * nnimap.el: Start implementing QRESYNC support.
1875
1876 2010-10-09  Julien Danjou  <julien@danjou.info>
1877
1878         * nnir.el (nnir-engines): Fix too many arguments.
1879
1880 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1883         group is the "last", so that the backends like nnfolder actually save
1884         their folders.
1885
1886         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1887         try to use that for the tls stream.
1888         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1889         UIDVALIDITY and find out which groups are read-only and not.
1890         (nnimap-get-flags): Use the same marks parsing code as the rest of
1891         nnimap.
1892
1893 2010-10-09  Julien Danjou  <julien@danjou.info>
1894
1895         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1896
1897         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1898         retrieving gravatars.
1899
1900         * shr.el (shr-table-corner): Add.
1901         (shr-table-line): Add.
1902         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1903
1904 2010-10-08  Julien Danjou  <julien@danjou.info>
1905
1906         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1907
1908 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1909
1910         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1911
1912         * gnus-sum.el (gnus-mark-article-as-unread)
1913         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1914         (gnus-summary-set-bookmark): Use it.
1915
1916         * gnus-msg.el (gnus-setup-message): Use it.
1917
1918         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1919
1920         * gnus.el (gnus-group-remove-parameter): Use it.
1921
1922         * gnus-group.el (gnus-group-make-web-group): Use it.
1923
1924         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1925
1926         * nnregistry.el: Update docs to mention manual.
1927
1928         * gnus-registry.el: Update docs to mention nnregistry.el.
1929         (gnus-registry-initialize): Don't install nnregistry refer method
1930         automatically.
1931         (gnus-registry-install-nnregistry): Remove it.
1932
1933 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * shr.el (shr-insert): Don't insert double spaces.
1936
1937 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-gravatar.el (gnus-treat-from-gravatar)
1940         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1941         called interactively.
1942
1943         * gnus-art.el (gnus-mime-view-part-externally)
1944         (gnus-mime-view-part-internally): Make predicate function passed to
1945         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1946         of a mime type.
1947
1948         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1949
1950 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * shr.el (require): Require cl when compiling.
1953         (shr-tag-hr): New function.
1954
1955         * nnimap.el (nnimap-update-info): Remove double setting of high.
1956         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1957         This makes nnimap work properly on Courier again.
1958
1959         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1960         the variable for backwards compatability.
1961
1962         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1963         the file name before using to avoid setting mm-default-directory to
1964         nil.
1965
1966         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1967         bidning gnus-agent variables.
1968
1969         * shr.el (shr-render-td): Use a cache for the table rendering function
1970         to avoid getting an exponential rendering behaviour in nested tables.
1971         (shr-insert): Rework the line-breaking algorithm.
1972         (shr-insert): Don't leave trailing spaces.
1973         (shr-insert-table): Also insert empty TDs.
1974         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1975
1976 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1977
1978         * gnus-sum.el (gnus-number): Rename from `number'.
1979         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1980         (gnus-summary-limit-children): Update uses correspondingly.
1981
1982 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1985         (gnus-gravatar-transform-address): Don't show avatars of people of
1986         which mail addresses match gnus-gravatar-too-ugly.
1987
1988 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * shr.el (shr-table-widths): Expand TD elements to fill available
1991         space.
1992
1993 2010-10-07  Julien Danjou  <julien@danjou.info>
1994
1995         * nnimap.el (nnimap-request-rename-group): Add this method.
1996
1997 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2000         name from XEmacs' function-arglist.
2001
2002         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2003         gravatar under XEmacs.
2004
2005 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * auth-source.el: Update docs with TODO items.
2008
2009         * gnus-sync.el: Update docs to explain state and plans.
2010
2011         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2012         Hooks for mark updates.
2013         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2014
2015         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2016         hooks with arguments, which is needed for mark update hooks.
2017
2018 2010-10-06  Julien Danjou  <julien@danjou.info>
2019
2020         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2021         was matched.
2022
2023         * sieve-manage.el: Update example in `Commentary'.
2024
2025         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2026
2027         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2028         not 2000.
2029         (sieve-manage-authenticate): Re-add function.
2030
2031 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * shr.el (shr-insert): Get 'space transition right.
2034         (shr-render-td): Only delete space at the end of the TD.
2035
2036         * nnimap.el (nnimap-open-connection): Prepare to support
2037         open-gnutls-stream.
2038
2039         * shr.el: Rearrange function order to be more logical.
2040
2041 2010-10-06  Julien Danjou  <julien@danjou.info>
2042
2043         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2044         (nnrss-discover-feed): Remove 404 URL in docstring.
2045
2046         * nnir.el: Fix Swish-E URL.
2047         Fix Namazu URL.
2048
2049         * message.el (message-change-subject): Remove 404 URL in a comment.
2050
2051 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2054         called interactively.
2055
2056         * gnus-util.el (gnus-remove-if): Allow hash table.
2057         (gnus-remove-if-not): New function.
2058
2059         * gnus-art.el (gnus-mime-view-part-as-type)
2060         * gnus-score.el (gnus-summary-score-effect)
2061         * gnus-sum.el (gnus-read-move-group-name):
2062         Replace remove-if-not with gnus-remove-if-not.
2063
2064         * gnus-group.el (gnus-group-completing-read):
2065         Regard collection as a hash table if it is not a list.
2066
2067 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2070
2071         * shr.el: Document the table-rendering algorithm.
2072
2073 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2076         for Emacsen having no `libxml-parse-html-region' support.
2077
2078 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2081         invalid URLs.
2082
2083         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2084         line-broken.
2085         (shr-tag-img): Ignore image fetching errors.
2086         (shr-overlays-in-region): Compute overlay positions correctly.
2087
2088         * mm-decode.el (mm-shr): Require shr.
2089
2090         * gnus-art.el (gnus-blocked-images): Move variable here.
2091
2092         * shr.el (shr-insert-table): Bind free variable.
2093
2094         * mm-decode.el (mm-shr): Bind shr-content-function.
2095
2096         * shr.el (shr-content-function): New variable.
2097
2098         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2099         added for symmetry.
2100
2101         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2102
2103         * gnus-group.el (gnus-group-make-group): Doc fix.
2104
2105         * nnimap.el (nnimap-request-newgroups): Return success.
2106
2107         * shr.el (shr-find-elements): New function.
2108         (shr-tag-table): Put all the images after the table.
2109         (shr-tag-table): Really inhibit images inside the table.
2110         (shr-collect-overlays): Copy over overlays from the TD elements to the
2111         main document.
2112
2113         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2114         gnus-blocked-images.
2115
2116 2010-10-05  Julien Danjou  <julien@danjou.info>
2117
2118         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2119
2120         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2121         (gnus-html-maximum-image-size): Add this function.
2122         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2123
2124         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2125         server-value of the capability is nil.
2126
2127 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * shr.el (shr-tag-em): Add <EM> tag.
2130
2131 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2132
2133         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2134         customizable.
2135
2136         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2137         handing broken links to browse-url.
2138
2139 2010-10-05  Julien Danjou  <julien@danjou.info>
2140
2141         * gnus-util.el (gnus-emacs-completing-read)
2142         (gnus-iswitchb-completing-read): Use autoload rather than require.
2143
2144 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2147         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2148         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2149         iswitchb-temp-buflist for XEmacs.
2150
2151         * gnus-util.el (gnus-completing-read-function): Exclude
2152         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2153         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2154         XEmacs.
2155
2156         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2157         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2158
2159         * gnus-html.el: Don't require help-fns under XEmacs.
2160         (gnus-html-schedule-image-fetching): Work for XEmacs.
2161
2162         * mm-decode.el (mm-shr): Decode contents by charset.
2163
2164 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2167         unknown.
2168
2169         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2170         (shr-get-image-data): Ensure against the cache file missing.
2171
2172         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2173         for data.
2174
2175         * spam-report.el (spam-report-url-ping-plain): Don't query about
2176         killing the process.
2177
2178         * shr.el (shr-render-td): Protect against too-wide text.
2179
2180 2010-10-04  Julien Danjou  <julien@danjou.info>
2181
2182         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2183         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2184
2185         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2186         retrieved.
2187
2188 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el (browse-url): Require.
2191         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2192         lines.
2193         (shr-show-alt-text, shr-browse-image): New commands.
2194         (shr-browse-url, shr-copy-url): New commands.
2195
2196         * gnus-sum.el (gnus-widen-article-window): New variable.
2197         (gnus-summary-select-article-buffer): Use it.
2198
2199         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2200         without @ signs.
2201
2202 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2203
2204         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2205
2206 2010-10-04  Julien Danjou  <julien@danjou.info>
2207
2208         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2209         for XEmacs.
2210
2211 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2214
2215         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2216         (nnimap-close-server): Implement.
2217
2218         * dgnushack.el (iswitchb): Require to shut up the compiler.
2219
2220         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2221         (shr-insert): Tweak line breaking.
2222         (shr-insert): Handle <pre> better.
2223         (shr-tag-li): Get <li> indentation right.
2224         (shr-tag-li): Get <li> indentation even righter.
2225         (shr-tag-blockquote): Ensure paragraph start.
2226         (shr-make-table): Tweak table generation.
2227         (shr-make-table): Fix typo.
2228
2229         * shr.el: Implement table rendering.
2230
2231 2010-10-04  Julien Danjou  <julien@danjou.info>
2232
2233         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2234
2235 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * shr.el (shr-insert): Use string anchors instead of line anchors.
2238
2239 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * shr.el: Add headings.
2242         (shr-ensure-paragraph): Actually work.
2243         (shr-tag-li): Make <ul> prettier.
2244         (shr-insert): Get white space at the beginning/end of elements right.
2245         (shr-tag-p): Collapse subsequent <p>s.
2246         (shr-ensure-paragraph): Don't insert double line feeds after blank
2247         lines.
2248         (shr-insert): \t is also space.
2249         (shr-tag-s): Fix "s" tag name function.
2250         (shr-tag-s): Fix face prop name.
2251
2252 2010-10-03  Julien Danjou  <julien@danjou.info>
2253
2254         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2255
2256         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2257         gnus-window-inside-pixel-edges.
2258
2259         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2260         gnus-ems.
2261
2262         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2263
2264         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2265         function.
2266
2267         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2268         resize choice.
2269
2270 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2273         beginning of the buffer.
2274
2275         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2276         article buffer again.
2277
2278         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2279
2280         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2281         when it's at the start of the buffer.
2282
2283         * shr.el (shr-tag-blockquote): Convert name.
2284         (shr-rescale-image): Use the right image-size variant.
2285
2286         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2287         buffer isn't shown, then select the current article first instead of
2288         bugging out.
2289         (gnus-summary-select-article-buffer): Show both the article and summary
2290         buffers again.
2291
2292         * shr.el (shr-fontize-cont): Protect against regions with no text.
2293         Rename tag functions to shr-tag-* for enhanced security.
2294         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2295
2296 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2297
2298         * shr.el (shr-insert):
2299         * pop3.el (pop3-movemail):
2300         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2301         loaded.
2302
2303 2010-10-03  Glenn Morris  <rgm@gnu.org>
2304
2305         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2306
2307         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2308
2309         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2310
2311         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2312
2313         * gnus-util.el (gnus-make-local-hook): Simplify.
2314
2315 2010-10-02  Julien Danjou  <julien@danjou.info>
2316
2317         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2318         (gnus-ido-completing-read): New function.
2319         (gnus-emacs-completing-read): New function.
2320         (gnus-completing-read): Use gnus-completing-read-function.
2321         Add gnus-completing-read-function.
2322
2323 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * shr.el (shr-insert-document): Autoload.
2326         (shr-img): Be silent.
2327         (shr-insert): Add a newline after every picture before text.
2328         (shr-add-font): Use overlays for combining faces.
2329         (shr-insert): Pass upwards the text start point.
2330
2331         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2332         possible.
2333         (mm-shr): New function.
2334
2335 2010-10-02  Julien Danjou  <julien@danjou.info>
2336
2337         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2338         should go backward.
2339
2340 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2341
2342         * shr.el (shr): Fix typo in provide call.
2343
2344 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * shr.el: New file.
2347
2348         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2349
2350         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2351         completing read.
2352
2353 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2356         we're being queried about.  Suggested by Dan Jacobson.
2357
2358         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2359         Suggested by Jason Eisner.
2360
2361         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2362         table, too.  Suggested by Stefan Wiens.
2363         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2364         the table unnecessary.  Suggested by Stefan Wiens.
2365
2366         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2367         longer needed, and probably doesn't work either, as pointed out by
2368         Stefan Wiens.
2369         (gnus-summary-exit): Remove call to the clearing function.
2370         (gnus-summary-exit-no-update): Ditto.
2371
2372         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2373         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2374         Reported by Stefan Monnier.
2375         (gnus-summary-save-in-rmail): Ditto.
2376
2377         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2378         article buffer, instead of both the article buffer and the summary
2379         buffer.  Sort of suggested by Dan Jacobson.
2380
2381         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2382
2383         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2384         Suggested by Dan Jacobson.
2385
2386         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2387         documentation clearer.
2388
2389         * message.el (message-shorten-references): Comment on the number "21".
2390         Suggested by Stefan Monnier.
2391
2392         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2393         Suggested by Dan Jacobson.
2394
2395         * gnus.el (gnus-large-newsgroup):
2396         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2397
2398         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2399         externalize attachments.  Bug reported by Steve Wen.
2400
2401         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2402         really message anything to the user.
2403
2404         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2405         directly.
2406
2407         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2408         messages in empty groups.
2409
2410 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2411
2412         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2413         non-UIDNEXT group.
2414
2415 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2418         not the value from the collection.
2419
2420         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2421         values.  This sometimes happens on some groups that have no info.
2422         (nnimap-request-newgroups): New function.
2423
2424 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2425
2426         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2427         check into `gnus-registry-initialize'.
2428         (gnus-registry-initialize): Ditto.
2429         Fix and extend header docs.
2430
2431 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2434         regexp backtrace overflows.
2435
2436         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2437         for starttls that tls.el implements; i.e. openssl.
2438
2439         * tls.el (tls-starttls-switches): Give up on using starttls with
2440         gnutls-cli.
2441         (tls-program): Add --insecure to be consistent with the defaults from
2442         openssl s_client.  Now all three commands are insecure.
2443
2444 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * lpath.el: Bind completion-styles-alist for XEmacs.
2447
2448         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2449         (gravatar-create-image): New function that's an alias to
2450         gnus-xmas-create-image, gnus-create-image, or create-image.
2451         (gravatar-data->image): Use it.
2452
2453 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2454
2455         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2456         install the nnregistry refer method.
2457         (gnus-registry-install-hooks): Use it.
2458         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2459         unfollowed groups.
2460
2461 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2462
2463         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2464         expanding threads.
2465
2466 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnir.el: Use the server names without suffixes (bug #7009).
2469
2470         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2471         unencrypted to STARTTLS, if possible.
2472
2473 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2474
2475         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2476         headers before superseding.
2477
2478 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nnrss.el (nnrss-use-local): Add documentation.
2481
2482         * nnimap.el (nnimap-extend-tls-programs): New function.
2483         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2484         (nnimap-wait-for-connection): Accept the greeting from the stupid
2485         output from openssl s_client -starttls, too.
2486
2487         * tls.el (tls-starttls-switches): New variable.
2488         (tls-find-starttls-argument): Use it.
2489         (open-tls-stream): Ditto.
2490
2491         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2492         (netrc-machine): Ditto.
2493
2494         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2495         article number.
2496         (nnimap-split-fancy): New variable.
2497         (nnimap-split-incoming-mail): Use it.
2498
2499         * nntp.el (nntp-server-list-active-group): Document.
2500
2501         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2502         SELECT to get the message-id.
2503
2504         * mail-source.el (mail-sources): Remove webmail support.
2505         (defvar): Ditto.
2506         (mail-source-fetcher-alist): Ditto.
2507         (mail-source-fetch-webmail): Remove.
2508
2509         * webmail.el: Remove -- doesn't seem relevant any more.
2510
2511         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2512
2513         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2514         the \r.
2515
2516 2010-09-30  Julien Danjou  <julien@danjou.info>
2517
2518         * gnus-agent.el (gnus-agent-add-group): Fix call to
2519         gnus-completing-read.
2520
2521 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * nndoc.el (nndoc-retrieve-groups): New function.
2524
2525         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2526         `default', use nnmail-split-methods.
2527         (nnimap-request-article): Downcase the NILs so that they are nil.
2528
2529         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2530         symbol.
2531
2532         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2533         code, since if the user has requested network, that's what they ought
2534         to get.
2535         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2536         (nnimap-split-rule): Mark as obsolete.
2537
2538         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2539         New variable.
2540
2541         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2542         correct slot, too.
2543
2544 2010-09-29  Julien Danjou  <julien@danjou.info>
2545
2546         * gnus.el (gnus-local-domain): Declare variable obsolete.
2547
2548         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2549         Fix history computing.
2550         (gnus-ido-completing-read): Require ido.
2551
2552 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2555         build Gnus.
2556
2557         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2558         when interpreting the structures.
2559         (nnimap-request-accept-article): Add \r\n to the lines to make this
2560         work with Cyrus.
2561
2562         * nndraft.el (nndraft-request-expire-articles): Use the group name
2563         instead if "nndraft".  Fix found by Nils Ackermann.
2564
2565 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2566
2567         * nnregistry.el: Add.
2568
2569 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2570
2571         * nnmail.el (group, group-art-list, group-art):
2572         Remove unneeded directives.
2573
2574 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2577         (mm-mime-charset)
2578         * rfc2047.el (rfc2047-syntax-table)
2579         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2580
2581         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2582         rather than `insert-file-contents' and `eval-region'.
2583
2584         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2585         construction.
2586
2587         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2588
2589         * time-date.el: No need to require cl for Emacs 21.
2590
2591 2010-09-29  Julien Danjou  <julien@danjou.info>
2592
2593         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2594         replacement of `gnus-gravatar-relief' to mimic
2595         `gnus-faces-properties-alist'.
2596         Add :version property.
2597
2598 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * mail-source.el (mail-source-report-new-mail)
2601         * message.el (message-default-mail-headers)
2602         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2603
2604         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2605
2606 2010-09-28  Julien Danjou  <julien@danjou.info>
2607
2608         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2609         mail-address contains the same string as real-name.
2610
2611         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2612         non-blank in header, otherwise it'll get stripped.
2613
2614         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2615         real-name, and then for mail address rather than doing : or , search.
2616
2617 2010-09-27  Julien Danjou  <julien@danjou.info>
2618
2619         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2620         right completing-read function.
2621         (gnus-use-ido): New variable
2622         (gnus-completing-read-with-default): Remove.
2623         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2624         (gnus-agent-add-group):
2625         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2626         * mm-view.el (mm-view-pkcs7-decrypt):
2627         * mm-util.el (mm-codepage-setup):
2628         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2629         * mml-smime.el (mml-smime-openssl-sign-query):
2630         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2631         (mml-insert-multipart):
2632         * gnus-msg.el (gnus-summary-yank-message):
2633         * gnus-int.el (gnus-start-news-server):
2634         * mm-decode.el (mm-interactively-view-part):
2635         * gnus-dired.el (gnus-dired-attach):
2636         * gnus.el (gnus-read-method):
2637         * gnus-bookmark.el (gnus-bookmark-jump):
2638         * gnus-art.el (gnus-mime-view-part-as-type)
2639         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2640         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2641         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2642         * nnmairix.el (nnmairix-create-server-and-default-group)
2643         (nnmairix-update-groups, nnmairix-get-server)
2644         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2645         (nnmairix-get-group-from-file-path):
2646         * nnrss.el (nnrss-find-rss-via-syndic8):
2647         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2648         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2649         (gnus-group-browse-foreign-server):
2650         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2651         (gnus-summary-execute-command, gnus-summary-respool-article)
2652         (gnus-read-move-group-name):
2653         * gnus-score.el (gnus-summary-increase-score)
2654         (gnus-summary-score-effect):
2655         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2656
2657 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2660         x-focus-frame.
2661
2662         * nnimap.el (auth-source-forget-user-or-password)
2663         (auth-source-user-or-password): Autoload.
2664
2665         * message.el (message-from-style, message-interactive)
2666         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2667         (message-yank-prefix, message-indentation-spaces, message-signature)
2668         (message-signature-file): Add comment.
2669
2670 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2673         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2674         new articles.
2675
2676         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2677         parts.
2678         (nnimap-request-article): Work with the t setting, too.
2679
2680         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2681         that you don't get flashes of other buffers.
2682         (gnus-summary-show-complete-article): Intern before setting.
2683
2684 2010-09-27  David Engster  <dengste@eml.cc>
2685
2686         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2687         well as HEADERS.
2688         (nnmairix-retrieve-headers): Provide new argument for the above.
2689
2690 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-sum.el (gnus-summary-move-article): Don't alter
2693         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2694         group.
2695
2696         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2697
2698         * message.el (message-cite-prefix-regexp): Revert my last edit.
2699
2700         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2701         variable instead of the Gnus variable.
2702
2703         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2704
2705         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2706
2707         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2708         since some servers don't like it.
2709         (nnimap-open-connection): Forget credentials if the server says the
2710         password was wrong.
2711         (nnimap-parse-line): Protect against invalid data.
2712
2713         * gnus-sum.el (gnus-summary-move-article): Add comment.
2714         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2715         nothing alters it while scanning for new messages.
2716
2717         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2718         which may or may not help.
2719         (nnimap-open-connection): If we're doing a stream connection, and then
2720         discover we're on a STARTTLS-capable server, then open a STARTTLS
2721         connection instead.
2722
2723 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * nnimap.el (utf7): Require.
2726
2727         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2728         prefix.
2729
2730 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2731
2732         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2733
2734 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * nnimap.el (nnimap-request-accept-article): Message the error on
2737         error.
2738
2739 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2742
2743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * nndoc.el (nndoc-request-list): Return success always.
2746
2747         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2748         `fetch-old' -- we only want to fetch the articles we've requested.
2749         The rest are in the agent, probably.
2750         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2751         disappeared server" to something low.  It's not important.
2752
2753         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2754         arrived before the FETCH data.
2755
2756         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2757         target here, because we don't know the Gnus name of the group.
2758
2759         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2760         for the correct group.
2761
2762         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2763
2764         * gnus.el (gnus): Give a final warning after startup.
2765
2766         * gnus-util.el (gnus-action-message-log): New variable.
2767         (gnus-message): Use it.
2768         (gnus-final-warning): New function.
2769
2770         * nnimap.el (nnimap-open-connection): Record the greeting.
2771         (nnimap): Add greeting.
2772
2773 2010-09-26  Julien Danjou  <julien@danjou.info>
2774
2775         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2776         arguments.
2777         (gnus-html-wash-images): Fix spec computing to include start/end.
2778
2779         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2780
2781 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2784         deletion.
2785         (nnimap-retrieve-headers): Don't select the group, because that's
2786         already done by nnimap-possibly-change-group.
2787
2788         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2789         (gnus-picon-transform-address): Use it.
2790
2791         * mail-source.el (mail-source-value): Revert previous patch.
2792
2793         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2794         on failure.
2795         (nnimap-open-connection): Look up both virtual and physical server name
2796         credentials.
2797
2798         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2799
2800 2009-02-07  Dave Love  <fx@gnu.org>
2801
2802         * tls.el (open-tls-stream): Don't query killing process.
2803
2804 2009-02-08  Dave Love  <fx@gnu.org>
2805
2806         * gnus-win.el (gnus-window-to-buffer-helper)
2807         (gnus-all-windows-visible-p): Function needn't be a symbol.
2808
2809         * mail-source.el (mail-source-value): Function needn't be a symbol.
2810
2811 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * message.el (message-cite-prefix-regexp): Remove } from the cite
2814         prefix.
2815
2816         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2817         highlight again, so that the highlight is correct.
2818
2819         * gnus-picon.el (gnus-picon): Remove again.
2820         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2821
2822         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2823         doing the header highlightling, so that the background colour of the
2824         picon is correct.
2825
2826         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2827         (gnus-picon): Ditto.
2828         (gnus-picon): Reinstate.  The background colour for picons is white.
2829         (gnus-picon-insert-glyph): Make the background white.
2830
2831         * nnml.el (nnml-open-nov): Don't return dead buffers.
2832
2833         * auth-source.el (auth-source-create): Query the user for whether to
2834         store the credentials.
2835
2836         * netrc.el (netrc-store-data): New function.
2837
2838         * auth-source.el (auth-source-user-or-password): Use the existing auth
2839         sources, if any, for creation.
2840
2841         * gnus.el (gnus-group-fast-parameter): Return the last matching
2842         parameter instead of the first matching parameter.
2843
2844 2010-09-26  Julien Danjou  <julien@danjou.info>
2845
2846         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2847
2848 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * mml2015.el (mml2015-use): Remove gpg support.
2851
2852         * mml1991.el (mml1991-function-alist): Remove gpg function.
2853         (mml1991-gpg-sign): Remove.
2854
2855 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2856
2857         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2858         (gnus-browse-unsubscribe-current-group): Document it.
2859         (gnus-browse-unsubscribe-group): Use it.
2860
2861 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2864         address to the To list for easier response.
2865
2866         * gnus.el (gnus-play-startup-jingle): Remove.
2867         (gnus-splash): Don't play jingle.
2868         (gnus): Silence gnus-load message.
2869
2870         * gnus-art.el (gnus-treat-play-sounds): Remove.
2871
2872         * gnus.el (gnus-play-jingle): Remove audio support.
2873
2874         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2875
2876         * earcon.el: Remove -- no users.
2877
2878         * gnus-audio.el: Remove -- no users of this package.
2879
2880         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2881
2882         * gnus-start.el (gnus-setup-news): Remove nocem support.
2883
2884         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2885
2886         * gnus.el (gnus-use-nocem): Remove.
2887
2888         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2889         Remove.
2890
2891         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2892         uses NoCeM any more.
2893
2894         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2895         (gnus-button-ctan-handler): Ditto.
2896         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2897         (gnus-button-ctan-directory-regexp): Ditto.
2898         (gnus-button-handle-ctan): Ditto.
2899         (gnus-button-tex-level): Ditto.
2900         (gnus-button-alist): Remove CTAN stuff.
2901
2902 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2905         nnimap-streaming test.
2906
2907         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2908         servers twice.
2909
2910         * nnimap.el (nnimap-open-connection): Add more error reporting when
2911         nnimap fails early.
2912
2913         * nnheader.el (nnheader-get-report-string): New function.
2914         (nnheader-get-report): Use it.
2915
2916         * gnus-int.el (gnus-check-server): Say what the error was when opening
2917         failed.
2918
2919         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2920         using streaming.
2921
2922 2010-09-25  Julien Danjou  <julien@danjou.info>
2923
2924         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2925         gnus-window-inside-pixel-edges.
2926
2927 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2930
2931         * mm-decode.el (mm-save-part): Allow saving to other directories the
2932         normal Emacs way.
2933
2934         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2935         Suggested by Jay Berkenbilt.
2936
2937         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2938         there isn't a single byte.
2939
2940         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2941         just do it.  It doesn't really seem to matter what the user responds
2942         here, I think, so it's just a confusing question.
2943
2944         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2945         non-streaming case.
2946
2947         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2948         (gnus-article-encrypt-body): Use it.
2949
2950         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2951         keystroke.
2952
2953         * nnimap.el (nnimap-find-wanted-parts-1):
2954         Use gnus-fetch-partial-articles.
2955
2956         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2957
2958         * nnimap.el (nnimap-insert-partial-structure): New function.
2959         (nnimap-get-partial-article): New function.
2960         (nnimap-request-article): Use it.
2961         (nnimap-wait-for-response): Return whether the wait was successful.
2962         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2963         retrieval wasn't successful.
2964         (nnimap-retrieve-group-data-early): Allow throttling servers.
2965         (nnimap-streaming): New variable.
2966         (nnimap-fetch-partial-articles): Remove.
2967
2968         * mm-decode.el (mm-with-part): Protect against killed buffers.
2969
2970         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2971         for prettier summary display.
2972
2973 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2974
2975         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2976
2977 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2980         apparently third-party libraries depend on it.
2981
2982         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2983         before starting negotiation.
2984
2985         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2986         privacy reasons.
2987         (gnus-treat-mail-gravatar): Ditto.
2988
2989         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2990         buffer when inserting images.  Inserting text into the headers, for
2991         instance, can make them invalid.
2992
2993 2010-09-25  Julien Danjou  <julien@danjou.info>
2994
2995         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2996         variables.
2997
2998         * nnheader.el: Remove useless variables news-reply-yank-from and
2999         news-reply-yank-message-id.
3000
3001         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3002         variables.
3003
3004         * mml1991.el: Remove useless mml1991-verbose.
3005
3006         * gnus.el: Remove useless variable gnus-use-generic-from.
3007         Remove obsolete variable gnus-topic-indentation.
3008
3009         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3010
3011         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3012
3013         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3014
3015         * gnus-group.el: Remove useless gnus-group-icon-cache.
3016         Remove useless gnus-ephemeral-group-server.
3017
3018         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3019
3020         * mml2015.el: Remove useless mml2015-verbose.
3021
3022         * mml-smime.el: Remove useless mml-smime-verbose.
3023
3024         * gnus.el: Remove useless gnus-local-domain.
3025
3026         * gnus-gravatar.el (gnus-gravatar-transform-address):
3027         Use gnus-gravatar-size.
3028
3029         * gnus-art.el: Remove useless gnus-treat-translate.
3030
3031 2010-09-24  Julien Danjou  <julien@danjou.info>
3032
3033         * gnus-sum.el: Add support for Gravatars.
3034
3035         * gnus-art.el: Add support for Gravatars.
3036
3037         * gnus-gravatar.el: Add this file.
3038
3039         * gravatar.el: Add this file.
3040
3041 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3044
3045         * gnus-group.el (gnus-group-fetch-faq): Remove.
3046
3047         * gnus.el (gnus-group-faq-directory): Remove.
3048
3049         * gnus-group.el (gnus-group-fetch-charter): Remove.
3050
3051         * gnus.el (gnus-group-charter-alist): Remove.
3052
3053         * gnus-group.el (gnus-group-archive-directory): Remove.
3054         (gnus-group-recent-archive-directory): Ditto.
3055         (gnus-group-make-archive-group): Remove.
3056
3057         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3058
3059         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3060         use the same article number for all the cached articles.
3061
3062         * nnimap.el (nnimap-command): Register the last command time so
3063         that we can use it for idling NOOPs.
3064         (nnimap-open-connection): Start the keeplive timer.
3065         (nnimap-make-process-buffer): Store all the process buffers.
3066         (nnimap-keepalive): New function.
3067
3068         * starttls.el (starttls-open-stream): Add autoload cookie.
3069
3070 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3071
3072         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3073         handling.
3074
3075 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3078         its data structures.
3079
3080         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3081         instead of the cl.el copy-list.
3082         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3083         equalp.
3084
3085 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3088         and tool-bar-local-item-from-menu.
3089
3090         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3091         mode-line-highlight face for Emacs.
3092
3093         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3094         loading gnus-sum.elc; fix comment for canlock-verify.
3095         (gnus-article-jump-to-part): Use read-number.
3096         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3097         Remove Emacs pre-21 compatible code for help-echo.
3098         (gnus-article-next-page-1): No need to adjust the number of lines.
3099         (gnus-article-describe-bindings): Always use help-buffer.
3100
3101         * gnus-audio.el (gnus-audio-inline-sound)
3102         * gnus-cus.el (gnus-custom-mode)
3103         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3104
3105         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3106
3107         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3108         compatible code.
3109
3110 2010-09-24  Glenn Morris  <rgm@gnu.org>
3111
3112         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3113         visiting the fcc file in rmail-mode.
3114
3115         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3116
3117 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * nnir.el: Silence the byte compiler.
3120
3121         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3122         alias to browse-url-url-encode-chars if any.
3123         (gnus-html-encode-url): Use it.
3124
3125 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * gnus-start.el (gnus-use-backend-marks): New variable.
3128         (gnus-get-unread-articles-in-group): Use it.
3129
3130         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3131         makeover.
3132
3133 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3134
3135         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3136
3137 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3140         Remove.
3141         (gnus-setup-news-hook):
3142         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3143
3144         * gnus-int.el (gnus-request-update-info): Protect against backends not
3145         having the function.
3146
3147         * nnimap.el (nnimap-stream): Mention starttls.
3148         (nnimap-open-connection): Add starttls support.
3149
3150 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3151
3152         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3153
3154 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3157         BODYSTRUCTUREs.
3158         (nnimap-transform-headers): Unfold quoted {42} headers.
3159
3160         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3161         the info.
3162         (gnus-get-unread-articles): Only call updatep on backends that support
3163         it.
3164
3165         * nnweb.el (nnweb-request-update-info): NOOP.
3166
3167         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3168
3169         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3170         since it only deals with marks.
3171
3172         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3173         gnus-request-marks, and make a new gnus-request-update-info.
3174
3175         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3176         the active instead of the high number, which is usually too low.
3177
3178 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3179
3180         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3181         * encrypt.el: Remove.
3182
3183 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3186         server in symbolic form.
3187
3188         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3189
3190 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3193         (nnimap-update-info): Fix up code slightly.
3194
3195         * gnus-int.el (gnus-open-server): Add tracing for performance
3196         debugging.
3197
3198         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3199         (gnus-group-insert-group-line): Pass the real group name so that it
3200         gets the right data.
3201
3202         * gnus-start.el (gnus-get-unread-articles): Don't have
3203         `gnus-get-unread-articles-in-group' update info, since that can be
3204         really slow and doesn't seem to be needed?
3205
3206 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3207
3208         * time-date.el (date-to-time): Try using parse-time-string first before
3209         using the slower timezone-make-date-arpa-standard.
3210
3211 2010-09-22  Julien Danjou  <julien@danjou.info>
3212
3213         * gnus-group.el (gnus-group-insert-group-line):
3214         Call gnus-group-highlight-line.
3215         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3216         default hook list.
3217         (gnus-group-update-eval-form): Add new function.
3218         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3219         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3220
3221 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3224         immediate, then expire all articles.
3225         (nnimap-update-info): Fix off-by-one errors.
3226         (nnimap-flags-to-marks): Would return no marks lists for group with no
3227         flags.  Instead return the other data.
3228
3229 2010-09-22  Julien Danjou  <julien@danjou.info>
3230
3231         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3232         Only return an icon.
3233         (gnus-group-insert-group-line): Compute icon to return.
3234
3235         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3236         (gnus-html-image-fetched): Only cache if
3237         gnus-html-image-automatic-caching is set.
3238         (gnus-html-image-fetched): Check for errors.
3239
3240 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3243         once per method on `g'.  This ensures that backends like nnfolder don't
3244         open all their folders.
3245
3246         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3247         (nnimap-request-list): Nix out group in the correct buffer.
3248         (nnimap-parse-flags): Implement by using `read' instead of
3249         hand-parsing.
3250         (nnimap-flags-to-marks): Pass on permanent-flags.
3251         (nnimap-make-process-buffer): Record the server name.
3252         (nnimap-parse-flags): Fix typo.
3253         (nnimap-request-scan): Run split on the server in general, not just a
3254         single group.
3255
3256         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3257         parameter, and propagate this downwards.
3258
3259         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3260         since EXAMINE changes it on the server.
3261
3262         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3263         this command might take a while.
3264
3265 2010-09-22  Julien Danjou  <julien@danjou.info>
3266
3267         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3268         harmful if you have 2 images side-by-side, they can't be properly
3269         update on text deletion.  Using text-property is safer here.
3270         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3271         data.
3272
3273 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * nnimap.el (nnimap-expunge-inbox): Remove.
3276         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3277         (nnimap-expunge): Flip default to t.
3278
3279         * gnus.el (gnus-method-to-server): Don't push things to the cache
3280         unless it's unique.
3281         (gnus-server-to-method): Ditto.
3282
3283 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3286
3287 2010-09-22  Julien Danjou  <julien@danjou.info>
3288
3289         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3290         get the start of data.
3291         (gnus-html-encode-url): Add this function to encode special chars in
3292         URL.
3293         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3294         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3295
3296         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3297         default.
3298         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3299
3300         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3301         images alt-text.
3302         (gnus-html-put-image): Put alt-text as help-echo.
3303
3304 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3307         * mm-util.el (mm-decompress-buffer)
3308         * nnir.el (nnir-run-find-grep)
3309         * pop3.el (pop3-list): Use 3rd arg of split-string.
3310
3311         * time-date.el (format-seconds): Comment fix.
3312
3313         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3314         and byte-optimize-form-code-walker.
3315         (dgnushack-make-auto-load): Don't advise make-autoload.
3316
3317         * lpath.el: Remove Emacs 21 stuff.
3318
3319 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3322         outside the active range.  Suggested by Dan Christensen.
3323
3324         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3325         slightly later to avoid double-getting it.
3326
3327         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3328         previous patch.
3329
3330         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3331
3332 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3333
3334         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3335
3336 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-int.el (gnus-open-server): Give a better error message in the
3339         "go offline" case.
3340
3341         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3342         marks for nnimap, which is seldom the right thing to do.
3343
3344         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3345         (gnus-same-method-different-name): New function.
3346
3347         * nnimap.el (parse-time): Require.
3348
3349         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3350         method in the presence of many similar methods.
3351
3352         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3353
3354         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3355         nnml-inhibit-expiry.
3356
3357         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3358         find out whether methods are equal.
3359
3360         * nnimap.el (nnimap-find-expired-articles): New function.
3361         (nnimap-process-expiry-targets): New function.
3362         (nnimap-request-move-article): Request the article before looking at
3363         what the Message-ID is.  Fix found by Andrew Cohen.
3364         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3365
3366         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3367         for oldness in addition to being a predicate.
3368
3369         * nnimap.el (nnimap-request-group): When we have zero articles, return
3370         the right data to Gnus.
3371         (nnimap-request-expire-articles): Only delete articles immediately if
3372         the target is 'delete.
3373
3374         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3375         method, this would bug out.
3376
3377         * gnus-group.el (gnus-group-expunge-group): Rename from
3378         gnus-group-nnimap-expunge, and implemented as a normal interface
3379         function.
3380
3381         * gnus-int.el (gnus-request-expunge-group): New function.
3382
3383         * nnimap.el (nnimap-request-create-group): Implement.
3384         (nnimap-request-expunge-group): New function.
3385
3386 2010-09-21  Julien Danjou  <julien@danjou.info>
3387
3388         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3389         (gnus-html-cache-expired): Add new function.
3390         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3391         wethever we should display image for fetch it.
3392         Compute alt-text earlier to pass it to the fetching function too.
3393         (gnus-html-schedule-image-fetching): Change function argument to only
3394         get one image at a time, not a list.
3395         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3396         cache.
3397         (gnus-html-get-image-data): New function to retrieve image data from
3398         cache.
3399         (gnus-html-put-image): Change buffer argument to use image data rather
3400         than file, and place image above region rather than inserting a new
3401         one.  Do not take alt-text as argument, since it's useless now: we place
3402         the image above alt-text.
3403         (gnus-html-prune-cache): Remove.
3404         (gnus-html-show-images): Start to fetch image when we find one, do not
3405         push into a temporary list.
3406         (gnus-html-prefetch-images): Only fetch image if they have expired.
3407         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3408         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3409
3410 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3413
3414 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3417         spec inser "*" if the group isn't active instead of 0.
3418
3419         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3420         opening the server.
3421         (nnimap-request-delete-group): Implement group deletion.
3422         (nnimap-transform-headers): Return the size of the entire message in
3423         the Bytes header, not just the size of the first part.
3424         (nnimap-request-move-article): When moving an article from nnimap,
3425         request the article first so the accepting form has an article to
3426         accept.  Reported by Dan Christensen.
3427         (nnimap-command): Make sure that the error message doesn't error out.
3428
3429 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3430
3431         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3432         we haven't requested anything.
3433
3434 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3437         "".  Fix found by Andrew Cohen.
3438
3439         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3440         instead of -encode-string.
3441
3442 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3445
3446         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3447         by mm-subst-char-in-string.
3448
3449 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3452         waiting for the connection string.
3453
3454         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3455         arriving.
3456
3457         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3458         bogus characters.  This allows selecting certain Gmail groups.
3459
3460         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3461         (nnimap-fetch-partial-articles): New variable.
3462         (nnimap-open-connection): When looking for credentials, also use the
3463         nnimap-server-port.
3464         (nnimap-request-article): Return the group/article number, so that Gnus
3465         `^' works as expected.
3466         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3467
3468         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3469         comments.
3470         (gnus-methods-sloppily-equal): New function.
3471         (gnus): When using the development version of Gnus, load the gnus-load
3472         file.
3473
3474         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3475         `gnus-open-server' on each method before trying to scan them etc.
3476         This ensures that all the backend parameters are set correctly.
3477
3478         * nnimap.el (nnimap-authenticator): New variable.
3479         (nnimap-open-connection): Allow anonymous login.
3480         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3481         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3482
3483         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3484         patch, found by Knut Anders Hatlen.
3485
3486 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3487
3488         * gnus-agent.el (gnus-agent-batch-confirmation)
3489         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3490         to gnus-message.
3491         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3492         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3493         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3494         * gnus-int.el (gnus-open-server): Likewise.
3495         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3496         (gnus-score-check-syntax): Likewise.
3497         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3498         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3499         Likewise.
3500         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3501
3502 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3505         calling conventions so that prefetch doesn't bug out.
3506
3507 2010-09-19  Julien Danjou  <julien@danjou.info>
3508
3509         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3510         rather than `subst-char-in-region' in order to be able to replace ASCII
3511         char by UTF-8 ones.
3512
3513         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3514         than curl.
3515         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3516         the right URL and ALT text on images.
3517         (gnus-html-wash-tags): Fix tag case.
3518         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3519         (gnus-article-html): Add -o display_ins_del=2 option.
3520         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3521
3522 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3525         the extra mail headers, which sometimes seem to happen for unknown
3526         reasons.
3527
3528         * mail-parse.el (mail-header-encode-parameter): Define as
3529         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3530         (or most, perhaps?) mail readers don't understand the latter, but do
3531         understand the former.
3532
3533         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3534         to nil, so that no methods are automatically agentized.  I think this
3535         is probably what most users want.
3536
3537         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3538         from url-retrieve, for instance about invalid URLs.
3539
3540         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3541         groups that have no articles.
3542         (nnimap-request-article): Check that we really got an article when we
3543         requested one.
3544
3545         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3546         doesn't exist.
3547
3548         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3549         nntp buffer so the agent can save it.
3550         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3551         that CRLF doesn't get translated to \n.
3552         (nnimap-open-connection): Don't make 'shell commands only send \n.
3553
3554 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3557         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3558         Update var name.
3559         (nnml-generate-nov-file): Use dolist.
3560         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3561         Use with-current-buffer.
3562
3563 2010-09-18  Julien Danjou  <julien@danjou.info>
3564
3565         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3566         parallel.
3567
3568 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3571         the range update right.
3572         (nnimap-request-group): Don't make `M-g' bug out on group with no
3573         marks.
3574         (nnoo): Require, so that other packages can require nnimap.
3575         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3576         command we're looking for.  This helps when the server sends more
3577         responses after we've gotten everything we expected.
3578         (nnimap): Add a `newlinep' field to keep track of end-of-line
3579         conventions.
3580         Don't send CRLF to things that don't want it.
3581         (nnimap-request-accept-article): Ditto.
3582
3583 2010-09-18  Julien Danjou  <julien@danjou.info>
3584
3585         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3586         than curl to retrieve images.
3587
3588 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3591         the marks.
3592         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3593         (nnimap-wait-for-connection): New function.
3594         (nnimap-open-connection): If we have PREAUTH, don't query for login
3595         credentials.
3596         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3597         when doing a partial update.
3598
3599 2010-09-18  Julien Danjou  <julien@danjou.info>
3600
3601         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3602         tags.
3603
3604 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * nnimap.el (nnimap-credentials): New function.
3607         (nnimap-open-connection): Use the new function to look for credentials
3608         also on the numeric equivalents of "imap" and "imaps".
3609
3610         * gnus-start.el (gnus-activate-group): Send the info to
3611         gnus-request-group.
3612
3613         * nnimap.el (nnimap-request-group): Have the "check" version of the
3614         function parse flags and update the info, so that a `M-g' get a total
3615         resync of all flags from the group.
3616
3617         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3618         to allow backends to alter the info on group selection.  Also alter all
3619         the backend -request-group functions to take the parameter.
3620
3621         * nnimap.el (nnimap-store-info): New function.
3622         (nnimap-update-info): Store the info for later usage.
3623         (nnimap-request-group): Use the stored info for the dont-check case, so
3624         that we don't retrieve all marks when we enter a group.
3625
3626         * nnimap.el: Use deffoo instead of defun for interface functions.
3627
3628         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3629         update the group info.  This makes the nndraft groups, for instance, go
3630         back to their old behaviour.
3631
3632         * gnus-sum.el (gnus-select-newsgroup): Indent.
3633
3634         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3635         in.
3636         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3637         nothing.
3638
3639         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3640         from methods that are denied.
3641
3642         * gnus-int.el (gnus-method-denied-p): New function.
3643
3644         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3645         store the password instead of netrc.
3646         (nnimap-open-connection): Don't error out when we can't make a
3647         connections.
3648
3649         * auth-source.el (auth-source-create): In the password prompt, say what
3650         we're querying for.  Also prompt for user name if that hasn't been
3651         given.
3652
3653         * nnimap.el (nnimap-with-process-buffer): Remove.
3654
3655 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3658         method when we're reading from the agent.
3659
3660         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3661
3662         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3663         that's probably most useful for users.
3664
3665         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3666         "failed" all the time.
3667
3668         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3669         ...)) with (with-current-buffer ... ).
3670
3671         * nntp.el (nntp-open-server): Return whether the open was successful or
3672         not.
3673
3674         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3675         select an unread unseen article first.
3676
3677         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3678         /etc/services, supply some sensible port defaults.
3679
3680         * dgnushack.el: Define netrc-credentials.
3681
3682 2010-09-17  Julien Danjou  <julien@danjou.info>
3683
3684         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3685
3686 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3687
3688         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3689         doesn't have any parameters.
3690
3691 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3694         only upcased checks.
3695
3696         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3697
3698         * nnimap.el (nnimap-open-shell-stream): New function.
3699         (nnimap-open-connection): Use it.
3700         (nnimap-transform-headers): Get the number of lines in each message.
3701         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3702         number of lines.
3703         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3704         problem.
3705
3706         * utf7.el (utf7-encode): Autoload.
3707
3708         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3709         to allow the mail splitting to not return a default group.  This is
3710         useful for nnimap, which will leave unmatched mail in the inbox.
3711
3712         * nnimap.el: Rewritten.
3713
3714         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3715         nnimap usage.
3716
3717         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3718         if the move is internal, so that nnimap can do fast internal moves.
3719
3720         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3721         data.
3722         (gnus-read-active-for-groups): Support finishing the early retrieval of
3723         data.
3724
3725         * gnus-range.el (gnus-range-nconcat): New function.
3726
3727         * gnus-int.el (gnus-finish-retrieve-group-infos)
3728         (gnus-retrieve-group-data-early): New functions.
3729
3730 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3731
3732         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3733         (nnrss-retrieve-groups):
3734         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3735         (pop3-quit): Use with-current-buffer.
3736
3737 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3740         instead of nnheader-accept-process-output.
3741
3742         * dgnushack.el (dgnushack-compile): Add comment.
3743
3744         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3745
3746         * gnus-html.el (gnus-html-schedule-image-fetching)
3747         (gnus-html-prefetch-images): Replace process-kill-without-query by
3748         gnus-set-process-query-on-exit-flag.
3749
3750 2010-09-16  Romain Francoise  <romain@orebokech.com>
3751
3752         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3753
3754 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3757         parameter to unintern is mandatory-ish in Emacs 24.
3758
3759         * gnus-html.el (gnus-html-schedule-image-fetching)
3760         (gnus-html-prefetch-images): Check for curl before using it.
3761
3762         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3763         depend on curl, which isn't essential.
3764
3765         * imap.el: Revert back to version
3766         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3767         seem problematic.
3768
3769 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3770
3771         * gnus-registry.el (gnus-registry-install-shortcuts):
3772         Explicitly pass `obarray' to `unintern' to avoid a warning.
3773
3774 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3777         change.
3778
3779         * nnrss.el (nnrss-request-list): Remove this function and related
3780         functions, including the moreover stuff.
3781
3782 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnrss.el (nnrss-retrieve-groups): New function.
3785
3786 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3787
3788         * .dir-locals.el: Add no-byte-compile cookie.
3789
3790 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * time-date.el (format-seconds): Comment fix.
3793
3794         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3795         for back end that doesn't support request-scan.
3796
3797 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3800         then do request scans from the backends.
3801
3802         * netrc.el (netrc-credentials): New conveniency function.
3803
3804         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3805         avoid running a hook per line, since this takes a lot of time,
3806         profiling shows.
3807         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3808         directly if gnus-visual-p is true.
3809
3810 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3813         groups; replace mapcar with dolist which is a bit faster; pass groups
3814         info to gnus-read-active-file-1.
3815         (gnus-read-active-file-1): Scan only specified groups if the new
3816         optional arg `infos' is given.
3817
3818 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3821
3822         * pop3.el (pop3-movemail): Remove.
3823         (pop3-streaming-movemail): Rename to pop3-movemail.
3824
3825         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3826         don't restrict end-tag searches to the end of the line.
3827
3828 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3831         articles of every unchecked group to t, which means unknown since the
3832         server has never been opened.
3833
3834 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus-html.el (gnus-html-show-alt-text): New command.
3837         (gnus-html-browse-image): Ditto.
3838         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3839         to browse the image directly.
3840         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3841         better.
3842
3843         * gnus-async.el (gnus-async-article-callback):
3844         Call `gnus-html-prefetch-images' unconditionally.
3845
3846         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3847         before feeding URLs to curl.
3848
3849 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3852         internal images as deletable by `W D D'.
3853
3854         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3855         (gnus-async-article-callback): Fix typo.
3856
3857 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3860         current line to work around bugs in the output from w3m.
3861
3862         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3863         for groups that want that.
3864
3865         * nntp.el (nntp-wait-for-string): Supply a timeout for
3866         accept-process-output to ensure progress.
3867
3868         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3869         level to get unread articles from, then use that for foreign groups,
3870         too.
3871
3872         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3873         confuses the rest of the function.
3874
3875         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3876         for the methods that support -retrieve-groups, too.
3877
3878         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3879
3880 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3883         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3884
3885         * pop3.el: Require cl when compiling.
3886         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3887
3888 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3891         that aren't going to be activated.
3892         (gnus-get-unread-articles): Fix up the last commit.
3893
3894         * gnus-html.el (gnus-article-html): Allow calling without specifying
3895         the handle.  In that case, dissect the buffer first.
3896
3897         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3898
3899         * nnimap.el (nnimap-open-connection): Revert the change that would look
3900         into authinfo for imaps instead of imap.
3901
3902         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3903         say that you don't want to call gnus-request-group with don-check, but
3904         do check the reponse.  This is for virtual groups only.
3905         (gnus-get-unread-articles): Count the archive groups as secondary, so
3906         that they're activated the same way as before.
3907
3908         * imap.el (imap-message-map): Removed optional buffer parameter, since
3909         no callers use it.
3910         (imap-message-get): Ditto.
3911         (imap-message-put): Ditto.
3912         (imap-mailbox-map): Ditto.
3913         (imap-mailbox-put): Ditto.
3914         (imap-mailbox-get): Ditto.
3915         (imap-mailbox-get): Revert last change for this function.
3916
3917         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3918         case-insensitively.
3919         (nnimap-debug): Remove.
3920
3921         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3922         to use `imap-fetch' instead.  According to the comments, this should be
3923         safe, since all other IMAP clients use the 1:* syntax.
3924         (imap-enable-exchange-bug-workaround): Removed.
3925         (imap-debug): Removed -- doesn't seem very useful.
3926
3927         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3928         mail from a file, and the file doesn't exist.
3929
3930         * imap.el (imap-log): New convenience function used throughout instead
3931         of repeating the same code all over the place.
3932
3933         * pop3.el (pop3-streaming-movemail): Return t for success.
3934
3935         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3936         .authinfo if we're using ssl connection.
3937
3938         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3939         already have if we're in a main Gnus `g' run.
3940
3941         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3942
3943 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3946
3947         * nnmh.el (nnmh-request-list-1): Bind `file'.
3948
3949         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3950         alias to set-process-query-on-exit-flag or process-kill-without-query.
3951         (pop3-open-server): Use it.
3952
3953 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3956         box to the Incoming file.  Fixes mistake in previous checkin.
3957
3958         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3959         request loop (for debugging purposes) removed.
3960
3961         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3962         culprit is more visible.
3963         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3964         (nnml-add-incremental-nov): New functions to do "incremental" nov
3965         updates, where we just append to the end of the existing nov files
3966         without reading/writing them in full.
3967
3968         * mail-source.el (mail-source-delete-crash-box): Really only check the
3969         incoming files once in a while.
3970
3971         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3972
3973         * mail-source.el (mail-source-delete-crash-box): Only check the
3974         incoming files for deletion once per day to save a lot of file
3975         accesses.
3976
3977         * pop3.el (pop3-logon): Fix up unbound variable typo.
3978
3979         * mail-source.el (pop3-streaming-movemail): Autoload.
3980
3981         * pop3.el (pop3-streaming-movemail):
3982         Respect pop3-leave-mail-on-server.
3983
3984         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3985         retrieval.
3986
3987         * pop3.el (pop3-process-filter): Remove unused function.
3988         (pop3-streaming-movemail, pop3-send-streaming-command)
3989         (pop3-wait-for-messages, pop3-write-to-file)
3990         (pop3-number-of-responses): New functions for streaming pop3
3991         retrieval.
3992
3993         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3994         come from no known methods.
3995         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3996         list.
3997
3998         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3999         message sizes.
4000         (pop3-movemail): Use erase-buffer instead of looping and deleting
4001         regions, which seems rather odd.
4002
4003         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4004         file once per `g' run.
4005
4006         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4007         directories.  This makes the draft queue directory work.
4008
4009         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4010         data from the backends, so that we only request the list of groups from
4011         each method once.  This should speed things up considerably.
4012
4013         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4014         detect that it's not implemented.
4015
4016         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4017         we actually do recurse down into the tree, but don't stat all leaf
4018         nodes.
4019
4020         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4021         then say so instead of bugging out.
4022
4023         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4024         files exist before trying to read them.
4025
4026         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4027         around <pre_int>.
4028
4029         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4030
4031         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4032
4033 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * mm-util.el (mm-image-load-path): Just return the image directories,
4036         not all directories in the path in addition to the image directories.
4037         (mm-image-load-path): Maintain a cache of the image directories so that
4038         the `g' command in Gnus doesn't have to stat dozens of directories each
4039         time.
4040
4041         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4042         (gnus-html-wash-tags): Add a new `i' command to insert images.
4043         (gnus-html-insert-image): New command and keystroke.
4044         (gnus-html-redisplay-with-images): New command and keystroke.
4045         (gnus-html-show-images): Rename command.
4046         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4047         spacers.
4048         (gnus-html-wash-tags): Decode entities at the end, so that entities
4049         inside the tags don't mess up the rest of the "parsing".
4050
4051         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4052         so that nnimap methods aren't agentized by default.  There's apparently
4053         many problems related to agent/imap behaviour.
4054
4055         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4056
4057         * gnus-html.el: Doc fix.
4058
4059 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4062         specifier-spec-list for Emacs 21.
4063
4064         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4065         glyph-width and glyph-height instead of display-graphic-p and
4066         image-size; make avoidance of displaying small images work for XEmacs.
4067
4068         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4069         for XEmacs.
4070
4071         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4072         of symbol that holds plist data.
4073         (gnus-process-plist): Remove plist of process after getting it.
4074
4075 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * message.el (message-generate-hashcash): Change default to
4078         'opportunistic if hashcash is installed.
4079
4080         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4081         (gnus-html-put-image): Only call image-size once, since it's somewhat
4082         time-consuming on remote X servers.
4083
4084 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4087         type on data, not a file name.
4088
4089         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4090         window-pixel-edges for Emacs 21.
4091
4092         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4093         decoded contents.
4094         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4095
4096 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4099         group line format, since it isn't very interesting.
4100
4101         * gnus-agent.el (gnus-agent-short-article),
4102         (gnus-agent-long-article): Increase values for these two variables,
4103         since most people are likely to have more network connection and
4104         storage than before.
4105
4106         * gnus.el (gnus-refer-article-method): Change default to 'current.
4107         When referring an article, the common behaviour is to refer it from the
4108         current select method, not the native select method.  The chances of
4109         the native select method having the message in question is rather slim
4110         these days.
4111
4112         * gnus-sum.el (gnus-auto-select-subject): Change default to
4113         `unseen-or-unread'.  I think it's likely that most people want to
4114         select an unseen article over a previously seen, but unread one.
4115
4116         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4117         means that in the article buffer none of the minor mode elements will
4118         be shown, usually, and this is not desirable in most cases.
4119
4120         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4121         that commands like `d' (and the like) go to the next line in the
4122         buffer, instead of the next unread article.  I think this is the
4123         behaviour that is most natural for most users.
4124         (gnus-single-article-buffer): Change default to nil, so that people can
4125         have as many article buffers open as they have summary buffer.  I think
4126         this is the most natural way for the groups to behave.
4127
4128         * message.el (message-generate-new-buffers): Change default to
4129         `unsent', so that all new message buffers start their names with the
4130         string "*unsent", and it's easier to find the buffers if you move from
4131         them.
4132
4133 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4136         small.  They're probably tracking images.
4137         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4138         (gnus-html-rescale-image): Yet another try at getting the image sizing
4139         right.
4140
4141         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4142         nntp-marks-file-name is nil.
4143
4144 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4145
4146         * gnus-html.el (gnus-html-wash-tags)
4147         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4148         Better logging.
4149
4150 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4153
4154         * gnus-html.el (gnus-html-wash-tags): Check the value of
4155         gnus-blocked-images in the summary buffer.
4156
4157 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4160
4161 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4164         like "a", it seems like.
4165         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4166         since it needs to be picked from the correct buffer.
4167
4168         * nnwfm.el: Remove.
4169
4170         * nnlistserv.el: Remove.
4171
4172 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4175         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4176
4177 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * nnkiboze.el: Remove.
4180
4181         * nndb.el: Remove.
4182
4183         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4184         alt text.
4185         (gnus-html-rescale-image): Try to get the rescaling logic right for
4186         images that are just wide and not tall.
4187
4188         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4189         overshadow variable bindings.
4190
4191 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4192
4193         * gnus-html.el (gnus-html-wash-tags)
4194         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4195         Add extra logging.
4196
4197 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4200         (gnus-max-image-proportion): New variable.
4201         (gnus-html-rescale-image): New function.
4202         (gnus-html-put-image): Rescale images.
4203
4204 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4205
4206         Fix up some byte-compiler warnings.
4207         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4208         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4209         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4210         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4211         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4212         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4213         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4214
4215 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-html.el (gnus-article-html): Decode contents by charset.
4218
4219 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4222         (gnus-html-frame-width, gnus-blocked-images)
4223         * message.el (message-prune-recipient-rules): Add custom version.
4224         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4225
4226         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4227         functions.
4228
4229         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4230         gnus-process-get.
4231
4232 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4233
4234         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4235         instead of lsub directly.
4236
4237 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * nnwarchive.el: Remove.
4240
4241         * gnus-soup.el: Remove.
4242
4243         * nnsoup.el: Remove.
4244
4245         * nnultimate.el: Remove.
4246
4247         * gnus-html.el (gnus-blocked-images): New variable.
4248
4249         * message.el (message-prune-recipients): New function.
4250         (message-prune-recipient-rules): New variable.
4251
4252         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4253         guess whether a long line is natural text or not.
4254
4255         * gnus-html.el (gnus-html-schedule-image-fetching):
4256         Use gnus-process-plist and friends for compatibility.
4257
4258 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4259
4260         * gnus-html.el: Require packages that define macros used in this file.
4261         (gnus-article-mouse-face): Declare to silence byte-compiler.
4262         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4263         process-get.
4264         (gnus-html-put-image): Use plist-get to avoid getf.
4265         (gnus-html-prefetch-images): Use with-current-buffer.
4266
4267 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-ems.el: Provide compatibility functions for
4270         gnus-set-process-plist.
4271
4272         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4273         header-line-format for XEmacs 21.4.
4274
4275         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4276         * gnus.el (gnus-valid-select-methods)
4277         * message.el (message-send-mail-partially-limit)
4278         * mm-decode.el (mm-text-html-renderer)
4279         * mml.el (mml-insert-mime-headers-always)
4280         * smiley.el (smiley-regexp-alist): Bump custom version.
4281
4282 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4283
4284         * gnus-html.el: require mm-url.
4285         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4286         with the url to `url'.
4287         (gnus-html-wash-tags): Support cid: URLs/images.
4288
4289 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4292         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4293         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4294
4295         * gnus-move.el: Remove file, since it doesn't really work.
4296
4297         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4298         UTF-8.  This seems to fix problems with some German web feeds.
4299
4300         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4301         at the top so that the proper colours are applied.
4302
4303         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4304         don't have dots in their names.
4305
4306         * gnus-art.el (gnus-article-view-part): Doc fix.
4307
4308         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4309         XEmacs-compatible.
4310         (gnus-html-put-image): Don't do images on non-graphic displays.
4311
4312         * nnslashdot.el: Remove this unused backend.
4313
4314         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4315         actions.
4316         (gnus-undo-register-1): Revert last change.
4317
4318         * gnus-group.el (gnus-group-completing-read): Protect against not
4319         having completion-styles bound.
4320
4321         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4322         make broken recipients happier.
4323
4324         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4325
4326         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4327         point parameter.
4328
4329         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4330
4331         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4332         completion-styles for group selection.
4333
4334 2009-02-04  Andreas Schwab  <schwab@suse.de>
4335
4336         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4337         headers and regexp-quote the match if necessary.
4338
4339 2009-03-24  Miles Bader  <miles@gnu.org>
4340
4341         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4342         the blinking smiley.
4343
4344 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4345
4346         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4347         blink smiley.
4348
4349 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4352         where the dribbel file lives exists.
4353
4354         * message.el (message-send-mail-partially-limit): Change the default to
4355         nil, since most people don't want this.
4356
4357         * mm-url.el (mm-url-decode-entities): Also decode entities like
4358         &#x3212.
4359
4360 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4361
4362         * gnus-sum.el (gnus-summary-idna-message):
4363         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4364         Hyperlink urls in docstrings with URL `...'.
4365
4366 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4367
4368         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4369         functions.
4370
4371 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4374         say what the mouseover text should be.
4375
4376         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4377         version of the mm-w3m-safe-url-regexp variable to only download images
4378         in the groups where we want that to happen.
4379
4380         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4381
4382         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4383         easier debugging.
4384         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4385         big pictures in the article buffer.
4386
4387         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4388         gnus-article-html.
4389         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4390         w3m.
4391
4392         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4393
4394 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4397         which doesn't exist.
4398
4399         * message.el (message-inhibit-ecomplete): New variable to allow some
4400         function to inhibit ecomplete address storage.
4401         (message-resend): Disable ecomplete message storage when resending
4402         messages.
4403
4404         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4405
4406 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4409         Save excursion while copying, moving, and deleting articles in order to
4410         prevent the cursor from jumping to unforeseen place.
4411
4412 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * lpath.el: No need to bind bookmark-current-buffer,
4415         bookmark-yank-point and bookmark-make-record-function.
4416
4417 2010-08-17  Glenn Morris  <rgm@gnu.org>
4418
4419         * gnus-sync.el: Require gnus components whose functions are used.
4420
4421         * gnus-art.el (bookmark-make-record-function):
4422         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4423         Declare for compiler.
4424
4425         * mm-url.el (mml-compute-boundary): Autoload.
4426
4427 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4430
4431 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4432
4433         Typo fix "hoo4a" -> "hook".
4434
4435         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4436
4437 2010-08-14  Glenn Morris  <rgm@gnu.org>
4438
4439         * gnus-sync.el (gnus-sync): Fix defgroup version.
4440
4441 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4444
4445         * gnus-sync.el: Fix docs.
4446         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4447         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4448
4449 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         Optimizations for gnus-sync.el.
4452
4453         * gnus-sync.el: Add docs about gnus-sync-backend
4454         possibilities.
4455         (gnus-sync-save): Remove unnecessary message.
4456         (gnus-sync-read): Optimize and show what groups were skipped.
4457
4458 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         Minor bug fixes for gnus-sync.el.
4461
4462         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4463         Don't read the sync on get-new-news.
4464
4465         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4466         quiet.
4467
4468         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4469         (fix typo).
4470
4471 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4472
4473         Make saving and restoring of hidden threads work with overlays.
4474         Patch applied by Ted Zlatanov.
4475
4476         * gnus-sum.el (gnus-hidden-threads-configuration)
4477         (gnus-restore-hidden-threads-configuration): Update to deal with text
4478         properties, rather than searching for a magic character.
4479
4480 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         New gnus-sync.el library for synchronization of marks.
4483
4484         * gnus-sync.el: New library for synchronization of marks.
4485
4486         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4487         renamed from `gnus-registry-grep-in-list'.
4488
4489         * gnus-registry.el (gnus-registry-follow-group-p):
4490         Use `gnus-grep-in-list'.
4491
4492         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4493
4494 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4497         determining charset of text fails.
4498
4499 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * nnmail.el (nnmail-get-new-mail-1): Revert.
4502
4503         * nnml.el (nnml-active-number): Make sure names of newly created groups
4504         in nnml-group-alist are encoded.
4505
4506 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4509         containing non-ASCII characters in active file for nnml back end.
4510
4511 2010-07-24  David Engster  <dengste@eml.cc>
4512
4513         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4514         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4515
4516 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4517
4518         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4519         tag (Bug#6654).
4520
4521 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4524         the article buffer, not the summary buffer.
4525
4526 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4529         Emacs 23 as well.
4530
4531 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4534         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4535
4536 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4537
4538         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4539         Patch applied by Karl Fogel.
4540
4541         * gnus-sum.el (gnus-summary-bookmark-make-record):
4542         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4543
4544 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4545
4546         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4547         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4548         C-w still not working correctly from Article buffers; Thierry's
4549         patch to fix that will be applied after this.
4550
4551         * gnus-art.el (bookmark-make-record-function): New local variable.
4552
4553         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4554         article buffer.
4555         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4556
4557 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4558
4559         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4560         on changes in bookmark.el.
4561
4562 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4565         `no-log' instead of message not to log prompt string.
4566
4567 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4568
4569         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4570         the *other* type of HTML form submission.
4571
4572 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4573
4574         * auth-source.el (auth-source-pick): If choice does not contain a
4575         questioned keyword, set the check to t.
4576
4577 2010-06-12  Romain Francoise  <romain@orebokech.com>
4578
4579         * gnus-util.el (gnus-date-get-time): Move up before first use.
4580
4581 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4584         (gnus-article-edit-part): Bind it to make last part that is substituted
4585         or deleted visible.
4586         (gnus-mime-display-single): Buttonize part of which id equals to
4587         gnus-mime-buttonized-part-id.
4588
4589 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4590
4591         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4592         (gnus-dd-mmm): Use gnus-date-get-time.
4593         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4594         simplify logic.
4595         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4596         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4597
4598 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4599
4600         * auth-source.el (top): Autoload `secrets-list-collections',
4601         `secrets-create-item', `secrets-delete-item'.
4602         (auth-sources): Fix tag string.
4603         (auth-get-source, auth-source-retrieve, auth-source-create)
4604         (auth-source-delete): New defuns.
4605         (auth-source-pick): Rewrite in order to avoid 2 passes.
4606         (auth-source-forget-user-or-password): New parameter USERNAME.
4607         (auth-source-user-or-password): New parameters CREATE-MISSING and
4608         DELETE-EXISTING.  Retrieve password interactively, if needed.
4609
4610 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4611
4612         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4613         deleting unused directories when gnus-expert-user is t.
4614
4615 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4618         for each temp file when gnus-article-browse-delete-temp is ask.
4619
4620 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4621
4622         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4623         Lisp calls to delete-backward-char by calls to delete-char.
4624
4625 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4626
4627         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4628
4629 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4630
4631         * password-cache.el (password-cache-remove): Fix docstring.
4632
4633 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4636         article unless decoding article to be saved.
4637
4638 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4641         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4642         generated within the mm-with-unibyte-current-buffer macro.
4643
4644 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4647         to nil when we're in a mml-preview buffer and no group is selected.
4648
4649 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4650
4651         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4652         when catching the `C-g'.  Reported by "Leo".
4653
4654 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * message.el (message-forward-make-body-plain)
4657         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4658         multibyte-string-p.
4659
4660         * lpath.el: Revert.
4661
4662 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * message.el (message-forward-make-body-mml): Assume original message
4665         is multibyte string; error on unibyte.
4666         (message-forward-make-body-plain): Ditto; don't add excessive newline
4667         in body end.
4668
4669         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4670
4671 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4672
4673         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4674         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4675
4676 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * mm-extern.el (mm-extern-url): Don't use
4679         mm-with-unibyte-current-buffer.
4680         (mm-extern-cache-contents): Use with-current-buffer instead of
4681         save-excursion + set-buffer.
4682
4683 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * mm-util.el (mm-emacs-mule): Remove.
4686
4687 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4688
4689         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4690         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4691         change.
4692
4693 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4696         bind the default value of enable-multibyte-characters to nil.
4697
4698 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * message.el (message-forward-make-body-plain)
4701         (message-forward-make-body-mml):
4702         Don't use mm-with-unibyte-current-buffer.
4703
4704 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4705
4706         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4707
4708 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4709
4710         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4711         (Bug#5592).
4712
4713 2010-05-07  Julien Danjou  <julien@danjou.info>
4714
4715         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4716         it to mm-pipe-part.
4717
4718         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4719         it is given.
4720
4721 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * binhex.el (binhex-decode-region-internal)
4724         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4725         (dns-query)
4726         * nnweb.el (nnweb-gmane-search)
4727         * pgg-parse.el (pgg-parse-armor)
4728         * pgg.el (pgg-verify-region)
4729         * sha1.el (sha1-string-external)
4730         * uudecode.el (uudecode-decode-region-internal)
4731         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4732         XEmacs.
4733
4734         * gnus-art.el (gnus-article-browse-html-parts)
4735         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4736         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4737         make-temp-file.
4738
4739         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4740         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4741         compiling.
4742
4743         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4744         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4745         XEmacs when compiling.
4746
4747         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4748         gnus-pick-mode-off-hook for XEmacs when compiling.
4749         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4750         gnus-binary-mode-off-hook for XEmacs when compiling.
4751
4752         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4753         Return nil if char-charset is not available.
4754
4755         * imap.el (imap-disable-multibyte)
4756         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4757         macros.
4758
4759         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4760         instead of encode-coding-string.
4761
4762         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4763         'xemacs) instead of mm-emacs-mule to switch function definitions.
4764         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4765
4766         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4767         bind temporary-file-directory for XEmacs;
4768         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4769         timer-set-function for XEmacs 21.4 and SXEmacs;
4770         bind timer-list for XEmacs 21.4 and SXEmacs;
4771         fbind char-charset and find-charset-region for non-Mule XEmacs;
4772         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4773         encode-coding-region and encode-coding-string for XEmacs having no
4774         file-coding feature.
4775
4776 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4777
4778         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4779
4780 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4783         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4784
4785 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4786
4787         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4788         alias `jka-compr-delete-temp-file' no longer exists.
4789
4790 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4791
4792         Use define-minor-mode in Gnus where applicable.
4793         * mml.el (mml-mode): Use define-minor-mode.
4794         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4795         (gnus-undo-mode): Use define-minor-mode.
4796         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4797         (gnus-dead-summary-mode): Use define-minor-mode.
4798         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4799         Initialize in declaration.
4800         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4801         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4802         (gnus-mailing-list-mode): Use define-minor-mode.
4803         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4804         (gnus-draft-mode): Use define-minor-mode.
4805         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4806         (gnus-dired-mode): Use define-minor-mode.
4807
4808 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4809
4810         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4811         handles on recursive mml-to-mime translation and check them for
4812         boundary delimiter collisions.  Reported by Greg Troxel.
4813
4814 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4817
4818 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4819
4820         * mm-util.el (mm-find-buffer-file-coding-system):
4821         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4822
4823 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4824
4825         * message.el (message-generate-headers): Record insertion of optional
4826         headers as well.  Otherwise the check to prevent repeated insertion of
4827         optional headers is a no-op.
4828
4829 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * smime.el: Don't mention CVS.
4832
4833         * nnrss.el (nnrss-fetch): Don't mention CVS.
4834
4835         * nnir.el: Don't mention CVS.
4836
4837 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4838
4839         * gnus-sum.el (gnus-summary-bookmark-make-record):
4840         Add `location' field.
4841
4842 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * lpath.el: Fbind bookmark-default-handler,
4845         bookmark-get-bookmark-record, bookmark-make-record-default,
4846         bookmark-prop-get for Emacs <23 and XEmacs.
4847
4848 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4849
4850         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4851         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4852         Use with-current-buffer to silence the byte-compiler.
4853         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4854         bother to require `gnus'.
4855         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4856
4857 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4858
4859         * gnus-sum.el (gnus-summary-bookmark-make-record)
4860         (gnus-summary-bookmark-jump): New functions.
4861         (gnus-summary-mode): Setup bookmark support.
4862
4863 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4864
4865         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4866         if set.
4867
4868 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4871         gnus-article-browse-html-save-cid-image; make it work recursively for
4872         forwarded messages as well.
4873         (gnus-article-browse-html-parts): Work when prefix arg is given.
4874         (gnus-article-browse-html-article): Doc fix.
4875
4876 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4877
4878         * message.el (message-default-mail-headers):
4879         (message-default-headers): Carry the value mail-default-headers over
4880         into message-default-mail-headers, rather than message-default-headers.
4881
4882 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4883
4884         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4885         charset.
4886
4887         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4888         charset into the <meta> tag when the article is encoded to utf-8.
4889
4890 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-art.el (gnus-article-browse-delete-temp-files):
4893         Delete directories as well.
4894         (gnus-article-browse-html-parts): Work for images that do not specify
4895         file names; delete temp directory when quitting; insert header at the
4896         right place; use file: scheme for image files.
4897
4898 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4899
4900         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4901         (gnus-article-browse-html-parts): Use it to make temporary cid image
4902         files in addition to html file so that browser may display them.
4903
4904 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4907
4908 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4911
4912 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * auth-source.el (auth-sources): Change default to be simpler.
4915         Explain about Secret Service API sources.  Improve Customize options.
4916         (auth-source-pick): Change to accept any number of search parameters.
4917         Implement fallbacks iteratively, not recursively.  Add scoring on the
4918         second pass and sort by score.  Call Secret Service API when needed.
4919         (auth-source-user-or-password): Use it.  Call Secret Service API
4920         directly when needed to get the user name and the password.
4921
4922 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4923
4924         * message.el (message-interactive): Doc fix.
4925         (message-qmail-inject-args): Reflow.
4926         (message-kill-to-signature): Fix typo in docstring.
4927
4928         * smiley.el (smiley-buffer): Fix typo in docstring.
4929
4930 2010-03-24  Glenn Morris  <rgm@gnu.org>
4931
4932         * mail-source.el (gnus-message): Declare.
4933         (mail-source-delete-old-incoming): Require gnus-util.
4934
4935 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4938
4939         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4940
4941         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4942         password-cache's default if it is not bound.
4943         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4944         password-cache-expiry's default if it is not bound.
4945
4946         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4947         available in Emacs 21.
4948
4949         * lpath.el: Suppress compiler warnings for:
4950         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4951         XEmacs;
4952         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4953         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4954         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4955
4956 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * auth-source.el (auth-sources): Fix up definition so extra parameters
4959         are always inline.
4960
4961 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4962
4963         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4964         wasn't updated after mismatch.  Clear cached mailbox info correctly
4965         when uidvalidity changes.
4966         (nnimap-group-prefixed-name): New function to avoid some code
4967         duplication.
4968         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4969         (nnimap-request-group): Use it.
4970         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4971         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4972         with many imap folders.  This is done by caching the group status from
4973         the imap server persistently in a group parameter `imap-status'.  (This
4974         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4975         but not persistently, so every Gnus startup was still very slow.)
4976
4977 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4980         delete the extra newline.  Otherwise editing of :string and :number
4981         types don't work.
4982
4983 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4986         secrets.el dependency.
4987         (auth-sources): Add optional user name.  Add secrets.el configuration
4988         choice (unused right now).
4989
4990 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * gnus-sum.el (gnus-summary-make-menu-bar):
4993         Let `gnus-registry-install-shortcuts' fill in the functions.
4994
4995         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4996         warnings.
4997         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4998         (gnus-registry-install-shortcuts): Populate and use it in a
4999         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5000
5001 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5002
5003         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5004         In-place substitutions for the group name encoding/decoding.
5005         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5006         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5007         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5008         (nnimap-update-unseen, nnimap-request-list)
5009         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5010         (nnimap-request-set-mark, nnimap-split-to-groups)
5011         (nnimap-split-articles, nnimap-request-newgroups)
5012         (nnimap-request-create-group, nnimap-request-accept-article)
5013         (nnimap-request-delete-group, nnimap-request-rename-group)
5014         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5015         `encoded-mbx' for consistency.
5016         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5017         variable `imap-current-mailbox'.
5018
5019         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5020         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5021
5022 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5023
5024         * pop3.el (pop3-display-message-size-flag): Display message size byte
5025         counts during POP3 download.
5026         (pop3-movemail): Use it.
5027         (pop3-list): Implement listing of available messages.
5028
5029 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5030
5031         * nnir.el (nnir-get-article-nov-override-function): New function to
5032         override the normal NOV retrieval.
5033         (nnir-retrieve-headers): Use it.
5034
5035 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5036
5037         * auth-source.el (netrc-machine-user-or-password): Autoload.
5038
5039 2010-03-19  Glenn Morris  <rgm@gnu.org>
5040
5041         Stop message.el from loading about 40 libraries it doesn't always need.
5042         The general approach is to autoload rather than require, and to
5043         require in the specific functions rather than the file.  (Bug#5642)
5044
5045         * gmm-utils.el: Don't require wid-edit.
5046         (widget-create-child-value, widget-convert, widget-default-get):
5047         Autoload.
5048
5049         * gnus-util.el: Don't require time-date, netrc.
5050         (message-fetch-field, gnus-group-name-decode): Declare rather than
5051         autoloading.
5052         (gnus-fetch-field): Require message.
5053         (gnus-decode-newsgroups): Require gnus-group.
5054
5055         * ietf-drums.el: Don't require time-date.
5056
5057         * message.el: Don't require hashcash, canlock, ecomplete.
5058         Do require mail-utils.  Require nnheader only when compiling.
5059         (smtpmail-default-smtp-server): Remove declaration.
5060         (message-send-mail-function): Check smtpmail-default-smtp-server
5061         is bound rather than requiring smtpmail.
5062         (message-auto-save-directory, message-insert-signature):
5063         Use expand-file-name rather than nnheader-concat.
5064         (nnheader-insert-file-contents): Autoload.
5065         (hashcash-wait-async): Declare.
5066         (message-send-mail): Only call gnus-setup-posting-charset if
5067         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5068         (message-send-mail-with-sendmail): Require sendmail.
5069         (canlock-password, canlock-password-for-verify): Declare.
5070         (message-canlock-password): Require canlock.
5071         (nnheader-get-report): Autoload.
5072         (gnus-setup-posting-charset): Declare.
5073         (message-send-news): Require gnus-msg.
5074         (message-make-references, message-make-in-reply-to): Use mail-header-id
5075         rather than the alias mail-header-message-id.
5076         (ecomplete-add-item, ecomplete-save): Declare.
5077         (message-put-addresses-in-ecomplete): Require ecomplete.
5078         (ecomplete-display-matches): Autoload.
5079
5080         * mm-decode.el: Don't require mailcap, gnus-util.
5081         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5082         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5083         Autoload.
5084         (mailcap-mime-extensions): Declare.
5085
5086         * mm-encode.el: Don't require mailcap.
5087         (mailcap-extension-to-mime): Autoload.
5088
5089         * mml-sec.el: Don't require password-cache.
5090
5091         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5092         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5093         (mml-minibuffer-read-type): Require mailcap.
5094         (mml-preview): Require gnus-msg.
5095
5096         * mml1991.el: Require password-cache.
5097         (password-cache-expiry): Remove declaration.
5098
5099         * mml2015.el: Require password-cache.
5100         (password-cache-expiry): Remove declaration.
5101
5102         * nneething.el (mailcap): Require mailcap.
5103
5104         * nnheader.el (declare-function): Add compatibility stub.
5105         (message-remove-header): Declare rather than autoload.
5106         (nnheader-replace-header): Require message.
5107
5108         * nnimap.el (declare-function): Add compatibility stub.
5109         (netrc-parse, netrc-machine-user-or-password): Declare.
5110         (nnimap-open-connection): Require netrc.
5111
5112         * nntp.el (declare-function): Add compatibility stub.
5113         (netrc-parse, netrc-machine, netrc-get): Declare.
5114         (nntp-send-authinfo): Require netrc.
5115
5116         * rfc2047.el: Don't require qp.
5117         (quoted-printable-encode-region, quoted-printable-decode-string):
5118         Autoload.
5119
5120         * sieve-mode.el: Don't require easymenu.
5121         (easy-menu-add-item): Autoload it.
5122
5123         * spam-stat.el (time-to-number-of-days): Autoload it.
5124
5125 2010-03-19  Glenn Morris  <rgm@gnu.org>
5126
5127         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5128
5129 2010-03-18  Glenn Morris  <rgm@gnu.org>
5130
5131         * hashcash.el (declare-function): Remove duplicate definition.
5132
5133 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5134
5135         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5136         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5137         value if any backslash escapes).
5138
5139 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5142         if it is available.  (bug#5647)
5143
5144         * lpath.el: Suppress compiler warning for coding-system-from-name for
5145         Emacs 21 and XEmacs.
5146
5147 2010-03-14  Juri Linkov  <juri@jurta.org>
5148
5149         * hmac-def.el:
5150         * hmac-md5.el:
5151         * netrc.el: Fix keywords.
5152
5153 2010-02-26  Glenn Morris  <rgm@gnu.org>
5154
5155         * message.el (message-send-mail-function): Change the default, so that
5156         it inherits from a customized send-mail-function.  (Bug#5643)
5157
5158 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5159
5160         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5161         shell-command-to-string signals an error (bug#5299).
5162
5163 2010-02-24  Glenn Morris  <rgm@gnu.org>
5164
5165         * message.el (message-smtpmail-send-it)
5166         (message-send-mail-with-mailclient): Doc fixes.
5167
5168 2010-02-16  Glenn Morris  <rgm@gnu.org>
5169
5170         * message.el (message-default-mail-headers): Change the default value
5171         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5172
5173 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5176         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5177
5178 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5179
5180         * time-date.el (date-to-time): Doc fix (Bug#5408).
5181
5182 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5183
5184         * message.el (message-mail): Just pass yank-action on to message-setup.
5185         (message-setup): Handle (FUN . ARGS) form of yank-action.
5186         (message-with-reply-buffer, message-widen-reply)
5187         (message-yank-original): Handle non-buffer values of
5188         message-reply-buffer (Bug#4080).
5189         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5190
5191 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5192
5193         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5194         Fix typo in docstring.
5195
5196 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5197
5198         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5199         response.
5200
5201 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5204
5205         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5206
5207         * message.el (message-check-news-header-syntax): Protect against a
5208         string that `rfc822-addresses' returns when parsing fails.
5209
5210 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5213         (gnus-previous-char-property-change): New functions.
5214
5215         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5216
5217 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5218
5219         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5220         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5221
5222 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5223
5224         * message.el (message-exchange-point-and-mark): Rework last change to
5225         avoid using optional arg of exchange-point-and-mark, for backward
5226         compatibility.
5227
5228 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5229
5230         * message.el (message-exchange-point-and-mark):
5231         Call exchange-point-and-mark with an argument rather than setting
5232         mark-active by hand (Bug#5175).
5233
5234 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * nntp.el (nntp-service-to-port): Work for service expressed with
5237         numeric string; replace [:digit:] with [0-9] for XEmacs.
5238
5239 2009-12-17  Glenn Morris  <rgm@gnu.org>
5240
5241         * gnus-group.el (gnus-bug-group-download-format-alist):
5242         Change emacs entry to debbugs.gnu.org.  Bump :version.
5243
5244 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5247
5248 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * message.el (message-info): Explain why we use `Info-goto-node'.
5251
5252 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5255
5256 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * message.el (message-completion-in-region): New compatibility function.
5259         (message-expand-group): Use it.
5260
5261 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5264         with no unread article should be listed if the 2nd arg `predicate' is
5265         given.
5266
5267 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5270
5271 2009-11-29  Juri Linkov  <juri@jurta.org>
5272
5273         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5274         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5275         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5276
5277 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5278
5279         * sha1.el (sha1-string-external): default-directory "/" in case
5280         otherwise non-existent.  process-connection-type pipe for touch of
5281         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5282
5283 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5284
5285         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5286         it's comms related and sgml-mode.el has "comm" on that basis too.
5287
5288 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5291         containing tspecial characters if they have been already quoted.
5292
5293 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5294
5295         * dns-mode.el (auto-mode-alist): Purecopy string.
5296
5297 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5298
5299         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5300
5301 2009-10-24  Glenn Morris  <rgm@gnu.org>
5302
5303         * gnus-art.el (help-xref-stack-item): Define for compiler.
5304
5305 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5306
5307         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5308
5309 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5312
5313 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5316         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5317
5318 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5321         (gnus-overlays-in): New alias to overlays-in.
5322
5323         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5324         gnus-overlay-get, and gnus-delete-overlay.
5325         (gnus-summary-show-thread): Make it work as well for systems in which
5326         next-single-char-property-change is not available.
5327         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5328
5329         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5330         (gnus-overlay-get): New alias to extent-property.
5331         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5332
5333         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5334         SXEmacs.
5335
5336         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5337         SXEmacs.
5338
5339 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5340
5341         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5342
5343 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5344
5345         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5346         and XEmacs that don't have `remove-overlays'.
5347
5348 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5349
5350         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5351         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5352         selective display.  Use overlays instead.
5353
5354 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5355
5356         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5357
5358 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * spam-stat.el (spam-stat-load): Fix typo in message.
5361
5362 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5363
5364         * dig.el (dig-invoke): Fix typo in docstring.
5365         (query-dig): Reflow docstring.
5366
5367 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5368
5369         * gnus-art.el (gnus-article-encrypt-body):
5370         * message.el (message-check-recipients):
5371         * mm-util.el (mm-codepage-setup):
5372         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5373         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5374
5375 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5376
5377         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5378         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5379         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5380         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5381         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5382
5383 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5384
5385         * dig.el: Add "Keywords: comm", as per net-utils.el.
5386
5387 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5388
5389         * dig.el (dig-mode): Use define-derived-mode.
5390
5391 2009-09-19  Glenn Morris  <rgm@gnu.org>
5392
5393         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5394
5395 2009-09-18  Glenn Morris  <rgm@gnu.org>
5396
5397         * gnus-diary.el (gnus-diary-check-message):
5398         * message.el (message-insert-formatted-citation-line):
5399         * nnbabyl.el (top-level):
5400         * nndiary.el (nndiary-schedule):
5401         Fix typos in condition-case handlers.
5402
5403 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5406         configuration that provides the sole article window in a frame;
5407         position point correctly after deleting a part.
5408
5409 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5410
5411         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5412         (spam-resolve-registrations-routine): Use it to unregister articles
5413         that change status.
5414
5415 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5418         with XEmacs.
5419         (parse-time-string-chars): Use it.
5420
5421 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5422
5423         * imap.el (imap-interactive-login): Better messages.
5424         (imap-open): Fix bug with renamed buffer on reconnect.
5425         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5426         for easier debugging and cleaner code.  On successful (guessed based on
5427         server capabilities) secondary authentication, set imap-state
5428         correctly.
5429         (imap-last-authenticator): Define imap-last-authenticator as a variable
5430         to avoid warnings.
5431
5432 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * nnrss.el (nnrss-request-article): Remove binding of
5435         default-enable-multibyte-characters that has gotten needless by
5436         the 2007-07-13 change in rfc2047-encode-message-header.
5437
5438         * mml.el (mml-insert-multipart): Error on the message header.
5439         (mml-insert-part): Error on the message header; position point at
5440         the end of a MIME tag.
5441
5442 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * time-date.el (autoload): Expand define-obsolete-function-alias into
5445         defalias and make-obsolete for old Emacsen that Gnus supports.
5446         (with-no-warnings): Define it for old Emacsen.
5447         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5448         is available.
5449         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5450         float-time is available; suppress compile warning for time-to-seconds.
5451
5452         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5453         (gnus-float-time): Alias to float-time if it exists.
5454
5455         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5456         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5457         float-time is available; suppress compile warning for time-to-seconds.
5458
5459         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5460         XEmacs.
5461
5462 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * imap.el (imap-message-map): Docstring fix.
5465
5466 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5469         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5470         Add the optional argument `encoding' that overrides the default.
5471
5472         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5473         mm-encode-buffer.
5474
5475 2009-09-04  Glenn Morris  <rgm@gnu.org>
5476
5477         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5478         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5479         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5480         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5481         * mm-util.el (mm-with-unibyte-current-buffer)
5482         (mm-find-buffer-file-coding-system):
5483         * yenc.el (yenc-decode-region): Use default-value rather than
5484         default-enable-multibyte-characters.
5485
5486 2009-09-03  Glenn Morris  <rgm@gnu.org>
5487
5488         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5489         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5490         than default-enable-multibyte-characters.
5491
5492 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5493
5494         * gnus-art.el (gnus-article-read-summary-keys):
5495         Fix gnus-buffer-configuration's value temporarily used.
5496
5497 2009-09-02  Glenn Morris  <rgm@gnu.org>
5498
5499         * gnus-util.el (gnus-float-time): New function.
5500         * gnus-delay.el (gnus-delay-article):
5501         * gnus-sum.el (gnus-thread-latest-date):
5502         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5503         * nnspool.el (nnspool-request-newgroups):
5504         Use gnus-float-time rather than time-to-seconds.
5505         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5506
5507         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5508         (gnus-header-subject-face, gnus-header-newsgroups-face)
5509         (gnus-header-name-face, gnus-header-content-face):
5510         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5511         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5512         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5513         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5514         (gnus-cite-face-11):
5515         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5516         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5517         (gnus-server-closed-face, gnus-server-denied-face)
5518         (gnus-server-offline-face):
5519         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5520         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5521         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5522         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5523         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5524         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5525         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5526         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5527         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5528         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5529         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5530         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5531         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5532         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5533         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5534         (gnus-summary-high-undownloaded-face)
5535         (gnus-summary-low-undownloaded-face)
5536         (gnus-summary-normal-undownloaded-face)
5537         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5538         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5539         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5540         (gnus-splash-face):
5541         * message.el (message-header-to-face, message-header-cc-face)
5542         (message-header-subject-face, message-header-newsgroups-face)
5543         (message-header-other-face, message-header-name-face)
5544         (message-header-xheader-face, message-separator-face)
5545         (message-cited-text-face, message-mml-face):
5546         * sieve-mode.el (sieve-control-commands-face)
5547         (sieve-action-commands-face, sieve-test-commands-face)
5548         (sieve-tagged-arguments-face):
5549         * spam.el (spam-face):
5550         Mark face aliases with "-face" in the name as obsolete.
5551
5552 2009-09-01  Glenn Morris  <rgm@gnu.org>
5553
5554         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5555         than goto-line.
5556
5557 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5560         Don't move point if the command is invoked inside the message header.
5561
5562 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5563
5564         * imap.el (imap-send-command): Simplify.
5565         (imap-wait-for-tag): point-max -> buffer-size.
5566
5567 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5568
5569         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5570         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5571         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5572         * nnir.el (nnir-swish-e-index-file):
5573         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5574         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5575         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5576         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5577         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5578         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5579
5580 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5583         Don't save excursion.
5584
5585 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5586
5587         * nnheader.el (nnheader-find-file-noselect):
5588         * mm-util.el (mm-insert-file-contents):
5589         Use (default-value 'major-mode) instead of default-major-mode.
5590
5591 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5592
5593         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5594
5595 2009-08-26  Glenn Morris  <rgm@gnu.org>
5596
5597         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5598         than placing in files.el.
5599
5600 2009-08-25  Glenn Morris  <rgm@gnu.org>
5601
5602         * nnir.el (top-level): Don't require cl at run-time.
5603         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5604         Replace cl-function substitute with gnus-replace-in-string.
5605         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5606         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5607         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5608         simplified expansions.
5609
5610 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5611
5612         * dig.el (dig): Add autoload cookie.
5613
5614 2009-08-22  Glenn Morris  <rgm@gnu.org>
5615
5616         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5617         goto-line.
5618
5619 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5620
5621         * parse-time.el (parse-time-string-chars): Save match data.
5622
5623 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5624
5625         * parse-time.el (parse-time-string-chars): Compute using character
5626         classes, to handle non-ascii characters (Bug#3190).
5627
5628 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5631
5632         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5633         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5634         (gnus-mm-display-part, gnus-mime-display-single)
5635         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5636         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5637
5638         * gnus-sum.el
5639         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5640         (gnus-summary-move-article): Add expirable mark to articles copied or
5641         moved to group that has auto-expire turned on if the option is non-nil.
5642
5643 2009-07-24  Glenn Morris  <rgm@gnu.org>
5644
5645         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5646         Fix typo.  (Bug#3903)
5647
5648 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5651         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5652         that should not be used for draft articles.
5653         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5654         that has no concern in minor mode keys.
5655         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5656         Abolish.
5657
5658 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5661         article without making inquiry to a user for unknown encoding.
5662
5663         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5664         (nnmaildir--scan): Assume i-node and device number that file-attributes
5665         returns might be cons-cell.
5666
5667         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5668
5669         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5670
5671 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * auth-source.el: Remove docs now in auth.texi.  Don't use
5674         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5675         `auth-source-hide-passwords' and use them.
5676
5677 2009-07-15  Glenn Morris  <rgm@gnu.org>
5678
5679         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5680
5681 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5684         excessive whitespace from the default values of title and description.
5685
5686 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5689         mail-fetch-field to fetch Content-Description header in order to
5690         exclude newlines.
5691
5692 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5693
5694         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5695         format used by GnuPG 2.0.11.
5696
5697 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5700         to deleted part.
5701
5702 2009-05-30  David Engster  <dengste@eml.cc>
5703
5704         * nnmairix.el: Remove old documentation in the commentary block.
5705         (nnmairix-request-group): Do not update active file for nnml back ends.
5706         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5707         end so that overview files are ignored.
5708         (nnmairix-update-groups): Make updating the groups more robust by using
5709         marks.
5710         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5711         with dollar characters in message-id.
5712
5713 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5716         2008-12-25 in dns.el.
5717
5718 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5719
5720         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5721         could happen if the text is only composed of spaces and/or tabs.
5722
5723 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5724
5725         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5726         when sending a queued message to avoid extra mml tags.
5727
5728 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5731
5732 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5735         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5736         rmail-toggle-header for XEmacs;
5737         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5738
5739 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-dired.el: Remove autoload for gnus-setup-message.
5742         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5743         displaying Gnus logo; always use compose-mail.
5744
5745 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5748
5749 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5752         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5753         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5754         available.
5755         (gnus-nocem-epg-verify): New function.
5756
5757 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5760
5761 2009-02-15  Glenn Morris  <rgm@gnu.org>
5762
5763         * gnus-util.el (rmail-insert-rmail-file-header)
5764         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5765         autoloads.
5766         (rmail-default-rmail-file): Remove unnecessary declaration.
5767         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5768
5769 2009-02-14  Glenn Morris  <rgm@gnu.org>
5770
5771         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5772         variable (only used in gnus-util, which declares it anyway).
5773         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5774         which was only needed by gnus-art (changed to not use it any more).
5775         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5776         only used in gnus-util, which autoloads it itself.
5777         (rmail-update-summary): Fix autoload.
5778
5779         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5780         rather than rmail-output-to-rmail-file.
5781
5782 2009-02-07  Glenn Morris  <rgm@gnu.org>
5783
5784         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5785         autoload of function that no longer exists.
5786         (rmail-toggle-header): Declare.
5787         (message-forward-rmail-make-body): Handle mbox Rmail.
5788
5789 2009-01-31  Glenn Morris  <rgm@gnu.org>
5790
5791         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5792         2009-01-09 change.
5793
5794 2009-01-31  Dave Love  <fx@gnu.org>
5795
5796         * imap.el (imap-fetch-safe): Bind debug-on-error.
5797         (imap-debug): Add imap-fetch-safe.
5798
5799 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5800
5801         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5802         (auth-source-forget-all-cached): New convenience function.
5803         (auth-source-user-or-password): Accept list of modes or a single mode.
5804
5805         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5806         auth-source modes.
5807
5808         * netrc.el (netrc-machine-user-or-password): Use list of
5809         auth-source modes.
5810
5811         * nnimap.el (nnimap-open-connection): Use list of
5812         auth-source modes.
5813
5814         * nntp.el (nntp-send-authinfo): Use list of
5815         auth-source modes.
5816
5817 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5820         now.
5821
5822 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5825         coding system in XEmacs; add a workaround for XEmacs.
5826
5827         * lpath.el: Fbind coding-system-aliasee.
5828
5829 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5832         of current-language-environment.
5833
5834 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5837         available at runtime.
5838
5839 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5842
5843 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5844
5845         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5846         the greatest positive fixnum value doesn't work under an XEmacs with
5847         bignum support; use the most-positive-fixnum constant instead,
5848         available since Emacs 21.1 with cl and XEmacs 21.1.
5849
5850 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5853         XEmacs gets not to work.
5854
5855 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * mm-util.el (mm-coding-system-priorities): Allow the value like
5858         "Japanese (UTF-8)" of current-language-environment.
5859
5860 2009-01-09  Glenn Morris  <rgm@gnu.org>
5861
5862         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5863         with last-command-event.
5864
5865 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5868         in the doc string.
5869
5870         * message.el (message-fix-before-sending): Amend comment.
5871
5872 2009-01-08  Dave Love  <fx@gnu.org>
5873
5874         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5875
5876 2009-01-07  David Engster  <dengste@eml.cc>
5877
5878         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5879         simplified server definitions by converting it via
5880         gnus-server-to-method.
5881
5882 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5885         parameter's operands.
5886
5887 2009-01-06  David Engster  <dengste@eml.cc>
5888
5889         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5890         primary select method (for gnus-group-mark-article-as-read).
5891
5892 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5893
5894         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5895         `(gnus)Face', not `(gnus)X-Face'.
5896
5897 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * mm-util.el (mm-ucs-to-char): New function.
5900
5901         * mm-url.el (mm-url-decode-entities): Use it.
5902
5903         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5904         unicode-to-char.
5905
5906 2009-01-05  Dave Love  <fx@gnu.org>
5907
5908         * time-date.el: Require cl for `declare'.
5909
5910 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5913         Dave Love.
5914
5915 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * message.el (message-fix-before-sending): Add `eight-bit' to
5918         illegible-text check.
5919
5920 2009-01-03  Michael Olson  <mwolson@gnu.org>
5921
5922         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5923         `headers' is nil.  This can occur if the IMAP server does not have
5924         permissions to read messages from a folder, but can write new messages
5925         to the folder.
5926         (nnimap-request-article-part): Do not insert `data' if it is nil.
5927
5928         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5929         characters which will confuse `read', so skip past them.
5930
5931 2009-01-01  Dave Love  <fx@gnu.org>
5932
5933         * imap.el (imap-string-to-integer): Fix typo.
5934         (imap-fetch-safe): New function.
5935         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5936
5937         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5938
5939         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5940         (imap-parse-greeting): Fix doc strings.
5941         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5942         (imap-parse-flag-list): Make messages unique.
5943         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5944
5945         * nnimap.el: Fix author email.
5946         (nnimap-split-rule): Add FIXME comment.
5947         (nnimap-debug): Fix doc string.
5948
5949 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5952
5953 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5956         nslookup if resolv.conf isn't available.
5957         (dns-query): Rename from query-dns.
5958         (dns-query-cached): Rename from query-dns-cached.
5959
5960 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5963         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5964         to check if those variables exist (first appeared in Emacs 18.50).
5965
5966 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * mm-util.el (mm-line-number-at-pos): New function.
5969
5970         * spam-report.el (spam-report-process-queue): Use it.
5971
5972 2008-12-24  David Engster  <dengste@eml.cc>
5973
5974         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5975         parameters that haven't existed as variables as buffer-local variables.
5976
5977 2008-12-23  Dave Love  <fx@gnu.org>
5978
5979         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5980         cadar.
5981
5982         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5983         imap-starttls-p.
5984         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5985
5986 2008-12-22  Dave Love  <fx@gnu.org>
5987
5988         * imap.el: Fix author email.  Doc fixes.
5989         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5990         reply.
5991
5992 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * spam-report.el (spam-report-gmane-max-requests): New constant.
5995         (spam-report-gmane-wait): New variable.
5996         (spam-report-gmane-ham, spam-report-gmane-spam)
5997         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5998         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5999         the server.
6000
6001         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6002         Add explanations.
6003
6004         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6005         nnheader-accept-process-output and nnheader-read-timeout if available.
6006         (pop3-movemail): Use it.
6007
6008         * message.el (message-check-news-body-syntax): Fix signature check if
6009         there's an attachment.
6010
6011 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-util.el: Add comments to the mm- emulating functions.
6014
6015 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6018         Reported by Stephen Berman <stephen.berman@gmx.net>.
6019
6020 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * mm-util.el (mm-substring-no-properties): New function.
6023         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6024         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6025         (mm-string-to-multibyte): Doc fix.
6026
6027         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6028
6029 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6030
6031         * mml.el (mml-attach-file): Strip text properties from file name.
6032         (Bug#1574)
6033
6034 2008-12-16  Glenn Morris  <rgm@gnu.org>
6035
6036         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6037
6038 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6041         knows since the charset specified might be a bogus alias that
6042         mm-charset-synonym-alist provides.
6043
6044 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6047         "ISO_8859-1".
6048
6049         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6050
6051 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * mm-util.el (mm-charset-eval-alist):
6054         Define it before mm-charset-to-coding-system.
6055         (mm-charset-to-coding-system): Add optional argument `silent';
6056         define it before mm-charset-override-alist.
6057         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6058         default value if it can be used in Emacs currently running;
6059         silence mm-charset-to-coding-system.
6060
6061 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6064         `allow-override' which says whether to use `mm-charset-override-alist'.
6065         (rfc2047-decode-encoded-words): Use it.
6066
6067         * mm-util.el (mm-charset-override-alist): Fix custom type;
6068         add `(gb2312 . gbk)' to choices.
6069
6070 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6073         fast.
6074
6075         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6076
6077         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6078
6079 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6080
6081         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6082         on links.
6083
6084         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6085
6086 2008-12-03  Lute Kamstra  <lute@gnu.org>
6087
6088         * sha1.el: Remove leading * from docstrings of defcustoms,
6089         deffaces, defconsts and defuns.
6090
6091 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6094         users' addresses that don't have domain parts.
6095         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6096         rather than message-narrow-to-head since there will be the message
6097         header separator.
6098
6099 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6100
6101         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6102         since the result is inserted in a unibyte buffer anyway.
6103         (nnimap-demule-use-string-to-multibyte): Remove.
6104         (nnimap-demule): Alias it to mm-string-to-multibyte.
6105
6106 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6109         variable for debugging bug#464 and bug#1174.
6110         (nnimap-demule): Use it.
6111
6112 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6115         score calculation correctly.
6116
6117 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6118
6119         * message.el (message-send-mail): Just set the buffer to unibyte
6120         rather than use mm-with-unibyte-current-buffer which does a lot more.
6121         (message-send-mail-partially): Don't bother with
6122         mm-with-unibyte-current-buffer since it's already been made unibyte by
6123         message-send-mail.
6124
6125 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6128
6129 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6132
6133 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6136         require itself and to remove `with-no-warnings'.
6137
6138 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * starttls.el (starttls-any-program-available): Get the name of the
6141         available TLS layer program.
6142         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6143         well as the host name in the "opening" message.
6144
6145         * auth-source.el (auth-source-cache, auth-source-do-cache)
6146         (auth-source-user-or-password): Cache passwords and logins by default,
6147         allow override with `auth-source-do-cache'.
6148         (auth-source-forget-user-or-password): Allow users to remove cache
6149         entries if needed.
6150
6151 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6152
6153         * md4.el (md4-buffer): Fix typo in docstring.
6154         (md4, md4-64): Doc fixes.
6155         (md4-pack-int32): Reflow docstring.
6156
6157 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6160         condition-case to only the forward-sexp call.
6161
6162 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6165         quotes contained.  Make it more robust regardless by an extra
6166         condition-case wrapper.
6167
6168 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6171
6172 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * nnml.el (nnml-request-expire-articles): Check if the function set to
6175         `nnmail-expiry-target' returns the symbol `delete'.
6176
6177         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6178
6179         * nnmail.el (nnmail-expiry-target): Fix custom type.
6180
6181 2008-10-02  Glenn Morris  <rgm@gnu.org>
6182
6183         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6184         Silence compiler warning.
6185
6186 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6187
6188         * tls.el (open-tls-stream): Show the actual command being
6189         executed, instead of the format string.
6190
6191 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * lpath.el: Fbind codepage-setup for Emacs 23.
6194
6195 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6196
6197         * mml.el (mml-menu): Don't assume mml2015 is bound.
6198
6199 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6202         exists.
6203
6204 2008-09-27  Glenn Morris  <rgm@gnu.org>
6205
6206         * gnus-util.el (mail-header-remove-comments): Autoload it.
6207
6208 2008-09-27  Andreas Schwab  <schwab@suse.de>
6209
6210         * gnus-util.el (gnus-split-references): Strip comments.
6211         (gnus-parent-id): Likewise.
6212
6213 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * message.el (message-confirm-send): Fix version.
6216
6217 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * message.el (message-idna-to-ascii-rhs-1): Use
6220         mail-extract-address-components rather than mail-header-parse-addresses
6221         that is an alias by default to ietf-drums-parse-addresses that does not
6222         support non-ASCII names in headers' contents.
6223
6224 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6225
6226         * message.el (message-confirm-send): Fix variable documentation to
6227         avoid the "y/n" wording.
6228
6229 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6230
6231         * message.el (message-set-auto-save-file-name): Save to a different
6232         filename so multiple messages (especially drafts) can be recovered.
6233
6234 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * message.el (message-confirm-send): Add appropriate version.
6237
6238 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6241         defvar.
6242
6243 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6244
6245         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6246         (mm-pkcs7-enveloped-magic): Ditto.
6247
6248 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6249
6250         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6251         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6252
6253 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6254
6255         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6256         default, it's better.
6257
6258 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6261         summary line gnus-number property and ignore them (with a warning
6262         message).
6263
6264 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6267         macro caddr in the interactive form since it won't be expanded.
6268
6269 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6272         `charset'; fix name of function called recursively.
6273         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6274
6275 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6278         (gnus-mime-set-charset-parameters): New function.
6279         (gnus-mime-view-part-as-charset): Use it to correctly display part
6280         specifying wrong charset.
6281
6282 2008-09-08  David Engster  <dengste@eml.cc>
6283
6284         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6285         in completing-read for back end server.
6286
6287 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6288
6289         * message.el (message-confirm-send): New variable to confirm sending a
6290         message.
6291         (message-send): Use it.
6292
6293 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6296
6297 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6300
6301 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6304         prevent tracking too many groups.
6305         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6306         Use it.
6307
6308 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6309
6310         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6311         moving point to the bottom of the window in order to avoid recentering.
6312
6313 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6316
6317         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6318         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6319         (gnus-article-beginning-of-window): Fix calculation.
6320
6321 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-msg.el (gnus-summary-supersede-article)
6324         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6325         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6326         message header.
6327
6328 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6329
6330         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6331         pending output coming after the status change.
6332
6333 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6334
6335         * message.el:
6336         * gnus-start.el:
6337         * gnus-registry.el: Remove VMS support.
6338
6339 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6342         macro.
6343         (rfc2104-hash): Use it.
6344
6345 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6348         (gnus-summary-sort-by-most-recent-date): New commands.
6349         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6350         and menu entries.
6351
6352 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6355         don't redisplay article for raw contents; remove plural articles stuff.
6356
6357         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6358         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6359         on gnus-summary-save-article; display results properly.
6360
6361 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * lpath.el: No need to fbind ns-focus-frame.
6364
6365 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6368
6369 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-art.el (gnus-summary-save-in-pipe):
6372         Consider gnus-save-all-headers.
6373
6374 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6375
6376         * gnus-util.el (ns-focus-frame): Remove declaration.
6377         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6378         like x.
6379
6380 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6381
6382         * rfc2104.el (rfc2104-zero): Delete defconst.
6383         (rfc2104-hex-alist): Likewise.
6384         (rfc2104-hex-to-int): Delete func.
6385         (rfc2104-hexstring-to-bitstring): Likewise.
6386         (rfc2104-nybbles): New defconst.
6387         (rfc2104-hash): Rewrite for speed.
6388
6389 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * tls.el (open-tls-stream): Make it work with the 2nd argument
6392         BUFFER that is a string but does not exist as a buffer object, as
6393         mentioned in the doc-string.
6394
6395 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6398         SXEmacs.
6399
6400 2008-07-16  Glenn Morris  <rgm@gnu.org>
6401
6402         * gnus-util.el (ns-focus-frame): Declare for compiler.
6403
6404 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6407         set as a group parameter.
6408         (gnus-summary-save-in-pipe): Work when it is called independently.
6409         (gnus-summary-pipe-to-muttprint): Don't modify
6410         gnus-summary-pipe-output-default-command.
6411
6412 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6413
6414         * message.el (message-send-mail-with-sendmail):
6415         Display the error message.
6416
6417 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-art.el (gnus-default-article-saver):
6420         Add gnus-summary-save-in-pipe to choices.
6421         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6422         gnus-summary-pipe-output-default-command as the default command.
6423         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6424         instead of gnus-last-shell-command.
6425
6426         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6427         New user option.
6428         (gnus-summary-muttprint-program): Mention the value will be changed.
6429         (gnus-summary-save-article): Force showing of all headers.
6430         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6431
6432 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6433
6434         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6435
6436 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6437
6438         * nnimap.el (nnimap-id):
6439         * sieve-manage.el (sieve-manage-open): Doc fixes.
6440
6441 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6442
6443         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6444         if available.
6445
6446 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6449
6450         * nnkiboze.el (nnkiboze-generate-group):
6451         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6452
6453         * nnmairix.el: Require CL.
6454
6455 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * dgnushack.el: Autoload get-display-table and put-display-table for
6458         XEmacs 21.5.
6459
6460         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6461         21.4 and SXEmacs.
6462
6463 2008-06-15  David Engster  <dengste@eml.cc>
6464
6465         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6466
6467 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6468
6469         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6470         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6471         runtime choice under XEmacs.
6472
6473         * gnus-sum.el (gnus-summary-set-display-table):
6474         Use `gnus-put-display-table', `gnus-get-display-table',
6475         `gnus-set-display-table' for the display table, instead of `aset'.
6476
6477         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6478         Use `gnus-put-display-table', `gnus-get-display-table',
6479         `gnus-set-display-table' for the display table.
6480
6481 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * nnmairix.el: Add autoloads.
6484
6485 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * nnmairix.el (nnmairix-delete-recreate-group)
6488         (nnmairix-update-and-clear-marks): Fix error messages.
6489
6490 2008-06-14  David Engster  <dengste@eml.cc>
6491
6492         * nnmairix.el: Upgrade to version 0.6.
6493         (nnmairix-group-toggle-propmarks-this-group)
6494         (nnmairix-group-toggle-readmarks-this-group)
6495         (nnmairix-group-delete-recreate-this-group)
6496         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6497         (nnmairix-remove-tick-mark-original-article): New commands.
6498         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6499         (nnmairix-propagate-marks-to-nnmairix-groups)
6500         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6501         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6502         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6503         functions needed for marks propagation and manipulation of read marks.
6504         (nnmairix-update-groups): New function.
6505         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6506         (nnmairix-determine-original-group-from-registry)
6507         (nnmairix-determine-original-group-from-path)
6508         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6509         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6510         New helper functions.
6511         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6512         keystrokes for new commands.
6513         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6514         (nnmairix-request-group): Check allow-fast group parameter.
6515         (nnmairix-request-create-group): Set allow-fast group parameter if
6516         nnmairix-allowfast-default is set.
6517         (nnmairix-close-group): Propagate marks upon closing if needed.
6518         (nnmairix-group-toggle-threads-this-group): Use new.
6519         nnmairix-group-toggle-parameter helper function.
6520         (nnmairix-search): Better check for empty search result.
6521         (nnmairix-goto-original-article): Use new helper functions for
6522         determining original article.
6523         (nnmairix-show-original-article): Make sure message-id is in brackets.
6524         (nnmairix-call-mairix-binary): Change variable name.
6525         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6526         helper function.
6527         (nnmairix-widget-toggle-activate): Fix doc string.
6528
6529 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * nnir.el: Require edmacro when compiling with XEmacs.
6532         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6533         available in Emacs 21.
6534
6535 2008-06-11  Glenn Morris  <rgm@gnu.org>
6536
6537         * gnus-util.el (x-focus-frame):
6538         * gnus.el (image-size):
6539         * mm-decode.el (image-size): Declare.
6540
6541         * gnus-picon.el (declare-function): Add compat definition.
6542         (image-size): Declare.
6543
6544         * gnus-group.el (tool-bar-map):
6545         * gnus-sum.el (tool-bar-map): Define for compiler.
6546
6547         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6548
6549         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6550
6551         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6552         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6553         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6554         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6555         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6556         * sieve-manage.el, spam-report.el, spam.el:
6557         Remove unnecessary eval-and-compile of autoloads.
6558
6559 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6560
6561         * auth-source.el: Precise Tramp doc.
6562
6563 2008-06-07  Glenn Morris  <rgm@gnu.org>
6564
6565         * nnmairix.el: Remove unnecessary eval-when-compile.
6566
6567 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * lpath.el: Fbind propertize for XEmacs 21.4.
6570
6571 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * nnir.el: Move here from ../contrib.
6574
6575 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6576
6577         * gnus-util.el (gnus-read-shell-command): New function.
6578         * mm-decode.el (mm-pipe-part):
6579         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6580
6581 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6584
6585 2008-06-03  Glenn Morris  <rgm@gnu.org>
6586
6587         * pop3.el (nnheader-accept-process-output): Autoload it.
6588
6589 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6592         are not 2-digit hexadecimal characters that follow `%'s.
6593
6594 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * message.el (message-bogus-recipient-p): Fix type in doc string.
6597         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6598         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6599         Improve custom options.
6600         (message-bogus-recipient-p): Adjust accordingly.
6601
6602 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6603
6604         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6605         long-form month and day names.
6606
6607 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * dgnushack.el: Autoload debug, eudc-expand-inline and
6610         pgg-snarf-keys-region for XEmacs.
6611
6612         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6613
6614         * nnmairix.el: Require edmacro when compiling with XEmacs.
6615
6616 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6619         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6620
6621 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6622
6623         * auth-source.el: Add more docs.
6624
6625         * netrc.el (netrc-machine): Always match if the port is not given.
6626
6627 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6630         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6631         retrieval faster in some cases, but might make CPU usage larger.
6632         If this has any bad side effects, we might revert this change.
6633
6634         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6635         seems to make mail retrieval much, much faster.
6636         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6637         unconditionally.
6638
6639         * gnus-draft.el (gnus-group-send-queue):
6640         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6641
6642 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6645
6646         * message.el (message-bogus-address-regexp): Fix and improve custom
6647         type.
6648         (message-setup-hook): Add message-check-recipients as custom option.
6649
6650 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * message.el (message-cite-function): Remove bogus autoload which crept
6653         in during merge from v5-10.
6654
6655 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6658
6659         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6660
6661         * auth-source.el: Preliminary Tramp docs.
6662         (auth-sources): Change the default auth-sources to use
6663         EPA .gpg files.
6664
6665 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * nntp.el: Autoload `auth-source-user-or-password'.
6668         (nntp-send-authinfo): Use it.
6669
6670         * nnimap.el: Autoload `auth-source-user-or-password'.
6671         (nnimap-open-connection): Use it.
6672
6673         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6674         for the gnus-message function.
6675         (auth-source-user-or-password): Use it.
6676
6677 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6678
6679         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6680         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6681         (rfc2104-hash): Use it.
6682
6683 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6684
6685         * gnus-art.el (gnus-article-toggle-truncate-lines):
6686         Don't use `iff' in docstring.
6687
6688 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6691
6692         * gnus-util.el (gnus-extract-address-component-name)
6693         (gnus-extract-address-component-email): Convenience functions around
6694         `gnus-extract-address-components'.
6695
6696         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6697         Use `gnus-extract-address-component-email' to fix bug of comparing full
6698         sender name to `user-mail-address'.
6699
6700 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6703         catch/throw to optimize.
6704         (gnus-registry-find-keywords): Just use member to find a keyword.
6705
6706 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6707
6708         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6709         is current before calling gnus-server-prepare.
6710         (gnus-server-setup-buffer, gnus-server-update-server)
6711         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6712
6713 2008-05-04  Juri Linkov  <juri@jurta.org>
6714
6715         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6716         (mailcap-file-default-commands): Use mailcap-replace-in-string
6717         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6718         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6719
6720 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6721
6722         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6723
6724 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6725
6726         * gnus.el: Bump version to 0.11.
6727
6728 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6729
6730         * gnus.el: No Gnus v0.10 is released.
6731
6732 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6735         hooks.
6736         (gnus-update-read-articles): Speed up non-marks-using users.
6737         (gnus-use-marks): Define gnus-use-marks.
6738         (gnus-propagate-marks): Rename variable to something more sensible.
6739
6740 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6741
6742         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6743         (gmm-image-load-path-for-library): Fix typos in docstrings.
6744         (gmm-message): Reflow docstring.
6745
6746 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * mail-source.el (mail-source-set-1, mail-source-bind):
6749         Move auth-source code out of the macro to clean it up and fix bugs.
6750
6751 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6754         by sender if it's equal to user-mail-address, it's likely to be
6755         useless.
6756
6757         * mail-source.el (mail-source-bind): Don't use user or password if they
6758         are not bound.  Unintern them if they are nil.  Don't use server unless
6759         it's bound, and default it to empty string otherwise.
6760
6761 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * mail-source.el: Load auth-source.el.
6764         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6765         get user name or password, if auth-sources is set up.
6766
6767         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6768         strategy of splitting with parent.
6769         (gnus-registry-split-fancy-with-parent)
6770         (gnus-registry-post-process-groups): Use it and fix prior
6771         bug (returning a list as the split result).
6772
6773         * auth-source.el (auth-sources): Remove server parameter.
6774         (auth-source-pick, auth-source-user-or-password)
6775         (auth-source-user-or-password-imap)
6776         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6777         (auth-source-user-or-password-sftp)
6778         (auth-source-user-or-password-smtp): Remove server parameter.
6779
6780 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6781
6782         * smime.el (smime-sign-region, smime-encrypt-region)
6783         (smime-decrypt-region):
6784         Remove redundant calls to `generate-new-buffer-name'.
6785
6786 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6787
6788         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6789         Don't use QP for message/rfc822.
6790         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6791
6792 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6793
6794         * sieve-manage.el (sieve-string-bytes): Remove.
6795         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6796         correct byte-length only if the process's coding-system is the same as
6797         the one used internally by Emacs to represent strings.
6798
6799 2008-04-22  Juri Linkov  <juri@jurta.org>
6800
6801         * mailcap.el (mailcap-file-default-commands): New function.
6802
6803 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * message.el (message-signature-separator, message-cite-function):
6806         Change custom version.
6807
6808 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6809
6810         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6811         commands.
6812         (tls-checktrust): Ditto.
6813
6814 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * mm-decode.el (mm-display-external): Make temp file read-only.
6817
6818 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6821         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6822         `C-c C-f d'.
6823
6824 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6825
6826         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6827
6828 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus.el: Bump version to 0.9.
6831
6832 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * gnus.el: No Gnus v0.8 is released.
6835
6836 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6837
6838         * mail-source.el (mail-source-value):
6839         Prefer fboundp to functionp so it works with macros as well.
6840
6841 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6842
6843         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6844         Fix last change in case the element is not even a symbol.
6845
6846 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6847
6848         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6849         Prefer fboundp to functionp so it works with macros as well.
6850
6851 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * auth-source.el: Add docs.
6854         (auth-sources): Modify format to support server.
6855         (auth-source-pick, auth-source-user-or-password)
6856         (auth-source-user-or-password-imap)
6857         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6858         (auth-source-user-or-password-sftp)
6859         (auth-source-user-or-password-smtp): Add server parameter.
6860
6861 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-registry.el: Initialize the registry when gnus-registry-install
6864         is t.
6865
6866 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * compface.el (uncompface): Make buffer unibyte.
6869
6870 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6871
6872         * mail-source.el (mail-source-value):
6873         Prefer fboundp to functionp so it works with macros as well.
6874
6875 2008-04-05  Glenn Morris  <rgm@gnu.org>
6876
6877         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6878
6879 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6880
6881         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6882         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6883
6884         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6885         multibyteness after rather than before erasing it.
6886
6887         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6888         mm-with-multibyte.
6889         (gnus-request-article-this-buffer): Make sure the proper decoding is
6890         used if gnus-original-article-buffer happens to be unibyte.
6891
6892         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6893         default-enable-multibyte-characters.
6894
6895         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6896         default-enable-multibyte-characters.
6897
6898         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6899
6900         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6901
6902 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6905         Fix last change in case the element is not even a symbol.
6906
6907 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6908
6909         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6910         (imap-message-copyuid-1): Use it.
6911         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6912         J. Williams in
6913         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6914
6915         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6916         imap-enable-exchange-bug-workaround.
6917         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6918
6919 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6920
6921         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6922         a 100 byte status-checks into a 2-3MB transfer for each group.
6923         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6924         to enable bug workaround or not.
6925         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6926
6927 2008-03-31  Glenn Morris  <rgm@gnu.org>
6928
6929         * message.el (mml2015-use): Declare for compiler.
6930         (message-info): Require mml2015 when appropriate.
6931
6932 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6935         whitespace.
6936
6937 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6938
6939         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6940         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6941         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6942         (nntp-service-to-port): New function.
6943         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6944         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6945         (nntp-open-netcat-stream): New function.
6946         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6947
6948 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6949
6950         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6951
6952 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6953
6954         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6955
6956 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6957
6958         * dns.el (dns-write): Use set-buffer-multibyte.
6959
6960 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6961
6962         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6963
6964 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * message.el (message-signature-separator): Change default.
6967         Improve custom type.
6968         (message-cite-function): Change default to
6969         message-cite-original-without-signature.
6970
6971         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6972         toggle.
6973
6974         * message.el (message-check-news-body-syntax): Fix signature check.
6975         (message-setup-1): Mark buffer as unmodified _after_ running
6976         message-setup-hook and handling message-alternative-emails.
6977         (message-shorten-references): Be more strict when building list of
6978         valid references to comply with GNKSA.
6979
6980         * gnus-group.el (gnus-read-ephemeral-bug-group)
6981         (gnus-read-ephemeral-debian-bug-group)
6982         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6983
6984         * message.el (message-info): Don't use booleanp which isn't supported
6985         in Emacs 21 and XEmacs.
6986
6987 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6990         gnus-group-gmane-group-download-format.
6991         (gnus-group-read-ephemeral-gmane-group): Rename from
6992         gnus-group-read-ephemeral-gmane-group.
6993         (gnus-read-ephemeral-gmane-group-url): Rename from
6994         gnus-group-read-ephemeral-gmane-group-url.
6995         (gnus-bug-group-download-format-alist): New variable.
6996         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6997         (gnus-read-ephemeral-emacs-bug-group): New commands.
6998
6999 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7002         (gnus-visible-headers): Improve custom type.
7003
7004 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * mml.el (mml-menu): Add workarounds for XEmacs.
7007
7008         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7009         X-Boundary header.
7010
7011         * message.el (message-simplify-recipients): Fix previous commit.
7012
7013 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7014
7015         * mm-util.el (mm-set-buffer-multibyte): New function.
7016         * mm-decode.el (mm-copy-to-buffer): Use it.
7017
7018         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7019         Prefer fboundp to functionp so it works with macros as well.
7020
7021 2008-03-19  Glenn Morris  <rgm@gnu.org>
7022
7023         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7024         Accidentally removed in the sync process with Emacs.
7025
7026 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * message.el (message-alter-recipients-discard-bogus-full-name):
7029         New function.
7030         (message-alter-recipients-function): New variable.
7031         (message-get-reply-headers): Use it.
7032         (message-replace-header): New helper function.
7033         (message-recipients-without-full-name): New variable.
7034         (message-simplify-recipients): New command.
7035
7036         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7037
7038         * message.el (message-info): Handle EasyPG manual.
7039
7040         * mml.el (mml-menu): Add entry for EasyPG.
7041
7042 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7043
7044         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7045         parameter.
7046
7047         * message.el (message-disassociate-draft): Specify drafts group name
7048         fully.
7049
7050 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7053         Eliminate unnecessary duplicates from the match list.
7054
7055 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7058
7059         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7060
7061         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7062         args of `how-many' of which the XEmacs version doesn't take; declare
7063         Info-index-next as function.
7064
7065 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * gnus-score.el (gnus-score-headers): Fix handling of
7068         gnus-inhibit-slow-scoring.
7069
7070         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7071         string.
7072         (gnus-button-url-regexp): Improve handling of parenthesis.
7073         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7074         (gnus-button-handle-info-keystrokes): Handle index entries.
7075
7076 2008-03-15  Glenn Morris  <rgm@gnu.org>
7077
7078         * parse-time.el (parse-time-string): Simplify.
7079
7080 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7083         Incoming* files.
7084
7085 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7086
7087         * auth-source.el (auth-sources): Rename from auth-source-choices.
7088         (auth-source-pick): Use it.
7089
7090 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7091
7092         * binhex.el (binhex-decode-region-internal):
7093         * uudecode.el (uudecode-decode-region-internal):
7094         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7095         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7096         setting default-enable-multibyte-characters.
7097
7098 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * auth-source.el (auth-source-protocols)
7101         (auth-source-protocols-customize, auth-source-choices): Add and
7102         modified variable customizations and defaults.
7103         (auth-source-pick, auth-source-user-or-password)
7104         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7105         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7106         (auth-source-user-or-password-sftp)
7107         (auth-source-user-or-password-smtp): Use new variables and provide an
7108         interface to netrc.el.
7109
7110 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7113         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7114         Make sure the nntp port to specify is a string.
7115
7116 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7117
7118         * nntp.el: Use with-current-buffer.
7119         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7120         dubious mm-with-unibyte-current-buffer.
7121         (nntp-with-open-group-function): New function extracted from
7122         nntp-with-open-group macro.
7123         (nntp-with-open-group): Use the function, so it's easier to debug.
7124         Add indentation and debugging info.
7125         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7126         Recommend the use of the netcat alternatives.
7127
7128         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7129         Avoid mm-string-as-multibyte as well.
7130
7131         * nnweb.el (nnweb-insert-html):
7132         Remove use of nnheader-string-as-multibyte.
7133
7134         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7135         (nnheader-string-as-multibyte): Remove.
7136
7137         * mm-view.el: Use inhibit-read-only.
7138         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7139         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7140         or unibyte-string.
7141
7142         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7143         (mm-uu-yenc-extract): Use with-current-buffer.
7144
7145         * gnus-soup.el (gnus-soup-send-packet): Don't use
7146         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7147
7148         * nnmh.el: Use with-current-buffer.
7149         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7150         mm-string-as-multibyte on the output of mm-encode-coding-string.
7151
7152         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7153         (nnimap-request-move-article): Use with-current-buffer.
7154
7155         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7156         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7157         conversion uses string-make-unibyte rather than string-as-unibyte.
7158
7159         * gnus-msg.el: Use with-current-buffer.
7160
7161         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7162
7163 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7164
7165         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7166         string for caching if it is 'PIN.
7167
7168 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * lpath.el: Consider the case without Emacs/W3.
7171
7172 2008-03-08  Glenn Morris  <rgm@gnu.org>
7173
7174         * time-date.el (date-to-time, time-subtract, time-add)
7175         (safe-date-to-time): Doc fixes.
7176
7177 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * mail-source.el (mail-source-delete-old-incoming-confirm):
7180         Change default to nil.
7181         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7182
7183 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * lpath.el: Rearrange.
7186
7187         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7188         (gnus-article-goto-prev-page): Work for articles having ^L's.
7189
7190         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7191
7192         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7193
7194 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7195
7196         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7197         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7198         (gnus-bookmark-jump): Adjust some variable names.
7199
7200 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7201
7202         * auth-source.el: New package.
7203         (auth-source-choices): Add customization entry point variable.
7204
7205         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7206         bug.
7207
7208 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7209
7210         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7211         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7212         (gnus-registry-install-shortcuts): Rename from
7213         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7214         the `gnus-registry-mark-map' keymap dynamically from
7215         `gnus-registry-marks'.  The generated functions update the summary line
7216         when a registry mark is added or deleted, and will call
7217         `gnus-registry-install-p' (see the comments in the code).
7218         (gnus-registry-user-format-function-M): Use concat intelligently.
7219
7220         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7221         the registry mark functions.
7222
7223 2008-03-05  Glenn Morris  <rgm@gnu.org>
7224
7225         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7226         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7227         gnus-art.
7228         (top-level): No need to load own source when compiling.
7229
7230 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7233         Suggested by <chris.anderton@zetnet.co.uk>.
7234
7235 2008-03-04  Glenn Morris  <rgm@gnu.org>
7236
7237         * gnus-sum.el (top-level): No need to require gnus when compiling,
7238         since unconditionally required near start of file.
7239         (gnus-summary-display-while-building): Move definition before use.
7240
7241 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * gnus-registry.el (gnus-registry-user-format-function-M):
7244         Add formatting function.
7245
7246 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7247
7248         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7249         with plists.
7250         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7251         Use new format.
7252
7253 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7256         `where-is-internal' that returns a range of key sequences.
7257
7258 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7259
7260         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7261
7262         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7263         (gnus-summary-jump-to-group): Consider windows on other displayed
7264         frames as well.  Similar changes might be needed elsewhere, but that's
7265         the one I've bumped into during my use.
7266
7267         * nndoc.el (nndoc-oe-dbx-type-p):
7268         * gnus-msg.el (gnus-debug):
7269         * gnus-group.el (gnus-update-group-mark-positions):
7270         Use mm-string-to-multibyte.
7271
7272 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7275         doesn't handle NotDashEscaped.
7276
7277         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7278         (mml-dnd-attach-options): Fix typo in custom choice.
7279
7280         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7281         Change nndoc-article-type to mbox.
7282         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7283
7284         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7285         to nil, instead of html2text.
7286
7287         * imap.el (imap-debug): Add `imap-ping-server'.
7288
7289         * gnus-bookmark.el: Add FIXMEs.
7290
7291         * message.el (message-form-letter-separator)
7292         (message-send-form-letter-delay): New variables.
7293         (message-send-form-letter): Use them.  New command to send form
7294         letters.  Requested by Uwe Siart.
7295         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7296
7297 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * Update copyright years.
7300
7301 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         Sync from EMACS_22_BASE.
7304
7305         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7306
7307 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7308
7309         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7310         empty author.
7311
7312 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * gnus-registry.el (gnus-registry-marks): Add variable for
7315         customization of marks and their appearance.
7316         (gnus-registry-read-mark): Use it.
7317         (gnus-registry-do-marks): Add utility function to loop through
7318         `gnus-registry-marks'.
7319         (gnus-registry-install-shortcuts-and-menus): Add function to install
7320         shortcuts and menus.
7321         (gnus-registry-initialize): Use it.
7322         (gnus-registry-default-mark): Clarify documentation.
7323
7324 2008-02-29  Glenn Morris  <rgm@gnu.org>
7325
7326         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7327         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7328         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7329         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7330         Change defcustom :version from 23.0 to 23.1.
7331
7332 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * gnus-registry.el (gnus-registry-follow-group-p)
7335         (gnus-registry-post-process-groups): Add functions to aid registry
7336         splitting and improve logging.  Clarify behavior in function
7337         documentation.
7338         (gnus-registry-split-fancy-with-parent): Use them.
7339
7340 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7341
7342         * gnus-art.el: Use with-current-buffer.
7343
7344 2008-02-27  David Engster  <dengste@eml.cc>
7345
7346         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7347         Express real group name in the response.
7348
7349 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7352         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7353         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7354         autoload gnus-registry-fetch-group when compiling.
7355         (nnmairix-request-group-with-article-number-correction):
7356         Remove unreferenced argument passed to nnmairix-call-backend.
7357
7358 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7361         (mm-uu-extract): Improve face for low color ttys.
7362         Reported by Sascha Wilde.
7363
7364 2008-02-27  Glenn Morris  <rgm@gnu.org>
7365
7366         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7367         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7368         variables to defconsts.  Convert comments to doc-strings.
7369         (nnmairix-last-server, nnmairix-current-server): Convert from free
7370         variables to defvars.  Convert comments to doc-strings.
7371         (gnus-registry-fetch-group): Autoload.
7372         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7373         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7374         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7375         caddr.
7376         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7377         nnmairix-request-group-with-article-number-correction call.
7378         (nnmairix-fast, nnmairix-group): New, less general names, for free
7379         variables passed from nnmairix-request-group to
7380         nnmairix-request-group-with-article-number-correction.  Declare.
7381         (nnmairix-request-group-with-article-number-correction):
7382         Use nnmairix-fast, nnmairix-group rather than fast, group.
7383
7384 2008-02-26  David Engster  <dengste@eml.cc>
7385
7386         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7387         version 0.5.
7388
7389 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7390
7391         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7392         instead of making an extra function call.  Don't add the current group
7393         to articles only when they have the group.  Use
7394         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7395         Reported by David <de_bb@arcor.de>.
7396
7397 2008-02-24  Miles Bader  <miles@gnu.org>
7398
7399         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7400         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7401         (mm-find-mime-charset-region):
7402         * mm-bodies.el (mm-encode-body):
7403         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7404
7405 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7408         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7409
7410 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * mail-source.el (mail-source-delete-incoming): Change default.
7413         Supplement doc string.
7414
7415         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7416
7417 2008-02-14  Glenn Morris  <rgm@gnu.org>
7418
7419         * time-date.el (format-seconds): New function.
7420
7421 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * nnmail.el (nnmail-message-id-cache-file): Derive from
7424         `gnus-home-directory'.
7425
7426 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7429         Document negative prefix.
7430
7431         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7432
7433 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * message.el (message-unsent-separator): Add the Exim bounce
7436         separator.
7437
7438 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7439
7440         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7441         list.
7442         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7443         recipient/signer list.
7444
7445 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * Makefile.in (datarootdir): Define.
7448         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7449         name that might contain whitespace.
7450
7451 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7454         fbound (Emacs 23 unicode), signal an error.
7455
7456 2008-02-08  Glenn Morris  <rgm@gnu.org>
7457
7458         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7459
7460 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7461
7462         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7463         ports to the calls to `netrc-machine-user-or-password' in addition to
7464         "imap" and "imaps".
7465
7466 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7467
7468         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7469
7470         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7471
7472 2008-02-01  Kenichi Handa  <handa@m17n.org>
7473
7474         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7475         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7476         (rfc2104-hash): Convert the result of concat to unibyte string.
7477
7478 2008-02-01  Dave Love  <fx@gnu.org>
7479
7480         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7481         coding-system-for-read.
7482         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7483
7484 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7487         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7488         <hanche@math.ntnu.no>.
7489
7490 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7493
7494         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7495
7496 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7497
7498         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7499         * message.el (message-beginning-of-line): Use featurep instead of bound
7500         tests in order to resolve conditionals at compile time.
7501
7502 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7503
7504         * mail-source.el (mail-sources): Add `group' choice.
7505
7506         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7507         parameter `in-group' to control into which group the articles go.
7508         Add treatment of `group' mail-source.
7509
7510 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7513
7514         * mm-decode.el (mm-dissect-buffer): Decode description.
7515
7516         * mml.el (mml-to-mime): Encode message header first.
7517
7518 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7521         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7522
7523         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7524         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7525
7526 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7529
7530 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7533         prefix keys.
7534         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7535         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7536         gnus-xmas.el.
7537
7538         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7539         (gnus-xmas-article-describe-bindings): New function.
7540         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7541         gnus-xmas-article-describe-bindings.
7542
7543         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7544
7545 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7548         Add new variables for article mark management.
7549         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7550         list of extra data entries which, when present, will indicate that the
7551         article ID should not be trimmed from the registry.
7552         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7553         functions.
7554         (gnus-registry-read-mark): New function to read a mark name from the
7555         user.
7556         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7557         (gnus-registry-set-article-mark-internal): New functions to add and
7558         remove marks.
7559         (gnus-registry-get-article-marks): New function to show the marks for
7560         an article, or retrieve them for further use.
7561
7562 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7565         keys when no argument is given.
7566
7567 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * imap.el (imap-ping-server): New variable.
7570         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7571         (imap-ping-server): Minor doc string fixes.
7572
7573 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7574
7575         * imap.el (imap-ping-server): New function.
7576         (imap-opened): Call imap-ping-server.
7577
7578 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * gnus-sum.el (gnus-article-sort-by-random)
7581         (gnus-thread-sort-by-random): Fix doc strings.
7582         Reported by jidanni@jidanni.org.
7583
7584 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-art.el (gnus-article-describe-bindings): New function.
7587         (gnus-article-read-summary-keys): Use it.
7588         (gnus-article-mode-map): Bind `C-h b' to it.
7589
7590 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7593         XEmacs.
7594         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7595         Protect against non-character events.
7596
7597         * lpath.el: Fbind map-keymap for Emacs 21.
7598
7599 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7602         New command.
7603         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7604         instead of END.  Change name of the temp file.
7605         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7606         customizable.
7607
7608 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7611         bind `S W' to gnus-article-wide-reply-with-original; set default
7612         binding to gnus-article-read-summary-send-keys.
7613         (gnus-article-read-summary-keys): Fix the order of keys; display
7614         continuation keys correctly in the echo area; describe bindings
7615         correctly when keys end with `C-h'.
7616         (gnus-article-read-summary-send-keys): New function.
7617         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7618         Work for gnus-article-read-summary-send-keys; display continuation keys
7619         correctly in the echo area.
7620         (gnus-article-reply-with-original): Ignore prefix argument.
7621         (gnus-article-wide-reply-with-original): New function.
7622
7623         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7624         Emacs 21.
7625
7626 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7629         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7630
7631 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7634         (gnus-group-read-ephemeral-gmane-group): New command.
7635
7636 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7637
7638         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7639
7640 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * message.el (message-send-mail-function): Increase custom version.
7643
7644         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7645         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7646
7647 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7650         for the cases where imap-authenticate is called with a nil buffer
7651         parameter.
7652
7653 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7656         html parts correctly; support forwarded messages.
7657         (gnus-article-browse-html-article): Remove work buffers.
7658
7659         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7660         compiling.
7661         (netrc-bound-and-true-p): New macro.
7662         (netrc-parse): Use it instead of bound-and-true-p that is not available
7663         in XEmacs 21.4.
7664
7665 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7666
7667         * gnus-registry.el (gnus-registry-mark-article)
7668         (gnus-registry-article-marks): Add functionality to mark articles
7669         through the Gnus registry.
7670
7671         * encrypt.el: Clarify documentation for the new pgg method.
7672         (encrypt-file-alist): Add PGG option.
7673         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7674         functionality.  Abstract password key and messaging to external
7675         functions.
7676         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7677         (encrypt-message-method-and-cipher): Add new convenience external
7678         functions.
7679         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7680         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7681
7682         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7683         (netrc-parse): Use encrypt-file-alist to determine if
7684         encrypt-find-model or encrypt-insert-file-contents should be used.
7685
7686         * encrypt.el: Clarify documentation.  Load password-cache or
7687         password, whichever one is found first, instead of autoloading.
7688
7689 2007-12-19  Glenn Morris  <rgm@gnu.org>
7690
7691         * mml.el (message-options-set, message-narrow-to-head)
7692         (message-in-body-p, message-mail-p, message-encode-message-body):
7693         Autoload.
7694         (message-remove-header, message-narrow-to-headers-or-head)
7695         (message-subscribed-p, message-make-mail-followup-to)
7696         (message-position-on-field, message-news-p)
7697         (message-options-set-recipient, message-generate-headers)
7698         (message-sort-headers): Declare as functions.
7699
7700 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7703         convention in doc string.
7704
7705 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7708         title to html parts.
7709         (gnus-article-browse-html-article): Pass message header to it.
7710
7711         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7712
7713 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7716         or password compatible with XEmacs.
7717
7718 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7721         format document.
7722         (gnus-mime-delete-part): Don't write description line if empty.
7723         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7724
7725 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7726
7727         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7728         (gnus-summary-mark-read-and-unread-as-read)
7729         (gnus-summary-mark-current-read-and-unread-as-read)
7730         (gnus-summary-mark-unread-as-ticked): Doc fix.
7731         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7732
7733 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7736         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7737
7738 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7741         yes-or-no-p.
7742
7743 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * mm-decode.el (mm-add-meta-html-tag): New function.
7746         (mm-save-part-to-file, mm-pipe-part): Use it.
7747
7748         * gnus-art.el (gnus-article-browse-delete-temp-files):
7749         Use gnus-y-or-n-p instead of y-or-n-p.
7750         (gnus-article-browse-html-parts): Work with message/external-body; use
7751         mm-add-meta-html-tag.
7752
7753 2007-12-11  Glenn Morris  <rgm@gnu.org>
7754
7755         * gnus-cache.el: Require gnus-sum not just when compiling.
7756
7757         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7758
7759         * gnus-int.el (gnus-server-opened, gnus-status-message):
7760         Move definitions before use.
7761
7762         * mm-decode.el: Require gnus-util.
7763         (mm-remove-part): Only call delete-annotation on XEmacs.
7764
7765         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7766
7767         * nnmail.el: Require gnus-int.
7768
7769         * spam.el: Move `require's before `eval-when-compile's.
7770
7771         * gnus-ems.el (gnus-alive-p):
7772         * gnus-fun.el (message-goto-eoh):
7773         * gnus-util.el (gnus-group-name-decode):
7774         * mail-source.el (gnus-compress-sequence):
7775         * message.el (Info-goto-node, format-spec):
7776         * mm-bodies.el (message-options-get):
7777         * mm-decode.el (mm-view-pkcs7):
7778         * mm-util.el (gmm-write-region):
7779         * mml-smime.el (mml-compute-boundary)
7780         (gnus-completing-read-with-default):
7781         * mml.el (widget-button-press, gnus-make-hashtable):
7782         * mml1991.el (mm-decode-content-transfer-encoding)
7783         (mm-encode-content-transfer-encoding)
7784         (message-options-get, message-options-set):
7785         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7786         * nnfolder.el (gnus-request-group):
7787         * nnheader.el (ietf-drums-unfold-fws):
7788         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7789         * smime.el (gnus-run-mode-hooks):
7790         * spam-stat.el (gnus-message): Autoload.
7791
7792         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7793         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7794         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7795         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7796         Add declare-function compatibility definition.
7797
7798         * gnus-cache.el (nnvirtual-find-group-art):
7799         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7800         (gnus-add-image, gnus-add-wash-type):
7801         * gnus-group.el (nnkiboze-score-file):
7802         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7803         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7804         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7805         (message-tokenize-header, gnus-get-buffer-create)
7806         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7807         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7808         * gnus.el (gnus-group-decoded-name):
7809         * mail-source.el (imap-capability):
7810         * mm-bodies.el (message-options-set):
7811         * mm-decode.el (gnus-configure-windows):
7812         * mm-extern.el (message-goto-body):
7813         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7814         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7815         (epg-sub-key-validity, message-options-set):
7816         * mml.el (widget-event-point, gnus-configure-windows):
7817         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7818         * mml2015.el (epg-check-configuration, epg-configuration)
7819         (message-options-set):
7820         * nndb.el (nndb-request-article):
7821         * nnfolder.el (gnus-request-create-group):
7822         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7823         * nnmaildir.el (gnus-group-mark-article-read):
7824         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7825         * rfc1843.el (message-fetch-field):
7826         * spam.el (gnus-extract-address-components):
7827         Declare as functions.
7828
7829 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7832
7833         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7834
7835         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7836         bind show-trailing-whitespace for XEmacs.
7837
7838 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7841         new no-op macro for backward compatibility.
7842
7843         * imap.el (imap-string-to-integer): New function.
7844
7845 2007-12-09  Glenn Morris  <rgm@gnu.org>
7846
7847         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7848
7849         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7850         * message.el, mm-view.el, sieve-manage.el, smime.el:
7851         Add declare-function compatibility definition.
7852
7853         * gnus-art.el (w3-region, w3m-region, Info-menu):
7854         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7855         * gnus-sum.el (gnus-get-predicate):
7856         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7857         * message.el (mail-abbrev-in-expansion-header-p):
7858         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7859         (w3m-detect-meta-charset, w3m-region):
7860         * sieve-manage.el (password-read, password-cache-add)
7861         (password-cache-remove):
7862         * smime.el (password-read-and-add): Declare as functions.
7863
7864 2007-12-08  David Kastrup  <dak@gnu.org>
7865
7866         * gnus-sum.el (gnus-summary-simplify-subject-query):
7867         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7868         `message'.
7869
7870 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7873         it to bind idna-program, installation-directory, defined-colors, and
7874         face-attribute for XEmacs of the version that compiles defcustom forms.
7875
7876 2007-12-07  Glenn Morris  <rgm@gnu.org>
7877
7878         * gnus-art.el (article-make-date-line): Revert previous change.
7879
7880 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7883
7884 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7885
7886         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7887         Call gnus-add-to-range ranges only once with a prepared article-list.
7888
7889 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7890
7891         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7892         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7893         group names with backslashes.
7894         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7895
7896 2007-12-06  Deepak Goel  <deego3@gmail.com>
7897
7898         * gnus-art.el (article-make-date-line):
7899         * gnus-start.el (gnus-load):
7900         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7901
7902 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * gnus-art.el (gnus-use-idna)
7905         * gnus-start.el (gnus-site-init-file)
7906         * message.el (message-use-idna)
7907         * mm-uu.el (mm-uu-hide-markers)
7908         * smiley.el (smiley-style): Revert changes that suppress warnings.
7909
7910 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7913         specify charset to html source.
7914         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7915
7916 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7919         idna-program in order to suppress byte compile warning issued by XEmacs
7920         that came to byte compile the default value section of defcustom forms
7921         recently.
7922
7923         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7924         value of installation-directory.
7925
7926         * message.el (message-use-idna): Don't directly refer to the value of
7927         idna-program.
7928
7929         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7930
7931         * smiley.el (smiley-style): Don't directly call face-attribute.
7932
7933 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7936
7937         * gnus-dired.el: Reduce Gnus dependencies.
7938         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7939         Don't require.  Use autoloads instead.
7940         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7941         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7942         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7943         (gnus-dired-mode): Adjust doc string.
7944         (gnus-dired-mail-mode): New variable.
7945         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7946         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7947         (gnus-dired-mail-buffers): New function.  Return mail or message
7948         composition buffers.
7949         (gnus-dired-attach): Use it.
7950         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7951         NO-DECODE.
7952         (gnus-dired-print): Use `gnus-print-buffer' depending on
7953         `gnus-dired-mail-mode'.
7954
7955 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * rfc2047.el (rfc2047-encoded-word-regexp)
7958         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7959         explaining what regexp patterns are for.
7960
7961 2007-12-04  Glenn Morris  <rgm@gnu.org>
7962
7963         * password.el: Move to password-cache.el.
7964
7965         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7966         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7967         * mml-smime.el (password-read, password-cache-add)
7968         (password-cache-remove):
7969         No need to autoload, since mml-sec requires password.
7970
7971         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7972         * message.el (gnus-extract-address-components):
7973         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7974
7975         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7976         password.
7977
7978 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * mailcap.el: Reduce dependencies.
7981         (mail-header-parse-content-type): Autoload.
7982         (mailcap-delete-duplicates): New alias.
7983         (mailcap-mime-info): Add optional argument NO-DECODE.
7984         (mailcap-mime-types): Use mailcap-delete-duplicates.
7985
7986         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7987
7988 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7989
7990         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7991         (imap-parse-status): Upcase status-att for servers that sends them
7992         lower-case (e.g., MS Exchange 2007).
7993
7994 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7997         function.
7998
7999         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8000         (gnus-uu-yenc-article): New function.
8001
8002         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8003
8004         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8005
8006 2007-12-02  Glenn Morris  <rgm@gnu.org>
8007
8008         * binhex.el (binhex): New custom group.
8009         (binhex-decoder-program, binhex-decoder-switches)
8010         (binhex-use-external): Move to the binhex custom group.
8011
8012         * uudecode.el (uudecode): New custom group.
8013         (uudecode-decoder-program, uudecode-decoder-switches)
8014         (uudecode-use-external): Move to the uudecode custom group.
8015
8016         * netrc.el (top-level): Don't load `encrypt' features.
8017         (netrc-parse): Don't use encrypt.
8018         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8019
8020         * encrypt.el: Remove file.
8021
8022 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8025         matches on patches.
8026
8027         * gnus-art.el (gnus-article-browse-html-article):
8028         Mention `mm-text-html-renderer' in the doc string.
8029
8030         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8031         string.  Add comments.
8032
8033         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8034         if rhs is ASCII.
8035
8036 2007-12-01  Glenn Morris  <rgm@gnu.org>
8037
8038         * mail-source.el (top-level): Require format-spec before
8039         eval-when-compile.
8040
8041 2007-11-30  Glenn Morris  <rgm@gnu.org>
8042
8043         * encrypt.el: Require password, rather than autoloading password-read.
8044
8045 2007-11-29  Glenn Morris  <rgm@gnu.org>
8046
8047         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8048         (sasl-make-client, sasl-next-step, sasl-step-data)
8049         (sasl-step-set-data): Declare as functions.
8050
8051 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8054
8055 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8056
8057         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8058         certs should be verified and what is to be done in the event of a
8059         verification failure.
8060
8061         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8062         caller can indicate whether the cache should be disregarded for this
8063         call.  This way the result of the call is reproducible at all times and
8064         can be considered a canonical server name for the supplied method.
8065         (gnus-agent-method-p): Canonicalize server names by pushing their
8066         method through `gnus-method-to-server' using the no-cache argument.
8067
8068         * gnus-srvr.el (gnus-server-insert-server-line):
8069         Call `gnus-method-to-server' with `no-cache' argument.
8070
8071         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8072         gnus-agent-possibly-synchronize-flags as this should be called when the
8073         server is actually being opened.
8074         (gnus-agent-possibly-synchronize-flags)
8075         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8076         flags file of an agentized server to the latter function.
8077
8078         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8079         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8080         after a connection has been established successfully.
8081
8082 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-art.el (article-display-face): Force to display face if called
8085         interactively; check if gnus-article-x-face-too-ugly matches author.
8086         (article-display-x-face): Display face even if From header is missing
8087         as article-display-face does.
8088
8089 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8090
8091         * hashcash.el (message-narrow-to-headers-or-head)
8092         (message-fetch-field, message-goto-eoh)
8093         (message-narrow-to-headers): Declare as functions.
8094
8095 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * mail-source.el (mail-sources): Default to fetch from file for
8098         compatibility with default of nnmail-spool-file.
8099
8100 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8103         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8104         to look for encoded word that should be encoded again.
8105         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8106         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8107         encoding pattern.
8108         (rfc2047-decode-region): Switch strict regexp and loose one according
8109         to rfc2047-allow-irregular-q-encoded-words.
8110
8111 2007-11-25  Romain Francoise  <romain@orebokech.com>
8112
8113         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8114
8115 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * tls.el (tls-program): Provide more custom choices from
8118         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8119         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8120
8121 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8124         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8125
8126         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8127         `nnmail-spool-file'.
8128
8129         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8130         `nnmail-spool-file'.
8131
8132         * gnus-move.el (gnus-change-server): Ditto.
8133
8134         * gnus-kill.el (gnus-batch-score): Ditto.
8135
8136         * gnus-cache.el (gnus-jog-cache): Ditto.
8137
8138         * gnus-msg.el (gnus-summary-reply):
8139         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8140
8141 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8144         version.  Minor improvement to doc strings.
8145         (tls-program): Add comment.
8146
8147 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8148
8149         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8150         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8151         mismatch between the hostname provided in the certificate and the name
8152         of the host connnecting to.
8153         (open-tls-stream): Use them.  Check certificates against trusted root
8154         certificates.
8155
8156 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * gnus-cache.el (gnus-cache-generate-nov-databases):
8159         Use nnml-generate-nov-databases-directory instead of
8160         nnml-generate-nov-databases-1.
8161
8162 2007-11-24  Glenn Morris  <rgm@gnu.org>
8163
8164         * message.el (message-tool-bar-retro): Update for rename
8165         mail_send.xpm->mail-send.xpm.
8166
8167 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8170         `smime-ldap-search' for Emacs 22 and up.
8171
8172 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8173
8174         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8175
8176         * message.el (message-send-mail-function): Fix error convention.
8177         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8178         (message-widen-reply, message-send-mail, message-talkative-question)
8179         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8180         (message-clone-locals, message-send-news): Use with-current-buffer.
8181         (message-insert-or-toggle-importance): Remove unused var `valid'.
8182         (message-make-references): Remove unused var `new-references'.
8183         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8184
8185 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8186
8187         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8188         (spam-split-symbolic-return-positive): Reflow docstring.
8189         (spam-backends, spam-summary-exit-behavior)
8190         (spam-mark-ham-unread-before-move-from-spam-group)
8191         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8192         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8193         (spam-clear-cache, spam-backend-check, spam-install-backend)
8194         (spam-install-statistical-backend, spam-list-of-processors)
8195         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8196         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8197         (spam-check-crm114, spam-initialize, spam-unload-hook):
8198         Fix typos in docstrings.
8199
8200 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8203         been checked if they have never been read and those group levels are
8204         higher than the one that a user specified.
8205
8206 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8209         foreign groups unless a group level is specified by a user.
8210         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8211
8212 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * message.el (message-send-mail-function): Require sendmail.
8215
8216 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * message.el (message-send-mail-function): Check for smtpmail too.
8219
8220         * utf7.el (utf7-encode, utf7-decode): Use coding system
8221         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8222
8223         * message.el (message-send-mail-function): New function.
8224         (message-send-mail-function): Set default using
8225         message-send-mail-function.  Adjust doc string.
8226         (message-send-mail-with-mailclient): New function.
8227
8228 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8229
8230         * smime.el (from):
8231         * rfc2047.el (message-posting-charset):
8232         * qp.el (mm-use-ultra-safe-encoding):
8233         * pop3.el (parse-time-months):
8234         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8235         * nnml.el (files):
8236         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8237         (jka-compr-compression-info-list, ange-ftp-path-format)
8238         (efs-path-regexp):
8239         * nndiary.el (files):
8240         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8241         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8242         (epg-digest-algorithm-alist, inhibit-redisplay)
8243         (password-cache-expiry):
8244         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8245         (pgg-output-buffer, password-cache-expiry):
8246         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8247         (efs-path-regexp):
8248         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8249         (inhibit-redisplay):
8250         * mm-uu.el (file-name, start-point, end-point, entry)
8251         (gnus-newsgroup-name, gnus-newsgroup-charset):
8252         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8253         (latin-unity-ucs-list):
8254         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8255         (mm-uu-binhex-decode-function):
8256         * message.el (gnus-message-group-art, gnus-list-identifiers)
8257         (rmail-enable-mime-composing, gnus-local-organization)
8258         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8259         (gnus-read-active-file, facemenu-add-face-function)
8260         (facemenu-remove-face-function, gnus-article-decoded-p)
8261         (tool-bar-mode):
8262         * mail-source.el (display-time-mail-function):
8263         * gnus-util.el (nnmail-pathname-coding-system)
8264         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8265         (gnus-original-article-buffer, gnus-user-agent)
8266         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8267         (xemacs-codename, sxemacs-codename, emacs-program-version):
8268         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8269         * gnus-start.el (gnus-agent-covered-methods)
8270         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8271         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8272         (gnus-newsgroup-headers, gnus-group-list-mode)
8273         (gnus-group-mark-positions, gnus-newsgroup-data)
8274         (gnus-newsgroup-unreads, nnoo-state-alist)
8275         (gnus-current-select-method, mail-sources)
8276         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8277         (nnmail-spool-file, gnus-cache-active-hashtb):
8278         * gnus-mh.el (mh-lib-progs):
8279         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8280         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8281         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8282         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8283         (gnus-group-buffer):
8284         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8285         (font-lock-set-defaults):
8286         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8287         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8288         (gnus-summary-post-menu, total-parts, type, condition, length):
8289         * gnus-agent.el (gnus-agent-read-agentview):
8290         * flow-fill.el (show-trailing-whitespace):
8291         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8292         eval-and-compile wrappers for byte compiler pacifiers.
8293
8294         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8295         (mm-display-inline-fontify): Check for featurep 'xemacs not
8296         extent-list.
8297
8298         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8299         itimer-list.
8300         (mm-create-image-xemacs): Only do something for XEmacs.
8301         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8302
8303         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8304
8305         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8306         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8307
8308 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8309
8310         * nnimap.el (nnimap-split-download-body):
8311         * gnus-demon.el (gnus-demon):
8312         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8313
8314 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8317         New macros.
8318         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8319         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8320         copy data from unibyte buffer to multibyte current buffer.
8321         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8322         to copy data from unibyte current buffer to multibyte buffer.
8323         (nntp-make-process-buffer): Make process buffer unibyte.
8324
8325         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8326
8327 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8328
8329         * pop3.el (pop3-open-server): Accept and process data more robustly at
8330         connexion start to avoid spurious "POP SSL connexion failed" errors.
8331
8332 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8335         read group names.
8336
8337 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8340
8341 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8344         (nnmail-save-active): Use a unibyte buffer when saving active file,
8345         which may contain non-ASCII group names.
8346
8347         * nnml.el (nnml-request-group): Decode group names in messages.
8348
8349 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * message.el (message-citation-line-function)
8352         (message-insert-formatted-citation-line): Fix spelling of
8353         `message-insert-formated-citation-line'.
8354
8355 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8358
8359 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8362         nnmail-pathname-coding-system.
8363
8364         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8365         that a user enters; decode group names in messages.
8366
8367         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8368
8369 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8372
8373         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8374
8375         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8376         risky local variable.
8377
8378         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8379
8380 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8381
8382         * encrypt.el: Improve documentation to fix function name typo.
8383         Reported by Daiki Ueno <ueno@unixuser.org>.
8384
8385 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8388         even if the point is not in the last page of an article.
8389         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8390         back to the previous page.
8391
8392 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8395
8396 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8399
8400 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8401
8402         * message.el (message-check-news-body-syntax):
8403         Avoid mm-string-as-multibyte.
8404         (message-hide-headers): Don't assume (point-min)==1.
8405
8406 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * message.el (message-remove-blank-cited-lines): Fix if remove is
8409         given.
8410         (message-bogus-address-regexp): New variable.
8411         (message-bogus-recipient-p): New function.
8412         (message-check-recipients): New command.
8413         (message-syntax-checks): Add `bogus-recipient'.
8414         (message-fix-before-sending): Add `bogus-recipient'.
8415
8416         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8417         (gnus-treat-body-boundary): Don't test window-system.
8418
8419 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8420
8421         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8422
8423 2007-10-28  Miles Bader  <miles@gnu.org>
8424
8425         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8426         at compile-time too.
8427
8428 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * gnus-msg.el (gnus-message-setup-hook):
8431         Add `message-remove-blank-cited-lines' to options.
8432
8433 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * message.el (message-remove-blank-cited-lines): New function.
8436         Suggested by Karl Plästerer.
8437
8438 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8441         mapc.
8442
8443         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8444         (top-level): Use mapc to set functions to be traced for debugging.
8445
8446         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8447         called for effect with while loop.
8448
8449         * message.el (message-talkative-question): Replace mapcar called for
8450         effect with mapc.
8451
8452         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8453         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8454         called for effect with dolist.
8455
8456         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8457
8458         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8459         gnus-extra-headers and nnmail-extra-headers.
8460
8461         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8462         called for effect with dolist.
8463         (top-level): Use mapc to set functions to be traced for debugging.
8464
8465         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8466         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8467         dolist.
8468
8469         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8470         Replace mapcar called for effect with mapc.
8471         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8472         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8473         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8474         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8475
8476         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8477         remove-if that's a cl function.
8478
8479         * webmail.el (webmail-debug): Replace mapcar called for effect with
8480         dolist.
8481
8482         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8483         with mapc.
8484
8485 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8488         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8489         with while loop.
8490
8491         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8492         functions from article-* functions.
8493         (gnus-multi-decode-header): Replace mapcar called for effect with
8494         dolist.
8495
8496         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8497         (gnus-bookmark-show-details): Replace mapcar called for effect with
8498         while loop.
8499
8500         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8501         called for effect with while loop.
8502
8503         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8504         with dolist.
8505
8506         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8507         Replace mapcar called for effect with dolist.
8508
8509         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8510
8511         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8512         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8513         Replace mapcar called for effect with dolist.
8514         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8515         mapc.
8516
8517         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8518         Replace mapcar called for effect with dolist.
8519         (gnus-topic-list): Replace mapcar called for effect with mapc.
8520
8521         * gnus.el: Use mapc instead of mapcar to add autoloads.
8522
8523 2007-10-23  Richard Stallman  <rms@gnu.org>
8524
8525         * gnus-group.el (gnus-group-highlight): Mark as risky.
8526
8527 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus.el (gnus-server-to-method): Return method found first in
8530         gnus-newsrc-alist.
8531
8532         * gnus-art.el (gnus-article-highlight-signature)
8533         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8534         button overlay without the front stickiness.
8535
8536 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8537
8538         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8539         overview buffer needed a catch to receive its throw.
8540         (gnus-agent-flush-cache): Declare as interactive to make this function
8541         easier to use.
8542
8543 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8546         `next-line'.
8547
8548 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8551         exclude address matching message-dont-reply-to-names.
8552
8553 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-util.el (gnus-string<): New function.
8556
8557         * gnus-sum.el (gnus-article-sort-by-author)
8558         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8559
8560 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8563         the frame-focus tag is set in gnus-buffer-configuration.
8564
8565 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8568         the front stickiness.
8569
8570 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8573         url pattern; remove duplicate one.
8574         (gnus-article-extend-url-button): New function.
8575         (gnus-article-add-buttons): Use it.
8576         (gnus-button-push): Use concatenated url that it makes.
8577
8578 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8579
8580         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8581
8582 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8583
8584         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8585         Don't hardcode point-min==1.
8586
8587 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8590         Fix comment about "iso8859-1".
8591
8592 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8593
8594         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8595         ones returned from the verify-function.
8596
8597         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8598         Call mml2015-extract-cleartext-signature if extraction failed.
8599
8600 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8601
8602         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8603         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8604         failed.
8605
8606 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8609
8610 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8613         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8614         recommends to use EasyPG instead of PGG.
8615
8616         * pgg.el: Revert to revision 6.23.2.16.
8617
8618         * pgg-def.el: Revert to revision 6.6.2.14.
8619
8620         * pgg-gpg.el: Revert to revision 6.23.2.34.
8621
8622 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8623
8624         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8625         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8626         thread for both the null and zero (kill/expire thread) universal prefix
8627         cases.
8628         (gnus-summary-expire-thread): Add new function to expire a thread,
8629         using gnus-summary-kill-thread.
8630         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8631         shortcuts for gnus-summary-expire-thread.
8632         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8633         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8634
8635 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8636
8637         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8638         extras value, so an extras entry can be deleted.
8639         (gnus-registry-delete-extra-entry): Use it.
8640         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8641         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8642         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8643         storage through the gnus-registry, and provide an appropriate API for
8644         it.
8645
8646 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8649         Suggested by Leo <sdl.web@gmail.com>.
8650
8651         * gnus.el: Do.
8652
8653 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8656         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8657
8658         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8659
8660         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8661         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8662
8663 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8666         newline.
8667         (nnmbox-request-accept-article): Don't change article in source buffer;
8668         narrow to header to use message-fetch-field rather than
8669         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8670         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8671         as delimiters; make sure article ends with newline.
8672         (nnmbox-delete-mail): Correct last position of article to be deleted;
8673         ignore X-Gnus-Newsgroup header in article body.
8674         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8675         positions; make sure article ends with newline.
8676
8677         * message.el (message-display-abbrev): Don't infloop when a user
8678         inserts SPC in the beginning of header.
8679
8680         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8681         coding-system-for-read and coding-system-for-write for XEmacs having no
8682         file-coding feature.
8683
8684         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8685
8686 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8689         list of groups not followed by default.  Fix type to be regexp.
8690         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8691
8692 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8693
8694         * hmac-def.el (define-hmac-function): Switch from old-style to
8695         new-style backquotes.
8696
8697         * md4.el (md4-make-step): Likewise.
8698
8699 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8702         raw-text coding system when saving .newsrc file, which may contain
8703         non-ASCII group names.
8704
8705 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-cus.el (gnus-score-extra): New widget.
8708         (gnus-score-extra-convert): New function.
8709         (gnus-score-customize): Use it for Extra.
8710
8711 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8712
8713         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8714         (mml2015-mailcrypt-clear-verify): Use it.
8715         (mml2015-gpg-clear-verify): Use it.
8716         (mml2015-pgg-clear-verify): Use it.
8717         (mml2015-epg-clear-verify): Replace the current part with the output
8718         from GnuPG; don't extract the plaintext by itself.
8719
8720         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8721         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8722         mml2015-clear-verify-function; don't touch the armor headers or
8723         dash-escaped text here.
8724
8725 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8728         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8729         parts, or application/octet-stream as a last resort.
8730         (gnus-mime-view-part-as-type): Don't toggle display.
8731         (gnus-mime-view-part-as-charset): Don't turn off display before
8732         querying charset.
8733
8734         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8735         stuff to undisplayer function in Emacs.
8736         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8737
8738         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8739         text/calendar parts.
8740
8741 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8744         decoding text/calendar parts.
8745
8746         * message.el (message-forward-make-body-mime): Always mark body as
8747         having no illegible text; remove signed-or-encrypted argument.
8748         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8749
8750         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8751         (mml-generate-mime-1): Don't encode body if it is specified to be in
8752         raw form; don't make buffer be unibyte when inserting multibyte string.
8753
8754 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8755
8756         * sha1.el: Fix up comment style.
8757         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8758         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8759
8760         * hex-util.el: Fix up comment style.
8761         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8762
8763         * gnus-salt.el: Use with-current-buffer.
8764         (gnus-pick-setup-message): Fix long-standing typo.
8765
8766 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * imap.el (imap-logout-timeout): New variable.
8769         (imap-logout, imap-logout-wait): New functions.
8770         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8771
8772         * nnimap.el (nnimap-logout-timeout): New server variable.
8773         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8774         nnimap-logout-timeout.
8775
8776         * gnus-art.el (gnus-article-summary-command-nosave)
8777         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8778
8779 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus.el (gnus-maximum-newsgroup): New variable.
8782
8783         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8784         according to gnus-maximum-newsgroup.
8785
8786         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8787         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8788         Limit the range of articles according to gnus-maximum-newsgroup.
8789
8790 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8791
8792         * gnus-art.el (gnus-sticky-article): Fix problems described in
8793         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8794         Don't perform gnus-configure-windows here; reuse existing sticky
8795         article buffer.
8796
8797         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8798         it doesn't exist in gnus-article-mode.
8799
8800 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8803         (gnus-agent-decoded-group-name): New function.
8804         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8805         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8806
8807 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8808
8809         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8810         Add binding for gnus-sticky-article.
8811         (gnus-summary-exit): Don't kill sticky article buffers.
8812
8813         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8814         article buffer.
8815         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8816         (gnus-kill-sticky-article-buffers): New commands.
8817
8818 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * nntp.el (nntp-xref-number-is-evil): New server variable.
8821         (nntp-find-group-and-number): If it is non-nil, don't trust article
8822         numbers in the Xref header.
8823
8824 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-agent.el (gnus-agent-read-group): New function.
8827         (gnus-agent-flush-group, gnus-agent-expire-group)
8828         (gnus-agent-regenerate-group): Use it.
8829         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8830         nnmail-pathname-coding-system.
8831
8832 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8835
8836         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8837         that are unread as unread, and also as selected so that information of
8838         marks having been changed by a user may be updated when exiting group.
8839
8840 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8843
8844 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8847         calculated ignoring signature parts to gnus-treat-article.
8848
8849 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8852         a point here in order to keep the window start.
8853         (gnus-insert-mime-security-button): Make a button overlay without the
8854         front stickiness.
8855         (gnus-mime-display-security): Goto the end of a button.
8856
8857         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8858
8859 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8862         group-name-at-point.
8863         (gnus-group-completing-read): New function that offers decoded
8864         non-ASCII group names for completion.
8865         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8866         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8867         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8868         (gnus-group-fetch-control): Use it.
8869         (gnus-fetch-group): Use group-name-at-point for the initial value
8870         rather than the default value; use gnus-alive-p.
8871
8872         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8873         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8874         (gnus-summary-post-news): Use gnus-group-completing-read.
8875
8876         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8877         (gnus-read-move-group-name): Decode group name for completion.
8878
8879 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8880
8881         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8882         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8883         Yamaoka slightly modified the code).
8884
8885 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8888         (nnmail-split-incoming): Bind it.
8889
8890         * nnml.el (nnml-group-name-charset): New function.
8891         (nnml-decoded-group-name): Use it; don't decode group name if
8892         nnmail-group-names-not-encoded-p is non-nil.
8893         (nnml-encoded-group-name): New function.
8894         (nnml-group-pathname): Inline nnml-decoded-group-name.
8895         (nnml-request-expire-articles): Decode group name in message.
8896         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8897         nnmail-pathname-coding-system.
8898         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8899         not decoded ones according to nnmail-group-names-not-encoded-p.
8900         (nnml-generate-active-info): Use nnml-encoded-group-name.
8901
8902 2007-08-08  Glenn Morris  <rgm@gnu.org>
8903
8904         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8905         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8906         doc-strings and comments.
8907
8908 2007-07-25  Glenn Morris  <rgm@gnu.org>
8909
8910         * Relicense all FSF files to GPLv3 or later.
8911
8912 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-sum.el (gnus-summary-move-article):
8915         Make gnus-summary-respool-article work.
8916
8917 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8920         string.
8921
8922 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8923
8924         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8925         that should be ignored when comparing distant RSS articles with local
8926         ones.
8927         (nnrss-make-hash-index): New function.  Create a hash index according
8928         to the ignored fields.
8929         (nnrss-check-group): Use it.
8930
8931 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8934
8935         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8936
8937         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8938         the new optional argument ENCODED is non-nil.
8939         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8940         coding system for encoding group name.
8941         (gnus-group-make-rss-group): Pass un-encoded group name to
8942         gnus-group-make-group.
8943         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8944         encoded.
8945
8946         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8947         Encode group name to which articles are moved or copied.
8948         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8949         coding system for encoding Newsgroup, Followup-To and Xref headers.
8950
8951         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8952         marks; use nnheader-file-coding-system to write a file.
8953         (nnagent-retrieve-headers): Bind file-name-coding-system to
8954         nnmail-pathname-coding-system.
8955
8956         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8957
8958         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8959         (nnml-request-article, nnml-request-create-group)
8960         (nnml-request-rename-group, nnml-find-id)
8961         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8962         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8963         (nnml-save-marks): Use nnml-group-pathname instead of
8964         nnmail-group-pathname.
8965
8966         (nnml-request-create-group, nnml-request-expire-articles)
8967         (nnml-request-move-article, nnml-request-delete-group)
8968         (nnml-deletable-article-p, nnml-possibly-create-directory)
8969         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8970         (nnml-open-marks): Bind file-name-coding-system to
8971         nnmail-pathname-coding-system.
8972
8973         (nnml-request-article): Pass server argument to nnml-find-group-number.
8974         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8975         Pass server argument to nnml-possibly-create-directory.
8976         (nnml-request-accept-article): Pass server argument to
8977         nnml-active-number and nnml-save-mail.
8978         (nnml-find-group-number): Pass server argument to nnml-find-id.
8979         (nnml-request-update-info): Pass server argument to
8980         nnml-marks-changed-p.
8981
8982         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8983         (nnml-save-mail, nnml-active-number): Add server argument.
8984
8985         (nnml-request-delete-group): Warn if group is missing.
8986         (nnml-get-nov-buffer): Decode group name.
8987         (nnml-generate-active-info): Encode group name.
8988         (nnml-open-marks): Decode group name in messages.
8989
8990 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8993         if it is not specified.
8994         (gnus-article-pipe-part, gnus-article-save-part)
8995         (gnus-article-interactively-view-part, gnus-article-copy-part)
8996         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8997         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8998         (gnus-article-replace-part, gnus-article-delete-part)
8999         (gnus-article-view-part-as-type): Pass raw prefix argument to
9000         gnus-article-part-wrapper.
9001
9002 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-agent.el (gnus-agent-save-active):
9005         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9006
9007         * gnus-cache.el (gnus-cache-save-buffers)
9008         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9009         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9010         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9011         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9012         (gnus-cache-generate-active, gnus-cache-rename-group)
9013         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9014         (gnus-cache-update-overview-total-fetched-for):
9015         Bind file-name-coding-system to nnmail-pathname-coding-system.
9016         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9017         New variables.
9018         (gnus-cache-decoded-group-name): New function.
9019         (gnus-cache-file-name): Use it.
9020         (gnus-cache-generate-active): Use non-decoded group name for active.
9021
9022         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9023         right place.
9024         (gnus-write-active-file): Don't break non-ASCII group names.
9025
9026         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9027         nnmail-pathname-coding-system.
9028
9029         * lpath.el: Bind default-file-name-coding-system,
9030         file-name-coding-system and language-info-alist for XEmacs.
9031
9032         * gnus-uu.el (gnus-uu-decode-save): Typo.
9033
9034 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9037
9038 2007-07-14  David Kastrup  <dak@gnu.org>
9039
9040         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9041         finishing actions if we did not edit the article.
9042
9043 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9046         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9047         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9048         (gnus-agent-flush-group, gnus-agent-flush-cache)
9049         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9050         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9051         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9052         (gnus-agent-regenerate-group)
9053         (gnus-agent-update-files-total-fetched-for)
9054         (gnus-agent-update-view-total-fetched-for):
9055         Bind file-name-coding-system to nnmail-pathname-coding-system.
9056         (gnus-agent-group-pathname): Don't encode file names by
9057         nnmail-pathname-coding-system.
9058         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9059         coding-system-for-write instead of buffer-file-coding-system to
9060         gnus-agent-file-coding-system.
9061
9062         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9063         Decode group name.
9064
9065         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9066
9067         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9068         (gnus-read-newsrc-el-file): Make group names unibyte.
9069
9070         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9071         nnmail-pathname-coding-system.
9072
9073         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9074         (nnrss-request-delete-group): Bind file-name-coding-system to
9075         nnmail-pathname-coding-system.
9076         (nnrss-read-server-data, nnrss-read-group-data):
9077         Bind file-name-coding-system correctly.
9078         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9079
9080         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9081         (nntp-server-to-method-cache): New variable.
9082         (nntp-group-pathname): New function that decodes non-ASCII group names.
9083         (nntp-possibly-create-directory, nntp-marks-changed-p)
9084         (nntp-save-marks, nntp-open-marks): Use it.
9085         (nntp-possibly-create-directory, nntp-open-marks):
9086         Bind file-name-coding-system to nnmail-pathname-coding-system.
9087         (nntp-open-marks): Decode group names when bootstrapping marks.
9088
9089         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9090         Newsgroups and Folowup-To headers.
9091
9092 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9095         (gnus-server-closed-face, gnus-server-denied-face)
9096         (gnus-server-offline-face): Remove variable.
9097         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9098
9099         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9100         of modifying message-stack directly for XEmacs.
9101
9102         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9103         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9104         if the coding-system argument is nil for XEmacs.
9105
9106         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9107         mm-charset-override-alist.
9108
9109         * rfc2047.el: Don't require base64; require rfc2045 for the function
9110         rfc2045-encode-string.
9111         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9112         to quote the parameter value.
9113
9114 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9117         form in gnus-group-name-charset-method-alist.
9118
9119         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9120         overrides the default layout edit-form.
9121
9122         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9123
9124         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9125
9126 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9129         as unfetched articles.
9130
9131 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9134
9135 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9138         original back end that keeps marks in the local system.
9139
9140 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9143         arg of pop-to-buffer for XEmacs.
9144         (gnus-article-read-summary-keys): Ditto; don't restore window
9145         configuration if summary command ends up with neither article buffer
9146         nor summary buffer; describe bindings if summary keys end with C-h.
9147
9148 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * message.el (message-fix-before-sending): Skip raw message part to be
9151         forwarded while checking illegible text.
9152         (message-forward-make-body-mime, message-forward-make-body):
9153         Mark signed or encrypted raw message as having no illegible text.
9154
9155 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9158         (gnus-message-with-timestamp-1): New macro.
9159         (gnus-message-with-timestamp): New function.
9160         (gnus-message): Use them.
9161
9162         * nnheader.el (nnheader-message): Use them.
9163
9164 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9167         .newsrc.eld file.
9168
9169 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-agent.el (gnus-agent-fetch-headers)
9172         (gnus-agent-retrieve-headers):
9173         Bind gnus-decode-encoded-address-function to identity.
9174
9175         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9176         available also when the server returns simply a dot.
9177
9178         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9179
9180 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9183
9184 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-ems.el (gnus-x-splash): Make it work.
9187
9188         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9189         from being used.
9190
9191         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9192
9193 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9196         4th and the 5th arguments.
9197
9198         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9199         the front stickiness.
9200         (gnus-article-summary-command-nosave): Correct the order of the
9201         arguments passed to pop-to-buffer.
9202         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9203         summary command ends up with the article buffer.
9204
9205         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9206         the same faces.
9207
9208 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9209
9210         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9211
9212 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9213
9214         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9215         * gnus-sum.el (gnus-summary-highlight):
9216         * pgg.el (pgg-sign-region, pgg-sign):
9217         * mail-source.el (mail-source-delete-old-incoming-confirm):
9218         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9219
9220 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-art.el (gnus-mime-view-part-externally)
9223         (gnus-mime-view-part-internally): Fix predicate function passed to
9224         completing-read.
9225
9226         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9227
9228         * gnus.el (gnus-update-message-archive-method): Add :version.
9229
9230 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus.el (gnus-update-message-archive-method): New variable.
9233
9234         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9235         according to gnus-message-archive-method if
9236         gnus-update-message-archive-method is non-nil.
9237
9238 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9241         Suggested by Loic Dachary <loic@dachary.org>.
9242         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9243
9244 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * message.el (message-pop-to-buffer): Add switch-function argument.
9247         (message-mail): Pass switch-function argument to it.
9248
9249 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9252         Improve doc string.
9253
9254 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9257         (gnus-header-content)
9258         * gnus-cite.el (gnus-cite-10)
9259         * gnus-srvr.el (gnus-server-closed)
9260         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9261         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9262         (gnus-group-mail-3-empty, gnus-group-mail-low)
9263         (gnus-group-mail-low-empty, gnus-splash)
9264         * message.el (message-header-to, message-header-cc)
9265         (message-header-subject, message-header-other, message-header-name)
9266         (message-header-xheader, message-separator, message-cited-text)
9267         (message-mml): Lighten colors of faces used for dark background.
9268
9269 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9270
9271         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9272         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9273
9274 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * message.el (message-narrow-to-headers-or-head):
9277         Ignore mail-header-separator in the body.
9278
9279 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9282         same as window size.
9283
9284 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9285
9286         * message.el (message-font-lock-keywords): Use message-header-xheader
9287         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9288         ahead of the anything pattern, to get it recognised.
9289
9290 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9293         spam.el loads uses it in the compiled defadvice form.
9294
9295 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9296
9297         * gnus-sum.el (gnus-articles-to-read)
9298         (gnus-summary-insert-old-articles): Don't truncate group name for
9299         `read-string'.
9300
9301         * gnus-util.el (gnus-limit-string): Delete this function.
9302
9303         * gnus-sum.el (gnus-simplify-subject-fully):
9304         Use `truncate-string-to-width' instead.
9305
9306 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9307
9308         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9309         Tell if, on summary exit, the next group has to be selected.
9310         (gnus-summary-exit): Use it.
9311
9312 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9315         non-break space.
9316
9317 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9320         Check if group is not a directory.
9321         (nnfolder-request-expire-articles): Don't delete articles if the target
9322         group is not available.
9323
9324         * nnml.el (nnml-request-create-group): Properly check if group is not a
9325         file.
9326         (nnml-request-expire-articles): Don't delete articles if the target
9327         group is not available.
9328
9329         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9330         Don't quote characters that are within parentheses.
9331
9332 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9335         (gnus-handle-ephemeral-exit): Select article according to it.
9336
9337 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * message.el (message-insert-formated-citation-line): Remove newline.
9340         (message-citation-line-format): Add final \n here so that the user can
9341         avoid a blank line.
9342
9343 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9344
9345         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9346         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9347         Update lanl/arXiv support.
9348
9349 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * gnus.el: Bump version number.
9352
9353 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * gnus.el (gnus-version-number): Bump version.
9356
9357 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9358
9359         * gnus.el: No Gnus v0.6 is released.
9360
9361 2007-04-27  Didier Verna  <didier@xemacs.org>
9362
9363         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9364         * gmm-utils.el (gmm-regexp-concat): ... here.
9365         * message.el: Don't require 'gnus-util.
9366         (message-dont-reply-to-names): Handle name change above.
9367         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9368
9369 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9372         since the initial value varies according to the system.
9373
9374 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9377
9378 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9379
9380         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9381
9382 2007-04-24  Didier Verna  <didier@xemacs.org>
9383
9384         Improve the type of gnus-ignored-from-addresses.
9385         * gnus-util.el (gnus-orify-regexp): New function.
9386         * message.el (gnus-util): Require it.
9387         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9388         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9389         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9390
9391 2007-04-24  Didier Verna  <didier@xemacs.org>
9392
9393         * gnus-sum.el:
9394         * gnus-utils.el: Fix some trailing whitespaces.
9395
9396 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9399         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9400         article's Message-ID; refer parent article in summary buffer.
9401
9402         * message.el (message-bounce): Call mime-to-mml.
9403
9404         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9405         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9406         optimize and/or forms properly.
9407
9408 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9411         URL.
9412
9413 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9416
9417 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9420         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9421         displayed of multipart/alternative part if it is invoked from summary
9422         buffer.
9423
9424         * mm-view.el (mm-inline-text-html-render-with-w3m)
9425         (mm-inline-text-html-render-with-w3m-standalone)
9426         (mm-inline-render-with-function): Use mail-parse-charset by default.
9427
9428 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9429
9430         * parse-time.el (parse-time-string-chars): Check if CHAR
9431         is less than the length of parse-time-syntax.
9432
9433 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9436         from gnus-newsgroup-processable.
9437
9438 2007-04-16  Didier Verna  <didier@xemacs.org>
9439
9440         * gnus-msg.el (gnus-configure-posting-styles):
9441         Handle message-signature-directory properly with :file syntax.
9442         Reported by "Leo".
9443
9444 2007-04-11  Didier Verna  <didier@xemacs.org>
9445
9446         New user option: message-signature-directory.
9447         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9448         * message.el (message-insert-signature): Ditto.
9449         * message.el (message-signature-file): Doc update.
9450         * message.el (message-signature-directory): New.
9451
9452 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-msg.el (gnus-inews-yank-articles):
9455         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9456
9457 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * message.el (message-yank-original): Make sure cited text ends with
9460         newline; don't exchange point and mark.
9461
9462 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9463
9464         * tls.el (open-tls-stream): Properly handle case where there
9465         is no associated buffer.
9466
9467 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9468
9469         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9470         message-yank-original, make sure (< mark TEXT point).
9471
9472 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * message.el (message-fill-column): New variable.
9475         (message-mode): Use it.  Add comment on a possible new hook.
9476
9477         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9478         (nnmail-get-new-mail): Reformat.
9479
9480         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9481
9482         * gmm-utils.el: Fix Commentary.
9483         (gmm-tool-bar-from-list): Fix typo in doc string.
9484
9485 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9486
9487         * message.el (message-yank-original): Don't switch point and mark
9488         unnecessarily to put point and mark as documented.
9489
9490 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9493         from the message heads.
9494
9495 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9496
9497         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9498         article buffer does not have a window.  This may not be the best
9499         solution but is certainly better than setting the start of the null,
9500         that is the current, window.
9501
9502 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9505         (gnus-draft-setup): Run it.
9506
9507         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9508         gnus-score-fast-scoring.  Allow regexp.
9509         (gnus-score-headers): Use it.
9510
9511         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9512         XEmacs.
9513
9514         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9515         string.
9516         (gnus-button-alist): Also catch `<f1> k ...'.
9517         (gnus-treat-display-x-face): Fix doc string.
9518
9519 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9520
9521         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9522         evaluation of gnus-extended-version to ensure correct generation of the
9523         User-Agent header when message-generate-headers-first is used.
9524
9525 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9526
9527         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9528         hashcash-path is nil.  Don't call callback with incorrect number of
9529         parameters if val is 0.
9530
9531 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9532
9533         * message.el (message-required-news-headers):
9534         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9535
9536 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9537
9538         * tls.el (open-tls-stream): In handshake-waiting loop,
9539         don't wait more if there is output available to process.
9540
9541 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9542
9543         * tls.el (tls-program): Doc fix.
9544
9545 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * message.el (message-generate-new-buffers): Change the meaning of the
9548         nil value; add `standard' to the choices; treat t as `unique'; improve
9549         doc string.
9550         (gnus-select-frame-set-input-focus): Autoload.
9551         (message-buffer-name): Search for the existing message buffer if
9552         message-generate-new-buffers is nil or `standard'; treat the value t of
9553         message-generate-new-buffers as `unique'.
9554         (message-pop-to-buffer): Raise the frame already displaying the message
9555         buffer; clear the echo area after querying.
9556         (message-setup): Pass the `continue' argument to compose-mail.
9557         (message-mail): Prefer `switch-function' if it is given; search for the
9558         existing message buffer if the `continue' argument is non-nil; pass
9559         continue and switch-function arguments to compose-mail by way of
9560         message-setup.
9561         (message-mail-other-window): Adjust argument of message-setup.
9562         (message-mail-other-frame): Ditto.
9563
9564 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9567         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9568         to turn font-lock on when turning gnus-message-citation-mode on.
9569
9570 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9571
9572         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9573         (mml-smime-function-alist): New variable; add epg as the backend.
9574         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9575         mml-smime- functions instead.
9576         * mm-view.el: Require smime.
9577
9578 2007-03-05  Didier Verna  <didier@xemacs.org>
9579
9580         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9581         instead of just inheritance for posting styles.
9582         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9583
9584 2007-02-24  Chris Moore  <dooglus@gmail.com>
9585
9586         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9587         * pgg-pgp.el (pgg-pgp-encrypt-region):
9588         * pgg-gpg.el (pgg-gpg-encrypt-region):
9589         Check pgg-encrypt-for-me if no other recipients.
9590
9591 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9592
9593         * tls.el (tls-certtool-program): Fix custom type.
9594
9595 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9598         and point-at-eol instead of line-(beginning|end)-position.
9599
9600         * assistant.el (assistant-parse-buffer): Ditto.
9601
9602         * netrc.el (netrc-parse-services): Ditto.
9603
9604 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9605
9606         * mml2015.el (mml2015-epg-find-usable-key): New function.
9607         (mml2015-epg-sign): Use it.
9608         (mml2015-epg-encrypt): Use it.
9609
9610 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * message.el (message-make-in-reply-to): Quote name containing
9613         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9614         if there are special characters.  Reported by NAKAJI Hiroyuki
9615         <nakaji@jp.freebsd.org>.
9616
9617 2007-02-27  Didier Verna  <didier@xemacs.org>
9618
9619         Include the group parameters as well as the topic ones in the
9620         inheritance filter process.
9621         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9622         argument GROUP-PARAMS-LIST.
9623         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9624
9625 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * nntp.el (nntp-never-echoes-commands)
9628         (nntp-open-connection-functions-never-echo-commands): New variables.
9629         (nntp-send-command): Use them.
9630
9631 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9632
9633         * mml2015.el (mml2015-epg-verify): Simplify.
9634
9635 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * mml.el (mml-content-disposition-alist): New user option.
9638         (mml-content-disposition): New function.
9639         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9640         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9641
9642 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9643
9644         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9645         verification.
9646
9647 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9648
9649         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9650         articles posted in the last 24 hours.
9651
9652 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9653
9654         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9655
9656 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9657
9658         * nntp.el (nntp-send-command): Don't wait for echoes when
9659         nntp-open-ssl-stream is used.
9660
9661 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9664         (gnus-message-add-citation-keywords)
9665         (gnus-message-remove-citation-keywords): Remove.
9666         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9667         directly, make the variables in font-lock-defaults buffer-local, add
9668         gnus-message-citation-keywords to them and then update the value of
9669         font-lock-keywords.
9670
9671 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * message.el (message-cite-original-1): Don't call
9674         gnus-article-highlight-citation.
9675
9676         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9677         citations; fix line count.
9678
9679 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9682         (gnus-message-add-citation-keywords)
9683         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9684         versions of font-lock-add-keywords and font-lock-remove-keywords to
9685         work with XEmacs correctly.
9686
9687 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-cite.el (gnus-cite-face-list): Set the values of
9690         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9691         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9692         (gnus-message-cite-prefix-regexp): New variable.
9693         (gnus-message-search-citation-line): Use it; protect against long
9694         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9695         the 0th match data for Emacs.
9696         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9697         (gnus-message-add-citation-keywords): Append keywords rather than
9698         prepending; emulate font-lock-add-keywords if it is not available.
9699         (gnus-message-remove-citation-keywords):
9700         Emulate font-lock-remove-keywords if it is not available.
9701
9702         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9703
9704         * message.el (message-cite-prefix-regexp): Set the value of
9705         gnus-message-cite-prefix-regexp.
9706
9707 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9708
9709         * nnweb.el (nnweb-google-parse-1): Update parser.
9710
9711 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9712
9713         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9714
9715 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9716
9717         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9718         regexp.
9719
9720 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9723         string-to-multibyte.
9724         (uudecode-decode-region-internal): Use it.
9725
9726         * lpath.el: Fbind string-as-multibyte for XEmacs.
9727
9728 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9731         Fix custom choice.
9732
9733         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9734
9735 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9736
9737         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9738
9739         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9740         `write-region' to respect `mm-inhibit-file-name-handlers'.
9741
9742 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9745         Use gnus-home-directory instead of "~/" or "$HOME".
9746
9747 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9750         to mention filename.
9751         Add comments at beginning regarding usage.
9752         (encrypt-write-file-contents): Change interactive so a string is
9753         acceptable.  If the file has no associated model, show an error instead
9754         of a nonsense prompt.
9755
9756 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9757
9758         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9759         Thanks to Yoshihiko Yamada for kind notification of this typo.
9760
9761 2007-01-12  Kenichi Handa  <handa@m17n.org>
9762
9763         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9764         multibyte buffer.
9765
9766 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus-score.el (gnus-score-fast-scoring): New variable.
9769         (gnus-score-headers): Use it.
9770
9771         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9772
9773         * message.el (message-cite-original-1):
9774         Call gnus-article-highlight-citation if requested.
9775         (message-make-from): Allow name and address as optional arguments.
9776
9777         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9778
9779         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9780         bugs to doc string.
9781         (gnus-button-alist): Add mid\\|message-id.
9782         (gnus-button-fetch-group): Extend for use in
9783         `browse-url-browser-function'.
9784         (gnus-button-url-regexp): Try to catch paired parentheses like in
9785         Wikipedia URLs.
9786
9787         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9788         Suggested by Simon Krahnke <overlord@gmx.li>.
9789
9790 2007-01-13  Romain Francoise  <romain@orebokech.com>
9791
9792         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9793         Update copyright.
9794
9795 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9796
9797         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9798
9799 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9800
9801         * gnus-registry.el (gnus-registry-unfollowed-groups)
9802         (gnus-registry-split-fancy-with-parent): Fix documentation.
9803
9804 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9807         from nnweb groups.
9808
9809 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9812         Xref urls.  Erase buffer before requesting head.
9813
9814         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9815
9816 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9819         customizable.
9820
9821 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9822
9823         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9824         no signing key is found.
9825         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9826         no encrypting and/or signing key is found.
9827
9828 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9831
9832 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9833
9834         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9835         headers read from disk with the ones newly found in the current search.
9836         This should no longer cause problems, because the article numbers in
9837         Gmane's `nov.php' output are ignored since the previous change.
9838
9839 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9840
9841         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9842
9843 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9846         replace-regexp-in-string; bind url-version; fbind display-images-p and
9847         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9848         find-face and set-itimer-function for Emacs; bind itimer-list for
9849         Emacs.
9850
9851         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9852
9853 2007-01-01  Romain Francoise  <romain@orebokech.com>
9854
9855         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9856
9857 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9858
9859         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9860         `define-minor-mode' macro definition expanded properly.
9861         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9862         exclude it there.
9863
9864         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9865         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9866         `fboundp' test.
9867         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9868         This is OK to autoload in (S)XEmacs now.
9869
9870 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871
9872         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9873         keystroke.
9874         (gnus-summary-limit-to-singletons): Fix typo.
9875
9876         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9877         else fails.
9878
9879 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9880
9881         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9882         docstring.
9883
9884         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9885         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9886         (gnus-summary-insert-dormant-articles): Fix typo in message.
9887
9888 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9891         nil for XEmacs.
9892         (gnus-message-citation-mode): Don't autoload in XEmacs.
9893
9894         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9895
9896 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9897
9898         * nnimap.el (nnimap-expunge-search-string):
9899         Mention nnimap-search-uids-not-since-is-evil in docstring.
9900
9901 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * spam.el: Revert to make-obsolete-variable because
9904         define-obsolete-variable-alias is not supported in Emacs 21.
9905
9906         * spam.el (spam-ifile-path, spam-ifile-database-path)
9907         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9908         make-obsolete-variable.
9909         (spam-bsfilter-path, spam-bsfilter-program)
9910         (spam-spamassassin-path, spam-spamassassin-program)
9911         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9912         Don't use "path" inappropriately.
9913         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9914         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9915         variable names.
9916
9917 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9918
9919         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9920         summary buffer.
9921
9922         * password.el (password-cache-remove): Use clear-string to burn
9923         password, if available.
9924
9925 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9928
9929         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9930
9931         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9932         (gnus-message-highlight-citation): Move defcustom here from
9933         gnus-cite.el.
9934         (gnus-message-citation-mode): Autoload.
9935
9936         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9937         checks to make it compile with XEmacs.
9938         (gnus-message-citation-mode): New minor mode.
9939         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9940         (gnus-message-highlight-citation): New variables.
9941         (gnus-message-search-citation-line)
9942         (gnus-message-add-citation-keywords)
9943         (gnus-message-remove-citation-keywords)
9944         (turn-on-gnus-message-citation-mode)
9945         (turn-off-gnus-message-citation-mode): New functions.
9946
9947 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9948
9949         * gnus-cite.el: Enable highlighting of different citation levels in
9950         message-mode.
9951
9952 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * message.el (message-make-fqdn): Fix comment.
9955         (message-bogus-system-names): Add ".local".
9956
9957         * spam.el (spam-ifile-path, spam-ifile-program)
9958         (spam-ifile-database-path, spam-ifile-database)
9959         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9960         Don't use "path" inappropriately.
9961         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9962         strings.
9963         (spam-check-ifile, spam-ifile-register-with-ifile)
9964         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9965         Use new variable names.
9966
9967         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9968         (gnus-treat-display-smileys): Simplify using
9969         gnus-image-type-available-p.
9970
9971         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9972         available.
9973
9974         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9975         Use `display-images-p' if available.
9976
9977 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9980         one after turning on the buffer's multibyteness instead of decoding
9981         them directly in the unibyte buffer that causes unexpected conversion
9982         in Emacs 23 (unicode).
9983
9984 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9985
9986         * message.el (message-generate-hashcash): Fix custom type.
9987
9988 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9991
9992 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9995         disconnect icons.  Add help text.
9996
9997 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9998
9999         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10000         negated to be consistent with the others we handle.
10001
10002 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10005         version of gnus-summary-buffer to something, so that we can use two
10006         article buffers at the same time.
10007
10008 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10009
10010         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10011         trigger all the extra headers.
10012         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10013         sorting.
10014
10015 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10016
10017         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10018         solid groups.
10019
10020 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10021
10022         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10023
10024 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * legacy-gnus-agent.el: Add Copyright notice.
10027
10028 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10029
10030         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10031
10032 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10035
10036         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10037         to make it work reliably in CVS Emacs.
10038         (gnus-summary-limit-strange-charsets-predicate)
10039         (gnus-summary-limit-to-predicate): New functions.
10040
10041 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10042
10043         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10044         specifying array size.
10045         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10046         array if it is too small.
10047         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10048         (gnus-sort-threads-loop): New function.
10049
10050 2006-12-06  Chris Moore  <dooglus@gmail.com>
10051
10052         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10053         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10054
10055 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10056
10057         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10058         options.
10059
10060 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10063         DOS-ing the recipient.
10064
10065         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10066         the headers when creating the mapping to avoid mismappings.
10067         (nnweb-gmane-create-mapping): Always nix out old mapping.
10068
10069 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10072         and mm-verify-option to never.
10073
10074 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * message.el (message-signed-or-encrypted-p): New function.
10077         (message-forward-make-body): Use it.
10078
10079         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10080         Replace encode-coding-string with mm-encode-coding-string.
10081
10082 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * nneething.el (nneething-decode-file-name):
10085         Replace decode-coding-string with mm-decode-coding-string.
10086
10087         * gnus-int.el (gnus-open-server): Say failed server's name.
10088
10089 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10090
10091         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10092         strings to a single string.  Quote `errors-file-name'.
10093         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10094         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10095         Adjust calls.  Use `shell-quote-argument'.
10096
10097 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10098
10099         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10100         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10101
10102         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10103         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10104         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10105         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10106         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10107         (gnus-subscribe-newsgroup, gnus-1):
10108         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10109         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10110         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10111         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10112
10113 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114
10115         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10116         keystroke.
10117         (gnus-summary-limit-to-bodies): Implement headersp.
10118
10119 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10122
10123 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10126
10127 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * message.el (message-generate-hashcash): Expand range of values to
10130         include `opportunistic'.
10131         (message-send-mail): Use it.
10132
10133 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10136         and comment it.
10137
10138         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10139
10140 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-util.el (gnus-extract-address-components): Improve comment.
10143
10144 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-util.el (gnus-extract-address-components): Work with address in
10147         which the name portion contains @.
10148
10149         * lpath.el: Fbind custom-autoload.
10150
10151 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus.el (gnus-start): Move custom group up.
10154         (gnus-select-method): Don't autoload, but make it available for
10155         `customize-variable'.
10156         (gnus-getenv-nntpserver): Don't autoload.
10157
10158 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10161
10162 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * message.el (message-sendmail-extra-arguments): New variable.
10165         (message-send-mail-with-sendmail): Use it.
10166
10167 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10170         mm-with-unibyte-current-buffer to make string unibyte.
10171
10172         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10173         mm-string-as-multibyte.
10174
10175 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10176
10177         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10178         Reported by Werner Koch <wk@gnupg.org>.
10179
10180 2006-11-14  Daiki Ueno  <ueno@p360>
10181
10182         * mml2015.el: Autoload epa-select-keys when compiling.
10183
10184 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10185
10186         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10187         message-options.
10188         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10189
10190 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10191
10192         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10193         EasyPG (< 0.0.6).
10194         (mml2015-always-trust): New user option.
10195         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10196         prompt.
10197
10198 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * nntp.el (nntp-authinfo-force): New variable.
10201         (nntp-send-authinfo): Use it.
10202
10203 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10206         decode encoded words.  Improve prompt.  Add comment about forwarding.
10207         (message-replacement-char): Move up.
10208
10209 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10210
10211         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10212         instead of gnus-intersection because arguments of gnus-sorted-nunion
10213         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10214
10215 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10218         (message-simplify-subject-functions):
10219         Enable message-strip-subject-encoded-words by default.
10220
10221 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * message.el (message-strip-subject-encoded-words): New function.
10224         (message-simplify-subject-functions): New variable.
10225         (message-simplify-subject): Use it.  Fix typo in doc string.
10226         Support message-strip-subject-encoded-words.
10227
10228 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10229
10230         * gnus-diary.el (gnus-diary-delay-format-function):
10231         * nndiary.el (nndiary-reminders):
10232         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10233
10234 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * gnus-art.el (article-hide-boring-headers): Fetch date from
10237         gnus-original-article-buffer to avoid problems with localized date
10238         strings.
10239
10240 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10243
10244 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10247         New variables.
10248         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10249         (mm-charset-synonym-alist): Move some entries to
10250         mm-codepage-iso-8859-list.
10251         (mm-charset-synonym-alist, mm-charset-override-alist):
10252         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10253
10254 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10257
10258 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10261         with Emacs 21 and XEmacs.
10262
10263 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10264
10265         * spam.el (spam-parse-address): New function for better parsing,
10266         catching errors, etc.
10267         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10268
10269 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * mm-view.el: Add interactive arg to html2text autoload.
10272
10273 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10276
10277 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10280         New variables.
10281         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10282         (mm-charset-synonym-alist): Move some entries to
10283         mm-codepage-iso-8859-list.
10284
10285         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10286
10287 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * message.el (message-citation-line-format)
10290         (message-insert-formated-citation-line): Fix implementation of %E, %N
10291         and %n according to the doc string.
10292
10293 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10294
10295         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10296         Use car-safe to avoid bad parses.
10297
10298 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10301         names.
10302
10303         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10304
10305 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10308         header.
10309
10310         * message.el (message-draft-headers): Add Date.
10311         (message-headers-to-generate): Fix typo in docstring.
10312
10313         * nndraft.el (nndraft-required-headers): New variable.
10314         (nndraft-generate-headers): Use it.
10315
10316         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10317
10318 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10319
10320         * gnus-registry.el (gnus-registry-wash-for-keywords)
10321         (gnus-registry-find-keywords): New functions to allow easy searching of
10322         articles that are in the registry.
10323
10324 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10325
10326         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10327         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10328         Reported by Damien Elmes <damien@repose.cx>.
10329
10330 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus.el (gnus-mime): Remove unused custom group.
10333
10334 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10335
10336         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10337         "blank line" when searching for end of armor headers.
10338
10339 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gmm-utils.el (gmm-write-region): Fix variable name.
10342
10343 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gmm-utils.el (gmm-write-region): New function based on compatibility
10346         code from `mm-make-temp-file'.
10347
10348         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10349
10350         * nnmaildir.el (nnmaildir--update-nov)
10351         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10352         Use `gmm-write-region'.
10353
10354 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10357         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10358
10359         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10360
10361         * message.el (message-replacement-char): New variable.
10362         (message-fix-before-sending): Use it.
10363         (message-simplify-subject): New function to remove duplicate code.
10364         (message-reply, message-followup): Use it.
10365
10366         * gnus-sum.el (gnus-summary-make-menu-bar):
10367         Clarify gnus-summary-limit-to-articles.
10368
10369 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-util.el (gnus-with-local-quit): New macro.
10372
10373         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10374
10375 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10376
10377         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10378         ignore non-string data.
10379
10380 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10381
10382         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10383         non-string data (needs to be done in the registry too).
10384
10385 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10386
10387         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10388         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10389         (gnus-registry-split-fancy-with-parent)
10390         (gnus-registry-fetch-simplified-message-subject-fast)
10391         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10392         Remove text properties on ingress into the registry and when it's saved.
10393         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10394         registry from entries with no groups.
10395
10396 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10397
10398         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10399         function to remove string properties.
10400
10401 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gmm-utils.el (gmm): Adjust custom version.
10404
10405         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10406         Adjust custom version.
10407
10408         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10409
10410 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-art.el (gnus-insert-prev-page-button)
10413         (gnus-insert-next-page-button): Simplify.  Reformat.
10414
10415 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10416
10417         * gnus-art.el (gnus-insert-prev-page-button)
10418         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10419
10420 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10421
10422         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10423
10424 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10425
10426         * gnus-art.el (gnus-insert-mime-button)
10427         (gnus-insert-mime-security-button):
10428         Apply gnus-article-button-face to MIME and security buttons.
10429
10430 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10433         readable.
10434
10435 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10438
10439 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10440
10441         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10442         `browse-url-of-file' instead of `browse-url'.
10443
10444 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10445
10446         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10447         regexp.  Articles containing quotation were cut prematurely.
10448
10449 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * message.el (message-cite-original-1): Use nobody by default for the
10452         value of From header.
10453         (message-reply): Ditto.
10454
10455 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10456
10457         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10458         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10459         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10460
10461 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10464         mails in the doc string.  Add some URLs in comment.
10465         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10466
10467 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10470         backslashes handling and the way to find boundaries of quoted strings.
10471
10472 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10473
10474         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10475         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10476         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10477         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10478
10479 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10482         doc string.
10483         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10484
10485 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * lpath.el: Fbind epg-check-configuration.
10488
10489 2006-09-06  Simon Josefsson  <jas@extundo.com>
10490
10491         * mml2015.el (mml2015-use): Doc fix, mention epg.
10492
10493 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10494
10495         * mml2015.el (mml2015-use): Default to epg, if available.
10496
10497 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10498
10499         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10500         message-sender.
10501         (mml1991-epg-encrypt): Ditto.
10502         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10503         message-sender.
10504         (mml2015-epg-encrypt): Ditto.
10505
10506 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10507
10508         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10509         several common directories.
10510
10511 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10512
10513         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10514         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10515
10516 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-art.el (article-decode-encoded-words): Make it fast.
10519
10520 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10523
10524         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10525         in quoted string into `\'.
10526
10527 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10530         Use standard-syntax-table.
10531
10532 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-art.el (gnus-decode-address-function): New variable.
10535         (article-decode-encoded-words): Use it to decode headers which are
10536         assumed to contain addresses.
10537         (gnus-mime-delete-part): Remove useless `or'.
10538
10539         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10540         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10541         (gnus-nov-parse-line): Use it to decode From header.
10542         (gnus-get-newsgroup-headers): Ditto.
10543         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10544
10545         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10546         (mail-decode-encoded-address-string): New alias.
10547
10548         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10549         New function.
10550         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10551         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10552         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10553         (rfc2047-decode-string): Ditto.
10554         (rfc2047-decode-address-region): New function.
10555         (rfc2047-decode-address-string): New function.
10556
10557 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * message.el (message-caesar-buffer-body): Allow rotating headers.
10560
10561         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10562
10563         * message.el (message-insert-formated-citation-line): Fix %f.
10564         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10565
10566 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10569         (gnus-bookmark-mouse-available-p): New macro.
10570         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10571         (gnus-bookmark-bmenu-show-infos): Use it.
10572         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10573         (gnus-bookmark-bmenu-hide-infos): Ditto.
10574         (gnus-bookmark-remove-properties): New function.
10575         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10576         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10577         (gnus-bookmark-write-file): Bind coding-system-for-write.
10578         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10579         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10580         group before selecting it.
10581         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10582         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10583         quit-window if it is not available; use gnus-mouse-2 and bind it to
10584         gnus-bookmark-bmenu-select-by-mouse.
10585         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10586         (gnus-bookmark-bmenu-select-by-mouse): New function.
10587
10588 2006-08-13  Romain Francoise  <romain@orebokech.com>
10589
10590         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10591         space.
10592
10593 2006-08-10  Romain Francoise  <romain@orebokech.com>
10594
10595         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10596         (dns-mode-soa-auto-increment-serial): New user option.
10597         (dns-mode-soa-maybe-increment-serial): New function.
10598         (dns-mode): Add the latter to `write-contents-functions'.
10599
10600 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * compface.el (uncompface): Use binary rather than raw-text-unix.
10603
10604 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * compface.el (uncompface): Make sure the eol conversion doesn't take
10607         place when communicating with the external programs.
10608         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10609
10610 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10613
10614 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10615
10616         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10617         Make it more robust by parsing author and date independently.
10618
10619 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10622
10623 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10624
10625         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10626         first matching secret key.
10627         (mml2015-epg-encrypt): Ditto.
10628
10629         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10630         first matching secret key.
10631         (mml1991-epg-encrypt): Ditto.
10632
10633         * mml2015.el (mml2015-encrypt-to-self): New user option.
10634         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10635         mml2015-epg-encrypt-to-self is set.
10636
10637         * mml1991.el (mml1991-encrypt-to-self): New variable.
10638         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10639         mml1991-epg-encrypt-to-self is set.
10640
10641         * mml2015.el (mml2015-signers): New user option.
10642         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10643         (mml2015-epg-encrypt): Allow to select signing keys.
10644
10645         * mml1991.el (mml1991-signers): New variable.
10646         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10647         (mml1991-epg-encrypt): Allow to select signing keys.
10648
10649 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * nnheader.el (nnheader-insert-head): Make it work even if the file
10652         uses CRLF for the line-break code.
10653
10654 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10655
10656         * mml2015.el: Require mml-sec instead of password.
10657         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10658         (mml2015-cache-passphrase): Inherit the default value from
10659         mml-secure-cache-passphrase.
10660         (mml2015-passphrase-cache-expiry): Inherit the default value from
10661         mml-secure-passphrase-cache-expiry.
10662
10663         * mml1991.el: Require mml-sec instead of password.
10664         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10665         (mml1991-cache-passphrase): Inherit the default value from
10666         mml-secure-cache-passphrase.
10667         (mml1991-passphrase-cache-expiry): Inherit the default value from
10668         mml-secure-passphrase-cache-expiry.
10669
10670         * mml-sec.el: Require password.
10671         (mml-secure-verbose): New user option.
10672         (mml-secure-cache-passphrase): New user option.
10673         (mml-secure-passphrase-cache-expiry): New user option.
10674
10675 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10676
10677         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10678         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10679         andreas@altroot.de (Andreas Vögele).
10680
10681         FIXME: Use `tiny change'?
10682
10683 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10684
10685         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10686         workaround for the url package included with Emacs.
10687
10688         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10689
10690 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10693         correctly.  This fixes a bug caused by the 2006-05-12 change.
10694
10695 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10696
10697         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10698         some information about the error when saying that the `bogus' mail
10699         group will be used.
10700
10701 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10704         string.
10705
10706 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10707
10708         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10709
10710 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10711
10712         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10713
10714 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10715
10716         * mml1991.el (mml1991-function-alist): Add epg.
10717         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10718         (mml1991-epg-encrypt): New functions.
10719
10720 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10721
10722         * mml2015.el (mml2015-verbose): New variable.
10723         (mml2015-cache-passphrase): Ditto.
10724         (mml2015-passphrase-cache-expiry): Ditto.
10725         (mml2015-function-alist): Add epg.
10726         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10727         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10728         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10729         New functions.
10730
10731 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10732
10733         * message.el (message-cite-original-1): Preserve region when removing
10734         quoted text due to X-No-Archive in order to avoid bogus attribution
10735         when citing multiple messages.
10736
10737 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10738
10739         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10740         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10741
10742 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gnus-diary.el (gnus-user-format-function-d)
10745         (gnus-user-format-function-D): Autoload.
10746
10747         * imap.el (Commentary): Fix typo.
10748
10749         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10750         2006-04-22 contribution.
10751
10752 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10753
10754         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10755         It didn't really fix the bogosity I'm seeing with solid web groups.
10756
10757 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10758
10759         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10760         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10761         created using server names.  If we use the feature without declaring
10762         it, Gnus does not properly manage server and group state.
10763
10764         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10765         bound.
10766
10767 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10768
10769         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10770         looking up the method using GROUP's prefix before inventing a new one.
10771         It is used on killed/unknown groups in various places where returning
10772         an all-new method isn't expected by the caller.
10773
10774         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10775         and match semantics of gnus-group-real-prefix.
10776
10777 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * nnmail.el (nnmail-broken-references-mailers): New variable.
10780         (nnmail-ignore-broken-references): New function generalizing
10781         nnmail-fix-eudora-headers.
10782         (nnmail-fix-eudora-headers): Now obsolete.
10783
10784         * gnus-art.el (gnus-button-handle-custom):
10785         Support `customize-apropos*'.
10786
10787 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10788
10789         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10790
10791         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10792         articles.
10793
10794 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * message.el (message-cite-reply-above): New variable.
10797         (message-yank-original): Use it.
10798
10799 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10802
10803 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10806         as read.
10807
10808         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10809
10810 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10813         (gnus-bookmark-default-file): Use gnus-directory.
10814         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10815         Remove "*" in doc string.
10816         (gnus-bookmark-write-file): Simplify.
10817         (gnus-bookmark-maybe-sort-alist): Use `when'.
10818         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10819         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10820         Add FIXME about Emacs 21 and XEmacs compatibility.
10821         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10822         compatibility.
10823         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10824         compatibility.
10825         (gnus-bookmark-menu-heading): Fix version.
10826
10827 2006-06-19  Bastien Guerry  <bzg@altern.org>
10828
10829         * gnus-bookmark.el: New file.
10830
10831 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * message.el (message-syntax-checks): Doc fix.
10834
10835 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10836
10837         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10838         unsubscribed groups as if they were killed ones.  It causes duplicate
10839         entries in gnus-newsrc-alist.
10840
10841 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * message.el (message-syntax-checks): Doc fix.
10844         (message-send-mail): Add check for continuation headers.
10845         (message-check-news-header-syntax): Fix regexp used to check for
10846         continuation headers.
10847
10848 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10851
10852 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10855
10856 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10859         default-truncate-lines.
10860
10861 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10864         to fill the utf-8 entry.
10865
10866         * lpath.el: Fbind unicode-precedence-list.
10867
10868 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10869
10870         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10871
10872 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10873
10874         * gnus-agent.el (directory-files-and-attributes): Move all the way
10875         forward (the third and final move).
10876         (gnus-agent-read-agentview): Trap reconstruction errors due to
10877         nonexistent directory.  Handle by returning nil.
10878
10879 2006-05-30  Didier Verna  <didier@xemacs.org>
10880
10881         * message.el (message-dont-reply-to-names): Update the custom type.
10882         * message.el (message-dont-reply-to-names): New defsubst: potentially
10883         convert a list of regexps into a single one.
10884         * message.el (message-get-reply-headers): Use it.
10885         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10886
10887 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-agent.el (directory-files-and-attributes): Move forward.
10890
10891 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus-ml.el (gnus-mailing-list-subscribe)
10894         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10895         (gnus-mailing-list-message): Fix doc strings.
10896
10897 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10898
10899         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10900         of doing it manually.
10901
10902 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10905         comment.
10906
10907 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10908
10909         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10910         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10911         (gnus-agent-read-local): All symbols allocated in my-obarray.
10912         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10913         (gnus-agent-regenerate-group): Check numeric names to see if they are
10914         messages or groups.
10915         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10916         better way of do this...)
10917
10918         * gnus-cache.el (gnus-agent-total-fetched-for):
10919         Ignore 'dummy.group' (there should be a better way of do this...)
10920
10921 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10924         (gnus-saved-headers): Ditto.
10925         (gnus-default-article-saver): Mention functions may have properties.
10926         (gnus-article-save): Override gnus-save-all-headers and
10927         gnus-saved-headers by :headers property which saver function may have.
10928         (gnus-summary-save-in-file): Add :headers property.
10929         (gnus-summary-write-to-file): Ditto.
10930
10931         * gnus-sum.el (gnus-summary-save-article): Bind
10932         gnus-prompt-before-saving to t when saving many articles in a file;
10933         always show all headers.
10934
10935         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10936
10937 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10940         marks.
10941
10942         * message.el (message-indent-citation): Add optional arguments to allow
10943         using it outside of message buffers.
10944
10945         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10946         (gnus-article-treat-unfold-headers): Use it.
10947         (gnus-article-truncate-lines): New variable.
10948         (gnus-article-mode): Use it.
10949         (gnus-article-toggle-truncate-lines): New function.
10950
10951         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10952         Add gnus-article-toggle-truncate-lines.
10953
10954         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10955         coding system in XEmacs, use binary.
10956
10957 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10960         after-load-alist.
10961
10962         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10963         this function should save decoded articles.
10964         (gnus-summary-write-to-file): Use property to specify this function
10965         should save decoded articles and specify gnus-summary-save-in-file
10966         should be used to save articles other than the first one when saving
10967         many articles.
10968         (gnus-summary-save-body-in-file): Use property to specify this
10969         function should save decoded articles.
10970         (gnus-summary-write-body-to-file): Use property to specify this
10971         function should save decoded articles and specify
10972         gnus-summary-save-body-in-file should be used to save articles other
10973         than the first one when saving many articles.
10974
10975         * gnus-sum.el (gnus-summary-save-article): Simplify.
10976
10977 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-art.el (gnus-default-article-saver):
10980         Add gnus-summary-write-body-to-file.
10981         (gnus-article-save-coding-system): Don't use coding system object
10982         in XEmacs.
10983         (gnus-read-save-file-name): Add optional `dir-var' argument which
10984         specifies directory in which files are saved; work even if optional
10985         `variable' argument is not specified.
10986         (gnus-summary-write-to-file): Read file name.
10987         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10988         (gnus-summary-write-body-to-file): New function.
10989
10990         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10991         (gnus-summary-local-variables): Add it.
10992         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10993         (gnus-summary-save-article): Remove optional `decode' argument;
10994         determine whether to decode articles by the value of
10995         gnus-default-article-saver; when saving many files using
10996         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10997         it first and use gnus-summary-save-in-file or
10998         gnus-summary-save-body-in-file thereafter unless
10999         gnus-prompt-before-saving is always; move point to article which
11000         will be saved.
11001         (gnus-summary-save-article-file): Revert.
11002         (gnus-summary-write-article-file): Revert.
11003         (gnus-summary-save-article-body-file): Revert.
11004         (gnus-summary-write-article-body-file): New function.
11005
11006 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-art.el (gnus-default-article-saver): Doc fix.
11009         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11010         from gnus-summary-save-article-coding-system, and default to a
11011         certain coding system.
11012         (gnus-output-to-file): Add coding cookie and encode text according
11013         to gnus-article-save-coding-system; don't use mm-append-to-file.
11014
11015         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11016         gnus-art.el and rename to gnus-article-save-coding-system.
11017         (gnus-summary-save-article): Require gnus-art; don't show all
11018         headers if it decodes articles; don't add coding cookie here;
11019         don't bind mm-text-coding-system-for-write.
11020         (gnus-summary-save-article-file): Save decoded articles.
11021         (gnus-summary-write-article-file): When saving many files, use
11022         gnus-summary-write-to-file first and gnus-summary-save-in-file
11023         thereafter unless gnus-prompt-before-saving is always.
11024         (gnus-summary-save-article-body-file): Save decoded articles.
11025
11026         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11027
11028 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * nnrss.el (nnrss-check-group): Bind hash-index.
11031
11032 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11033
11034         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11035         its hash index.  Store this hash in `nnrss-group-data'.
11036         (nnrss-read-group-data): Update accordingly.
11037
11038 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11041         entry.
11042
11043         * gnus-sum.el (gnus-summary-make-menu-bar):
11044         Add gnus-article-browse-html-article.
11045
11046 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11047
11048         * gnus-sum.el (gnus-summary-mime-map):
11049         Add gnus-article-browse-html-article.
11050
11051         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11052
11053 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11056         suitable coding systems in customize.
11057
11058 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * mail-source.el (mail-sources): Fix custom type.
11061
11062 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11065         (gnus-summary-expire-articles-now): Shorten prompt.
11066
11067         * gmm-utils.el (wid-edit): Require.
11068         (defun-gmm): Rename from `gmm-defun-compat'.
11069         (gmm-image-search-load-path): Use it.
11070         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11071
11072 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * gnus-sum.el (gnus-summary-save-article-coding-system):
11075         New variable.
11076         (gnus-summary-save-article): Add optional `decode' argument.
11077         If it is set and gnus-summary-save-article-coding-system is non-nil,
11078         save decoded article.
11079         (gnus-summary-write-article-file): Save decoded article if
11080         gnus-summary-save-article-coding-system is non-nil.
11081
11082         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11083         type.
11084
11085 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11088
11089 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11092         first to test gnus-single-article-buffer which may be buffer-local.
11093
11094         * gnus-sum.el (gnus-summary-setup-buffer):
11095         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11096         group; make gnus-article-buffer, gnus-article-current, and
11097         gnus-original-article-buffer always buffer-local.
11098         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11099         group.
11100         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11101
11102 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * nnml.el (nnml-request-compact-group): Compressed files might not
11105         have .gz extension.
11106
11107 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11108
11109         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11110         (mm-copy-to-buffer): Use with-current-buffer.
11111         (mm-display-part): Simplify.
11112         (mm-inlinable-p): Add optional arg `type'.
11113
11114 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11115
11116         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11117         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11118         Try harder to show the attachment internally or externally using
11119         gnus-mime-view-part-as-type.
11120
11121 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * message.el (message-from-style, message-signature-separator)
11124         (message-user-organization-file, message-send-mail-function)
11125         (message-citation-line-function, message-yank-prefix)
11126         (message-indent-citation-function, message-signature)
11127         (message-signature-file, message-signature-insert-empty-line):
11128         Remove autoloads.
11129
11130         * gnus-art.el (gnus-buttonized-mime-types):
11131         Remove "multipart/signed".  Revert 2006-04-26 change.
11132
11133 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11134
11135         * gnus.el (gnus-version-number): Bump version.
11136
11137 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11138
11139         * gnus.el: No Gnus v0.5 is released.
11140
11141 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11142
11143         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11144         fetching articles by message-id.
11145
11146 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11147
11148         * message.el (hashcash): Require hashcash as normal.
11149
11150         * ecomplete.el (ecomplete-highlight-match-line):
11151         Use point-at-eol.
11152         (ecomplete-highlight-match-line): Use `highlight', because that
11153         face exists in both Emacs and XEmacs.
11154
11155         * message.el (message-display-abbrev): Use point-at-bol.
11156
11157         * mail-source.el: Don't require timer/timer-funcs.
11158
11159         * gnus-async.el: Ditto.
11160
11161         * password.el: Ditto.
11162
11163         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11164
11165         * mm-url.el: Ditto.
11166
11167         * gnus-xmas.el: Don't require timer-funcs.
11168
11169         * mm-util.el: Require timer/timer-funcs.
11170
11171 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11172
11173         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11174         Close.
11175
11176 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11179         unibyte after clear-decrypt function runs.
11180
11181         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11182         returns as a unibyte string.
11183
11184 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * lpath.el: Revert.
11187
11188         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11189         (pgg-gpg-process-sentinel): Revert.
11190
11191         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11192         (pgg-pgp-lookup-key): Revert.
11193
11194         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11195         (pgg-pgp5-lookup-key): Revert.
11196
11197         * pgg.el (pgg-fetch-key): Revert.
11198
11199 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * lpath.el: Fbind string-as-multibyte for XEmacs.
11202
11203         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11204         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11205         (mml1991-pgg-encrypt): Ditto.
11206
11207         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11208         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11209         a multibyte buffer.
11210
11211         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11212         (pgg-pgp-lookup-key): Ditto.
11213
11214         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11215         (pgg-pgp5-lookup-key): Ditto.
11216
11217         * pgg.el (pgg-fetch-key): Ditto.
11218
11219 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * message.el (message-user-organization-file): Check several
11222         locations of the organization file.
11223
11224         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11225         Add gnus-article-view-part-as-type.
11226
11227         * gnus-art.el (gnus-article-view-part-as-type): New function.
11228
11229         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11230         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11231
11232         * mml.el: Simplify autoload.
11233         (mml-mode): defvar dnd-protocol-alist instead of using
11234         symbol-value.
11235         (mml-default-directory): New variable.
11236         (mml-minibuffer-read-file): Use it.
11237         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11238
11239         * message.el (message-citation-line-format): New variable.
11240         (message-insert-formated-citation-line): New function.
11241         (message-citation-line-function):
11242         Add `message-insert-formated-citation-line' to custom type.
11243
11244         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11245         to doc string.
11246
11247         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11248         depending on mm-verify-option.
11249
11250 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11253         binding pgg-* variables; reimplement the section which prevents
11254         MIME header from being signed.
11255         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11256         pgg-text-mode; remove a blank line at the top of body.
11257
11258         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11259         lines at the top of body; use gnus-newsgroup-charset if there's no
11260         Charset header.
11261
11262 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * message.el (message-self-insert-commands): Doc fix.
11265
11266         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11267         (mm-uu-pgp-encrypted-test): Ditto.
11268         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11269         between header and body; return application/pgp-encrypted handle
11270         if decryption failed; decode decrypted body by charset.
11271
11272         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11273         element match to application/pgp-*.
11274
11275 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11276
11277         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11278         HTML.
11279
11280 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11281
11282         * mail-source.el (mail-source-call-script): Message the error
11283         string.
11284
11285 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * gnus-util.el (gnus-byte-compile): Use it.
11288
11289 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11290
11291         * gnus-util.el (kill-empty-logs): New function.
11292
11293 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11294
11295         * message.el (message-mail-alias-type): Doc fix.
11296         (message-mail-alias-type-p): New function.
11297         (message-send): Use it.
11298         (message-mode): Ditto.
11299         (message-strip-forbidden-properties): Ditto.
11300
11301         * ecomplete.el (ecomplete-database-file-coding-system):
11302         New variable.
11303         (ecomplete-save): Use it.
11304         (ecomplete-setup): Use it.
11305
11306 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * message.el (message-self-insert-commands): New variable.
11309         (message-strip-forbidden-properties): Use it.
11310
11311 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11314         that doesn't make XEmacs choke.
11315
11316 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * gnus-util.el (gnus-replace-in-string):
11319         Prefer replace-regexp-in-string over of replace-in-string.
11320
11321 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-util.el (gnus-select-frame-set-input-focus):
11324         Use select-frame-set-input-focus if it is available in XEmacs; use
11325         definition defined in Emacs 22 for old Emacsen.
11326
11327         * dgnushack.el: Autoload unmorse-region for XEmacs.
11328
11329         * lpath.el: Bind cursor-in-non-selected-windows and
11330         select-frame-set-input-focus for XEmacs.
11331
11332 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11335
11336 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         * gnus-registry.el (gnus-registry-cache-save): Remove text
11339         properties when saving via the temp buffer.
11340
11341 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * message.el (message-generate-hashcash): Honor custom type.
11344
11345 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * message.el (message-generate-hashcash): Default to non-nil when
11348         hashcash is found.
11349
11350         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11351         (gnus-refer-thread-limit): Increase default to 500.
11352
11353         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11354
11355         * flow-fill.el (fill-flowed): Allow delete-space.
11356
11357 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11360         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11361         Remove autoloads.
11362
11363 2006-04-18  Simon Josefsson  <jas@extundo.com>
11364
11365         * message.el (message-generate-hashcash): Default to.
11366
11367 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11370         concatenating segments rather than before concatenating them.
11371
11372 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11375
11376 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11377
11378         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11379
11380         * message.el (message-forward-make-body-plain):
11381         Allow message-forward-ignored-headers to be a list.
11382         (message-remove-ignored-headers): Factor out into function.
11383         (message-forward-make-body-mml): Use it.
11384
11385         * imap.el (imap-quote-specials): New function.
11386         (imap-login-auth): Quote specials.
11387
11388         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11389         (rfc2231-parse-string): Allow concatanation of parameters that
11390         aren't contiguous.  The test case is
11391           (mail-header-parse-content-type "message/external-body;
11392             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11393             access-type=LOCAL-FILE;
11394             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11395
11396 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11397
11398         * nntp.el (nntp-accept-process-output): Return the value of
11399         `nnheader-accept-process-output'.
11400
11401 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402
11403         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11404         (gnus-button-alist): Recognize more diff formats.
11405         (gnus-button-patch): Strip directory.
11406
11407 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11410         Emacs 22 when setting focus.
11411
11412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * gnus-art.el (gnus-article-treat-types): Do treatment of
11415         text/x-verbatim parts.
11416         (gnus-button-patch): New command.
11417
11418         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11419         addresses that contain invalid characters.
11420
11421 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11422
11423         * message.el (message-put-addresses-in-ecomplete):
11424         Use gnus-replace-in-string.
11425         (message-is-yours-p): Use the more correct
11426         mail-header-parse-address instead of
11427         mail-extract-address-components.
11428         (message-put-addresses-in-ecomplete): Fix typo.
11429
11430         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11431         keystroke.
11432
11433         * gnus-art.el (gnus-treatment-function-alist): Change order of
11434         newsgroups/generic header folding to avoid double-folding.
11435
11436         * message.el (message-hidden-headers): Add X-Draft-From.
11437
11438         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11439         New command.
11440         (gnus-summary-repeat-search-article-backward): New command.
11441
11442         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11443         groups in the parent topic.
11444
11445 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11446
11447         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11448         (spam-extra-header-to-number): Return the CRM114 number as a
11449         number instead of a string.
11450
11451 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * gnus-art.el (gnus-face-properties-alist): Move here from
11454         gnus-fun.
11455
11456         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11457
11458 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11459
11460         * message.el (message-strip-forbidden-properties): Only display on
11461         self-insert-command.
11462
11463         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11464         reindent.
11465         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11466
11467 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11468
11469         * smiley.el (smiley-style): Fix typo.
11470
11471 2006-03-23  Kenichi Handa  <handa@m17n.org>
11472
11473         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11474         instead of set-buffer-multibyte.
11475
11476 2006-03-23  Kenichi Handa  <handa@m17n.org>
11477
11478         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11479         buffer and then decode the buffer text if necessary.
11480         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11481         first, and after mm-encode-body, change the buffer to unibyte.
11482
11483 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * hashcash.el (hashcash-insert-payment-async-2):
11486         Use message-goto-eoh instead of doing it manually.
11487         (mail-add-payment): Use message-narrow-to-header instead of trying
11488         to do the same itself.
11489
11490         * message.el (message-hidden-headers): Add Face.
11491
11492         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11493         reparenting code.
11494         (gnus-summary-reparent-children): Refactored out code.
11495         (gnus-summary-thread-map): New keystroke.
11496         (gnus-summary-reparent-children): Make into command.
11497
11498         * smiley.el (smiley-style): Default to `medium' if using a large
11499         font.
11500
11501         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11502         does it itself.
11503
11504         * message.el (message-point-in-header-p): Simplify definition.
11505
11506 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * nnagent.el (nnagent-request-set-mark): Silence log file
11509         writing.
11510         (nnagent-request-set-mark): Use write-region instead of
11511         append-to-file.
11512
11513         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11514         strange select method.
11515
11516         * ecomplete.el (ecomplete-display-matches): Get highlightling
11517         right.
11518         (ecomplete-display-matches): Use literals.
11519         (ecomplete-display-matches): Disable message logging.
11520
11521         * message.el (message-display-abbrev): Small optimization.
11522
11523         * ecomplete.el (ecomplete-display-matches): Allow automatic
11524         display.
11525
11526         * message.el (message-strip-forbidden-properties):
11527         Display abbrevs.
11528         (message-display-abbrev): Get automatic display right.
11529
11530         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11531         keystrokes.
11532
11533 2006-04-13  Romain Francoise  <romain@orebokech.com>
11534
11535         TODO: Backport to v5-10!
11536
11537         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11538         Move here (and rename) from gnus-registry.el.
11539
11540         * gnus-registry.el: Require gnus-util.
11541         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11542
11543 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544
11545         * gnus-group.el (gnus-group-catchup-current):
11546         Change if-then-else-if-then-else into cond.
11547         (gnus-group-catchup): Indent.
11548         (group-name-at-point): New function.
11549         (gnus-fetch-group): Provide default from thing at point.
11550
11551 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * message.el (message-display-abbrev): Fix regexp.
11554
11555         * ecomplete.el (ecomplete-highlight-match-line):
11556         Reimplement choosing.
11557         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11558         dead variables.
11559
11560         * message.el (message-newline-and-indent): Remove debugging.
11561         (message-display-abbrev): Use new implementation.
11562
11563 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-art.el (gnus-article-mode):
11566         Set cursor-in-non-selected-windows to nil.
11567
11568         * smiley.el: Revert previous change.
11569         (smiley-data-directory): defvar it before using it in the
11570         defcustom of `smiley-style'.
11571
11572 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * message.el (message-newline-and-indent): New function.
11575
11576         * ecomplete.el: Implement more bits.
11577
11578         * message.el (message-put-addresses-in-ecomplete): Clean up the
11579         string.
11580
11581         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11582
11583         * gnus-sum.el (gnus-summary-save-parts):
11584         Bind gnus-summary-save-parts-counter and use it to make unique file
11585         names.
11586
11587         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11588
11589         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11590         parameter to say whether to actually parse the individual
11591         addresses.
11592
11593         * message.el (message-put-addresses-in-ecomplete): New function.
11594         (ecomplete): Require.
11595         (message-mail-alias-type): Add ecomplete as an option.
11596
11597 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11598
11599         * flow-fill.el (fill-flowed): Remove trailing space from blank
11600         quoted lines.
11601
11602 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * smiley.el (smiley-style): Move definition later to avoid a
11605         compilation warning.
11606
11607 2006-04-12  Kenichi Handa  <handa@m17n.org>
11608
11609         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11610         buffer and then decode the buffer text if necessary.
11611         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11612         first, and after mm-encode-body, change the buffer to unibyte.
11613         Use mm-disable-multibyte instead of set-buffer-multibyte.
11614
11615 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11618         Content-Type header instead of Content-Disposition header.
11619         (gnus-mime-inline-part): Ditto.
11620         (gnus-mime-view-part-as-charset): Ignore charset that the part
11621         specifies.
11622
11623         * mm-decode.el (mm-display-part): Work with external parts and
11624         usual parts similarly.
11625
11626         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11627         instead of gnus-display-mime.
11628
11629         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11630         instead of with-temp-buffer.
11631
11632         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11633         tag to summarized topics part in order to encode non-ASCII text.
11634
11635 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * smiley.el (smiley-style): New variable.
11638         (smiley-directory): New function.
11639         (smiley-data-directory): Derive from `smiley-style' using
11640         `smiley-directory'.
11641         (smiley-regexp-alist): Add new entries.
11642
11643         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11644         (gnus-article-browse-delete-temp): Add :version.
11645
11646 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11647
11648         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11649         the sieve region.
11650
11651 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11652
11653         * gnus.el (gnus-version-number): Bump version.
11654
11655 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * gnus.el: No Gnus v0.4 is released.
11658
11659 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11660
11661         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11662         layout.
11663
11664         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11665         unknown charset.
11666
11667         * message.el (message-header-synonyms): Add Original-To to the
11668         default.
11669
11670         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11671         optional parameter.
11672
11673 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gnus-fun.el (gnus): Require it for gnus-directory.
11676
11677 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11680
11681 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11682
11683         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11684
11685 2006-04-05  Simon Josefsson  <jas@extundo.com>
11686
11687         * password.el (password-reset): New function.
11688
11689 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11690
11691         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11692         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11693
11694 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11695
11696         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11697         Some whitespace was matched into the url, which broke browsing hits
11698         > 100 when mm-url-use-external was nil.
11699
11700 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11703         Check gnus-extra-headers for 'Newsgroups.
11704
11705         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11706         bound.
11707
11708 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11709
11710         * pgg-gpg.el: Clean up process buffers every time gpg processes
11711         complete.
11712
11713 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11716         doc string.
11717
11718 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11719
11720         * pgg-gpg.el (pgg-gpg-process-filter)
11721         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11722
11723         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11724         lines, temporary fix.
11725
11726 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11729
11730 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11731
11732         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11733         default-enable-multibyte-characters.  This reverts the change from
11734         revision 6.17 which is no longer necessary because the passphrase
11735         is sent separately now.  GnuPG messages are unreadable under
11736         multibyte locales with default-enable-multibyte-characters set to
11737         nil.
11738
11739 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * message.el (message-tool-bar-gnome): Move "spell".
11742
11743 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11746         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11747         instead.
11748
11749 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11750
11751         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11752         Improve newsgroups handling for NNTP overviews which don't include
11753         Newsgroups.
11754
11755 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11756
11757         * message.el (message-resend): Bind message-generate-hashcash to nil.
11758
11759 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11760
11761         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11762         when searching for already-paid recipients.
11763
11764 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11765
11766         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11767         passphrases when it is not needed.
11768         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11769         passphrase stuff from gpg, should only be necessary when you use
11770         gpg with a smartcard.
11771
11772 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * mml.el (mml-insert-mime): Ignore cached contents of
11775         message/external-body part.
11776
11777         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11778         (mm-insert-part): Ditto.
11779
11780 2006-03-23  Simon Josefsson  <jas@extundo.com>
11781
11782         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11783         Reiner.
11784         (pgg-gpg-use-agent-p): Use it again.
11785
11786 2006-03-23  Simon Josefsson  <jas@extundo.com>
11787
11788         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11789         older emacsen.
11790         (pgg-gpg-use-agent-p): Don't use it.
11791
11792 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11795         if we can.
11796
11797 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11798
11799         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11800         (pgg-gpg-update-agent): New function.
11801         (pgg-gpg-use-agent-p): New function.
11802         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11803         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11804         (pgg-gpg-sign-region): Use it.
11805
11806 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11809         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11810
11811 2006-03-21  Simon Josefsson  <jas@extundo.com>
11812
11813         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11814         <wilde@sha-bang.de>.
11815         (pgg-gpg-use-agent): New variable.
11816         (pgg-gpg-process-region): Use it.
11817         (pgg-gpg-encrypt-region): Likewise.
11818         (pgg-gpg-encrypt-symmetric-region): Likewise.
11819         (pgg-gpg-decrypt-region): Likewise.
11820         (pgg-gpg-sign-region): Likewise.
11821         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11822
11823 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11826
11827         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11828         Add comment on version.
11829
11830 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * smiley.el: Add missing test smiley.
11833
11834 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * mm-decode.el (mm-with-part): New macro.
11837         (mm-get-part): Use it; work with message/external-body as well.
11838         (mm-save-part): Treat name and filename equally.
11839
11840         * mm-extern.el (mm-extern-cache-contents): New function.
11841         (mm-inline-external-body): Use it; force the part to be displayed;
11842         move undisplayer added to the cached handle to the parent.
11843
11844         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11845         (gnus-mime-view-part-as-type): Work with message/external-body.
11846
11847         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11848
11849 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11852         images in image-load-path.  [Sync with image.el, revision 1.60, in
11853         Emacs.]
11854
11855 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11858         path rather than symbol.  Always return list of directories.
11859         Guarantee that image directory comes first.  [Sync with image.el,
11860         revision 1.59, in Emacs.]
11861
11862         * message.el (message-make-tool-bar): Adjust to new API of
11863         `gmm-image-load-path-for-library'.
11864
11865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11866
11867         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11868
11869 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11870
11871         * gnus-art.el (gnus-article-only-boring-p):
11872         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11873         intangible text.
11874         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11875
11876 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11879         Use `defun' instead of `gmm-defun-compat'.
11880
11881 2006-03-14  Simon Josefsson  <jas@extundo.com>
11882
11883         * message.el (message-unique-id): Don't use message-number-base36
11884         if (user-uid) is a float.
11885         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11886
11887 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11890
11891         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11892         empty line between a part and a message part.
11893
11894 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * smiley.el: Add more test smileys.
11897         (smiley-data-directory, smiley-regexp-alist)
11898         (gnus-smiley-file-types): Fix doc strings.
11899         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11900         adding new elements.
11901         (smiley-mouse-map): Unused code.  Make it a comment.
11902
11903 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11906         scan latest NoCeM messages instead of old ones.
11907         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11908         delimiters that are recently used.
11909         (gnus-nocem-load-cache): Add autoload cookie.
11910
11911         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11912
11913         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11914         level which is larger than gnus-use-nocem is specified.
11915
11916         * gnus-group.el (gnus-group-get-new-news): Ditto.
11917
11918 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-util.el (gnus-tool-bar-update): New function.
11921
11922         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11923         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11924
11925         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11926
11927         * gnus-group.el (gnus-group-redraw-when-idle)
11928         (gnus-group-redraw-check): Remove.
11929         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11930
11931 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11934         if optional last element is specified in splits (FIELD VALUE...).
11935
11936 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11937
11938         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11939         to gmm-image-load-path-for-library.  Call with no-error argument.
11940         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11941
11942         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11943
11944         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11945
11946         * gmm-utils.el (gmm-image-load-path): Remove alias.
11947
11948 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gmm-utils.el (gmm-image-load-path): Add alias.
11951
11952         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11953         nnml-generate-nov-databases-1.
11954         (nnml-generate-nov-databases): Use it.
11955         (nnml-generate-nov-databases-directory): Document no-active
11956         argument.
11957
11958         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11959         directory if path is t.  Add no-error.
11960
11961         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11962         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11963
11964         * gnus-art.el (gnus-article-browse-delete-temp-files):
11965         Simplify resetting gnus-article-browse-html-temp-list.
11966
11967         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11968         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11969         Add example to docstring.  Rename local variables.  Move error
11970         checks to default case in cond and simplify.
11971
11972 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11975         handle is multipart when calling it recursively.
11976         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11977
11978 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11979
11980         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11981         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11982
11983 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11986         is loaded.
11987
11988         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11989         loaded.
11990
11991 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11994         to "Emacs 23 (unicode)" in doc string.
11995
11996         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11997         "Emacs 23 (unicode)" in comment.
11998
11999 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12002
12003         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12004         characters 160 through 255 in Emacs 23.
12005
12006 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12009         gnus-article-browse-html-temp.
12010         (gnus-article-browse-delete-temp): Make it customizable.
12011         Add `file'.  Adjust doc string.
12012         (gnus-article-browse-delete-temp-files): Add argument.
12013         Allow query for each file.  Adjust doc string.
12014         (gnus-article-browse-html-parts):
12015         Add `gnus-article-browse-delete-temp-files' to
12016         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12017
12018 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12019
12020         * gnus-art.el (gnus-article-browse-html-temp)
12021         (gnus-article-browse-delete-temp): New variables.
12022         (gnus-article-browse-delete-temp-files): New function.
12023         (gnus-article-browse-html-parts): Use it.
12024
12025 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12028
12029         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12030         string.
12031
12032         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12033         gnus-summary-insert-new-articles when unplugged.
12034         Remove gnus-summary-search-article-forward.
12035
12036         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12037         display-visual-class instead of display-color-cells.
12038
12039 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * dgnushack.el: Autoload customize-group for XEmacs.
12042
12043         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12044         message/* containing non-ASCII text properly.
12045
12046 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * message.el: Require gmm-utils, remove autoloads.
12049         (message-tool-bar): Set default based on
12050         gmm-tool-bar-style.
12051         (message-tool-bar-gnome): Add gmm-customize-mode.
12052
12053         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12054         gmm-tool-bar-style.
12055         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12056
12057         * gnus-group.el (gnus-group-tool-bar): Set default based on
12058         gmm-tool-bar-style.
12059         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12060
12061         * gmm-utils.el (gmm-image-directory): Rename variable from
12062         gmm-image-load-path.
12063         (gmm-image-load-path): Use gmm-image-directory.
12064         (gmm-customize-mode): New function.
12065         (gmm-tool-bar-style): New variable.
12066
12067         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12068         gnus-group-redraw-line-number.
12069         (gnus-group-redraw-check): Simplify.
12070         (gnus-group-tool-bar-update): Remove redraw check.
12071         (gnus-group-make-tool-bar): Add redraw check.
12072
12073 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12074
12075         * gnus-art.el (gnus-button): Add missing parentheses.
12076
12077 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * lpath.el: Fbind line-number-at-pos.
12080
12081 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12084
12085 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12086
12087         * gnus-art.el (gnus-button): New face.
12088         (gnus-article-button-face): Use it.
12089
12090         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12091         Add gnus-summary-next-page.  Re-order.
12092
12093         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12094         next-node are now included.
12095         (gnus-group-redraw-line-number): New internal variable.
12096         (gnus-group-redraw-check): Helper function for updating the tool
12097         bar.
12098         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12099
12100         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12101
12102         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12103         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12104         Use it to match format of Spamassassin 3.0 and later.
12105         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12106         (spam-check-bogofilter)
12107         (spam-bogofilter-register-with-bogofilter): Fix args of
12108         `gnus-error' calls.
12109
12110 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12113         unnecessary interaction when sending queued mails.
12114         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12115
12116 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12119         first or last are nil.
12120
12121 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12122
12123         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12124
12125 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12126
12127         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12128
12129 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12130
12131         * dns.el (query-dns): Protect more against buggy tcp output.
12132
12133 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12136         nov.php.
12137
12138 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12139
12140         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12141         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12142         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12143         output on the server side.
12144         (nnweb-google-create-mapping): Update regexps and add some
12145         progress indication.
12146
12147 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * gnus-group.el (gnus-group-tool-bar-gnome):
12150         Fix gnus-agent-toggle-plugged.  Re-order icons.
12151         (gnus-group-tool-bar-gnome):
12152         Add gnus-group-{prev,next}-unread-group.
12153         (gnus-group-tool-bar-gnome): Re-order icons.
12154
12155         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12156         Move gnus-summary-insert-new-articles.
12157
12158         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12159         Fix comments.
12160
12161         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12162         also available in Emacs 21.3.
12163
12164         * message.el (message-fix-before-sending): Change "Emacs 22" to
12165         "Emacs 23 (unicode)" in comment.
12166
12167         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12168         "Emacs 23 (unicode)" in comment.
12169
12170         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12171         comment.
12172         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12173
12174         * mm-view.el (mm-fill-flowed): Add :version.
12175
12176 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12179         and load-path.
12180
12181 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * message.el: Autoload gmm-image-load-path.
12184         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12185         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12186         consitency.
12187
12188         * gmm-utils.el (gmm-image-load-path): Also search in
12189         "../etc/images".  Don't set gmm-image-load-path if we don't find
12190         the image.
12191
12192 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gmm-utils.el (gmm-image-load-path): Don't make
12195         `gmm-image-load-path' include subdirectories which the second arg
12196         `image' might specify.
12197
12198         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12199         subdirectory to icon file names.
12200
12201         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12202
12203 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12206         gmm-image-load-path calls.
12207
12208         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12209
12210         * message.el (message-make-tool-bar): Ditto.
12211
12212         * mml.el (mml-preview): Add comment concerning tool bar icons.
12213
12214         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12215         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12216
12217         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12218         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12219
12220         * message.el (message-tool-bar-gnome): Use new icon names.
12221         (message-make-tool-bar): Use `gmm-image-load-path'.
12222
12223         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12224         New functions from MH-E.
12225         (gmm-image-load-path): New variable from MH-E.
12226         (gmm-image-load-path): New function from MH-E.  Add arguments
12227         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12228         *-image-load-path-called-flag.
12229
12230 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12231
12232         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12233
12234 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12235
12236         * nnimap.el (nnimap-request-move-article): Change folder back to
12237         source group before deleting.
12238
12239 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12242
12243         * gnus-art.el (mm-url-insert-file-contents-external):
12244         Autoload mm-url.
12245
12246         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12247
12248 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12251         coding system which mm-charset-to-coding-system returns for a
12252         given charset is valid.
12253
12254 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12255
12256         * html2text.el (html2text-remove-tag-list):
12257         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12258
12259 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12260
12261         * gnus-cus.el: Revert 2005-10-17 change.
12262
12263 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-art.el (article-strip-banner):
12266         Call article-really-strip-banner only when the regexp match is made.
12267
12268 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (article-strip-banner):
12271         Use gnus-extract-address-components instead of
12272         mail-header-parse-addresses to make it work with non-ASCII text;
12273         remove mail-encode-encoded-word-string.
12274
12275         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12276         values which are surrounded with \"...\"; make it never cause a
12277         Lisp error; give up parsing of parameters if it failed in
12278         extracting type.
12279
12280 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12281
12282         * smime.el (smime-cert-by-ldap-1): Fix bug where
12283         `smime-ldap-search' returns results without userCertificates.
12284
12285 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12288
12289 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * spam.el (spam-check-spamassassin-headers): Adapt format for
12292         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12293         <ari@mbf.ocn.ne.jp>.
12294         (spam-list-of-processors): Add spam-use-gmane.
12295
12296 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12299         make-temp-file; make it work with XEmacs as well.
12300
12301         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12302         mm-make-temp-file.
12303
12304         * mm-decode.el (mm-display-external): Use the 3rd arg of
12305         mm-make-temp-file.
12306         (mm-create-image-xemacs): Ditto.
12307
12308 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12311         with message-narrow-to-headers.
12312         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12313         (gnus-draft-check-draft-articles): New function.
12314         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12315
12316 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * gnus-art.el (gnus-article-browse-html-parts):
12319         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12320         Don't use suffix argument for mm-make-temp-file for Emacs 21
12321         compatibility.  Remove useless `format'.
12322
12323 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12324
12325         * nnweb.el (nnweb-google-wash-article): Update regexps.
12326         (nnweb-group-alist): Use defvoo instead of defvar.
12327
12328 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12331         re-loading nn* modules.
12332
12333 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12336         for `tool-bar-mode' and don't check it's default-value.
12337
12338         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12339
12340         * message.el (message-make-tool-bar): Ditto.
12341
12342         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12343         `substring'.  Shorten tmp-file name.
12344
12345         * gnus.el: Remove bogus comment.
12346
12347 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12348
12349         * gnus-art.el (gnus-article-browse-html-parts): New function.
12350         (gnus-article-browse-html-article): New function for viewing html
12351         articles with a browser.
12352
12353 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12354
12355         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12356         in elisp.
12357         (pgg-gpg-encrypt-symmetric-region): Ditto.
12358         (pgg-gpg-sign-region): Ditto.
12359
12360         * pgg-def.el (pgg-text-mode): New variable.
12361
12362         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12363         (mml2015-pgg-encrypt): Ditto.
12364
12365         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12366         (mml1991-pgg-encrypt): Ditto.
12367
12368 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * nnfolder.el (nnfolder-insert-newsgroup-line):
12371         Use message-make-date instead of current-time-string.
12372
12373         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12374         to gnus-decoded which mm-uu might set.
12375
12376 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12379         don't decode quoted parameters; remove misimported Emacs code.
12380         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12381         (rfc2231-decode-encoded-string): Don't use split-string which
12382         behaves differently according to Emacs version; use
12383         mm-decode-coding-region to convert charset to coding-system.
12384         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12385         (rfc2231-encode-string): Remove misimported Emacs code.
12386
12387 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12390         when calling mail-header-parse-content-type.
12391         (article-de-quoted-unreadable): Ditto.
12392         (article-de-base64-unreadable): Ditto.
12393         (article-wash-html): Ditto.
12394
12395         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12396         calling mail-header-parse-content-type and
12397         mail-header-parse-content-disposition.
12398         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12399         mail-header-parse-content-type.
12400
12401         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12402         insert charset and format parameters; encode description after
12403         inserting it to buffer.
12404         (mml-insert-parameter): Fold lines properly even if a parameter is
12405         segmented into two or more lines; change the max column to 76.
12406
12407         * rfc1843.el (rfc1843-decode-article-body): Don't use
12408         ignore-errors when calling mail-header-parse-content-type.
12409
12410         * rfc2231.el (rfc2231-parse-string): Return at least type if
12411         possible; don't cause an error even if it fails in parsing of
12412         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12413         (rfc2231-encode-string): Don't break lines at the beginning, leave
12414         it to mml-insert-parameter.
12415
12416         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12417         calling mail-header-parse-content-type.
12418
12419 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * spam-report.el (spam-report-gmane-use-article-number):
12422         Improve doc string.
12423         (spam-report-gmane-internal): Check if a suitable header was found
12424         in the article.
12425
12426 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12429         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12430
12431 2006-02-05  Romain Francoise  <romain@orebokech.com>
12432
12433         Update copyright notices of all files in the gnus directory.
12434
12435 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12436
12437         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12438
12439 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12442         segmented lines of parameter value to cope with Thunderbird 1.5
12443         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12444         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12445         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12446
12447 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12448
12449         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12450         parts.
12451
12452 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12453
12454         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12455         there's only one active file for all servers.
12456         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12457         solid groups.  Gnus might have used a FAST request to select the group.
12458         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12459         and nnweb-search redundantly in the active file.
12460         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12461         (nnweb-request-create-group): Don't use ARGS.
12462         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12463         initialisations.  Let nnoo do the work.
12464
12465 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12468         Say the part has been decoded.
12469
12470         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12471
12472 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12473
12474         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12475         mailcap-viewer-test-cache when there's no 'test clause, since that
12476         will invert the meaning of a "nil" test previously determined by
12477         mailcap-mailcap-entry-passes-test.
12478
12479 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12482         compiling.
12483
12484         * gnus-sum.el: Ditto.
12485
12486         * message.el: Don't bind tool-bar-map when compiling.
12487
12488 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12491
12492 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12493
12494         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12495         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12496         current Google Groups.
12497
12498 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12501         and tool-bar-mode.
12502
12503         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12504         and tool-bar-mode.
12505
12506         * message.el (message-tool-bar-update): Simplify.
12507         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12508
12509         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12510         gnus-summary-buffer.
12511         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12512         gnus-summary-reply.
12513
12514         * gmm-utils.el (gmm): Add :version.
12515
12516 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * Makefile.in (clean): New rule.
12519         (distclean): Use it.
12520
12521 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12522
12523         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12524         Don't autoload.
12525
12526 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gmm-utils.el (gmm-verbose): Add :group.
12529
12530 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * message.el: Change some comments WRT tool-bars.
12533
12534         * gnus-sum.el (gnus-summary-tool-bar)
12535         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12536         (gnus-summary-tool-bar-zap-list): New variables.
12537         (gnus-summary-make-tool-bar): Complete rewrite using
12538         `gmm-tool-bar-from-list'.
12539
12540         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12541         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12542         New variables.
12543         (gnus-group-make-tool-bar): Complete rewrite using
12544         `gmm-tool-bar-from-list'.
12545         (gnus-group-tool-bar-update): New function.
12546
12547         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12548
12549 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12552         is dissected into a single part of which the type is the same as
12553         the given one; decode charset.
12554
12555 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12556
12557         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12558         into alists as symbol not string, since that's what
12559         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12560         look for.
12561
12562 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12565         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12566
12567         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12568
12569 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12572         (gnus-xmas-mime-security-button-menu): New function.
12573
12574         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12575         (gnus-mime-security-button-menu): New definition.
12576         (gnus-mime-security-button-map): Use them.
12577         (gnus-mime-security-button-menu): New function.
12578         (gnus-insert-mime-security-button): Addition to help echo.
12579         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12580         (gnus-mime-security-pipe-part): New functions.
12581
12582         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12583         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12584
12585         * mm-decode.el (mm-handle-set-disposition): Remove.
12586         (mm-handle-set-description): Remove.
12587
12588 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12591         (mm-w3m-standalone-supports-m17n-p): New function.
12592         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12593         w3m usage.
12594
12595         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12596         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12597
12598 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * message.el (message-tool-bar-zap-list):
12601         Use gmm-tool-bar-zap-list as custom type.
12602         (message-tool-bar-update): New function.
12603         (message-tool-bar, message-tool-bar-gnome)
12604         (message-tool-bar-retro): Add message-tool-bar-update.
12605         (message-tool-bar-gnome): Add flyspell-buffer.
12606
12607         * gnus-util.el (gnus-error): Describe `args'.
12608
12609         * gmm-utils.el (gmm-error): Describe `args'.
12610         (gmm-tool-bar-zap-list): New widget.
12611         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12612
12613 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12616         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12617         the number of recursive calls.
12618
12619         * mm-decode.el (mm-handle-set-disposition): New macro.
12620         (mm-handle-set-description): New macro.
12621
12622 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12625         encoding.
12626
12627 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * message.el (message-tool-bar-zap-list, message-tool-bar)
12630         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12631         (message-tool-bar-local-item-from-menu): Remove.
12632         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12633         (message-make-tool-bar): New function.
12634         (message-mode): Use `message-make-tool-bar'.
12635
12636         * gmm-utils.el: New file.
12637         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12638         (gmm-lazy): New widget copied from `nnmail.el'.
12639         (gmm-tool-bar-from-list): New function for creating customizable
12640         tool bars.
12641         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12642         output.
12643         (gmm): Add :prefix to defgroup.
12644
12645 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12646
12647         * gmm-utils.el (gmm-widget-p): New function.
12648
12649 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * mml.el (mml-attach-file): Describe `description' in doc string.
12652         (mml-menu): Add Emacs MIME manual and PGG manual.
12653
12654 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12655
12656         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12657
12658 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12659
12660         * nntp.el (nntp-end-of-line): Doc fix.
12661
12662 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12663
12664         * imap.el (imap-open): Handle case where buffer is a buffer
12665         object.
12666
12667 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12668
12669         * gnus-delay.el (gnus-delay): Don't autoload.
12670         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12671         to be re-loaded when customizing the `gnus-delay' group.
12672
12673 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12674
12675         * message.el (message-insert-citation-line): Use newlines.
12676
12677 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12678
12679         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12680         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12681         these routines, so the passphrase can be managed externally and
12682         passed in to the system.
12683         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12684         pgg-add-passphrase-to-cache function.
12685
12686         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12687         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12688         these routines, so the passphrase can be managed externally and
12689         passed in to the system.
12690         (pgg-pgp5-sign-region): Use new name of
12691         pgg-add-passphrase-to-cache function.
12692
12693 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12694
12695         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12696         part of the decoded armor to find the key-identifier.
12697         (pgg-gpg-lookup-key-owner): New function to return the
12698         human-readable identifier of a key owner.
12699         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12700         itself.
12701         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12702         the key value) if we have a key and can match it against a secret
12703         key.  Also, added a note pointing out fact that the prompt only
12704         indicates the first matching key.
12705
12706         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12707         pgg-decrypt-region.
12708         (pgg-add-passphrase-to-cache): Rename from
12709         `pgg-add-passphrase-cache' to reduce confusion (all callers
12710         changed).
12711         (pgg-remove-passphrase-from-cache): Rename from
12712         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12713         changed).
12714         (pgg-read-passphrase, pgg-add-passphrase-cache)
12715         (pgg-remove-passphrase-cache): Add informative docstrings.
12716         (pgg-decrypt): Convey provided passphrase in subordinate call to
12717         pgg-decrypt-region.
12718
12719 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12720
12721         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12722         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12723         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12724         'passphrase' argument, so the passphrase can be managed externally
12725         and then passed in to the system.
12726
12727         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12728         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12729         so the passphrase cache can be used reliably with identifiers
12730         besides a pgp packet's key id.
12731
12732         * pgg-gpg.el (pgg-gpg-encrypt-region)
12733         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12734         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12735         these routines, so the passphrase can be managed externally and
12736         passed in to the system.
12737
12738         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12739         'notruncate' argument, so the passphrase cache can be used
12740         reliably with identifiers besides a pgp packet's key id.
12741
12742 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12743
12744         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12745         symmetric encryption.
12746         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12747         encrypted session key.
12748         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12749         message ask for the passphrase in a proper way.
12750
12751         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12752         New user commands for symmetric encryption.
12753
12754 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12757
12758         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12759
12760 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12761
12762         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12763
12764 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * mm-decode.el (mm-inlined-types): Add application/pgp.
12767         (mm-automatic-display): Ditto.
12768
12769         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12770         part as text.
12771
12772 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * nnrss.el: Update copyright.
12775         (nnrss-opml-import): Query whether to subscribe to each entry.
12776
12777         * gnus-art.el:
12778         * gnus-sum.el:
12779         * gnus-xmas.el:
12780         * messagexmas.el:
12781         * mm-uu.el:
12782         * mm-view.el: Update copyright.
12783
12784 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * message.el (message-info): New function.
12787         (message-mode-menu): Add it.
12788         Update copyright.
12789
12790         * ChangeLog: Fix and update copyright.
12791
12792 2006-01-13  Romain Francoise  <romain@orebokech.com>
12793
12794         * message.el (message-forward-subject-name-subject): Prefer the
12795         address to 'nowhere' if the sender has no name.
12796         Fix typo.  Update copyright year.
12797
12798 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-art.el (article-wash-html):
12801         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12802         (gnus-article-wash-html-with-w3m-standalone): New function.
12803
12804         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12805         mm-inline-text-html-render-with-w3m-standalone.
12806         (mm-text-html-washer-alist): Map w3m-standalone to
12807         gnus-article-wash-html-with-w3m-standalone.
12808         (mm-inline-text-html-render-with-w3m-standalone): New function.
12809
12810 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12813         Improve LaTeX.
12814
12815 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12818         (nnrss-request-article): Render text/plain parts as HTML.
12819
12820         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12821         the buffer.
12822
12823 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12826         custom definition of `gnus-posting-styles'.
12827
12828         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12829         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12830
12831 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12834         Use nntp for bug archive.
12835
12836 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12839         parts.
12840         (nnrss-normalize-date): New function converts ISO 8601 date into
12841         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12842         (nnrss-check-group): Use it.
12843
12844 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12847
12848         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12849         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12850         (nnrss-insert-w3): Ditto.
12851
12852 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12855         the articles to be forwarded including the case where neither a
12856         number of articles nor a region is specified.
12857
12858 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * nnrss.el (nnrss-request-article): Fix last change; fill
12861         text/plain parts.
12862
12863 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12866         in text/plain part.
12867         (nnrss-check-group): Don't add excessive newline to dc:subject.
12868
12869 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12870
12871         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12872         article.
12873
12874 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12877         (nnml-use-compressed-files, nnml-save-mail): Support other
12878         comression programs such as bzip2.
12879
12880 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881
12882         * dns.el (query-dns): Make sure we check the buffer size before
12883         removing tcp headers.
12884
12885 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12888         remove MIME buttons associated with multipart/alternative parts.
12889         (gnus-mime-display-alternative): Tag buttons using `article-type'
12890         text property.
12891
12892         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12893         associated with multipart/alternative parts.
12894
12895         * gnus-art.el (gnus-signature-separator): Fix custom type.
12896
12897         * mm-decode.el (mm-inlined-types): Fix custom type.
12898         (mm-keep-viewer-alive-types): Ditto.
12899         (mm-automatic-display): Ditto.
12900         (mm-attachment-override-types): Ditto.
12901         (mm-inline-override-types): Ditto.
12902         (mm-automatic-external-display): Ditto.
12903
12904 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * spam-report.el (spam-report-user-mail-address)
12907         (spam-report-user-agent): New variables.
12908         (spam-report-url-ping-plain): Use spam-report-user-agent.
12909
12910 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12911
12912         * gnus-art.el (gnus-button-handle-custom): Do not just use
12913         `customize-apropos' for any "M-x customize-*" button but the
12914         function called for.  Accept both the function name and its
12915         argument in order to achieve this.
12916         (gnus-button-alist): Remove support for "custom:" URL's.
12917         Pass function name to `gnus-button-handle-custom' in case of "M-x
12918         customize-*" buttons.
12919
12920 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12923         multipart/alternative and add xref to mm-discouraged-alternatives
12924         in doc string.
12925
12926         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12927         gnus-buttonized-mime-types in doc string.
12928
12929 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12932         Suggest image/.* in the doc string.
12933
12934 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12937         message-marks (Debian bug #342521).
12938
12939 2005-12-12  Simon Josefsson  <jas@extundo.com>
12940
12941         * password.el (password-read-from-cache): Add.
12942         (password-read): Use it.
12943
12944 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * rfc2047.el (rfc2047-charset-to-coding-system):
12947         Recognize us-ascii as a MIME charset.
12948
12949         * mm-bodies.el (mm-decode-content-transfer-encoding):
12950         Protect against the case where the 2nd arg TYPE is nil.
12951
12952 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * pop3.el (pop3-stream-type): Fix custom version.
12955
12956         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12957
12958 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12959
12960         * mm-decode.el (mm-display-external): Add missing cdr.
12961
12962 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12965         RFC1524) if it is in mailcap or add a suffix according to
12966         mailcap-mime-extensions when generating a temp filename; postpone
12967         deleting a temp file for 2 seconds for some wrappers, shell
12968         scripts, and so on, which might exit right after having started a
12969         viewer command as a background job.
12970
12971 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * nntp.el (nntp-marks-directory): Fix custom group.
12974
12975         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12976         steps when < 10.
12977
12978         * gnus-start.el (gnus-no-server-1):
12979         Mention `gnus-level-default-subscribed' in doc string.
12980
12981 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12982
12983         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12984         parens.
12985
12986 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-xmas.el (gnus-use-toolbar): Revert.
12989         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12990         gnus-use-toolbar is default.
12991
12992         * messagexmas.el (message-use-toolbar): Revert.
12993         (message-setup-toolbar): Use global default-toolbar if
12994         message-use-toolbar is default.
12995
12996 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12999         according to default-toolbar-visible-p.
13000
13001         * messagexmas.el (message-use-toolbar): Ditto.
13002
13003 2005-11-26  Dave Love  <fx@gnu.org>
13004
13005         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13006         (tls-program, tls-success): Provide openssl alternative.
13007
13008         * starttls.el: Doc fixes.
13009         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13010         SERVICE to PORT.
13011
13012         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13013         port null or service name.
13014         (starttls-negotiate): Autoload.
13015
13016 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * message.el (message-kill-to-signature): Fix interactive spec.
13019
13020 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * pop3.el (pop3-open-server): Recognize a string as a service name.
13023
13024 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13025
13026         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13027
13028 2005-11-23  Dave Love  <fx@gnu.org>
13029
13030         Add pop3s, pop3/starttls.
13031
13032         * pop3.el (pop3-authentication-scheme): Clarify doc.
13033         (open-tls-stream, starttls-open-stream): Autoload.
13034         (pop3-stream-type): New.
13035         (pop3-open-server): Use it.
13036
13037         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13038         for POP.
13039         (mail-source-keyword-map): Add :stream for POP.
13040         (mail-source-fetch-pop): Use pop3-stream-type.
13041
13042 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13045         of current-time-string.
13046
13047 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13048
13049         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13050         date header.
13051
13052 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13053
13054         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13055         it can seriously impact performance as it bypasses the agent's
13056         local caches.
13057
13058 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13059
13060         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13061         must be explicitly online rather than "not explicitly offline" for
13062         its flags to be synchronized.
13063
13064         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13065         that gnus-uu-unmark-thread will function correctly.
13066
13067         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13068         1024K is instead displayed as 1M.
13069
13070 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13073
13074 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13075
13076         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13077
13078 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13079
13080         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13081         error message to display actual error condition.
13082         (gnus-agent-save-local): Avoid saving symbols that are bound to
13083         nil as they simply result in a warning message in
13084         gnus-agent-read-local.
13085
13086 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13089         rather than make-variable-buffer-local for file-precious-flag.
13090
13091 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13092
13093         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13094         for duplicates which are removed.  The invalid sort check then
13095         triggers a rescan after the sort as sorting may have moved
13096         duplicate entries such that they can be cheaply detected.
13097
13098 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13101
13102 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13103
13104         * gnus-agent.el (gnus-agent-article-alist-save-format):
13105         Change internal variable to a custom variable.  Change default value
13106         from compressed(2) to uncompressed(1).
13107         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13108         support for uncompressed agentview files.  Taken together, reading
13109         the agentview file should now be 6-7 times faster.
13110
13111 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13112
13113         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13114         as a buffer-local variable.  This avoids creating truncated
13115         dribble files as a result of a hang up, eg.
13116
13117 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13118
13119         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13120         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13121         XEmacs.
13122
13123 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gnus-start.el (gnus-start-draft-setup):
13126         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13127
13128         * gnus.el (gnus-splash): Change custom group.
13129         (gnus-group-get-parameter, gnus-group-parameter-value):
13130         Describe allow-list argument.
13131
13132         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13133         string.
13134
13135 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-art.el (gnus-default-article-saver): Add user-defined
13138         `function' to custom type.
13139
13140 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13141
13142         * imap.el (imap-open): Handle case where buffer is a buffer
13143         object.
13144
13145 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13148         long lines.
13149         (gnus-cache-delete-group): Wrap doc strings.
13150
13151         * gnus-agent.el (gnus-agent-rename-group)
13152         (gnus-agent-delete-group): Wrap doc strings.
13153
13154 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * messagexmas.el (message-use-toolbar): Change the valid values
13157         into default, top, bottom, left, and right.
13158         (message-toolbar-thickness): New variable.
13159         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13160         well.
13161         (message-setup-toolbar): Make it work.
13162
13163         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13164         (gnus-use-toolbar): Change the valid values into default, top,
13165         bottom, left, and right.
13166         (gnus-toolbar-thickness): New variable.
13167         (gnus-xmas-setup-toolbar): New function.
13168         (gnus-xmas-setup-group-toolbar): Use it.
13169         (gnus-xmas-setup-summary-toolbar): Use it.
13170
13171 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13172
13173         * gnus-start.el (gnus-1): Add "native" to
13174         gnus-predefined-server-alist.
13175
13176         * gnus.el (gnus-method-to-server): Don't add "native" to the
13177         lists here, because that leads to problems when
13178         gnus-select-method is bound.
13179
13180 2005-11-09  Simon Josefsson  <jas@extundo.com>
13181
13182         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13183         use (not sort-by-date) instead.
13184
13185 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13186
13187         * gnus-delay.el (gnus-delay-group): Don't autoload.
13188         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13189         to be re-loaded when customizing the `gnus-delay' group.
13190
13191 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13192
13193         * message.el: Revert last changes.
13194         (message-insert-citation-line): Use newlines.
13195
13196 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13197
13198         * message.el (message-courtesy-message)
13199         (message-mark-insert-begin, message-mark-insert-end)
13200         (message-elide-ellipsis, message-cancel-message)
13201         (message-add-header, message-change-subject)
13202         (message-cross-post-followup-to-header)
13203         (message-cross-post-insert-note, message-reduce-to-to-cc)
13204         (message-widen-reply, message-delete-not-region)
13205         (message-kill-to-signature, message-insert-signature)
13206         (message-insert-importance-high, message-insert-importance-low)
13207         (message-insert-or-toggle-importance)
13208         (message-insert-disposition-notification-to)
13209         (message-indent-citation, message-yank-original)
13210         (message-cite-original-without-signature, message-cite-original)
13211         (message-insert-citation-line, message-position-on-field)
13212         (message-fix-before-sending, message-send-mail-partially)
13213         (message-send-mail, message-send-mail-with-sendmail)
13214         (message-send-mail-with-qmail, message-send-news)
13215         (message-check-news-header-syntax, message-generate-headers)
13216         (message-insert-courtesy-copy, message-fill-address)
13217         (message-fill-header, message-shorten-references)
13218         (message-setup-1, message-cancel-news)
13219         (message-forward-make-body-plain, message-forward-make-body-mime)
13220         (message-forward-make-body-mml, message-encode-message-body)
13221         (message-forward-make-body-digest-plain)
13222         (message-forward-make-body-digest-mime)
13223         (message-use-alternative-email-as-from): Insert `hard-newline'
13224         instead of ordinary newlines.
13225
13226 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * message.el (message-generate-headers): Downcase the argument
13229         given to message-check-element.
13230
13231 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13232
13233         * nntp.el (nntp-authinfo-rejected): New error condition.
13234         (nntp-wait-for): Use new error condition to signal authentication
13235         error.
13236         (nntp-retrieve-data): Rethrow new error condition to break out of
13237         recursive call to nntp-send-authinfo.
13238
13239 2005-11-08  Romain Francoise  <romain@orebokech.com>
13240
13241         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13242         (gnus-summary-exit-map): Bind to `Z p'.
13243         (gnus-summary-make-menu-bar): Add menu item.
13244
13245 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13248         (gnus-treat-*): Add `first' in all doc strings.
13249
13250         * gnus-group.el (gnus-group-compact-group): Fix typo.
13251
13252 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * gnus.el (gnus-parameters-case-fold-search): New variable.
13255         (gnus-parameters-get-parameter): Use it.
13256
13257         * gnus-score.el (gnus-home-score-file): Doc fix.
13258
13259 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13260
13261         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13262
13263 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * mm-util.el (mm-special-display-p): New function.
13266
13267         * mml.el (mml-preview): Use it; doc fix.
13268
13269 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13270
13271         * imap.el (imap-open): Handle case where buffer is a buffer object.
13272
13273 2005-10-29  Romain Francoise  <romain@orebokech.com>
13274
13275         * message.el (message-fix-before-sending): Fix comment.
13276
13277 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13278
13279         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13280
13281 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13282
13283         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13284         Used in gnus-score.el.
13285
13286 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13289
13290 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13293         whitespace removed in revision 7.8.  Use concatenated string to
13294         protect trailing whitespace.
13295
13296 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13297
13298         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13299         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13300         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13301         Courier IMAP ("some version from 2004").  Mostly based on similar
13302         code in the same function.
13303
13304 2005-10-26  Didier Verna  <didier@xemacs.org>
13305
13306         * gnus-group.el (gnus-group-compact-group): Invalidate original
13307         article buffer.
13308         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13309         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13310         NOV database and in article itself.
13311         Invalidate article backlog.
13312
13313 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13316
13317 2005-10-26  Simon Josefsson  <jas@extundo.com>
13318
13319         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13320         part of 2004-07-25 change.
13321
13322 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * message.el (message-display-completion-list): New function.
13325         (message-expand-group): Use it; make sure the Completions buffer
13326         is modifiable.
13327 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13328
13329         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13330         user-mail-name is an empty string.
13331
13332 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13335         depending on gnus-score-decay-constant.
13336
13337         * encrypt.el (encrypt-insert-file-contents)
13338         (encrypt-write-file-contents): Don't use `gnus-message'.
13339
13340         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13341         arguments.
13342         (mm-uu-type-alist): Add message-marks and insert-marks.
13343         Pass arguments to mm-uu-verbatim-marks-extract.
13344         (mm-uu-hide-markers): New variable.
13345         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13346
13347         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13348         (gnus-convert-image-to-face-command): Use "convert" by default to
13349         allow other input image formats.
13350         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13351         accordingly.
13352
13353 2005-10-23  Simon Josefsson  <jas@extundo.com>
13354
13355         * imap.el (imap-gssapi-program): Align command line parameters
13356         with latest GNU SASL.
13357         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13358
13359 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13360
13361         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13362         HTML.
13363         (nnslashdot-request-article): Ditto.
13364
13365         * lpath.el (featurep): Add nobreak-char-display.
13366
13367 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13368
13369         * mail-source.el (mail-source-fetch-pop): Require pop3.
13370         (mail-source-check-pop): Ditto.
13371
13372 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13375         errors.
13376
13377 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13380         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13381
13382         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13383
13384         * mm-bodies.el (mm-decode-string):
13385         Call `mm-charset-to-coding-system' with allow-override argument.
13386
13387 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13390         (rfc2047-charset-to-coding-system): New function.
13391         (rfc2047-decode-encoded-words): New function.
13392         (rfc2047-decode-region): Use them.
13393         (rfc2047-decode-cte): Remove.
13394         (rfc2047-parse-and-decode): Remove.
13395         (rfc2047-decode): Remove.
13396
13397 2005-10-15  Kenichi Handa  <handa@m17n.org>
13398
13399         * rfc2047.el (rfc2047-decode-cte): New function.
13400         (rfc2047-decode-region): Change the way to decode successive
13401         encoded-words: decode B- or Q-encoding in each encoded-word,
13402         concatenate them, and decode it as charset.
13403
13404 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * lpath.el: Fbind codepage-setup for XEmacs.
13407
13408 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13409
13410         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13411         widget-move-and-invoke.
13412         (gnus-custom-mode): Use gnus-custom-map.
13413
13414 2005-10-15  Bill Wohler  <wohler@newt.com>
13415
13416         * message.el (message-tool-bar-map): Rename image file from
13417         mail_send to mail/send.
13418
13419 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13420
13421         * message.el (message-expand-group): Pass the common
13422         prefix substring of completion to `display-completion-list'.
13423
13424 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * mml-sec.el (mml-secure-method): New internal variable.
13427         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13428         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13429         New functions using mml-secure-method.
13430
13431         * mml.el (mml-mode-map): Add key bindings for those functions.
13432         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13433         Harder <harder@myrealbox.com>.
13434         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13435         Goto end of message if point is the headers of the message.
13436
13437         * message.el (message-in-body-p): New function.
13438
13439         * assistant.el: Autoload gnus-util and netrc.
13440
13441         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13442         Use `mm-charset-override-alist' only when decoding.
13443
13444         * mm-bodies.el (mm-decode-body):
13445         Call `mm-charset-to-coding-system' with allow-override argument.
13446
13447         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13448         `filename' from Content-Disposition if Content-Type doesn't
13449         provide `name'.
13450         (gnus-mime-view-part-as-type): Set default instead of
13451         initial-input.
13452
13453 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13454
13455         * format-spec.el (format-spec): Propagate text properties of % spec.
13456
13457 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gnus-art.el (gnus-treat-predicate): Add `first'.
13460
13461 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13464         (mm-charset-override-alist): New variable.
13465         (mm-charset-to-coding-system): Use it.
13466         (mm-codepage-setup): New helper function.
13467         (mm-charset-eval-alist): New variable.
13468         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13469         Warn about unknown charsets.
13470
13471         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13472
13473 2005-10-04  David Hansen  <david.hansen@gmx.net>
13474
13475         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13476         (nnrss-check-group): Ditto.
13477
13478 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13481         Rename x-gnus-verbatim to x-verbatim.
13482         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13483
13484         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13485         x-verbatim.
13486
13487         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13488
13489         * gnus-util.el (gnus-remove-duplicates): Remove.
13490
13491         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13492         instead of gnus-remove-duplicates.
13493
13494         * message.el (message-remove-duplicates): Remove.
13495         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13496         message-remove-duplicates.
13497
13498         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13499         available, else use implementation from `delete-dups'.
13500
13501         * message.el (message-insert-expires): New function.
13502         (message-mode-map): Add key binding.
13503         (message-mode-field-menu): Add menu entry.
13504         (message-mode): Document it.
13505         (message-make-expires-date): Use `message-make-date'.
13506
13507 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13508
13509         * message.el (message-make-expires-date): New function.
13510
13511 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * Makefile.in (list-installed-shadows): New entry.
13514         (install): Use it.
13515         (remove-installed-shadows): New entry.
13516
13517         * dgnushack.el (dgnushack-default-load-path): New variable.
13518         (dgnushack-find-lisp-shadows): New function.
13519         (dgnushack-remove-lisp-shadows): New function.
13520
13521 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * Makefile.in (install-el-elc): New entry.
13524         (install): Use it so that .el files are necessarily installed.
13525
13526 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13529
13530 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13531
13532         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13533         function rather than the diff-mode.el package.
13534         (mm-display-external): Use with-current-buffer.
13535         (mm-viewer-completion-map, mm-viewer-completion-map):
13536         Move initialization inside declaration.
13537
13538 2005-09-29  Simon Josefsson  <jas@extundo.com>
13539
13540         * spam.el: Load hashcash when compiling, to avoid warnings.
13541         Don't autoload mail-check-payment.
13542         (spam-check-hashcash): Define unconditionally, since hashcash.el
13543         is part of Gnus now.  Ignore errors from payment checking.
13544
13545 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * message.el (message-bold-region, message-unbold-region):
13548         Rename from `bold-region' and `unbold-region'.
13549
13550         * message.el: Remove useless autoloads.
13551
13552 2005-09-28  Simon Josefsson  <jas@extundo.com>
13553
13554         * message.el (message-use-idna): Default to t.
13555         (message-use-idna): Test whether encoding works too.  Doc fix.
13556
13557 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * nntp.el (nntp-warn-about-losing-connection): Remove.
13560
13561 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13564         customizable.  Change default value.
13565         (mm-uu-diff-groups-regexp): Change default value.
13566         (mm-uu-type-alist): Add doc string.
13567         (mm-uu-configure): Add doc string.  Make it interactive.
13568         (mm-uu-tex-groups-regexp): New variable.
13569         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13570         (mm-uu-type-alist): Add LaTeX documents.
13571         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13572         of "text/verbatim".
13573         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13574
13575         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13576         instead of "text/verbatim".
13577
13578         * message.el (message-mark-inserted-region)
13579         (message-mark-insert-file): Use slrn style marks when called with
13580         prefix argument.
13581
13582 2005-09-27  Simon Josefsson  <jas@extundo.com>
13583
13584         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13585
13586 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13587
13588         * message.el (message-remove-duplicates): New function.
13589         Implementation borrowed from `gnus-remove-duplicates'.
13590         (message-idna-to-ascii-rhs): Also encode idna addresses in
13591         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13592         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13593         only ask about the same idna domain once per header and also tell
13594         in what header to replace the idna domain.
13595
13596         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13597         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13598         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13599         a header is decoded and not just the last one.
13600
13601 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13604         has been decoded.
13605
13606         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13607         (mm-insert-part): Don't modify text if it has been decoded.
13608
13609         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13610         decoded.
13611
13612         * mm-view.el (mm-inline-text): Don't strip text props unless
13613         decoding enriched or richtext parts.
13614
13615 2005-09-25  Romain Francoise  <romain@orebokech.com>
13616
13617         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13618         * gnus-start.el (gnus-subscribe-interactively):
13619         * gnus-uu.el (gnus-uu-grab-articles):
13620         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13621         space.
13622
13623 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13624
13625         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13626         * mm-view.el (mm-view-pkcs7-decrypt):
13627         * gnus-sum.el (gnus-summary-limit-to-extra)
13628         (gnus-summary-respool-article, gnus-read-move-group-name):
13629         * gnus-score.el (gnus-summary-increase-score):
13630         * gnus-util.el (gnus-completing-read-with-default):
13631         * gnus-art.el (gnus-read-save-file-name)
13632         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13633         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13634         * message.el (message-check-news-header-syntax):
13635         Follow convention for reading with the minibuffer.
13636
13637 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * spam-report.el (spam-report-url-ping-plain):
13640         Use gnus-extended-version as User-Agent.
13641
13642         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13643         default value is nil.
13644
13645         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13646         (mm-uu-verbatim-marks-extract): New function.
13647         (mm-uu-extract): New face.
13648         (mm-uu-copy-to-buffer): Use it.
13649
13650         * spam-report.el (spam-report-gmane-ham): Rename from
13651         `spam-report-gmane-unspam'.
13652         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13653         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13654
13655         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13656         Autoload.
13657         (spam-report-gmane-unregister-routine):
13658         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13659
13660 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13661
13662         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13663         (spam-report-gmane-unregister-routine): Add support for gmane
13664         unregistration.
13665
13666         * spam-report.el (spam-report-gmane-unspam)
13667         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13668         (spam-report-gmane): Change to take a single article and do unspam
13669         registration.
13670
13671 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * mm-url.el (mm-url-decode-entities): Fix regexp.
13674
13675 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13678         default to nil, to be able to use Gnus at all.  If the default
13679         switches to something else, then the function should be fixed not
13680         be exceedingly slow.
13681
13682 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13683
13684         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13685         fail hard.
13686
13687         * spam-report.el: Add better Keywords line.
13688
13689         * spam.el: Add Maintainer and better Keywords line.
13690
13691 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * gnus-art.el (gnus-article-replace-part)
13694         (gnus-mime-replace-part): New functions.
13695         (gnus-mime-action-alist, gnus-mime-button-commands)
13696         (gnus-mime-save-part-and-strip): Add file argument.
13697         (gnus-article-part-wrapper): Add interactive argument.
13698
13699         * gnus-sum.el (gnus-summary-mime-map):
13700         Add `gnus-article-replace-part'.
13701
13702 2005-09-19  Didier Verna  <didier@xemacs.org>
13703
13704         The nnml compaction feature:
13705         * nnml.el (nnml-request-compact-group): New function.
13706         * nnml.el (nnml-request-compact): New function.
13707         * gnus-int.el (gnus-request-compact-group): New function.
13708         * gnus-int.el (gnus-request-compact): New function.
13709         * gnus-group.el (gnus-group-compact-group): New function.
13710         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13711         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13712         * gnus-srvr.el (gnus-server-compact-server): New function.
13713         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13714         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13715
13716 2005-09-18  Deepak Goel  <deego@gnufans.org>
13717
13718         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13719         format spec.
13720
13721 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13724
13725 2005-09-15  Romain Francoise  <romain@orebokech.com>
13726
13727         * message.el (message-fill-paragraph): Clarify docstring.
13728
13729 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-art.el (gnus-mime-display-part): Protect against broken
13732         MIME messages.
13733
13734 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13737         before parsing header.
13738
13739 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13740
13741         * html2text.el (html2text-replace-list): Add new entities.
13742
13743 2005-09-11  Romain Francoise  <romain@orebokech.com>
13744
13745         * message.el (message-alternative-emails): Improve docstring.
13746         (message-setup-1): Call `message-use-alternative-email-as-from'
13747         after `message-setup-hook' to give it precedence over posting
13748         styles, etc.
13749         (message-use-alternative-email-as-from): Add docstring.
13750         Remove the original From header if present.
13751
13752         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13753         (nnml-save-mail): Use it.
13754
13755         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13756         articles.  Add new argument `silent'.
13757         (gnus-uu-mark-all): Report the total number of marked articles.
13758
13759 2005-09-10  Romain Francoise  <romain@orebokech.com>
13760
13761         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13762         (gnus-uu-mark-series): Likewise.
13763
13764 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * spam-report.el (spam-report-gmane): Fix generation of spam
13767         report URL.
13768
13769 2005-09-10  Simon Josefsson  <jas@extundo.com>
13770
13771         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13772         t, based on discussion on the ding list with Robert Epprecht
13773         <epprecht@solnet.ch>.
13774
13775 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * spam-report.el (spam-report-gmane): Make it work without
13778         X-Report-Spam header.  Gmane now only provides Archived-At.
13779         This is only used if `spam-report-gmane-use-article-number' is nil.
13780         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13781
13782         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13783         make `gnus-summary-sort-by-recipient' work with threading.
13784
13785         * nnweb.el (nnweb-google-wash-article): Print a message if article
13786         is not available.
13787
13788 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13789
13790         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13791         change.  Decode text/* parts content before displaying.
13792
13793 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13796
13797 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13800
13801         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13802         url-package-name, url-package-version,
13803         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13804         w3m-display-inline-images, and w3m-minor-mode-map.
13805
13806 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * message.el (message-tab-body-function): Fix mismatched custom type.
13809
13810         * gnus.el (gnus-group-change-level-function): Ditto.
13811
13812         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13813
13814         * gnus-art.el (gnus-signature-limit)
13815         (gnus-article-mime-part-function): Ditto.
13816
13817 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * mml.el (mml-mode): Silence the byte compiler.
13820
13821         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13822         using `(sit-for 0)' before moving the point to the specified part;
13823         skip unbuttonized parts.
13824         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13825         return to the summary window if gnus-auto-select-part is non-nil.
13826
13827 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13830         New variables.
13831         (mml-dnd-attach-file, mml-mode): Use them.
13832
13833         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13834         Make fetching article by MID work again for Google Groups.
13835         Add FIXME concerning gnus-group-make-web-group.
13836
13837         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13838         Don't depend on Gnus by using mail-extract-address-components if
13839         gnus-extract-address-components is not bound.
13840
13841 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * gnus-art.el (gnus-mime-display-security): Don't display the
13844         signature, but only the signed part.
13845
13846 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13849
13850         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13851         list, not listp.
13852
13853 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13854
13855         * mm-encode.el (mm-encode-content-transfer-encoding):
13856         Likewise when encoding.
13857
13858         * mm-bodies.el (mm-decode-content-transfer-encoding):
13859         De-canonicalize CRLF for all text content types, not just
13860         text/plain.
13861
13862 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13865         valid article; point arrow and cursor at the MIME button.
13866
13867 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13870         Suggested by Dan Christensen <jdc@uwo.ca>.
13871
13872         * mm-decode.el (mm-save-part): Enable change of prompt.
13873
13874 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13875
13876         * gnus-msg.el (gnus-inews-add-send-actions):
13877         Make `message-post-method' lambda parameter ARG `&optional'.
13878
13879 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-sum.el (gnus-summary-mime-map):
13882         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13883         gnus-article-jump-to-part.
13884
13885         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13886         (gnus-article-edit-part): Use it.
13887         (gnus-article-part-wrapper): Add no-handle argument.
13888         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13889         New functions.
13890
13891 2005-08-29  Romain Francoise  <romain@orebokech.com>
13892
13893         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13894         docstring.
13895         (gnus-face-from-file): Likewise.
13896
13897 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13900         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13901         non-nil.
13902         (gnus-auto-select-part): New variable.
13903         (gnus-article-jump-to-part): New function.
13904         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13905         (gnus-mime-delete-part): Allow selecting specified part after
13906         deleting or stripping parts.
13907         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13908         part if argument is bogus.
13909
13910 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13911
13912         * gnus-art.el (w3m-minor-mode-map):
13913         * gnus-spec.el (gnus-newsrc-file-version):
13914         * gnus-util.el (nnmail-active-file-coding-system)
13915         (gnus-original-article-buffer, gnus-user-agent):
13916         * gnus.el (gnus-ham-process-destinations)
13917         (gnus-parameter-ham-marks-alist)
13918         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13919         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13920         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13921         * mm-decode.el (gnus-current-window-configuration):
13922         * mm-extern.el (gnus-article-mime-handles):
13923         * mm-url.el (url-current-object, url-package-name)
13924         (url-package-version):
13925         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13926         (smime-keys, w3m-cid-retrieve-function-alist)
13927         (w3m-current-buffer, w3m-display-inline-images)
13928         (w3m-minor-mode-map):
13929         * mml-smime.el (gnus-extract-address-components):
13930         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13931         (gnus-newsrc-hashtb, message-default-charset)
13932         (message-deletable-headers, message-options)
13933         (message-posting-charset, message-required-mail-headers)
13934         (message-required-news-headers):
13935         * mml1991.el (mc-pgp-always-sign):
13936         * mml2015.el (mc-pgp-always-sign):
13937         * nnheader.el (nnmail-extra-headers):
13938         * rfc1843.el (gnus-decode-encoded-word-function)
13939         (gnus-decode-header-function, gnus-newsgroup-name):
13940         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13941
13942 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13943
13944         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13945         the end of the date treatments.
13946
13947 2005-08-15  Simon Josefsson  <jas@extundo.com>
13948
13949         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13950         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13951         Capello and Romain Francoise.
13952         (pgg-fetch-key-function): Remove, not used?
13953         (pgg-insert-url-with-w3): Require url, to get
13954         url-insert-file-contents regardless of where it is defined.
13955
13956 2005-08-13  Romain Francoise  <romain@orebokech.com>
13957
13958         * message.el (message-cite-original-1): New function.
13959         (message-cite-original): Use it.
13960         (message-cite-original-without-signature): Ditto.
13961
13962 2005-08-08  Romain Francoise  <romain@orebokech.com>
13963
13964         * message.el (message-yank-empty-prefix): New variable.
13965         (message-indent-citation): Use it.
13966         (message-cite-original-without-signature): Respect X-No-Archive.
13967
13968 2005-08-08  Simon Josefsson  <jas@extundo.com>
13969
13970         * pgg.el: Autoload url-insert-file-contents instead of loading
13971         w3/url.
13972         (pgg-insert-url-with-w3): Don't load url here.
13973
13974 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13975
13976         * message.el (message-kill-to-signature): Don't insert newline at
13977         bol.
13978         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13979
13980 2005-08-06  Romain Francoise  <romain@orebokech.com>
13981
13982         * message.el (message-user-fqdn): Fix typo in docstring.
13983
13984 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13985
13986         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13987
13988         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13989
13990 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * mm-bodies.el (mm-encode-body): Use coding system rather than
13993         charset to encode text.
13994
13995         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13996         number of charsets if utf-8 is available (XEmacs).
13997
13998 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14001         taken from `gnus-button-mid-or-mail-regexp'.
14002         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14003         (gnus-button-alist): Improve regexp for domain part of the MIDs
14004         for news:localpart@domain buttons.
14005         (gnus-button-ctan-directory-regexp): Update.
14006
14007 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * sieve-manage.el (sieve-manage-interactive-login):
14010         Use make-local-variable rather than make-variable-buffer-local.
14011         (sieve-manage-open): Ditto.
14012         (sieve-manage-authenticate): Ditto.
14013
14014         * mml.el (mml-generate-mime-1): Make the content type default to
14015         text/plain if the filename is not specified.
14016
14017 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14020         instead of insert-buffer.
14021
14022         * message.el (message-yank-original): Ditto; set the mark at the
14023         end of the yanked message.
14024
14025 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14028         lines to scroll rather than to stop it.
14029
14030         * mml.el (mml-generate-default-type): Add doc string.
14031         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14032         default to application/octet-stream when determining the content
14033         type if it is not specified for the part or the mml contents; add
14034         a comment about mml-generate-default-type.
14035
14036 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14039         make it default to application/octet-stream when determining the
14040         content type if it is not specified for the external contents.
14041
14042 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14045         segmented parameter but also other parameters might be there.
14046
14047 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * mm-decode.el (mm-display-external): Delete temp file, directory
14050         and buffer immediately if the external process is exited.
14051
14052 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14055         fewer lines than that of scroll-margin.
14056         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14057
14058 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-art.el (gnus-article-next-page): Revert.
14061         (gnus-article-beginning-of-window): New macro.
14062         (gnus-article-next-page-1): Use it.
14063         (gnus-article-prev-page): Ditto.
14064         (gnus-article-edit-part): Use insert-buffer-substring instead of
14065         insert-buffer.
14066         (gnus-article-edit-exit): Ditto.
14067
14068         * gnus-util.el (gnus-beginning-of-window): Remove.
14069         (gnus-end-of-window): Remove.
14070
14071         * lpath.el: Don't bind header-line-format and scroll-margin.
14072
14073 2005-07-25  Simon Josefsson  <jas@extundo.com>
14074
14075         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14076         to have the url package without w3.  Reported by Daiki Ueno
14077         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14078
14079 2005-07-20  Didier Verna  <didier@xemacs.org>
14080
14081         * gnus-diary.el: Remove the description comment (nndiary is now
14082         properly documented in the Gnus manual).
14083         Fix the spelling of "Back End".
14084         * nndiary.el: Ditto.
14085         Fix the copyright notice.
14086
14087 2005-07-18  Romain Francoise  <romain@orebokech.com>
14088
14089         * gnus-sum.el (gnus-summary-to-prefix)
14090         (gnus-summary-newsgroup-prefix): New variables.
14091         (gnus-summary-from-or-to-or-newsgroups): Use them.
14092
14093 2005-07-17  Romain Francoise  <romain@orebokech.com>
14094
14095         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14096         space as it's generally not especially interesting to the user.
14097
14098 2005-07-16  Romain Francoise  <romain@orebokech.com>
14099
14100         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14101         nil to avoid prompting and file modification if one of the
14102         messages at the top of the nnfolder file contains a copyright
14103         notice.
14104         Update copyright notice.
14105
14106         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14107         instead of `current-time-string' as the latter creates a time
14108         string that is not RFC 2822 compliant (it lacks the zone).
14109         Update copyright notice.
14110
14111 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14112
14113         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14114         for text/rtf.  Display default in prompt.  Pass default for M-n.
14115
14116         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14117
14118 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14119
14120         * gnus-msg.el (gnus-button-mailto):
14121         Remove save-selected-window-window hackery because it relies on
14122         save-selected-window internals.
14123
14124 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14127         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14128         (gnus-article-prev-page): Ditto.
14129
14130         * gnus-util.el (gnus-beginning-of-window): New function.
14131         (gnus-end-of-window): New function.
14132
14133         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14134
14135 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14136
14137         * gnus-score.el (gnus-score-edit-all-score):
14138         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14139         gnus-message.
14140
14141 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * gnus-msg.el (gnus-button-mailto):
14144         Remove save-selected-window-window hackery because it relies on
14145         save-selected-window internals.
14146
14147 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14150         add-minor-mode.
14151         (gnus-binary-mode): Ditto.
14152
14153         * gnus-topic.el (gnus-topic-mode): Ditto.
14154
14155 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14156
14157         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14158         (gnus-article-prev-page): Take scroll-margin into consideration.
14159
14160 2005-07-04  Lute Kamstra  <lute@gnu.org>
14161
14162         Update FSF's address in GPL notices.
14163
14164 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14165
14166         * gnus.el (gnus-exit):
14167         * gnus-group.el (gnus-group-icons):
14168         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14169
14170         * gnus-nocem.el (gnus-nocem):
14171         * message.el (message-various, message-buffers, message-sending)
14172         (message-interface, message-forwarding, message-insertion)
14173         (message-headers, message-news, message-mail):
14174         * pgg-gpg.el (pgg-gpg):
14175         * pgg-parse.el (pgg-parse):
14176         * pgg-pgp.el (pgg-pgp):
14177         * pgg-pgp5.el (pgg-pgp5):
14178         * pop3.el (pop3): Finish `defgroup' description with period.
14179
14180 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-art.el (article-display-face): Improve the efficiency.
14183         (article-display-x-face): Ditto; remove grey x-face stuff.
14184
14185 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (article-display-face): Correct the position in
14188         which Faces are inserted.
14189
14190 2005-06-29  Didier Verna  <didier@xemacs.org>
14191
14192         * gnus-art.el (article-display-face): Display faces in correct
14193         order.
14194
14195 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14198         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14199         (gnus-nocem-check-article): Fetch the Type header.
14200         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14201         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14202         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14203         make sure gnus-nocem-hashtb is initialized.
14204         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14205         (gnus-nocem-unwanted-article-p): Ditto.
14206
14207         * pgg.el (pgg-verify): Return the verification result.
14208
14209 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14212         is ascii.
14213
14214 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14215
14216         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14217         `show-nonbreak-escape'.
14218
14219 2005-06-23  Lute Kamstra  <lute@gnu.org>
14220
14221         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14222
14223         * dig.el (dig-mode):
14224         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14225
14226 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14227
14228         * nnimap.el (nnimap-split-download-body): Fix spellings.
14229
14230 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14231
14232         * gnus-art.el (gnus-article-encrypt-body):
14233         * gnus-cus.el (gnus-score-customize):
14234         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14235         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14236
14237 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14238
14239         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14240         header by looking for magic "MII" at the beginnig.
14241
14242 2005-06-16  Miles Bader  <miles@gnu.org>
14243
14244         * gnus-xmas.el (gnus-xmas-group-startup-message):
14245         Use renamed gnus-splash face.
14246
14247         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14248         (assistant-field-face): New backward-compatibility alias for renamed
14249         face.
14250         (assistant-render-text): Use renamed assistant-field face.
14251
14252         * spam.el (spam): Remove "-face" suffix from face name.
14253         (spam-face): New backward-compatibility alias for renamed face.
14254         (spam-face, spam-initialize): Use renamed spam face.
14255
14256         * message.el (message-header-to, message-header-cc)
14257         (message-header-subject, message-header-newsgroups)
14258         (message-header-other, message-header-name)
14259         (message-header-xheader, message-separator, message-cited-text)
14260         (message-mml): Remove "-face" suffix from face names.
14261         (message-header-to-face, message-header-cc-face)
14262         (message-header-subject-face, message-header-newsgroups-face)
14263         (message-header-other-face, message-header-name-face)
14264         (message-header-xheader-face, message-separator-face)
14265         (message-cited-text-face, message-mml-face):
14266         New backward-compatibility aliases for renamed faces.
14267         (message-font-lock-keywords): Use renamed message faces.
14268
14269         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14270         (sieve-test-commands, sieve-tagged-arguments):
14271         Remove "-face" suffix from face names.
14272         (sieve-control-commands-face, sieve-action-commands-face)
14273         (sieve-test-commands-face, sieve-tagged-arguments-face):
14274         New backward-compatibility aliases for renamed faces.
14275         (sieve-control-commands-face, sieve-action-commands-face)
14276         (sieve-test-commands-face, sieve-tagged-arguments-face):
14277         Use renamed sieve faces.
14278
14279         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14280         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14281         (gnus-group-news-3-empty, gnus-group-news-4)
14282         (gnus-group-news-4-empty, gnus-group-news-5)
14283         (gnus-group-news-5-empty, gnus-group-news-6)
14284         (gnus-group-news-6-empty, gnus-group-news-low)
14285         (gnus-group-news-low-empty, gnus-group-mail-1)
14286         (gnus-group-mail-1-empty, gnus-group-mail-2)
14287         (gnus-group-mail-2-empty, gnus-group-mail-3)
14288         (gnus-group-mail-3-empty, gnus-group-mail-low)
14289         (gnus-group-mail-low-empty, gnus-summary-selected)
14290         (gnus-summary-cancelled, gnus-summary-high-ticked)
14291         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14292         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14293         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14294         (gnus-summary-low-undownloaded)
14295         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14296         (gnus-summary-low-unread, gnus-summary-normal-unread)
14297         (gnus-summary-high-read, gnus-summary-low-read)
14298         (gnus-summary-normal-read, gnus-splash):
14299         Remove "-face" suffix from face names.
14300         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14301         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14302         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14303         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14304         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14305         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14306         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14307         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14308         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14309         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14310         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14311         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14312         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14313         (gnus-summary-normal-ticked-face)
14314         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14315         (gnus-summary-normal-ancient-face)
14316         (gnus-summary-high-undownloaded-face)
14317         (gnus-summary-low-undownloaded-face)
14318         (gnus-summary-normal-undownloaded-face)
14319         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14320         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14321         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14322         (gnus-splash-face):
14323         New backward-compatibility aliases for renamed faces.
14324         (gnus-group-startup-message): Use renamed gnus faces.
14325
14326         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14327         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14328         (gnus-server-agent): Remove "-face" suffix from face names.
14329         (gnus-server-agent-face, gnus-server-opened-face)
14330         (gnus-server-closed-face, gnus-server-denied-face)
14331         (gnus-server-offline-face):
14332         New backward-compatibility aliases for renamed faces.
14333         (gnus-server-agent-face, gnus-server-opened-face)
14334         (gnus-server-closed-face, gnus-server-denied-face)
14335         (gnus-server-offline-face): Use renamed gnus faces.
14336
14337         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14338         Remove "-face" suffix from face names.
14339         (gnus-picon-xbm-face, gnus-picon-face):
14340         New backward-compatibility aliases for renamed faces.
14341
14342         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14343         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14344         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14345         (gnus-cite-11): Remove "-face" suffix from face names.
14346         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14347         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14348         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14349         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14350         New backward-compatibility aliases for renamed faces.
14351         (gnus-cite-attribution-face, gnus-cite-face-list)
14352         (gnus-article-boring-faces): Use renamed gnus faces.
14353
14354         * gnus-art.el (gnus-signature, gnus-header-from)
14355         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14356         (gnus-header-content): Remove "-face" suffix from face names.
14357         (gnus-signature-face, gnus-header-from-face)
14358         (gnus-header-subject-face, gnus-header-newsgroups-face)
14359         (gnus-header-name-face, gnus-header-content-face):
14360         New backward-compatibility aliases for renamed faces.
14361         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14362
14363         * gnus-sum.el (gnus-summary-selected-face)
14364         (gnus-summary-highlight): Use renamed gnus faces.
14365         * gnus-group.el (gnus-group-highlight): Likewise.
14366
14367 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14368
14369         * gnus-sieve.el (gnus-sieve-article-add-rule):
14370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14371         * spam-stat.el (spam-stat-buffer-change-to-spam)
14372         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14373
14374         * message.el (message-is-yours-p):
14375         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14376
14377 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * mm-view.el (mm-inline-text): Withdraw the last change.
14380
14381 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14384         executing enriched-decode.
14385
14386 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14389         charset of tar files.
14390
14391 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14392
14393         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14394
14395 2005-06-04  Lute Kamstra  <lute@gnu.org>
14396
14397         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14398         information is never recorded.
14399
14400 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14401
14402         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14403
14404 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * pop3.el (pop3-apop): Run md5 in the binary mode.
14407
14408         * starttls.el (starttls-set-process-query-on-exit-flag):
14409         Use eval-and-compile.
14410
14411 2005-05-31  Simon Josefsson  <jas@extundo.com>
14412
14413         * smime.el (smime-replace-in-string): Define.
14414         (smime-cert-by-ldap-1): Use it.
14415
14416 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-art.el (article-display-x-face): Replace
14419         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14420
14421         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14422         set-process-query-on-exit-flag or process-kill-without-query.
14423
14424         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14425         loop instead of replace-regexp.
14426
14427         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14428         instead of process-kill-without-query if it is available.
14429
14430         * lpath.el: Fbind ldap-search-entries.
14431
14432         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14433         instead of find-file-hooks if it is available.
14434
14435         * mml1991.el: Bind pgg-default-user-id when compiling.
14436
14437         * mml2015.el: Bind pgg-default-user-id when compiling.
14438
14439         * nndraft.el (nndraft-request-associate-buffer):
14440         Use write-contents-functions instead of write-contents-hooks if it is
14441         available.
14442
14443         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14444         instead of find-file-hooks if it is available.
14445
14446         * nntp.el (nntp-open-connection): Replace
14447         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14448         (nntp-open-ssl-stream): Ditto.
14449         (nntp-open-tls-stream): Ditto.
14450
14451         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14452         set-process-query-on-exit-flag or process-kill-without-query.
14453         (starttls-open-stream-gnutls): Use it instead of
14454         process-kill-without-query.
14455         (starttls-open-stream): Ditto.
14456
14457 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14458
14459         * smime.el (smime-cert-by-ldap-1): Don't use
14460         replace-regexp-in-string.
14461
14462 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14463
14464         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14465
14466         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14467         in PEM format.  Adjust to the XEmacs compability.
14468
14469 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14472         by `string-to-number'.
14473         * gnus-agent.el (gnus-agent-regenerate-group)
14474         (gnus-agent-fetch-articles): Ditto.
14475         * gnus-art.el (gnus-button-fetch-group): Ditto.
14476         * gnus-cache.el (gnus-cache-generate-active)
14477         (gnus-cache-articles-in-group): Ditto.
14478         * gnus-group.el (gnus-group-set-current-level)
14479         (gnus-group-insert-group-line): Ditto.
14480         * gnus-score.el (gnus-score-set-expunge-below)
14481         (gnus-score-set-mark-below, gnus-summary-score-effect)
14482         (gnus-summary-score-entry): Ditto.
14483         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14484         (gnus-soup-pack): Ditto.
14485         * gnus-spec.el (gnus-xmas-format): Ditto.
14486         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14487         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14488         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14489         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14490         * nndb.el (nndb-get-remote-expire-response): Ditto.
14491         * nndiary.el (nndiary-parse-schedule-value)
14492         (nndiary-string-to-number, nndiary-request-replace-article)
14493         (nndiary-request-article): Ditto.
14494         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14495         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14496         * nneething.el (nneething-make-head): Ditto.
14497         * nnfolder.el (nnfolder-request-article)
14498         (nnfolder-retrieve-headers): Ditto.
14499         * nnheader.el (nnheader-file-to-number): Ditto.
14500         * nnkiboze.el (nnkiboze-request-article): Ditto.
14501         * nnmail.el (nnmail-process-unix-mail-format)
14502         (nnmail-process-babyl-mail-format): Ditto.
14503         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14504         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14505         (nnmh-request-create-group, nnmh-request-list-1)
14506         (nnmh-request-group, nnmh-request-article): Ditto.
14507         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14508         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14509         * nnsoup.el (nnsoup-make-active): Ditto.
14510         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14511         * nntp.el (nntp-find-group-and-number)
14512         (nntp-retrieve-headers-with-xover): Ditto.
14513         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14514         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14515         (pgg-format-key-identifier): Ditto.
14516         * pop3.el (pop3-last, pop3-stat): Ditto.
14517         * qp.el (quoted-printable-decode-region): Ditto.
14518
14519         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14520         of concat.
14521
14522 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14525
14526         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14527
14528         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14529
14530         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14531
14532         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14533
14534         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14535
14536         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14537         (gnus-carpal-mode): Ditto.
14538
14539         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14540         (gnus-browse-mode): Ditto.
14541
14542         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14543
14544         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14545
14546 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14547
14548         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14549
14550 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-util.el (gnus-run-mode-hooks): New function.
14553
14554         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14555
14556         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14557         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14558
14559 2005-05-27  Lute Kamstra  <lute@gnu.org>
14560
14561         * dns-mode.el (dns-mode): Specify customization group.
14562
14563 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14564
14565         * gnus-agent.el (gnus-agent-make-mode-line-string):
14566         Use mode-line-highlight as mouse-face.
14567
14568 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * canlock.el (canlock): Change the parent group to news.
14571
14572         * deuglify.el (gnus-outlook-deuglify): Add :group.
14573
14574         * dig.el (dig): Add :group.
14575
14576         * dns-mode.el (dns-mode): Add :group.
14577
14578         * encrypt.el (encrypt): Add :group.
14579
14580         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14581         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14582         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14583         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14584         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14585
14586         * gnus-diary.el (gnus-diary): Add :group.
14587
14588         * gnus.el (gnus-group-news-1-face): Add :group.
14589         (gnus-group-news-1-empty-face): Ditto.
14590         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14591         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14592         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14593         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14594         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14595         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14596         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14597         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14598         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14599         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14600         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14601         (gnus-summary-high-ticked-face): Ditto.
14602         (gnus-summary-low-ticked-face): Ditto.
14603         (gnus-summary-normal-ticked-face): Ditto.
14604         (gnus-summary-high-ancient-face): Ditto.
14605         (gnus-summary-low-ancient-face): Ditto.
14606         (gnus-summary-normal-ancient-face): Ditto.
14607         (gnus-summary-high-undownloaded-face): Ditto.
14608         (gnus-summary-low-undownloaded-face): Ditto.
14609         (gnus-summary-normal-undownloaded-face): Ditto.
14610         (gnus-summary-high-unread-face): Ditto.
14611         (gnus-summary-low-unread-face): Ditto.
14612         (gnus-summary-normal-unread-face): Ditto.
14613         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14614         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14615
14616         * hashcash.el (hashcash): New custom group.
14617         (hashcash-default-payment): Add :group.
14618         (hashcash-payment-alist): Ditto.
14619         (hashcash-default-accept-payment): Ditto.
14620         (hashcash-accept-resources): Ditto.
14621         (hashcash-path): Ditto.
14622         (hashcash-extra-generate-parameters): Ditto.
14623         (hashcash-double-spend-database): Ditto.
14624         (hashcash-in-news): Ditto.
14625
14626         * message.el (message-minibuffer-local-map): Add :group.
14627
14628         * netrc.el (netrc): Add :group.
14629
14630         * sieve-manage.el (sieve-manage-log): Add :group.
14631         (sieve-manage-default-user): Diito.
14632         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14633         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14634         (sieve-manage-authenticators): Ditto.
14635         (sieve-manage-authenticator-alist): Ditto.
14636         (sieve-manage-default-port): Ditto.
14637
14638         * sieve-mode.el (sieve-control-commands-face): Add :group.
14639         (sieve-action-commands-face): Ditto.
14640         (sieve-test-commands-face): Ditto.
14641         (sieve-tagged-arguments-face): Ditto.
14642
14643         * smime.el (smime): Add :group.
14644
14645         * spam-report.el (spam-report): Add :group.
14646
14647         * spam.el (spam, spam-face): Add :group.
14648
14649 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14650
14651         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14652         return \n.\n.\n at the end of articles.  Protect against that.
14653         (nntp-with-open-group): Allow debugging.
14654
14655         * nnheader.el (mail-header-set-extra): Make into a function
14656         because I just could't understand how to quote the list properly.
14657
14658         * dns.el (query-dns-cached): New function.
14659
14660 2005-05-26  Lute Kamstra  <lute@gnu.org>
14661
14662         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14663
14664 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14667
14668         * gnus-art.el: Don't autoload mail-extract-address-components.
14669
14670         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14671         eval-and-compile to evaluate it.
14672
14673         * hashcash.el: Don't autoload executable-find.
14674
14675         * nndb.el: Don't declare the nndb back end two or more times; don't
14676         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14677
14678         * nntp.el: Autoload format-spec instead of format; use
14679         eval-and-compile to evaluate autoload forms.
14680
14681 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14682
14683         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14684
14685 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14686
14687         * gnus.el (gnus-version-number): Bump version.
14688
14689 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14690
14691         * gnus.el: No Gnus v0.3 is released.
14692
14693 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14694
14695         * lpath.el (featurep): Bind show-nonbreak-escape.
14696
14697 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-art.el (gnus-article-edit-part): Disable undo.
14700
14701 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14704         gnus-article-date-lapsed-new-header is t if date timer is active;
14705         skip headers in which the original date value is empty.
14706         (gnus-article-save-original-date): Redefine it as a macro.
14707         (gnus-display-mime): Use it.
14708
14709 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-art.el (article-date-ut): Support converting date in
14712         forwarded parts as well.
14713         (gnus-article-save-original-date): New function.
14714         (gnus-display-mime): Use it.
14715
14716 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14717
14718         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14719         enclosure element of <item>.
14720
14721 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * message.el (message-kill-buffer-query): Rename from
14724         `message-kill-buffer-query-if-modified'.  Add :version.
14725
14726 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14729         window layout.
14730
14731 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * mml.el: Autoload dnd when compiling.
14734
14735 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14738         x-dnd-*.
14739
14740 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * qp.el (quoted-printable-encode-region): Save excursion.
14743
14744 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14745
14746         * message.el (message-kill-buffer-query-if-modified): Add new variable
14747         so the user can kill a modified message buffer quickly.
14748         (message-kill-buffer): Use it.
14749
14750 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * lpath.el: Fbind display-time-event-handler; don't fbind
14753         string-to-multibyte.
14754
14755         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14756
14757 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14760         contained in text because xml.el decodes entities) with LFs.
14761
14762 2005-04-11  Lute Kamstra  <lute@gnu.org>
14763
14764         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14765         differently.
14766
14767 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14768
14769         * mm-util.el (mm-detect-coding-region): Typo.
14770
14771 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14774
14775 2005-04-06  Deepak Goel  <deego@gnufans.org>
14776
14777         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14778         user-function allow user modifications of the scores.
14779         (spam-stat-score-buffer-user): New function, to allow
14780         user-computed modifications to the score.
14781         (spam-stat-score-buffer-user-functions): List of additional
14782         scoring functions.
14783         (spam-stat-error-holder): Global temporary error holder.
14784         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14785         variable.
14786
14787 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * gnus-registry.el (gnus-registry-clean-empty-function)
14790         (gnus-registry-trim, gnus-registry-fetch-groups)
14791         (gnus-registry-delete-group): Groups that match
14792         `gnus-registry-ignored-groups' are removed from the registry
14793         entries, not just ignored for splitting.  This helps clean up the
14794         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14795         to get all the groups a message ID is in.
14796
14797         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14798         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14799         (spam-stat-score-buffer-user-functions): Add :number custom type.
14800
14801 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14804         argument in XEmacs.
14805
14806         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14807         (nnrss-request-group): Decode group name first.
14808         (nnrss-request-article): Make a text/plain article if mml-to-mime
14809         failed.
14810         (nnrss-get-encoding): Return a compatible encoding according to
14811         nnrss-compatible-encoding-alist.
14812         (nnrss-find-el): Use consp instead of listp.
14813         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14814
14815 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14818         which Emacs 20 doesn't support.
14819         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14820
14821 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14824         silence the byte compiler inside the defun.
14825
14826         * gnus-demon.el (parse-time-string): Add autoload.
14827
14828         * gnus-delay.el (parse-time-string): Add autoload.
14829
14830         * gnus-art.el (parse-time-string): Add autoload.
14831
14832         * nnultimate.el (parse-time): Require for `parse-time-string'.
14833
14834 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14837
14838         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14839
14840         * smime.el (smime-ldap-host-list): Add :version.
14841
14842 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14845         pass it to `gnus-browse-read-group'.
14846         (gnus-browse-read-group): Add NUMBER argument and pass it to
14847         `gnus-group-read-ephemeral-group'.
14848
14849         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14850         argument and pass it to `gnus-group-read-group'.
14851
14852 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14853
14854         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14855         mm-xemacs-find-mime-charset-1 if we have the mule feature
14856         available at runtime.
14857
14858 2005-03-25  Werner Lemberg  <wl@gnu.org>
14859
14860         * nnmaildir.el: Replace `illegal' with `invalid'.
14861
14862 2005-03-23  Lute Kamstra  <lute@gnu.org>
14863
14864         * time-date.el: Add comment on time value formats.
14865         Don't require parse-time.
14866         (with-decoded-time-value): New macro.
14867         (encode-time-value): New function.
14868         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14869         (days-to-time): Return a valid time value when arg is huge.
14870         (time-since): Use time-subtract.
14871         (time-to-number-of-days): Use time-to-seconds.
14872
14873 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14874
14875         * gnus-start.el (gnus-display-time-event-handler):
14876         Check display-time-timer at runtime rather than only at load time
14877         in case display-time-mode is turned off in the mean time.
14878
14879 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14882         used.
14883
14884         * nneething.el (nneething-map-file-directory): Derive from
14885         `gnus-directory'.
14886
14887         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14888         the To/Cc button.
14889
14890 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * nnmaildir.el (nnmaildir-request-accept-article):
14893         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14894
14895 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14896
14897         * gnus-async.el: Require timer-funcs at compile time when in
14898         XEmacs for `run-with-idle-timer'.
14899
14900 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14901
14902         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14903         autoloaded function.
14904
14905 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14906
14907         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14908
14909 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14910
14911         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14912
14913 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14914
14915         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14916         Add gnus-expert-user to default.
14917
14918 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14919
14920         * nnimap.el (nnimap-open-server): Ditto.
14921
14922         * imap.el (imap-authenticate): Fix typo.
14923
14924 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14925
14926         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14927         buffer (since IMAP server might return FETCH response out of
14928         order, and the nntp buffer must be sorted).
14929
14930 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14931
14932         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14933         comparison on string.
14934
14935         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14936         (gnus-agent-score): Rename category keywords to match gnus-cus.
14937         (gnus-agent-summary-fetch-series): Modify to protect against
14938         gnus-agent-summary-fetch-group clearing processable flags.
14939         (gnus-agent-synchronize-group-flags): Update live group buffer as
14940         synchronization may occur due to the user toggle the plugged
14941         status.
14942         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14943         successfully downloaded.
14944         (gnus-agent-expire-group-1): Avoid using markers when the overview
14945         is in ascending order; greatly improves performance.
14946         (gnus-agent-regenerate-group):
14947         Use gnus-agent-synchronize-group-flags to reset read status in both
14948         gnus and server.
14949         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14950
14951 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * message.el: Don't autoload former message-utils variables.
14954         (message-strip-subject-trailing-was): Change doc string.
14955
14956         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14957         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14958         (nnweb-google-search): Add "hl=en" here.
14959         (nnweb-google-parse-1, nnweb-google-create-mapping):
14960         Don't hardcode URL.
14961
14962 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * message.el (message-get-reply-headers, message-followup):
14965         Mention related variables `message-use-followup-to' and
14966         `message-use-mail-followup-to', in the information buffer.
14967
14968         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14969         of broken groups(-beta).google.com.
14970
14971 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14972
14973         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14974         parameter to invoked gnus-request-move-article; remove the
14975         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14976         all at once instead of once per article.
14977         (gnus-summary-remove-process-mark): Accept a list of articles as
14978         well as a single article for processing.
14979
14980         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14981         parameter.
14982
14983         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14984
14985         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14986
14987         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14988         parameter.
14989
14990         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14991         parameter.
14992
14993         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14994         parameter and remove the gnus-sum-hint-move-is-internal variable.
14995
14996         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14997         parameter.
14998
14999         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15000         parameter.
15001
15002         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15003         parameter.
15004
15005         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15006
15007         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15008         parameter.
15009
15010         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15011         parameter.
15012
15013 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15014
15015         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15016         a more conservative way.
15017
15018 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15019
15020         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15021         buffer, so it moves the window's cursor.
15022
15023 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15024
15025         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15026         `mm-dissect-multipart' and receive the from field as an (optional)
15027         argument from `mm-dissect-multipart'.
15028         (mm-dissect-multipart): Receive the from field as an argument and
15029         pass it on when we call `mm-dissect-buffer' on MIME parts.
15030         Fixes verification/decryption of signed/encrypted MIME parts.
15031
15032 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15033
15034         * gnus-sum.el (gnus-summary-move-article):
15035         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15036         whatever it calls (right now, only nnimap-request-move article
15037         respects it).
15038
15039         * nnimap.el (nnimap-request-move-article):
15040         When gnus-sum-hint-move-is-internal is set, don't do the extra
15041         nnimap-request-article.
15042
15043 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15046
15047         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15048         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15049
15050         * gnus-sum.el (gnus-summary-caesar-message):
15051         Apply `gnus-treat-article' after rotation.
15052
15053         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15054         doc string.
15055
15056 2005-02-22  Simon Josefsson  <jas@extundo.com>
15057
15058         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15059         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15060         <arne@arnested.dk>.
15061         (encrypt): Add password-cache and password-cache-expiry as group
15062         members.
15063
15064 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15065
15066         * smime.el (smime-ldap-host-list): Doc fix.
15067         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15068         cache) password.
15069         (smime-sign-region): Use it.
15070         (smime-decrypt-region): Use it.
15071         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15072         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15073         fails.
15074         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15075         certificate from DER to PEM format rather than calling openssl.
15076
15077         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15078
15079         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15080         for signing/encryption.
15081
15082         * mml.el (mml-parse-1): Use them.
15083
15084 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15085
15086         * nnrss.el (nnrss-verbose): Remove.
15087         (nnrss-request-group): Use `nnheader-message' instead.
15088
15089 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15090
15091         * nnrss.el (nnrss-verbose): New variable.
15092         (nnrss-request-group): Make it say nnrss is requesting a group.
15093
15094 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15097         Handle news URL with given port correctly.
15098
15099 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15102         containing special characters.
15103
15104         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15105
15106         * mml.el (mime-to-mml): Ditto.
15107
15108         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15109         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15110         (rfc2047-decode-region): Quote decoded words containing special
15111         characters when rfc2047-quote-decoded-words-containing-tspecials
15112         is non-nil.
15113
15114 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15115
15116         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15117
15118         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15119
15120 2005-02-15  Simon Josefsson  <jas@extundo.com>
15121
15122         * nnimap.el (nnimap-debug): Doc fix.
15123
15124         * imap.el (imap-debug): Doc fix.
15125
15126 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15129
15130 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15131
15132         * gnus.el (spam-contents): Improve docs for spam-contents
15133         parameter in its variable incarnation.
15134
15135 2005-02-14  Simon Josefsson  <jas@extundo.com>
15136
15137         * smime-ldap.el: Use require instead of load-library for ldap.
15138         (smime-ldap-search): Indent.
15139         (smime-ldap-search-internal): Shorten line.
15140
15141         * smime.el (smime-cert-by-dns): Add doc-string.
15142         (smime-cert-by-ldap-1): Indent.
15143
15144         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15145         mml-smime-get-dns-ldap.
15146         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15147
15148 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15149
15150         * smime.el: Require smime-ldap.
15151         (smime-ldap-host-list): New variable.
15152         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15153
15154         * mml-smime.el (mml-smime-encrypt-query): New function.
15155         (mml-smime-encrypt-query): Use it.
15156
15157         * smime-ldap.el: New file.
15158
15159 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15162
15163 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15166         argument in doc string.  Make query for type more clear.
15167
15168 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus.el (gnus-group-startup-message): Search for gnus images in
15171         etc/images/gnus.
15172         * mm-util.el (mm-image-load-path): Likewise.
15173         * smiley.el (smiley-data-directory): Search for smilies in
15174         etc/images/smilies.
15175
15176 2005-02-09  Kim F. Storm  <storm@cua.dk>
15177
15178         Change Emacs release version from 21.4 to 22.1 throughout.
15179         Change Emacs development version from 21.3.50 to 22.0.50.
15180
15181 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15184
15185         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15186         non-Mule XEmacs as well.
15187         (mm-decompress-buffer): Signal an error intentionally if it does
15188         not decompress compressed data because auto-compression-mode is
15189         disabled.
15190
15191 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15194         an ID in the registry even if it has no groups.
15195
15196 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15199         merge it into mm-decompress-buffer.
15200         (gnus-mime-copy-part): Use the MIME part charset, the value which
15201         a user specified or gnus-newsgroup-charset for decoding, like
15202         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15203         save-buffer what was used.  Suggested by Kevin Ryde
15204         <user42@zip.com.au>.
15205         (gnus-mime-inline-part): Allow the name parameter as well as the
15206         filename parameter; force decompressing of compressed data; always
15207         display contents being not decoded as unibyte.
15208
15209         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15210         as well as the filename parameter.
15211
15212         * mm-util.el (mm-decompress-buffer):
15213         Merge gnus-mime-jka-compr-maybe-uncompress.
15214         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15215         of compressed data.
15216
15217 2005-02-08  Simon Josefsson  <jas@extundo.com>
15218
15219         * imap.el (imap-log): Doc fix.
15220
15221 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15224         the coding cookies; decompress compressed parts.
15225
15226         * mml.el (mml-generate-mime-1): Add the charset parameter according
15227         to the value which a user specified manually or the coding cookie.
15228
15229         * mm-util.el (mm-string-to-multibyte): New function.
15230         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15231         (mm-coding-system-to-mime-charset): New function.
15232         (mm-decompress-buffer): New function.
15233         (mm-find-buffer-file-coding-system): New function.
15234
15235         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15236         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15237         parts.
15238
15239 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15240
15241         * mm-view.el (mm-display-inline-fontify): Decode a part according
15242         to the charset parameter.
15243
15244 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15247         prefix arg is neither nil nor a number, as info specifies.
15248
15249 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15252         timestamps.
15253
15254 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15255
15256         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15257         groups error checking and notify user.
15258
15259 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15260
15261         * message.el (message-send-mail-function): Check existence of
15262         sendmail-program first before using default value
15263         `message-send-mail-with-sendmail'.  Otherwise use more generic
15264         `smtpmail-send-it'.
15265
15266 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * nntp.el (nntp-request-update-info): Always return nil.
15269
15270 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15271
15272         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15273
15274 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15275
15276         * message.el (message-beginning-of-line): Change the behavior when
15277         invoked between BOL and : so that it first moves backward.
15278
15279 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15282         article buffer when editing of the article is discarded.
15283         (gnus-article-prepare): Revert.
15284
15285 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-article-prepare):
15288         Remove message-strip-forbidden-properties from the local hook.
15289
15290 2005-01-27  Simon Josefsson  <jas@extundo.com>
15291
15292         * password.el (password-cache-add): Only start one timer per key.
15293         Reported by Derek Atkins <warlord@MIT.EDU>.
15294
15295 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15296
15297         * run-at-time.el: Remove.  It is no longer needed as
15298         timer-funcs.el in the xemacs-base package has a working version of
15299         `run-at-time'.
15300
15301         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15302
15303         * password.el: Require timer-funcs instead of run-at-time in
15304         XEmacs.
15305         Remove `password-run-at-time' macro.
15306         (password-cache-add): Use `run-at-time' instead of
15307         `password-run-at-time'.
15308
15309         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15310         Remove `nnheader-cancel-function-timers' alias,
15311         `cancel-function-timers' exists in XEmacs in timer-funcs.
15312
15313         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15314         for `run-with-idle-timer'.
15315
15316         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15317         for `run-at-time'.
15318
15319         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15320         for `with-timeout'.
15321
15322         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15323         the same as for XEmacs 21.4.
15324         No need to ignore `run-with-idle-timer', this function exists in
15325         XEmacs now in timer-funcs.el in the xemacs-base package.
15326         (dgnushack-compile): No need to delete
15327         run-at-time.el from the list of files to compile because it
15328         doesn't exist anymore.
15329
15330 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15333         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15334
15335 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15336
15337         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15338         sensitively.
15339
15340 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15341
15342         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15343
15344 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15347         which will be inserted according to the multibyteness of a buffer
15348         rather than the type of contents.  Suggested by ARISAWA Akihiro
15349         <ari@mbf.ocn.ne.jp>.
15350
15351         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15352         of string which old xml.el may return rather than a string.
15353
15354 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15357
15358 2005-01-16  Simon Josefsson  <jas@extundo.com>
15359
15360         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15361         idn/idna.el isn't available.
15362         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15363         <michael@waxrat.com>.
15364
15365         * hashcash.el: Remove non-FSF copyright header.
15366
15367         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15368         (hashcash-generate-payment): Use it.
15369         (hashcash-generate-payment-async): Use it.
15370
15371 2005-01-15  Simon Josefsson  <jas@extundo.com>
15372
15373         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15374         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15375
15376         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15377         gnus-summary-idna-message.
15378         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15379         (gnus-summary-idna-message): New function.
15380
15381 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15384         gnus-novice-user.
15385
15386 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * nnrss.el (nnrss-request-delete-group): Delete entries in
15389         nnrss-group-alist as well.
15390         (nnrss-save-server-data): Insert newline.
15391
15392 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * gnus.el (gnus-user-agent): Use list of symbols instead of
15395         symbols.  Display full version number for (S)XEmacs.
15396         Optionally display (S)XEmacs codename.
15397
15398         * gnus-util.el (gnus-emacs-version): Update for new
15399         `gnus-user-agent'.
15400
15401         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15402         Gnus version.
15403
15404 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15407         which is unreadable in some setups.
15408
15409 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-spec.el (gnus-update-format-specifications): Flush the
15412         group format spec cache if it doesn't support decoded group names.
15413
15414 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15415
15416         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15417         Allow to apply decay on score files matching a regexp.
15418
15419 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15422         compatibility in %g and %c.
15423
15424 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15427         name for only %g and %c.
15428         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15429         of gnus-tmp-group to decoded group name.
15430         (gnus-group-make-rss-group): Exclude `/'s from group names.
15431
15432 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * nnrss.el (nnrss-get-encoding): Fix regexp.
15435
15436 2004-12-27  Simon Josefsson  <jas@extundo.com>
15437
15438         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15439         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15440         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15441
15442 2004-12-17  Kim F. Storm  <storm@cua.dk>
15443
15444         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15445
15446         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15447
15448 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15449
15450         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15451
15452 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * nnrss.el: Require rfc2047 and mml.
15455         (nnrss-file-coding-system): New variable.
15456         (nnrss-format-string): Redefine it as an inline function.
15457         (nnrss-decode-group-name): New function.
15458         (nnrss-string-as-multibyte): Remove.
15459         (nnrss-retrieve-headers): Decode group name; don't use
15460         nnrss-format-string.
15461         (nnrss-request-group): Decode group name.
15462         (nnrss-request-article): Decode group name; allow a Message-ID as
15463         well as an article number; don't use nnrss-format-string; encode a
15464         Message-ID string which may contain non-ASCII characters; use
15465         mml-to-mime to compose a MIME article.
15466         (nnrss-request-expire-articles): Decode group name.
15467         (nnrss-request-delete-group): Decode group name.
15468         (nnrss-fetch): Clarify error message.
15469         (nnrss-read-server-data): Use insert-file-contents instead of load;
15470         bind file-name-coding-system; use multibyte buffer.
15471         (nnrss-save-server-data): Bind coding-system-for-write to the
15472         value of nnrss-file-coding-system; bind file-name-coding-system;
15473         add coding cookie.
15474         (nnrss-read-group-data): Use insert-file-contents instead of load;
15475         bind file-name-coding-system; use multibyte buffer.
15476         (nnrss-save-group-data): Bind coding-system-for-write to the
15477         value of nnrss-file-coding-system; bind file-name-coding-system.
15478         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15479         make it work with non-ASCII text.
15480         (nnrss-find-el): Make it work with old xml.el as well.
15481
15482 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15483
15484         * nnrss.el (nnrss-get-encoding): New function.
15485         (nnrss-fetch): Use unibyte buffer initially; bind
15486         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15487         decode contents according to the encoding attribute.
15488         (nnrss-save-group-data): Add coding cookie.
15489         (nnrss-mime-encode-string): New function.
15490         (nnrss-check-group): Use it to encode subject and author.
15491
15492 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15495         imaginary variable.
15496
15497 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15500         correctly even if there are wide characters.
15501
15502 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15503
15504         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15505         downcased symbol names; make a new cache instead of reusing
15506         bbdb-hashtable.
15507
15508 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15511         concatenating segments rather than before concatenating them.
15512         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15513
15514         * message.el (message-get-reply-headers): Bind `extra'.
15515
15516 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15517
15518         * message.el (message-extra-wide-headers): New variable.
15519         (message-get-reply-headers): Use it.
15520
15521 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15524         (gnus-agent-group-pathname): Ditto.
15525
15526         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15527
15528         * gnus-group.el (gnus-group-make-group): Decode group name.
15529         (gnus-group-make-rss-group): Register the group data after opening
15530         the nnrss group.
15531
15532 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15533
15534         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15535         by expiry now get marked as read.
15536
15537 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15540
15541 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15542
15543         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15544         unify Latin characters in XEmacs.
15545         (mm-find-mime-charset-region): Use it.
15546
15547 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-util.el (gnus-delete-directory): New function.
15550
15551         * gnus-agent.el (gnus-agent-delete-group): Use it.
15552
15553         * gnus-cache.el (gnus-cache-delete-group): Use it.
15554
15555 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15558         names.
15559
15560 2004-12-16  Simon Josefsson  <jas@extundo.com>
15561
15562         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15563
15564 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15567
15568         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15569         (gnus-group-set-current-level): Decode group name.
15570
15571 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15572
15573         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15574         failed.
15575
15576 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-group.el (gnus-group-delete-group): Decode group name.
15579         (gnus-group-make-rss-group): Encode group name.
15580         (gnus-group-catchup-current): Decode group name.
15581         (gnus-group-kill-group): Decode group name.
15582
15583 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15584
15585         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15586
15587 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-group.el (gnus-group-make-rss-group):
15590         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15591
15592         * gnus-start.el (gnus-setup-news): Honor user's setting to
15593         gnus-message-archive-method.  Suggested by Lute Kamstra
15594         <lute@gnu.org>.
15595
15596 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15597
15598         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15599         global counterparts of the buffer-local variables.
15600
15601 2004-11-16  Romain Francoise  <romain@orebokech.com>
15602
15603         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15604         counterparts of the buffer-local variables.
15605
15606 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * message.el (message-forbidden-properties): Fix typo in doc
15609         string.
15610
15611 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15612
15613         * gnus-util.el (gnus-replace-in-string): Add doc string.
15614
15615         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15616         to avoid problems when splitting mails with many recipients.
15617
15618 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15619
15620         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15621         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15622
15623 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15624
15625         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15626         if there is no hashtable in memory or file modification time is
15627         newer than cached timestamp.
15628
15629 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-sum.el (gnus-summary-limit-to-recipient):
15632         Implement not-matching option.
15633
15634 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15637         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15638         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15639         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15640         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15641         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15642
15643 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * message.el (message-forward-make-body-mml): Remove headers
15646         according to message-forward-ignored-headers if a message is decoded.
15647
15648 2004-12-02  Romain Francoise  <romain@orebokech.com>
15649
15650         * message.el (message-forward-make-body-plain): Always remove
15651         headers according to message-forward-ignored-headers.
15652
15653 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * spam.el (spam-summary-prepare-exit): Remove the
15656         gnus-summary-limit pop for now, it has problems with ham marks for
15657         me.
15658
15659 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15662         correctly.
15663
15664 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15665
15666         * format-spec.el (format-spec): Message the char.
15667
15668 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * gnus-art.el (gnus-split-methods): Reformat comments.
15671
15672         * spam.el (spam-summary-prepare-exit): Remove article limits
15673         before exiting the summary buffer.
15674
15675 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15678         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15679
15680         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15681         order to silence the byte compiler.
15682
15683         * spam.el: Fix the way to silence the byte compiler, which
15684         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15685         bbdb-search-simple, spam-BBDB-register-routine,
15686         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15687         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15688         spam-stat-buffer-is-spam, spam-stat-load,
15689         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15690         spam-stat-save and spam-stat-split-fancy.
15691
15692 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15695         which may confuse users.
15696         (canlock-password-for-verify): Ditto.
15697
15698         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15699
15700         * gnus-art.el (gnus-emphasis-alist): Ditto.
15701
15702         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15703
15704         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15705
15706         * gnus-start.el (gnus-save-killed-list): Ditto.
15707
15708         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15709         (gnus-sum-thread-tree-root): Ditto.
15710         (gnus-sum-thread-tree-false-root): Ditto.
15711         (gnus-sum-thread-tree-single-indent): Ditto.
15712
15713         * message.el (message-courtesy-message): Ditto.
15714         (message-archive-note): Ditto.
15715         (message-subscribed-address-file): Ditto.
15716         (message-user-fqdn): Ditto.
15717
15718         * spam-report.el (spam-report-gmane-regex): Ditto.
15719
15720         * spam.el (spam-blackhole-good-server-regex): Ditto.
15721
15722 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * mml.el (mml-preview): Widen the message buffer before copying
15725         the contents to the preview buffer; sort headers before previewing.
15726
15727         * message.el (message-hidden-headers): Fix the way to avoid a bug
15728         in the `repeat' widget in Emacs 21.3 or earlier.
15729
15730 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * message.el (message-hidden-headers): Default to "^References:".
15733         Improve customization type.  Suggested by Reiner Steib
15734         <Reiner.Steib@gmx.de>.
15735
15736 2004-11-25  Romain Francoise  <romain@orebokech.com>
15737
15738         * message.el (message-strip-forbidden-properties): Remove check for
15739         obsolete `message-hidden' text property, hidden headers are not
15740         accessible in the buffer anymore.
15741
15742 2004-11-22  Romain Francoise  <romain@orebokech.com>
15743
15744         * message.el (message-header-format-alist): Add `From' in list
15745         so that it can be sorted.
15746         (message-fix-before-sending): Widen and sort headers before
15747         sending.
15748         (message-hide-headers): Use narrowing to hide headers by moving
15749         them to the top of the buffer and narrowing to the region
15750         underneath.
15751
15752 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15753
15754         * message.el (message-strip-forbidden-properties):
15755         Bind buffer-read-only (etc) to nil.
15756
15757 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15760         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15761
15762 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15763
15764         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15765
15766 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15767
15768         * dns.el (query-dns): Use sit-for to time instead of
15769         accept-process-output, since that doesn't seem to work on udp
15770         sockets.
15771
15772 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15775
15776 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15777
15778         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15779         doc string.  Improve doc string.
15780
15781 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * nntp.el (nntp-request-update-info): Return nil if
15784         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15785         may not call gnus-activate-group which uselessly issues the GROUP
15786         commands for all nntp groups and wastes time.  Reported by Romain
15787         Francoise <romain@orebokech.com>.
15788
15789         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15790
15791 2004-11-15  Simon Josefsson  <jas@extundo.com>
15792
15793         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15794         headers separately.
15795         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15796         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15797
15798 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * gnus-start.el (gnus-convert-old-newsrc):
15801         Assign legacy-gnus-agent to 5.10.7.
15802
15803 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15806         start of the lines.
15807
15808 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15809
15810         * hashcash.el (hashcash-default-payment): Change default to 20.
15811         (hashcash-default-accept-payment): Change default to 20.
15812         (hashcash-process-alist): New variable.
15813         (hashcash-generate-payment-async): Add.
15814         (hashcash-already-paid-p): Add.
15815         (hashcash-insert-payment): Don't generate payments twice.
15816         (hashcash-insert-payment-async): Add.
15817         (hashcash-insert-payment-async-2): Add.
15818         (hashcash-cancel-async): Add.
15819         (hashcash-wait-async): Add.
15820         (hashcash-processes-running-p): Add.
15821         (hashcash-wait-or-cancel): Add.
15822         (mail-add-payment): New optional argument.  Conditionally start
15823         asynchronous calculation.
15824         (mail-add-payment-async): Add.
15825
15826         * message.el (message-send-mail): Wait for asynchronous hashcash
15827         results.  Don't clobber existing X-Hashcash headers.
15828         (message-setup-1): Call mail-add-payment-async when
15829         message-generate-hashcash is non-nil.
15830
15831 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15832
15833         * message.el (message-use-alternative-email-as-from): Examine the
15834         From header as well; use message-make-from in order to include a
15835         user's full name.
15836
15837 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15840         default; improve customization type.
15841         (gnus-emphasis-custom-with-format): New macro.
15842         (gnus-emphasis-custom-value-to-external): New function.
15843         (gnus-emphasis-custom-value-to-internal): New function.
15844
15845 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15846
15847         * dns.el (query-dns): Resolve reverse addresses.
15848
15849 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850
15851         * gnus-group.el (gnus-group-get-new-news): Use it.
15852
15853         * gnus-start.el (gnus-check-reasonable-setup): New function.
15854
15855 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15858         "Args out of range" error.  Reported by Arnaud Giersch
15859         <arnaud.giersch@free.fr>.
15860
15861 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15862
15863         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15864
15865 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15866
15867         * spam.el (spam group): Add :version.
15868
15869         * pgg-def.el (pgg group): Add :version.
15870
15871 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-art.el (gnus-article-edit-article): Don't associate the
15874         article buffer with a draft file.  This is a temporary measure
15875         against the 2004-08-22 change to gnus-article-edit-mode.
15876
15877 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15880         (html2text-format-tags): Remove unused variable `attr'.
15881
15882 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15883
15884         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15885
15886         * tls.el (tls-process-connection-type, tls-success)
15887         (tls-certtool-program): Add :version.
15888
15889         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15890         (starttls-extra-arguments, starttls-process-connection-type)
15891         (starttls-connect, starttls-failure, starttls-success): Add :version.
15892
15893         * spam-stat.el (spam-stat): Add :version.
15894
15895         * sieve.el (sieve): Add :version.
15896
15897         * sha1.el (sha1): Add :version.
15898         (sha1-use-external): Remove redundant version.
15899
15900         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15901         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15902         (nnmail-split-fancy-match-partial-words)
15903         (nnmail-split-lowercase-expanded): Add :version.
15904
15905         * nndiary.el (nndiary): Add :version.
15906
15907         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15908
15909         * mml-sec.el (mml-default-sign-method)
15910         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15911         Add :version.
15912
15913         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15914
15915         * mm-url.el (mm-url-use-external, mm-url-program)
15916         (mm-url-arguments): Add :version.
15917
15918         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15919         (mm-attachment-file-modes, mm-decrypt-option)
15920         (mm-w3m-safe-url-regexp): Add :version.
15921
15922         * message.el (message-cite-prefix-regexp)
15923         (message-sendmail-envelope-from, message-minibuffer-local-map)
15924         (message-user-fqdn, message-completion-alist): Add :version.
15925
15926         * gnus-win.el (gnus-configure-windows-hook)
15927         (gnus-use-frames-on-any-display): Add :version.
15928
15929         * gnus-art.el (gnus-article-address-banner-alist)
15930         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15931         (gnus-treat-from-picon, gnus-treat-mail-picon)
15932         (gnus-treat-x-pgp-sig): Add :version.
15933
15934         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15935         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15936         (gnus-summary-article-delete-hook)
15937         (gnus-summary-display-while-building): Add :version.
15938
15939         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15940         (gnus-get-top-new-news-hook): Add :version.
15941
15942         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15943         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15944
15945         * gnus-registry.el (gnus-registry): Add :version.
15946
15947         * gnus-spec.el (gnus-use-correct-string-widths)
15948         (gnus-make-format-preserve-properties): Add :version.
15949
15950         * gnus.el (gnus-group-charter-alist)
15951         (gnus-group-fetch-control-use-browse-url)
15952         (gnus-install-group-spam-parameters): Add :version.
15953
15954         * gnus-diary.el (gnus-diary): Add :version.
15955
15956         * gnus-delay.el (gnus-delay): Add :version.
15957
15958         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15959         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15960         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15961         Add :version.
15962
15963         * gnus-agent.el (gnus-agent-max-fetch-size)
15964         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15965         (gnus-agent-prompt-send-queue): Add :version.
15966
15967         * deuglify.el (gnus-outlook-deuglify): Add :version.
15968
15969         * html2text.el: Beautify code.  Improve doc strings.
15970         Some checkdoc cleanup.
15971         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15972
15973 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15974
15975         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15976
15977 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15978
15979         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15980         when package is loaded.
15981
15982         * spam.el (spam-summary-score-preferred-header): Add global preference
15983         for people who want to override the default SpamAssassin over
15984         Bogofilter preference (when both are set).
15985         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15986         (spam-user-format-function-S):
15987         Check spam-summary-score-preferred-header.
15988         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15989         (spam-user-format-function-S): Format the score correctly.
15990
15991 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15994         signature file.  Suggested by Manoj Srivastava
15995         <srivasta@golden-gryphon.com>.
15996
15997         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15998         iso-2022-jp even in the Japanese language environment.
15999         Suggested by Jason Rumney <jasonr@gnu.org>.
16000
16001 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16004         use the same characters as the dummy marks; make it free from
16005         getting affected by the language environment.
16006         (gnus-summary-read-group-1): Update mark positions only when the
16007         format spec is updated.
16008
16009         * gnus-spec.el (gnus-update-format-specifications): Return a list
16010         of updated types.
16011
16012 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16015         of boundp to check if display-warning is available.
16016
16017 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16020
16021 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * nnspool.el (nnspool-spool-directory): Use news-path if the
16024         news-directory variable is not bound.
16025
16026         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16027         function instead of display-warning if it is not available.
16028
16029 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16032         v5-10: Use `point-at-bol'.
16033
16034 2004-10-26  Simon Josefsson  <jas@extundo.com>
16035
16036         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16037         <chenggao@gmail.com>.
16038
16039 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16042         instead.
16043
16044 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16047         to remove a server from the nnimap-server-buffer-alist.
16048         (nnimap-open-connection, nnimap-close-server): Use it.
16049
16050         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16051
16052 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16055         running the major-mode function.
16056
16057 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16060         dummy marks in the right way.
16061
16062 2004-10-18  David Edmondson  <dme@dme.org>
16063
16064         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16065         excessively.
16066
16067 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16068
16069         * gnus-util.el (gnus-split-references): Accept a nil references
16070         string and go on blissfully.
16071
16072         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16073         cases where the references string is non-nil but has no references.
16074
16075         * encrypt.el: Add autoload tags.
16076
16077         * spam.el (spam-resolve-registrations-routine): Remove article
16078         from unregistration list too.  Reported by David Hanak
16079         <dhanak@isis.vanderbilt.edu>
16080
16081 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16082
16083         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16084         nil.  Change custom type.
16085
16086 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16089
16090         * gnus-sum.el (gnus-summary-move-article): Use it.
16091
16092 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16093
16094         * encrypt.el: Add autoload cookies.
16095
16096         * spam.el (spam-backend-article-list-property)
16097         (spam-backend-get-article-todo-list)
16098         (spam-backend-put-article-todo-list)
16099         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16100         Resolve registrations separately.
16101         (spam-register-routine): Format comments.
16102         (spam-unregister-routine, spam-register-routine): Always call with
16103         specific-articles, no default list.
16104         (spam-summary-prepare-exit): Use the spam-classifications function.
16105
16106         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16107         gnus-encrypt.el.
16108
16109         * encrypt.el: Copied from gnus-encrypt.el.
16110
16111         * gnus-encrypt.el: Commented that it's obsolete.
16112
16113 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16114
16115         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16116         (gnus-score-save): Use it.
16117
16118         * message.el (message-bury): Use `window-dedicated-p'.
16119
16120 2004-10-15  Simon Josefsson  <jas@extundo.com>
16121
16122         * pop3.el (top-level): Don't require nnheader.
16123         (pop3-read-timeout): Add.
16124         (pop3-accept-process-output): Add.
16125         (pop3-read-response, pop3-retr): Use it.
16126
16127 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * spam.el (spam-register-routine): Move comment.
16130         (spam-verify-bogofilter): Use 'unknown for the initial
16131         spam-bogofilter-valid state, not 'never.
16132
16133         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16134         for netrc-machine.
16135
16136         * nnimap.el (nnimap-open-connection):
16137         Use netrc-machine-user-or-password.
16138
16139 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16140
16141         * gnus-registry.el (gnus-registry-unload-hook):
16142         Set as a variable with add-hook.
16143
16144         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16145         of news-path.
16146
16147         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16148
16149         * spam.el: Delete duplicate `provide'.
16150         (spam-unload-hook): Set as a variable with add-hook.
16151
16152 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16155         in the doc string.
16156
16157         * message.el (message-ignored-news-headers)
16158         (message-ignored-supersedes-headers)
16159         (message-ignored-resent-headers)
16160         (message-forward-ignored-headers): Improve custom type.
16161
16162 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * message.el (message-tokenize-header): Fix 2004-09-06 change
16165         which used point-min in the wrong place.
16166
16167 2004-10-12  Simon Josefsson  <jas@extundo.com>
16168
16169         * tls.el (tls-certtool-program): New variable.
16170         (tls-certificate-information): New function, based on
16171         ssl-certificate-information.
16172
16173 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * compface.el: Move the version of ELisp-based uncompface program
16176         to the contrib directory because of the copyright problem.
16177
16178 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * message.el (message-kill-buffer): Raise the current frame.
16181
16182 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16185
16186         * gnus.el (message-y-or-n-p): Autoload.
16187
16188         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16189         (pop3-password-required, pop3-authentication-scheme)
16190         (pop3-leave-mail-on-server): Make customizable.
16191         (pop3): New custom group.
16192         (pop3-retr): Remove `sleep-for' statements.
16193         Suggested by Dave Love <fx@gnu.org>.
16194
16195         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16196         Windows/DOS.
16197
16198         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16199         (imap-parse-body): Fix incorrect use of `assert'.
16200         Suggested by Dave Love <fx@gnu.org>.
16201
16202         * mml.el (mml-minibuffer-read-disposition): Require match.
16203         Suggested by Dave Love <fx@gnu.org>.
16204
16205 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16208         doc string.
16209
16210 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16213
16214 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16215
16216         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16217         instead of calling `mm-insert-inline', to decode text/* parts
16218         before displaying them.
16219
16220 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * mm-uu.el (mm-uu-text-plain-type): New variable.
16223         (mm-uu-pgp-signed-extract-1): Use it.
16224         (mm-uu-pgp-encrypted-extract-1): Use it.
16225         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16226         bind mm-uu-text-plain-type with that value.
16227         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16228         mm-uu-dissect.
16229
16230 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-group.el (gnus-update-group-mark-positions):
16233         * gnus-sum.el (gnus-update-summary-mark-positions):
16234         * message.el (message-check-news-body-syntax):
16235         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16236         of string-as-multibyte.
16237
16238 2004-10-05  Juri Linkov  <juri@jurta.org>
16239
16240         * gnus-group.el (gnus-update-group-mark-positions):
16241         * gnus-sum.el (gnus-update-summary-mark-positions):
16242         * message.el (message-check-news-body-syntax):
16243         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16244         8-bit unibyte values to a multibyte string for search functions.
16245
16246 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16249         (mm-uu-dissect-text-parts): New function.
16250
16251         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16252         dissect text parts.
16253
16254         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16255         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16256
16257         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16258
16259         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16260         Use gnus-current-topics instead of gnus-current-topic.
16261
16262 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16263
16264         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16265
16266 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16269         where approriate.
16270
16271         * nnml.el (nnml-generate-active-info): do.
16272
16273         * nndiary.el (nndiary-generate-active-info): do.
16274
16275         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16276         (gnus-topic-move): do.
16277
16278         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16279         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16280
16281         * gnus-srvr.el (gnus-server-prepare)
16282         (gnus-server-open-all-servers): do.
16283
16284         * gnus-msg.el (gnus-summary-cancel-article)
16285         (gnus-summary-resend-message)
16286         (gnus-summary-mail-crosspost-complaint): do.
16287
16288         * gnus-move.el (gnus-change-server): do.
16289
16290         * gnus-group.el (gnus-group-unmark-all-groups)
16291         (gnus-group-set-current-level): do.
16292
16293 2004-10-04  Simon Josefsson  <jas@extundo.com>
16294
16295         * message.el (message-generate-hashcash): Doc fix.
16296
16297 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16298
16299         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16300         avoid infinite recursion via gnus-get-function.
16301
16302 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16303
16304         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16305
16306         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16307
16308         * nnmail.el (nnmail-split-history): do.
16309
16310         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16311         (nnml-request-delete-group): do.
16312
16313         * nnslashdot.el (nnslashdot-read-groups): do.
16314
16315         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16316         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16317
16318         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16319         (nnspool-sift-nov-with-sed): Use last.
16320         (nnspool-retrieve-headers-with-nov): Use mapc.
16321         (nnspool-request-newgroups): Use dolist.
16322         (nnspool-request-group): Use last.
16323
16324         * nntp.el (nntp-read-server-type): Use dolist.
16325
16326         * nnvirtual.el (nnvirtual-create-mapping)
16327         (nnvirtual-update-read-and-marked): Use dolist.
16328         (nnvirtual-convert-headers): Simplify.
16329
16330 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16331
16332         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16333         Add support for sync'ing tick marks.
16334
16335 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16338         there's no visible header.
16339
16340 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16341
16342         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16343         When necessary, pass full group name to gnus-request-set-marks.
16344
16345 2004-10-01  Simon Josefsson  <jas@extundo.com>
16346
16347         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16348         acroread.
16349
16350 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * spam-report.el (spam-report-gmane): Fix interactive.
16353
16354         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16355
16356         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16357         when writing file.
16358         (gnus-agent-synchronize-flags): Don't default to being
16359         interactive.
16360
16361 2004-09-30  Simon Josefsson  <jas@extundo.com>
16362
16363         * message.el (message-generate-hashcash): Add.
16364         (message-send-mail): Use it, call mail-add-payment.
16365
16366 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16367
16368         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16369
16370 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16371
16372         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16373         gnus-requst-update-info with explicit code to sync the in-memory
16374         info read flags with the marks being sync'd to the backend.
16375
16376         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16377
16378 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * spam.el (spam-verify-bogofilter): Add new function.
16381         (spam-check-bogofilter)
16382         (spam-bogofilter-register-with-bogofilter): Use it.
16383         (spam-verify-bogofilter): Add small fixes.
16384
16385 2004-09-28  Simon Josefsson  <jas@extundo.com>
16386
16387         * hashcash.el (hashcash-generate-payment): Revert.
16388
16389 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16390
16391         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16392         Use gnus-extract-references instead of gnus-split-references.
16393
16394         * gnus-util.el (gnus-extract-references): Add new function, analogous
16395         to gnus-split-references but extracts only the message-ID without
16396         anything extra.
16397
16398         * hashcash.el (hashcash-generate-payment)
16399         (hashcash-check-payment): Do the right thing if hashcash-path is
16400         nil (because the hashcash program could not be found).
16401
16402         * spam.el (spam-use-hashcash): Remove comment.
16403
16404 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16405
16406         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16407         (gnus-cache-enter-article, gnus-cache-remove-article)
16408         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16409
16410         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16411
16412         * gnus-art.el (article-hide-boring-headers)
16413         (article-translate-strings, article-display-face)
16414         (gnus-article-mime-match-handle-first)
16415         (gnus-article-highlight-headers)
16416         (gnus-article-add-buttons-to-head): do.
16417
16418 2004-09-27  Simon Josefsson  <jas@extundo.com>
16419
16420         * hashcash.el: New version, from
16421         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16422         ../contrib/.
16423
16424 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16427
16428 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16429
16430         * gnus-dup.el (gnus-dup-open): Use mapc.
16431         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16432
16433         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16434         Reported by Stefan Wiens <s.wi@gmx.net>.
16435
16436         * gnus.el (gnus-shutdown): Use dolist.
16437
16438         * gnus-undo.el (gnus-undo): Use mapc.
16439
16440         * nnrss.el (nnrss-generate-active): do.
16441
16442         * message.el (message-cite-original-without-signature)
16443         (message-cite-original): Use mapc.
16444         (message-do-actions, message-make-forward-subject): Use dolist.
16445
16446 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16447
16448         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16449         deletion to remove entire duplicate line.  Fixes merged article
16450         number bug.
16451
16452 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16453
16454         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16455         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16456         first ask if you want to open a server and then, even when you
16457         responded with no, asking if you want to synchronize the server's
16458         flags.
16459         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16460         multi-line expressions.
16461         (gnus-agent-synchronize-group-flags): New internal function.
16462         Updates marks in memory (in the info structure) AND in the
16463         backend.
16464
16465         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16466
16467         * nnagent.el (nnagent-request-set-mark):
16468         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16469         method, to ensure that synchronization updates marks in the
16470         backend and in the info (in memory) structure.
16471
16472 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16475         convention fully; don't miss the root article of a thread; make
16476         the X-Draft-From header with correct article numbers.
16477
16478 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16479
16480         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16481         unless plugged.  Disable the agent so that an open failure causes
16482         an error.
16483
16484         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16485         Revert 2004-09-21 change.  The backend must be opened while
16486         synchronizing flags even when the backend stores the flags
16487         locally.
16488
16489 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16492         in `header' match.  Reported by Svend Tollak Munkejord.
16493
16494         * message.el (message-cite-original): Fix use of
16495         `message-cite-articles-with-x-no-archive'.
16496
16497 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16500         (gnus-window-to-buffer): Ditto.
16501
16502         * mml.el (mml-preview-buffer): New variable.
16503         (mml-preview): Manage window layout with gnus-buffer-configuration.
16504
16505         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16506         X-Draft-From header even if those articles aren't quoted.
16507
16508 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16509
16510         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16511         (gnus-request-set-mark, gnus-request-update-mark): Use new
16512         g-s-t-u-l-m to decide to use backend even when unplugged.
16513
16514 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16517         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16518
16519 2004-09-20  Simon Josefsson  <jas@extundo.com>
16520
16521         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16522         "utf-16-le".
16523
16524 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16525
16526         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16527
16528 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * uudecode.el (uudecode-use-external): Add :version.
16531
16532         * smime.el (smime-CA-file, smime-encrypt-cipher)
16533         (smime-dns-server): Add :version.
16534
16535         * smiley.el (gnus-smiley-file-types): Add :version.
16536
16537         * sha1.el (sha1-use-external): Add :version.
16538
16539         * pgg-def.el (pgg-query-keyserver): Add :version.
16540
16541         * nnmail.el (nnmail-fancy-expiry-targets)
16542         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16543         Add :version.
16544
16545         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16546         (nnimap-retrieve-groups-asynchronous): Add :version.
16547         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16548
16549         * mml.el (mml-content-disposition-parameters)
16550         (mml-insert-mime-headers-always): Add :version.
16551
16552         * mm-util.el (mm-coding-system-priorities): Add :version.
16553
16554         * mm-decode.el (mm-inline-text-html-with-images)
16555         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16556         (mm-verify-option): Add :version.
16557         (mm-text-html-renderer): Change :version.
16558
16559         * message.el (message-fcc-externalize-attachments)
16560         (message-required-headers, message-draft-headers)
16561         (message-subject-trailing-was-query)
16562         (message-subject-trailing-was-ask-regexp)
16563         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16564         (message-mark-insert-end, message-archive-header)
16565         (message-archive-note, message-cross-post-default)
16566         (message-cross-post-note, message-followup-to-note)
16567         (message-cross-post-note-function, message-use-mail-followup-to)
16568         (message-subscribed-address-functions)
16569         (message-subscribed-address-file, message-subscribed-addresses)
16570         (message-subscribed-regexps, message-allow-no-recipients)
16571         (message-yank-cited-prefix, message-signature-insert-empty-line)
16572         (message-hidden-headers, message-hierarchical-addresses)
16573         (message-mail-user-agent, message-use-idna)
16574         (message-valid-fqdn-regexp)
16575         (message-strip-special-text-properties, message-header-synonyms)
16576         (message-beginning-of-line, message-tab-body-function): Add :version.
16577         (message-insert-canlock, message-wide-reply-confirm-recipients):
16578         Change :version.
16579
16580         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16581         and :version.
16582         (mail-source-delete-old-incoming-confirm)
16583         (mail-source-movemail-program): Add :version.
16584
16585         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16586         (gnus-agent-cache, gnus-agent): Change :version.
16587
16588         * gnus-util.el (gnus-use-byte-compile): Change :version.
16589
16590         * gnus-sum.el (gnus-summary-make-false-root-always)
16591         (gnus-summary-default-high-score)
16592         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16593         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16594         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16595         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16596         (gnus-sum-thread-tree-single-indent)
16597         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16598         (gnus-sum-thread-tree-leaf-with-other)
16599         (gnus-sum-thread-tree-single-leaf): Add :version.
16600         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16601         (gnus-article-loose-mime): Change :version.
16602
16603         * gnus-start.el (gnus-backup-startup-file)
16604         (gnus-save-startup-file-via-temp-buffer): Add :version.
16605
16606         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16607         (gnus-server-offline-face): Add :version.
16608
16609         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16610
16611         * gnus-msg.el (gnus-gcc-externalize-attachments)
16612         (gnus-debug-files, gnus-debug-exclude-variables)
16613         (gnus-discouraged-post-methods): Change :version.
16614         (gnus-confirm-mail-reply-to-news)
16615         (gnus-confirm-treat-mail-like-news): Add :version.
16616
16617         * gnus-int.el (gnus-server-unopen-status): Add :version.
16618
16619         * gnus-group.el (gnus-group-jump-to-group-prompt)
16620         (gnus-large-ephemeral-newsgroup)
16621         (gnus-fetch-old-ephemeral-headers): Add :version.
16622
16623         * gnus-fun.el (gnus-x-face-directory)
16624         (gnus-convert-pbm-to-x-face-command)
16625         (gnus-convert-image-to-x-face-command)
16626         (gnus-convert-image-to-face-command): Add :version.
16627
16628         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16629
16630         * gnus-cite.el (gnus-cite-blank-line-after-header)
16631         (gnus-article-boring-faces): Add :version.
16632
16633         * gnus-art.el (gnus-buttonized-mime-types)
16634         (gnus-inhibit-mime-unbuttonizing)
16635         (gnus-treat-display-face)
16636         (gnus-treat-body-boundary): Change :version.
16637         (gnus-body-boundary-delimiter, gnus-picon-databases)
16638         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16639         (gnus-treat-date-english, gnus-treat-fold-headers)
16640         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16641         (gnus-treat-mail-picon, gnus-treat-wash-html)
16642         (gnus-article-encrypt-protocol)
16643         (gnus-use-idna, gnus-article-over-scroll)
16644         (gnus-mime-display-multipart-alternative-as-mixed)
16645         (gnus-mime-display-multipart-related-as-mixed)
16646         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16647         (gnus-ctan-url, gnus-button-ctan-handler)
16648         (gnus-button-handle-ctan-bogus-regexp)
16649         (gnus-button-ctan-directory-regexp)
16650         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16651         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16652         (gnus-button-man-level, gnus-button-emacs-level)
16653         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16654
16655         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16656         (gnus-agent-go-online): Change :version.
16657         (gnus-agent-expire-unagentized-dirs)
16658         (gnus-agent-auto-agentize-methods): Add :version.
16659
16660         * flow-fill.el (fill-flowed-display-column)
16661         (fill-flowed-encode-column): Add :version.
16662
16663         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16664         (gnus-outlook-deuglify-unwrap-max)
16665         (gnus-outlook-deuglify-cite-marks)
16666         (gnus-outlook-deuglify-unwrap-stop-chars)
16667         (gnus-outlook-deuglify-no-wrap-chars)
16668         (gnus-outlook-deuglify-attrib-cut-regexp)
16669         (gnus-outlook-deuglify-attrib-verb-regexp)
16670         (gnus-outlook-deuglify-attrib-end-regexp)
16671         (gnus-outlook-display-hook): Add :version.
16672
16673         * binhex.el (binhex-use-external): Add :version.
16674
16675 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16678         and `invisible'.
16679
16680 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16681
16682         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16683         in gnus-registry-trim.
16684
16685 2004-09-13  Simon Josefsson  <jas@extundo.com>
16686
16687         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16688
16689         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16690
16691         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16692         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16693         <yamaoka@jpl.org>.
16694         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16695         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16696         <yamaoka@jpl.org>.
16697
16698         * sieve.el (sieve-manage-mode): Ditto.
16699
16700 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16703
16704 2004-09-11  Simon Josefsson  <jas@extundo.com>
16705
16706         * dns-mode.el: Add.
16707
16708         * mm-view.el (mm-display-dns-inline): Add.
16709
16710         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16711         (mm-automatic-display): Ditto.
16712
16713         * mailcap.el (mailcap-mime-data): Add text/dns.
16714         (mailcap-mime-extensions): Map .soa to text/dns.
16715
16716 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16717
16718         * gnus-art.el (article-decode-mime-words, article-babel)
16719         (gnus-article-highlight-signature, gnus-article-add-buttons)
16720         (gnus-signature-toggle): Remove unnecessary bindings of
16721         `inhibit-read-only' inherited from v5.10 merge.
16722
16723 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * nntp.el (nntp): New customization group.
16726         (nntp-authinfo-file): Add customization group.
16727
16728         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16729
16730         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16731
16732         * gnus.el (to-address, to-list, subscribed)
16733         (large-newsgroup-initial): Ditto.
16734
16735         * flow-fill.el (fill-flowed-display-column)
16736         (fill-flowed-encode-column): Ditto.
16737
16738 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16739
16740         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16741         Use point-min rather than 1.
16742         (message-send-mail): Use buffer-size rather than point-max.
16743
16744         * gnus-sum.el (gnus-summary-search-article-forward):
16745         Signal a specific `search-failed' rather than a generic `error'.
16746
16747         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16748         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16749         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16750
16751 2004-09-10  Simon Josefsson  <jas@extundo.com>
16752
16753         * nndb.el (require): Remove tcp and duplicate cl.
16754
16755 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * gnus-agent.el (directory-files-and-attributes): Move forward.
16758
16759 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16760
16761         * gnus-agent.el (directory-files-and-attributes):
16762         Optionally defined to support XEmacs.
16763
16764 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16765
16766         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16767         to avoid run-time CL dependencies.
16768         (gnus-agent-unfetch-articles): New function.
16769         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16770         article numbers even when local .overview file is missing.
16771         (gnus-agent-read-article-number): New function.  Only accepts
16772         27-bit article numbers.
16773         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16774         Use gnus-agent-read-article-number.
16775         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16776         from backend while recognizing that article numbers in .overview
16777         must be valid.
16778         (gnus-agent-update-files-total-fetched-for):
16779         Use directory-files-and-attributes to improve performance.
16780         * gnus-int.el (gnus-request-move-article):
16781         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16782         improve performance.
16783
16784         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16785         some users confused by references to .newsrc when they only have a
16786         .newsrc.eld file.
16787         (gnus-convert-mark-converter-prompt)
16788         (gnus-convert-converter-needs-prompt): Fix use of property list.
16789         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16790         New function.  Used internally to only display 'gnus converting
16791         files' message when actually necessary.
16792
16793         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16794         methods now autoloaded.
16795
16796 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16799         identifiers.
16800
16801 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-picon.el: Fix indentation and closing parenthesis.
16804
16805 2004-09-01  Simon Josefsson  <jas@extundo.com>
16806
16807         * message.el (message-canlock-generate): Require sha1, not
16808         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16809         to require within a function.  Sadly, if sha1.el isn't loaded, the
16810         let binding in m-c-g will hide the defcustom definition, which is
16811         bad.)
16812
16813         * canlock.el: Require sha1, not sha1-el.
16814
16815         * message.el: Don't autoload sha1 (there is a autoload cookie in
16816         sha1.el).
16817
16818         * sha1-el.el: Rename to sha1.el.
16819
16820 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16821
16822         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16823
16824 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16825
16826         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16827
16828 2004-08-30  Kim F. Storm  <storm@cua.dk>
16829
16830         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16831
16832         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16833         Add :group 'nnimap.
16834
16835 2004-08-30  Andreas Schwab  <schwab@suse.de>
16836
16837         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16838         ?* and ?\;.
16839
16840         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16841         and ?\' to symbol instead of whitespace.
16842
16843 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16846
16847         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16848         instead of re-search-forward.
16849
16850         * gnus-uu.el (gnus-uu-save-article): Ditto.
16851         (gnus-uu-post-encode-uuencode): Ditto.
16852
16853         * html2text.el (html2text-clean-list-items): Ditto.
16854         (html2text-clean-dtdd): Ditto.
16855         (html2text-format-tags): Ditto.
16856
16857         * message.el (message-send-mail-with-sendmail): Fix regexp.
16858         (message-fill-field-general): Use search-forward instead of
16859         re-search-forward.
16860         (unbold-region): Ditto.
16861
16862         * nnrss.el (nnrss-request-article): Ditto.
16863
16864         * nnslashdot.el (nnslashdot-request-article): Ditto.
16865
16866         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16867
16868         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16869         "Unrecognized menu descriptor" error in XEmacs.
16870
16871 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16872
16873         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16874         parent article of a sparse article in the thread hashtb.
16875
16876 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16877
16878         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16879         (nnmail-expand-newtext): Lowercase expanded entries if
16880         nnmail-split-lowercase-expanded is non-nil.
16881
16882 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16885
16886         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16887         of gnus-tmp-news-method into string under XEmacs.  It will be
16888         passed to gnus-correct-length which takes only a string argument.
16889
16890 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-util.el (gnus-bind-print-variables): New macro.
16893         (gnus-prin1): Use it.
16894         (gnus-prin1-to-string): Use it.
16895         (gnus-pp): New function.
16896         (gnus-pp-to-string): New function.
16897
16898         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16899         Replace pp-to-string with gnus-pp-to-string.
16900         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16901         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16902         * gnus-msg.el (gnus-debug): Ditto.
16903         * gnus-score.el (gnus-score-save): Ditto.
16904         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16905         gnus-pp-to-string.
16906         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16907         with gnus-pp.
16908         * score-mode.el (gnus-score-pretty-print): Ditto.
16909         * webmail.el (webmail-debug): Ditto.
16910
16911 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * gnus-art.el (article-display-face, article-display-x-face):
16914         Use buffer-read-only.
16915
16916 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-art.el (article-hide-list-identifiers):
16919         Bind inhibit-read-only as t.
16920
16921 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16924
16925 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16926
16927         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16928         (gnus-narrow-to-page): Don't assume point-min == 1.
16929         (gnus-article-edit-mode): Derive from message-mode.
16930
16931         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16932         point-min == 1.
16933
16934         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16935         Disable incorrect use of `assert'.
16936
16937         * message.el (message-mode): Set comment-start-skip.
16938
16939
16940 2004-08-22  Sam Steingold  <sds@gnu.org>
16941
16942         * pop3.el (pop3-leave-mail-on-server): New user variable.
16943         (pop3-movemail): Delete mail only when it is nil.
16944
16945 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16946
16947         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16948
16949         * mml.el (mml-preview): Use `pop-to-buffer'.
16950
16951         * message.el (message-goto-mail-followup-to): Insert after "To".
16952         (message-carefully-insert-headers): Add comment.
16953
16954         * gnus.el: Remove unused variable `gnus-article-check-size'.
16955
16956         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16957
16958         * gnus-art.el (gnus-button-alist):
16959         Improve `gnus-button-handle-library' entry.
16960
16961 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16962
16963         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16964         Use downcase, since XEmacs capitalizes error messages differently.
16965
16966 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16967
16968         * nntp.el: Add (require 'gnus) due to reference to
16969         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16970
16971 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16972
16973         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16974         Bind `mm-fill-flowed'.
16975
16976         * mm-decode.el (mm-dissect-singlepart): Check it.
16977
16978 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16981         'imap' for netrc parsing.
16982
16983 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * mailcap.el (mailcap-mime-data): Mark as risky.
16986
16987 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16990         may be included in the encoded word.
16991         (rfc2047-encode): Don't append a space if the encoded word
16992         includes close parenthesis.
16993
16994 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16997         of text within parentheses.
16998
16999 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17000
17001         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17002         (gnus-encrypt-write-file-contents): Make the password key the file
17003         name PLUS the cipher, not just the cipher.  Also remove failed
17004         passwords from the cache.
17005
17006 2004-08-06  Simon Josefsson  <jas@extundo.com>
17007
17008         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17009         Doc fix.
17010
17011 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17014         LWSP.
17015
17016 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17017
17018         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17019         Try to append in-reply-to: data to the references: header.
17020
17021         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17022         (netrc-parse): Use gnus-encrypt.el functions.
17023
17024         * gnus-encrypt.el: Add new file for encryption support; currently
17025         does only a few GPG ciphers and an internal XOR cipher.
17026
17027         * password.el: Add comments on using password-read-and-add.
17028         (password-read-and-add): Add function to read and add the
17029         password to the cache at once.
17030
17031 2004-07-28  Simon Josefsson  <jas@extundo.com>
17032
17033         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17034         parameter (but don't use it, for now).
17035
17036         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17037         instead of hard coding to nil.
17038
17039 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17042         as mm-inline-image-xemacs does.
17043
17044 2004-07-26  Simon Josefsson  <jas@extundo.com>
17045
17046         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17047         Revert part of 2004-07-17 change below.
17048
17049 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17052         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17053
17054 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17055
17056         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17057         quotes that actually start with ">" at the beginning of the
17058         lines.
17059
17060 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * rfc2047.el (rfc2047-encode-region): Fix last change.
17063         (rfc2047-encode-parameter): Remove useless concat.
17064
17065 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17068         encode special characters; fix some kind of misconfigured headers;
17069         signal a real error if debug-on-quit or debug-on-error is non-nil.
17070         (rfc2047-encode-max-chars): New variable.
17071         (rfc2047-encode-1): Use it.
17072         (rfc2047-encode-parameter): New function.
17073
17074         * mml.el (mml-insert-parameter): Remove an excessive space.
17075
17076 2004-07-17  Simon Josefsson  <jas@extundo.com>
17077
17078         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17079         Kai Grossjohann <kai@emptydomain.de>.
17080         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17081         (gnus-group-make-menu-bar): Ditto.
17082
17083         * gnus-util.el (gnus-group-server): Add.
17084
17085 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17086
17087         * message.el (message-clone-locals): Clone sendmail and smtp
17088         variables.
17089
17090 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * rfc2047.el (rfc2047-encode-region): Fix last change.
17093
17094 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17097         characters as non-special.
17098
17099 2004-07-09  Simon Josefsson  <jas@extundo.com>
17100
17101         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17102         Users will lose all flag changes made while unplugged with
17103         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17104         good default.  See numerous reports on ding mailing list.
17105
17106 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17109         add generate-head-function and generate-article-function to the
17110         rfc822-forward entry.
17111         (nndoc-rfc822-forward-generate-article): New function.
17112         (nndoc-rfc822-forward-generate-head): New function.
17113
17114         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17115
17116 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17117
17118         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17119         respect display group parameter and gnus-summary-expunge-below.
17120         (gnus-articles-to-read): Remove unused reference to display group
17121         parameter.
17122
17123 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17124
17125         * nnheader.el (nnheader-uniquify-message-id): New experimental
17126         variable.
17127         (nnheader-nov-read-message-id): Use it.
17128
17129         * spam-report.el (spam-report-gmane): Add interactive.
17130
17131 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * mm-encode.el (mm-content-transfer-encoding-defaults):
17134         Use qp-or-base64 for the application/* types.
17135
17136 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17137
17138         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17139
17140 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17141
17142         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17143         trim value.
17144
17145 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17146
17147         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17148         New macro and function.
17149         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17150
17151 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17154         after-load-alist.
17155
17156 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * gnus-group.el (gnus-group-get-new-news-this-group):
17159         Don't update info that isn't there.
17160
17161 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17162
17163         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17164         entry.
17165
17166 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * mm-view.el (mm-inline-render-with-function): Use multibyte
17169         buffer; decode html source by charset.
17170
17171         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17172
17173         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17174         Mule-UCS is loaded under XEmacs.
17175         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17176
17177 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17178
17179         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17180
17181 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * mm-util.el (mm-coding-system-p): Return a coding-system.
17184         (mm-mime-mule-charset-alist): Use shift_jis instead of
17185         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17186         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17187         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17188         instead of japanese-shift-jis and iso-latin-1 respectively in
17189         order to share the default value with both Emacs and XEmacs-mule.
17190         (mm-mule-charset-to-mime-charset):
17191         Make mm-coding-system-priorities effective.
17192         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17193         while predicating of candidates upon the priorities.
17194
17195 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17196
17197         * gnus-sum.el (gnus-summary-make-menu-bar):
17198         Add gnus-uu-invert-processable.
17199
17200         * gnus.el: Autoload gnus-uu-invert-processable.
17201
17202 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * mm-util.el (mm-with-multibyte-buffer): New macro.
17205
17206         * rfc2047.el (rfc2047-encode-string): Use it.
17207         (rfc2047-encode-region): Move point to the end of the region after
17208         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17209
17210 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17213         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17214
17215 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17218         (gnus-cite-parse): Ignore quoted envelope From_.
17219         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17220
17221 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17222
17223         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17224         invalid addresses.
17225
17226 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17227
17228         * spam.el: Change section markers, revise TODO list.
17229         (spam-backends): Make new master list of all installed backends.
17230         (spam-summary-exit-behavior): Add new variable to determine how
17231         messages moves are done at summary exit.
17232         (spam-move-spam-nonspam-groups-only)
17233         (spam-process-ham-in-nonham-groups)
17234         (spam-process-ham-in-spam-groups): Remove variables, the
17235         spam-summary-exit-behavior variable should be used to manage this
17236         behavior.
17237         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17238         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17239         and spam-old-spam-articles.
17240         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17241         Add empty variables, placeholders for the backends they represent.
17242         (spam-set-difference): Move, unchanged.
17243         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17244         unless the user has a processor variable.
17245         (spam-classifications, spam-classification-valid-p)
17246         (spam-backend-properties, spam-backend-property-valid-p)
17247         (spam-backend-function-type-valid-p)
17248         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17249         (spam-report-articles-gmane, spam-report-articles-resend):
17250         Remove functions, they are not needed.
17251         (spam-install-backend-super, spam-backend-list)
17252         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17253         (spam-backend-function, spam-backend-ham-registration-function)
17254         (spam-backend-spam-registration-function)
17255         (spam-backend-ham-unregistration-function)
17256         (spam-backend-spam-unregistration-function)
17257         (spam-backend-statistical-p, spam-backend-mover-p)
17258         (spam-install-backend-alias, spam-install-checkonly-backend)
17259         (spam-install-mover-backend, spam-install-nocheck-backend)
17260         (spam-install-backend, spam-install-statistical-backend)
17261         (spam-install-statistical-checkonly-backend): Add backend installation
17262         support.
17263         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17264         (spam-group-processor-p): Use the new backend code and respect the
17265         summary exit behavior.
17266         (spam-mark-spam-as-expired-and-move-routine): Remove.
17267         (spam-summary-prepare): Change to use the new spam-old-articles
17268         variable.
17269         (spam-copy-or-move-routine, spam-copy-spam-routine)
17270         (spam-move-spam-routine, spam-copy-ham-routine)
17271         (spam-move-ham-routine): Add code to copy/move ham or spam.
17272         (spam-fetch-field-fast): Improve doc and code, plus allow the
17273         'number request.
17274         (spam-list-of-checks, spam-list-of-statistical-checks):
17275         Remove variables.
17276         (spam-split, spam-find-spam): Use the new backend code.
17277         (spam-registration-functions): Remove variable.
17278         (spam-unregister-routine): Add convenience wrapper.
17279         (spam-log-undo-registration, spam-register-routine)
17280         (spam-log-processing-to-registry)
17281         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17282         where possible.
17283         (spam-check-gmane-xref, spam-check-regex-headers)
17284         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17285         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17286         (spam-check-bogofilter-headers, spam-check-spamoracle)
17287         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17288         (spam-check-crm114-headers): Use the spam-split-group that
17289         spam-split prepares, no need to determine it every time.
17290
17291         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17292         to the nnheader-parse-naked-head call.
17293
17294         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17295
17296         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17297         the nnheader-nov-read-message-id call.
17298
17299 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17302         gnus-activate-group twice.  Suggested by Markus Peter
17303         <warp@spin.de>.
17304
17305 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-art.el (gnus-article-time-format): Exchange the order of
17308         day and month in the default value; fix customization type.
17309         (article-date-ut): Use add-text-properties.
17310         (article-make-date-line): Use message-make-date instead of
17311         current-time-string.
17312
17313         * message.el (message-fetch-field): Don't use set-text-properties.
17314         (message-make-date): Simplify.
17315
17316         * messagexmas.el (message-xmas-make-date): New function.
17317         (message-xmas-redefine): Defalias message-make-date to it.
17318
17319 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17322         (rfc2047-encode-region): Treat text within parentheses as special;
17323         show the original text when error has occurred.
17324
17325         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17326         already-computed method to gnus-activate-group.
17327
17328         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17329         same select-methods identical Lisp objects.
17330
17331         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17332         object when modifying the info.
17333
17334 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17337         gnus-opened-servers since it has never been opened with the new
17338         configuration yet.
17339
17340 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17343         arg to nnheader-generate-fake-message-id.
17344
17345 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17346
17347         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17348         number and build a fake message ID localized to a group and
17349         article number (so it's repeatable from that point on).
17350         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17351         ID format.
17352
17353         * gnus-sum.el (gnus-get-newsgroup-headers):
17354         Call nnheader-generate-fake-message-id with the article number.
17355
17356 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17357
17358         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17359         end-of-buffer.
17360
17361 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17362
17363         * message.el (message-ignored-supersedes-headers): Add Approved.
17364
17365 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17368         goto-char.
17369         (rfc2047-encode): Fold the line before encoding.
17370
17371 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17372
17373         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17374         folding -- not all headers can be folded, and this should be done
17375         by the message composition mode.  Probably.  I think.
17376
17377 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17380         fast.
17381
17382         * gnus-ems.el (gnus-remove-image): Don't use
17383         message-text-with-property; remove only the image found first.
17384
17385         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17386         found first.
17387
17388 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17389
17390         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17391
17392 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * message.el (message-text-with-property): Make it fast and accept
17395         optional arguments.
17396         (message-strip-forbidden-properties): Use it.
17397         (message-fix-before-sending): Follow the m-t-w-p change.
17398
17399         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17400
17401 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-art.el (article-hide-headers): Don't change the buffer
17404         mistakenly when performing mml-preview even if
17405         gnus-single-article-buffer is nil.
17406
17407 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17408
17409         * message.el (message-expand-name-databases): New user option.
17410         (message-expand-name): Use it.
17411
17412 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17413
17414         * spam.el (spam-report-articles-resend)
17415         (spam-report-resend-register-routine): Allow ham reporting.
17416         (spam-report-resend-register-ham-routine): Add wrapper.
17417         (spam-registration-functions): Add ham resending functions.
17418         (spam-list-of-processors): Add ham resend processor.
17419
17420         * gnus.el (ham-resend-to): Add new group parameter.
17421         (spam-process): Add ham resend option.
17422
17423         * spam-report.el (spam-report-resend): Allow reporting ham.
17424         (spam-report-resend-ham): Add wrapper.
17425
17426 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17427
17428         * message.el (message-cite-articles-with-x-no-archive):
17429         New variable.
17430         (message-cite-original): Use it.
17431
17432 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17433
17434         * message.el (message-cite-original): Respect X-No-Archive.
17435
17436 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-art.el (article-hide-headers): Refer to the values for
17439         gnus-ignored-headers and gnus-visible-headers in the summary
17440         buffer since a user may have set them as group parameters.
17441
17442 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * assistant.el (assistant-node-name): Add convenience function.
17445         (assistant-render-text, assistant-render-node): Add error handling,
17446         plus handle multiple next nodes.
17447         (assistant-find-next-node): Comment out for now.
17448         (assistant-find-next-nodes): Add function, returns list of next
17449         nodes.
17450
17451 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * mail-source.el (mail-source-directory): Fix doc-string.
17454
17455 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17456
17457         * assistant.el (assistant-render-text, assistant-eval): Add :set
17458         widget type, which is different because it takes and returns a
17459         list.  Much hilarity ensues.
17460
17461 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17462
17463         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17464
17465         * gnus-group.el (gnus-group-get-new-news-this-group):
17466         Add doc-string.
17467
17468         * gnus-start.el (gnus-activate-group): Add doc-string.
17469
17470 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17473
17474 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * assistant.el (assistant-render-text): Try to add a :set
17477         widget, more to come.
17478
17479         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17480         strings.
17481         (spam-report-articles-resend)
17482         (spam-register-routine): Do registration iff any articles warrant
17483         it.
17484         (spam-summary-prepare-exit): Change log message for nil group
17485         destinations.
17486
17487 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17488
17489         * spam.el (spam-report-resend-register-routine):
17490         Allow spam-report-resend-to to be a group parameter or a global value.
17491
17492 2004-05-26  Simon Josefsson  <jas@extundo.com>
17493
17494         * starttls.el: Merge with my GNUTLS based starttls.el.
17495         (starttls-gnutls-program, starttls-use-gnutls)
17496         (starttls-extra-arguments, starttls-process-connection-type)
17497         (starttls-connect, starttls-failure, starttls-success):
17498         New variables.
17499         (starttls-program, starttls-extra-args): Doc fix.
17500         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17501         New functions.
17502         (starttls-negotiate, starttls-open-stream):
17503         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17504         function if it is set.
17505
17506 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17509         structured fields.
17510
17511 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17514
17515 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17516
17517         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17518         Add variable.
17519         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17520         assigning the spam-mark to new messages.
17521
17522 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17523
17524         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17525
17526 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17529
17530         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17531         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17532         default.
17533
17534 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17535
17536         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17537         correct data.
17538
17539 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17542         (spam-group-processor-p): Fix function.
17543         (spam-group-processor-multiple-p)
17544         (spam-group-spam-processor-report-gmane-p)
17545         (spam-group-spam-processor-report-resend-p)
17546         (spam-group-spam-processor-bogofilter-p)
17547         (spam-group-spam-processor-blacklist-p)
17548         (spam-group-spam-processor-ifile-p)
17549         (spam-group-ham-processor-ifile-p)
17550         (spam-group-spam-processor-spamoracle-p)
17551         (spam-group-spam-processor-crm114-p)
17552         (spam-group-ham-processor-bogofilter-p)
17553         (spam-group-spam-processor-stat-p)
17554         (spam-group-ham-processor-stat-p)
17555         (spam-group-ham-processor-whitelist-p)
17556         (spam-group-ham-processor-BBDB-p)
17557         (spam-group-ham-processor-spamoracle-p)
17558         (spam-group-ham-processor-copy-p): Remove functions with some
17559         prejudice against unneeded code.
17560         (spam-report-articles-resend)
17561         (spam-report-resend-register-routine): Allow the group/topic
17562         spam-resend-to value to override spam-report-resend-to.
17563         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17564         properly now.
17565
17566         * gnus.el (spam-resend-to): Add group/topic parameter.
17567         (spam-process): Move the OBSOLETE processors to the end of the
17568         choices.
17569
17570 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17571
17572         * spam-report.el (spam-report-resend-to, spam-report-resend):
17573         Start with resend-to set to nil, and then ask the user if necessary.
17574         (spam-report-resend): spam-report-resend takes a list of articles, not
17575         separate article numbers.
17576
17577 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17580         addition to emacs-w3m.
17581
17582 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17583
17584         * assistant.el (assistant-authinfo-data): New function.
17585         (assistant-eval): Eval for entire assistant.
17586
17587         * netrc.el (netrc-services-file): New variable.
17588         (netrc-parse-services): New function.
17589         (netrc-find-service-name): New function.
17590         (netrc-find-service-number): New function.
17591         (netrc-port-equal): New function.
17592         (netrc-machine): Use it.
17593
17594         * nnimap.el (nnimap-open-connection): Use netrc.
17595
17596         * gnus-util.el (gnus-netrc-get): Remove aliases.
17597
17598         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17599
17600         * assistant.el (wid-edit): Fix compilation.
17601
17602         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17603
17604 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17605
17606         * gnus-util.el (gnus-set-file-modes): New function.  (small
17607         patch).
17608
17609 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17610
17611         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17612
17613         * assistant.el (assistant-render-node): Fix up rendering and
17614         read-only text.
17615         (assistant-render-node): Reset.
17616         (assistant-make-read-only): Not sticky.
17617
17618 2004-05-20  Danny Siu  <dsiu@adobe.com>
17619
17620         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17621         centered even when gnus-auto-center-summary is t.
17622
17623 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17624
17625         * dns.el (dns-get-txt-answer): New function.
17626         (dns-read-txt): Ditto.
17627         (query-dns): Use it.
17628
17629 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17632         active for foreign groups even if the group level is higher than
17633         the specified value.
17634
17635 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17636
17637         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17638         non-active groups.
17639
17640         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17641
17642 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17643
17644         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17645
17646 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17647
17648         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17649         (spam-crm114-header, spam-crm114-spam-switch)
17650         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17651         (spam-crm114-positive-spam-header)
17652         (spam-crm114-database-directory, spam-list-of-processors)
17653         (spam-group-spam-processor-crm114-p)
17654         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17655         (spam-generic-score, spam-list-of-checks)
17656         (spam-list-of-statistical-checks, spam-registration-functions)
17657         (spam-check-crm114-headers, spam-crm114-score)
17658         (spam-check-crm114, spam-crm114-register-with-crm114)
17659         (spam-crm114-register-spam-routine)
17660         (spam-crm114-unregister-spam-routine)
17661         (spam-crm114-register-ham-routine)
17662         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17663         From asjo@koldfront.dk (Adam Sjøgren).
17664
17665         * gnus.el: Add spam-use-crm114.
17666
17667         * spam.el (spam-list-of-processors, spam-registration-functions):
17668         Add spam-use-resend.
17669         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17670         (spam-report-articles-gmane): Add doc fix.
17671         (spam-report-articles-resend, spam-report-resend-register-routine):
17672         Add wrappers around spam-report-resend-to.
17673
17674         * spam-report.el (spam-report-resend-to, spam-report-resend):
17675         Add support for resending spam.
17676         (spam-report-gmane): Fix line length >80.
17677
17678         * gnus.el (spam-process): Add spam-use-resend.
17679
17680 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17681
17682         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17683         number of processed spam messages.
17684         (spam-ham-copy-or-move-routine): Return the number of processed
17685         ham messages.
17686         (spam-summary-prepare-exit): Use the above values to decide
17687         whether status messages shouled be displayed.
17688
17689 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17692         `rfc2047-encoding-function-alist' in order to avoid conflicting
17693         with the old version.
17694         (rfc2047-encode-region): Concatenate words containing non-ASCII
17695         characters in structured fields; don't encode space-delimited
17696         ASCII words even in unstructured fields; don't break words at
17697         char-category boundaries.
17698         (rfc2047-encode-1): New function.
17699         (rfc2047-encode): Use it; encode text so that it occupies the
17700         maximum width within 76-column; work correctly on Q encoding for
17701         iso-2022-* charsets.
17702         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17703         sure not to break a line just after the header name.
17704         (rfc2047-b-encode-region): Remove.
17705         (rfc2047-b-encode-string): New function.
17706         (rfc2047-q-encode-region): Remove.
17707         (rfc2047-q-encode-string): New function.
17708
17709         * mm-util.el (mm-replace-in-string): New function.
17710
17711 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17712
17713         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17714         Really get it right.
17715         (gnus-inews-make-draft): Really.
17716
17717 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17718
17719         * nnmh.el (nnmh-request-list-1): Don't check the link count
17720         before descending.  (small patch)
17721
17722 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17723
17724         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17725         stuff.
17726
17727         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17728         Match on real group name.
17729
17730         * gnus-art.el (gnus-signature-limit): Doc fix.
17731
17732         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17733
17734         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17735
17736 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17737
17738         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17739         isn't a string.
17740
17741 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17742
17743         * gnus-draft.el (gnus-draft-send):
17744         Bind rfc2047-encode-encoded-words.
17745
17746         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17747         (rfc2047-encodable-p): Say that =? needs encoding.
17748         (rfc2047-encode-encoded-words): New variable.
17749
17750         * gnus-group.el (gnus-group-select-group): Doc fix.
17751
17752         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17753
17754         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17755         to nil.
17756
17757         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17758
17759         * nnheader.el (nnheader-get-lines-and-char): New function.
17760
17761 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17762
17763         * gnus-msg.el (gnus-summary-followup-with-original):
17764         Document yanking of region when active.
17765
17766 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17769         groups if the group level is higher than the specified value.
17770
17771 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17774         (gnus-group-jump-to-group): Add prefix argument using
17775         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17776         non-active group.
17777
17778         * compface.el (uncompface): Be verbose when changing
17779         `uncompface-use-external'.
17780
17781         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17782         handle manual section.
17783
17784 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17785
17786         * gnus-art.el (gnus-button-alist): Revert previous change.
17787
17788 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17789
17790         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17791
17792 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17793
17794         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17795         whether backend can accept message.
17796
17797         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17798
17799 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17800
17801         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17802         Avoid creating directory when nntp-marks-is-evil is true.
17803         Reported by Reiner Steib.
17804
17805 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * gnus-picon.el (gnus-picon-style): New variable.
17808         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17809         (gnus-picon-transform-address): Support `gnus-picon-style'.
17810         From Jesper Harder <harder@ifa.au.dk>.
17811
17812 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17813
17814         * message.el (message-fill-field): Return point.
17815         (message-generate-headers): Go to end of field.
17816
17817         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17818         stuff for non-living groups.
17819
17820 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17821
17822         * gnus-art.el (gnus-article-followup-with-original)
17823         (gnus-article-reply-with-original): gnus-mark-active-p ->
17824         gnus-region-active-p.
17825
17826 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17827
17828         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17829         only when there is spam or ham to be processed.
17830
17831 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17832
17833         * mail-source.el (mail-source-delete-crash-box): Refactor.
17834         (mail-source-fetch): Use it.
17835         (mail-source-fetch-file): Ditto.
17836         (mail-source-fetch-directory): Run postscript in loop.
17837         (mail-source-fetch-pop): Delete.
17838         (mail-source-fetch-maildir): Ditto.
17839         (mail-source-fetch-imap): Ditto.
17840
17841         * imap.el (imap-authenticators): Comment out sasl.
17842
17843         * message.el (message-skip-to-next-address): New function.
17844         (message-fill-header-address): Refactor.
17845         (message-fill-address): Use it.
17846         (message-delete-address): Use it.
17847         (message-fill-header-general): Refactor.
17848         (message-fill-field-address): Rename.
17849         (message-narrow-to-field): Find the start of the header.
17850         (message-header-format-alist): Don't pre-fill.
17851         (message-fill-header): Remove.
17852         (message-insert-header): New function.
17853         (message-shorten-references): Use it.
17854
17855         * rfc2047.el (rfc2047-field-value): Strip props.
17856
17857         * mail-parse.el (mail-header-make-address): New alias.
17858
17859         * ietf-drums.el (ietf-drums-make-address): New function.
17860
17861         * imap.el: Add compiler directives.
17862
17863         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17864
17865         * gnus-art.el (article-decode-idna-rhs): Don't use
17866         message-idna-inside-rhs-p.
17867
17868 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17869
17870         * message.el (message-idna-inside-rhs-p): Remove.
17871         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17872
17873         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17874         false positives.
17875
17876 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17877
17878         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17879
17880 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * nneething.el (nneething-file-name): Don't create spurious
17883         files.
17884
17885         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17886         (gnus-inews-do-gcc): Remove sleep.
17887
17888         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17889         part under point.
17890
17891         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17892         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17893
17894 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * spam.el (spam-summary-prepare-exit): Fix (length).
17897
17898 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17901         as expired without moving it" message when there are spam
17902         messages left.
17903
17904 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17905
17906         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17907         header is not nil.
17908
17909 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17910
17911         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17912         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17913         (nntp-marks-changed-p): New arg SERVER.
17914         (nntp-request-update-info): Adjust caller.
17915
17916 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17917
17918         * nntp.el (nntp-save-marks): Pass missing arg.
17919
17920 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17921
17922         * nntp.el: Support marks.
17923         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17924         (nntp-marks-modtime, nntp-marks-directory): New variables.
17925         (nntp-request-set-mark, nntp-request-update-info)
17926         (nntp-possibly-create-directory, nntp-marks-changed-p)
17927         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17928         New functions.
17929
17930 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17931
17932         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17933         (gnus-xmas-redefine): Rename.
17934
17935         * gnus-score.el (gnus-score-insert-help):
17936         Use gnus-select-lowest-window.
17937
17938         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17939         appt-select-lowest-window and rename to gnus-select-lowest-window.
17940
17941         * gnus.el: do.
17942
17943 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17944
17945         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17946         encodings of MIME-encoded words, in order to improve
17947         interoperability with several broken MUAs.
17948
17949 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17950
17951         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17952         tags, only when charsets are not specified in headers.
17953         (mm-inline-text-html-render-with-w3m): Ditto.
17954
17955         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17956         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17957
17958 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17959
17960         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17961         instead of MIME-decoded from fields when checking
17962         `gnus-article-address-banner-alist'.
17963
17964 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17965
17966         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17967         description rather than subject.
17968
17969 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17970
17971         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17972
17973 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17974
17975         * gnus.el (gnus-version-number): Bump.
17976
17977 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17978
17979         * gnus.el: No Gnus v0.2 is released.
17980
17981 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17982
17983         * gnus-agent.el (gnus-agent-read-agentview):
17984         Inline gnus-uncompress-range.
17985
17986 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17987
17988         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17989         `exec-installed-p'.
17990
17991 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17992
17993         * gnus.el (spam-process, spam-autodetect-methods):
17994         Add bsfilter and bsfilter-headers.
17995
17996         * spam.el (spam-bsfilter): New customize group.
17997         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17998         (spam-bsfilter-header, spam-bsfilter-probability-header)
17999         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18000         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18001         (spam-bsfilter-database-directory): New options.
18002         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18003         (spam-list-of-statistical-checks, spam-registration-functions):
18004         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18005         (spam-bsfilter-score): New command.
18006         (spam-check-bsfilter-headers, spam-check-bsfilter)
18007         (spam-bsfilter-register-with-bsfilter)
18008         (spam-bsfilter-register-spam-routine)
18009         (spam-bsfilter-unregister-spam-routine)
18010         (spam-bsfilter-register-ham-routine)
18011         (spam-bsfilter-unregister-ham-routine): New functions.
18012         (spam-generic-score): Support bsfilter; Accept an optional argument
18013         to recalcurate spam score even if scoring header has already been
18014         added.
18015         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18016         optional argument to recalcurate spam score even if scoring header
18017         has already been added.
18018
18019 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18020
18021         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18022         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18023         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18024         link is missing.
18025
18026 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18027
18028         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18029         (html2text-get-attr): Rewrite.
18030
18031         * message.el (message-setup-1): Remove redundant put-text-property
18032         on mail-header-separator.
18033
18034 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18035
18036         * gnus-registry.el (gnus-registry-cache-whitespace)
18037         (gnus-registry-action, gnus-registry-spool-action)
18038         (gnus-registry-split-fancy-with-parent): Change message levels
18039         from 5 to 3 or 7, as needed.
18040
18041         * spam.el (spam-summary-prepare-exit)
18042         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18043         (spam-split, spam-find-spam, spam-log-undo-registration)
18044         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18045         level from 5 to 6.
18046
18047 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18050         2004-03-04 change).
18051
18052 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18053
18054         * sieve-manage.el (sieve-manage-open):
18055         * nnweb.el (nnweb-insert-html):
18056         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18057         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18058         * nnspool.el (nnspool-request-group):
18059         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18060         * nnml.el (nnml-request-update-info):
18061         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18062         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18063         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18064         (nnimap-request-set-mark):
18065         * nnfolder.el (nnfolder-request-update-info):
18066         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18067         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18068         * gnus-uu.el (gnus-uu-find-articles-matching):
18069         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18070         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18071         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18072         * gnus-nocem.el (gnus-nocem-scan-groups):
18073         * gnus-int.el (gnus-start-news-server):
18074         * gnus-group.el (gnus-group-make-kiboze-group)
18075         (gnus-group-browse-foreign-server):
18076         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18077         Use mapc when appropriate.
18078
18079 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18080
18081         FIXME: Make separate entries for each person.
18082
18083         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18084         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18085         <shields@msrl.com>:
18086
18087         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18088         may need for spam sorting and scoring.
18089         (spam-user-format-function-S): Add user format function suitable for
18090         general use.
18091         (spam-article-sort-by-spam-status): Add sorting function for summary
18092         sorting.
18093         (spam-extra-header-to-number): Add function to get a score from a
18094         header.
18095         (spam-summary-score): Add function to get a numeric score from the
18096         headers.
18097         (spam-generic-score): Fix function doc, was in wrong place.
18098         (spam-initialize): Take symbols when it's run, and install the
18099         extra headers that spam-necessary-extra-headers thinks we need.
18100
18101 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18104         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18105
18106 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18107
18108         * gnus-sum.el (gnus-set-global-variables)
18109         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18110         (gnus-article-get-xrefs, gnus-summary-best-group)
18111         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18112         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18113         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18114         Use with-current-buffer.
18115
18116 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18117
18118         * spam.el (spam-summary-prepare-exit): Simplify logic.
18119         (spam-fetch-article-header): Read the article header if it's not
18120         available.
18121         (spam-list-articles): Simplify logic.
18122         (spam-filelist-register-routine): Fix bug with unregister-list.
18123
18124         * gnus-registry.el: Fix comments at beginning.
18125
18126 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18127
18128         * message.el (message-cater-to-broken-inn): Remove.
18129         (message-shorten-references): Make sure the total folded length of
18130         References is shorter than 998 characters to cater to a bug in INN
18131         2.3.  Also, don't pretend that references aren't folded -- this
18132         hasn't worked for a while.
18133
18134 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18135
18136         * gnus-agent.el (gnus-agentize):
18137         gnus-agent-send-mail-real-function no longer set to current value
18138         of message-send-mail-function but rather a lambda that calls
18139         message-send-mail-function.  The change makes the agent real-time
18140         responsive to user changes to message-send-mail-function.
18141
18142 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18143
18144         * legacy-gnus-agent.el
18145         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18146         help from Florian Weimer <fw@deneb.enyo.de>
18147
18148 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * nnmail.el (nnmail-cache-insert): Revert last change.
18151
18152 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * nnmail.el (nnmail-cache-insert): Always check whether
18155         nnmail-cache-ignore-groups matches a group name.
18156
18157 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18158
18159         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18160         (spam-find-spam, spam-log-processing-to-registry)
18161         (spam-log-registered-p, spam-log-unregistration-needed-p)
18162         (spam-log-undo-registration): Use gnus-message instead of
18163         gnus-error, none of these errors are fatal.
18164
18165         * gnus-registry.el (gnus-registry-clean-empty-function)
18166         (gnus-registry-clean-empty): Remove only empty entries without
18167         extra data.
18168
18169 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18170
18171         * spam-stat.el (spam-stat-buffer-change-to-spam)
18172         (spam-stat-buffer-change-to-non-spam): Change (error) to
18173         (gnus-message 8) invocation.
18174
18175 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * nntp.el (nntp-via-netcat-command): New variable.
18178         (nntp-via-netcat-switches): New variable.
18179         (nntp-open-via-rlogin-and-netcat): New function.
18180         (nntp-open-connection-function): Doc fix.
18181         (nntp-telnet-command): Doc fix.
18182         (nntp-end-of-line): Doc fix.
18183         (nntp-via-rlogin-command): Doc fix.
18184         (nntp-via-user-name): Doc fix.
18185         (nntp-via-address): Doc fix.
18186
18187 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18190         error in Emacs 21.1.
18191
18192 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18195
18196 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18197
18198         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18199         (gnus-agent-with-refreshed-group): New macro.
18200         (gnus-agent-rename-group): New function.
18201         (gnus-agent-delete-group): New function.
18202         (gnus-agent-save-group-info): Use gnus-command-method when
18203         `method' parameter is nil.  Don't write nil entries into the
18204         active file.
18205         (gnus-agent-get-group-info): New function.
18206         (gnus-agent-fetch-articles):
18207         Use gnus-agent-update-files-total-fetched-for to increment disk space
18208         used.
18209         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18210         Use gnus-agent-update-view-total-fetched-for to increment disk space
18211         used.
18212         (gnus-agent-get-local): Add optional parameters to avoid calling
18213         gnus-group-real-name and gnus-find-method-for-group.
18214         (gnus-agent-set-local): Delete stored entry if either min, or max,
18215         are nil.
18216         (gnus-agent-fetch-session): Reworded error/quit messages.
18217         On quit, use gnus-agent-regenerate-group to record existance of any
18218         articles fetched to disk before the quit occurred.
18219         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18220         gnus-agent-update-view-total-fetched-for, and
18221         gnus-agent-update-files-total-fetched-for to decrement disk space
18222         used.
18223         (gnus-agent-retrieve-headers):
18224         Use gnus-agent-update-view-total-fetched-for to increment disk space
18225         used.
18226         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18227         with gnus-agent-update-files-total-fetched-for to decrement disk
18228         space and fresh group buffer.
18229         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18230         (gnus-agent-need-update-total-fetched-for): New variable.
18231         (gnus-agent-update-files-total-fetched-for): New function.
18232         (gnus-agent-update-view-total-fetched-for): New function.
18233         (gnus-agent-total-fetched-for): New function.
18234
18235         * gnus-cache.el (gnus-cache-save-buffers):
18236         Use gnus-cache-update-overview-total-fetched-for to change disk space
18237         used by this group.
18238         (gnus-cache-possibly-enter-article):
18239         Use gnus-cache-update-file-total-fetched-for to increment disk space
18240         used by this group.
18241         (gnus-cache-possibly-remove-article):
18242         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18243         used by this group.
18244         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18245         (gnus-cache-rename-group): New function.
18246         (gnus-cache-delete-group): New function.
18247         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18248         (gnus-cache-need-update-total-fetched-for): New variable.
18249         (gnus-cache-with-refreshed-group): New macro.
18250         (gnus-cache-update-file-total-fetched-for): New function.
18251         (gnus-cache-update-overview-total-fetched-for): New function.
18252         (gnus-cache-rename-group-total-fetched-for): New function.
18253         (gnus-cache-delete-group-total-fetched-for): New function.
18254         (gnus-cache-total-fetched-for): New function.
18255
18256         * gnus-group.el: Require gnus-sum and autoload functions to
18257         resolve warnings when gnus-group.el compiled alone.
18258         (gnus-group-line-format): Documented new %F.
18259         (size of Fetched data) group line format; identifies disk space
18260         used by agent and cache.
18261         (gnus-group-line-format-alist): Defined new F format.
18262         (gnus-total-fetched-for): New function.
18263         (gnus-group-delete-group): No longer update
18264         gnus-cache-active-altered as gnus-request-delete-group now keeps
18265         the cache in sync.
18266         (gnus-group-list-active): Let the agent store a server's active
18267         list if currently plugged.
18268
18269         * gnus-int.el (gnus-request-delete-group):
18270         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18271         local disk in sync with the server.
18272         (gnus-request-rename-group):
18273         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18274         local disk in sync with the server.
18275
18276         * gnus-start.el (gnus-get-unread-articles):
18277         Cosmetic simplification to logic.
18278
18279         * gnus-util.el (gnus-rename-file): New function.
18280
18281 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18282
18283         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18284
18285 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18286
18287         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18288         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18289
18290 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18291
18292         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18293         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18294
18295 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18296
18297         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18298
18299 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * spam.el (spam-set-difference): Add function to replace
18302         gnus-set-difference in spam.el.
18303         (spam-summary-prepare-exit): Use spam-set-difference.
18304
18305 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18306
18307         * gnus-registry.el (gnus-registry-cache-file): Update to use
18308         gnus-dribble-directory OR gnus-home-directory OR ~.
18309         (gnus-registry-split-fancy-with-parent): Fix doc.
18310
18311 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * message.el (message-exchange-point-and-mark):
18314         Use message-mark-active-p.  Suggested by Jesper Harder
18315         <harder@ifa.au.dk>.
18316
18317 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * message.el (message-exchange-point-and-mark): Don't activate
18320         region if it was inactive.  Suggested by Hiroshi Fujishima
18321         <pooh@nature.tsukuba.ac.jp>.
18322
18323 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-art.el (article-display-face): Display Faces in the same
18326         order as X-Faces.
18327
18328 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18331
18332 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18335         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18336         (gnus-article-mime-hierarchy): Remove.
18337         (gnus-article-mime-hierarchy-next): Remove.
18338         (gnus-article-mode): Revert 2004-03-19 change.
18339         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18340         (gnus-insert-mime-button): Revert 2004-03-19 change.
18341         (gnus-mime-accumulate-hierarchy): Remove.
18342         (gnus-mime-enter-multipart): Remove.
18343         (gnus-mime-leave-multipart): Remove.
18344         (gnus-mime-display-part): Revert 2004-03-19 change.
18345         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18346
18347         * mml.el (mml-preview): Revert 2004-03-19 change.
18348
18349 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18350
18351         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18352
18353 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18356         t while entering a file name using the mm-with-multibyte macro.
18357         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18358
18359         * mm-util.el (mm-with-multibyte): New macro.
18360
18361 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18364         New user option.
18365         (gnus-mime-multipart-functions): Doc and customization fix.
18366         (gnus-article-mime-hierarchy): New variable.
18367         (gnus-article-mime-hierarchy-next): New variable.
18368         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18369         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18370         gnus-article-mime-hierarchy-next to nil.
18371         (gnus-insert-mime-button): Show hierarchy numbers.
18372         (gnus-mime-accumulate-hierarchy): New function.
18373         (gnus-mime-enter-multipart): New function.
18374         (gnus-mime-leave-multipart): New function.
18375         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18376         (gnus-mime-display-alternative): Show hierarchy numbers.
18377
18378         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18379         gnus-article-mime-hierarchy-next to nil.
18380
18381 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18382
18383         * dns.el: Don't require gnus-xmas.
18384
18385 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18388         inline PGP.
18389         (mml-menu): Disable mml-quote-region if mark is inactive.
18390
18391 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18394         when the group's active is not available.
18395
18396 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18399         error.
18400
18401 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18402
18403         * imap.el (imap-store-password): New variable.
18404         (imap-interactive-login): Use it.
18405         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18406
18407 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18410         window-start and hscroll to summary window.
18411
18412 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18413
18414         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18415         conversion message to newsrc-dribble when an actual conversion is
18416         performed.
18417
18418 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18419
18420         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18421
18422 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * mm-decode.el (mm-complicated-handles): New function reviving
18425         former definition of mm-multiple-handles.
18426
18427         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18428         (gnus-mime-delete-part): Use it.
18429
18430 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18431
18432         * gnus-agent.el (gnus-agent-read-local):
18433         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18434         avoid the implicit assumption that they will always be equal.
18435         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18436         coding-system-for-write, as the with-temp-file macro first prints
18437         to a buffer then saves the buffer.
18438
18439 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * gnus-art.el (gnus-article-edit-part): New function.
18442         (gnus-mime-save-part-and-strip): Use it; do query instead of
18443         signaling an error; don't use mm-multiple-handles.
18444         (gnus-mime-delete-part): Ditto.
18445
18446 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18447
18448         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18449         old file versions.
18450         (gnus-group-prepare-hook): Remove function that converted list
18451         form of gnus-agent-expire-days to group properties.
18452
18453         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18454         (gnus-request-accept-article): Re-indented.
18455
18456         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18457         converters to handle old agent file formats.  Add logic for a
18458         "backup before upgrading warning".
18459         (gnus-convert-mark-converter-prompt): Developers can mark
18460         functions as needing (default), or not needing,
18461         gnus-convert-old-newsrc's "backup before upgrading warning".
18462         (gnus-convert-converter-needs-prompt): Tests whether the user
18463         should be protected from potentially irreversable changes by the
18464         function.
18465
18466         * legacy-gnus-agent.el: New.  Provides converters that are only
18467         loaded when gnus-convert-old-newsrc needs to call them.
18468
18469 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * mail-source.el (mail-source-touch-pop): Doc fix.
18472
18473         * message.el (message-smtpmail-send-it): Doc fix.
18474
18475 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18476
18477         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18478
18479         * nnmail.el (nnmail-split-fancy): do.
18480
18481         * gnus-kill.el (gnus-kill, gnus-execute): do.
18482
18483 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18484
18485         * gnus-sum.el (gnus-widget-reversible-match)
18486         (gnus-widget-reversible-to-internal)
18487         (gnus-widget-reversible-to-external): New functions.
18488         (gnus-widget-reversible): New widget.
18489         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18490
18491 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18492
18493         * gnus-sum.el (gnus-thread-sort-functions)
18494         (gnus-article-sort-functions): Document `(not F)' items.
18495
18496 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18497
18498         * spam.el (spam-use-gmane-xref): Add new backend.
18499         (spam-gmane-xref-spam-group): Add variable to control the name of the
18500         Gmane spam group.
18501         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18502         (spam-regex-headers-spam, spam-regex-headers-ham)
18503         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18504         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18505         backends and checks.
18506         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18507
18508         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18509         an autodetect method.
18510
18511 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18512
18513         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18514         articles are being added to a group.
18515         (gnus-request-replace-article): Inform the agent that articles
18516         need to be uncached as the cached contents are no longer valid.
18517
18518 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * binhex.el: Don't autoload executable-find.
18521
18522         * canlock.el: Don't autoload mail-fetch-field.
18523
18524         * dgnushack.el: Autoload c-mode for XEmacs.
18525
18526         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18527
18528         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18529         rmail-dont-reply-to and rmail-output.
18530
18531         * gnus-score.el: Don't autoload ffap-string-at-point.
18532
18533         * gnus-setup.el: Don't autoload sc-cite-original.
18534
18535         * imap.el: Don't autoload base64-decode-string,
18536         base64-encode-string and md5.
18537
18538         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18539         and rmail-msg-restore-non-pruned-header.
18540
18541         * mm-decode.el: Don't autoload executable-find.
18542
18543         * mm-url.el: Don't autoload executable-find.
18544
18545         * mm-view.el: Don't autoload diff-mode.
18546
18547         * nndb.el: Don't autoload news-reply-mode, news-setup,
18548         cancel-timer and telnet.
18549
18550         * password.el: Don't autoload run-at-time for Emacs.
18551
18552         * sha1-el.el: Don't autoload executable-find.
18553
18554         * sieve-mode.el: Don't autoload c-mode.
18555
18556         * uudecode.el: Don't autoload executable-find.
18557
18558 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18559
18560         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18561         (gnus-agent-possibly-alter-active): Avoid null in numeric
18562         comparison.
18563         (gnus-agent-set-local): Refuse to save null in local object table.
18564         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18565         list of articles that will be marked as unread.
18566
18567 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18570
18571 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18572
18573         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18574         language tags.
18575
18576 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18577
18578         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18579         Don't bind "obarray".
18580
18581         * gnus-sum.el (gnus-thread-sort-functions):
18582         Add `gnus-thread-sort-by-most-recent-number' and
18583         `gnus-thread-sort-by-most-recent-date'.
18584         Reported by Kai Grossjohann <kai@emptydomain.de>.
18585
18586 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18589
18590 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18591
18592         * gnus-cus.el (gnus-agent-customize-category):
18593         Remove ignore-errors macro reference that required cl to be loaded at
18594         run-time.
18595
18596         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18597         single-interval range of the form (min . max).  Previously the
18598         range had to look like ((min . max)).  Likewise, return
18599         (min . max) rather than ((min . max)).
18600         (gnus-range-map): Use gnus-range-normalize to accept
18601         single-interval range.
18602
18603         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18604         the cache, but not the agent, now appear with their usual face.
18605
18606         * dgnushack.el (loaddir): New variable that is bound to the
18607         directory containing the dgnushack.el file. Use loaddir, rather
18608         than srcdir, to update load-path. Change lets dgnushack compile
18609         code in directories other than GNUS/lisp.
18610
18611 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * lpath.el: Don't bind w3m-safe-url-regexp.
18614
18615         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18616         w3m-safe-url-regexp variable buffer-local.
18617
18618         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18619
18620 2004-02-27  Simon Josefsson  <jas@extundo.com>
18621
18622         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18623         gnus-group-real-prefix.
18624         (gnus-summary-move-article): Use it, instead of
18625         gnus-group-real-prefix.
18626
18627 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * lpath.el: Bind w3m-safe-url-regexp.
18630
18631         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18632         w3m-safe-url-regexp variable buffer-local and set it as the value
18633         of mm-w3m-safe-url-regexp.
18634
18635         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18636
18637         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18638         parsing gnus-posting-styles when the message is not for replying.
18639
18640         * dgnushack.el: Autoload sgml-mode for XEmacs.
18641
18642         * nnrss.el (nnrss-opml-export):
18643         Use mm-set-buffer-file-coding-system instead of
18644         set-buffer-file-coding-system.
18645
18646 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18647
18648         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18649         of checkdoc.el).
18650         * nnrss.el: do.
18651         * gnus-mlspl.el: do.
18652         * gnus-ml.el: do.
18653         * gnus-srvr.el: do.
18654
18655         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18656
18657 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18658
18659         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18660         Corrections to custom-manual links.
18661
18662         * gnus-art.el (gnus-article): Ditto.
18663
18664         * mm-decode.el (mime-display, mime-security): Ditto.
18665
18666 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18667
18668         * flow-fill.el: Typo.
18669
18670 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18671
18672         * spam-wash.el: New file.
18673
18674 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18675
18676         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18677
18678 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18681         to be run with new-articles as LIST1, not LIST2.
18682         (spam-registration-functions): Add spam-use-ham-copy as a nil
18683         registration backend.
18684
18685 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * spam-stat.el (spam-stat-washing-hook): New option.
18688         (spam-stat-buffer-words): Use it.
18689         (spam-stat-process-directory, spam-stat-test-directory):
18690         Use insert-file-contents-literally.
18691         (spam-stat-coding-system): New variable.
18692         (spam-stat-load, spam-stat-save): Use it.
18693
18694 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * spam-report.el (spam-report-plug-agent):
18697         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18698
18699 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18700
18701         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18702         Allow / in mailto URLs.
18703
18704 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18705
18706         * spam-report.el (spam-report-process-queue): Fix interactive use.
18707         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18708         (spam-report-unplug-agent): Doc fixes.
18709         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18710         (spam-report-agentize, spam-report-deagentize): Autoload.
18711
18712 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18715
18716         * message.el (message-setup-fill-variables): Add mml tags to
18717         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18718         <ajk@iu.edu>.
18719         (message-mode): Don't modify paragraph-separate there.
18720
18721 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * compface.el (uncompface-use-external): Default to undecided.
18724         (uncompface-use-external-threshold): New variable.
18725         (uncompface-float-time): New macro.
18726         (uncompface): Determine whether to use the external decoder if
18727         uncompface-use-external is undecided.
18728
18729 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18730
18731         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18732         after images.
18733
18734         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18735
18736 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18739
18740         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18741
18742         * gnus-sum.el (gnus-summary-limit-to-age)
18743         (gnus-summary-limit-children): do.
18744
18745         * gnus-int.el (gnus-request-scan): do.
18746
18747         * gnus-group.el (gnus-group-suspend): do.
18748
18749         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18750
18751         * gnus-cite.el (gnus-cite-parse-attributions): do.
18752
18753         * gnus-agent.el (gnus-summary-set-agent-mark)
18754         (gnus-agent-regenerate-group): do.
18755
18756         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18757
18758         * binhex.el (binhex-decode-region-internal): do.
18759
18760 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-fun.el (gnus-face-properties-alist): New user option.
18763         (gnus-display-x-face-in-from): Use it.
18764
18765         * gnus-art.el (article-display-face): Ditto.
18766
18767         * compface.el (uncompface-use-external): Default to nil.
18768
18769 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18770
18771         * nntp.el (nntp-erase-buffer): New function.
18772         (nntp-retrieve-data, nntp-send-command)
18773         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18774         (nntp-possibly-change-group): Use it.
18775
18776         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18777         Use with-current-buffer.
18778
18779 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18780
18781         * compface.el: Merge the ELisp-based uncompface program.
18782         (compface): New customization group.
18783         (uncompface-use-external): New user option.
18784         (uncompface): Call uncompface-internal if uncompface-use-external
18785         is nil.
18786         (uncompface-internal): New function.  Note that there are also
18787         some other functions and variables added for this function.
18788
18789 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18790
18791         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18792         if necessary.
18793
18794 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18795
18796         * spam-report.el (spam-report-unplug-agent)
18797         (spam-report-plug-agent, spam-report-deagentize)
18798         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18799         Add support for the Agent in spam-report: when unplugged, report to a
18800         file; when plugged, submit all the requests.
18801
18802         * spam.el (spam-register-routine): Fix message about
18803         registration.
18804
18805 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18806
18807         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18808         dependencies.
18809         (rfc2047-encode): Use it.
18810
18811         * gnus-art.el (gnus-button-marker-list): Move before first
18812         reference.
18813
18814         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18815         (imap-parse-body): Fix format string mismatch.
18816
18817         * gnus-score.el (gnus-summary-increase-score): do.
18818
18819         * nnrss.el (nnrss-close): New function.
18820
18821 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18822
18823         * nnrss.el (nnrss-make-filename): New function.
18824         (nnrss-request-delete-group, nnrss-read-server-data)
18825         (nnrss-save-server-data, nnrss-read-group-data)
18826         (nnrss-save-group-data): Use it.
18827         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18828         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18829         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18830
18831 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18832
18833         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18834
18835 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18838         files.
18839
18840         * message.el (message-generate-headers-first): Don't quote nil
18841         and t in docstrings.
18842
18843         * imap.el (imap-id): do.
18844
18845         * gnus-agent.el (gnus-agent-consider-all-articles)
18846         (gnus-agent-queue-mail): do.
18847
18848 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * spam-report.el (spam-report-process-queue): New function.
18851         Process requests from `spam-report-requests-file'.
18852         (spam-report-process-queue): Doc fix.
18853
18854 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18855
18856         * spam.el (spam-register-routine)
18857         (spam-log-processing-to-registry, spam-log-registered-p)
18858         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18859         Change "check" to "spam-check" for semi-clarity.
18860
18861 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18862
18863         * pop3.el: Require nnheader.
18864
18865         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18866
18867         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18868
18869         * gnus-picon.el: Require cl.
18870
18871         * gnus-fun.el: Require gnus-ems and gnus-util.
18872
18873         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18874
18875         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18876
18877         * gnus-art.el (gnus-article-edit-mode): Define before first
18878         reference.
18879
18880 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18881
18882         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18883         (gnus-uu-post-encoded): Use point-at-bol.
18884
18885         * gnus-topic.el (gnus-group-active-topic-p): do.
18886
18887         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18888
18889         * gnus-group.el (gnus-group-kill-region): do.
18890
18891         * gnus-art.el (article-date-ut): do.
18892
18893         * message.el (message-fetch-field): Remove redundant
18894         case-fold-search binding.
18895         (message-narrow-to-field): Simplify.
18896
18897 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18898
18899         * spam.el (spam-directory): Derive from `gnus-directory'.
18900
18901         * spam-report.el (spam-report-url-to-file)
18902         (spam-report-requests-file): New function and variable for offline
18903         reporting.
18904         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18905         and user defined function.
18906         (spam-report-url-ping-mm-url): Remove doubled slash.
18907
18908 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18909
18910         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18911
18912 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18913
18914         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18915         Fix format string mismatch.
18916
18917         * sieve.el (sieve-deactivate-all): do.
18918
18919         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18920
18921         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18922
18923         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18924
18925         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18926
18927 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18928
18929         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18930         the list of checks.
18931
18932 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18935         padding.
18936
18937 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18938
18939         * mm-view.el (mm-fill-flowed): New variable.
18940         (mm-inline-text): Use it.
18941
18942 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * spam.el (spam-spamassassin-register-ham-routine)
18945         (spam-spamassassin-register-spam-routine): Fix function names.
18946
18947 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * gnus.el (gnus-tmp-grouplens): Remove.
18950         (gnus-summary-line-format): Remove grouplens.
18951
18952         * gnus-group.el (gnus-group-line-format): Ditto.
18953
18954         * gnus-spec.el (gnus-format-specs): Ditto.
18955         (gnus-update-format-specifications): Flush the group format spec
18956         cache if there's the grouplens stuff.
18957         (gnus-parse-simple-format): Replace %l with the empty string.
18958
18959 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18960
18961         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18962         omission.
18963
18964 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18967         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18968
18969 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18970
18971         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18972         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18973         New macros and functions.
18974         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18975         Handle > NLINK_MAX messages.
18976         * nnmaildir.el (nnmaildir-request-set-mark):
18977         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18978
18979 2004-01-25  Alex Schroeder  <alex@gnu.org>
18980
18981         * spam-stat.el (spam-stat-process-directory-age): New option.
18982         (spam-stat-process-directory): Use it.
18983
18984 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18985
18986         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18987         (spam-stat-save): Accept prefix argument.
18988
18989 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18990
18991         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18992         links" error.
18993
18994 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18997         the rest of the and/or forms.
18998
18999 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19000
19001         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19002         compatibility with old .newsrc.eld files.
19003
19004         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19005
19006         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19007
19008         * gnus-start.el (gnus-1): do.
19009
19010         * gnus-group.el (gnus-group-line-format-alist): do.
19011
19012         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19013
19014         * gnus-gl.el: Remove.
19015
19016 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19017
19018         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19019         marks consisting of a single range {for example, (3 . 5)} rather
19020         than a list of a single range { ((3 . 5)) }.
19021
19022 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19023
19024         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19025         Use with-current-buffer.
19026         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19027         avoid consing a string.
19028
19029         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19030         Remove obsolete entries for big5 and gb2312.
19031
19032 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19033
19034         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19035         uncompressed list.
19036
19037 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19038
19039         * spam-stat.el (spam-stat-strip-xref): New function.
19040         (spam-stat-process-directory): Use it.
19041
19042         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19043         here -- it's done in message-fetch-field.
19044
19045 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19046
19047         * gnus-agent.el (gnus-agent-queue-mail)
19048         (gnus-agent-prompt-send-queue): New variables.
19049         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19050         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19051         "nndraft:queue" along to gnus-draft-send.
19052         Use gnus-agent-prompt-send-queue.
19053         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19054         is "nndraft:queue".  Suggested by Gaute Strokkenes
19055         <gs234@srcf.ucam.org>
19056
19057         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19058         (agent-enable-undownloaded-faces): Add.
19059         (gnus-agent-cat-groups): Use eval-and-compile, not
19060         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19061         method of gnus-agent-cat-groups even when the buffer has been
19062         evaled.
19063         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19064         delete gnus-agent-save-active-1.
19065         (gnus-agent-save-groups): Delete.  Identical to
19066         gnus-agent-save-active.
19067         (gnus-agent-write-active): No longer adjust agent's copy of active
19068         file as agent's adjustments are now stored in their own
19069         file.  Remove optional parameter.
19070         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19071         servers.  Add use of min/max range limits from server's local
19072         file.
19073         (gnus-agent-save-alist): Remove unused optional argument.
19074         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19075         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19076         (gnus-agent-set-local): A per-server file that keeps min/max range
19077         limits for articles known to the agent.  Provides a fast mechanism
19078         for altering many active ranges.
19079         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19080         active file (local makes it unnecessary).
19081         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19082
19083         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19084         (agent-enable-undownloaded-faces): Add.
19085
19086         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19087         disable it when sending to "nndraft:queue".
19088         (gnus-group-send-queue): Add safety check to avoid sending queue
19089         when unplugged.
19090
19091         * gnus-group.el (gnus-group-catchup): Use new
19092         gnus-sequence-of-unread-articles, not
19093         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19094         numbers of articles.  Use gnus-range-map to avoid having to
19095         uncompress the unread list.
19096         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19097         Fix invalid ange-ftp reference.
19098
19099         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19100         (gnus-sorted-range-intersection): Intersection of two ranges
19101         without requiring that they first be uncompressed.
19102
19103         * gnus-start.el (gnus-activate-group): Unless blocked by the
19104         caller, possibly expand the active range to include both cached
19105         and agentized articles.
19106         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19107         multiple version-dependent converters.
19108         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19109         gnus-agent-save-active.
19110         (gnus-save-newsrc-file): Save dirty agent range limits.
19111
19112         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19113         gnus-agent-possibly-alter-active.
19114         (gnus-adjust-marked-articles): Faster handling of simple lists.
19115
19116 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19117
19118         * spam-stat.el (spam-stat-test-directory): New optional argument
19119         displays a list of files detected.  Suggested by Andrew Cohen
19120         <cohen@andy.bu.edu>.
19121         (spam-stat-buffer-words-with-scores): Don't narrow and change
19122         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19123
19124 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19125
19126         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19127         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19128         (spam-spamassassin-arguments)
19129         (spam-spamassassin-spam-flag-header)
19130         (spam-spamassassin-positive-spam-flag-header)
19131         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19132         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19133         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19134         (spam-list-of-processors, spam-list-of-checks)
19135         (spam-list-of-statistical-checks, spam-registration-functions)
19136         (spam-check-spamassassin-headers, spam-check-spamassassin)
19137         (spam-spamassassin-score)
19138         (spam-spamassassin-register-with-sa-learn)
19139         (spam-spamassassin-register-spam-routine)
19140         (spam-spamassassin-register-ham-routine)
19141         (spam-assassin-register-spam-routine)
19142         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19143         (spam-bogofilter-score): Fix to show article before scoring.
19144
19145 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19146
19147         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19148         default scoring function.
19149         (spam-generic-score): Call spam-spamassassin-score if
19150         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19151         spam-bogofilter-score otherwise.
19152
19153         * gnus.el (spam-process, spam-autodetect-methods):
19154         Add spamassassin and spamassassin-headers.
19155
19156 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19157
19158         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19159         Suppress unnecessary messages.
19160
19161 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19162
19163         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19164         make-hash-table.
19165
19166 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * canlock.el (base64-encode-string): Don't autoload it.
19169
19170 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * run-at-time.el: Remove useless (require 'itimer),
19173         eval-and-compile and (featurep 'xemacs).
19174
19175 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19176
19177         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19178         GROUP is a virtual group.
19179
19180 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19181
19182         * gnus.el: Autoload `message-y-or-n-p'.
19183
19184 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * pgg-parse.el: Remove unnecessary (require 'custom).
19187
19188         * pgg-def.el: do.
19189
19190         * nnmail.el: do.
19191
19192         * gnus-undo.el: do.
19193
19194         * gnus-picon.el: do.
19195
19196         * gnus-util.el: do.
19197
19198 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19199
19200         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19201
19202 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19205         handle, as well as a list.
19206
19207         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19208         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19209         (mm-w3m-cid-retrieve): Simplify.
19210
19211 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19212
19213         * message.el (message-kill-to-signature): Allow prefix arg to
19214         specify number of lines to keep before signature.
19215
19216 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19217
19218         * message.el (message-kill-to-signature): Change docstring.
19219
19220 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * canlock.el: Always require sha1-el.
19223         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19224
19225         * message.el: Autoload sha1 only when compiling.
19226
19227         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19228         eudc-expand-inline for XEmacs.
19229
19230 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * message.el (message-canlock-generate): Require sha1-el.
19233
19234 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19235
19236         * message.el (message-expand-name): Silence the byte compiler.
19237
19238         * lpath.el: Add detect-coding-system.
19239
19240         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19241         cus-edit.
19242
19243 2004-01-13  Simon Josefsson  <jas@extundo.com>
19244
19245         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19246         Invoke gnus-score-mode.
19247         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19248
19249         * gnus-range.el (gnus-compress-sequence): Doc fix.
19250         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19251
19252 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19253
19254         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19255
19256 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19257
19258         * spam.el (spam-get-article-as-string): Update to use
19259         gnus-request-article-this-buffer, much simpler.
19260         (spam-get-article-as-buffer): Remove.
19261
19262 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19263
19264         * message.el (message-expand-name): Use EUDC if the user uses that.
19265
19266 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19267
19268         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19269         character for the encoding to avoid consing a string.
19270
19271         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19272         unnecessarily.
19273
19274         * mm-util.el (mm-replace-chars-in-string): Remove.
19275
19276         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19277         of mm-replace-chars-in-string.
19278
19279 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19282
19283         * mm-util.el (mm-subst-char-in-string): Support inplace.
19284
19285         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19286         a new string in every iteration.  Use shy groups.
19287
19288 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19289
19290         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19291         * gnus-soup.el (gnus-soup-group-brew):
19292         * gnus-msg.el (gnus-put-message):
19293         * gnus-move.el (gnus-group-move-group-to-server):
19294         * gnus-kill.el (gnus-batch-score):
19295         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19296         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19297         (gnus-group-update-group, gnus-group-read-group)
19298         (gnus-group-make-group, gnus-group-make-help-group)
19299         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19300         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19301         (gnus-group-sort-by-unread, gnus-group-catchup)
19302         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19303         (gnus-group-yank-group, gnus-group-set-info)
19304         (gnus-group-list-groups):
19305         * gnus.el (gnus-generate-new-group-name):
19306         * gnus-delay.el (gnus-delay-send-queue):
19307         * nnvirtual.el (nnvirtual-catchup-group):
19308         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19309         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19310         (gnus-group-prepare-topics, gnus-topic-check-topology):
19311         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19312         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19313         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19314         (gnus-group-make-articles-read):
19315         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19316         (gnus-group-change-level, gnus-kill-newsgroup)
19317         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19318         (gnus-get-unread-articles, gnus-make-articles-unread)
19319         (gnus-make-ascending-articles-unread): Use accessor
19320         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19321         to get group information for improved readability.
19322
19323
19324 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19325
19326         * gnus-art.el (article-decode-mime-words, article-babel)
19327         (gnus-article-highlight-signature, gnus-article-add-buttons)
19328         (gnus-signature-toggle): Use gnus-with-article-buffer.
19329
19330         * gnus-art.el (gnus-article-highlight-headers)
19331         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19332
19333         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19334         (gnus-article-set-globals, gnus-request-article-this-buffer)
19335         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19336         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19337         (gnus-mime-display-alternative): Use with-current-buffer.
19338
19339 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19340
19341         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19342         also under 80 char limit, and call gnus-error if needed.
19343         (spam-fetch-article-header): Fix - it was a
19344         buffer-local variable (gnus-newsgroup-data).
19345         (spam-find-spam): Use spam-generate-fake-headers, forget about
19346         spam-insert-fake-headers.
19347         (spam-insert-fake-headers): Remove.
19348
19349 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19350
19351         * deuglify.el (gnus-article-outlook-unwrap-lines)
19352         (gnus-outlook-rearrange-article)
19353         (gnus-outlook-repair-attribution-outlook)
19354         (gnus-outlook-repair-attribution-block)
19355         (gnus-outlook-repair-attribution-other): Remove redundant
19356         save-excursion.
19357
19358 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19359
19360         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19361         (spam-fetch-field-subject-fast)
19362         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19363         (spam-fetch-article-header): Add functions to deal with Gnus
19364         internals for fast retrieval of article header data.
19365         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19366
19367 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * pop3.el (pop3-md5): Remove.
19370         (pop3-apop): Replace pop3-md5 with md5.
19371
19372         * mm-bodies.el: base64 is always built-in.
19373
19374         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19375         Use with-current-buffer.
19376
19377 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * canlock.el (canlock-insert-header): Remove excessive grouping in
19380         regexp.
19381
19382         * gnus-sum.el (gnus-summary-read-document): Ditto.
19383
19384         * gnus-uu.el (gnus-uu-part-number): Ditto.
19385
19386         * html2text.el (html2text-remove-tags): Ditto.
19387         (html2text-format-tags): Ditto.
19388         (html2text-format-single-elements): Ditto.
19389
19390         * mml.el (mml-parse-1): Ditto.
19391
19392 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19393
19394         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19395
19396         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19397
19398         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19399
19400         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19401
19402 2003-11-15  Simon Josefsson  <jas@extundo.com>
19403
19404         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19405         (pgg-gpg-lookup-key): Use regexp match instead of
19406         split-string (split-string is different between emacs 21.2 and
19407         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19408
19409 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19410
19411         * gnus-art.el (gnus-mime-view-all-parts)
19412         (gnus-article-part-wrapper, gnus-article-view-part):
19413         Use with-current-buffer.
19414
19415 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19416
19417         * spam.el (spam-disable-spam-split-during-ham-respool)
19418         (spam-spamoracle-database, spam-cache-lookups)
19419         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19420         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19421         (spam-group-ham-marks, spam-group-spam-marks)
19422         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19423         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19424         also add spam-use-blackholes to the statistical checks.
19425         (spam-fetch-field-fast): Add interface to fetching fields, may
19426         become a macro.
19427         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19428         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19429         (spam-insert-fake-headers): Fake an article when needed.
19430         (spam-find-spam): Fake article when possible.
19431         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19432         (spam-check-bogofilter-headers): Use message-fetch-field instead
19433         of nnmail-fetch-field.
19434
19435 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19436
19437         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19438
19439 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19440
19441         * spam.el (spam-split): Do not require spam-use-CHECK to be
19442         enabled if that check is passed to spam-split explicitly; also
19443         fix so 'spam doesn't get converted to spam-split-group when
19444         spam-split-symbolic-return is t.
19445         (spam-find-spam): Find registrations of the article and use those
19446         instead of re-running spam-split to find the spam/ham
19447         classification of the article.
19448         (spam-log-processing-to-registry, spam-log-registered-p)
19449         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19450         Use gnus-error instead of gnus-message.
19451         (spam-log-registration-type): Add function to determine the
19452         classification of a message based on registry entries; will
19453         return nil if both 'spam and 'ham are found.
19454         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19455         a reasonably fast local cache without the loading errors.
19456         (spam-cache-lookups): Set to t by default.
19457         (spam-find-spam): Don't try to guess spam-cache-lookups.
19458         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19459         spam-caches entry.
19460         (spam-filelist-build-cache, spam-filelist-check-cache):
19461         Fix caching of whitelist/blacklist entries.
19462         (spam-check-whitelist, spam-check-blacklist):
19463         Invoke spam-from-listed-p with a type, not a cache variable.
19464         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19465
19466 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19467
19468         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19469
19470         * nnmail.el (nnmail-split-fancy): do.
19471
19472         * mml.el (mml-parse): do.
19473
19474         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19475         (gnus-score-adaptive): do.
19476
19477 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19480         (gnus-mime-button-map): Don't set keymap parent.
19481         (gnus-button-ctan-directory-regexp): Use shy grouping.
19482         (gnus-prev-page-map): Don't set keymap parent.
19483         (gnus-prev-page-map): Remove duplicated one.
19484         (gnus-next-page-map): Don't set keymap parent.
19485         (gnus-mime-security-button-map): Ditto.
19486
19487         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19488         version number.
19489
19490         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19491
19492 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * canlock.el (canlock-sha1-function): Remove.
19495         (canlock-sha1-function-for-verify): Remove.
19496         (canlock-openssl-program): Remove.
19497         (canlock-openssl-args): Remove.
19498         (canlock-ignore-errors): Remove.
19499         (canlock-sha1-with-openssl): Remove.
19500         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19501         (canlock-verify): Don't use canlock-ignore-errors.
19502
19503         * sha1-el.el (sha1-string-external): Make it can return a string
19504         in binary form.
19505         (sha1-region-external): Ditto.
19506         (sha1-string-internal): Ditto.
19507         (sha1-region-internal): Ditto.
19508         (sha1-region): Ditto.
19509         (sha1-string): Ditto.
19510         (sha1): Ditto.
19511
19512 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19513
19514         * spam.el (spam-report-articles-gmane): New command.
19515
19516 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19519
19520         * run-at-time.el (run-at-time-saved): Remove.
19521         (run-at-time): Doc fix.
19522
19523 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19526         (gnus-summary-limit-map): Add it.
19527         (gnus-summary-make-menu-bar): do.
19528
19529 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19530
19531         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19532         Make attempt at some caching support (done for BBDB only now).
19533         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19534         addresses to be checked.
19535         (spam-clear-cache-BBDB): Add function, to be invoked by
19536         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19537         (spam-check-BBDB): Check and use the caches, if
19538         spam-cache-lookups is on, remove superfluous (provide).
19539
19540 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19543
19544 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19545
19546         * run-at-time.el (run-at-time-saved): Move to after the definition
19547         of `run-at-time'.
19548
19549         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19550
19551 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19554         mm-w3m-local-map-property.
19555
19556         * mm-view.el (mm-w3m-mode-map): Remove.
19557         (mm-w3m-local-map-property): Remove.
19558         (mm-inline-text-html-render-with-w3m): Don't use
19559         mm-w3m-local-map-property.
19560
19561 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19562
19563         * run-at-time.el: New file.
19564
19565         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19566         under Emacs.
19567
19568         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19569         of gnus-set-text-properties.
19570
19571         * gnus-uu.el (gnus-uu-save-article): Ditto.
19572
19573         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19574
19575         * gnus-cite.el (gnus-cite-parse): Ditto.
19576
19577         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19578         of gnus-.
19579
19580         * gnus-xmas.el (run-at-time): Require run-at-time.
19581
19582         * gnus.el: Change calls to nnheader-run-at-time and
19583         password-run-at-time throughout to use run-at-time directly.
19584
19585         * password.el: Remove definition of run-at-time.
19586
19587         * nnheaderxm.el: Remove definition of run-at-time.
19588
19589 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19590
19591         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19592         in prompt.
19593
19594 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19595
19596         * messagexmas.el (message-xmas-redefine): Alias
19597         `message-make-caesar-translation-table' to
19598         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19599         version.
19600
19601         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19602         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19603         `gnus-xmas-set-text-properties'.
19604         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19605         `gnus-xmas-completing-read'.
19606         (gnus-xmas-completing-read): Removed.
19607         (gnus-xmas-open-network-stream): Removed.
19608
19609         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19610         XEmacs version.
19611
19612         * dns.el (dns-make-network-process): Use `open-network-stream'
19613         instead of `gnus-xmas-open-network-stream'.
19614
19615         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19616
19617         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19618
19619 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19620
19621         * gnus-art.el (gnus-mime-display-alternative)
19622         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19623         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19624         Don't use gnus-local-map-property.
19625
19626         * gnus-util.el (gnus-local-map-property): Remove.
19627
19628         * mm-view.el (mm-view-pkcs7-decrypt):
19629         Replace gnus-completing-read-maybe-default with completing-read.
19630
19631         * gnus-util.el (gnus-completing-read): do.
19632         (gnus-completing-read-maybe-default): Remove.
19633
19634 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19635
19636         * password.el: Only autoload `run-at-time' if not XEmacs.
19637         Only autoload the itimer functions if XEmacs.
19638
19639 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19642         XEmacsen.
19643
19644         * dgnushack.el: Autoload executable-find for XEmacs.
19645
19646 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19647
19648         * gnus-art.el (gnus-read-string): Remove.
19649         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19650         read-string.
19651
19652 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19653
19654         * netrc.el: Autoload password-read.
19655         (netrc): Add configuration group.
19656         (netrc-encoding-method, netrc-openssl-path):
19657         Add variables for encoding and decoding of files with symmetric
19658         ciphers.
19659         (netrc-encode): Add assistant function to encode a file with
19660         netrc-encoding-method.
19661         (netrc-parse): Add interactive parameter, added optional
19662         decoding if netrc-encoding-method is non-nil but otherwise
19663         behavior is standard.
19664         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19665         Do s/encode/encrypt/ everywhere.
19666
19667         * spam.el: Remove executable-find autoload.
19668
19669 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19670
19671         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19672
19673         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19674
19675 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19676
19677         * gnus-art.el (gnus-treat-ansi-sequences)
19678         (article-treat-ansi-sequences): New variable and function.
19679         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19680
19681         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19682         Use it.
19683
19684 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19685
19686         * mm-util.el (mm-quote-arg): Remove.
19687
19688         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19689         shell-quote-argument.
19690
19691         * gnus-uu.el (gnus-uu-command): do.
19692
19693         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19694
19695         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19696         with make-char.
19697
19698         * mm-util.el (mm-make-char): Remove.
19699
19700         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19701         add-minor-mode.
19702
19703         * gnus-undo.el (gnus-undo-mode): do.
19704
19705         * gnus-topic.el (gnus-topic-mode): do.
19706
19707         * gnus-sum.el (gnus-dead-summary-mode): do.
19708
19709         * gnus-start.el (gnus-slave-mode): do.
19710
19711         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19712
19713         * gnus-ml.el (gnus-mailing-list-mode): do.
19714
19715         * gnus-gl.el (gnus-grouplens-mode): do.
19716
19717         * gnus-draft.el (gnus-draft-mode): do.
19718
19719         * gnus-dired.el (gnus-dired-mode): do.
19720
19721         * gnus-ems.el (gnus-add-minor-mode): Remove.
19722
19723         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19724         Replace gnus-char-width with char-width.
19725
19726         * gnus-ems.el (gnus-char-width): Remove.
19727
19728         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19729         Replace gnus-char-width with char-width.
19730
19731         * gnus-ems.el (gnus-char-width): Remove.
19732
19733         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19734         definition.
19735         Remove Emacs 20 hash table compatibility code.
19736
19737         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19738         20 compatibility code.
19739
19740         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19741
19742         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19743
19744         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19745         Replace with point-at-{eol,bol}.
19746
19747         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19748
19749         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19750
19751         * flow-fill.el (fill-flowed-point-at-bol)
19752         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19753
19754         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19755         Replace with point-at-{eol,bol} throughout all files.
19756
19757 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * ntlm.el (ntlm-string-as-unibyte): New macro.
19760         (ntlm-build-auth-response): Use it.
19761
19762         Remove Emacs 20 stuff:
19763         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19764         (butlast, mapc, remove): Remove the compiler macros.
19765         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19766         of delq and copy-sequence.
19767         * gnus-art.el (popup-menu): Remove the compiler macro.
19768         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19769         Emacs 20.
19770
19771 2004-01-05  Simon Josefsson  <jas@extundo.com>
19772
19773         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19774         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19775         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19776         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19777         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19778         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19779         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19780         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19781         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19782         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19783         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19784         string-xor into ntlm-string-xor.
19785         Suggested by Jesper Harder <harder@myrealbox.com>.
19786
19787         * ntlm.el: Don't include poem.
19788
19789         * md4.el (print-int32, print-string-hexa): Remove.
19790         Suggested by Jesper Harder <harder@myrealbox.com>.
19791
19792         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19793
19794         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19795         probably breaks emacs with DL patch, but do we care? Is anyone
19796         still using the DL stuff?)
19797
19798         * sieve-manage.el: Use the password package.
19799         (sieve-manage-read-passwd): Remove.
19800         (sieve-manage-interactive-login): Use password.  Re-add
19801         condition-case around loop.
19802
19803         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19804         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19805         Use the password package.
19806
19807 2003-02-19  Simon Josefsson  <jas@extundo.com>
19808
19809         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19810         token.
19811
19812 2002-08-07  Simon Josefsson  <jas@extundo.com>
19813
19814         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19815         (sieve-manage-authenticators):
19816         (sieve-manage-authenticator-alist): Add some SASL mechs.
19817         (sieve-sasl-auth): New function.
19818         (sieve-manage-cram-md5-auth):
19819         (sieve-manage-plain-auth): Rewrite using SASL library.
19820         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19821         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19822         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19823         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19824
19825 2004-01-05  Simon Josefsson  <jas@extundo.com>
19826
19827         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19828         New files.
19829
19830 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19831
19832         * gnus-group.el (gnus-no-groups-message): Update.
19833
19834         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19835
19836 2003-11-09  Simon Josefsson  <jas@extundo.com>
19837
19838         * imap.el: Support for ID IMAP extension (RFC 2971).
19839         (imap-local-variables): Add imap-id.
19840         (imap-id): New variable.
19841         (imap-id): New function.
19842         (imap-parse-response): Parse untagged ID response.
19843         * nnimap.el (nnimap-id): New variable.
19844         (nnimap-open-connection): Use it.
19845
19846 2003-12-28  Simon Josefsson  <jas@extundo.com>
19847
19848         * gnus-score.el (gnus-score-edit-all-score): New.
19849         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19850
19851 2004-01-04  Simon Josefsson  <jas@extundo.com>
19852
19853         * password.el: Add.
19854
19855 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19856
19857         * dns.el (dns-query-types): Fix typo.
19858         (dns-query-types): New function.
19859         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19860         PTR and SOA replies, see RFC 1035.
19861
19862 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19863
19864         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19865
19866         * Move to Changelog.2.
19867
19868 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19869
19870         * gnus.el (gnus-version-number): Bump version.
19871
19872 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19873
19874         * gnus.el: No Gnus v0.1 is released.
19875
19876 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19877
19878         * gnus.el: No Gnus v0.0 is released.
19879
19880 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19881
19882         * gnus.el (gnus-version-number): Bump.
19883         (gnus-version): No.
19884
19885 See ChangeLog.2 for earlier changes.
19886
19887     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19888       Free Software Foundation, Inc.
19889
19890   This file is part of GNU Emacs.
19891
19892   GNU Emacs is free software: you can redistribute it and/or modify
19893   it under the terms of the GNU General Public License as published by
19894   the Free Software Foundation, either version 3 of the License, or
19895   (at your option) any later version.
19896
19897   GNU Emacs is distributed in the hope that it will be useful,
19898   but WITHOUT ANY WARRANTY; without even the implied warranty of
19899   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19900   GNU General Public License for more details.
19901
19902   You should have received a copy of the GNU General Public License
19903   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19904
19905 ;; Local Variables:
19906 ;; coding: utf-8
19907 ;; fill-column: 79
19908 ;; add-log-time-zone-rule: t
19909 ;; End: