c5bfb59cf05f8cd8938290db90e54f0e80201227
[gnus] / lisp / ChangeLog
1 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4         installed the registry.
5
6 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9
10 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
11
12         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
13         groupname doesn't contain "gmane".
14
15 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
18         and netrc-bound-and-true-p bindings.
19         (netrc-parse): Cache the netrc contents.
20
21         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
22         (gnus-1): Don't create the nndrafts group twice.
23         (gnus-setup-news): There's no need to read the active file here, since
24         that's done again later on a per-backend basis.
25         (gnus-start-draft-setup): Make sure that the new group is started out
26         empty.
27
28         * gnus-agent.el (gnus-agentize): Don't create the queue group
29         automatically on startup.  It'll be created later, if needed.
30
31         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
32         of automatically subscribed groups.
33         (gnus-auto-subscribed-categories): New variable.
34         (gnus-matches-options-n): Use it.
35         (gnus-default-subscribed-newsgroups): Remove unused variable.
36         (gnus-start-draft-setup): Message a bit less.
37
38 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
39
40         * nnir.el (nnir-run-imap): Return article list in order of increasing
41         UID.
42
43 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
46         gnus-auto-select-on-ephemeral-exit.
47
48         * proto-stream.el (proto-stream-open-network-only): Fix the calling
49         convention of the network-only option.
50
51 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * proto-stream.el (proto-stream-open-network-only): New function to
54         have a way to specify non-STARTTLS upgrade connections.
55
56 2010-12-10  Julien Danjou  <julien@danjou.info>
57
58         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
59         email address is nil.
60
61         * message.el (message-bogus-recipient-p): Set address to "" if nil.
62
63 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
66         deletion.
67         (nnir-run-imap): Only need to parse list once.
68
69 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * shr.el (shr-tag-script): Ignore <script>.
72         (shr-tag-label): Add <label> support.
73
74 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
77
78         * shr.el (shr-image-displayer): Work for images lined side by side.
79
80 2010-12-08  Robert Pluim  <rpluim@gmail.com>
81
82         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
83         parameter, since XEmacs doesn't accept t as a parameter.
84
85 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
88         ids.
89         (nnir-run-gmane): Simplify groupspec formatting.
90         (nnir-request-expire-articles): New function.
91
92 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
95         overflow, possibly.
96
97         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
98         (shr-render-td): Handle td style="" better.
99         (shr-tag-table): Use the color from the style sheet.
100         (shr-render-td): Make sure we copy over all the overlays, too.
101
102 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
103
104         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
105         (nnir-request-article): Improve article retrieval.
106
107 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * mm-util.el (mm-extra-numeric-entities): New variable.
110
111         * mm-url.el (mm-url-decode-entities):
112         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
113
114         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
115
116 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
117
118         * message.el: Use completion-at-point.
119         (message-completion-function): New fun, extracted from message-tab.
120         (message-mode): Use it for completion-at-point-functions.
121         (message-tab): Use it and completion-at-point.
122
123 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
126         character if a non-breakable character follows.
127
128 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
131         any stream.
132
133         * shr.el (shr-tag-font): Colorize the region.
134         (shr-tag-body): Ditto.
135         (shr-tag-font): Actually let the styles be inherited instead of
136         overwriting them.
137         (shr-tag-font): Get the background color right.
138         (shr-tag-style): Ignore all <style> tags for the moment.
139
140         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
141         a Message-ID to avoid having nnimap depend on gnus-sum.
142
143         * shr.el (shr-descend): Only colorize something if we have a node that
144         sets colors.
145
146 2010-12-06  Julien Danjou  <julien@danjou.info>
147
148         * shr.el (shr-render-td): Render td content with shr-descend, so style
149         will be applied to <td> too.
150         (shr-colorize-region): Colorize region even if we only have a background.
151         (shr-tag-body): Fix color and background color inheritance.
152         Do not recolorize after shr-generic.
153         (shr-tag-font): Let shr-generic colorize via inheritance.
154
155 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
158
159 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
160
161         * nnir.el (nnir-request-move-article): Remove obsolete code.
162
163 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
166
167 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-sum.el (gnus-summary-respool-article): The completion function
170         expects a list instead of an alist.
171
172         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
173         string as the parameter.
174
175         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
176
177         * shr.el (shr-stylesheet): New dynamic variable for cascading the
178         styles.
179         (shr-colorize-region): New function.
180         (shr-insert-background-overlay): Remove.
181         (shr-render-td): Background setting should be taken care of on a higher
182         level.
183         (shr-tag-body): Use post-hoc colorizations.
184         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
185         (shr-put-color-1): Don't overwrite old colors.
186         (shr-colorize-region): When the background color isn't explicit, use
187         a fixed background.
188
189         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
190         nnmail variables.
191
192 2010-12-05  Bjørn Mork  <bjorn@mork.no>
193
194         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
195         unless necessary.
196
197 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
198
199         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
200         server.
201
202 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
205         so that TAB works.
206
207         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
208         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
209
210         * shr.el (shr-urlify): Show the URL before the title to avoid
211         misleading URLs.
212
213 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
214
215         * shr.el (shr-urlify): Display the title in <a> tags.
216
217 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el (nnir-categorize): Replace mapcar with mapc.
220
221 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
222
223         * nnir.el: Rearrange code to allow macros to be autoloaded by
224         gnus-sum.el.
225         (nnir-retrieve-headers-override-function): Make this variable
226         customizable.
227         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
228
229         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
230         from nnir.el.
231
232 2010-12-03  Julien Danjou  <julien@danjou.info>
233
234         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
235
236 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
239         allow optional argument `environment'.
240
241 2010-12-03  Glenn Morris  <rgm@gnu.org>
242
243         * mm-extern.el (message-goto-body): Update declaration.
244
245 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-util.el (gnus-macroexpand-all): New function.
248
249         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
250         instead of macroexpand-all that is unavailable in XEmacs.
251
252 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
253
254         * nnir.el (nnir-summary-line-format): New variable.
255         (nnir-mode): Use it.
256         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
257         (nnir-article-ids): Reimplement as defsubst.
258         (nnir-retrieve-headers): Don't mangle the subject header.
259         (nnir-run-imap): Use 100 as RSV score.
260         (nnir-run-find-grep): Fix for full server searching.
261         (nnir-run-gmane): Better restriction to gmane groups.
262
263         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
264         summary buffers.
265
266 2010-12-02  Julien Danjou  <julien@danjou.info>
267
268         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
269
270         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
271
272         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
273         support.
274
275 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * nnir.el: Update to handle the registry better.
278         (autoload): Silence byte-compiler.
279         (nnir-open-server): Add a hook for nnir groups.
280         (nnir-request-move-article): Don't mangle the header. Better to use
281         formating variables (which will be added in the future).
282         (nnir-registry-action): Update the registry using the original article
283         group name.
284         (nnir-mode): Install nnir-specific hooks for updating the registry.
285
286         * gnus-sum.el
287         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
288         obsolete variables.
289         (gnus-summary-move-article): Remove use of obsolete variables.
290         (gnus-summary-local-variables): Make move and delete hooks local to
291         summary buffers.
292
293 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * rtree.el: New file.
296
297 2010-12-01  Julien Danjou  <julien@danjou.info>
298
299         * message.el (message-user-organization): Do not use
300         gnus-local-organization.
301
302         * gnus.el: Remove gnus-local-organization.
303
304         * gnus-msg.el: Remove nastygram thing.
305
306 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
307
308         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
309         funcall.
310
311 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
314         names.
315
316         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
317         characters.
318
319         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
320         to t of inhibit-read-only since it is inside gnus-with-article-headers.
321         Suggested by Štěpán Němec <stepnem@gmail.com>.
322         (gnus-gravatar-transform-address): Use mail-extract-address-components
323         that supports non-ASCII names rather than mail-header-parse-addresses.
324
325 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * proto-stream.el (open-protocol-stream): All starttls connections are
328         handled by the network handler.
329
330 2010-11-30  Julien Danjou  <julien@danjou.info>
331
332         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
333         (nnimap-open-connection-1): Fix PREAUTH.
334
335         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
336
337 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
340         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
341         (shr-insert): Use them.
342         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
343
344 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
345
346         * nnir.el (nnir-request-move-article): Bail out if original group
347         doesn't support article moves.
348         (nnir-get-active): Improve active list retrieval.
349
350 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * shr.el (shr-find-fill-point): Don't break before apostrophes.
353
354 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
355
356         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
357         seem to accept strings-with-numbers as port numbers,
358
359 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
360
361         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
362         change the registry.
363
364 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
367         delete-dups that is not available in XEmacs 21.4.
368
369         * mm-util.el (mm-delete-duplicates): Add comment.
370
371 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
372
373         * nnir.el (nnir-ignored-newsgroups): New variable.
374         (nnir-get-active): Use it.
375
376 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * proto-stream.el (proto-stream-open-network): Add some comments.
379
380         * nntp.el (nntp-open-connection): Provide a :success condition.
381
382         * nnimap.el (nnimap-open-connection-1): Ditto.
383
384         * proto-stream.el (proto-stream-open-network): See what the response to
385         the STARTTLS command is.
386
387         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
388         backwards compatibility).
389         (nnimap-open-connection-1): Really respect nnimap-server-port.
390
391         * proto-stream.el (proto-stream-open-network): When doing opportunistic
392         TLS upgrades we don't really care about the identity of the peer.
393         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
394         that what we've checked for.
395         (proto-stream-always-use-starttls): Only default to t if
396         open-gnutls-stream exists.
397         (proto-stream-open-network): If STARTTLS failed, then just open a
398         normal connection.
399         (proto-stream-open-network): Wait until the greeting before doing
400         STARTTLS.
401
402         * nntp.el (nntp-open-connection): Report what the connection error is.
403
404         * proto-stream.el (open-protocol-stream): Renamed from
405         open-proto-stream.
406
407 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * nnimap.el (nnimap-stream): Change default to `undecided'.
410         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
411         first, and then network.
412         (nnimap-open-connection-1): Respect nnimap-server-port.
413         (nnimap-open-connection): Be more backwards-compatible.
414
415         * proto-stream.el (proto-stream-always-use-starttls): New variable.
416         (proto-stream-open-starttls): De-duplicate the starttls code.
417         (proto-stream-open-starttls): Folded back into the main function.
418         (proto-stream-open-network): Fix typo in the gnutls path.
419         (proto-stream-command): Refactor out.
420
421         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
422
423         * proto-stream.el (proto-stream-open-starttls): Actually implement the
424         starttls.el STARTTLS.
425
426         * color.el (color-lab->srgb): Fix function call name.
427
428         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
429         if we're using tls.el.
430         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
431         built in, then don't try to establish a STARTTLS connection.
432
433         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
434         servers.
435
436         * proto-stream.el (open-proto-stream): Use network, not stream.
437         (open-proto-stream): Add a way to specify what the end of a command is.
438
439         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
440         connections types.
441         (nntp-open-network-stream): Remove.
442         (nntp-open-ssl-stream): Remove.
443         (nntp-open-tls-stream): Remove.
444         (nntp-ssl-program): Remove.
445
446         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
447
448 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
449
450         * nnir.el: Fix typos.
451         (nnir-retrieve-headers-override-function): Rename variable to reflect
452         new semantics.
453         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
454         macros.
455         (nnir-request-article, nnir-request-move-article): Use them.
456         (nnir-categorize): New function.
457         (nnir-run-query): Use it.
458         (nnir-retrieve-headers): Rewrite to batch header retrieval.
459         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
460         sorted.
461         (nnir-group-full-name): Use gnus-group-full-name instead.
462         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
463         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
464
465 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
468
469         * proto-stream.el: New library to provide protocol-specific
470         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
471         protocols.
472         (open-proto-stream): Complete the documentation.
473         (proto-stream-open-network): Fix some typos.
474
475         * nnimap.el (nnimap-open-connection): Use it.
476
477 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
478
479         * pop3.el (pop3-open-server): Read server greeting before starting TLS
480         negotiation.
481
482 2010-11-26  Julien Danjou  <julien@danjou.info>
483
484         * color.el: Rename various rgb functions to srgb.
485
486 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
489         names.
490
491 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * shr.el (shr-insert): Revert last change.
494         (shr-find-fill-point): Never leave point being at bol;
495         relax the kinsoku limitation when rendering tables.
496
497 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
500         results from -accept-article.
501
502         * shr-color.el: Require cl when compiling.
503
504         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
505         checkin.
506
507         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
508
509         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
510
511         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
512         'add and 'delete to set backend marks.
513
514         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
515
516         * nnheader.el (nnheader-update-marks-actions): Refactor out.
517
518         * nntp.el (nntp-request-set-mark): Use it.
519
520         * nnfolder.el (nnfolder-request-set-mark): Ditto.
521
522         * nnml.el (nnml-request-set-mark): Ditto.
523
524         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
525         introduces regressions in article selection.
526         (nnimap-find-uid-response): New function.
527         (nnimap-request-accept-article): Use the UID returned, if any.
528         (nnimap-request-move-article): Use the UID returned, if any.
529         (nnimap-get-groups): Reimplement to work with folded lines.
530         (nnimap-find-uid-response): The UID is the last element in the list.
531         (nnimap-request-set-mark): Extend syntax with 'set.
532
533         * nnml.el (nnml-request-set-mark): Ditto.
534
535         * nnfolder.el (nnfolder-request-set-mark): Ditto.
536
537         * nntp.el (nntp-request-set-mark): Ditto.
538
539 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * message.el (message-called-interactively-p): A temporary macro.
542         (message-goto-body): Use it temporarily.
543
544 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
547         (nnimap-last-response-string): Unfold quoted lines, if they exist.
548         (nnimap-last-response-string): Fix last unfolding fix.
549
550 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * shr.el (shr-insert): Fix the way to fold lines.
553
554 2010-11-25  Julien Danjou  <julien@danjou.info>
555
556         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
557
558         * color.el: Rename from color-lab.el
559         (color-rgb->hex): Add.
560         (color-complement): Add.
561         (color-complement-hex): Add.
562
563         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
564
565 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * shr-color.el (shr-color-visible): Don't bug out if the colour names
568         don't exist.
569
570 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
573         assuming that article displaying or another mml-preview may be
574         interrupted for an error or for the like.
575
576         * shr.el (shr-get-background): Fix argument name.
577
578 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
581
582         * gnus-sum.el (gnus-summary-include-articles): New function.
583
584         * message.el (message-goto-body): called-interactively-p needs a
585         parameter, so use `any'.
586
587         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
588         clear marks before moving, since they're synced from the Gnus side
589         first.
590
591         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
592         (gnus-summary-move-article): Copy over all marks before moving, so that
593         IMAP doesn't think a new article has arrived.
594
595 2010-11-24  Julien Danjou  <julien@danjou.info>
596
597         * shr.el (shr-insert-background-overlay): Fix typo.
598         (shr-render-td): Copy the background before rendering.
599
600         * shr-color.el (shr-color-visible): Fix docstring.
601
602         * shr.el (shr-tag-table): Add bgcolor support.
603         (shr-render-td): Add bgcolor support.
604         (shr-get-background): Add.
605         (shr-insert-foreground-overlay): Use shr-get-background.
606
607         * message.el (message-goto-body): Use called-interactively-p.
608         (message-in-body-p): message-goto-body returns point.
609
610 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
613         Fixes something or other in Emacs 23, and is backwards compatible.
614
615         * message.el (message-goto-body): Remove the <#secure special-casing,
616         which is too special.
617
618         * shr.el (shr-parse-style): Drop !important from styles.
619
620 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
621
622         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
623         this function to return incorrect results when calling it with an
624         explicit article argument different from
625         (gnus-summary-article-number).
626
627 2010-11-24  Julien Danjou  <julien@danjou.info>
628
629         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
630         (shr-tag-body): Add background support.
631         (shr-descend): Add background support.
632         (shr-tag-title): Add.
633
634         * shr-color.el (shr-color-visible): Really return original background
635         if fixed.
636
637 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * shr.el (shr-color-check): Protect against non-existant colour names.
640
641 2010-11-24  Julien Danjou  <julien@danjou.info>
642
643         * color-lab.el: Require 'cl when compiling.
644
645         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
646
647         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
648         matched part.
649
650         * color-lab.el: Fix all expt calls to use float type.
651
652 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
655         expression to shr-color-check as is.
656
657         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
658
659         * color-lab.el: Add coding cookie.
660         (float-pi): Use eval-and-compile.
661
662         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
663         compiled for Emacsen having no `libxml-parse-html-region' support.
664
665 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * shr.el (shr-insert-color-overlay): Split stuff like
668         "#444444 !important" to find the real colour.
669         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
670         parse <font color="red"> entries.
671
672 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
673
674         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
675         point when parsing headers.
676
677         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
678         is positioned properly when parsing headers.
679
680 2010-11-23  Julien Danjou  <julien@danjou.info>
681
682         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
683
684         * shr-color.el (shr-color->hexadecimal): Add support for color names.
685
686         * shr.el (shr-parse-style): Replace \n with space in style parsing.
687
688         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
689         shr-color-hue-to-rgb.
690         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
691
692 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * shr.el (shr-color->hexadecimal): Autoload.
695         (shr-descend): Add color to all tags.
696
697 2010-11-22  Julien Danjou  <julien@danjou.info>
698
699         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
700         shr-color->hexadecimal.
701
702         * shr-color.el (shr-color->hexadecimal): Add converting functions for
703         RGB() or HSL() color representation.
704
705         * shr.el (shr-tag-font): Add.
706         (shr-tag-color-check): New function to get better colors.
707         (shr-tag-insert-color-overlay): Factorize code between tag-font and
708         tag-span.
709
710         * shr-color.el: New file.
711
712         * color-lab.el: New file.
713
714         * gnus-art.el (gnus-url-mailto): Do not downcase args.
715
716 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * nnir.el: Fix typo in comments.
719         (nnir-run-imap): Simplify code. No need to reverse artlist.
720         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
721
722 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
725
726         * nnimap.el (nnimap-get-capabilities): Refactor out.
727         (nnimap-open-connection): Re-request capabilities after STARTTLS.
728
729 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
730
731         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
732         appearing when `mm-uu-hide-markers' is nil.
733
734 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * nnimap.el (nnimap-unselect-group): Make into its own function.
737         (nnimap-request-rename-group): Unselect group before renaming.
738         This had gotten lost somewhere.
739         (nnimap-request-accept-article): Keep track of examined groups, and
740         unselect the group before APPENDing to read-only groups.
741         (nnimap-request-move-article): Clear flags before moving so that they
742         can be re-set later.
743
744 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
747         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
748
749 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-art.el (gnus-mime-display-single)
752         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
753         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
754         parameter.
755
756 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
759         (shr-table-vertical-line): New variable.
760         (shr-insert-table): Use it.
761
762 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-html.el (gnus-html-wash-images): Don't display images if
765         gnus-inhibit-images is non-nil; register displayer for cid images.
766         (gnus-html-display-image): Work for cid image.
767         (gnus-html-insert-image): Allow arguments.
768         (gnus-html-put-image): Inhibit read-only.
769         (gnus-html-prefetch-images): Don't prefetch images if
770         gnus-inhibit-images is non-nil.
771
772 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * shr.el (shr-put-image): Break lines when inserting big pictures.
775
776 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
777
778         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
779         sender, thanks Katsumi Yamaoka.
780
781 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
782
783         * nnir.el (nnir-run-imap): Reverse the article list for each group
784         rather than the whole list.
785
786 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * shr.el (shr-image-displayer): Protect function against non-existent
789         image source.
790
791         * gnus-art.el (gnus-inhibit-images): New user option.
792         (gnus-mime-display-single): Don't display image if it is non-nil.
793
794         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
795         gnus-inhibit-images.
796
797         * shr.el (shr-image-displayer): New function.
798         (shr-tag-img): Use it.
799
800 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
801
802         * mml2015.el (mml2015-epg-sign): Use From header.
803
804 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-html.el (gnus-html-wash-images): Register a displayer.
807
808         * gnus-util.el (gnus-find-text-property-region): Return markers.
809
810         * shr.el (shr-tag-img): Put a displayer in the text property.
811
812         * gnus-util.el (gnus-find-text-property-region): New utility function.
813
814         * gnus-html.el (gnus-html-display-image): Make the alt optional.
815         (gnus-html-show-images): Remove.
816
817         * gnus-art.el (gnus-article-show-images): New, more general function.
818
819         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
820         image url text properties.
821
822         * shr.el: Ditto.
823
824         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
825         gnus-agent-auto-agentize-methods is set.  Which it isn't.
826
827 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
830         work for two or more articles.
831
832 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
835         divide an image that's in an html article to two or more when washing
836         non-ASCII characters in alt text of it.
837
838 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
841         smime-decrypt-region using function argument.
842         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
843
844         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
845
846         * smime.el (smime-decrypt-region): Catch it.
847
848 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
849
850         * smime.el (smime-mode-map): Move initialization into declaration.
851         (gnus-run-mode-hooks): Don't autoload.
852         (smime-mode): Use define-derived-mode.
853
854 2010-11-11  Glenn Morris  <rgm@gnu.org>
855
856         * smime.el (from): Restrict declaration to XEmacs.
857
858         * nnir.el (gnus-group-topic-name): Autoload.
859
860 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * shr.el (shr-insert): Don't break long line if it is because of
863         kinsoku-bol characters in the line end.
864
865 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
866
867         * nnir.el (nnir-request-move-article): Fix to provide original group
868         and subject.
869         (nnir-warp-to-article): Don't fail on articles whose headers haven't
870         been retrieved.
871
872         * gnus-sum.el (gnus-summary-move-article): Use original group and
873         subject for virtual articles such as those in an nnir summary buffer.
874
875 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
878         least 21.5).
879
880         * smime.el (from): Declare it again for XEmacs.
881
882 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * message.el (message-resend): Don't disable encoding unless it's
885         already encoded.
886
887         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
888         low-numbered articles.
889
890 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * rfc2047.el (rfc2047-syntax-table): Simplify.
893
894         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
895
896         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
897         set-char-table-range for XEmacs.
898
899 2010-11-10  Glenn Morris  <rgm@gnu.org>
900
901         * time-date.el (time-to-seconds): Always an alias on Emacs,
902         never a real function.
903         (with-no-warnings): Remove compat stub, now unused.
904         (time-less-p): Doc fix.
905         (time-to-number-of-days): Simplify.
906
907         * smime.el (from): Remove unused declaration.
908
909         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
910         (gnus-float-time): On Emacs, always an alias.
911
912         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
913         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
914
915 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * dgnushack.el: Don't use ignore-errors in the top level form since it
918         is unavailable in XEmacs even if cl is loaded.
919
920         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
921
922 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * shr.el (browse-url-mailto): Autoload.
925
926         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
927
928         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
929         regexp doesn't need quoting.
930
931 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
932
933         * message.el (message-subject-trailing-was-ask-regexp)
934         (message-subject-trailing-was-regexp): Match was: in addition to was.
935
936 2010-11-09  Glenn Morris  <rgm@gnu.org>
937
938         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
939         (nnbabyl-check-mbox): Use point-at-bol.
940
941 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
944
945         * message.el (message-mailto): New function.
946         (message-mailto): Should accept other parameters.
947         (message-mailto): Remove since it duplicates browse-url-mailto
948         functionality.
949
950 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
953         methods.
954         (gnus-read-active-file): Ditto.
955
956         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
957         ": " from the prompt.
958         (gnus-group-make-group): Ditto.
959
960 2010-11-07  Glenn Morris  <rgm@gnu.org>
961
962         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
963         (gnus-bookmark-kill-line): Use point-at-eol.
964
965 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
968         asterisks in From header.
969
970 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
973         string to avoid making the From headers syntactically invalid.
974
975         * message.el (message-send-mail): Don't insert courtesy messages if the
976         message already has List-Post and List-ID messages.
977
978 2010-11-06  Glenn Morris  <rgm@gnu.org>
979
980         * gnus-art.el (gnus-treat-article): Give dynamic local variables
981         `condition', `type', `length' a prefix.
982         (gnus-treat-predicate): Update for above name changes.
983
984 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
985
986         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
987         binding.  Handled by `gnus-summary-refer-thread' instead.
988         (nnir-warp-to-article): New backend function.
989
990         * nnimap.el (nnimap-request-thread): Force dependency updating.
991
992         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
993         (gnus-summary-refer-thread): Rework to improve thread-referral.
994
995         * gnus-int.el (gnus-warp-to-article): New function.
996
997         * gnus-sum.el (gnus-summary-article-map): Bind it.
998
999 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1000
1001         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1002         gnus-summary-refer-thread.
1003
1004         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1005         headers.
1006         (gnus-summary-limit-include-thread): Prevent articles in thread from
1007         being cut in gnus-cut-threads.
1008         (gnus-summary-refer-thread): Limit retrieved headers to those in
1009         thread.
1010
1011 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * message.el (message-send-mail): Use the value of
1014         message-courtesy-message from the message buffer.
1015
1016         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1017
1018         * shr.el (shr-browse-url): Implement mailto: URLs.
1019
1020         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1021         "raw".
1022
1023         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1024         if it's already selected.
1025
1026         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1027
1028 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1031         to measure the length and truncate alt text.
1032
1033 2010-11-03  Glenn Morris  <rgm@gnu.org>
1034
1035         * nndiary.el (nndiary-generate-nov-databases-1)
1036         (nndiary-generate-active-info): Rename dynamic variable `files' to
1037         something less generic.
1038
1039 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1040
1041         * nnir.el (nnir-request-move-article): Call the underlying backend to
1042         move articles from nnir.
1043
1044 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1047
1048 2010-11-02  Julien Danjou  <julien@danjou.info>
1049
1050         * nnir.el: Remove wais support.
1051
1052 2010-11-02  Glenn Morris  <rgm@gnu.org>
1053
1054         * gnus-html.el: Reorder requirements to quieten compiler.
1055
1056 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1059         properly for XEmacs as well.
1060         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1061         (gnus-article-natural-long-line-p): Use window-width rather than
1062         frame-width.
1063
1064 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1065
1066         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1067         (nnir-read-parms): Don't modify query.
1068         (nnir-run-query): Add ability to search topic on current line.
1069         (nnir-get-active): Clean up.
1070
1071 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1074         degenerate articles.
1075
1076         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1077         (gnus-print-buffer): Just print the buffer as is, without any copying
1078         to a buffer and then re-highlighting.
1079
1080         * nnimap.el (nnimap-request-group): Store the new updated info.
1081         (nnimap-request-group): Select the group when we don't know whether it
1082         exists or not.
1083
1084         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1085         groups.
1086
1087         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1088         groups.
1089
1090         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1091         groups.
1092
1093         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1094         long-lines case by only filling the long lines.
1095
1096         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1097         (bug #7311).
1098
1099 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * shr.el: No need to declare `declare-function' since shr.el is for
1102         only Emacsen that provide `libxml-parse-html-region'.
1103
1104         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1105         effective only in a file it is referred to.
1106
1107 2010-11-01  Glenn Morris  <rgm@gnu.org>
1108
1109         * mm-util.el (gnus-completing-read): Autoload.
1110         (mm-read-coding-system): Simplify Emacs definition.
1111
1112         * nnmail.el (gnus-activate-group):
1113         * nnimap.el (gnutls-negotiate):
1114         * nntp.el (netrc-parse): Fix declarations.
1115
1116 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1119         string-match-p in Emacs >=23.
1120
1121         * gnus-msg.el (gnus-configure-posting-styles)
1122         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1123
1124 2010-11-01  Glenn Morris  <rgm@gnu.org>
1125
1126         * nnir.el (declare-function): Add compat stub.
1127         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1128         (nnir-run-gmane): Require 'mm-url.
1129
1130         * mm-util.el (mm-string-to-multibyte): Simplify.
1131
1132         * shr.el (declare-function): Add compat stub.
1133         (url-cache-create-filename): Declare.
1134         (mm-disable-multibyte, widget-convert-button): Autoload.
1135
1136         * smime.el (ldap-search): Declare.
1137         (smime-cert-by-ldap-1): Require ldap on Emacs.
1138
1139         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1140         (nnimap-keepalive): Use gnus-float-time.
1141
1142         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1143         (mail-source-delete-crash-box): Use gnus-float-time.
1144
1145         * gnus-dired.el (gnus-completing-read): Autoload.
1146
1147         * mm-view.el (gnus-rescale-image): Autoload.
1148
1149         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1150
1151         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1152
1153         * sieve-manage.el: Require 'cl when compiling.
1154
1155         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1156         (gnus-iswitchb-completing-read): Require iswitchb.
1157         (gnus-select-frame-set-input-focus): Silence compiler.
1158
1159 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * message.el (message-subject-trailing-was-query): Change default to t,
1162         since I think that's what most people want.
1163
1164         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1165         appending for easier debugging.
1166         (nnimap-wait-for-connection): Take a regexp.
1167         (nnimap-request-accept-article): Wait for the continuation line before
1168         sending anything unless we're streaming.
1169
1170         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1171         leave the header washing to take place.
1172
1173 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1174
1175         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1176         regular expression match and replace in posting styles.
1177
1178 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1179
1180         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1181         an entire server.
1182         (nnir-get-active): New function.
1183         (nnir-run-imap): Use it.
1184         (nnir-run-gmane): Who knew, gmane search returns an article score!
1185
1186         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1187         server on the current line with nnir.
1188
1189 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1192         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1193         left edge.
1194         (gnus-article-foldable-buffer): Skip past the prefix when determining
1195         raggedness.
1196
1197         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1198         the raw article, and change `C-u g' to show the article without doing
1199         treatments.
1200
1201         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1202         on to `gnus-treat-article'.
1203         (gnus-inhibit-article-treatments): New variable.
1204
1205         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1206
1207         * gnus-art.el (gnus-treatment-function-alist): Have
1208         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1209         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1210         sections.
1211
1212         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1213         parameter.
1214         (gnus-article-fill-cited-long-lines): New function.
1215         (gnus-article-fill-cited-article): Allow filling only long sections.
1216
1217         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1218         and non-punctuation (like after the apostrophe in "'We").
1219
1220         * gnus-sum.el (gnus-summary-select-article): Make sure
1221         gnus-original-article-buffer is alive.
1222
1223         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1224         reflect the order they're in in the digest.
1225
1226         * gnus.el (gnus-group-startup-message): Move point to the start of the
1227         buffer.
1228
1229         * nnimap.el (nnimap-capability): New function.
1230         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1231         is set.
1232
1233 2010-10-31  David Engster  <dengste@eml.cc>
1234
1235         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1236         conform with changes to gnus-completing-read.
1237
1238 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1241
1242 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1243
1244         * nnir.el: Move defvar, defcustom around to keep file organized
1245         and keep byte-compiler quiet.
1246         (nnir-read-parms): Accept search-engine as arg.
1247         (nnir-run-query): Pass search-engine as arg.
1248         (nnir-search-engine): Remove.
1249
1250 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * shr.el (shr-generic): The text nodes should be text, not :text.
1253
1254         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1255         later in the file.
1256
1257 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1258
1259         * nnir.el: General clean up.  Allow searching with multiple engines.
1260         Allow separate extra-parameters for each engine.
1261         Batch queries when possible.
1262         (nnir-imap-default-search-key,nnir-method-default-engines):
1263         Add customize interface.
1264         (nnir-run-gmane): New engine.
1265         (nnir-engines): Use it.  Qualify all prompts with engine name.
1266         (nnir-search-engine): Remove global variable.
1267         (nnir-run-hyrex): Restore for now.
1268         (nnir-extra-parms,nnir-search-history): New variables.
1269         (gnus-group-make-nnir-group): Use them.
1270         (nnir-group-server): Remove in favor of gnus-group-server.
1271         (nnir-request-group): Avoid searching twice.
1272         (nnir-sort-groups-by-server): New function.
1273
1274 2010-10-30  Julien Danjou  <julien@danjou.info>
1275
1276         * gnus-group.el: Remove gnus-group-fetch-control.
1277
1278         * gnus-start.el (gnus-find-new-newsgroups):
1279         Remove gnus-check-first-time-used.
1280
1281         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1282
1283 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1284
1285         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1286         set on groups that don't have \* permanentflags.
1287
1288 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1291         control the background color.
1292         (shr-tag-img): Ignore very small web bug type images.
1293         (shr-put-image): Add help-echo alt texts to the images.
1294         (shr-tag-video): Show the video poster image.
1295
1296 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * shr.el (shr-table-depth): New variable.
1299         (shr-tag-table-1): Only insert the images after the top-level table.
1300
1301         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1302
1303         * gnus-util.el (gnus-list-memq-of-list): New function.
1304
1305         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1306         selected.
1307         (nnimap-unsplittable-articles): New slot.
1308         (nnimap-new-articles): Use it.
1309
1310 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1311
1312         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1313         move to the previous line on `M-g'.
1314
1315 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1318         *-request-group, which seems unnecessary.
1319
1320         * nnimap.el (nnimap-quote-specials): Function copied over from
1321         imap.el.
1322         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1323         they support that.  Suggested by Tom Regner.
1324
1325 2010-10-29  Julien Danjou  <julien@danjou.info>
1326
1327         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1328         defalias.
1329         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1330
1331         * gnus.el: Remove `gnus-nntp-service' variable.
1332         (gnus-secondary-servers): Make obsolete.
1333         (gnus-nntp-server): Make obsolete.
1334
1335         * gnus-start.el (gnus-1): Remove x-splash calls.
1336
1337         * gnus-ems.el (gnus-x-splash): Remove.
1338
1339         * gnus.el (gnus-group-startup-message): Simplify/update code.
1340
1341         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1342         definition.
1343
1344         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1345         capability before doing anything.
1346         (gnus-group-insert-group-line): Remove useless
1347         gnus-group-remove-excess-properties.
1348
1349 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1352
1353 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1356         config after reselecting.
1357
1358 2010-10-28  Julien Danjou  <julien@danjou.info>
1359
1360         * shr.el (shr-put-image): Use point even if only inserting text.
1361         (shr-put-image): Save excursion when inserting alt text on non-graphic
1362         display, so the behaviour is the same when we are on a graphic display.
1363
1364         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1365
1366 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1369         (gnus-mime-copy-part): Check coding system, not charset.
1370         (gnus-mime-view-part-externally): Never remove part.
1371         (gnus-mime-view-part-internally): Don't remove part here.
1372         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1373         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1374         multipart/alternative.
1375
1376         * mm-decode.el (mm-display-part): Take optional arg `force'.
1377
1378 2010-10-26  Julien Danjou  <julien@danjou.info>
1379
1380         * gnus-group.el (gnus-group-default-list-level): Add this function to
1381         compute the default list level.
1382         (gnus-group-default-list-level): Add possibility to use a function.
1383
1384 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1387
1388         * gnus-group.el (gnus-group-completing-read)
1389         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1390         gnus-replace-in-string.
1391
1392 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * shr.el (shr-tag-div): Add.
1395
1396         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1397
1398 2010-10-25  Julien Danjou  <julien@danjou.info>
1399
1400         * gnus-util.el: Remove `gnus-with-local-quit'.
1401
1402         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1403
1404 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1407         the original article buffer.
1408
1409 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * nnimap.el (nnimap-request-head): New function.
1412         (nnimap-request-move-article): Try to be slighly faster by not
1413         requesting the entire message when moving.
1414         (nnimap-transform-headers): Don't bug out on bodiless articles.
1415         (nnimap-send-command): Have no outstanding messages if the IMAP server
1416         doesn't support streaming.
1417         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1418
1419 2010-10-24  Julien Danjou  <julien@danjou.info>
1420
1421         * message.el (message-default-headers): Fix type.
1422
1423 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1426         prefetching images.
1427
1428         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1429         backend for unknown groups.  This is mainly useful for nnimap groups.
1430
1431         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1432         group isn't covered by the agent.
1433
1434 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1435
1436         * nnir.el (nnir-method-default-engines): New variable.
1437         (nnir-run-query): Use it.
1438         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1439         (gnus-summary-nnir-goto-thread): Change group if needed.
1440
1441         * gnus-group.el (gnus-group-group-map): Add key binding for
1442         gnus-group-make-nnir-group.
1443
1444 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * shr.el (shr-tag-object): Add.
1447
1448         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1449         original article buffer live.
1450         (gnus-summary-select-article-buffer):
1451         Mention gnus-widen-article-buffer.
1452
1453 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * shr.el (shr-tag-strong): Add.
1456
1457 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1460         group names.  They mess up the group buffer badly.
1461
1462         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1463
1464         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1465         instead of the summary one.
1466
1467 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * mml.el (mml-preview): Work properly when editing article.
1470
1471         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1472         gnus-have-read-active-file if it's already been in.
1473
1474 2010-10-22  Tom Tromey  <tromey@redhat.com>
1475
1476         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1477         gnus-group-completing-read.
1478
1479 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * message.el (message-mode-map): Don't bind M-; to comment region, to
1482         allow the global comment-dwim to work.
1483
1484 2010-10-21  Julien Danjou  <julien@danjou.info>
1485
1486         * message.el (message-setup-1): Allow message-default-headers to be a
1487         function.
1488
1489 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * shr.el (shr-tag-table): Simplify.
1492
1493 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1496         to avoid trying to snarf invalid stuff.
1497
1498         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1499
1500         * gnus.el (gnus-message-archive-group): Quote value.
1501         (gnus-message-archive-group): Mark as changed.
1502
1503         * shr.el (shr-add-font): Don't put the font properties on the newline
1504         or the indentation.
1505
1506         * message.el (message-fix-before-sending): Change options when sending
1507         non-printable characters.
1508
1509         * gnus.el (gnus-message-archive-method): Change the default to
1510         monthly outgoing groups.
1511
1512         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1513         that have gotten new numbers.
1514
1515         * nnimap.el (nnimap-request-replace-article): New function.
1516
1517 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1520         (nnrss-request-article): Don't use special html washing code.
1521
1522 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * shr.el (shr-tag-table): Remove useless nconc.
1525
1526 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-art.el (article-wash-html): Simplify and remove the charset
1529         stuff.  Use the normal html rendering code instead of the special html
1530         washing code.
1531
1532         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1533         `gnus-w3m' symbols.
1534         (mm-text-html-washer-alist): Remove.
1535
1536         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1537         (mm-inline-media-tests): Remove use.
1538         (mm-text-html-renderer): Change default to the `shr' symbol.
1539
1540         * mm-view.el (mm-inline-text-html): Remove use.
1541
1542         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1543         `gnus-blocked-images' to be a function.
1544         (gnus-article-wash-function): Remove.
1545
1546 2010-10-20  Julien Danjou  <julien@danjou.info>
1547
1548         * spam.el (spam-list-of-processors): Mark as obsolete.
1549
1550         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1551         (nnimap-insert-partial-structure): Fix boundary detection.
1552
1553 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1554
1555         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1556         run file-truename on remote files.  This can be expensive and even
1557         prevent one from editing drafts if some unrelated buffer has a stale
1558         connection.
1559
1560 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1563         kinsoku-eol regardless of shr-kinsoku-shorten.
1564         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1565         (shr-tag-table): Support caption, thead, and tfoot.
1566
1567 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1570         lines.
1571         (shr-save-contents): New command and keystroke.
1572
1573         * nndoc.el (nndoc-type-alist): Add git support.
1574         (nndoc-git-type-p): New function.
1575         (nndoc-transform-git-article): Ditto.
1576         (nndoc-transform-git-headers): Ditto.
1577         (nndoc-transform-git-headers): Generate Subject headers.
1578
1579         * shr.el (shr-parse-style): New function.
1580         (shr-tag-span): Ditto.
1581
1582         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1583         to `G G' to avoid collisions.
1584
1585 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * shr.el: Load kinsoku if necessary.
1588         (shr-kinsoku-shorten): New internal variable.
1589         (shr-find-fill-point): Make kinsoku shorten text line if
1590         shr-kinsoku-shorten is bound to non-nil.
1591         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1592         shr-indentation too when testing if table is wider than frame width.
1593         (shr-insert-table): Use `string-width' instead of `length' to measure
1594         text width.
1595         (shr-insert-table-ruler): Make sure indentation is done at bol.
1596
1597 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1598
1599         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1600         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1601         undecoded network data.
1602
1603 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1606         name in the mode line spec so that the mode line menu works
1607         (bug #2431).
1608
1609         * message.el (message-get-reply-headers): If we're fed `to-address',
1610         then always use that.
1611
1612         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1613         aren't so wide as to need to switch off the edit menu.
1614
1615         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1616         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1617
1618         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1619         `M-g'.
1620         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1621         the permanent marks.
1622
1623 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1626         Splitting according to references/in-reply-to obeys the ignore-groups
1627         variable, while splitting by sender and subject do not.
1628
1629 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1632         alist, so that we can look for non-Unicode chars.
1633         (article-translate-strings): Allow both character and string maps.
1634
1635 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * shr.el (shr-insert): Don't insert space behind a wide character
1638         categorized as kinsoku-bol, or between characters both categorized as
1639         nospace.
1640
1641 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1642
1643         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1644         headers to gnus-newsgroup-headers.
1645
1646 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * shr.el (shr-tag-img): Don't align images -- since we're not
1649         rescaling, this often leads to ugly displays.
1650
1651 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1652
1653         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1654         duplicates.
1655
1656 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1657
1658         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1659         call.
1660
1661 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus.el: Autoload gnus-html-show-images.
1664
1665         * nnimap.el: Use nnheader-message throughout.
1666
1667         * shr.el (shr-tag-img): Ignore images with no data.
1668
1669 2010-10-15  Julien Danjou  <julien@danjou.info>
1670
1671         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1672         a possibility to disable format=flow encoding when using hard newlines.
1673
1674 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * shr.el (shr-insert): Remove space inserted before or after a
1677         breakable character or at the beginning or the end of a line.
1678         (shr-find-fill-point): Do kinsoku; find the second best point or give
1679         it up if there's no breakable point.
1680
1681 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * nnimap.el (nnimap-open-connection): Message when opening connection
1684         for debugging purposes.
1685
1686         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1687         on every setup buffer call to allow this to change from article to
1688         article.
1689
1690         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1691         buffers where we have a wide table.
1692
1693 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1694
1695         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1696         uses *-request-thread.
1697
1698 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1701         incantation, which is no longer valid.
1702
1703 2010-10-14  Julien Danjou  <julien@danjou.info>
1704
1705         * shr.el: Fix defcustom type (char -> character).
1706
1707 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1710         programs.
1711
1712 2010-10-14  Julien Danjou  <julien@danjou.info>
1713
1714         * shr.el (shr-tag-a): Use url-link as widget type.
1715
1716         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1717         `gnus-group-get-icon'.
1718
1719 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1722         This should make server editing work better.
1723
1724         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1725
1726         * tls.el (tls-program): Remove spurious %s from openssl.
1727
1728         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1729         (nnimap-parse-flags): Fix regexp.
1730
1731         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1732         probably work for CJVK text, too.
1733
1734         * nnimap.el (nnimap-extend-tls-programs): Remove.
1735         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1736
1737         * tls.el (tls-starttls-switches): Remove starttls hack.
1738         (open-tls-stream): Ditto.
1739         (tls-find-starttls-argument): Ditto.
1740
1741 2010-10-13  Julien Danjou  <julien@danjou.info>
1742
1743         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1744         responses.
1745
1746 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1749
1750         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1751         anything in Emacs.
1752
1753         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1754
1755 2010-10-13  Julien Danjou  <julien@danjou.info>
1756
1757         * shr.el (shr-width): Make shr-width a defcustom with default to
1758         fill-column.
1759         (shr-tag-img): Use shr-width rather than fill-column.
1760
1761 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * dgnushack.el (byte-optimize-apply)
1764         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1765
1766         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1767         position when (X-)Faces exist.
1768         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1769         avatars when called interactively.
1770
1771 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1774         gnus-article-x-face-too-ugly is bound.
1775
1776 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1779
1780         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1781         mailbox that doesn't exist.
1782
1783 2010-10-12  Julien Danjou  <julien@danjou.info>
1784
1785         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1786         (shr-get-image-data): Encode URL properly when fetching from cache.
1787         (shr-tag-img): Use aligned-to spaces to align correctly images.
1788
1789         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1790         before inserting the Gravatar.
1791
1792         * shr.el (shr-tag-img): Add align attribute support for <img>.
1793
1794 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-gravatar.el (gnus-art): Require.
1797
1798         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1799         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1800         Remove long obsoleted functions.
1801
1802 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1805
1806         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1807
1808         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1809         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1810         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1811         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1812         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1813         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1814         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1815
1816 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * nnimap.el (nnimap-request-rename-group): Select group read-only
1819         before renaming it.
1820
1821         * shr.el (shr-insert): Fix up the white space only regexp.
1822
1823         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1824         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1825
1826         * shr.el (shr-current-column): New function.
1827         (shr-find-fill-point): New function.
1828
1829 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1830
1831         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1832         numbers.
1833
1834 2010-10-11  Julien Danjou  <julien@danjou.info>
1835
1836         * shr.el (shr-hr-line): Add.
1837         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1838         display hr lines.
1839         (shr-max-columns): Do not change state to nil if we just inserting
1840         spaces.
1841
1842 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1845         select the last group.
1846
1847 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1848
1849         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1850
1851 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1852
1853         * dig.el (dig-mode-map): Declare and define in one step.
1854
1855 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1858         for Gnus.
1859         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1860         (nnimap-update-qresync-info): Mark \Seen articles as read.
1861
1862         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1863         non-variable, too.
1864
1865         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1866         available.
1867         (nnimap-update-info): Rely more on the current active than the param
1868         active to avoid marking articles as read too much.
1869
1870         * auth-source.el (auth-source-create): Use (user-login-name) for the
1871         user name default.
1872
1873         * nnimap.el (nnimap-update-info): If the server doesn't return any
1874         useful info, just use the previous info.
1875         (nnimap-update-info): Prefer old info over start-article.
1876         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1877
1878 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1879
1880         * nnir.el (autoload): Clean up autoloads.
1881         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1882         Use key rather than value.
1883         (nnir-imap-search-other): New variable.
1884         (nnir-read-parm): Use it.
1885         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1886         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1887
1888 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1889
1890         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1891         the process, too.
1892
1893 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * spam.el (gnus-summary-mode-map): Bind to "$".
1896         Suggested by Russ Allbery.
1897
1898         * shr.el: Rework the way things are indented by <li> slightly.
1899
1900         * gnus.el (gnus-group-set-parameter): Fix typo.
1901
1902         * nnimap.el: Start implementing QRESYNC support.
1903
1904 2010-10-09  Julien Danjou  <julien@danjou.info>
1905
1906         * nnir.el (nnir-engines): Fix too many arguments.
1907
1908 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1911         group is the "last", so that the backends like nnfolder actually save
1912         their folders.
1913
1914         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1915         try to use that for the tls stream.
1916         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1917         UIDVALIDITY and find out which groups are read-only and not.
1918         (nnimap-get-flags): Use the same marks parsing code as the rest of
1919         nnimap.
1920
1921 2010-10-09  Julien Danjou  <julien@danjou.info>
1922
1923         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1924
1925         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1926         retrieving gravatars.
1927
1928         * shr.el (shr-table-corner): Add.
1929         (shr-table-line): Add.
1930         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1931
1932 2010-10-08  Julien Danjou  <julien@danjou.info>
1933
1934         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1935
1936 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1937
1938         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1939
1940         * gnus-sum.el (gnus-mark-article-as-unread)
1941         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1942         (gnus-summary-set-bookmark): Use it.
1943
1944         * gnus-msg.el (gnus-setup-message): Use it.
1945
1946         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1947
1948         * gnus.el (gnus-group-remove-parameter): Use it.
1949
1950         * gnus-group.el (gnus-group-make-web-group): Use it.
1951
1952         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1953
1954         * nnregistry.el: Update docs to mention manual.
1955
1956         * gnus-registry.el: Update docs to mention nnregistry.el.
1957         (gnus-registry-initialize): Don't install nnregistry refer method
1958         automatically.
1959         (gnus-registry-install-nnregistry): Remove it.
1960
1961 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * shr.el (shr-insert): Don't insert double spaces.
1964
1965 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-gravatar.el (gnus-treat-from-gravatar)
1968         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1969         called interactively.
1970
1971         * gnus-art.el (gnus-mime-view-part-externally)
1972         (gnus-mime-view-part-internally): Make predicate function passed to
1973         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1974         of a mime type.
1975
1976         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1977
1978 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * shr.el (require): Require cl when compiling.
1981         (shr-tag-hr): New function.
1982
1983         * nnimap.el (nnimap-update-info): Remove double setting of high.
1984         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1985         This makes nnimap work properly on Courier again.
1986
1987         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1988         the variable for backwards compatability.
1989
1990         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1991         the file name before using to avoid setting mm-default-directory to
1992         nil.
1993
1994         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1995         bidning gnus-agent variables.
1996
1997         * shr.el (shr-render-td): Use a cache for the table rendering function
1998         to avoid getting an exponential rendering behaviour in nested tables.
1999         (shr-insert): Rework the line-breaking algorithm.
2000         (shr-insert): Don't leave trailing spaces.
2001         (shr-insert-table): Also insert empty TDs.
2002         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2003
2004 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2005
2006         * gnus-sum.el (gnus-number): Rename from `number'.
2007         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2008         (gnus-summary-limit-children): Update uses correspondingly.
2009
2010 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2013         (gnus-gravatar-transform-address): Don't show avatars of people of
2014         which mail addresses match gnus-gravatar-too-ugly.
2015
2016 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * shr.el (shr-table-widths): Expand TD elements to fill available
2019         space.
2020
2021 2010-10-07  Julien Danjou  <julien@danjou.info>
2022
2023         * nnimap.el (nnimap-request-rename-group): Add this method.
2024
2025 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2028         name from XEmacs' function-arglist.
2029
2030         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2031         gravatar under XEmacs.
2032
2033 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2034
2035         * auth-source.el: Update docs with TODO items.
2036
2037         * gnus-sync.el: Update docs to explain state and plans.
2038
2039         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2040         Hooks for mark updates.
2041         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2042
2043         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2044         hooks with arguments, which is needed for mark update hooks.
2045
2046 2010-10-06  Julien Danjou  <julien@danjou.info>
2047
2048         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2049         was matched.
2050
2051         * sieve-manage.el: Update example in `Commentary'.
2052
2053         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2054
2055         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2056         not 2000.
2057         (sieve-manage-authenticate): Re-add function.
2058
2059 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * shr.el (shr-insert): Get 'space transition right.
2062         (shr-render-td): Only delete space at the end of the TD.
2063
2064         * nnimap.el (nnimap-open-connection): Prepare to support
2065         open-gnutls-stream.
2066
2067         * shr.el: Rearrange function order to be more logical.
2068
2069 2010-10-06  Julien Danjou  <julien@danjou.info>
2070
2071         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2072         (nnrss-discover-feed): Remove 404 URL in docstring.
2073
2074         * nnir.el: Fix Swish-E URL.
2075         Fix Namazu URL.
2076
2077         * message.el (message-change-subject): Remove 404 URL in a comment.
2078
2079 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2082         called interactively.
2083
2084         * gnus-util.el (gnus-remove-if): Allow hash table.
2085         (gnus-remove-if-not): New function.
2086
2087         * gnus-art.el (gnus-mime-view-part-as-type)
2088         * gnus-score.el (gnus-summary-score-effect)
2089         * gnus-sum.el (gnus-read-move-group-name):
2090         Replace remove-if-not with gnus-remove-if-not.
2091
2092         * gnus-group.el (gnus-group-completing-read):
2093         Regard collection as a hash table if it is not a list.
2094
2095 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2098
2099         * shr.el: Document the table-rendering algorithm.
2100
2101 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2104         for Emacsen having no `libxml-parse-html-region' support.
2105
2106 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2109         invalid URLs.
2110
2111         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2112         line-broken.
2113         (shr-tag-img): Ignore image fetching errors.
2114         (shr-overlays-in-region): Compute overlay positions correctly.
2115
2116         * mm-decode.el (mm-shr): Require shr.
2117
2118         * gnus-art.el (gnus-blocked-images): Move variable here.
2119
2120         * shr.el (shr-insert-table): Bind free variable.
2121
2122         * mm-decode.el (mm-shr): Bind shr-content-function.
2123
2124         * shr.el (shr-content-function): New variable.
2125
2126         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2127         added for symmetry.
2128
2129         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2130
2131         * gnus-group.el (gnus-group-make-group): Doc fix.
2132
2133         * nnimap.el (nnimap-request-newgroups): Return success.
2134
2135         * shr.el (shr-find-elements): New function.
2136         (shr-tag-table): Put all the images after the table.
2137         (shr-tag-table): Really inhibit images inside the table.
2138         (shr-collect-overlays): Copy over overlays from the TD elements to the
2139         main document.
2140
2141         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2142         gnus-blocked-images.
2143
2144 2010-10-05  Julien Danjou  <julien@danjou.info>
2145
2146         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2147
2148         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2149         (gnus-html-maximum-image-size): Add this function.
2150         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2151
2152         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2153         server-value of the capability is nil.
2154
2155 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * shr.el (shr-tag-em): Add <EM> tag.
2158
2159 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2160
2161         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2162         customizable.
2163
2164         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2165         handing broken links to browse-url.
2166
2167 2010-10-05  Julien Danjou  <julien@danjou.info>
2168
2169         * gnus-util.el (gnus-emacs-completing-read)
2170         (gnus-iswitchb-completing-read): Use autoload rather than require.
2171
2172 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2175         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2176         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2177         iswitchb-temp-buflist for XEmacs.
2178
2179         * gnus-util.el (gnus-completing-read-function): Exclude
2180         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2181         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2182         XEmacs.
2183
2184         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2185         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2186
2187         * gnus-html.el: Don't require help-fns under XEmacs.
2188         (gnus-html-schedule-image-fetching): Work for XEmacs.
2189
2190         * mm-decode.el (mm-shr): Decode contents by charset.
2191
2192 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2195         unknown.
2196
2197         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2198         (shr-get-image-data): Ensure against the cache file missing.
2199
2200         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2201         for data.
2202
2203         * spam-report.el (spam-report-url-ping-plain): Don't query about
2204         killing the process.
2205
2206         * shr.el (shr-render-td): Protect against too-wide text.
2207
2208 2010-10-04  Julien Danjou  <julien@danjou.info>
2209
2210         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2211         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2212
2213         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2214         retrieved.
2215
2216 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * shr.el (browse-url): Require.
2219         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2220         lines.
2221         (shr-show-alt-text, shr-browse-image): New commands.
2222         (shr-browse-url, shr-copy-url): New commands.
2223
2224         * gnus-sum.el (gnus-widen-article-window): New variable.
2225         (gnus-summary-select-article-buffer): Use it.
2226
2227         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2228         without @ signs.
2229
2230 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2231
2232         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2233
2234 2010-10-04  Julien Danjou  <julien@danjou.info>
2235
2236         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2237         for XEmacs.
2238
2239 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2242
2243         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2244         (nnimap-close-server): Implement.
2245
2246         * dgnushack.el (iswitchb): Require to shut up the compiler.
2247
2248         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2249         (shr-insert): Tweak line breaking.
2250         (shr-insert): Handle <pre> better.
2251         (shr-tag-li): Get <li> indentation right.
2252         (shr-tag-li): Get <li> indentation even righter.
2253         (shr-tag-blockquote): Ensure paragraph start.
2254         (shr-make-table): Tweak table generation.
2255         (shr-make-table): Fix typo.
2256
2257         * shr.el: Implement table rendering.
2258
2259 2010-10-04  Julien Danjou  <julien@danjou.info>
2260
2261         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2262
2263 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * shr.el (shr-insert): Use string anchors instead of line anchors.
2266
2267 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * shr.el: Add headings.
2270         (shr-ensure-paragraph): Actually work.
2271         (shr-tag-li): Make <ul> prettier.
2272         (shr-insert): Get white space at the beginning/end of elements right.
2273         (shr-tag-p): Collapse subsequent <p>s.
2274         (shr-ensure-paragraph): Don't insert double line feeds after blank
2275         lines.
2276         (shr-insert): \t is also space.
2277         (shr-tag-s): Fix "s" tag name function.
2278         (shr-tag-s): Fix face prop name.
2279
2280 2010-10-03  Julien Danjou  <julien@danjou.info>
2281
2282         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2283
2284         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2285         gnus-window-inside-pixel-edges.
2286
2287         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2288         gnus-ems.
2289
2290         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2291
2292         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2293         function.
2294
2295         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2296         resize choice.
2297
2298 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2301         beginning of the buffer.
2302
2303         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2304         article buffer again.
2305
2306         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2307
2308         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2309         when it's at the start of the buffer.
2310
2311         * shr.el (shr-tag-blockquote): Convert name.
2312         (shr-rescale-image): Use the right image-size variant.
2313
2314         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2315         buffer isn't shown, then select the current article first instead of
2316         bugging out.
2317         (gnus-summary-select-article-buffer): Show both the article and summary
2318         buffers again.
2319
2320         * shr.el (shr-fontize-cont): Protect against regions with no text.
2321         Rename tag functions to shr-tag-* for enhanced security.
2322         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2323
2324 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2325
2326         * shr.el (shr-insert):
2327         * pop3.el (pop3-movemail):
2328         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2329         loaded.
2330
2331 2010-10-03  Glenn Morris  <rgm@gnu.org>
2332
2333         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2334
2335         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2336
2337         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2338
2339         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2340
2341         * gnus-util.el (gnus-make-local-hook): Simplify.
2342
2343 2010-10-02  Julien Danjou  <julien@danjou.info>
2344
2345         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2346         (gnus-ido-completing-read): New function.
2347         (gnus-emacs-completing-read): New function.
2348         (gnus-completing-read): Use gnus-completing-read-function.
2349         Add gnus-completing-read-function.
2350
2351 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * shr.el (shr-insert-document): Autoload.
2354         (shr-img): Be silent.
2355         (shr-insert): Add a newline after every picture before text.
2356         (shr-add-font): Use overlays for combining faces.
2357         (shr-insert): Pass upwards the text start point.
2358
2359         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2360         possible.
2361         (mm-shr): New function.
2362
2363 2010-10-02  Julien Danjou  <julien@danjou.info>
2364
2365         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2366         should go backward.
2367
2368 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2369
2370         * shr.el (shr): Fix typo in provide call.
2371
2372 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * shr.el: New file.
2375
2376         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2377
2378         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2379         completing read.
2380
2381 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2384         we're being queried about.  Suggested by Dan Jacobson.
2385
2386         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2387         Suggested by Jason Eisner.
2388
2389         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2390         table, too.  Suggested by Stefan Wiens.
2391         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2392         the table unnecessary.  Suggested by Stefan Wiens.
2393
2394         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2395         longer needed, and probably doesn't work either, as pointed out by
2396         Stefan Wiens.
2397         (gnus-summary-exit): Remove call to the clearing function.
2398         (gnus-summary-exit-no-update): Ditto.
2399
2400         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2401         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2402         Reported by Stefan Monnier.
2403         (gnus-summary-save-in-rmail): Ditto.
2404
2405         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2406         article buffer, instead of both the article buffer and the summary
2407         buffer.  Sort of suggested by Dan Jacobson.
2408
2409         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2410
2411         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2412         Suggested by Dan Jacobson.
2413
2414         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2415         documentation clearer.
2416
2417         * message.el (message-shorten-references): Comment on the number "21".
2418         Suggested by Stefan Monnier.
2419
2420         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2421         Suggested by Dan Jacobson.
2422
2423         * gnus.el (gnus-large-newsgroup):
2424         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2425
2426         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2427         externalize attachments.  Bug reported by Steve Wen.
2428
2429         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2430         really message anything to the user.
2431
2432         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2433         directly.
2434
2435         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2436         messages in empty groups.
2437
2438 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2439
2440         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2441         non-UIDNEXT group.
2442
2443 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2446         not the value from the collection.
2447
2448         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2449         values.  This sometimes happens on some groups that have no info.
2450         (nnimap-request-newgroups): New function.
2451
2452 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2455         check into `gnus-registry-initialize'.
2456         (gnus-registry-initialize): Ditto.
2457         Fix and extend header docs.
2458
2459 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2462         regexp backtrace overflows.
2463
2464         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2465         for starttls that tls.el implements; i.e. openssl.
2466
2467         * tls.el (tls-starttls-switches): Give up on using starttls with
2468         gnutls-cli.
2469         (tls-program): Add --insecure to be consistent with the defaults from
2470         openssl s_client.  Now all three commands are insecure.
2471
2472 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * lpath.el: Bind completion-styles-alist for XEmacs.
2475
2476         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2477         (gravatar-create-image): New function that's an alias to
2478         gnus-xmas-create-image, gnus-create-image, or create-image.
2479         (gravatar-data->image): Use it.
2480
2481 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2484         install the nnregistry refer method.
2485         (gnus-registry-install-hooks): Use it.
2486         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2487         unfollowed groups.
2488
2489 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2490
2491         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2492         expanding threads.
2493
2494 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * nnir.el: Use the server names without suffixes (bug #7009).
2497
2498         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2499         unencrypted to STARTTLS, if possible.
2500
2501 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2502
2503         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2504         headers before superseding.
2505
2506 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * nnrss.el (nnrss-use-local): Add documentation.
2509
2510         * nnimap.el (nnimap-extend-tls-programs): New function.
2511         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2512         (nnimap-wait-for-connection): Accept the greeting from the stupid
2513         output from openssl s_client -starttls, too.
2514
2515         * tls.el (tls-starttls-switches): New variable.
2516         (tls-find-starttls-argument): Use it.
2517         (open-tls-stream): Ditto.
2518
2519         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2520         (netrc-machine): Ditto.
2521
2522         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2523         article number.
2524         (nnimap-split-fancy): New variable.
2525         (nnimap-split-incoming-mail): Use it.
2526
2527         * nntp.el (nntp-server-list-active-group): Document.
2528
2529         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2530         SELECT to get the message-id.
2531
2532         * mail-source.el (mail-sources): Remove webmail support.
2533         (defvar): Ditto.
2534         (mail-source-fetcher-alist): Ditto.
2535         (mail-source-fetch-webmail): Remove.
2536
2537         * webmail.el: Remove -- doesn't seem relevant any more.
2538
2539         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2540
2541         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2542         the \r.
2543
2544 2010-09-30  Julien Danjou  <julien@danjou.info>
2545
2546         * gnus-agent.el (gnus-agent-add-group): Fix call to
2547         gnus-completing-read.
2548
2549 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * nndoc.el (nndoc-retrieve-groups): New function.
2552
2553         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2554         `default', use nnmail-split-methods.
2555         (nnimap-request-article): Downcase the NILs so that they are nil.
2556
2557         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2558         symbol.
2559
2560         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2561         code, since if the user has requested network, that's what they ought
2562         to get.
2563         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2564         (nnimap-split-rule): Mark as obsolete.
2565
2566         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2567         New variable.
2568
2569         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2570         correct slot, too.
2571
2572 2010-09-29  Julien Danjou  <julien@danjou.info>
2573
2574         * gnus.el (gnus-local-domain): Declare variable obsolete.
2575
2576         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2577         Fix history computing.
2578         (gnus-ido-completing-read): Require ido.
2579
2580 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2583         build Gnus.
2584
2585         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2586         when interpreting the structures.
2587         (nnimap-request-accept-article): Add \r\n to the lines to make this
2588         work with Cyrus.
2589
2590         * nndraft.el (nndraft-request-expire-articles): Use the group name
2591         instead if "nndraft".  Fix found by Nils Ackermann.
2592
2593 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2594
2595         * nnregistry.el: Add.
2596
2597 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2598
2599         * nnmail.el (group, group-art-list, group-art):
2600         Remove unneeded directives.
2601
2602 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2605         (mm-mime-charset)
2606         * rfc2047.el (rfc2047-syntax-table)
2607         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2608
2609         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2610         rather than `insert-file-contents' and `eval-region'.
2611
2612         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2613         construction.
2614
2615         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2616
2617         * time-date.el: No need to require cl for Emacs 21.
2618
2619 2010-09-29  Julien Danjou  <julien@danjou.info>
2620
2621         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2622         replacement of `gnus-gravatar-relief' to mimic
2623         `gnus-faces-properties-alist'.
2624         Add :version property.
2625
2626 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * mail-source.el (mail-source-report-new-mail)
2629         * message.el (message-default-mail-headers)
2630         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2631
2632         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2633
2634 2010-09-28  Julien Danjou  <julien@danjou.info>
2635
2636         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2637         mail-address contains the same string as real-name.
2638
2639         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2640         non-blank in header, otherwise it'll get stripped.
2641
2642         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2643         real-name, and then for mail address rather than doing : or , search.
2644
2645 2010-09-27  Julien Danjou  <julien@danjou.info>
2646
2647         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2648         right completing-read function.
2649         (gnus-use-ido): New variable
2650         (gnus-completing-read-with-default): Remove.
2651         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2652         (gnus-agent-add-group):
2653         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2654         * mm-view.el (mm-view-pkcs7-decrypt):
2655         * mm-util.el (mm-codepage-setup):
2656         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2657         * mml-smime.el (mml-smime-openssl-sign-query):
2658         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2659         (mml-insert-multipart):
2660         * gnus-msg.el (gnus-summary-yank-message):
2661         * gnus-int.el (gnus-start-news-server):
2662         * mm-decode.el (mm-interactively-view-part):
2663         * gnus-dired.el (gnus-dired-attach):
2664         * gnus.el (gnus-read-method):
2665         * gnus-bookmark.el (gnus-bookmark-jump):
2666         * gnus-art.el (gnus-mime-view-part-as-type)
2667         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2668         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2669         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2670         * nnmairix.el (nnmairix-create-server-and-default-group)
2671         (nnmairix-update-groups, nnmairix-get-server)
2672         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2673         (nnmairix-get-group-from-file-path):
2674         * nnrss.el (nnrss-find-rss-via-syndic8):
2675         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2676         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2677         (gnus-group-browse-foreign-server):
2678         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2679         (gnus-summary-execute-command, gnus-summary-respool-article)
2680         (gnus-read-move-group-name):
2681         * gnus-score.el (gnus-summary-increase-score)
2682         (gnus-summary-score-effect):
2683         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2684
2685 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2688         x-focus-frame.
2689
2690         * nnimap.el (auth-source-forget-user-or-password)
2691         (auth-source-user-or-password): Autoload.
2692
2693         * message.el (message-from-style, message-interactive)
2694         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2695         (message-yank-prefix, message-indentation-spaces, message-signature)
2696         (message-signature-file): Add comment.
2697
2698 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2701         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2702         new articles.
2703
2704         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2705         parts.
2706         (nnimap-request-article): Work with the t setting, too.
2707
2708         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2709         that you don't get flashes of other buffers.
2710         (gnus-summary-show-complete-article): Intern before setting.
2711
2712 2010-09-27  David Engster  <dengste@eml.cc>
2713
2714         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2715         well as HEADERS.
2716         (nnmairix-retrieve-headers): Provide new argument for the above.
2717
2718 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-sum.el (gnus-summary-move-article): Don't alter
2721         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2722         group.
2723
2724         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2725
2726         * message.el (message-cite-prefix-regexp): Revert my last edit.
2727
2728         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2729         variable instead of the Gnus variable.
2730
2731         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2732
2733         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2734
2735         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2736         since some servers don't like it.
2737         (nnimap-open-connection): Forget credentials if the server says the
2738         password was wrong.
2739         (nnimap-parse-line): Protect against invalid data.
2740
2741         * gnus-sum.el (gnus-summary-move-article): Add comment.
2742         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2743         nothing alters it while scanning for new messages.
2744
2745         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2746         which may or may not help.
2747         (nnimap-open-connection): If we're doing a stream connection, and then
2748         discover we're on a STARTTLS-capable server, then open a STARTTLS
2749         connection instead.
2750
2751 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnimap.el (utf7): Require.
2754
2755         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2756         prefix.
2757
2758 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2759
2760         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2761
2762 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnimap.el (nnimap-request-accept-article): Message the error on
2765         error.
2766
2767 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2770
2771 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * nndoc.el (nndoc-request-list): Return success always.
2774
2775         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2776         `fetch-old' -- we only want to fetch the articles we've requested.
2777         The rest are in the agent, probably.
2778         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2779         disappeared server" to something low.  It's not important.
2780
2781         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2782         arrived before the FETCH data.
2783
2784         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2785         target here, because we don't know the Gnus name of the group.
2786
2787         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2788         for the correct group.
2789
2790         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2791
2792         * gnus.el (gnus): Give a final warning after startup.
2793
2794         * gnus-util.el (gnus-action-message-log): New variable.
2795         (gnus-message): Use it.
2796         (gnus-final-warning): New function.
2797
2798         * nnimap.el (nnimap-open-connection): Record the greeting.
2799         (nnimap): Add greeting.
2800
2801 2010-09-26  Julien Danjou  <julien@danjou.info>
2802
2803         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2804         arguments.
2805         (gnus-html-wash-images): Fix spec computing to include start/end.
2806
2807         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2808
2809 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2812         deletion.
2813         (nnimap-retrieve-headers): Don't select the group, because that's
2814         already done by nnimap-possibly-change-group.
2815
2816         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2817         (gnus-picon-transform-address): Use it.
2818
2819         * mail-source.el (mail-source-value): Revert previous patch.
2820
2821         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2822         on failure.
2823         (nnimap-open-connection): Look up both virtual and physical server name
2824         credentials.
2825
2826         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2827
2828 2009-02-07  Dave Love  <fx@gnu.org>
2829
2830         * tls.el (open-tls-stream): Don't query killing process.
2831
2832 2009-02-08  Dave Love  <fx@gnu.org>
2833
2834         * gnus-win.el (gnus-window-to-buffer-helper)
2835         (gnus-all-windows-visible-p): Function needn't be a symbol.
2836
2837         * mail-source.el (mail-source-value): Function needn't be a symbol.
2838
2839 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * message.el (message-cite-prefix-regexp): Remove } from the cite
2842         prefix.
2843
2844         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2845         highlight again, so that the highlight is correct.
2846
2847         * gnus-picon.el (gnus-picon): Remove again.
2848         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2849
2850         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2851         doing the header highlightling, so that the background colour of the
2852         picon is correct.
2853
2854         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2855         (gnus-picon): Ditto.
2856         (gnus-picon): Reinstate.  The background colour for picons is white.
2857         (gnus-picon-insert-glyph): Make the background white.
2858
2859         * nnml.el (nnml-open-nov): Don't return dead buffers.
2860
2861         * auth-source.el (auth-source-create): Query the user for whether to
2862         store the credentials.
2863
2864         * netrc.el (netrc-store-data): New function.
2865
2866         * auth-source.el (auth-source-user-or-password): Use the existing auth
2867         sources, if any, for creation.
2868
2869         * gnus.el (gnus-group-fast-parameter): Return the last matching
2870         parameter instead of the first matching parameter.
2871
2872 2010-09-26  Julien Danjou  <julien@danjou.info>
2873
2874         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2875
2876 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * mml2015.el (mml2015-use): Remove gpg support.
2879
2880         * mml1991.el (mml1991-function-alist): Remove gpg function.
2881         (mml1991-gpg-sign): Remove.
2882
2883 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2884
2885         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2886         (gnus-browse-unsubscribe-current-group): Document it.
2887         (gnus-browse-unsubscribe-group): Use it.
2888
2889 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2892         address to the To list for easier response.
2893
2894         * gnus.el (gnus-play-startup-jingle): Remove.
2895         (gnus-splash): Don't play jingle.
2896         (gnus): Silence gnus-load message.
2897
2898         * gnus-art.el (gnus-treat-play-sounds): Remove.
2899
2900         * gnus.el (gnus-play-jingle): Remove audio support.
2901
2902         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2903
2904         * earcon.el: Remove -- no users.
2905
2906         * gnus-audio.el: Remove -- no users of this package.
2907
2908         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2909
2910         * gnus-start.el (gnus-setup-news): Remove nocem support.
2911
2912         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2913
2914         * gnus.el (gnus-use-nocem): Remove.
2915
2916         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2917         Remove.
2918
2919         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2920         uses NoCeM any more.
2921
2922         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2923         (gnus-button-ctan-handler): Ditto.
2924         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2925         (gnus-button-ctan-directory-regexp): Ditto.
2926         (gnus-button-handle-ctan): Ditto.
2927         (gnus-button-tex-level): Ditto.
2928         (gnus-button-alist): Remove CTAN stuff.
2929
2930 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931
2932         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2933         nnimap-streaming test.
2934
2935         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2936         servers twice.
2937
2938         * nnimap.el (nnimap-open-connection): Add more error reporting when
2939         nnimap fails early.
2940
2941         * nnheader.el (nnheader-get-report-string): New function.
2942         (nnheader-get-report): Use it.
2943
2944         * gnus-int.el (gnus-check-server): Say what the error was when opening
2945         failed.
2946
2947         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2948         using streaming.
2949
2950 2010-09-25  Julien Danjou  <julien@danjou.info>
2951
2952         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2953         gnus-window-inside-pixel-edges.
2954
2955 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2958
2959         * mm-decode.el (mm-save-part): Allow saving to other directories the
2960         normal Emacs way.
2961
2962         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2963         Suggested by Jay Berkenbilt.
2964
2965         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2966         there isn't a single byte.
2967
2968         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2969         just do it.  It doesn't really seem to matter what the user responds
2970         here, I think, so it's just a confusing question.
2971
2972         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2973         non-streaming case.
2974
2975         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2976         (gnus-article-encrypt-body): Use it.
2977
2978         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2979         keystroke.
2980
2981         * nnimap.el (nnimap-find-wanted-parts-1):
2982         Use gnus-fetch-partial-articles.
2983
2984         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2985
2986         * nnimap.el (nnimap-insert-partial-structure): New function.
2987         (nnimap-get-partial-article): New function.
2988         (nnimap-request-article): Use it.
2989         (nnimap-wait-for-response): Return whether the wait was successful.
2990         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2991         retrieval wasn't successful.
2992         (nnimap-retrieve-group-data-early): Allow throttling servers.
2993         (nnimap-streaming): New variable.
2994         (nnimap-fetch-partial-articles): Remove.
2995
2996         * mm-decode.el (mm-with-part): Protect against killed buffers.
2997
2998         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2999         for prettier summary display.
3000
3001 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3002
3003         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3004
3005 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3008         apparently third-party libraries depend on it.
3009
3010         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3011         before starting negotiation.
3012
3013         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3014         privacy reasons.
3015         (gnus-treat-mail-gravatar): Ditto.
3016
3017         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3018         buffer when inserting images.  Inserting text into the headers, for
3019         instance, can make them invalid.
3020
3021 2010-09-25  Julien Danjou  <julien@danjou.info>
3022
3023         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3024         variables.
3025
3026         * nnheader.el: Remove useless variables news-reply-yank-from and
3027         news-reply-yank-message-id.
3028
3029         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3030         variables.
3031
3032         * mml1991.el: Remove useless mml1991-verbose.
3033
3034         * gnus.el: Remove useless variable gnus-use-generic-from.
3035         Remove obsolete variable gnus-topic-indentation.
3036
3037         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3038
3039         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3040
3041         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3042
3043         * gnus-group.el: Remove useless gnus-group-icon-cache.
3044         Remove useless gnus-ephemeral-group-server.
3045
3046         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3047
3048         * mml2015.el: Remove useless mml2015-verbose.
3049
3050         * mml-smime.el: Remove useless mml-smime-verbose.
3051
3052         * gnus.el: Remove useless gnus-local-domain.
3053
3054         * gnus-gravatar.el (gnus-gravatar-transform-address):
3055         Use gnus-gravatar-size.
3056
3057         * gnus-art.el: Remove useless gnus-treat-translate.
3058
3059 2010-09-24  Julien Danjou  <julien@danjou.info>
3060
3061         * gnus-sum.el: Add support for Gravatars.
3062
3063         * gnus-art.el: Add support for Gravatars.
3064
3065         * gnus-gravatar.el: Add this file.
3066
3067         * gravatar.el: Add this file.
3068
3069 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3072
3073         * gnus-group.el (gnus-group-fetch-faq): Remove.
3074
3075         * gnus.el (gnus-group-faq-directory): Remove.
3076
3077         * gnus-group.el (gnus-group-fetch-charter): Remove.
3078
3079         * gnus.el (gnus-group-charter-alist): Remove.
3080
3081         * gnus-group.el (gnus-group-archive-directory): Remove.
3082         (gnus-group-recent-archive-directory): Ditto.
3083         (gnus-group-make-archive-group): Remove.
3084
3085         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3086
3087         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3088         use the same article number for all the cached articles.
3089
3090         * nnimap.el (nnimap-command): Register the last command time so
3091         that we can use it for idling NOOPs.
3092         (nnimap-open-connection): Start the keeplive timer.
3093         (nnimap-make-process-buffer): Store all the process buffers.
3094         (nnimap-keepalive): New function.
3095
3096         * starttls.el (starttls-open-stream): Add autoload cookie.
3097
3098 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3099
3100         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3101         handling.
3102
3103 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3106         its data structures.
3107
3108         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3109         instead of the cl.el copy-list.
3110         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3111         equalp.
3112
3113 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3116         and tool-bar-local-item-from-menu.
3117
3118         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3119         mode-line-highlight face for Emacs.
3120
3121         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3122         loading gnus-sum.elc; fix comment for canlock-verify.
3123         (gnus-article-jump-to-part): Use read-number.
3124         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3125         Remove Emacs pre-21 compatible code for help-echo.
3126         (gnus-article-next-page-1): No need to adjust the number of lines.
3127         (gnus-article-describe-bindings): Always use help-buffer.
3128
3129         * gnus-audio.el (gnus-audio-inline-sound)
3130         * gnus-cus.el (gnus-custom-mode)
3131         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3132
3133         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3134
3135         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3136         compatible code.
3137
3138 2010-09-24  Glenn Morris  <rgm@gnu.org>
3139
3140         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3141         visiting the fcc file in rmail-mode.
3142
3143         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3144
3145 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * nnir.el: Silence the byte compiler.
3148
3149         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3150         alias to browse-url-url-encode-chars if any.
3151         (gnus-html-encode-url): Use it.
3152
3153 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * gnus-start.el (gnus-use-backend-marks): New variable.
3156         (gnus-get-unread-articles-in-group): Use it.
3157
3158         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3159         makeover.
3160
3161 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3162
3163         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3164
3165 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3168         Remove.
3169         (gnus-setup-news-hook):
3170         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3171
3172         * gnus-int.el (gnus-request-update-info): Protect against backends not
3173         having the function.
3174
3175         * nnimap.el (nnimap-stream): Mention starttls.
3176         (nnimap-open-connection): Add starttls support.
3177
3178 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3179
3180         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3181
3182 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3185         BODYSTRUCTUREs.
3186         (nnimap-transform-headers): Unfold quoted {42} headers.
3187
3188         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3189         the info.
3190         (gnus-get-unread-articles): Only call updatep on backends that support
3191         it.
3192
3193         * nnweb.el (nnweb-request-update-info): NOOP.
3194
3195         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3196
3197         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3198         since it only deals with marks.
3199
3200         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3201         gnus-request-marks, and make a new gnus-request-update-info.
3202
3203         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3204         the active instead of the high number, which is usually too low.
3205
3206 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3209         * encrypt.el: Remove.
3210
3211 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3214         server in symbolic form.
3215
3216         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3217
3218 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3221         (nnimap-update-info): Fix up code slightly.
3222
3223         * gnus-int.el (gnus-open-server): Add tracing for performance
3224         debugging.
3225
3226         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3227         (gnus-group-insert-group-line): Pass the real group name so that it
3228         gets the right data.
3229
3230         * gnus-start.el (gnus-get-unread-articles): Don't have
3231         `gnus-get-unread-articles-in-group' update info, since that can be
3232         really slow and doesn't seem to be needed?
3233
3234 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3235
3236         * time-date.el (date-to-time): Try using parse-time-string first before
3237         using the slower timezone-make-date-arpa-standard.
3238
3239 2010-09-22  Julien Danjou  <julien@danjou.info>
3240
3241         * gnus-group.el (gnus-group-insert-group-line):
3242         Call gnus-group-highlight-line.
3243         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3244         default hook list.
3245         (gnus-group-update-eval-form): Add new function.
3246         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3247         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3248
3249 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3252         immediate, then expire all articles.
3253         (nnimap-update-info): Fix off-by-one errors.
3254         (nnimap-flags-to-marks): Would return no marks lists for group with no
3255         flags.  Instead return the other data.
3256
3257 2010-09-22  Julien Danjou  <julien@danjou.info>
3258
3259         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3260         Only return an icon.
3261         (gnus-group-insert-group-line): Compute icon to return.
3262
3263         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3264         (gnus-html-image-fetched): Only cache if
3265         gnus-html-image-automatic-caching is set.
3266         (gnus-html-image-fetched): Check for errors.
3267
3268 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3271         once per method on `g'.  This ensures that backends like nnfolder don't
3272         open all their folders.
3273
3274         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3275         (nnimap-request-list): Nix out group in the correct buffer.
3276         (nnimap-parse-flags): Implement by using `read' instead of
3277         hand-parsing.
3278         (nnimap-flags-to-marks): Pass on permanent-flags.
3279         (nnimap-make-process-buffer): Record the server name.
3280         (nnimap-parse-flags): Fix typo.
3281         (nnimap-request-scan): Run split on the server in general, not just a
3282         single group.
3283
3284         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3285         parameter, and propagate this downwards.
3286
3287         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3288         since EXAMINE changes it on the server.
3289
3290         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3291         this command might take a while.
3292
3293 2010-09-22  Julien Danjou  <julien@danjou.info>
3294
3295         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3296         harmful if you have 2 images side-by-side, they can't be properly
3297         update on text deletion.  Using text-property is safer here.
3298         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3299         data.
3300
3301 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnimap.el (nnimap-expunge-inbox): Remove.
3304         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3305         (nnimap-expunge): Flip default to t.
3306
3307         * gnus.el (gnus-method-to-server): Don't push things to the cache
3308         unless it's unique.
3309         (gnus-server-to-method): Ditto.
3310
3311 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3314
3315 2010-09-22  Julien Danjou  <julien@danjou.info>
3316
3317         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3318         get the start of data.
3319         (gnus-html-encode-url): Add this function to encode special chars in
3320         URL.
3321         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3322         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3323
3324         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3325         default.
3326         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3327
3328         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3329         images alt-text.
3330         (gnus-html-put-image): Put alt-text as help-echo.
3331
3332 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3335         * mm-util.el (mm-decompress-buffer)
3336         * nnir.el (nnir-run-find-grep)
3337         * pop3.el (pop3-list): Use 3rd arg of split-string.
3338
3339         * time-date.el (format-seconds): Comment fix.
3340
3341         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3342         and byte-optimize-form-code-walker.
3343         (dgnushack-make-auto-load): Don't advise make-autoload.
3344
3345         * lpath.el: Remove Emacs 21 stuff.
3346
3347 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3350         outside the active range.  Suggested by Dan Christensen.
3351
3352         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3353         slightly later to avoid double-getting it.
3354
3355         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3356         previous patch.
3357
3358         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3359
3360 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3361
3362         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3363
3364 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * gnus-int.el (gnus-open-server): Give a better error message in the
3367         "go offline" case.
3368
3369         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3370         marks for nnimap, which is seldom the right thing to do.
3371
3372         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3373         (gnus-same-method-different-name): New function.
3374
3375         * nnimap.el (parse-time): Require.
3376
3377         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3378         method in the presence of many similar methods.
3379
3380         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3381
3382         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3383         nnml-inhibit-expiry.
3384
3385         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3386         find out whether methods are equal.
3387
3388         * nnimap.el (nnimap-find-expired-articles): New function.
3389         (nnimap-process-expiry-targets): New function.
3390         (nnimap-request-move-article): Request the article before looking at
3391         what the Message-ID is.  Fix found by Andrew Cohen.
3392         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3393
3394         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3395         for oldness in addition to being a predicate.
3396
3397         * nnimap.el (nnimap-request-group): When we have zero articles, return
3398         the right data to Gnus.
3399         (nnimap-request-expire-articles): Only delete articles immediately if
3400         the target is 'delete.
3401
3402         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3403         method, this would bug out.
3404
3405         * gnus-group.el (gnus-group-expunge-group): Rename from
3406         gnus-group-nnimap-expunge, and implemented as a normal interface
3407         function.
3408
3409         * gnus-int.el (gnus-request-expunge-group): New function.
3410
3411         * nnimap.el (nnimap-request-create-group): Implement.
3412         (nnimap-request-expunge-group): New function.
3413
3414 2010-09-21  Julien Danjou  <julien@danjou.info>
3415
3416         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3417         (gnus-html-cache-expired): Add new function.
3418         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3419         wethever we should display image for fetch it.
3420         Compute alt-text earlier to pass it to the fetching function too.
3421         (gnus-html-schedule-image-fetching): Change function argument to only
3422         get one image at a time, not a list.
3423         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3424         cache.
3425         (gnus-html-get-image-data): New function to retrieve image data from
3426         cache.
3427         (gnus-html-put-image): Change buffer argument to use image data rather
3428         than file, and place image above region rather than inserting a new
3429         one.  Do not take alt-text as argument, since it's useless now: we place
3430         the image above alt-text.
3431         (gnus-html-prune-cache): Remove.
3432         (gnus-html-show-images): Start to fetch image when we find one, do not
3433         push into a temporary list.
3434         (gnus-html-prefetch-images): Only fetch image if they have expired.
3435         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3436         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3437
3438 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3441
3442 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3445         spec inser "*" if the group isn't active instead of 0.
3446
3447         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3448         opening the server.
3449         (nnimap-request-delete-group): Implement group deletion.
3450         (nnimap-transform-headers): Return the size of the entire message in
3451         the Bytes header, not just the size of the first part.
3452         (nnimap-request-move-article): When moving an article from nnimap,
3453         request the article first so the accepting form has an article to
3454         accept.  Reported by Dan Christensen.
3455         (nnimap-command): Make sure that the error message doesn't error out.
3456
3457 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3458
3459         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3460         we haven't requested anything.
3461
3462 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3465         "".  Fix found by Andrew Cohen.
3466
3467         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3468         instead of -encode-string.
3469
3470 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3473
3474         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3475         by mm-subst-char-in-string.
3476
3477 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3480         waiting for the connection string.
3481
3482         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3483         arriving.
3484
3485         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3486         bogus characters.  This allows selecting certain Gmail groups.
3487
3488         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3489         (nnimap-fetch-partial-articles): New variable.
3490         (nnimap-open-connection): When looking for credentials, also use the
3491         nnimap-server-port.
3492         (nnimap-request-article): Return the group/article number, so that Gnus
3493         `^' works as expected.
3494         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3495
3496         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3497         comments.
3498         (gnus-methods-sloppily-equal): New function.
3499         (gnus): When using the development version of Gnus, load the gnus-load
3500         file.
3501
3502         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3503         `gnus-open-server' on each method before trying to scan them etc.
3504         This ensures that all the backend parameters are set correctly.
3505
3506         * nnimap.el (nnimap-authenticator): New variable.
3507         (nnimap-open-connection): Allow anonymous login.
3508         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3509         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3510
3511         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3512         patch, found by Knut Anders Hatlen.
3513
3514 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3515
3516         * gnus-agent.el (gnus-agent-batch-confirmation)
3517         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3518         to gnus-message.
3519         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3520         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3521         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3522         * gnus-int.el (gnus-open-server): Likewise.
3523         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3524         (gnus-score-check-syntax): Likewise.
3525         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3526         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3527         Likewise.
3528         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3529
3530 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3533         calling conventions so that prefetch doesn't bug out.
3534
3535 2010-09-19  Julien Danjou  <julien@danjou.info>
3536
3537         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3538         rather than `subst-char-in-region' in order to be able to replace ASCII
3539         char by UTF-8 ones.
3540
3541         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3542         than curl.
3543         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3544         the right URL and ALT text on images.
3545         (gnus-html-wash-tags): Fix tag case.
3546         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3547         (gnus-article-html): Add -o display_ins_del=2 option.
3548         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3549
3550 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3553         the extra mail headers, which sometimes seem to happen for unknown
3554         reasons.
3555
3556         * mail-parse.el (mail-header-encode-parameter): Define as
3557         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3558         (or most, perhaps?) mail readers don't understand the latter, but do
3559         understand the former.
3560
3561         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3562         to nil, so that no methods are automatically agentized.  I think this
3563         is probably what most users want.
3564
3565         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3566         from url-retrieve, for instance about invalid URLs.
3567
3568         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3569         groups that have no articles.
3570         (nnimap-request-article): Check that we really got an article when we
3571         requested one.
3572
3573         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3574         doesn't exist.
3575
3576         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3577         nntp buffer so the agent can save it.
3578         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3579         that CRLF doesn't get translated to \n.
3580         (nnimap-open-connection): Don't make 'shell commands only send \n.
3581
3582 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3583
3584         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3585         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3586         Update var name.
3587         (nnml-generate-nov-file): Use dolist.
3588         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3589         Use with-current-buffer.
3590
3591 2010-09-18  Julien Danjou  <julien@danjou.info>
3592
3593         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3594         parallel.
3595
3596 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3599         the range update right.
3600         (nnimap-request-group): Don't make `M-g' bug out on group with no
3601         marks.
3602         (nnoo): Require, so that other packages can require nnimap.
3603         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3604         command we're looking for.  This helps when the server sends more
3605         responses after we've gotten everything we expected.
3606         (nnimap): Add a `newlinep' field to keep track of end-of-line
3607         conventions.
3608         Don't send CRLF to things that don't want it.
3609         (nnimap-request-accept-article): Ditto.
3610
3611 2010-09-18  Julien Danjou  <julien@danjou.info>
3612
3613         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3614         than curl to retrieve images.
3615
3616 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3619         the marks.
3620         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3621         (nnimap-wait-for-connection): New function.
3622         (nnimap-open-connection): If we have PREAUTH, don't query for login
3623         credentials.
3624         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3625         when doing a partial update.
3626
3627 2010-09-18  Julien Danjou  <julien@danjou.info>
3628
3629         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3630         tags.
3631
3632 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * nnimap.el (nnimap-credentials): New function.
3635         (nnimap-open-connection): Use the new function to look for credentials
3636         also on the numeric equivalents of "imap" and "imaps".
3637
3638         * gnus-start.el (gnus-activate-group): Send the info to
3639         gnus-request-group.
3640
3641         * nnimap.el (nnimap-request-group): Have the "check" version of the
3642         function parse flags and update the info, so that a `M-g' get a total
3643         resync of all flags from the group.
3644
3645         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3646         to allow backends to alter the info on group selection.  Also alter all
3647         the backend -request-group functions to take the parameter.
3648
3649         * nnimap.el (nnimap-store-info): New function.
3650         (nnimap-update-info): Store the info for later usage.
3651         (nnimap-request-group): Use the stored info for the dont-check case, so
3652         that we don't retrieve all marks when we enter a group.
3653
3654         * nnimap.el: Use deffoo instead of defun for interface functions.
3655
3656         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3657         update the group info.  This makes the nndraft groups, for instance, go
3658         back to their old behaviour.
3659
3660         * gnus-sum.el (gnus-select-newsgroup): Indent.
3661
3662         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3663         in.
3664         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3665         nothing.
3666
3667         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3668         from methods that are denied.
3669
3670         * gnus-int.el (gnus-method-denied-p): New function.
3671
3672         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3673         store the password instead of netrc.
3674         (nnimap-open-connection): Don't error out when we can't make a
3675         connections.
3676
3677         * auth-source.el (auth-source-create): In the password prompt, say what
3678         we're querying for.  Also prompt for user name if that hasn't been
3679         given.
3680
3681         * nnimap.el (nnimap-with-process-buffer): Remove.
3682
3683 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3686         method when we're reading from the agent.
3687
3688         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3689
3690         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3691         that's probably most useful for users.
3692
3693         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3694         "failed" all the time.
3695
3696         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3697         ...)) with (with-current-buffer ... ).
3698
3699         * nntp.el (nntp-open-server): Return whether the open was successful or
3700         not.
3701
3702         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3703         select an unread unseen article first.
3704
3705         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3706         /etc/services, supply some sensible port defaults.
3707
3708         * dgnushack.el: Define netrc-credentials.
3709
3710 2010-09-17  Julien Danjou  <julien@danjou.info>
3711
3712         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3713
3714 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3715
3716         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3717         doesn't have any parameters.
3718
3719 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3722         only upcased checks.
3723
3724         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3725
3726         * nnimap.el (nnimap-open-shell-stream): New function.
3727         (nnimap-open-connection): Use it.
3728         (nnimap-transform-headers): Get the number of lines in each message.
3729         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3730         number of lines.
3731         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3732         problem.
3733
3734         * utf7.el (utf7-encode): Autoload.
3735
3736         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3737         to allow the mail splitting to not return a default group.  This is
3738         useful for nnimap, which will leave unmatched mail in the inbox.
3739
3740         * nnimap.el: Rewritten.
3741
3742         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3743         nnimap usage.
3744
3745         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3746         if the move is internal, so that nnimap can do fast internal moves.
3747
3748         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3749         data.
3750         (gnus-read-active-for-groups): Support finishing the early retrieval of
3751         data.
3752
3753         * gnus-range.el (gnus-range-nconcat): New function.
3754
3755         * gnus-int.el (gnus-finish-retrieve-group-infos)
3756         (gnus-retrieve-group-data-early): New functions.
3757
3758 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3759
3760         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3761         (nnrss-retrieve-groups):
3762         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3763         (pop3-quit): Use with-current-buffer.
3764
3765 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3768         instead of nnheader-accept-process-output.
3769
3770         * dgnushack.el (dgnushack-compile): Add comment.
3771
3772         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3773
3774         * gnus-html.el (gnus-html-schedule-image-fetching)
3775         (gnus-html-prefetch-images): Replace process-kill-without-query by
3776         gnus-set-process-query-on-exit-flag.
3777
3778 2010-09-16  Romain Francoise  <romain@orebokech.com>
3779
3780         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3781
3782 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3785         parameter to unintern is mandatory-ish in Emacs 24.
3786
3787         * gnus-html.el (gnus-html-schedule-image-fetching)
3788         (gnus-html-prefetch-images): Check for curl before using it.
3789
3790         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3791         depend on curl, which isn't essential.
3792
3793         * imap.el: Revert back to version
3794         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3795         seem problematic.
3796
3797 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3798
3799         * gnus-registry.el (gnus-registry-install-shortcuts):
3800         Explicitly pass `obarray' to `unintern' to avoid a warning.
3801
3802 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3805         change.
3806
3807         * nnrss.el (nnrss-request-list): Remove this function and related
3808         functions, including the moreover stuff.
3809
3810 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nnrss.el (nnrss-retrieve-groups): New function.
3813
3814 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3815
3816         * .dir-locals.el: Add no-byte-compile cookie.
3817
3818 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * time-date.el (format-seconds): Comment fix.
3821
3822         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3823         for back end that doesn't support request-scan.
3824
3825 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3828         then do request scans from the backends.
3829
3830         * netrc.el (netrc-credentials): New conveniency function.
3831
3832         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3833         avoid running a hook per line, since this takes a lot of time,
3834         profiling shows.
3835         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3836         directly if gnus-visual-p is true.
3837
3838 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3841         groups; replace mapcar with dolist which is a bit faster; pass groups
3842         info to gnus-read-active-file-1.
3843         (gnus-read-active-file-1): Scan only specified groups if the new
3844         optional arg `infos' is given.
3845
3846 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3849
3850         * pop3.el (pop3-movemail): Remove.
3851         (pop3-streaming-movemail): Rename to pop3-movemail.
3852
3853         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3854         don't restrict end-tag searches to the end of the line.
3855
3856 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3859         articles of every unchecked group to t, which means unknown since the
3860         server has never been opened.
3861
3862 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-html.el (gnus-html-show-alt-text): New command.
3865         (gnus-html-browse-image): Ditto.
3866         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3867         to browse the image directly.
3868         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3869         better.
3870
3871         * gnus-async.el (gnus-async-article-callback):
3872         Call `gnus-html-prefetch-images' unconditionally.
3873
3874         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3875         before feeding URLs to curl.
3876
3877 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3880         internal images as deletable by `W D D'.
3881
3882         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3883         (gnus-async-article-callback): Fix typo.
3884
3885 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3888         current line to work around bugs in the output from w3m.
3889
3890         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3891         for groups that want that.
3892
3893         * nntp.el (nntp-wait-for-string): Supply a timeout for
3894         accept-process-output to ensure progress.
3895
3896         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3897         level to get unread articles from, then use that for foreign groups,
3898         too.
3899
3900         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3901         confuses the rest of the function.
3902
3903         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3904         for the methods that support -retrieve-groups, too.
3905
3906         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3907
3908 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3911         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3912
3913         * pop3.el: Require cl when compiling.
3914         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3915
3916 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3919         that aren't going to be activated.
3920         (gnus-get-unread-articles): Fix up the last commit.
3921
3922         * gnus-html.el (gnus-article-html): Allow calling without specifying
3923         the handle.  In that case, dissect the buffer first.
3924
3925         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3926
3927         * nnimap.el (nnimap-open-connection): Revert the change that would look
3928         into authinfo for imaps instead of imap.
3929
3930         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3931         say that you don't want to call gnus-request-group with don-check, but
3932         do check the reponse.  This is for virtual groups only.
3933         (gnus-get-unread-articles): Count the archive groups as secondary, so
3934         that they're activated the same way as before.
3935
3936         * imap.el (imap-message-map): Removed optional buffer parameter, since
3937         no callers use it.
3938         (imap-message-get): Ditto.
3939         (imap-message-put): Ditto.
3940         (imap-mailbox-map): Ditto.
3941         (imap-mailbox-put): Ditto.
3942         (imap-mailbox-get): Ditto.
3943         (imap-mailbox-get): Revert last change for this function.
3944
3945         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3946         case-insensitively.
3947         (nnimap-debug): Remove.
3948
3949         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3950         to use `imap-fetch' instead.  According to the comments, this should be
3951         safe, since all other IMAP clients use the 1:* syntax.
3952         (imap-enable-exchange-bug-workaround): Removed.
3953         (imap-debug): Removed -- doesn't seem very useful.
3954
3955         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3956         mail from a file, and the file doesn't exist.
3957
3958         * imap.el (imap-log): New convenience function used throughout instead
3959         of repeating the same code all over the place.
3960
3961         * pop3.el (pop3-streaming-movemail): Return t for success.
3962
3963         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3964         .authinfo if we're using ssl connection.
3965
3966         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3967         already have if we're in a main Gnus `g' run.
3968
3969         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3970
3971 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3974
3975         * nnmh.el (nnmh-request-list-1): Bind `file'.
3976
3977         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3978         alias to set-process-query-on-exit-flag or process-kill-without-query.
3979         (pop3-open-server): Use it.
3980
3981 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3984         box to the Incoming file.  Fixes mistake in previous checkin.
3985
3986         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3987         request loop (for debugging purposes) removed.
3988
3989         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3990         culprit is more visible.
3991         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3992         (nnml-add-incremental-nov): New functions to do "incremental" nov
3993         updates, where we just append to the end of the existing nov files
3994         without reading/writing them in full.
3995
3996         * mail-source.el (mail-source-delete-crash-box): Really only check the
3997         incoming files once in a while.
3998
3999         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4000
4001         * mail-source.el (mail-source-delete-crash-box): Only check the
4002         incoming files for deletion once per day to save a lot of file
4003         accesses.
4004
4005         * pop3.el (pop3-logon): Fix up unbound variable typo.
4006
4007         * mail-source.el (pop3-streaming-movemail): Autoload.
4008
4009         * pop3.el (pop3-streaming-movemail):
4010         Respect pop3-leave-mail-on-server.
4011
4012         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4013         retrieval.
4014
4015         * pop3.el (pop3-process-filter): Remove unused function.
4016         (pop3-streaming-movemail, pop3-send-streaming-command)
4017         (pop3-wait-for-messages, pop3-write-to-file)
4018         (pop3-number-of-responses): New functions for streaming pop3
4019         retrieval.
4020
4021         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4022         come from no known methods.
4023         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4024         list.
4025
4026         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4027         message sizes.
4028         (pop3-movemail): Use erase-buffer instead of looping and deleting
4029         regions, which seems rather odd.
4030
4031         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4032         file once per `g' run.
4033
4034         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4035         directories.  This makes the draft queue directory work.
4036
4037         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4038         data from the backends, so that we only request the list of groups from
4039         each method once.  This should speed things up considerably.
4040
4041         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4042         detect that it's not implemented.
4043
4044         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4045         we actually do recurse down into the tree, but don't stat all leaf
4046         nodes.
4047
4048         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4049         then say so instead of bugging out.
4050
4051         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4052         files exist before trying to read them.
4053
4054         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4055         around <pre_int>.
4056
4057         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4058
4059         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4060
4061 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * mm-util.el (mm-image-load-path): Just return the image directories,
4064         not all directories in the path in addition to the image directories.
4065         (mm-image-load-path): Maintain a cache of the image directories so that
4066         the `g' command in Gnus doesn't have to stat dozens of directories each
4067         time.
4068
4069         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4070         (gnus-html-wash-tags): Add a new `i' command to insert images.
4071         (gnus-html-insert-image): New command and keystroke.
4072         (gnus-html-redisplay-with-images): New command and keystroke.
4073         (gnus-html-show-images): Rename command.
4074         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4075         spacers.
4076         (gnus-html-wash-tags): Decode entities at the end, so that entities
4077         inside the tags don't mess up the rest of the "parsing".
4078
4079         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4080         so that nnimap methods aren't agentized by default.  There's apparently
4081         many problems related to agent/imap behaviour.
4082
4083         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4084
4085         * gnus-html.el: Doc fix.
4086
4087 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4090         specifier-spec-list for Emacs 21.
4091
4092         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4093         glyph-width and glyph-height instead of display-graphic-p and
4094         image-size; make avoidance of displaying small images work for XEmacs.
4095
4096         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4097         for XEmacs.
4098
4099         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4100         of symbol that holds plist data.
4101         (gnus-process-plist): Remove plist of process after getting it.
4102
4103 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * message.el (message-generate-hashcash): Change default to
4106         'opportunistic if hashcash is installed.
4107
4108         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4109         (gnus-html-put-image): Only call image-size once, since it's somewhat
4110         time-consuming on remote X servers.
4111
4112 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4115         type on data, not a file name.
4116
4117         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4118         window-pixel-edges for Emacs 21.
4119
4120         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4121         decoded contents.
4122         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4123
4124 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4127         group line format, since it isn't very interesting.
4128
4129         * gnus-agent.el (gnus-agent-short-article),
4130         (gnus-agent-long-article): Increase values for these two variables,
4131         since most people are likely to have more network connection and
4132         storage than before.
4133
4134         * gnus.el (gnus-refer-article-method): Change default to 'current.
4135         When referring an article, the common behaviour is to refer it from the
4136         current select method, not the native select method.  The chances of
4137         the native select method having the message in question is rather slim
4138         these days.
4139
4140         * gnus-sum.el (gnus-auto-select-subject): Change default to
4141         `unseen-or-unread'.  I think it's likely that most people want to
4142         select an unseen article over a previously seen, but unread one.
4143
4144         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4145         means that in the article buffer none of the minor mode elements will
4146         be shown, usually, and this is not desirable in most cases.
4147
4148         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4149         that commands like `d' (and the like) go to the next line in the
4150         buffer, instead of the next unread article.  I think this is the
4151         behaviour that is most natural for most users.
4152         (gnus-single-article-buffer): Change default to nil, so that people can
4153         have as many article buffers open as they have summary buffer.  I think
4154         this is the most natural way for the groups to behave.
4155
4156         * message.el (message-generate-new-buffers): Change default to
4157         `unsent', so that all new message buffers start their names with the
4158         string "*unsent", and it's easier to find the buffers if you move from
4159         them.
4160
4161 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4164         small.  They're probably tracking images.
4165         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4166         (gnus-html-rescale-image): Yet another try at getting the image sizing
4167         right.
4168
4169         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4170         nntp-marks-file-name is nil.
4171
4172 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         * gnus-html.el (gnus-html-wash-tags)
4175         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4176         Better logging.
4177
4178 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4181
4182         * gnus-html.el (gnus-html-wash-tags): Check the value of
4183         gnus-blocked-images in the summary buffer.
4184
4185 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4188
4189 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4192         like "a", it seems like.
4193         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4194         since it needs to be picked from the correct buffer.
4195
4196         * nnwfm.el: Remove.
4197
4198         * nnlistserv.el: Remove.
4199
4200 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4203         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4204
4205 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * nnkiboze.el: Remove.
4208
4209         * nndb.el: Remove.
4210
4211         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4212         alt text.
4213         (gnus-html-rescale-image): Try to get the rescaling logic right for
4214         images that are just wide and not tall.
4215
4216         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4217         overshadow variable bindings.
4218
4219 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4220
4221         * gnus-html.el (gnus-html-wash-tags)
4222         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4223         Add extra logging.
4224
4225 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4228         (gnus-max-image-proportion): New variable.
4229         (gnus-html-rescale-image): New function.
4230         (gnus-html-put-image): Rescale images.
4231
4232 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4233
4234         Fix up some byte-compiler warnings.
4235         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4236         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4237         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4238         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4239         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4240         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4241         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4242
4243 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-html.el (gnus-article-html): Decode contents by charset.
4246
4247 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4250         (gnus-html-frame-width, gnus-blocked-images)
4251         * message.el (message-prune-recipient-rules): Add custom version.
4252         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4253
4254         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4255         functions.
4256
4257         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4258         gnus-process-get.
4259
4260 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4261
4262         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4263         instead of lsub directly.
4264
4265 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * nnwarchive.el: Remove.
4268
4269         * gnus-soup.el: Remove.
4270
4271         * nnsoup.el: Remove.
4272
4273         * nnultimate.el: Remove.
4274
4275         * gnus-html.el (gnus-blocked-images): New variable.
4276
4277         * message.el (message-prune-recipients): New function.
4278         (message-prune-recipient-rules): New variable.
4279
4280         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4281         guess whether a long line is natural text or not.
4282
4283         * gnus-html.el (gnus-html-schedule-image-fetching):
4284         Use gnus-process-plist and friends for compatibility.
4285
4286 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4287
4288         * gnus-html.el: Require packages that define macros used in this file.
4289         (gnus-article-mouse-face): Declare to silence byte-compiler.
4290         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4291         process-get.
4292         (gnus-html-put-image): Use plist-get to avoid getf.
4293         (gnus-html-prefetch-images): Use with-current-buffer.
4294
4295 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-ems.el: Provide compatibility functions for
4298         gnus-set-process-plist.
4299
4300         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4301         header-line-format for XEmacs 21.4.
4302
4303         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4304         * gnus.el (gnus-valid-select-methods)
4305         * message.el (message-send-mail-partially-limit)
4306         * mm-decode.el (mm-text-html-renderer)
4307         * mml.el (mml-insert-mime-headers-always)
4308         * smiley.el (smiley-regexp-alist): Bump custom version.
4309
4310 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus-html.el: require mm-url.
4313         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4314         with the url to `url'.
4315         (gnus-html-wash-tags): Support cid: URLs/images.
4316
4317 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4320         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4321         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4322
4323         * gnus-move.el: Remove file, since it doesn't really work.
4324
4325         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4326         UTF-8.  This seems to fix problems with some German web feeds.
4327
4328         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4329         at the top so that the proper colours are applied.
4330
4331         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4332         don't have dots in their names.
4333
4334         * gnus-art.el (gnus-article-view-part): Doc fix.
4335
4336         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4337         XEmacs-compatible.
4338         (gnus-html-put-image): Don't do images on non-graphic displays.
4339
4340         * nnslashdot.el: Remove this unused backend.
4341
4342         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4343         actions.
4344         (gnus-undo-register-1): Revert last change.
4345
4346         * gnus-group.el (gnus-group-completing-read): Protect against not
4347         having completion-styles bound.
4348
4349         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4350         make broken recipients happier.
4351
4352         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4353
4354         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4355         point parameter.
4356
4357         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4358
4359         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4360         completion-styles for group selection.
4361
4362 2009-02-04  Andreas Schwab  <schwab@suse.de>
4363
4364         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4365         headers and regexp-quote the match if necessary.
4366
4367 2009-03-24  Miles Bader  <miles@gnu.org>
4368
4369         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4370         the blinking smiley.
4371
4372 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4373
4374         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4375         blink smiley.
4376
4377 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4380         where the dribbel file lives exists.
4381
4382         * message.el (message-send-mail-partially-limit): Change the default to
4383         nil, since most people don't want this.
4384
4385         * mm-url.el (mm-url-decode-entities): Also decode entities like
4386         &#x3212.
4387
4388 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4389
4390         * gnus-sum.el (gnus-summary-idna-message):
4391         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4392         Hyperlink urls in docstrings with URL `...'.
4393
4394 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4395
4396         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4397         functions.
4398
4399 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4402         say what the mouseover text should be.
4403
4404         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4405         version of the mm-w3m-safe-url-regexp variable to only download images
4406         in the groups where we want that to happen.
4407
4408         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4409
4410         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4411         easier debugging.
4412         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4413         big pictures in the article buffer.
4414
4415         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4416         gnus-article-html.
4417         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4418         w3m.
4419
4420         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4421
4422 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4425         which doesn't exist.
4426
4427         * message.el (message-inhibit-ecomplete): New variable to allow some
4428         function to inhibit ecomplete address storage.
4429         (message-resend): Disable ecomplete message storage when resending
4430         messages.
4431
4432         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4433
4434 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4437         Save excursion while copying, moving, and deleting articles in order to
4438         prevent the cursor from jumping to unforeseen place.
4439
4440 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * lpath.el: No need to bind bookmark-current-buffer,
4443         bookmark-yank-point and bookmark-make-record-function.
4444
4445 2010-08-17  Glenn Morris  <rgm@gnu.org>
4446
4447         * gnus-sync.el: Require gnus components whose functions are used.
4448
4449         * gnus-art.el (bookmark-make-record-function):
4450         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4451         Declare for compiler.
4452
4453         * mm-url.el (mml-compute-boundary): Autoload.
4454
4455 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4458
4459 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         Typo fix "hoo4a" -> "hook".
4462
4463         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4464
4465 2010-08-14  Glenn Morris  <rgm@gnu.org>
4466
4467         * gnus-sync.el (gnus-sync): Fix defgroup version.
4468
4469 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4472
4473         * gnus-sync.el: Fix docs.
4474         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4475         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4476
4477 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         Optimizations for gnus-sync.el.
4480
4481         * gnus-sync.el: Add docs about gnus-sync-backend
4482         possibilities.
4483         (gnus-sync-save): Remove unnecessary message.
4484         (gnus-sync-read): Optimize and show what groups were skipped.
4485
4486 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         Minor bug fixes for gnus-sync.el.
4489
4490         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4491         Don't read the sync on get-new-news.
4492
4493         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4494         quiet.
4495
4496         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4497         (fix typo).
4498
4499 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4500
4501         Make saving and restoring of hidden threads work with overlays.
4502         Patch applied by Ted Zlatanov.
4503
4504         * gnus-sum.el (gnus-hidden-threads-configuration)
4505         (gnus-restore-hidden-threads-configuration): Update to deal with text
4506         properties, rather than searching for a magic character.
4507
4508 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         New gnus-sync.el library for synchronization of marks.
4511
4512         * gnus-sync.el: New library for synchronization of marks.
4513
4514         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4515         renamed from `gnus-registry-grep-in-list'.
4516
4517         * gnus-registry.el (gnus-registry-follow-group-p):
4518         Use `gnus-grep-in-list'.
4519
4520         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4521
4522 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4525         determining charset of text fails.
4526
4527 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * nnmail.el (nnmail-get-new-mail-1): Revert.
4530
4531         * nnml.el (nnml-active-number): Make sure names of newly created groups
4532         in nnml-group-alist are encoded.
4533
4534 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4537         containing non-ASCII characters in active file for nnml back end.
4538
4539 2010-07-24  David Engster  <dengste@eml.cc>
4540
4541         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4542         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4543
4544 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4545
4546         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4547         tag (Bug#6654).
4548
4549 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4552         the article buffer, not the summary buffer.
4553
4554 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4557         Emacs 23 as well.
4558
4559 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4562         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4563
4564 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4565
4566         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4567         Patch applied by Karl Fogel.
4568
4569         * gnus-sum.el (gnus-summary-bookmark-make-record):
4570         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4571
4572 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4573
4574         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4575         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4576         C-w still not working correctly from Article buffers; Thierry's
4577         patch to fix that will be applied after this.
4578
4579         * gnus-art.el (bookmark-make-record-function): New local variable.
4580
4581         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4582         article buffer.
4583         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4584
4585 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4586
4587         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4588         on changes in bookmark.el.
4589
4590 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4593         `no-log' instead of message not to log prompt string.
4594
4595 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4596
4597         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4598         the *other* type of HTML form submission.
4599
4600 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4601
4602         * auth-source.el (auth-source-pick): If choice does not contain a
4603         questioned keyword, set the check to t.
4604
4605 2010-06-12  Romain Francoise  <romain@orebokech.com>
4606
4607         * gnus-util.el (gnus-date-get-time): Move up before first use.
4608
4609 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4612         (gnus-article-edit-part): Bind it to make last part that is substituted
4613         or deleted visible.
4614         (gnus-mime-display-single): Buttonize part of which id equals to
4615         gnus-mime-buttonized-part-id.
4616
4617 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4618
4619         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4620         (gnus-dd-mmm): Use gnus-date-get-time.
4621         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4622         simplify logic.
4623         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4624         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4625
4626 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4627
4628         * auth-source.el (top): Autoload `secrets-list-collections',
4629         `secrets-create-item', `secrets-delete-item'.
4630         (auth-sources): Fix tag string.
4631         (auth-get-source, auth-source-retrieve, auth-source-create)
4632         (auth-source-delete): New defuns.
4633         (auth-source-pick): Rewrite in order to avoid 2 passes.
4634         (auth-source-forget-user-or-password): New parameter USERNAME.
4635         (auth-source-user-or-password): New parameters CREATE-MISSING and
4636         DELETE-EXISTING.  Retrieve password interactively, if needed.
4637
4638 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4639
4640         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4641         deleting unused directories when gnus-expert-user is t.
4642
4643 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4646         for each temp file when gnus-article-browse-delete-temp is ask.
4647
4648 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4649
4650         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4651         Lisp calls to delete-backward-char by calls to delete-char.
4652
4653 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4654
4655         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4656
4657 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4658
4659         * password-cache.el (password-cache-remove): Fix docstring.
4660
4661 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4664         article unless decoding article to be saved.
4665
4666 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4669         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4670         generated within the mm-with-unibyte-current-buffer macro.
4671
4672 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4675         to nil when we're in a mml-preview buffer and no group is selected.
4676
4677 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4678
4679         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4680         when catching the `C-g'.  Reported by "Leo".
4681
4682 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * message.el (message-forward-make-body-plain)
4685         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4686         multibyte-string-p.
4687
4688         * lpath.el: Revert.
4689
4690 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * message.el (message-forward-make-body-mml): Assume original message
4693         is multibyte string; error on unibyte.
4694         (message-forward-make-body-plain): Ditto; don't add excessive newline
4695         in body end.
4696
4697         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4698
4699 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4700
4701         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4702         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4703
4704 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * mm-extern.el (mm-extern-url): Don't use
4707         mm-with-unibyte-current-buffer.
4708         (mm-extern-cache-contents): Use with-current-buffer instead of
4709         save-excursion + set-buffer.
4710
4711 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * mm-util.el (mm-emacs-mule): Remove.
4714
4715 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4716
4717         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4718         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4719         change.
4720
4721 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4724         bind the default value of enable-multibyte-characters to nil.
4725
4726 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * message.el (message-forward-make-body-plain)
4729         (message-forward-make-body-mml):
4730         Don't use mm-with-unibyte-current-buffer.
4731
4732 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4735
4736 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4737
4738         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4739         (Bug#5592).
4740
4741 2010-05-07  Julien Danjou  <julien@danjou.info>
4742
4743         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4744         it to mm-pipe-part.
4745
4746         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4747         it is given.
4748
4749 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * binhex.el (binhex-decode-region-internal)
4752         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4753         (dns-query)
4754         * nnweb.el (nnweb-gmane-search)
4755         * pgg-parse.el (pgg-parse-armor)
4756         * pgg.el (pgg-verify-region)
4757         * sha1.el (sha1-string-external)
4758         * uudecode.el (uudecode-decode-region-internal)
4759         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4760         XEmacs.
4761
4762         * gnus-art.el (gnus-article-browse-html-parts)
4763         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4764         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4765         make-temp-file.
4766
4767         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4768         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4769         compiling.
4770
4771         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4772         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4773         XEmacs when compiling.
4774
4775         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4776         gnus-pick-mode-off-hook for XEmacs when compiling.
4777         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4778         gnus-binary-mode-off-hook for XEmacs when compiling.
4779
4780         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4781         Return nil if char-charset is not available.
4782
4783         * imap.el (imap-disable-multibyte)
4784         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4785         macros.
4786
4787         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4788         instead of encode-coding-string.
4789
4790         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4791         'xemacs) instead of mm-emacs-mule to switch function definitions.
4792         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4793
4794         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4795         bind temporary-file-directory for XEmacs;
4796         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4797         timer-set-function for XEmacs 21.4 and SXEmacs;
4798         bind timer-list for XEmacs 21.4 and SXEmacs;
4799         fbind char-charset and find-charset-region for non-Mule XEmacs;
4800         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4801         encode-coding-region and encode-coding-string for XEmacs having no
4802         file-coding feature.
4803
4804 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4805
4806         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4807
4808 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4811         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4812
4813 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4814
4815         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4816         alias `jka-compr-delete-temp-file' no longer exists.
4817
4818 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4819
4820         Use define-minor-mode in Gnus where applicable.
4821         * mml.el (mml-mode): Use define-minor-mode.
4822         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4823         (gnus-undo-mode): Use define-minor-mode.
4824         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4825         (gnus-dead-summary-mode): Use define-minor-mode.
4826         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4827         Initialize in declaration.
4828         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4829         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4830         (gnus-mailing-list-mode): Use define-minor-mode.
4831         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4832         (gnus-draft-mode): Use define-minor-mode.
4833         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4834         (gnus-dired-mode): Use define-minor-mode.
4835
4836 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4837
4838         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4839         handles on recursive mml-to-mime translation and check them for
4840         boundary delimiter collisions.  Reported by Greg Troxel.
4841
4842 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4845
4846 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4847
4848         * mm-util.el (mm-find-buffer-file-coding-system):
4849         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4850
4851 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4852
4853         * message.el (message-generate-headers): Record insertion of optional
4854         headers as well.  Otherwise the check to prevent repeated insertion of
4855         optional headers is a no-op.
4856
4857 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * smime.el: Don't mention CVS.
4860
4861         * nnrss.el (nnrss-fetch): Don't mention CVS.
4862
4863         * nnir.el: Don't mention CVS.
4864
4865 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4866
4867         * gnus-sum.el (gnus-summary-bookmark-make-record):
4868         Add `location' field.
4869
4870 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * lpath.el: Fbind bookmark-default-handler,
4873         bookmark-get-bookmark-record, bookmark-make-record-default,
4874         bookmark-prop-get for Emacs <23 and XEmacs.
4875
4876 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4877
4878         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4879         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4880         Use with-current-buffer to silence the byte-compiler.
4881         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4882         bother to require `gnus'.
4883         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4884
4885 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4886
4887         * gnus-sum.el (gnus-summary-bookmark-make-record)
4888         (gnus-summary-bookmark-jump): New functions.
4889         (gnus-summary-mode): Setup bookmark support.
4890
4891 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4892
4893         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4894         if set.
4895
4896 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4899         gnus-article-browse-html-save-cid-image; make it work recursively for
4900         forwarded messages as well.
4901         (gnus-article-browse-html-parts): Work when prefix arg is given.
4902         (gnus-article-browse-html-article): Doc fix.
4903
4904 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4905
4906         * message.el (message-default-mail-headers):
4907         (message-default-headers): Carry the value mail-default-headers over
4908         into message-default-mail-headers, rather than message-default-headers.
4909
4910 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4911
4912         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4913         charset.
4914
4915         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4916         charset into the <meta> tag when the article is encoded to utf-8.
4917
4918 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-art.el (gnus-article-browse-delete-temp-files):
4921         Delete directories as well.
4922         (gnus-article-browse-html-parts): Work for images that do not specify
4923         file names; delete temp directory when quitting; insert header at the
4924         right place; use file: scheme for image files.
4925
4926 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4927
4928         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4929         (gnus-article-browse-html-parts): Use it to make temporary cid image
4930         files in addition to html file so that browser may display them.
4931
4932 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4935
4936 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4939
4940 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * auth-source.el (auth-sources): Change default to be simpler.
4943         Explain about Secret Service API sources.  Improve Customize options.
4944         (auth-source-pick): Change to accept any number of search parameters.
4945         Implement fallbacks iteratively, not recursively.  Add scoring on the
4946         second pass and sort by score.  Call Secret Service API when needed.
4947         (auth-source-user-or-password): Use it.  Call Secret Service API
4948         directly when needed to get the user name and the password.
4949
4950 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4951
4952         * message.el (message-interactive): Doc fix.
4953         (message-qmail-inject-args): Reflow.
4954         (message-kill-to-signature): Fix typo in docstring.
4955
4956         * smiley.el (smiley-buffer): Fix typo in docstring.
4957
4958 2010-03-24  Glenn Morris  <rgm@gnu.org>
4959
4960         * mail-source.el (gnus-message): Declare.
4961         (mail-source-delete-old-incoming): Require gnus-util.
4962
4963 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4966
4967         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4968
4969         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4970         password-cache's default if it is not bound.
4971         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4972         password-cache-expiry's default if it is not bound.
4973
4974         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4975         available in Emacs 21.
4976
4977         * lpath.el: Suppress compiler warnings for:
4978         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4979         XEmacs;
4980         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4981         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4982         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4983
4984 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4985
4986         * auth-source.el (auth-sources): Fix up definition so extra parameters
4987         are always inline.
4988
4989 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4990
4991         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4992         wasn't updated after mismatch.  Clear cached mailbox info correctly
4993         when uidvalidity changes.
4994         (nnimap-group-prefixed-name): New function to avoid some code
4995         duplication.
4996         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4997         (nnimap-request-group): Use it.
4998         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4999         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5000         with many imap folders.  This is done by caching the group status from
5001         the imap server persistently in a group parameter `imap-status'.  (This
5002         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5003         but not persistently, so every Gnus startup was still very slow.)
5004
5005 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5008         delete the extra newline.  Otherwise editing of :string and :number
5009         types don't work.
5010
5011 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5014         secrets.el dependency.
5015         (auth-sources): Add optional user name.  Add secrets.el configuration
5016         choice (unused right now).
5017
5018 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5019
5020         * gnus-sum.el (gnus-summary-make-menu-bar):
5021         Let `gnus-registry-install-shortcuts' fill in the functions.
5022
5023         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5024         warnings.
5025         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5026         (gnus-registry-install-shortcuts): Populate and use it in a
5027         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5028
5029 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5030
5031         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5032         In-place substitutions for the group name encoding/decoding.
5033         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5034         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5035         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5036         (nnimap-update-unseen, nnimap-request-list)
5037         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5038         (nnimap-request-set-mark, nnimap-split-to-groups)
5039         (nnimap-split-articles, nnimap-request-newgroups)
5040         (nnimap-request-create-group, nnimap-request-accept-article)
5041         (nnimap-request-delete-group, nnimap-request-rename-group)
5042         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5043         `encoded-mbx' for consistency.
5044         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5045         variable `imap-current-mailbox'.
5046
5047         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5048         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5049
5050 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5051
5052         * pop3.el (pop3-display-message-size-flag): Display message size byte
5053         counts during POP3 download.
5054         (pop3-movemail): Use it.
5055         (pop3-list): Implement listing of available messages.
5056
5057 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5058
5059         * nnir.el (nnir-get-article-nov-override-function): New function to
5060         override the normal NOV retrieval.
5061         (nnir-retrieve-headers): Use it.
5062
5063 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5064
5065         * auth-source.el (netrc-machine-user-or-password): Autoload.
5066
5067 2010-03-19  Glenn Morris  <rgm@gnu.org>
5068
5069         Stop message.el from loading about 40 libraries it doesn't always need.
5070         The general approach is to autoload rather than require, and to
5071         require in the specific functions rather than the file.  (Bug#5642)
5072
5073         * gmm-utils.el: Don't require wid-edit.
5074         (widget-create-child-value, widget-convert, widget-default-get):
5075         Autoload.
5076
5077         * gnus-util.el: Don't require time-date, netrc.
5078         (message-fetch-field, gnus-group-name-decode): Declare rather than
5079         autoloading.
5080         (gnus-fetch-field): Require message.
5081         (gnus-decode-newsgroups): Require gnus-group.
5082
5083         * ietf-drums.el: Don't require time-date.
5084
5085         * message.el: Don't require hashcash, canlock, ecomplete.
5086         Do require mail-utils.  Require nnheader only when compiling.
5087         (smtpmail-default-smtp-server): Remove declaration.
5088         (message-send-mail-function): Check smtpmail-default-smtp-server
5089         is bound rather than requiring smtpmail.
5090         (message-auto-save-directory, message-insert-signature):
5091         Use expand-file-name rather than nnheader-concat.
5092         (nnheader-insert-file-contents): Autoload.
5093         (hashcash-wait-async): Declare.
5094         (message-send-mail): Only call gnus-setup-posting-charset if
5095         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5096         (message-send-mail-with-sendmail): Require sendmail.
5097         (canlock-password, canlock-password-for-verify): Declare.
5098         (message-canlock-password): Require canlock.
5099         (nnheader-get-report): Autoload.
5100         (gnus-setup-posting-charset): Declare.
5101         (message-send-news): Require gnus-msg.
5102         (message-make-references, message-make-in-reply-to): Use mail-header-id
5103         rather than the alias mail-header-message-id.
5104         (ecomplete-add-item, ecomplete-save): Declare.
5105         (message-put-addresses-in-ecomplete): Require ecomplete.
5106         (ecomplete-display-matches): Autoload.
5107
5108         * mm-decode.el: Don't require mailcap, gnus-util.
5109         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5110         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5111         Autoload.
5112         (mailcap-mime-extensions): Declare.
5113
5114         * mm-encode.el: Don't require mailcap.
5115         (mailcap-extension-to-mime): Autoload.
5116
5117         * mml-sec.el: Don't require password-cache.
5118
5119         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5120         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5121         (mml-minibuffer-read-type): Require mailcap.
5122         (mml-preview): Require gnus-msg.
5123
5124         * mml1991.el: Require password-cache.
5125         (password-cache-expiry): Remove declaration.
5126
5127         * mml2015.el: Require password-cache.
5128         (password-cache-expiry): Remove declaration.
5129
5130         * nneething.el (mailcap): Require mailcap.
5131
5132         * nnheader.el (declare-function): Add compatibility stub.
5133         (message-remove-header): Declare rather than autoload.
5134         (nnheader-replace-header): Require message.
5135
5136         * nnimap.el (declare-function): Add compatibility stub.
5137         (netrc-parse, netrc-machine-user-or-password): Declare.
5138         (nnimap-open-connection): Require netrc.
5139
5140         * nntp.el (declare-function): Add compatibility stub.
5141         (netrc-parse, netrc-machine, netrc-get): Declare.
5142         (nntp-send-authinfo): Require netrc.
5143
5144         * rfc2047.el: Don't require qp.
5145         (quoted-printable-encode-region, quoted-printable-decode-string):
5146         Autoload.
5147
5148         * sieve-mode.el: Don't require easymenu.
5149         (easy-menu-add-item): Autoload it.
5150
5151         * spam-stat.el (time-to-number-of-days): Autoload it.
5152
5153 2010-03-19  Glenn Morris  <rgm@gnu.org>
5154
5155         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5156
5157 2010-03-18  Glenn Morris  <rgm@gnu.org>
5158
5159         * hashcash.el (declare-function): Remove duplicate definition.
5160
5161 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5162
5163         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5164         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5165         value if any backslash escapes).
5166
5167 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5170         if it is available.  (bug#5647)
5171
5172         * lpath.el: Suppress compiler warning for coding-system-from-name for
5173         Emacs 21 and XEmacs.
5174
5175 2010-03-14  Juri Linkov  <juri@jurta.org>
5176
5177         * hmac-def.el:
5178         * hmac-md5.el:
5179         * netrc.el: Fix keywords.
5180
5181 2010-02-26  Glenn Morris  <rgm@gnu.org>
5182
5183         * message.el (message-send-mail-function): Change the default, so that
5184         it inherits from a customized send-mail-function.  (Bug#5643)
5185
5186 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5189         shell-command-to-string signals an error (bug#5299).
5190
5191 2010-02-24  Glenn Morris  <rgm@gnu.org>
5192
5193         * message.el (message-smtpmail-send-it)
5194         (message-send-mail-with-mailclient): Doc fixes.
5195
5196 2010-02-16  Glenn Morris  <rgm@gnu.org>
5197
5198         * message.el (message-default-mail-headers): Change the default value
5199         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5200
5201 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5204         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5205
5206 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5207
5208         * time-date.el (date-to-time): Doc fix (Bug#5408).
5209
5210 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5211
5212         * message.el (message-mail): Just pass yank-action on to message-setup.
5213         (message-setup): Handle (FUN . ARGS) form of yank-action.
5214         (message-with-reply-buffer, message-widen-reply)
5215         (message-yank-original): Handle non-buffer values of
5216         message-reply-buffer (Bug#4080).
5217         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5218
5219 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5220
5221         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5222         Fix typo in docstring.
5223
5224 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5225
5226         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5227         response.
5228
5229 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5232
5233         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5234
5235         * message.el (message-check-news-header-syntax): Protect against a
5236         string that `rfc822-addresses' returns when parsing fails.
5237
5238 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5241         (gnus-previous-char-property-change): New functions.
5242
5243         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5244
5245 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5246
5247         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5248         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5249
5250 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5251
5252         * message.el (message-exchange-point-and-mark): Rework last change to
5253         avoid using optional arg of exchange-point-and-mark, for backward
5254         compatibility.
5255
5256 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5257
5258         * message.el (message-exchange-point-and-mark):
5259         Call exchange-point-and-mark with an argument rather than setting
5260         mark-active by hand (Bug#5175).
5261
5262 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * nntp.el (nntp-service-to-port): Work for service expressed with
5265         numeric string; replace [:digit:] with [0-9] for XEmacs.
5266
5267 2009-12-17  Glenn Morris  <rgm@gnu.org>
5268
5269         * gnus-group.el (gnus-bug-group-download-format-alist):
5270         Change emacs entry to debbugs.gnu.org.  Bump :version.
5271
5272 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5275
5276 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * message.el (message-info): Explain why we use `Info-goto-node'.
5279
5280 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5283
5284 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * message.el (message-completion-in-region): New compatibility function.
5287         (message-expand-group): Use it.
5288
5289 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5292         with no unread article should be listed if the 2nd arg `predicate' is
5293         given.
5294
5295 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5298
5299 2009-11-29  Juri Linkov  <juri@jurta.org>
5300
5301         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5302         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5303         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5304
5305 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5306
5307         * sha1.el (sha1-string-external): default-directory "/" in case
5308         otherwise non-existent.  process-connection-type pipe for touch of
5309         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5310
5311 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5312
5313         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5314         it's comms related and sgml-mode.el has "comm" on that basis too.
5315
5316 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5319         containing tspecial characters if they have been already quoted.
5320
5321 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5322
5323         * dns-mode.el (auto-mode-alist): Purecopy string.
5324
5325 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5328
5329 2009-10-24  Glenn Morris  <rgm@gnu.org>
5330
5331         * gnus-art.el (help-xref-stack-item): Define for compiler.
5332
5333 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5334
5335         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5336
5337 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5340
5341 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5344         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5345
5346 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5349         (gnus-overlays-in): New alias to overlays-in.
5350
5351         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5352         gnus-overlay-get, and gnus-delete-overlay.
5353         (gnus-summary-show-thread): Make it work as well for systems in which
5354         next-single-char-property-change is not available.
5355         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5356
5357         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5358         (gnus-overlay-get): New alias to extent-property.
5359         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5360
5361         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5362         SXEmacs.
5363
5364         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5365         SXEmacs.
5366
5367 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5370
5371 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5372
5373         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5374         and XEmacs that don't have `remove-overlays'.
5375
5376 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5377
5378         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5379         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5380         selective display.  Use overlays instead.
5381
5382 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5383
5384         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5385
5386 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5387
5388         * spam-stat.el (spam-stat-load): Fix typo in message.
5389
5390 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5391
5392         * dig.el (dig-invoke): Fix typo in docstring.
5393         (query-dig): Reflow docstring.
5394
5395 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5396
5397         * gnus-art.el (gnus-article-encrypt-body):
5398         * message.el (message-check-recipients):
5399         * mm-util.el (mm-codepage-setup):
5400         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5401         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5402
5403 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5404
5405         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5406         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5407         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5408         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5409         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5410
5411 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5412
5413         * dig.el: Add "Keywords: comm", as per net-utils.el.
5414
5415 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5416
5417         * dig.el (dig-mode): Use define-derived-mode.
5418
5419 2009-09-19  Glenn Morris  <rgm@gnu.org>
5420
5421         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5422
5423 2009-09-18  Glenn Morris  <rgm@gnu.org>
5424
5425         * gnus-diary.el (gnus-diary-check-message):
5426         * message.el (message-insert-formatted-citation-line):
5427         * nnbabyl.el (top-level):
5428         * nndiary.el (nndiary-schedule):
5429         Fix typos in condition-case handlers.
5430
5431 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5434         configuration that provides the sole article window in a frame;
5435         position point correctly after deleting a part.
5436
5437 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5438
5439         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5440         (spam-resolve-registrations-routine): Use it to unregister articles
5441         that change status.
5442
5443 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5446         with XEmacs.
5447         (parse-time-string-chars): Use it.
5448
5449 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5450
5451         * imap.el (imap-interactive-login): Better messages.
5452         (imap-open): Fix bug with renamed buffer on reconnect.
5453         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5454         for easier debugging and cleaner code.  On successful (guessed based on
5455         server capabilities) secondary authentication, set imap-state
5456         correctly.
5457         (imap-last-authenticator): Define imap-last-authenticator as a variable
5458         to avoid warnings.
5459
5460 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * nnrss.el (nnrss-request-article): Remove binding of
5463         default-enable-multibyte-characters that has gotten needless by
5464         the 2007-07-13 change in rfc2047-encode-message-header.
5465
5466         * mml.el (mml-insert-multipart): Error on the message header.
5467         (mml-insert-part): Error on the message header; position point at
5468         the end of a MIME tag.
5469
5470 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * time-date.el (autoload): Expand define-obsolete-function-alias into
5473         defalias and make-obsolete for old Emacsen that Gnus supports.
5474         (with-no-warnings): Define it for old Emacsen.
5475         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5476         is available.
5477         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5478         float-time is available; suppress compile warning for time-to-seconds.
5479
5480         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5481         (gnus-float-time): Alias to float-time if it exists.
5482
5483         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5484         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5485         float-time is available; suppress compile warning for time-to-seconds.
5486
5487         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5488         XEmacs.
5489
5490 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * imap.el (imap-message-map): Docstring fix.
5493
5494 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5497         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5498         Add the optional argument `encoding' that overrides the default.
5499
5500         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5501         mm-encode-buffer.
5502
5503 2009-09-04  Glenn Morris  <rgm@gnu.org>
5504
5505         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5506         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5507         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5508         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5509         * mm-util.el (mm-with-unibyte-current-buffer)
5510         (mm-find-buffer-file-coding-system):
5511         * yenc.el (yenc-decode-region): Use default-value rather than
5512         default-enable-multibyte-characters.
5513
5514 2009-09-03  Glenn Morris  <rgm@gnu.org>
5515
5516         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5517         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5518         than default-enable-multibyte-characters.
5519
5520 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5521
5522         * gnus-art.el (gnus-article-read-summary-keys):
5523         Fix gnus-buffer-configuration's value temporarily used.
5524
5525 2009-09-02  Glenn Morris  <rgm@gnu.org>
5526
5527         * gnus-util.el (gnus-float-time): New function.
5528         * gnus-delay.el (gnus-delay-article):
5529         * gnus-sum.el (gnus-thread-latest-date):
5530         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5531         * nnspool.el (nnspool-request-newgroups):
5532         Use gnus-float-time rather than time-to-seconds.
5533         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5534
5535         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5536         (gnus-header-subject-face, gnus-header-newsgroups-face)
5537         (gnus-header-name-face, gnus-header-content-face):
5538         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5539         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5540         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5541         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5542         (gnus-cite-face-11):
5543         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5544         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5545         (gnus-server-closed-face, gnus-server-denied-face)
5546         (gnus-server-offline-face):
5547         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5548         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5549         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5550         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5551         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5552         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5553         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5554         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5555         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5556         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5557         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5558         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5559         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5560         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5561         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5562         (gnus-summary-high-undownloaded-face)
5563         (gnus-summary-low-undownloaded-face)
5564         (gnus-summary-normal-undownloaded-face)
5565         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5566         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5567         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5568         (gnus-splash-face):
5569         * message.el (message-header-to-face, message-header-cc-face)
5570         (message-header-subject-face, message-header-newsgroups-face)
5571         (message-header-other-face, message-header-name-face)
5572         (message-header-xheader-face, message-separator-face)
5573         (message-cited-text-face, message-mml-face):
5574         * sieve-mode.el (sieve-control-commands-face)
5575         (sieve-action-commands-face, sieve-test-commands-face)
5576         (sieve-tagged-arguments-face):
5577         * spam.el (spam-face):
5578         Mark face aliases with "-face" in the name as obsolete.
5579
5580 2009-09-01  Glenn Morris  <rgm@gnu.org>
5581
5582         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5583         than goto-line.
5584
5585 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5588         Don't move point if the command is invoked inside the message header.
5589
5590 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5591
5592         * imap.el (imap-send-command): Simplify.
5593         (imap-wait-for-tag): point-max -> buffer-size.
5594
5595 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5598         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5599         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5600         * nnir.el (nnir-swish-e-index-file):
5601         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5602         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5603         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5604         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5605         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5606         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5607
5608 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5611         Don't save excursion.
5612
5613 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5614
5615         * nnheader.el (nnheader-find-file-noselect):
5616         * mm-util.el (mm-insert-file-contents):
5617         Use (default-value 'major-mode) instead of default-major-mode.
5618
5619 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5620
5621         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5622
5623 2009-08-26  Glenn Morris  <rgm@gnu.org>
5624
5625         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5626         than placing in files.el.
5627
5628 2009-08-25  Glenn Morris  <rgm@gnu.org>
5629
5630         * nnir.el (top-level): Don't require cl at run-time.
5631         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5632         Replace cl-function substitute with gnus-replace-in-string.
5633         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5634         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5635         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5636         simplified expansions.
5637
5638 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5639
5640         * dig.el (dig): Add autoload cookie.
5641
5642 2009-08-22  Glenn Morris  <rgm@gnu.org>
5643
5644         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5645         goto-line.
5646
5647 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5648
5649         * parse-time.el (parse-time-string-chars): Save match data.
5650
5651 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5652
5653         * parse-time.el (parse-time-string-chars): Compute using character
5654         classes, to handle non-ascii characters (Bug#3190).
5655
5656 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5659
5660         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5661         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5662         (gnus-mm-display-part, gnus-mime-display-single)
5663         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5664         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5665
5666         * gnus-sum.el
5667         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5668         (gnus-summary-move-article): Add expirable mark to articles copied or
5669         moved to group that has auto-expire turned on if the option is non-nil.
5670
5671 2009-07-24  Glenn Morris  <rgm@gnu.org>
5672
5673         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5674         Fix typo.  (Bug#3903)
5675
5676 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5679         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5680         that should not be used for draft articles.
5681         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5682         that has no concern in minor mode keys.
5683         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5684         Abolish.
5685
5686 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5689         article without making inquiry to a user for unknown encoding.
5690
5691         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5692         (nnmaildir--scan): Assume i-node and device number that file-attributes
5693         returns might be cons-cell.
5694
5695         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5696
5697         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5698
5699 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * auth-source.el: Remove docs now in auth.texi.  Don't use
5702         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5703         `auth-source-hide-passwords' and use them.
5704
5705 2009-07-15  Glenn Morris  <rgm@gnu.org>
5706
5707         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5708
5709 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5712         excessive whitespace from the default values of title and description.
5713
5714 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5717         mail-fetch-field to fetch Content-Description header in order to
5718         exclude newlines.
5719
5720 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5721
5722         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5723         format used by GnuPG 2.0.11.
5724
5725 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5728         to deleted part.
5729
5730 2009-05-30  David Engster  <dengste@eml.cc>
5731
5732         * nnmairix.el: Remove old documentation in the commentary block.
5733         (nnmairix-request-group): Do not update active file for nnml back ends.
5734         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5735         end so that overview files are ignored.
5736         (nnmairix-update-groups): Make updating the groups more robust by using
5737         marks.
5738         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5739         with dollar characters in message-id.
5740
5741 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5744         2008-12-25 in dns.el.
5745
5746 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5747
5748         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5749         could happen if the text is only composed of spaces and/or tabs.
5750
5751 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5752
5753         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5754         when sending a queued message to avoid extra mml tags.
5755
5756 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5759
5760 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5763         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5764         rmail-toggle-header for XEmacs;
5765         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5766
5767 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-dired.el: Remove autoload for gnus-setup-message.
5770         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5771         displaying Gnus logo; always use compose-mail.
5772
5773 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5776
5777 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5780         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5781         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5782         available.
5783         (gnus-nocem-epg-verify): New function.
5784
5785 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5788
5789 2009-02-15  Glenn Morris  <rgm@gnu.org>
5790
5791         * gnus-util.el (rmail-insert-rmail-file-header)
5792         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5793         autoloads.
5794         (rmail-default-rmail-file): Remove unnecessary declaration.
5795         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5796
5797 2009-02-14  Glenn Morris  <rgm@gnu.org>
5798
5799         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5800         variable (only used in gnus-util, which declares it anyway).
5801         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5802         which was only needed by gnus-art (changed to not use it any more).
5803         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5804         only used in gnus-util, which autoloads it itself.
5805         (rmail-update-summary): Fix autoload.
5806
5807         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5808         rather than rmail-output-to-rmail-file.
5809
5810 2009-02-07  Glenn Morris  <rgm@gnu.org>
5811
5812         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5813         autoload of function that no longer exists.
5814         (rmail-toggle-header): Declare.
5815         (message-forward-rmail-make-body): Handle mbox Rmail.
5816
5817 2009-01-31  Glenn Morris  <rgm@gnu.org>
5818
5819         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5820         2009-01-09 change.
5821
5822 2009-01-31  Dave Love  <fx@gnu.org>
5823
5824         * imap.el (imap-fetch-safe): Bind debug-on-error.
5825         (imap-debug): Add imap-fetch-safe.
5826
5827 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5828
5829         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5830         (auth-source-forget-all-cached): New convenience function.
5831         (auth-source-user-or-password): Accept list of modes or a single mode.
5832
5833         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5834         auth-source modes.
5835
5836         * netrc.el (netrc-machine-user-or-password): Use list of
5837         auth-source modes.
5838
5839         * nnimap.el (nnimap-open-connection): Use list of
5840         auth-source modes.
5841
5842         * nntp.el (nntp-send-authinfo): Use list of
5843         auth-source modes.
5844
5845 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5848         now.
5849
5850 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5853         coding system in XEmacs; add a workaround for XEmacs.
5854
5855         * lpath.el: Fbind coding-system-aliasee.
5856
5857 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5860         of current-language-environment.
5861
5862 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5865         available at runtime.
5866
5867 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5870
5871 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5872
5873         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5874         the greatest positive fixnum value doesn't work under an XEmacs with
5875         bignum support; use the most-positive-fixnum constant instead,
5876         available since Emacs 21.1 with cl and XEmacs 21.1.
5877
5878 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5881         XEmacs gets not to work.
5882
5883 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * mm-util.el (mm-coding-system-priorities): Allow the value like
5886         "Japanese (UTF-8)" of current-language-environment.
5887
5888 2009-01-09  Glenn Morris  <rgm@gnu.org>
5889
5890         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5891         with last-command-event.
5892
5893 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5896         in the doc string.
5897
5898         * message.el (message-fix-before-sending): Amend comment.
5899
5900 2009-01-08  Dave Love  <fx@gnu.org>
5901
5902         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5903
5904 2009-01-07  David Engster  <dengste@eml.cc>
5905
5906         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5907         simplified server definitions by converting it via
5908         gnus-server-to-method.
5909
5910 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5913         parameter's operands.
5914
5915 2009-01-06  David Engster  <dengste@eml.cc>
5916
5917         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5918         primary select method (for gnus-group-mark-article-as-read).
5919
5920 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5921
5922         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5923         `(gnus)Face', not `(gnus)X-Face'.
5924
5925 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * mm-util.el (mm-ucs-to-char): New function.
5928
5929         * mm-url.el (mm-url-decode-entities): Use it.
5930
5931         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5932         unicode-to-char.
5933
5934 2009-01-05  Dave Love  <fx@gnu.org>
5935
5936         * time-date.el: Require cl for `declare'.
5937
5938 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5941         Dave Love.
5942
5943 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * message.el (message-fix-before-sending): Add `eight-bit' to
5946         illegible-text check.
5947
5948 2009-01-03  Michael Olson  <mwolson@gnu.org>
5949
5950         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5951         `headers' is nil.  This can occur if the IMAP server does not have
5952         permissions to read messages from a folder, but can write new messages
5953         to the folder.
5954         (nnimap-request-article-part): Do not insert `data' if it is nil.
5955
5956         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5957         characters which will confuse `read', so skip past them.
5958
5959 2009-01-01  Dave Love  <fx@gnu.org>
5960
5961         * imap.el (imap-string-to-integer): Fix typo.
5962         (imap-fetch-safe): New function.
5963         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5964
5965         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5966
5967         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5968         (imap-parse-greeting): Fix doc strings.
5969         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5970         (imap-parse-flag-list): Make messages unique.
5971         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5972
5973         * nnimap.el: Fix author email.
5974         (nnimap-split-rule): Add FIXME comment.
5975         (nnimap-debug): Fix doc string.
5976
5977 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5980
5981 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5984         nslookup if resolv.conf isn't available.
5985         (dns-query): Rename from query-dns.
5986         (dns-query-cached): Rename from query-dns-cached.
5987
5988 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5991         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5992         to check if those variables exist (first appeared in Emacs 18.50).
5993
5994 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * mm-util.el (mm-line-number-at-pos): New function.
5997
5998         * spam-report.el (spam-report-process-queue): Use it.
5999
6000 2008-12-24  David Engster  <dengste@eml.cc>
6001
6002         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6003         parameters that haven't existed as variables as buffer-local variables.
6004
6005 2008-12-23  Dave Love  <fx@gnu.org>
6006
6007         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6008         cadar.
6009
6010         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6011         imap-starttls-p.
6012         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6013
6014 2008-12-22  Dave Love  <fx@gnu.org>
6015
6016         * imap.el: Fix author email.  Doc fixes.
6017         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6018         reply.
6019
6020 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * spam-report.el (spam-report-gmane-max-requests): New constant.
6023         (spam-report-gmane-wait): New variable.
6024         (spam-report-gmane-ham, spam-report-gmane-spam)
6025         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6026         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6027         the server.
6028
6029         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6030         Add explanations.
6031
6032         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6033         nnheader-accept-process-output and nnheader-read-timeout if available.
6034         (pop3-movemail): Use it.
6035
6036         * message.el (message-check-news-body-syntax): Fix signature check if
6037         there's an attachment.
6038
6039 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * mm-util.el: Add comments to the mm- emulating functions.
6042
6043 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6046         Reported by Stephen Berman <stephen.berman@gmx.net>.
6047
6048 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * mm-util.el (mm-substring-no-properties): New function.
6051         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6052         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6053         (mm-string-to-multibyte): Doc fix.
6054
6055         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6056
6057 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * mml.el (mml-attach-file): Strip text properties from file name.
6060         (Bug#1574)
6061
6062 2008-12-16  Glenn Morris  <rgm@gnu.org>
6063
6064         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6065
6066 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6069         knows since the charset specified might be a bogus alias that
6070         mm-charset-synonym-alist provides.
6071
6072 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6075         "ISO_8859-1".
6076
6077         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6078
6079 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * mm-util.el (mm-charset-eval-alist):
6082         Define it before mm-charset-to-coding-system.
6083         (mm-charset-to-coding-system): Add optional argument `silent';
6084         define it before mm-charset-override-alist.
6085         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6086         default value if it can be used in Emacs currently running;
6087         silence mm-charset-to-coding-system.
6088
6089 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6092         `allow-override' which says whether to use `mm-charset-override-alist'.
6093         (rfc2047-decode-encoded-words): Use it.
6094
6095         * mm-util.el (mm-charset-override-alist): Fix custom type;
6096         add `(gb2312 . gbk)' to choices.
6097
6098 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6101         fast.
6102
6103         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6104
6105         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6106
6107 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6108
6109         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6110         on links.
6111
6112         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6113
6114 2008-12-03  Lute Kamstra  <lute@gnu.org>
6115
6116         * sha1.el: Remove leading * from docstrings of defcustoms,
6117         deffaces, defconsts and defuns.
6118
6119 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6122         users' addresses that don't have domain parts.
6123         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6124         rather than message-narrow-to-head since there will be the message
6125         header separator.
6126
6127 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6128
6129         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6130         since the result is inserted in a unibyte buffer anyway.
6131         (nnimap-demule-use-string-to-multibyte): Remove.
6132         (nnimap-demule): Alias it to mm-string-to-multibyte.
6133
6134 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6137         variable for debugging bug#464 and bug#1174.
6138         (nnimap-demule): Use it.
6139
6140 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6143         score calculation correctly.
6144
6145 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * message.el (message-send-mail): Just set the buffer to unibyte
6148         rather than use mm-with-unibyte-current-buffer which does a lot more.
6149         (message-send-mail-partially): Don't bother with
6150         mm-with-unibyte-current-buffer since it's already been made unibyte by
6151         message-send-mail.
6152
6153 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6156
6157 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6160
6161 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6164         require itself and to remove `with-no-warnings'.
6165
6166 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * starttls.el (starttls-any-program-available): Get the name of the
6169         available TLS layer program.
6170         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6171         well as the host name in the "opening" message.
6172
6173         * auth-source.el (auth-source-cache, auth-source-do-cache)
6174         (auth-source-user-or-password): Cache passwords and logins by default,
6175         allow override with `auth-source-do-cache'.
6176         (auth-source-forget-user-or-password): Allow users to remove cache
6177         entries if needed.
6178
6179 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6180
6181         * md4.el (md4-buffer): Fix typo in docstring.
6182         (md4, md4-64): Doc fixes.
6183         (md4-pack-int32): Reflow docstring.
6184
6185 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6188         condition-case to only the forward-sexp call.
6189
6190 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6193         quotes contained.  Make it more robust regardless by an extra
6194         condition-case wrapper.
6195
6196 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6199
6200 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * nnml.el (nnml-request-expire-articles): Check if the function set to
6203         `nnmail-expiry-target' returns the symbol `delete'.
6204
6205         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6206
6207         * nnmail.el (nnmail-expiry-target): Fix custom type.
6208
6209 2008-10-02  Glenn Morris  <rgm@gnu.org>
6210
6211         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6212         Silence compiler warning.
6213
6214 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6215
6216         * tls.el (open-tls-stream): Show the actual command being
6217         executed, instead of the format string.
6218
6219 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * lpath.el: Fbind codepage-setup for Emacs 23.
6222
6223 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6224
6225         * mml.el (mml-menu): Don't assume mml2015 is bound.
6226
6227 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6230         exists.
6231
6232 2008-09-27  Glenn Morris  <rgm@gnu.org>
6233
6234         * gnus-util.el (mail-header-remove-comments): Autoload it.
6235
6236 2008-09-27  Andreas Schwab  <schwab@suse.de>
6237
6238         * gnus-util.el (gnus-split-references): Strip comments.
6239         (gnus-parent-id): Likewise.
6240
6241 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * message.el (message-confirm-send): Fix version.
6244
6245 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * message.el (message-idna-to-ascii-rhs-1): Use
6248         mail-extract-address-components rather than mail-header-parse-addresses
6249         that is an alias by default to ietf-drums-parse-addresses that does not
6250         support non-ASCII names in headers' contents.
6251
6252 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * message.el (message-confirm-send): Fix variable documentation to
6255         avoid the "y/n" wording.
6256
6257 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6258
6259         * message.el (message-set-auto-save-file-name): Save to a different
6260         filename so multiple messages (especially drafts) can be recovered.
6261
6262 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * message.el (message-confirm-send): Add appropriate version.
6265
6266 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6269         defvar.
6270
6271 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6272
6273         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6274         (mm-pkcs7-enveloped-magic): Ditto.
6275
6276 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6277
6278         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6279         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6280
6281 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6284         default, it's better.
6285
6286 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6289         summary line gnus-number property and ignore them (with a warning
6290         message).
6291
6292 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6295         macro caddr in the interactive form since it won't be expanded.
6296
6297 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6300         `charset'; fix name of function called recursively.
6301         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6302
6303 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6306         (gnus-mime-set-charset-parameters): New function.
6307         (gnus-mime-view-part-as-charset): Use it to correctly display part
6308         specifying wrong charset.
6309
6310 2008-09-08  David Engster  <dengste@eml.cc>
6311
6312         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6313         in completing-read for back end server.
6314
6315 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * message.el (message-confirm-send): New variable to confirm sending a
6318         message.
6319         (message-send): Use it.
6320
6321 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6324
6325 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6328
6329 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6332         prevent tracking too many groups.
6333         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6334         Use it.
6335
6336 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6337
6338         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6339         moving point to the bottom of the window in order to avoid recentering.
6340
6341 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6344
6345         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6346         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6347         (gnus-article-beginning-of-window): Fix calculation.
6348
6349 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus-msg.el (gnus-summary-supersede-article)
6352         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6353         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6354         message header.
6355
6356 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6357
6358         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6359         pending output coming after the status change.
6360
6361 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6362
6363         * message.el:
6364         * gnus-start.el:
6365         * gnus-registry.el: Remove VMS support.
6366
6367 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6370         macro.
6371         (rfc2104-hash): Use it.
6372
6373 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6376         (gnus-summary-sort-by-most-recent-date): New commands.
6377         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6378         and menu entries.
6379
6380 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6383         don't redisplay article for raw contents; remove plural articles stuff.
6384
6385         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6386         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6387         on gnus-summary-save-article; display results properly.
6388
6389 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * lpath.el: No need to fbind ns-focus-frame.
6392
6393 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6396
6397 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-art.el (gnus-summary-save-in-pipe):
6400         Consider gnus-save-all-headers.
6401
6402 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6403
6404         * gnus-util.el (ns-focus-frame): Remove declaration.
6405         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6406         like x.
6407
6408 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6409
6410         * rfc2104.el (rfc2104-zero): Delete defconst.
6411         (rfc2104-hex-alist): Likewise.
6412         (rfc2104-hex-to-int): Delete func.
6413         (rfc2104-hexstring-to-bitstring): Likewise.
6414         (rfc2104-nybbles): New defconst.
6415         (rfc2104-hash): Rewrite for speed.
6416
6417 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * tls.el (open-tls-stream): Make it work with the 2nd argument
6420         BUFFER that is a string but does not exist as a buffer object, as
6421         mentioned in the doc-string.
6422
6423 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6426         SXEmacs.
6427
6428 2008-07-16  Glenn Morris  <rgm@gnu.org>
6429
6430         * gnus-util.el (ns-focus-frame): Declare for compiler.
6431
6432 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6435         set as a group parameter.
6436         (gnus-summary-save-in-pipe): Work when it is called independently.
6437         (gnus-summary-pipe-to-muttprint): Don't modify
6438         gnus-summary-pipe-output-default-command.
6439
6440 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6441
6442         * message.el (message-send-mail-with-sendmail):
6443         Display the error message.
6444
6445 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-default-article-saver):
6448         Add gnus-summary-save-in-pipe to choices.
6449         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6450         gnus-summary-pipe-output-default-command as the default command.
6451         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6452         instead of gnus-last-shell-command.
6453
6454         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6455         New user option.
6456         (gnus-summary-muttprint-program): Mention the value will be changed.
6457         (gnus-summary-save-article): Force showing of all headers.
6458         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6459
6460 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6461
6462         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6463
6464 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6465
6466         * nnimap.el (nnimap-id):
6467         * sieve-manage.el (sieve-manage-open): Doc fixes.
6468
6469 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6470
6471         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6472         if available.
6473
6474 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6477
6478         * nnkiboze.el (nnkiboze-generate-group):
6479         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6480
6481         * nnmairix.el: Require CL.
6482
6483 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * dgnushack.el: Autoload get-display-table and put-display-table for
6486         XEmacs 21.5.
6487
6488         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6489         21.4 and SXEmacs.
6490
6491 2008-06-15  David Engster  <dengste@eml.cc>
6492
6493         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6494
6495 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6496
6497         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6498         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6499         runtime choice under XEmacs.
6500
6501         * gnus-sum.el (gnus-summary-set-display-table):
6502         Use `gnus-put-display-table', `gnus-get-display-table',
6503         `gnus-set-display-table' for the display table, instead of `aset'.
6504
6505         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6506         Use `gnus-put-display-table', `gnus-get-display-table',
6507         `gnus-set-display-table' for the display table.
6508
6509 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6510
6511         * nnmairix.el: Add autoloads.
6512
6513 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * nnmairix.el (nnmairix-delete-recreate-group)
6516         (nnmairix-update-and-clear-marks): Fix error messages.
6517
6518 2008-06-14  David Engster  <dengste@eml.cc>
6519
6520         * nnmairix.el: Upgrade to version 0.6.
6521         (nnmairix-group-toggle-propmarks-this-group)
6522         (nnmairix-group-toggle-readmarks-this-group)
6523         (nnmairix-group-delete-recreate-this-group)
6524         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6525         (nnmairix-remove-tick-mark-original-article): New commands.
6526         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6527         (nnmairix-propagate-marks-to-nnmairix-groups)
6528         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6529         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6530         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6531         functions needed for marks propagation and manipulation of read marks.
6532         (nnmairix-update-groups): New function.
6533         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6534         (nnmairix-determine-original-group-from-registry)
6535         (nnmairix-determine-original-group-from-path)
6536         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6537         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6538         New helper functions.
6539         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6540         keystrokes for new commands.
6541         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6542         (nnmairix-request-group): Check allow-fast group parameter.
6543         (nnmairix-request-create-group): Set allow-fast group parameter if
6544         nnmairix-allowfast-default is set.
6545         (nnmairix-close-group): Propagate marks upon closing if needed.
6546         (nnmairix-group-toggle-threads-this-group): Use new.
6547         nnmairix-group-toggle-parameter helper function.
6548         (nnmairix-search): Better check for empty search result.
6549         (nnmairix-goto-original-article): Use new helper functions for
6550         determining original article.
6551         (nnmairix-show-original-article): Make sure message-id is in brackets.
6552         (nnmairix-call-mairix-binary): Change variable name.
6553         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6554         helper function.
6555         (nnmairix-widget-toggle-activate): Fix doc string.
6556
6557 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * nnir.el: Require edmacro when compiling with XEmacs.
6560         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6561         available in Emacs 21.
6562
6563 2008-06-11  Glenn Morris  <rgm@gnu.org>
6564
6565         * gnus-util.el (x-focus-frame):
6566         * gnus.el (image-size):
6567         * mm-decode.el (image-size): Declare.
6568
6569         * gnus-picon.el (declare-function): Add compat definition.
6570         (image-size): Declare.
6571
6572         * gnus-group.el (tool-bar-map):
6573         * gnus-sum.el (tool-bar-map): Define for compiler.
6574
6575         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6576
6577         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6578
6579         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6580         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6581         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6582         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6583         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6584         * sieve-manage.el, spam-report.el, spam.el:
6585         Remove unnecessary eval-and-compile of autoloads.
6586
6587 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6588
6589         * auth-source.el: Precise Tramp doc.
6590
6591 2008-06-07  Glenn Morris  <rgm@gnu.org>
6592
6593         * nnmairix.el: Remove unnecessary eval-when-compile.
6594
6595 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * lpath.el: Fbind propertize for XEmacs 21.4.
6598
6599 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * nnir.el: Move here from ../contrib.
6602
6603 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6604
6605         * gnus-util.el (gnus-read-shell-command): New function.
6606         * mm-decode.el (mm-pipe-part):
6607         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6608
6609 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6612
6613 2008-06-03  Glenn Morris  <rgm@gnu.org>
6614
6615         * pop3.el (nnheader-accept-process-output): Autoload it.
6616
6617 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6620         are not 2-digit hexadecimal characters that follow `%'s.
6621
6622 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * message.el (message-bogus-recipient-p): Fix type in doc string.
6625         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6626         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6627         Improve custom options.
6628         (message-bogus-recipient-p): Adjust accordingly.
6629
6630 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6631
6632         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6633         long-form month and day names.
6634
6635 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * dgnushack.el: Autoload debug, eudc-expand-inline and
6638         pgg-snarf-keys-region for XEmacs.
6639
6640         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6641
6642         * nnmairix.el: Require edmacro when compiling with XEmacs.
6643
6644 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6647         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6648
6649 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * auth-source.el: Add more docs.
6652
6653         * netrc.el (netrc-machine): Always match if the port is not given.
6654
6655 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6658         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6659         retrieval faster in some cases, but might make CPU usage larger.
6660         If this has any bad side effects, we might revert this change.
6661
6662         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6663         seems to make mail retrieval much, much faster.
6664         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6665         unconditionally.
6666
6667         * gnus-draft.el (gnus-group-send-queue):
6668         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6669
6670 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6673
6674         * message.el (message-bogus-address-regexp): Fix and improve custom
6675         type.
6676         (message-setup-hook): Add message-check-recipients as custom option.
6677
6678 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * message.el (message-cite-function): Remove bogus autoload which crept
6681         in during merge from v5-10.
6682
6683 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6686
6687         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6688
6689         * auth-source.el: Preliminary Tramp docs.
6690         (auth-sources): Change the default auth-sources to use
6691         EPA .gpg files.
6692
6693 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6694
6695         * nntp.el: Autoload `auth-source-user-or-password'.
6696         (nntp-send-authinfo): Use it.
6697
6698         * nnimap.el: Autoload `auth-source-user-or-password'.
6699         (nnimap-open-connection): Use it.
6700
6701         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6702         for the gnus-message function.
6703         (auth-source-user-or-password): Use it.
6704
6705 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6708         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6709         (rfc2104-hash): Use it.
6710
6711 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6712
6713         * gnus-art.el (gnus-article-toggle-truncate-lines):
6714         Don't use `iff' in docstring.
6715
6716 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6717
6718         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6719
6720         * gnus-util.el (gnus-extract-address-component-name)
6721         (gnus-extract-address-component-email): Convenience functions around
6722         `gnus-extract-address-components'.
6723
6724         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6725         Use `gnus-extract-address-component-email' to fix bug of comparing full
6726         sender name to `user-mail-address'.
6727
6728 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6731         catch/throw to optimize.
6732         (gnus-registry-find-keywords): Just use member to find a keyword.
6733
6734 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6737         is current before calling gnus-server-prepare.
6738         (gnus-server-setup-buffer, gnus-server-update-server)
6739         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6740
6741 2008-05-04  Juri Linkov  <juri@jurta.org>
6742
6743         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6744         (mailcap-file-default-commands): Use mailcap-replace-in-string
6745         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6746         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6747
6748 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6749
6750         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6751
6752 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6753
6754         * gnus.el: Bump version to 0.11.
6755
6756 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6757
6758         * gnus.el: No Gnus v0.10 is released.
6759
6760 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6763         hooks.
6764         (gnus-update-read-articles): Speed up non-marks-using users.
6765         (gnus-use-marks): Define gnus-use-marks.
6766         (gnus-propagate-marks): Rename variable to something more sensible.
6767
6768 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6769
6770         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6771         (gmm-image-load-path-for-library): Fix typos in docstrings.
6772         (gmm-message): Reflow docstring.
6773
6774 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6775
6776         * mail-source.el (mail-source-set-1, mail-source-bind):
6777         Move auth-source code out of the macro to clean it up and fix bugs.
6778
6779 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6782         by sender if it's equal to user-mail-address, it's likely to be
6783         useless.
6784
6785         * mail-source.el (mail-source-bind): Don't use user or password if they
6786         are not bound.  Unintern them if they are nil.  Don't use server unless
6787         it's bound, and default it to empty string otherwise.
6788
6789 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * mail-source.el: Load auth-source.el.
6792         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6793         get user name or password, if auth-sources is set up.
6794
6795         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6796         strategy of splitting with parent.
6797         (gnus-registry-split-fancy-with-parent)
6798         (gnus-registry-post-process-groups): Use it and fix prior
6799         bug (returning a list as the split result).
6800
6801         * auth-source.el (auth-sources): Remove server parameter.
6802         (auth-source-pick, auth-source-user-or-password)
6803         (auth-source-user-or-password-imap)
6804         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6805         (auth-source-user-or-password-sftp)
6806         (auth-source-user-or-password-smtp): Remove server parameter.
6807
6808 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6809
6810         * smime.el (smime-sign-region, smime-encrypt-region)
6811         (smime-decrypt-region):
6812         Remove redundant calls to `generate-new-buffer-name'.
6813
6814 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6815
6816         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6817         Don't use QP for message/rfc822.
6818         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6819
6820 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6821
6822         * sieve-manage.el (sieve-string-bytes): Remove.
6823         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6824         correct byte-length only if the process's coding-system is the same as
6825         the one used internally by Emacs to represent strings.
6826
6827 2008-04-22  Juri Linkov  <juri@jurta.org>
6828
6829         * mailcap.el (mailcap-file-default-commands): New function.
6830
6831 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * message.el (message-signature-separator, message-cite-function):
6834         Change custom version.
6835
6836 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6837
6838         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6839         commands.
6840         (tls-checktrust): Ditto.
6841
6842 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * mm-decode.el (mm-display-external): Make temp file read-only.
6845
6846 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6849         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6850         `C-c C-f d'.
6851
6852 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6853
6854         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6855
6856 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * gnus.el: Bump version to 0.9.
6859
6860 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * gnus.el: No Gnus v0.8 is released.
6863
6864 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6865
6866         * mail-source.el (mail-source-value):
6867         Prefer fboundp to functionp so it works with macros as well.
6868
6869 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6872         Fix last change in case the element is not even a symbol.
6873
6874 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6875
6876         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6877         Prefer fboundp to functionp so it works with macros as well.
6878
6879 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6880
6881         * auth-source.el: Add docs.
6882         (auth-sources): Modify format to support server.
6883         (auth-source-pick, auth-source-user-or-password)
6884         (auth-source-user-or-password-imap)
6885         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6886         (auth-source-user-or-password-sftp)
6887         (auth-source-user-or-password-smtp): Add server parameter.
6888
6889 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * gnus-registry.el: Initialize the registry when gnus-registry-install
6892         is t.
6893
6894 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * compface.el (uncompface): Make buffer unibyte.
6897
6898 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6899
6900         * mail-source.el (mail-source-value):
6901         Prefer fboundp to functionp so it works with macros as well.
6902
6903 2008-04-05  Glenn Morris  <rgm@gnu.org>
6904
6905         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6906
6907 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6908
6909         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6910         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6911
6912         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6913         multibyteness after rather than before erasing it.
6914
6915         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6916         mm-with-multibyte.
6917         (gnus-request-article-this-buffer): Make sure the proper decoding is
6918         used if gnus-original-article-buffer happens to be unibyte.
6919
6920         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6921         default-enable-multibyte-characters.
6922
6923         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6924         default-enable-multibyte-characters.
6925
6926         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6927
6928         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6929
6930 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6931
6932         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6933         Fix last change in case the element is not even a symbol.
6934
6935 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6936
6937         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6938         (imap-message-copyuid-1): Use it.
6939         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6940         J. Williams in
6941         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6942
6943         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6944         imap-enable-exchange-bug-workaround.
6945         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6946
6947 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6948
6949         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6950         a 100 byte status-checks into a 2-3MB transfer for each group.
6951         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6952         to enable bug workaround or not.
6953         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6954
6955 2008-03-31  Glenn Morris  <rgm@gnu.org>
6956
6957         * message.el (mml2015-use): Declare for compiler.
6958         (message-info): Require mml2015 when appropriate.
6959
6960 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6963         whitespace.
6964
6965 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6966
6967         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6968         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6969         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6970         (nntp-service-to-port): New function.
6971         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6972         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6973         (nntp-open-netcat-stream): New function.
6974         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6975
6976 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6977
6978         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6979
6980 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6981
6982         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6983
6984 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6985
6986         * dns.el (dns-write): Use set-buffer-multibyte.
6987
6988 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6989
6990         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6991
6992 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * message.el (message-signature-separator): Change default.
6995         Improve custom type.
6996         (message-cite-function): Change default to
6997         message-cite-original-without-signature.
6998
6999         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7000         toggle.
7001
7002         * message.el (message-check-news-body-syntax): Fix signature check.
7003         (message-setup-1): Mark buffer as unmodified _after_ running
7004         message-setup-hook and handling message-alternative-emails.
7005         (message-shorten-references): Be more strict when building list of
7006         valid references to comply with GNKSA.
7007
7008         * gnus-group.el (gnus-read-ephemeral-bug-group)
7009         (gnus-read-ephemeral-debian-bug-group)
7010         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7011
7012         * message.el (message-info): Don't use booleanp which isn't supported
7013         in Emacs 21 and XEmacs.
7014
7015 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7018         gnus-group-gmane-group-download-format.
7019         (gnus-group-read-ephemeral-gmane-group): Rename from
7020         gnus-group-read-ephemeral-gmane-group.
7021         (gnus-read-ephemeral-gmane-group-url): Rename from
7022         gnus-group-read-ephemeral-gmane-group-url.
7023         (gnus-bug-group-download-format-alist): New variable.
7024         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7025         (gnus-read-ephemeral-emacs-bug-group): New commands.
7026
7027 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7030         (gnus-visible-headers): Improve custom type.
7031
7032 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * mml.el (mml-menu): Add workarounds for XEmacs.
7035
7036         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7037         X-Boundary header.
7038
7039         * message.el (message-simplify-recipients): Fix previous commit.
7040
7041 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7042
7043         * mm-util.el (mm-set-buffer-multibyte): New function.
7044         * mm-decode.el (mm-copy-to-buffer): Use it.
7045
7046         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7047         Prefer fboundp to functionp so it works with macros as well.
7048
7049 2008-03-19  Glenn Morris  <rgm@gnu.org>
7050
7051         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7052         Accidentally removed in the sync process with Emacs.
7053
7054 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * message.el (message-alter-recipients-discard-bogus-full-name):
7057         New function.
7058         (message-alter-recipients-function): New variable.
7059         (message-get-reply-headers): Use it.
7060         (message-replace-header): New helper function.
7061         (message-recipients-without-full-name): New variable.
7062         (message-simplify-recipients): New command.
7063
7064         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7065
7066         * message.el (message-info): Handle EasyPG manual.
7067
7068         * mml.el (mml-menu): Add entry for EasyPG.
7069
7070 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7071
7072         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7073         parameter.
7074
7075         * message.el (message-disassociate-draft): Specify drafts group name
7076         fully.
7077
7078 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7079
7080         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7081         Eliminate unnecessary duplicates from the match list.
7082
7083 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7086
7087         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7088
7089         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7090         args of `how-many' of which the XEmacs version doesn't take; declare
7091         Info-index-next as function.
7092
7093 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-score.el (gnus-score-headers): Fix handling of
7096         gnus-inhibit-slow-scoring.
7097
7098         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7099         string.
7100         (gnus-button-url-regexp): Improve handling of parenthesis.
7101         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7102         (gnus-button-handle-info-keystrokes): Handle index entries.
7103
7104 2008-03-15  Glenn Morris  <rgm@gnu.org>
7105
7106         * parse-time.el (parse-time-string): Simplify.
7107
7108 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7111         Incoming* files.
7112
7113 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7114
7115         * auth-source.el (auth-sources): Rename from auth-source-choices.
7116         (auth-source-pick): Use it.
7117
7118 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7119
7120         * binhex.el (binhex-decode-region-internal):
7121         * uudecode.el (uudecode-decode-region-internal):
7122         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7123         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7124         setting default-enable-multibyte-characters.
7125
7126 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * auth-source.el (auth-source-protocols)
7129         (auth-source-protocols-customize, auth-source-choices): Add and
7130         modified variable customizations and defaults.
7131         (auth-source-pick, auth-source-user-or-password)
7132         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7133         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7134         (auth-source-user-or-password-sftp)
7135         (auth-source-user-or-password-smtp): Use new variables and provide an
7136         interface to netrc.el.
7137
7138 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7141         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7142         Make sure the nntp port to specify is a string.
7143
7144 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7145
7146         * nntp.el: Use with-current-buffer.
7147         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7148         dubious mm-with-unibyte-current-buffer.
7149         (nntp-with-open-group-function): New function extracted from
7150         nntp-with-open-group macro.
7151         (nntp-with-open-group): Use the function, so it's easier to debug.
7152         Add indentation and debugging info.
7153         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7154         Recommend the use of the netcat alternatives.
7155
7156         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7157         Avoid mm-string-as-multibyte as well.
7158
7159         * nnweb.el (nnweb-insert-html):
7160         Remove use of nnheader-string-as-multibyte.
7161
7162         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7163         (nnheader-string-as-multibyte): Remove.
7164
7165         * mm-view.el: Use inhibit-read-only.
7166         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7167         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7168         or unibyte-string.
7169
7170         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7171         (mm-uu-yenc-extract): Use with-current-buffer.
7172
7173         * gnus-soup.el (gnus-soup-send-packet): Don't use
7174         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7175
7176         * nnmh.el: Use with-current-buffer.
7177         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7178         mm-string-as-multibyte on the output of mm-encode-coding-string.
7179
7180         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7181         (nnimap-request-move-article): Use with-current-buffer.
7182
7183         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7184         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7185         conversion uses string-make-unibyte rather than string-as-unibyte.
7186
7187         * gnus-msg.el: Use with-current-buffer.
7188
7189         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7190
7191 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7192
7193         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7194         string for caching if it is 'PIN.
7195
7196 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * lpath.el: Consider the case without Emacs/W3.
7199
7200 2008-03-08  Glenn Morris  <rgm@gnu.org>
7201
7202         * time-date.el (date-to-time, time-subtract, time-add)
7203         (safe-date-to-time): Doc fixes.
7204
7205 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * mail-source.el (mail-source-delete-old-incoming-confirm):
7208         Change default to nil.
7209         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7210
7211 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * lpath.el: Rearrange.
7214
7215         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7216         (gnus-article-goto-prev-page): Work for articles having ^L's.
7217
7218         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7219
7220         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7221
7222 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7223
7224         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7225         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7226         (gnus-bookmark-jump): Adjust some variable names.
7227
7228 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * auth-source.el: New package.
7231         (auth-source-choices): Add customization entry point variable.
7232
7233         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7234         bug.
7235
7236 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7237
7238         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7239         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7240         (gnus-registry-install-shortcuts): Rename from
7241         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7242         the `gnus-registry-mark-map' keymap dynamically from
7243         `gnus-registry-marks'.  The generated functions update the summary line
7244         when a registry mark is added or deleted, and will call
7245         `gnus-registry-install-p' (see the comments in the code).
7246         (gnus-registry-user-format-function-M): Use concat intelligently.
7247
7248         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7249         the registry mark functions.
7250
7251 2008-03-05  Glenn Morris  <rgm@gnu.org>
7252
7253         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7254         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7255         gnus-art.
7256         (top-level): No need to load own source when compiling.
7257
7258 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7261         Suggested by <chris.anderton@zetnet.co.uk>.
7262
7263 2008-03-04  Glenn Morris  <rgm@gnu.org>
7264
7265         * gnus-sum.el (top-level): No need to require gnus when compiling,
7266         since unconditionally required near start of file.
7267         (gnus-summary-display-while-building): Move definition before use.
7268
7269 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * gnus-registry.el (gnus-registry-user-format-function-M):
7272         Add formatting function.
7273
7274 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7277         with plists.
7278         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7279         Use new format.
7280
7281 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7284         `where-is-internal' that returns a range of key sequences.
7285
7286 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7287
7288         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7289
7290         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7291         (gnus-summary-jump-to-group): Consider windows on other displayed
7292         frames as well.  Similar changes might be needed elsewhere, but that's
7293         the one I've bumped into during my use.
7294
7295         * nndoc.el (nndoc-oe-dbx-type-p):
7296         * gnus-msg.el (gnus-debug):
7297         * gnus-group.el (gnus-update-group-mark-positions):
7298         Use mm-string-to-multibyte.
7299
7300 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7303         doesn't handle NotDashEscaped.
7304
7305         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7306         (mml-dnd-attach-options): Fix typo in custom choice.
7307
7308         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7309         Change nndoc-article-type to mbox.
7310         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7311
7312         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7313         to nil, instead of html2text.
7314
7315         * imap.el (imap-debug): Add `imap-ping-server'.
7316
7317         * gnus-bookmark.el: Add FIXMEs.
7318
7319         * message.el (message-form-letter-separator)
7320         (message-send-form-letter-delay): New variables.
7321         (message-send-form-letter): Use them.  New command to send form
7322         letters.  Requested by Uwe Siart.
7323         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7324
7325 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * Update copyright years.
7328
7329 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         Sync from EMACS_22_BASE.
7332
7333         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7334
7335 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7336
7337         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7338         empty author.
7339
7340 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7341
7342         * gnus-registry.el (gnus-registry-marks): Add variable for
7343         customization of marks and their appearance.
7344         (gnus-registry-read-mark): Use it.
7345         (gnus-registry-do-marks): Add utility function to loop through
7346         `gnus-registry-marks'.
7347         (gnus-registry-install-shortcuts-and-menus): Add function to install
7348         shortcuts and menus.
7349         (gnus-registry-initialize): Use it.
7350         (gnus-registry-default-mark): Clarify documentation.
7351
7352 2008-02-29  Glenn Morris  <rgm@gnu.org>
7353
7354         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7355         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7356         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7357         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7358         Change defcustom :version from 23.0 to 23.1.
7359
7360 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * gnus-registry.el (gnus-registry-follow-group-p)
7363         (gnus-registry-post-process-groups): Add functions to aid registry
7364         splitting and improve logging.  Clarify behavior in function
7365         documentation.
7366         (gnus-registry-split-fancy-with-parent): Use them.
7367
7368 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7369
7370         * gnus-art.el: Use with-current-buffer.
7371
7372 2008-02-27  David Engster  <dengste@eml.cc>
7373
7374         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7375         Express real group name in the response.
7376
7377 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7380         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7381         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7382         autoload gnus-registry-fetch-group when compiling.
7383         (nnmairix-request-group-with-article-number-correction):
7384         Remove unreferenced argument passed to nnmairix-call-backend.
7385
7386 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7389         (mm-uu-extract): Improve face for low color ttys.
7390         Reported by Sascha Wilde.
7391
7392 2008-02-27  Glenn Morris  <rgm@gnu.org>
7393
7394         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7395         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7396         variables to defconsts.  Convert comments to doc-strings.
7397         (nnmairix-last-server, nnmairix-current-server): Convert from free
7398         variables to defvars.  Convert comments to doc-strings.
7399         (gnus-registry-fetch-group): Autoload.
7400         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7401         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7402         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7403         caddr.
7404         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7405         nnmairix-request-group-with-article-number-correction call.
7406         (nnmairix-fast, nnmairix-group): New, less general names, for free
7407         variables passed from nnmairix-request-group to
7408         nnmairix-request-group-with-article-number-correction.  Declare.
7409         (nnmairix-request-group-with-article-number-correction):
7410         Use nnmairix-fast, nnmairix-group rather than fast, group.
7411
7412 2008-02-26  David Engster  <dengste@eml.cc>
7413
7414         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7415         version 0.5.
7416
7417 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7418
7419         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7420         instead of making an extra function call.  Don't add the current group
7421         to articles only when they have the group.  Use
7422         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7423         Reported by David <de_bb@arcor.de>.
7424
7425 2008-02-24  Miles Bader  <miles@gnu.org>
7426
7427         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7428         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7429         (mm-find-mime-charset-region):
7430         * mm-bodies.el (mm-encode-body):
7431         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7432
7433 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7436         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7437
7438 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * mail-source.el (mail-source-delete-incoming): Change default.
7441         Supplement doc string.
7442
7443         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7444
7445 2008-02-14  Glenn Morris  <rgm@gnu.org>
7446
7447         * time-date.el (format-seconds): New function.
7448
7449 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * nnmail.el (nnmail-message-id-cache-file): Derive from
7452         `gnus-home-directory'.
7453
7454 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7457         Document negative prefix.
7458
7459         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7460
7461 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * message.el (message-unsent-separator): Add the Exim bounce
7464         separator.
7465
7466 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7467
7468         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7469         list.
7470         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7471         recipient/signer list.
7472
7473 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * Makefile.in (datarootdir): Define.
7476         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7477         name that might contain whitespace.
7478
7479 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7482         fbound (Emacs 23 unicode), signal an error.
7483
7484 2008-02-08  Glenn Morris  <rgm@gnu.org>
7485
7486         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7487
7488 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7489
7490         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7491         ports to the calls to `netrc-machine-user-or-password' in addition to
7492         "imap" and "imaps".
7493
7494 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7495
7496         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7497
7498         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7499
7500 2008-02-01  Kenichi Handa  <handa@m17n.org>
7501
7502         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7503         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7504         (rfc2104-hash): Convert the result of concat to unibyte string.
7505
7506 2008-02-01  Dave Love  <fx@gnu.org>
7507
7508         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7509         coding-system-for-read.
7510         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7511
7512 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7515         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7516         <hanche@math.ntnu.no>.
7517
7518 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7521
7522         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7523
7524 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7525
7526         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7527         * message.el (message-beginning-of-line): Use featurep instead of bound
7528         tests in order to resolve conditionals at compile time.
7529
7530 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7531
7532         * mail-source.el (mail-sources): Add `group' choice.
7533
7534         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7535         parameter `in-group' to control into which group the articles go.
7536         Add treatment of `group' mail-source.
7537
7538 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7541
7542         * mm-decode.el (mm-dissect-buffer): Decode description.
7543
7544         * mml.el (mml-to-mime): Encode message header first.
7545
7546 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7549         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7550
7551         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7552         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7553
7554 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7555
7556         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7557
7558 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7561         prefix keys.
7562         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7563         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7564         gnus-xmas.el.
7565
7566         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7567         (gnus-xmas-article-describe-bindings): New function.
7568         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7569         gnus-xmas-article-describe-bindings.
7570
7571         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7572
7573 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7576         Add new variables for article mark management.
7577         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7578         list of extra data entries which, when present, will indicate that the
7579         article ID should not be trimmed from the registry.
7580         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7581         functions.
7582         (gnus-registry-read-mark): New function to read a mark name from the
7583         user.
7584         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7585         (gnus-registry-set-article-mark-internal): New functions to add and
7586         remove marks.
7587         (gnus-registry-get-article-marks): New function to show the marks for
7588         an article, or retrieve them for further use.
7589
7590 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7593         keys when no argument is given.
7594
7595 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * imap.el (imap-ping-server): New variable.
7598         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7599         (imap-ping-server): Minor doc string fixes.
7600
7601 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7602
7603         * imap.el (imap-ping-server): New function.
7604         (imap-opened): Call imap-ping-server.
7605
7606 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gnus-sum.el (gnus-article-sort-by-random)
7609         (gnus-thread-sort-by-random): Fix doc strings.
7610         Reported by jidanni@jidanni.org.
7611
7612 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-art.el (gnus-article-describe-bindings): New function.
7615         (gnus-article-read-summary-keys): Use it.
7616         (gnus-article-mode-map): Bind `C-h b' to it.
7617
7618 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7621         XEmacs.
7622         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7623         Protect against non-character events.
7624
7625         * lpath.el: Fbind map-keymap for Emacs 21.
7626
7627 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7630         New command.
7631         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7632         instead of END.  Change name of the temp file.
7633         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7634         customizable.
7635
7636 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7639         bind `S W' to gnus-article-wide-reply-with-original; set default
7640         binding to gnus-article-read-summary-send-keys.
7641         (gnus-article-read-summary-keys): Fix the order of keys; display
7642         continuation keys correctly in the echo area; describe bindings
7643         correctly when keys end with `C-h'.
7644         (gnus-article-read-summary-send-keys): New function.
7645         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7646         Work for gnus-article-read-summary-send-keys; display continuation keys
7647         correctly in the echo area.
7648         (gnus-article-reply-with-original): Ignore prefix argument.
7649         (gnus-article-wide-reply-with-original): New function.
7650
7651         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7652         Emacs 21.
7653
7654 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7657         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7658
7659 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7662         (gnus-group-read-ephemeral-gmane-group): New command.
7663
7664 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7665
7666         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7667
7668 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * message.el (message-send-mail-function): Increase custom version.
7671
7672         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7673         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7674
7675 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7678         for the cases where imap-authenticate is called with a nil buffer
7679         parameter.
7680
7681 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7684         html parts correctly; support forwarded messages.
7685         (gnus-article-browse-html-article): Remove work buffers.
7686
7687         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7688         compiling.
7689         (netrc-bound-and-true-p): New macro.
7690         (netrc-parse): Use it instead of bound-and-true-p that is not available
7691         in XEmacs 21.4.
7692
7693 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * gnus-registry.el (gnus-registry-mark-article)
7696         (gnus-registry-article-marks): Add functionality to mark articles
7697         through the Gnus registry.
7698
7699         * encrypt.el: Clarify documentation for the new pgg method.
7700         (encrypt-file-alist): Add PGG option.
7701         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7702         functionality.  Abstract password key and messaging to external
7703         functions.
7704         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7705         (encrypt-message-method-and-cipher): Add new convenience external
7706         functions.
7707         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7708         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7709
7710         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7711         (netrc-parse): Use encrypt-file-alist to determine if
7712         encrypt-find-model or encrypt-insert-file-contents should be used.
7713
7714         * encrypt.el: Clarify documentation.  Load password-cache or
7715         password, whichever one is found first, instead of autoloading.
7716
7717 2007-12-19  Glenn Morris  <rgm@gnu.org>
7718
7719         * mml.el (message-options-set, message-narrow-to-head)
7720         (message-in-body-p, message-mail-p, message-encode-message-body):
7721         Autoload.
7722         (message-remove-header, message-narrow-to-headers-or-head)
7723         (message-subscribed-p, message-make-mail-followup-to)
7724         (message-position-on-field, message-news-p)
7725         (message-options-set-recipient, message-generate-headers)
7726         (message-sort-headers): Declare as functions.
7727
7728 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7731         convention in doc string.
7732
7733 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7736         title to html parts.
7737         (gnus-article-browse-html-article): Pass message header to it.
7738
7739         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7740
7741 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7744         or password compatible with XEmacs.
7745
7746 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7749         format document.
7750         (gnus-mime-delete-part): Don't write description line if empty.
7751         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7752
7753 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7754
7755         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7756         (gnus-summary-mark-read-and-unread-as-read)
7757         (gnus-summary-mark-current-read-and-unread-as-read)
7758         (gnus-summary-mark-unread-as-ticked): Doc fix.
7759         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7760
7761 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7764         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7765
7766 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7769         yes-or-no-p.
7770
7771 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * mm-decode.el (mm-add-meta-html-tag): New function.
7774         (mm-save-part-to-file, mm-pipe-part): Use it.
7775
7776         * gnus-art.el (gnus-article-browse-delete-temp-files):
7777         Use gnus-y-or-n-p instead of y-or-n-p.
7778         (gnus-article-browse-html-parts): Work with message/external-body; use
7779         mm-add-meta-html-tag.
7780
7781 2007-12-11  Glenn Morris  <rgm@gnu.org>
7782
7783         * gnus-cache.el: Require gnus-sum not just when compiling.
7784
7785         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7786
7787         * gnus-int.el (gnus-server-opened, gnus-status-message):
7788         Move definitions before use.
7789
7790         * mm-decode.el: Require gnus-util.
7791         (mm-remove-part): Only call delete-annotation on XEmacs.
7792
7793         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7794
7795         * nnmail.el: Require gnus-int.
7796
7797         * spam.el: Move `require's before `eval-when-compile's.
7798
7799         * gnus-ems.el (gnus-alive-p):
7800         * gnus-fun.el (message-goto-eoh):
7801         * gnus-util.el (gnus-group-name-decode):
7802         * mail-source.el (gnus-compress-sequence):
7803         * message.el (Info-goto-node, format-spec):
7804         * mm-bodies.el (message-options-get):
7805         * mm-decode.el (mm-view-pkcs7):
7806         * mm-util.el (gmm-write-region):
7807         * mml-smime.el (mml-compute-boundary)
7808         (gnus-completing-read-with-default):
7809         * mml.el (widget-button-press, gnus-make-hashtable):
7810         * mml1991.el (mm-decode-content-transfer-encoding)
7811         (mm-encode-content-transfer-encoding)
7812         (message-options-get, message-options-set):
7813         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7814         * nnfolder.el (gnus-request-group):
7815         * nnheader.el (ietf-drums-unfold-fws):
7816         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7817         * smime.el (gnus-run-mode-hooks):
7818         * spam-stat.el (gnus-message): Autoload.
7819
7820         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7821         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7822         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7823         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7824         Add declare-function compatibility definition.
7825
7826         * gnus-cache.el (nnvirtual-find-group-art):
7827         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7828         (gnus-add-image, gnus-add-wash-type):
7829         * gnus-group.el (nnkiboze-score-file):
7830         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7831         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7832         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7833         (message-tokenize-header, gnus-get-buffer-create)
7834         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7835         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7836         * gnus.el (gnus-group-decoded-name):
7837         * mail-source.el (imap-capability):
7838         * mm-bodies.el (message-options-set):
7839         * mm-decode.el (gnus-configure-windows):
7840         * mm-extern.el (message-goto-body):
7841         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7842         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7843         (epg-sub-key-validity, message-options-set):
7844         * mml.el (widget-event-point, gnus-configure-windows):
7845         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7846         * mml2015.el (epg-check-configuration, epg-configuration)
7847         (message-options-set):
7848         * nndb.el (nndb-request-article):
7849         * nnfolder.el (gnus-request-create-group):
7850         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7851         * nnmaildir.el (gnus-group-mark-article-read):
7852         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7853         * rfc1843.el (message-fetch-field):
7854         * spam.el (gnus-extract-address-components):
7855         Declare as functions.
7856
7857 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7860
7861         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7862
7863         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7864         bind show-trailing-whitespace for XEmacs.
7865
7866 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7869         new no-op macro for backward compatibility.
7870
7871         * imap.el (imap-string-to-integer): New function.
7872
7873 2007-12-09  Glenn Morris  <rgm@gnu.org>
7874
7875         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7876
7877         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7878         * message.el, mm-view.el, sieve-manage.el, smime.el:
7879         Add declare-function compatibility definition.
7880
7881         * gnus-art.el (w3-region, w3m-region, Info-menu):
7882         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7883         * gnus-sum.el (gnus-get-predicate):
7884         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7885         * message.el (mail-abbrev-in-expansion-header-p):
7886         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7887         (w3m-detect-meta-charset, w3m-region):
7888         * sieve-manage.el (password-read, password-cache-add)
7889         (password-cache-remove):
7890         * smime.el (password-read-and-add): Declare as functions.
7891
7892 2007-12-08  David Kastrup  <dak@gnu.org>
7893
7894         * gnus-sum.el (gnus-summary-simplify-subject-query):
7895         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7896         `message'.
7897
7898 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7901         it to bind idna-program, installation-directory, defined-colors, and
7902         face-attribute for XEmacs of the version that compiles defcustom forms.
7903
7904 2007-12-07  Glenn Morris  <rgm@gnu.org>
7905
7906         * gnus-art.el (article-make-date-line): Revert previous change.
7907
7908 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7911
7912 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7913
7914         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7915         Call gnus-add-to-range ranges only once with a prepared article-list.
7916
7917 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7918
7919         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7920         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7921         group names with backslashes.
7922         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7923
7924 2007-12-06  Deepak Goel  <deego3@gmail.com>
7925
7926         * gnus-art.el (article-make-date-line):
7927         * gnus-start.el (gnus-load):
7928         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7929
7930 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (gnus-use-idna)
7933         * gnus-start.el (gnus-site-init-file)
7934         * message.el (message-use-idna)
7935         * mm-uu.el (mm-uu-hide-markers)
7936         * smiley.el (smiley-style): Revert changes that suppress warnings.
7937
7938 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7941         specify charset to html source.
7942         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7943
7944 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7947         idna-program in order to suppress byte compile warning issued by XEmacs
7948         that came to byte compile the default value section of defcustom forms
7949         recently.
7950
7951         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7952         value of installation-directory.
7953
7954         * message.el (message-use-idna): Don't directly refer to the value of
7955         idna-program.
7956
7957         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7958
7959         * smiley.el (smiley-style): Don't directly call face-attribute.
7960
7961 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7964
7965         * gnus-dired.el: Reduce Gnus dependencies.
7966         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7967         Don't require.  Use autoloads instead.
7968         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7969         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7970         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7971         (gnus-dired-mode): Adjust doc string.
7972         (gnus-dired-mail-mode): New variable.
7973         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7974         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7975         (gnus-dired-mail-buffers): New function.  Return mail or message
7976         composition buffers.
7977         (gnus-dired-attach): Use it.
7978         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7979         NO-DECODE.
7980         (gnus-dired-print): Use `gnus-print-buffer' depending on
7981         `gnus-dired-mail-mode'.
7982
7983 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * rfc2047.el (rfc2047-encoded-word-regexp)
7986         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7987         explaining what regexp patterns are for.
7988
7989 2007-12-04  Glenn Morris  <rgm@gnu.org>
7990
7991         * password.el: Move to password-cache.el.
7992
7993         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7994         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7995         * mml-smime.el (password-read, password-cache-add)
7996         (password-cache-remove):
7997         No need to autoload, since mml-sec requires password.
7998
7999         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8000         * message.el (gnus-extract-address-components):
8001         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8002
8003         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8004         password.
8005
8006 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * mailcap.el: Reduce dependencies.
8009         (mail-header-parse-content-type): Autoload.
8010         (mailcap-delete-duplicates): New alias.
8011         (mailcap-mime-info): Add optional argument NO-DECODE.
8012         (mailcap-mime-types): Use mailcap-delete-duplicates.
8013
8014         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8015
8016 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8017
8018         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8019         (imap-parse-status): Upcase status-att for servers that sends them
8020         lower-case (e.g., MS Exchange 2007).
8021
8022 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8025         function.
8026
8027         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8028         (gnus-uu-yenc-article): New function.
8029
8030         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8031
8032         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8033
8034 2007-12-02  Glenn Morris  <rgm@gnu.org>
8035
8036         * binhex.el (binhex): New custom group.
8037         (binhex-decoder-program, binhex-decoder-switches)
8038         (binhex-use-external): Move to the binhex custom group.
8039
8040         * uudecode.el (uudecode): New custom group.
8041         (uudecode-decoder-program, uudecode-decoder-switches)
8042         (uudecode-use-external): Move to the uudecode custom group.
8043
8044         * netrc.el (top-level): Don't load `encrypt' features.
8045         (netrc-parse): Don't use encrypt.
8046         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8047
8048         * encrypt.el: Remove file.
8049
8050 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8053         matches on patches.
8054
8055         * gnus-art.el (gnus-article-browse-html-article):
8056         Mention `mm-text-html-renderer' in the doc string.
8057
8058         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8059         string.  Add comments.
8060
8061         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8062         if rhs is ASCII.
8063
8064 2007-12-01  Glenn Morris  <rgm@gnu.org>
8065
8066         * mail-source.el (top-level): Require format-spec before
8067         eval-when-compile.
8068
8069 2007-11-30  Glenn Morris  <rgm@gnu.org>
8070
8071         * encrypt.el: Require password, rather than autoloading password-read.
8072
8073 2007-11-29  Glenn Morris  <rgm@gnu.org>
8074
8075         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8076         (sasl-make-client, sasl-next-step, sasl-step-data)
8077         (sasl-step-set-data): Declare as functions.
8078
8079 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8082
8083 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8084
8085         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8086         certs should be verified and what is to be done in the event of a
8087         verification failure.
8088
8089         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8090         caller can indicate whether the cache should be disregarded for this
8091         call.  This way the result of the call is reproducible at all times and
8092         can be considered a canonical server name for the supplied method.
8093         (gnus-agent-method-p): Canonicalize server names by pushing their
8094         method through `gnus-method-to-server' using the no-cache argument.
8095
8096         * gnus-srvr.el (gnus-server-insert-server-line):
8097         Call `gnus-method-to-server' with `no-cache' argument.
8098
8099         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8100         gnus-agent-possibly-synchronize-flags as this should be called when the
8101         server is actually being opened.
8102         (gnus-agent-possibly-synchronize-flags)
8103         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8104         flags file of an agentized server to the latter function.
8105
8106         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8107         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8108         after a connection has been established successfully.
8109
8110 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (article-display-face): Force to display face if called
8113         interactively; check if gnus-article-x-face-too-ugly matches author.
8114         (article-display-x-face): Display face even if From header is missing
8115         as article-display-face does.
8116
8117 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8118
8119         * hashcash.el (message-narrow-to-headers-or-head)
8120         (message-fetch-field, message-goto-eoh)
8121         (message-narrow-to-headers): Declare as functions.
8122
8123 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * mail-source.el (mail-sources): Default to fetch from file for
8126         compatibility with default of nnmail-spool-file.
8127
8128 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8131         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8132         to look for encoded word that should be encoded again.
8133         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8134         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8135         encoding pattern.
8136         (rfc2047-decode-region): Switch strict regexp and loose one according
8137         to rfc2047-allow-irregular-q-encoded-words.
8138
8139 2007-11-25  Romain Francoise  <romain@orebokech.com>
8140
8141         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8142
8143 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * tls.el (tls-program): Provide more custom choices from
8146         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8147         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8148
8149 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8152         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8153
8154         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8155         `nnmail-spool-file'.
8156
8157         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8158         `nnmail-spool-file'.
8159
8160         * gnus-move.el (gnus-change-server): Ditto.
8161
8162         * gnus-kill.el (gnus-batch-score): Ditto.
8163
8164         * gnus-cache.el (gnus-jog-cache): Ditto.
8165
8166         * gnus-msg.el (gnus-summary-reply):
8167         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8168
8169 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8172         version.  Minor improvement to doc strings.
8173         (tls-program): Add comment.
8174
8175 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8176
8177         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8178         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8179         mismatch between the hostname provided in the certificate and the name
8180         of the host connnecting to.
8181         (open-tls-stream): Use them.  Check certificates against trusted root
8182         certificates.
8183
8184 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gnus-cache.el (gnus-cache-generate-nov-databases):
8187         Use nnml-generate-nov-databases-directory instead of
8188         nnml-generate-nov-databases-1.
8189
8190 2007-11-24  Glenn Morris  <rgm@gnu.org>
8191
8192         * message.el (message-tool-bar-retro): Update for rename
8193         mail_send.xpm->mail-send.xpm.
8194
8195 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8198         `smime-ldap-search' for Emacs 22 and up.
8199
8200 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8201
8202         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8203
8204         * message.el (message-send-mail-function): Fix error convention.
8205         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8206         (message-widen-reply, message-send-mail, message-talkative-question)
8207         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8208         (message-clone-locals, message-send-news): Use with-current-buffer.
8209         (message-insert-or-toggle-importance): Remove unused var `valid'.
8210         (message-make-references): Remove unused var `new-references'.
8211         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8212
8213 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8214
8215         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8216         (spam-split-symbolic-return-positive): Reflow docstring.
8217         (spam-backends, spam-summary-exit-behavior)
8218         (spam-mark-ham-unread-before-move-from-spam-group)
8219         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8220         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8221         (spam-clear-cache, spam-backend-check, spam-install-backend)
8222         (spam-install-statistical-backend, spam-list-of-processors)
8223         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8224         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8225         (spam-check-crm114, spam-initialize, spam-unload-hook):
8226         Fix typos in docstrings.
8227
8228 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8231         been checked if they have never been read and those group levels are
8232         higher than the one that a user specified.
8233
8234 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8237         foreign groups unless a group level is specified by a user.
8238         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8239
8240 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * message.el (message-send-mail-function): Require sendmail.
8243
8244 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * message.el (message-send-mail-function): Check for smtpmail too.
8247
8248         * utf7.el (utf7-encode, utf7-decode): Use coding system
8249         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8250
8251         * message.el (message-send-mail-function): New function.
8252         (message-send-mail-function): Set default using
8253         message-send-mail-function.  Adjust doc string.
8254         (message-send-mail-with-mailclient): New function.
8255
8256 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8257
8258         * smime.el (from):
8259         * rfc2047.el (message-posting-charset):
8260         * qp.el (mm-use-ultra-safe-encoding):
8261         * pop3.el (parse-time-months):
8262         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8263         * nnml.el (files):
8264         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8265         (jka-compr-compression-info-list, ange-ftp-path-format)
8266         (efs-path-regexp):
8267         * nndiary.el (files):
8268         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8269         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8270         (epg-digest-algorithm-alist, inhibit-redisplay)
8271         (password-cache-expiry):
8272         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8273         (pgg-output-buffer, password-cache-expiry):
8274         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8275         (efs-path-regexp):
8276         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8277         (inhibit-redisplay):
8278         * mm-uu.el (file-name, start-point, end-point, entry)
8279         (gnus-newsgroup-name, gnus-newsgroup-charset):
8280         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8281         (latin-unity-ucs-list):
8282         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8283         (mm-uu-binhex-decode-function):
8284         * message.el (gnus-message-group-art, gnus-list-identifiers)
8285         (rmail-enable-mime-composing, gnus-local-organization)
8286         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8287         (gnus-read-active-file, facemenu-add-face-function)
8288         (facemenu-remove-face-function, gnus-article-decoded-p)
8289         (tool-bar-mode):
8290         * mail-source.el (display-time-mail-function):
8291         * gnus-util.el (nnmail-pathname-coding-system)
8292         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8293         (gnus-original-article-buffer, gnus-user-agent)
8294         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8295         (xemacs-codename, sxemacs-codename, emacs-program-version):
8296         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8297         * gnus-start.el (gnus-agent-covered-methods)
8298         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8299         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8300         (gnus-newsgroup-headers, gnus-group-list-mode)
8301         (gnus-group-mark-positions, gnus-newsgroup-data)
8302         (gnus-newsgroup-unreads, nnoo-state-alist)
8303         (gnus-current-select-method, mail-sources)
8304         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8305         (nnmail-spool-file, gnus-cache-active-hashtb):
8306         * gnus-mh.el (mh-lib-progs):
8307         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8308         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8309         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8310         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8311         (gnus-group-buffer):
8312         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8313         (font-lock-set-defaults):
8314         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8315         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8316         (gnus-summary-post-menu, total-parts, type, condition, length):
8317         * gnus-agent.el (gnus-agent-read-agentview):
8318         * flow-fill.el (show-trailing-whitespace):
8319         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8320         eval-and-compile wrappers for byte compiler pacifiers.
8321
8322         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8323         (mm-display-inline-fontify): Check for featurep 'xemacs not
8324         extent-list.
8325
8326         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8327         itimer-list.
8328         (mm-create-image-xemacs): Only do something for XEmacs.
8329         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8330
8331         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8332
8333         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8334         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8335
8336 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8337
8338         * nnimap.el (nnimap-split-download-body):
8339         * gnus-demon.el (gnus-demon):
8340         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8341
8342 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8345         New macros.
8346         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8347         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8348         copy data from unibyte buffer to multibyte current buffer.
8349         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8350         to copy data from unibyte current buffer to multibyte buffer.
8351         (nntp-make-process-buffer): Make process buffer unibyte.
8352
8353         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8354
8355 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8356
8357         * pop3.el (pop3-open-server): Accept and process data more robustly at
8358         connexion start to avoid spurious "POP SSL connexion failed" errors.
8359
8360 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8363         read group names.
8364
8365 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8368
8369 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8372         (nnmail-save-active): Use a unibyte buffer when saving active file,
8373         which may contain non-ASCII group names.
8374
8375         * nnml.el (nnml-request-group): Decode group names in messages.
8376
8377 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * message.el (message-citation-line-function)
8380         (message-insert-formatted-citation-line): Fix spelling of
8381         `message-insert-formated-citation-line'.
8382
8383 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8386
8387 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8390         nnmail-pathname-coding-system.
8391
8392         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8393         that a user enters; decode group names in messages.
8394
8395         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8396
8397 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8400
8401         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8402
8403         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8404         risky local variable.
8405
8406         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8407
8408 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8409
8410         * encrypt.el: Improve documentation to fix function name typo.
8411         Reported by Daiki Ueno <ueno@unixuser.org>.
8412
8413 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8416         even if the point is not in the last page of an article.
8417         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8418         back to the previous page.
8419
8420 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8423
8424 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8427
8428 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8429
8430         * message.el (message-check-news-body-syntax):
8431         Avoid mm-string-as-multibyte.
8432         (message-hide-headers): Don't assume (point-min)==1.
8433
8434 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * message.el (message-remove-blank-cited-lines): Fix if remove is
8437         given.
8438         (message-bogus-address-regexp): New variable.
8439         (message-bogus-recipient-p): New function.
8440         (message-check-recipients): New command.
8441         (message-syntax-checks): Add `bogus-recipient'.
8442         (message-fix-before-sending): Add `bogus-recipient'.
8443
8444         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8445         (gnus-treat-body-boundary): Don't test window-system.
8446
8447 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8448
8449         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8450
8451 2007-10-28  Miles Bader  <miles@gnu.org>
8452
8453         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8454         at compile-time too.
8455
8456 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-msg.el (gnus-message-setup-hook):
8459         Add `message-remove-blank-cited-lines' to options.
8460
8461 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * message.el (message-remove-blank-cited-lines): New function.
8464         Suggested by Karl Plästerer.
8465
8466 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8469         mapc.
8470
8471         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8472         (top-level): Use mapc to set functions to be traced for debugging.
8473
8474         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8475         called for effect with while loop.
8476
8477         * message.el (message-talkative-question): Replace mapcar called for
8478         effect with mapc.
8479
8480         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8481         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8482         called for effect with dolist.
8483
8484         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8485
8486         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8487         gnus-extra-headers and nnmail-extra-headers.
8488
8489         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8490         called for effect with dolist.
8491         (top-level): Use mapc to set functions to be traced for debugging.
8492
8493         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8494         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8495         dolist.
8496
8497         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8498         Replace mapcar called for effect with mapc.
8499         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8500         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8501         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8502         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8503
8504         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8505         remove-if that's a cl function.
8506
8507         * webmail.el (webmail-debug): Replace mapcar called for effect with
8508         dolist.
8509
8510         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8511         with mapc.
8512
8513 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8516         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8517         with while loop.
8518
8519         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8520         functions from article-* functions.
8521         (gnus-multi-decode-header): Replace mapcar called for effect with
8522         dolist.
8523
8524         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8525         (gnus-bookmark-show-details): Replace mapcar called for effect with
8526         while loop.
8527
8528         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8529         called for effect with while loop.
8530
8531         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8532         with dolist.
8533
8534         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8535         Replace mapcar called for effect with dolist.
8536
8537         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8538
8539         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8540         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8541         Replace mapcar called for effect with dolist.
8542         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8543         mapc.
8544
8545         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8546         Replace mapcar called for effect with dolist.
8547         (gnus-topic-list): Replace mapcar called for effect with mapc.
8548
8549         * gnus.el: Use mapc instead of mapcar to add autoloads.
8550
8551 2007-10-23  Richard Stallman  <rms@gnu.org>
8552
8553         * gnus-group.el (gnus-group-highlight): Mark as risky.
8554
8555 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus.el (gnus-server-to-method): Return method found first in
8558         gnus-newsrc-alist.
8559
8560         * gnus-art.el (gnus-article-highlight-signature)
8561         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8562         button overlay without the front stickiness.
8563
8564 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8565
8566         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8567         overview buffer needed a catch to receive its throw.
8568         (gnus-agent-flush-cache): Declare as interactive to make this function
8569         easier to use.
8570
8571 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8574         `next-line'.
8575
8576 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8579         exclude address matching message-dont-reply-to-names.
8580
8581 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-util.el (gnus-string<): New function.
8584
8585         * gnus-sum.el (gnus-article-sort-by-author)
8586         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8587
8588 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8591         the frame-focus tag is set in gnus-buffer-configuration.
8592
8593 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8596         the front stickiness.
8597
8598 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8601         url pattern; remove duplicate one.
8602         (gnus-article-extend-url-button): New function.
8603         (gnus-article-add-buttons): Use it.
8604         (gnus-button-push): Use concatenated url that it makes.
8605
8606 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8607
8608         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8609
8610 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8613         Don't hardcode point-min==1.
8614
8615 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8618         Fix comment about "iso8859-1".
8619
8620 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8621
8622         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8623         ones returned from the verify-function.
8624
8625         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8626         Call mml2015-extract-cleartext-signature if extraction failed.
8627
8628 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8629
8630         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8631         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8632         failed.
8633
8634 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8637
8638 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8641         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8642         recommends to use EasyPG instead of PGG.
8643
8644         * pgg.el: Revert to revision 6.23.2.16.
8645
8646         * pgg-def.el: Revert to revision 6.6.2.14.
8647
8648         * pgg-gpg.el: Revert to revision 6.23.2.34.
8649
8650 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8651
8652         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8653         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8654         thread for both the null and zero (kill/expire thread) universal prefix
8655         cases.
8656         (gnus-summary-expire-thread): Add new function to expire a thread,
8657         using gnus-summary-kill-thread.
8658         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8659         shortcuts for gnus-summary-expire-thread.
8660         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8661         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8662
8663 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8664
8665         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8666         extras value, so an extras entry can be deleted.
8667         (gnus-registry-delete-extra-entry): Use it.
8668         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8669         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8670         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8671         storage through the gnus-registry, and provide an appropriate API for
8672         it.
8673
8674 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8677         Suggested by Leo <sdl.web@gmail.com>.
8678
8679         * gnus.el: Do.
8680
8681 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8684         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8685
8686         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8687
8688         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8689         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8690
8691 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8694         newline.
8695         (nnmbox-request-accept-article): Don't change article in source buffer;
8696         narrow to header to use message-fetch-field rather than
8697         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8698         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8699         as delimiters; make sure article ends with newline.
8700         (nnmbox-delete-mail): Correct last position of article to be deleted;
8701         ignore X-Gnus-Newsgroup header in article body.
8702         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8703         positions; make sure article ends with newline.
8704
8705         * message.el (message-display-abbrev): Don't infloop when a user
8706         inserts SPC in the beginning of header.
8707
8708         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8709         coding-system-for-read and coding-system-for-write for XEmacs having no
8710         file-coding feature.
8711
8712         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8713
8714 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8715
8716         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8717         list of groups not followed by default.  Fix type to be regexp.
8718         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8719
8720 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8721
8722         * hmac-def.el (define-hmac-function): Switch from old-style to
8723         new-style backquotes.
8724
8725         * md4.el (md4-make-step): Likewise.
8726
8727 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8730         raw-text coding system when saving .newsrc file, which may contain
8731         non-ASCII group names.
8732
8733 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-cus.el (gnus-score-extra): New widget.
8736         (gnus-score-extra-convert): New function.
8737         (gnus-score-customize): Use it for Extra.
8738
8739 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8740
8741         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8742         (mml2015-mailcrypt-clear-verify): Use it.
8743         (mml2015-gpg-clear-verify): Use it.
8744         (mml2015-pgg-clear-verify): Use it.
8745         (mml2015-epg-clear-verify): Replace the current part with the output
8746         from GnuPG; don't extract the plaintext by itself.
8747
8748         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8749         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8750         mml2015-clear-verify-function; don't touch the armor headers or
8751         dash-escaped text here.
8752
8753 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8756         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8757         parts, or application/octet-stream as a last resort.
8758         (gnus-mime-view-part-as-type): Don't toggle display.
8759         (gnus-mime-view-part-as-charset): Don't turn off display before
8760         querying charset.
8761
8762         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8763         stuff to undisplayer function in Emacs.
8764         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8765
8766         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8767         text/calendar parts.
8768
8769 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8772         decoding text/calendar parts.
8773
8774         * message.el (message-forward-make-body-mime): Always mark body as
8775         having no illegible text; remove signed-or-encrypted argument.
8776         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8777
8778         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8779         (mml-generate-mime-1): Don't encode body if it is specified to be in
8780         raw form; don't make buffer be unibyte when inserting multibyte string.
8781
8782 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8783
8784         * sha1.el: Fix up comment style.
8785         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8786         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8787
8788         * hex-util.el: Fix up comment style.
8789         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8790
8791         * gnus-salt.el: Use with-current-buffer.
8792         (gnus-pick-setup-message): Fix long-standing typo.
8793
8794 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * imap.el (imap-logout-timeout): New variable.
8797         (imap-logout, imap-logout-wait): New functions.
8798         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8799
8800         * nnimap.el (nnimap-logout-timeout): New server variable.
8801         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8802         nnimap-logout-timeout.
8803
8804         * gnus-art.el (gnus-article-summary-command-nosave)
8805         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8806
8807 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus.el (gnus-maximum-newsgroup): New variable.
8810
8811         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8812         according to gnus-maximum-newsgroup.
8813
8814         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8815         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8816         Limit the range of articles according to gnus-maximum-newsgroup.
8817
8818 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8819
8820         * gnus-art.el (gnus-sticky-article): Fix problems described in
8821         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8822         Don't perform gnus-configure-windows here; reuse existing sticky
8823         article buffer.
8824
8825         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8826         it doesn't exist in gnus-article-mode.
8827
8828 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8831         (gnus-agent-decoded-group-name): New function.
8832         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8833         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8834
8835 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8836
8837         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8838         Add binding for gnus-sticky-article.
8839         (gnus-summary-exit): Don't kill sticky article buffers.
8840
8841         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8842         article buffer.
8843         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8844         (gnus-kill-sticky-article-buffers): New commands.
8845
8846 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * nntp.el (nntp-xref-number-is-evil): New server variable.
8849         (nntp-find-group-and-number): If it is non-nil, don't trust article
8850         numbers in the Xref header.
8851
8852 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-agent.el (gnus-agent-read-group): New function.
8855         (gnus-agent-flush-group, gnus-agent-expire-group)
8856         (gnus-agent-regenerate-group): Use it.
8857         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8858         nnmail-pathname-coding-system.
8859
8860 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8863
8864         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8865         that are unread as unread, and also as selected so that information of
8866         marks having been changed by a user may be updated when exiting group.
8867
8868 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8871
8872 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8875         calculated ignoring signature parts to gnus-treat-article.
8876
8877 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8880         a point here in order to keep the window start.
8881         (gnus-insert-mime-security-button): Make a button overlay without the
8882         front stickiness.
8883         (gnus-mime-display-security): Goto the end of a button.
8884
8885         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8886
8887 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8890         group-name-at-point.
8891         (gnus-group-completing-read): New function that offers decoded
8892         non-ASCII group names for completion.
8893         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8894         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8895         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8896         (gnus-group-fetch-control): Use it.
8897         (gnus-fetch-group): Use group-name-at-point for the initial value
8898         rather than the default value; use gnus-alive-p.
8899
8900         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8901         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8902         (gnus-summary-post-news): Use gnus-group-completing-read.
8903
8904         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8905         (gnus-read-move-group-name): Decode group name for completion.
8906
8907 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8908
8909         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8910         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8911         Yamaoka slightly modified the code).
8912
8913 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8916         (nnmail-split-incoming): Bind it.
8917
8918         * nnml.el (nnml-group-name-charset): New function.
8919         (nnml-decoded-group-name): Use it; don't decode group name if
8920         nnmail-group-names-not-encoded-p is non-nil.
8921         (nnml-encoded-group-name): New function.
8922         (nnml-group-pathname): Inline nnml-decoded-group-name.
8923         (nnml-request-expire-articles): Decode group name in message.
8924         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8925         nnmail-pathname-coding-system.
8926         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8927         not decoded ones according to nnmail-group-names-not-encoded-p.
8928         (nnml-generate-active-info): Use nnml-encoded-group-name.
8929
8930 2007-08-08  Glenn Morris  <rgm@gnu.org>
8931
8932         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8933         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8934         doc-strings and comments.
8935
8936 2007-07-25  Glenn Morris  <rgm@gnu.org>
8937
8938         * Relicense all FSF files to GPLv3 or later.
8939
8940 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-sum.el (gnus-summary-move-article):
8943         Make gnus-summary-respool-article work.
8944
8945 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8948         string.
8949
8950 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8951
8952         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8953         that should be ignored when comparing distant RSS articles with local
8954         ones.
8955         (nnrss-make-hash-index): New function.  Create a hash index according
8956         to the ignored fields.
8957         (nnrss-check-group): Use it.
8958
8959 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8962
8963         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8964
8965         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8966         the new optional argument ENCODED is non-nil.
8967         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8968         coding system for encoding group name.
8969         (gnus-group-make-rss-group): Pass un-encoded group name to
8970         gnus-group-make-group.
8971         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8972         encoded.
8973
8974         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8975         Encode group name to which articles are moved or copied.
8976         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8977         coding system for encoding Newsgroup, Followup-To and Xref headers.
8978
8979         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8980         marks; use nnheader-file-coding-system to write a file.
8981         (nnagent-retrieve-headers): Bind file-name-coding-system to
8982         nnmail-pathname-coding-system.
8983
8984         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8985
8986         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8987         (nnml-request-article, nnml-request-create-group)
8988         (nnml-request-rename-group, nnml-find-id)
8989         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8990         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8991         (nnml-save-marks): Use nnml-group-pathname instead of
8992         nnmail-group-pathname.
8993
8994         (nnml-request-create-group, nnml-request-expire-articles)
8995         (nnml-request-move-article, nnml-request-delete-group)
8996         (nnml-deletable-article-p, nnml-possibly-create-directory)
8997         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8998         (nnml-open-marks): Bind file-name-coding-system to
8999         nnmail-pathname-coding-system.
9000
9001         (nnml-request-article): Pass server argument to nnml-find-group-number.
9002         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9003         Pass server argument to nnml-possibly-create-directory.
9004         (nnml-request-accept-article): Pass server argument to
9005         nnml-active-number and nnml-save-mail.
9006         (nnml-find-group-number): Pass server argument to nnml-find-id.
9007         (nnml-request-update-info): Pass server argument to
9008         nnml-marks-changed-p.
9009
9010         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9011         (nnml-save-mail, nnml-active-number): Add server argument.
9012
9013         (nnml-request-delete-group): Warn if group is missing.
9014         (nnml-get-nov-buffer): Decode group name.
9015         (nnml-generate-active-info): Encode group name.
9016         (nnml-open-marks): Decode group name in messages.
9017
9018 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9021         if it is not specified.
9022         (gnus-article-pipe-part, gnus-article-save-part)
9023         (gnus-article-interactively-view-part, gnus-article-copy-part)
9024         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9025         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9026         (gnus-article-replace-part, gnus-article-delete-part)
9027         (gnus-article-view-part-as-type): Pass raw prefix argument to
9028         gnus-article-part-wrapper.
9029
9030 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-agent.el (gnus-agent-save-active):
9033         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9034
9035         * gnus-cache.el (gnus-cache-save-buffers)
9036         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9037         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9038         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9039         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9040         (gnus-cache-generate-active, gnus-cache-rename-group)
9041         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9042         (gnus-cache-update-overview-total-fetched-for):
9043         Bind file-name-coding-system to nnmail-pathname-coding-system.
9044         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9045         New variables.
9046         (gnus-cache-decoded-group-name): New function.
9047         (gnus-cache-file-name): Use it.
9048         (gnus-cache-generate-active): Use non-decoded group name for active.
9049
9050         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9051         right place.
9052         (gnus-write-active-file): Don't break non-ASCII group names.
9053
9054         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9055         nnmail-pathname-coding-system.
9056
9057         * lpath.el: Bind default-file-name-coding-system,
9058         file-name-coding-system and language-info-alist for XEmacs.
9059
9060         * gnus-uu.el (gnus-uu-decode-save): Typo.
9061
9062 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9065
9066 2007-07-14  David Kastrup  <dak@gnu.org>
9067
9068         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9069         finishing actions if we did not edit the article.
9070
9071 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9074         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9075         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9076         (gnus-agent-flush-group, gnus-agent-flush-cache)
9077         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9078         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9079         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9080         (gnus-agent-regenerate-group)
9081         (gnus-agent-update-files-total-fetched-for)
9082         (gnus-agent-update-view-total-fetched-for):
9083         Bind file-name-coding-system to nnmail-pathname-coding-system.
9084         (gnus-agent-group-pathname): Don't encode file names by
9085         nnmail-pathname-coding-system.
9086         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9087         coding-system-for-write instead of buffer-file-coding-system to
9088         gnus-agent-file-coding-system.
9089
9090         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9091         Decode group name.
9092
9093         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9094
9095         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9096         (gnus-read-newsrc-el-file): Make group names unibyte.
9097
9098         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9099         nnmail-pathname-coding-system.
9100
9101         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9102         (nnrss-request-delete-group): Bind file-name-coding-system to
9103         nnmail-pathname-coding-system.
9104         (nnrss-read-server-data, nnrss-read-group-data):
9105         Bind file-name-coding-system correctly.
9106         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9107
9108         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9109         (nntp-server-to-method-cache): New variable.
9110         (nntp-group-pathname): New function that decodes non-ASCII group names.
9111         (nntp-possibly-create-directory, nntp-marks-changed-p)
9112         (nntp-save-marks, nntp-open-marks): Use it.
9113         (nntp-possibly-create-directory, nntp-open-marks):
9114         Bind file-name-coding-system to nnmail-pathname-coding-system.
9115         (nntp-open-marks): Decode group names when bootstrapping marks.
9116
9117         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9118         Newsgroups and Folowup-To headers.
9119
9120 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9123         (gnus-server-closed-face, gnus-server-denied-face)
9124         (gnus-server-offline-face): Remove variable.
9125         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9126
9127         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9128         of modifying message-stack directly for XEmacs.
9129
9130         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9131         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9132         if the coding-system argument is nil for XEmacs.
9133
9134         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9135         mm-charset-override-alist.
9136
9137         * rfc2047.el: Don't require base64; require rfc2045 for the function
9138         rfc2045-encode-string.
9139         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9140         to quote the parameter value.
9141
9142 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9145         form in gnus-group-name-charset-method-alist.
9146
9147         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9148         overrides the default layout edit-form.
9149
9150         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9151
9152         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9153
9154 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9157         as unfetched articles.
9158
9159 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9162
9163 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9166         original back end that keeps marks in the local system.
9167
9168 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9171         arg of pop-to-buffer for XEmacs.
9172         (gnus-article-read-summary-keys): Ditto; don't restore window
9173         configuration if summary command ends up with neither article buffer
9174         nor summary buffer; describe bindings if summary keys end with C-h.
9175
9176 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * message.el (message-fix-before-sending): Skip raw message part to be
9179         forwarded while checking illegible text.
9180         (message-forward-make-body-mime, message-forward-make-body):
9181         Mark signed or encrypted raw message as having no illegible text.
9182
9183 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9186         (gnus-message-with-timestamp-1): New macro.
9187         (gnus-message-with-timestamp): New function.
9188         (gnus-message): Use them.
9189
9190         * nnheader.el (nnheader-message): Use them.
9191
9192 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9195         .newsrc.eld file.
9196
9197 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-agent.el (gnus-agent-fetch-headers)
9200         (gnus-agent-retrieve-headers):
9201         Bind gnus-decode-encoded-address-function to identity.
9202
9203         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9204         available also when the server returns simply a dot.
9205
9206         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9207
9208 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9211
9212 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-ems.el (gnus-x-splash): Make it work.
9215
9216         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9217         from being used.
9218
9219         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9220
9221 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9224         4th and the 5th arguments.
9225
9226         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9227         the front stickiness.
9228         (gnus-article-summary-command-nosave): Correct the order of the
9229         arguments passed to pop-to-buffer.
9230         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9231         summary command ends up with the article buffer.
9232
9233         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9234         the same faces.
9235
9236 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9237
9238         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9239
9240 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9241
9242         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9243         * gnus-sum.el (gnus-summary-highlight):
9244         * pgg.el (pgg-sign-region, pgg-sign):
9245         * mail-source.el (mail-source-delete-old-incoming-confirm):
9246         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9247
9248 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-art.el (gnus-mime-view-part-externally)
9251         (gnus-mime-view-part-internally): Fix predicate function passed to
9252         completing-read.
9253
9254         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9255
9256         * gnus.el (gnus-update-message-archive-method): Add :version.
9257
9258 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * gnus.el (gnus-update-message-archive-method): New variable.
9261
9262         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9263         according to gnus-message-archive-method if
9264         gnus-update-message-archive-method is non-nil.
9265
9266 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9269         Suggested by Loic Dachary <loic@dachary.org>.
9270         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9271
9272 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * message.el (message-pop-to-buffer): Add switch-function argument.
9275         (message-mail): Pass switch-function argument to it.
9276
9277 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9280         Improve doc string.
9281
9282 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9285         (gnus-header-content)
9286         * gnus-cite.el (gnus-cite-10)
9287         * gnus-srvr.el (gnus-server-closed)
9288         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9289         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9290         (gnus-group-mail-3-empty, gnus-group-mail-low)
9291         (gnus-group-mail-low-empty, gnus-splash)
9292         * message.el (message-header-to, message-header-cc)
9293         (message-header-subject, message-header-other, message-header-name)
9294         (message-header-xheader, message-separator, message-cited-text)
9295         (message-mml): Lighten colors of faces used for dark background.
9296
9297 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9298
9299         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9300         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9301
9302 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * message.el (message-narrow-to-headers-or-head):
9305         Ignore mail-header-separator in the body.
9306
9307 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9310         same as window size.
9311
9312 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9313
9314         * message.el (message-font-lock-keywords): Use message-header-xheader
9315         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9316         ahead of the anything pattern, to get it recognised.
9317
9318 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9321         spam.el loads uses it in the compiled defadvice form.
9322
9323 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9324
9325         * gnus-sum.el (gnus-articles-to-read)
9326         (gnus-summary-insert-old-articles): Don't truncate group name for
9327         `read-string'.
9328
9329         * gnus-util.el (gnus-limit-string): Delete this function.
9330
9331         * gnus-sum.el (gnus-simplify-subject-fully):
9332         Use `truncate-string-to-width' instead.
9333
9334 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9335
9336         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9337         Tell if, on summary exit, the next group has to be selected.
9338         (gnus-summary-exit): Use it.
9339
9340 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9343         non-break space.
9344
9345 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9348         Check if group is not a directory.
9349         (nnfolder-request-expire-articles): Don't delete articles if the target
9350         group is not available.
9351
9352         * nnml.el (nnml-request-create-group): Properly check if group is not a
9353         file.
9354         (nnml-request-expire-articles): Don't delete articles if the target
9355         group is not available.
9356
9357         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9358         Don't quote characters that are within parentheses.
9359
9360 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9363         (gnus-handle-ephemeral-exit): Select article according to it.
9364
9365 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * message.el (message-insert-formated-citation-line): Remove newline.
9368         (message-citation-line-format): Add final \n here so that the user can
9369         avoid a blank line.
9370
9371 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9372
9373         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9374         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9375         Update lanl/arXiv support.
9376
9377 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus.el: Bump version number.
9380
9381 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus.el (gnus-version-number): Bump version.
9384
9385 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9386
9387         * gnus.el: No Gnus v0.6 is released.
9388
9389 2007-04-27  Didier Verna  <didier@xemacs.org>
9390
9391         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9392         * gmm-utils.el (gmm-regexp-concat): ... here.
9393         * message.el: Don't require 'gnus-util.
9394         (message-dont-reply-to-names): Handle name change above.
9395         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9396
9397 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9400         since the initial value varies according to the system.
9401
9402 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9405
9406 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9407
9408         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9409
9410 2007-04-24  Didier Verna  <didier@xemacs.org>
9411
9412         Improve the type of gnus-ignored-from-addresses.
9413         * gnus-util.el (gnus-orify-regexp): New function.
9414         * message.el (gnus-util): Require it.
9415         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9416         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9417         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9418
9419 2007-04-24  Didier Verna  <didier@xemacs.org>
9420
9421         * gnus-sum.el:
9422         * gnus-utils.el: Fix some trailing whitespaces.
9423
9424 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9427         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9428         article's Message-ID; refer parent article in summary buffer.
9429
9430         * message.el (message-bounce): Call mime-to-mml.
9431
9432         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9433         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9434         optimize and/or forms properly.
9435
9436 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9439         URL.
9440
9441 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9444
9445 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9448         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9449         displayed of multipart/alternative part if it is invoked from summary
9450         buffer.
9451
9452         * mm-view.el (mm-inline-text-html-render-with-w3m)
9453         (mm-inline-text-html-render-with-w3m-standalone)
9454         (mm-inline-render-with-function): Use mail-parse-charset by default.
9455
9456 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9457
9458         * parse-time.el (parse-time-string-chars): Check if CHAR
9459         is less than the length of parse-time-syntax.
9460
9461 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9464         from gnus-newsgroup-processable.
9465
9466 2007-04-16  Didier Verna  <didier@xemacs.org>
9467
9468         * gnus-msg.el (gnus-configure-posting-styles):
9469         Handle message-signature-directory properly with :file syntax.
9470         Reported by "Leo".
9471
9472 2007-04-11  Didier Verna  <didier@xemacs.org>
9473
9474         New user option: message-signature-directory.
9475         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9476         * message.el (message-insert-signature): Ditto.
9477         * message.el (message-signature-file): Doc update.
9478         * message.el (message-signature-directory): New.
9479
9480 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-msg.el (gnus-inews-yank-articles):
9483         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9484
9485 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * message.el (message-yank-original): Make sure cited text ends with
9488         newline; don't exchange point and mark.
9489
9490 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9491
9492         * tls.el (open-tls-stream): Properly handle case where there
9493         is no associated buffer.
9494
9495 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9496
9497         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9498         message-yank-original, make sure (< mark TEXT point).
9499
9500 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * message.el (message-fill-column): New variable.
9503         (message-mode): Use it.  Add comment on a possible new hook.
9504
9505         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9506         (nnmail-get-new-mail): Reformat.
9507
9508         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9509
9510         * gmm-utils.el: Fix Commentary.
9511         (gmm-tool-bar-from-list): Fix typo in doc string.
9512
9513 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9514
9515         * message.el (message-yank-original): Don't switch point and mark
9516         unnecessarily to put point and mark as documented.
9517
9518 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9521         from the message heads.
9522
9523 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9524
9525         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9526         article buffer does not have a window.  This may not be the best
9527         solution but is certainly better than setting the start of the null,
9528         that is the current, window.
9529
9530 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9533         (gnus-draft-setup): Run it.
9534
9535         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9536         gnus-score-fast-scoring.  Allow regexp.
9537         (gnus-score-headers): Use it.
9538
9539         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9540         XEmacs.
9541
9542         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9543         string.
9544         (gnus-button-alist): Also catch `<f1> k ...'.
9545         (gnus-treat-display-x-face): Fix doc string.
9546
9547 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9548
9549         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9550         evaluation of gnus-extended-version to ensure correct generation of the
9551         User-Agent header when message-generate-headers-first is used.
9552
9553 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9554
9555         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9556         hashcash-path is nil.  Don't call callback with incorrect number of
9557         parameters if val is 0.
9558
9559 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9560
9561         * message.el (message-required-news-headers):
9562         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9563
9564 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9565
9566         * tls.el (open-tls-stream): In handshake-waiting loop,
9567         don't wait more if there is output available to process.
9568
9569 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9570
9571         * tls.el (tls-program): Doc fix.
9572
9573 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * message.el (message-generate-new-buffers): Change the meaning of the
9576         nil value; add `standard' to the choices; treat t as `unique'; improve
9577         doc string.
9578         (gnus-select-frame-set-input-focus): Autoload.
9579         (message-buffer-name): Search for the existing message buffer if
9580         message-generate-new-buffers is nil or `standard'; treat the value t of
9581         message-generate-new-buffers as `unique'.
9582         (message-pop-to-buffer): Raise the frame already displaying the message
9583         buffer; clear the echo area after querying.
9584         (message-setup): Pass the `continue' argument to compose-mail.
9585         (message-mail): Prefer `switch-function' if it is given; search for the
9586         existing message buffer if the `continue' argument is non-nil; pass
9587         continue and switch-function arguments to compose-mail by way of
9588         message-setup.
9589         (message-mail-other-window): Adjust argument of message-setup.
9590         (message-mail-other-frame): Ditto.
9591
9592 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9595         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9596         to turn font-lock on when turning gnus-message-citation-mode on.
9597
9598 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9599
9600         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9601         (mml-smime-function-alist): New variable; add epg as the backend.
9602         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9603         mml-smime- functions instead.
9604         * mm-view.el: Require smime.
9605
9606 2007-03-05  Didier Verna  <didier@xemacs.org>
9607
9608         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9609         instead of just inheritance for posting styles.
9610         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9611
9612 2007-02-24  Chris Moore  <dooglus@gmail.com>
9613
9614         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9615         * pgg-pgp.el (pgg-pgp-encrypt-region):
9616         * pgg-gpg.el (pgg-gpg-encrypt-region):
9617         Check pgg-encrypt-for-me if no other recipients.
9618
9619 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9620
9621         * tls.el (tls-certtool-program): Fix custom type.
9622
9623 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9626         and point-at-eol instead of line-(beginning|end)-position.
9627
9628         * assistant.el (assistant-parse-buffer): Ditto.
9629
9630         * netrc.el (netrc-parse-services): Ditto.
9631
9632 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9633
9634         * mml2015.el (mml2015-epg-find-usable-key): New function.
9635         (mml2015-epg-sign): Use it.
9636         (mml2015-epg-encrypt): Use it.
9637
9638 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * message.el (message-make-in-reply-to): Quote name containing
9641         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9642         if there are special characters.  Reported by NAKAJI Hiroyuki
9643         <nakaji@jp.freebsd.org>.
9644
9645 2007-02-27  Didier Verna  <didier@xemacs.org>
9646
9647         Include the group parameters as well as the topic ones in the
9648         inheritance filter process.
9649         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9650         argument GROUP-PARAMS-LIST.
9651         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9652
9653 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * nntp.el (nntp-never-echoes-commands)
9656         (nntp-open-connection-functions-never-echo-commands): New variables.
9657         (nntp-send-command): Use them.
9658
9659 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9660
9661         * mml2015.el (mml2015-epg-verify): Simplify.
9662
9663 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * mml.el (mml-content-disposition-alist): New user option.
9666         (mml-content-disposition): New function.
9667         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9668         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9669
9670 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9671
9672         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9673         verification.
9674
9675 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9676
9677         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9678         articles posted in the last 24 hours.
9679
9680 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9681
9682         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9683
9684 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9685
9686         * nntp.el (nntp-send-command): Don't wait for echoes when
9687         nntp-open-ssl-stream is used.
9688
9689 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9692         (gnus-message-add-citation-keywords)
9693         (gnus-message-remove-citation-keywords): Remove.
9694         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9695         directly, make the variables in font-lock-defaults buffer-local, add
9696         gnus-message-citation-keywords to them and then update the value of
9697         font-lock-keywords.
9698
9699 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * message.el (message-cite-original-1): Don't call
9702         gnus-article-highlight-citation.
9703
9704         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9705         citations; fix line count.
9706
9707 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9710         (gnus-message-add-citation-keywords)
9711         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9712         versions of font-lock-add-keywords and font-lock-remove-keywords to
9713         work with XEmacs correctly.
9714
9715 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-cite.el (gnus-cite-face-list): Set the values of
9718         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9719         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9720         (gnus-message-cite-prefix-regexp): New variable.
9721         (gnus-message-search-citation-line): Use it; protect against long
9722         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9723         the 0th match data for Emacs.
9724         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9725         (gnus-message-add-citation-keywords): Append keywords rather than
9726         prepending; emulate font-lock-add-keywords if it is not available.
9727         (gnus-message-remove-citation-keywords):
9728         Emulate font-lock-remove-keywords if it is not available.
9729
9730         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9731
9732         * message.el (message-cite-prefix-regexp): Set the value of
9733         gnus-message-cite-prefix-regexp.
9734
9735 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9736
9737         * nnweb.el (nnweb-google-parse-1): Update parser.
9738
9739 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9740
9741         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9742
9743 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9744
9745         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9746         regexp.
9747
9748 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9751         string-to-multibyte.
9752         (uudecode-decode-region-internal): Use it.
9753
9754         * lpath.el: Fbind string-as-multibyte for XEmacs.
9755
9756 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9759         Fix custom choice.
9760
9761         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9762
9763 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9764
9765         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9766
9767         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9768         `write-region' to respect `mm-inhibit-file-name-handlers'.
9769
9770 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9773         Use gnus-home-directory instead of "~/" or "$HOME".
9774
9775 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9776
9777         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9778         to mention filename.
9779         Add comments at beginning regarding usage.
9780         (encrypt-write-file-contents): Change interactive so a string is
9781         acceptable.  If the file has no associated model, show an error instead
9782         of a nonsense prompt.
9783
9784 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9785
9786         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9787         Thanks to Yoshihiko Yamada for kind notification of this typo.
9788
9789 2007-01-12  Kenichi Handa  <handa@m17n.org>
9790
9791         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9792         multibyte buffer.
9793
9794 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-score.el (gnus-score-fast-scoring): New variable.
9797         (gnus-score-headers): Use it.
9798
9799         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9800
9801         * message.el (message-cite-original-1):
9802         Call gnus-article-highlight-citation if requested.
9803         (message-make-from): Allow name and address as optional arguments.
9804
9805         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9806
9807         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9808         bugs to doc string.
9809         (gnus-button-alist): Add mid\\|message-id.
9810         (gnus-button-fetch-group): Extend for use in
9811         `browse-url-browser-function'.
9812         (gnus-button-url-regexp): Try to catch paired parentheses like in
9813         Wikipedia URLs.
9814
9815         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9816         Suggested by Simon Krahnke <overlord@gmx.li>.
9817
9818 2007-01-13  Romain Francoise  <romain@orebokech.com>
9819
9820         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9821         Update copyright.
9822
9823 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9824
9825         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9826
9827 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9828
9829         * gnus-registry.el (gnus-registry-unfollowed-groups)
9830         (gnus-registry-split-fancy-with-parent): Fix documentation.
9831
9832 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9835         from nnweb groups.
9836
9837 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9840         Xref urls.  Erase buffer before requesting head.
9841
9842         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9843
9844 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9847         customizable.
9848
9849 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9850
9851         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9852         no signing key is found.
9853         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9854         no encrypting and/or signing key is found.
9855
9856 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9859
9860 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9861
9862         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9863         headers read from disk with the ones newly found in the current search.
9864         This should no longer cause problems, because the article numbers in
9865         Gmane's `nov.php' output are ignored since the previous change.
9866
9867 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9868
9869         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9870
9871 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9874         replace-regexp-in-string; bind url-version; fbind display-images-p and
9875         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9876         find-face and set-itimer-function for Emacs; bind itimer-list for
9877         Emacs.
9878
9879         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9880
9881 2007-01-01  Romain Francoise  <romain@orebokech.com>
9882
9883         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9884
9885 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9886
9887         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9888         `define-minor-mode' macro definition expanded properly.
9889         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9890         exclude it there.
9891
9892         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9893         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9894         `fboundp' test.
9895         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9896         This is OK to autoload in (S)XEmacs now.
9897
9898 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9901         keystroke.
9902         (gnus-summary-limit-to-singletons): Fix typo.
9903
9904         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9905         else fails.
9906
9907 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9908
9909         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9910         docstring.
9911
9912         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9913         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9914         (gnus-summary-insert-dormant-articles): Fix typo in message.
9915
9916 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9919         nil for XEmacs.
9920         (gnus-message-citation-mode): Don't autoload in XEmacs.
9921
9922         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9923
9924 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9925
9926         * nnimap.el (nnimap-expunge-search-string):
9927         Mention nnimap-search-uids-not-since-is-evil in docstring.
9928
9929 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * spam.el: Revert to make-obsolete-variable because
9932         define-obsolete-variable-alias is not supported in Emacs 21.
9933
9934         * spam.el (spam-ifile-path, spam-ifile-database-path)
9935         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9936         make-obsolete-variable.
9937         (spam-bsfilter-path, spam-bsfilter-program)
9938         (spam-spamassassin-path, spam-spamassassin-program)
9939         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9940         Don't use "path" inappropriately.
9941         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9942         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9943         variable names.
9944
9945 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9946
9947         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9948         summary buffer.
9949
9950         * password.el (password-cache-remove): Use clear-string to burn
9951         password, if available.
9952
9953 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9956
9957         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9958
9959         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9960         (gnus-message-highlight-citation): Move defcustom here from
9961         gnus-cite.el.
9962         (gnus-message-citation-mode): Autoload.
9963
9964         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9965         checks to make it compile with XEmacs.
9966         (gnus-message-citation-mode): New minor mode.
9967         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9968         (gnus-message-highlight-citation): New variables.
9969         (gnus-message-search-citation-line)
9970         (gnus-message-add-citation-keywords)
9971         (gnus-message-remove-citation-keywords)
9972         (turn-on-gnus-message-citation-mode)
9973         (turn-off-gnus-message-citation-mode): New functions.
9974
9975 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9976
9977         * gnus-cite.el: Enable highlighting of different citation levels in
9978         message-mode.
9979
9980 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9981
9982         * message.el (message-make-fqdn): Fix comment.
9983         (message-bogus-system-names): Add ".local".
9984
9985         * spam.el (spam-ifile-path, spam-ifile-program)
9986         (spam-ifile-database-path, spam-ifile-database)
9987         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9988         Don't use "path" inappropriately.
9989         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9990         strings.
9991         (spam-check-ifile, spam-ifile-register-with-ifile)
9992         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9993         Use new variable names.
9994
9995         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9996         (gnus-treat-display-smileys): Simplify using
9997         gnus-image-type-available-p.
9998
9999         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10000         available.
10001
10002         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10003         Use `display-images-p' if available.
10004
10005 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10008         one after turning on the buffer's multibyteness instead of decoding
10009         them directly in the unibyte buffer that causes unexpected conversion
10010         in Emacs 23 (unicode).
10011
10012 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10013
10014         * message.el (message-generate-hashcash): Fix custom type.
10015
10016 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10019
10020 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10023         disconnect icons.  Add help text.
10024
10025 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10026
10027         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10028         negated to be consistent with the others we handle.
10029
10030 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10033         version of gnus-summary-buffer to something, so that we can use two
10034         article buffers at the same time.
10035
10036 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10037
10038         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10039         trigger all the extra headers.
10040         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10041         sorting.
10042
10043 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10044
10045         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10046         solid groups.
10047
10048 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10049
10050         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10051
10052 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * legacy-gnus-agent.el: Add Copyright notice.
10055
10056 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10057
10058         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10059
10060 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10063
10064         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10065         to make it work reliably in CVS Emacs.
10066         (gnus-summary-limit-strange-charsets-predicate)
10067         (gnus-summary-limit-to-predicate): New functions.
10068
10069 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10070
10071         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10072         specifying array size.
10073         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10074         array if it is too small.
10075         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10076         (gnus-sort-threads-loop): New function.
10077
10078 2006-12-06  Chris Moore  <dooglus@gmail.com>
10079
10080         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10081         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10082
10083 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10084
10085         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10086         options.
10087
10088 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089
10090         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10091         DOS-ing the recipient.
10092
10093         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10094         the headers when creating the mapping to avoid mismappings.
10095         (nnweb-gmane-create-mapping): Always nix out old mapping.
10096
10097 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10100         and mm-verify-option to never.
10101
10102 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * message.el (message-signed-or-encrypted-p): New function.
10105         (message-forward-make-body): Use it.
10106
10107         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10108         Replace encode-coding-string with mm-encode-coding-string.
10109
10110 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * nneething.el (nneething-decode-file-name):
10113         Replace decode-coding-string with mm-decode-coding-string.
10114
10115         * gnus-int.el (gnus-open-server): Say failed server's name.
10116
10117 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10118
10119         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10120         strings to a single string.  Quote `errors-file-name'.
10121         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10122         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10123         Adjust calls.  Use `shell-quote-argument'.
10124
10125 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10126
10127         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10128         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10129
10130         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10131         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10132         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10133         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10134         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10135         (gnus-subscribe-newsgroup, gnus-1):
10136         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10137         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10138         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10139         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10140
10141 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10144         keystroke.
10145         (gnus-summary-limit-to-bodies): Implement headersp.
10146
10147 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10150
10151 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10154
10155 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10156
10157         * message.el (message-generate-hashcash): Expand range of values to
10158         include `opportunistic'.
10159         (message-send-mail): Use it.
10160
10161 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10162
10163         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10164         and comment it.
10165
10166         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10167
10168 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * gnus-util.el (gnus-extract-address-components): Improve comment.
10171
10172 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-util.el (gnus-extract-address-components): Work with address in
10175         which the name portion contains @.
10176
10177         * lpath.el: Fbind custom-autoload.
10178
10179 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus.el (gnus-start): Move custom group up.
10182         (gnus-select-method): Don't autoload, but make it available for
10183         `customize-variable'.
10184         (gnus-getenv-nntpserver): Don't autoload.
10185
10186 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10187
10188         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10189
10190 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * message.el (message-sendmail-extra-arguments): New variable.
10193         (message-send-mail-with-sendmail): Use it.
10194
10195 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10198         mm-with-unibyte-current-buffer to make string unibyte.
10199
10200         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10201         mm-string-as-multibyte.
10202
10203 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10204
10205         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10206         Reported by Werner Koch <wk@gnupg.org>.
10207
10208 2006-11-14  Daiki Ueno  <ueno@p360>
10209
10210         * mml2015.el: Autoload epa-select-keys when compiling.
10211
10212 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10213
10214         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10215         message-options.
10216         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10217
10218 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10219
10220         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10221         EasyPG (< 0.0.6).
10222         (mml2015-always-trust): New user option.
10223         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10224         prompt.
10225
10226 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * nntp.el (nntp-authinfo-force): New variable.
10229         (nntp-send-authinfo): Use it.
10230
10231 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10234         decode encoded words.  Improve prompt.  Add comment about forwarding.
10235         (message-replacement-char): Move up.
10236
10237 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10238
10239         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10240         instead of gnus-intersection because arguments of gnus-sorted-nunion
10241         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10242
10243 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10246         (message-simplify-subject-functions):
10247         Enable message-strip-subject-encoded-words by default.
10248
10249 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * message.el (message-strip-subject-encoded-words): New function.
10252         (message-simplify-subject-functions): New variable.
10253         (message-simplify-subject): Use it.  Fix typo in doc string.
10254         Support message-strip-subject-encoded-words.
10255
10256 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10257
10258         * gnus-diary.el (gnus-diary-delay-format-function):
10259         * nndiary.el (nndiary-reminders):
10260         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10261
10262 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus-art.el (article-hide-boring-headers): Fetch date from
10265         gnus-original-article-buffer to avoid problems with localized date
10266         strings.
10267
10268 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10271
10272 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10275         New variables.
10276         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10277         (mm-charset-synonym-alist): Move some entries to
10278         mm-codepage-iso-8859-list.
10279         (mm-charset-synonym-alist, mm-charset-override-alist):
10280         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10281
10282 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10285
10286 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10289         with Emacs 21 and XEmacs.
10290
10291 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * spam.el (spam-parse-address): New function for better parsing,
10294         catching errors, etc.
10295         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10296
10297 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * mm-view.el: Add interactive arg to html2text autoload.
10300
10301 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10304
10305 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10308         New variables.
10309         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10310         (mm-charset-synonym-alist): Move some entries to
10311         mm-codepage-iso-8859-list.
10312
10313         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10314
10315 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * message.el (message-citation-line-format)
10318         (message-insert-formated-citation-line): Fix implementation of %E, %N
10319         and %n according to the doc string.
10320
10321 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10322
10323         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10324         Use car-safe to avoid bad parses.
10325
10326 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10329         names.
10330
10331         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10332
10333 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10336         header.
10337
10338         * message.el (message-draft-headers): Add Date.
10339         (message-headers-to-generate): Fix typo in docstring.
10340
10341         * nndraft.el (nndraft-required-headers): New variable.
10342         (nndraft-generate-headers): Use it.
10343
10344         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10345
10346 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10347
10348         * gnus-registry.el (gnus-registry-wash-for-keywords)
10349         (gnus-registry-find-keywords): New functions to allow easy searching of
10350         articles that are in the registry.
10351
10352 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10353
10354         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10355         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10356         Reported by Damien Elmes <damien@repose.cx>.
10357
10358 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gnus.el (gnus-mime): Remove unused custom group.
10361
10362 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363
10364         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10365         "blank line" when searching for end of armor headers.
10366
10367 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * gmm-utils.el (gmm-write-region): Fix variable name.
10370
10371 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * gmm-utils.el (gmm-write-region): New function based on compatibility
10374         code from `mm-make-temp-file'.
10375
10376         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10377
10378         * nnmaildir.el (nnmaildir--update-nov)
10379         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10380         Use `gmm-write-region'.
10381
10382 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10385         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10386
10387         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10388
10389         * message.el (message-replacement-char): New variable.
10390         (message-fix-before-sending): Use it.
10391         (message-simplify-subject): New function to remove duplicate code.
10392         (message-reply, message-followup): Use it.
10393
10394         * gnus-sum.el (gnus-summary-make-menu-bar):
10395         Clarify gnus-summary-limit-to-articles.
10396
10397 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-util.el (gnus-with-local-quit): New macro.
10400
10401         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10402
10403 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10404
10405         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10406         ignore non-string data.
10407
10408 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10409
10410         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10411         non-string data (needs to be done in the registry too).
10412
10413 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10414
10415         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10416         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10417         (gnus-registry-split-fancy-with-parent)
10418         (gnus-registry-fetch-simplified-message-subject-fast)
10419         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10420         Remove text properties on ingress into the registry and when it's saved.
10421         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10422         registry from entries with no groups.
10423
10424 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10425
10426         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10427         function to remove string properties.
10428
10429 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gmm-utils.el (gmm): Adjust custom version.
10432
10433         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10434         Adjust custom version.
10435
10436         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10437
10438 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * gnus-art.el (gnus-insert-prev-page-button)
10441         (gnus-insert-next-page-button): Simplify.  Reformat.
10442
10443 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10444
10445         * gnus-art.el (gnus-insert-prev-page-button)
10446         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10447
10448 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10449
10450         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10451
10452 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10453
10454         * gnus-art.el (gnus-insert-mime-button)
10455         (gnus-insert-mime-security-button):
10456         Apply gnus-article-button-face to MIME and security buttons.
10457
10458 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10461         readable.
10462
10463 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10466
10467 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10468
10469         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10470         `browse-url-of-file' instead of `browse-url'.
10471
10472 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10473
10474         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10475         regexp.  Articles containing quotation were cut prematurely.
10476
10477 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * message.el (message-cite-original-1): Use nobody by default for the
10480         value of From header.
10481         (message-reply): Ditto.
10482
10483 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10484
10485         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10486         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10487         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10488
10489 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10492         mails in the doc string.  Add some URLs in comment.
10493         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10494
10495 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10498         backslashes handling and the way to find boundaries of quoted strings.
10499
10500 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10501
10502         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10503         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10504         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10505         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10506
10507 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10510         doc string.
10511         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10512
10513 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * lpath.el: Fbind epg-check-configuration.
10516
10517 2006-09-06  Simon Josefsson  <jas@extundo.com>
10518
10519         * mml2015.el (mml2015-use): Doc fix, mention epg.
10520
10521 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10522
10523         * mml2015.el (mml2015-use): Default to epg, if available.
10524
10525 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10526
10527         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10528         message-sender.
10529         (mml1991-epg-encrypt): Ditto.
10530         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10531         message-sender.
10532         (mml2015-epg-encrypt): Ditto.
10533
10534 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10535
10536         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10537         several common directories.
10538
10539 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10540
10541         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10542         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10543
10544 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-art.el (article-decode-encoded-words): Make it fast.
10547
10548 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10551
10552         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10553         in quoted string into `\'.
10554
10555 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10558         Use standard-syntax-table.
10559
10560 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-art.el (gnus-decode-address-function): New variable.
10563         (article-decode-encoded-words): Use it to decode headers which are
10564         assumed to contain addresses.
10565         (gnus-mime-delete-part): Remove useless `or'.
10566
10567         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10568         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10569         (gnus-nov-parse-line): Use it to decode From header.
10570         (gnus-get-newsgroup-headers): Ditto.
10571         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10572
10573         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10574         (mail-decode-encoded-address-string): New alias.
10575
10576         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10577         New function.
10578         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10579         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10580         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10581         (rfc2047-decode-string): Ditto.
10582         (rfc2047-decode-address-region): New function.
10583         (rfc2047-decode-address-string): New function.
10584
10585 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * message.el (message-caesar-buffer-body): Allow rotating headers.
10588
10589         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10590
10591         * message.el (message-insert-formated-citation-line): Fix %f.
10592         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10593
10594 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10597         (gnus-bookmark-mouse-available-p): New macro.
10598         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10599         (gnus-bookmark-bmenu-show-infos): Use it.
10600         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10601         (gnus-bookmark-bmenu-hide-infos): Ditto.
10602         (gnus-bookmark-remove-properties): New function.
10603         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10604         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10605         (gnus-bookmark-write-file): Bind coding-system-for-write.
10606         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10607         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10608         group before selecting it.
10609         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10610         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10611         quit-window if it is not available; use gnus-mouse-2 and bind it to
10612         gnus-bookmark-bmenu-select-by-mouse.
10613         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10614         (gnus-bookmark-bmenu-select-by-mouse): New function.
10615
10616 2006-08-13  Romain Francoise  <romain@orebokech.com>
10617
10618         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10619         space.
10620
10621 2006-08-10  Romain Francoise  <romain@orebokech.com>
10622
10623         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10624         (dns-mode-soa-auto-increment-serial): New user option.
10625         (dns-mode-soa-maybe-increment-serial): New function.
10626         (dns-mode): Add the latter to `write-contents-functions'.
10627
10628 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * compface.el (uncompface): Use binary rather than raw-text-unix.
10631
10632 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * compface.el (uncompface): Make sure the eol conversion doesn't take
10635         place when communicating with the external programs.
10636         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10637
10638 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10641
10642 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10643
10644         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10645         Make it more robust by parsing author and date independently.
10646
10647 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10650
10651 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10652
10653         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10654         first matching secret key.
10655         (mml2015-epg-encrypt): Ditto.
10656
10657         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10658         first matching secret key.
10659         (mml1991-epg-encrypt): Ditto.
10660
10661         * mml2015.el (mml2015-encrypt-to-self): New user option.
10662         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10663         mml2015-epg-encrypt-to-self is set.
10664
10665         * mml1991.el (mml1991-encrypt-to-self): New variable.
10666         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10667         mml1991-epg-encrypt-to-self is set.
10668
10669         * mml2015.el (mml2015-signers): New user option.
10670         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10671         (mml2015-epg-encrypt): Allow to select signing keys.
10672
10673         * mml1991.el (mml1991-signers): New variable.
10674         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10675         (mml1991-epg-encrypt): Allow to select signing keys.
10676
10677 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * nnheader.el (nnheader-insert-head): Make it work even if the file
10680         uses CRLF for the line-break code.
10681
10682 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10683
10684         * mml2015.el: Require mml-sec instead of password.
10685         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10686         (mml2015-cache-passphrase): Inherit the default value from
10687         mml-secure-cache-passphrase.
10688         (mml2015-passphrase-cache-expiry): Inherit the default value from
10689         mml-secure-passphrase-cache-expiry.
10690
10691         * mml1991.el: Require mml-sec instead of password.
10692         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10693         (mml1991-cache-passphrase): Inherit the default value from
10694         mml-secure-cache-passphrase.
10695         (mml1991-passphrase-cache-expiry): Inherit the default value from
10696         mml-secure-passphrase-cache-expiry.
10697
10698         * mml-sec.el: Require password.
10699         (mml-secure-verbose): New user option.
10700         (mml-secure-cache-passphrase): New user option.
10701         (mml-secure-passphrase-cache-expiry): New user option.
10702
10703 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10704
10705         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10706         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10707         andreas@altroot.de (Andreas Vögele).
10708
10709         FIXME: Use `tiny change'?
10710
10711 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10712
10713         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10714         workaround for the url package included with Emacs.
10715
10716         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10717
10718 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10721         correctly.  This fixes a bug caused by the 2006-05-12 change.
10722
10723 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10724
10725         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10726         some information about the error when saying that the `bogus' mail
10727         group will be used.
10728
10729 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10732         string.
10733
10734 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10735
10736         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10737
10738 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10739
10740         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10741
10742 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10743
10744         * mml1991.el (mml1991-function-alist): Add epg.
10745         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10746         (mml1991-epg-encrypt): New functions.
10747
10748 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10749
10750         * mml2015.el (mml2015-verbose): New variable.
10751         (mml2015-cache-passphrase): Ditto.
10752         (mml2015-passphrase-cache-expiry): Ditto.
10753         (mml2015-function-alist): Add epg.
10754         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10755         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10756         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10757         New functions.
10758
10759 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10760
10761         * message.el (message-cite-original-1): Preserve region when removing
10762         quoted text due to X-No-Archive in order to avoid bogus attribution
10763         when citing multiple messages.
10764
10765 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10766
10767         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10768         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10769
10770 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * gnus-diary.el (gnus-user-format-function-d)
10773         (gnus-user-format-function-D): Autoload.
10774
10775         * imap.el (Commentary): Fix typo.
10776
10777         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10778         2006-04-22 contribution.
10779
10780 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10781
10782         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10783         It didn't really fix the bogosity I'm seeing with solid web groups.
10784
10785 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10786
10787         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10788         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10789         created using server names.  If we use the feature without declaring
10790         it, Gnus does not properly manage server and group state.
10791
10792         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10793         bound.
10794
10795 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10796
10797         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10798         looking up the method using GROUP's prefix before inventing a new one.
10799         It is used on killed/unknown groups in various places where returning
10800         an all-new method isn't expected by the caller.
10801
10802         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10803         and match semantics of gnus-group-real-prefix.
10804
10805 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * nnmail.el (nnmail-broken-references-mailers): New variable.
10808         (nnmail-ignore-broken-references): New function generalizing
10809         nnmail-fix-eudora-headers.
10810         (nnmail-fix-eudora-headers): Now obsolete.
10811
10812         * gnus-art.el (gnus-button-handle-custom):
10813         Support `customize-apropos*'.
10814
10815 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10818
10819         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10820         articles.
10821
10822 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * message.el (message-cite-reply-above): New variable.
10825         (message-yank-original): Use it.
10826
10827 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10830
10831 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10834         as read.
10835
10836         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10837
10838 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10841         (gnus-bookmark-default-file): Use gnus-directory.
10842         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10843         Remove "*" in doc string.
10844         (gnus-bookmark-write-file): Simplify.
10845         (gnus-bookmark-maybe-sort-alist): Use `when'.
10846         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10847         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10848         Add FIXME about Emacs 21 and XEmacs compatibility.
10849         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10850         compatibility.
10851         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10852         compatibility.
10853         (gnus-bookmark-menu-heading): Fix version.
10854
10855 2006-06-19  Bastien Guerry  <bzg@altern.org>
10856
10857         * gnus-bookmark.el: New file.
10858
10859 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * message.el (message-syntax-checks): Doc fix.
10862
10863 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10864
10865         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10866         unsubscribed groups as if they were killed ones.  It causes duplicate
10867         entries in gnus-newsrc-alist.
10868
10869 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * message.el (message-syntax-checks): Doc fix.
10872         (message-send-mail): Add check for continuation headers.
10873         (message-check-news-header-syntax): Fix regexp used to check for
10874         continuation headers.
10875
10876 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10879
10880 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10883
10884 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10887         default-truncate-lines.
10888
10889 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10892         to fill the utf-8 entry.
10893
10894         * lpath.el: Fbind unicode-precedence-list.
10895
10896 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10897
10898         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10899
10900 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10901
10902         * gnus-agent.el (directory-files-and-attributes): Move all the way
10903         forward (the third and final move).
10904         (gnus-agent-read-agentview): Trap reconstruction errors due to
10905         nonexistent directory.  Handle by returning nil.
10906
10907 2006-05-30  Didier Verna  <didier@xemacs.org>
10908
10909         * message.el (message-dont-reply-to-names): Update the custom type.
10910         * message.el (message-dont-reply-to-names): New defsubst: potentially
10911         convert a list of regexps into a single one.
10912         * message.el (message-get-reply-headers): Use it.
10913         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10914
10915 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-agent.el (directory-files-and-attributes): Move forward.
10918
10919 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-ml.el (gnus-mailing-list-subscribe)
10922         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10923         (gnus-mailing-list-message): Fix doc strings.
10924
10925 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10926
10927         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10928         of doing it manually.
10929
10930 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10933         comment.
10934
10935 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10936
10937         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10938         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10939         (gnus-agent-read-local): All symbols allocated in my-obarray.
10940         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10941         (gnus-agent-regenerate-group): Check numeric names to see if they are
10942         messages or groups.
10943         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10944         better way of do this...)
10945
10946         * gnus-cache.el (gnus-agent-total-fetched-for):
10947         Ignore 'dummy.group' (there should be a better way of do this...)
10948
10949 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10952         (gnus-saved-headers): Ditto.
10953         (gnus-default-article-saver): Mention functions may have properties.
10954         (gnus-article-save): Override gnus-save-all-headers and
10955         gnus-saved-headers by :headers property which saver function may have.
10956         (gnus-summary-save-in-file): Add :headers property.
10957         (gnus-summary-write-to-file): Ditto.
10958
10959         * gnus-sum.el (gnus-summary-save-article): Bind
10960         gnus-prompt-before-saving to t when saving many articles in a file;
10961         always show all headers.
10962
10963         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10964
10965 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10968         marks.
10969
10970         * message.el (message-indent-citation): Add optional arguments to allow
10971         using it outside of message buffers.
10972
10973         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10974         (gnus-article-treat-unfold-headers): Use it.
10975         (gnus-article-truncate-lines): New variable.
10976         (gnus-article-mode): Use it.
10977         (gnus-article-toggle-truncate-lines): New function.
10978
10979         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10980         Add gnus-article-toggle-truncate-lines.
10981
10982         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10983         coding system in XEmacs, use binary.
10984
10985 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10988         after-load-alist.
10989
10990         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10991         this function should save decoded articles.
10992         (gnus-summary-write-to-file): Use property to specify this function
10993         should save decoded articles and specify gnus-summary-save-in-file
10994         should be used to save articles other than the first one when saving
10995         many articles.
10996         (gnus-summary-save-body-in-file): Use property to specify this
10997         function should save decoded articles.
10998         (gnus-summary-write-body-to-file): Use property to specify this
10999         function should save decoded articles and specify
11000         gnus-summary-save-body-in-file should be used to save articles other
11001         than the first one when saving many articles.
11002
11003         * gnus-sum.el (gnus-summary-save-article): Simplify.
11004
11005 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-default-article-saver):
11008         Add gnus-summary-write-body-to-file.
11009         (gnus-article-save-coding-system): Don't use coding system object
11010         in XEmacs.
11011         (gnus-read-save-file-name): Add optional `dir-var' argument which
11012         specifies directory in which files are saved; work even if optional
11013         `variable' argument is not specified.
11014         (gnus-summary-write-to-file): Read file name.
11015         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11016         (gnus-summary-write-body-to-file): New function.
11017
11018         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11019         (gnus-summary-local-variables): Add it.
11020         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11021         (gnus-summary-save-article): Remove optional `decode' argument;
11022         determine whether to decode articles by the value of
11023         gnus-default-article-saver; when saving many files using
11024         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11025         it first and use gnus-summary-save-in-file or
11026         gnus-summary-save-body-in-file thereafter unless
11027         gnus-prompt-before-saving is always; move point to article which
11028         will be saved.
11029         (gnus-summary-save-article-file): Revert.
11030         (gnus-summary-write-article-file): Revert.
11031         (gnus-summary-save-article-body-file): Revert.
11032         (gnus-summary-write-article-body-file): New function.
11033
11034 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-art.el (gnus-default-article-saver): Doc fix.
11037         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11038         from gnus-summary-save-article-coding-system, and default to a
11039         certain coding system.
11040         (gnus-output-to-file): Add coding cookie and encode text according
11041         to gnus-article-save-coding-system; don't use mm-append-to-file.
11042
11043         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11044         gnus-art.el and rename to gnus-article-save-coding-system.
11045         (gnus-summary-save-article): Require gnus-art; don't show all
11046         headers if it decodes articles; don't add coding cookie here;
11047         don't bind mm-text-coding-system-for-write.
11048         (gnus-summary-save-article-file): Save decoded articles.
11049         (gnus-summary-write-article-file): When saving many files, use
11050         gnus-summary-write-to-file first and gnus-summary-save-in-file
11051         thereafter unless gnus-prompt-before-saving is always.
11052         (gnus-summary-save-article-body-file): Save decoded articles.
11053
11054         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11055
11056 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * nnrss.el (nnrss-check-group): Bind hash-index.
11059
11060 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11061
11062         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11063         its hash index.  Store this hash in `nnrss-group-data'.
11064         (nnrss-read-group-data): Update accordingly.
11065
11066 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11069         entry.
11070
11071         * gnus-sum.el (gnus-summary-make-menu-bar):
11072         Add gnus-article-browse-html-article.
11073
11074 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11075
11076         * gnus-sum.el (gnus-summary-mime-map):
11077         Add gnus-article-browse-html-article.
11078
11079         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11080
11081 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11084         suitable coding systems in customize.
11085
11086 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * mail-source.el (mail-sources): Fix custom type.
11089
11090 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11093         (gnus-summary-expire-articles-now): Shorten prompt.
11094
11095         * gmm-utils.el (wid-edit): Require.
11096         (defun-gmm): Rename from `gmm-defun-compat'.
11097         (gmm-image-search-load-path): Use it.
11098         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11099
11100 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-sum.el (gnus-summary-save-article-coding-system):
11103         New variable.
11104         (gnus-summary-save-article): Add optional `decode' argument.
11105         If it is set and gnus-summary-save-article-coding-system is non-nil,
11106         save decoded article.
11107         (gnus-summary-write-article-file): Save decoded article if
11108         gnus-summary-save-article-coding-system is non-nil.
11109
11110         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11111         type.
11112
11113 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11116
11117 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11120         first to test gnus-single-article-buffer which may be buffer-local.
11121
11122         * gnus-sum.el (gnus-summary-setup-buffer):
11123         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11124         group; make gnus-article-buffer, gnus-article-current, and
11125         gnus-original-article-buffer always buffer-local.
11126         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11127         group.
11128         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11129
11130 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * nnml.el (nnml-request-compact-group): Compressed files might not
11133         have .gz extension.
11134
11135 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11136
11137         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11138         (mm-copy-to-buffer): Use with-current-buffer.
11139         (mm-display-part): Simplify.
11140         (mm-inlinable-p): Add optional arg `type'.
11141
11142 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11143
11144         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11145         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11146         Try harder to show the attachment internally or externally using
11147         gnus-mime-view-part-as-type.
11148
11149 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * message.el (message-from-style, message-signature-separator)
11152         (message-user-organization-file, message-send-mail-function)
11153         (message-citation-line-function, message-yank-prefix)
11154         (message-indent-citation-function, message-signature)
11155         (message-signature-file, message-signature-insert-empty-line):
11156         Remove autoloads.
11157
11158         * gnus-art.el (gnus-buttonized-mime-types):
11159         Remove "multipart/signed".  Revert 2006-04-26 change.
11160
11161 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus.el (gnus-version-number): Bump version.
11164
11165 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11166
11167         * gnus.el: No Gnus v0.5 is released.
11168
11169 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11170
11171         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11172         fetching articles by message-id.
11173
11174 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * message.el (hashcash): Require hashcash as normal.
11177
11178         * ecomplete.el (ecomplete-highlight-match-line):
11179         Use point-at-eol.
11180         (ecomplete-highlight-match-line): Use `highlight', because that
11181         face exists in both Emacs and XEmacs.
11182
11183         * message.el (message-display-abbrev): Use point-at-bol.
11184
11185         * mail-source.el: Don't require timer/timer-funcs.
11186
11187         * gnus-async.el: Ditto.
11188
11189         * password.el: Ditto.
11190
11191         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11192
11193         * mm-url.el: Ditto.
11194
11195         * gnus-xmas.el: Don't require timer-funcs.
11196
11197         * mm-util.el: Require timer/timer-funcs.
11198
11199 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11200
11201         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11202         Close.
11203
11204 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11207         unibyte after clear-decrypt function runs.
11208
11209         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11210         returns as a unibyte string.
11211
11212 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * lpath.el: Revert.
11215
11216         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11217         (pgg-gpg-process-sentinel): Revert.
11218
11219         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11220         (pgg-pgp-lookup-key): Revert.
11221
11222         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11223         (pgg-pgp5-lookup-key): Revert.
11224
11225         * pgg.el (pgg-fetch-key): Revert.
11226
11227 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * lpath.el: Fbind string-as-multibyte for XEmacs.
11230
11231         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11232         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11233         (mml1991-pgg-encrypt): Ditto.
11234
11235         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11236         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11237         a multibyte buffer.
11238
11239         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11240         (pgg-pgp-lookup-key): Ditto.
11241
11242         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11243         (pgg-pgp5-lookup-key): Ditto.
11244
11245         * pgg.el (pgg-fetch-key): Ditto.
11246
11247 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * message.el (message-user-organization-file): Check several
11250         locations of the organization file.
11251
11252         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11253         Add gnus-article-view-part-as-type.
11254
11255         * gnus-art.el (gnus-article-view-part-as-type): New function.
11256
11257         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11258         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11259
11260         * mml.el: Simplify autoload.
11261         (mml-mode): defvar dnd-protocol-alist instead of using
11262         symbol-value.
11263         (mml-default-directory): New variable.
11264         (mml-minibuffer-read-file): Use it.
11265         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11266
11267         * message.el (message-citation-line-format): New variable.
11268         (message-insert-formated-citation-line): New function.
11269         (message-citation-line-function):
11270         Add `message-insert-formated-citation-line' to custom type.
11271
11272         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11273         to doc string.
11274
11275         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11276         depending on mm-verify-option.
11277
11278 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11281         binding pgg-* variables; reimplement the section which prevents
11282         MIME header from being signed.
11283         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11284         pgg-text-mode; remove a blank line at the top of body.
11285
11286         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11287         lines at the top of body; use gnus-newsgroup-charset if there's no
11288         Charset header.
11289
11290 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * message.el (message-self-insert-commands): Doc fix.
11293
11294         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11295         (mm-uu-pgp-encrypted-test): Ditto.
11296         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11297         between header and body; return application/pgp-encrypted handle
11298         if decryption failed; decode decrypted body by charset.
11299
11300         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11301         element match to application/pgp-*.
11302
11303 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11304
11305         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11306         HTML.
11307
11308 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11309
11310         * mail-source.el (mail-source-call-script): Message the error
11311         string.
11312
11313 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * gnus-util.el (gnus-byte-compile): Use it.
11316
11317 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11318
11319         * gnus-util.el (kill-empty-logs): New function.
11320
11321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * message.el (message-mail-alias-type): Doc fix.
11324         (message-mail-alias-type-p): New function.
11325         (message-send): Use it.
11326         (message-mode): Ditto.
11327         (message-strip-forbidden-properties): Ditto.
11328
11329         * ecomplete.el (ecomplete-database-file-coding-system):
11330         New variable.
11331         (ecomplete-save): Use it.
11332         (ecomplete-setup): Use it.
11333
11334 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * message.el (message-self-insert-commands): New variable.
11337         (message-strip-forbidden-properties): Use it.
11338
11339 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11342         that doesn't make XEmacs choke.
11343
11344 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gnus-util.el (gnus-replace-in-string):
11347         Prefer replace-regexp-in-string over of replace-in-string.
11348
11349 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * gnus-util.el (gnus-select-frame-set-input-focus):
11352         Use select-frame-set-input-focus if it is available in XEmacs; use
11353         definition defined in Emacs 22 for old Emacsen.
11354
11355         * dgnushack.el: Autoload unmorse-region for XEmacs.
11356
11357         * lpath.el: Bind cursor-in-non-selected-windows and
11358         select-frame-set-input-focus for XEmacs.
11359
11360 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11363
11364 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11365
11366         * gnus-registry.el (gnus-registry-cache-save): Remove text
11367         properties when saving via the temp buffer.
11368
11369 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * message.el (message-generate-hashcash): Honor custom type.
11372
11373 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11374
11375         * message.el (message-generate-hashcash): Default to non-nil when
11376         hashcash is found.
11377
11378         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11379         (gnus-refer-thread-limit): Increase default to 500.
11380
11381         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11382
11383         * flow-fill.el (fill-flowed): Allow delete-space.
11384
11385 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11388         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11389         Remove autoloads.
11390
11391 2006-04-18  Simon Josefsson  <jas@extundo.com>
11392
11393         * message.el (message-generate-hashcash): Default to.
11394
11395 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11398         concatenating segments rather than before concatenating them.
11399
11400 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11403
11404 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11407
11408         * message.el (message-forward-make-body-plain):
11409         Allow message-forward-ignored-headers to be a list.
11410         (message-remove-ignored-headers): Factor out into function.
11411         (message-forward-make-body-mml): Use it.
11412
11413         * imap.el (imap-quote-specials): New function.
11414         (imap-login-auth): Quote specials.
11415
11416         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11417         (rfc2231-parse-string): Allow concatanation of parameters that
11418         aren't contiguous.  The test case is
11419           (mail-header-parse-content-type "message/external-body;
11420             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11421             access-type=LOCAL-FILE;
11422             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11423
11424 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11425
11426         * nntp.el (nntp-accept-process-output): Return the value of
11427         `nnheader-accept-process-output'.
11428
11429 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430
11431         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11432         (gnus-button-alist): Recognize more diff formats.
11433         (gnus-button-patch): Strip directory.
11434
11435 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11438         Emacs 22 when setting focus.
11439
11440 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441
11442         * gnus-art.el (gnus-article-treat-types): Do treatment of
11443         text/x-verbatim parts.
11444         (gnus-button-patch): New command.
11445
11446         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11447         addresses that contain invalid characters.
11448
11449 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450
11451         * message.el (message-put-addresses-in-ecomplete):
11452         Use gnus-replace-in-string.
11453         (message-is-yours-p): Use the more correct
11454         mail-header-parse-address instead of
11455         mail-extract-address-components.
11456         (message-put-addresses-in-ecomplete): Fix typo.
11457
11458         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11459         keystroke.
11460
11461         * gnus-art.el (gnus-treatment-function-alist): Change order of
11462         newsgroups/generic header folding to avoid double-folding.
11463
11464         * message.el (message-hidden-headers): Add X-Draft-From.
11465
11466         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11467         New command.
11468         (gnus-summary-repeat-search-article-backward): New command.
11469
11470         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11471         groups in the parent topic.
11472
11473 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11474
11475         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11476         (spam-extra-header-to-number): Return the CRM114 number as a
11477         number instead of a string.
11478
11479 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * gnus-art.el (gnus-face-properties-alist): Move here from
11482         gnus-fun.
11483
11484         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11485
11486 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11487
11488         * message.el (message-strip-forbidden-properties): Only display on
11489         self-insert-command.
11490
11491         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11492         reindent.
11493         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11494
11495 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11496
11497         * smiley.el (smiley-style): Fix typo.
11498
11499 2006-03-23  Kenichi Handa  <handa@m17n.org>
11500
11501         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11502         instead of set-buffer-multibyte.
11503
11504 2006-03-23  Kenichi Handa  <handa@m17n.org>
11505
11506         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11507         buffer and then decode the buffer text if necessary.
11508         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11509         first, and after mm-encode-body, change the buffer to unibyte.
11510
11511 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * hashcash.el (hashcash-insert-payment-async-2):
11514         Use message-goto-eoh instead of doing it manually.
11515         (mail-add-payment): Use message-narrow-to-header instead of trying
11516         to do the same itself.
11517
11518         * message.el (message-hidden-headers): Add Face.
11519
11520         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11521         reparenting code.
11522         (gnus-summary-reparent-children): Refactored out code.
11523         (gnus-summary-thread-map): New keystroke.
11524         (gnus-summary-reparent-children): Make into command.
11525
11526         * smiley.el (smiley-style): Default to `medium' if using a large
11527         font.
11528
11529         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11530         does it itself.
11531
11532         * message.el (message-point-in-header-p): Simplify definition.
11533
11534 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11535
11536         * nnagent.el (nnagent-request-set-mark): Silence log file
11537         writing.
11538         (nnagent-request-set-mark): Use write-region instead of
11539         append-to-file.
11540
11541         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11542         strange select method.
11543
11544         * ecomplete.el (ecomplete-display-matches): Get highlightling
11545         right.
11546         (ecomplete-display-matches): Use literals.
11547         (ecomplete-display-matches): Disable message logging.
11548
11549         * message.el (message-display-abbrev): Small optimization.
11550
11551         * ecomplete.el (ecomplete-display-matches): Allow automatic
11552         display.
11553
11554         * message.el (message-strip-forbidden-properties):
11555         Display abbrevs.
11556         (message-display-abbrev): Get automatic display right.
11557
11558         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11559         keystrokes.
11560
11561 2006-04-13  Romain Francoise  <romain@orebokech.com>
11562
11563         TODO: Backport to v5-10!
11564
11565         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11566         Move here (and rename) from gnus-registry.el.
11567
11568         * gnus-registry.el: Require gnus-util.
11569         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11570
11571 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * gnus-group.el (gnus-group-catchup-current):
11574         Change if-then-else-if-then-else into cond.
11575         (gnus-group-catchup): Indent.
11576         (group-name-at-point): New function.
11577         (gnus-fetch-group): Provide default from thing at point.
11578
11579 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11580
11581         * message.el (message-display-abbrev): Fix regexp.
11582
11583         * ecomplete.el (ecomplete-highlight-match-line):
11584         Reimplement choosing.
11585         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11586         dead variables.
11587
11588         * message.el (message-newline-and-indent): Remove debugging.
11589         (message-display-abbrev): Use new implementation.
11590
11591 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * gnus-art.el (gnus-article-mode):
11594         Set cursor-in-non-selected-windows to nil.
11595
11596         * smiley.el: Revert previous change.
11597         (smiley-data-directory): defvar it before using it in the
11598         defcustom of `smiley-style'.
11599
11600 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11601
11602         * message.el (message-newline-and-indent): New function.
11603
11604         * ecomplete.el: Implement more bits.
11605
11606         * message.el (message-put-addresses-in-ecomplete): Clean up the
11607         string.
11608
11609         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11610
11611         * gnus-sum.el (gnus-summary-save-parts):
11612         Bind gnus-summary-save-parts-counter and use it to make unique file
11613         names.
11614
11615         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11616
11617         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11618         parameter to say whether to actually parse the individual
11619         addresses.
11620
11621         * message.el (message-put-addresses-in-ecomplete): New function.
11622         (ecomplete): Require.
11623         (message-mail-alias-type): Add ecomplete as an option.
11624
11625 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11626
11627         * flow-fill.el (fill-flowed): Remove trailing space from blank
11628         quoted lines.
11629
11630 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11631
11632         * smiley.el (smiley-style): Move definition later to avoid a
11633         compilation warning.
11634
11635 2006-04-12  Kenichi Handa  <handa@m17n.org>
11636
11637         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11638         buffer and then decode the buffer text if necessary.
11639         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11640         first, and after mm-encode-body, change the buffer to unibyte.
11641         Use mm-disable-multibyte instead of set-buffer-multibyte.
11642
11643 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11646         Content-Type header instead of Content-Disposition header.
11647         (gnus-mime-inline-part): Ditto.
11648         (gnus-mime-view-part-as-charset): Ignore charset that the part
11649         specifies.
11650
11651         * mm-decode.el (mm-display-part): Work with external parts and
11652         usual parts similarly.
11653
11654         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11655         instead of gnus-display-mime.
11656
11657         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11658         instead of with-temp-buffer.
11659
11660         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11661         tag to summarized topics part in order to encode non-ASCII text.
11662
11663 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * smiley.el (smiley-style): New variable.
11666         (smiley-directory): New function.
11667         (smiley-data-directory): Derive from `smiley-style' using
11668         `smiley-directory'.
11669         (smiley-regexp-alist): Add new entries.
11670
11671         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11672         (gnus-article-browse-delete-temp): Add :version.
11673
11674 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11675
11676         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11677         the sieve region.
11678
11679 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * gnus.el (gnus-version-number): Bump version.
11682
11683 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gnus.el: No Gnus v0.4 is released.
11686
11687 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11688
11689         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11690         layout.
11691
11692         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11693         unknown charset.
11694
11695         * message.el (message-header-synonyms): Add Original-To to the
11696         default.
11697
11698         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11699         optional parameter.
11700
11701 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * gnus-fun.el (gnus): Require it for gnus-directory.
11704
11705 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11708
11709 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11710
11711         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11712
11713 2006-04-05  Simon Josefsson  <jas@extundo.com>
11714
11715         * password.el (password-reset): New function.
11716
11717 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11718
11719         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11720         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11721
11722 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11723
11724         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11725         Some whitespace was matched into the url, which broke browsing hits
11726         > 100 when mm-url-use-external was nil.
11727
11728 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11731         Check gnus-extra-headers for 'Newsgroups.
11732
11733         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11734         bound.
11735
11736 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11737
11738         * pgg-gpg.el: Clean up process buffers every time gpg processes
11739         complete.
11740
11741 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11744         doc string.
11745
11746 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11747
11748         * pgg-gpg.el (pgg-gpg-process-filter)
11749         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11750
11751         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11752         lines, temporary fix.
11753
11754 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11757
11758 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11759
11760         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11761         default-enable-multibyte-characters.  This reverts the change from
11762         revision 6.17 which is no longer necessary because the passphrase
11763         is sent separately now.  GnuPG messages are unreadable under
11764         multibyte locales with default-enable-multibyte-characters set to
11765         nil.
11766
11767 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * message.el (message-tool-bar-gnome): Move "spell".
11770
11771 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11774         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11775         instead.
11776
11777 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11778
11779         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11780         Improve newsgroups handling for NNTP overviews which don't include
11781         Newsgroups.
11782
11783 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11784
11785         * message.el (message-resend): Bind message-generate-hashcash to nil.
11786
11787 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11788
11789         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11790         when searching for already-paid recipients.
11791
11792 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11793
11794         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11795         passphrases when it is not needed.
11796         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11797         passphrase stuff from gpg, should only be necessary when you use
11798         gpg with a smartcard.
11799
11800 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * mml.el (mml-insert-mime): Ignore cached contents of
11803         message/external-body part.
11804
11805         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11806         (mm-insert-part): Ditto.
11807
11808 2006-03-23  Simon Josefsson  <jas@extundo.com>
11809
11810         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11811         Reiner.
11812         (pgg-gpg-use-agent-p): Use it again.
11813
11814 2006-03-23  Simon Josefsson  <jas@extundo.com>
11815
11816         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11817         older emacsen.
11818         (pgg-gpg-use-agent-p): Don't use it.
11819
11820 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11823         if we can.
11824
11825 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11826
11827         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11828         (pgg-gpg-update-agent): New function.
11829         (pgg-gpg-use-agent-p): New function.
11830         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11831         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11832         (pgg-gpg-sign-region): Use it.
11833
11834 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11837         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11838
11839 2006-03-21  Simon Josefsson  <jas@extundo.com>
11840
11841         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11842         <wilde@sha-bang.de>.
11843         (pgg-gpg-use-agent): New variable.
11844         (pgg-gpg-process-region): Use it.
11845         (pgg-gpg-encrypt-region): Likewise.
11846         (pgg-gpg-encrypt-symmetric-region): Likewise.
11847         (pgg-gpg-decrypt-region): Likewise.
11848         (pgg-gpg-sign-region): Likewise.
11849         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11850
11851 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11854
11855         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11856         Add comment on version.
11857
11858 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * smiley.el: Add missing test smiley.
11861
11862 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * mm-decode.el (mm-with-part): New macro.
11865         (mm-get-part): Use it; work with message/external-body as well.
11866         (mm-save-part): Treat name and filename equally.
11867
11868         * mm-extern.el (mm-extern-cache-contents): New function.
11869         (mm-inline-external-body): Use it; force the part to be displayed;
11870         move undisplayer added to the cached handle to the parent.
11871
11872         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11873         (gnus-mime-view-part-as-type): Work with message/external-body.
11874
11875         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11876
11877 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11880         images in image-load-path.  [Sync with image.el, revision 1.60, in
11881         Emacs.]
11882
11883 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11886         path rather than symbol.  Always return list of directories.
11887         Guarantee that image directory comes first.  [Sync with image.el,
11888         revision 1.59, in Emacs.]
11889
11890         * message.el (message-make-tool-bar): Adjust to new API of
11891         `gmm-image-load-path-for-library'.
11892
11893         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11894
11895         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11896
11897 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11898
11899         * gnus-art.el (gnus-article-only-boring-p):
11900         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11901         intangible text.
11902         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11903
11904 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11907         Use `defun' instead of `gmm-defun-compat'.
11908
11909 2006-03-14  Simon Josefsson  <jas@extundo.com>
11910
11911         * message.el (message-unique-id): Don't use message-number-base36
11912         if (user-uid) is a float.
11913         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11914
11915 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11918
11919         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11920         empty line between a part and a message part.
11921
11922 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * smiley.el: Add more test smileys.
11925         (smiley-data-directory, smiley-regexp-alist)
11926         (gnus-smiley-file-types): Fix doc strings.
11927         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11928         adding new elements.
11929         (smiley-mouse-map): Unused code.  Make it a comment.
11930
11931 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11934         scan latest NoCeM messages instead of old ones.
11935         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11936         delimiters that are recently used.
11937         (gnus-nocem-load-cache): Add autoload cookie.
11938
11939         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11940
11941         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11942         level which is larger than gnus-use-nocem is specified.
11943
11944         * gnus-group.el (gnus-group-get-new-news): Ditto.
11945
11946 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * gnus-util.el (gnus-tool-bar-update): New function.
11949
11950         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11951         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11952
11953         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11954
11955         * gnus-group.el (gnus-group-redraw-when-idle)
11956         (gnus-group-redraw-check): Remove.
11957         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11958
11959 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11962         if optional last element is specified in splits (FIELD VALUE...).
11963
11964 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11967         to gmm-image-load-path-for-library.  Call with no-error argument.
11968         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11969
11970         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11971
11972         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11973
11974         * gmm-utils.el (gmm-image-load-path): Remove alias.
11975
11976 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gmm-utils.el (gmm-image-load-path): Add alias.
11979
11980         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11981         nnml-generate-nov-databases-1.
11982         (nnml-generate-nov-databases): Use it.
11983         (nnml-generate-nov-databases-directory): Document no-active
11984         argument.
11985
11986         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11987         directory if path is t.  Add no-error.
11988
11989         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11990         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11991
11992         * gnus-art.el (gnus-article-browse-delete-temp-files):
11993         Simplify resetting gnus-article-browse-html-temp-list.
11994
11995         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11996         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11997         Add example to docstring.  Rename local variables.  Move error
11998         checks to default case in cond and simplify.
11999
12000 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12003         handle is multipart when calling it recursively.
12004         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12005
12006 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12007
12008         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12009         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12010
12011 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12014         is loaded.
12015
12016         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12017         loaded.
12018
12019 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12022         to "Emacs 23 (unicode)" in doc string.
12023
12024         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12025         "Emacs 23 (unicode)" in comment.
12026
12027 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12030
12031         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12032         characters 160 through 255 in Emacs 23.
12033
12034 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12037         gnus-article-browse-html-temp.
12038         (gnus-article-browse-delete-temp): Make it customizable.
12039         Add `file'.  Adjust doc string.
12040         (gnus-article-browse-delete-temp-files): Add argument.
12041         Allow query for each file.  Adjust doc string.
12042         (gnus-article-browse-html-parts):
12043         Add `gnus-article-browse-delete-temp-files' to
12044         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12045
12046 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12047
12048         * gnus-art.el (gnus-article-browse-html-temp)
12049         (gnus-article-browse-delete-temp): New variables.
12050         (gnus-article-browse-delete-temp-files): New function.
12051         (gnus-article-browse-html-parts): Use it.
12052
12053 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12056
12057         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12058         string.
12059
12060         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12061         gnus-summary-insert-new-articles when unplugged.
12062         Remove gnus-summary-search-article-forward.
12063
12064         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12065         display-visual-class instead of display-color-cells.
12066
12067 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * dgnushack.el: Autoload customize-group for XEmacs.
12070
12071         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12072         message/* containing non-ASCII text properly.
12073
12074 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * message.el: Require gmm-utils, remove autoloads.
12077         (message-tool-bar): Set default based on
12078         gmm-tool-bar-style.
12079         (message-tool-bar-gnome): Add gmm-customize-mode.
12080
12081         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12082         gmm-tool-bar-style.
12083         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12084
12085         * gnus-group.el (gnus-group-tool-bar): Set default based on
12086         gmm-tool-bar-style.
12087         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12088
12089         * gmm-utils.el (gmm-image-directory): Rename variable from
12090         gmm-image-load-path.
12091         (gmm-image-load-path): Use gmm-image-directory.
12092         (gmm-customize-mode): New function.
12093         (gmm-tool-bar-style): New variable.
12094
12095         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12096         gnus-group-redraw-line-number.
12097         (gnus-group-redraw-check): Simplify.
12098         (gnus-group-tool-bar-update): Remove redraw check.
12099         (gnus-group-make-tool-bar): Add redraw check.
12100
12101 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12102
12103         * gnus-art.el (gnus-button): Add missing parentheses.
12104
12105 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * lpath.el: Fbind line-number-at-pos.
12108
12109 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12112
12113 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-art.el (gnus-button): New face.
12116         (gnus-article-button-face): Use it.
12117
12118         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12119         Add gnus-summary-next-page.  Re-order.
12120
12121         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12122         next-node are now included.
12123         (gnus-group-redraw-line-number): New internal variable.
12124         (gnus-group-redraw-check): Helper function for updating the tool
12125         bar.
12126         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12127
12128         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12129
12130         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12131         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12132         Use it to match format of Spamassassin 3.0 and later.
12133         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12134         (spam-check-bogofilter)
12135         (spam-bogofilter-register-with-bogofilter): Fix args of
12136         `gnus-error' calls.
12137
12138 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12141         unnecessary interaction when sending queued mails.
12142         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12143
12144 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12147         first or last are nil.
12148
12149 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12150
12151         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12152
12153 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12156
12157 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12158
12159         * dns.el (query-dns): Protect more against buggy tcp output.
12160
12161 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12164         nov.php.
12165
12166 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12167
12168         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12169         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12170         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12171         output on the server side.
12172         (nnweb-google-create-mapping): Update regexps and add some
12173         progress indication.
12174
12175 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * gnus-group.el (gnus-group-tool-bar-gnome):
12178         Fix gnus-agent-toggle-plugged.  Re-order icons.
12179         (gnus-group-tool-bar-gnome):
12180         Add gnus-group-{prev,next}-unread-group.
12181         (gnus-group-tool-bar-gnome): Re-order icons.
12182
12183         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12184         Move gnus-summary-insert-new-articles.
12185
12186         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12187         Fix comments.
12188
12189         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12190         also available in Emacs 21.3.
12191
12192         * message.el (message-fix-before-sending): Change "Emacs 22" to
12193         "Emacs 23 (unicode)" in comment.
12194
12195         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12196         "Emacs 23 (unicode)" in comment.
12197
12198         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12199         comment.
12200         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12201
12202         * mm-view.el (mm-fill-flowed): Add :version.
12203
12204 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12207         and load-path.
12208
12209 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * message.el: Autoload gmm-image-load-path.
12212         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12213         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12214         consitency.
12215
12216         * gmm-utils.el (gmm-image-load-path): Also search in
12217         "../etc/images".  Don't set gmm-image-load-path if we don't find
12218         the image.
12219
12220 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gmm-utils.el (gmm-image-load-path): Don't make
12223         `gmm-image-load-path' include subdirectories which the second arg
12224         `image' might specify.
12225
12226         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12227         subdirectory to icon file names.
12228
12229         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12230
12231 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12234         gmm-image-load-path calls.
12235
12236         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12237
12238         * message.el (message-make-tool-bar): Ditto.
12239
12240         * mml.el (mml-preview): Add comment concerning tool bar icons.
12241
12242         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12243         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12244
12245         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12246         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12247
12248         * message.el (message-tool-bar-gnome): Use new icon names.
12249         (message-make-tool-bar): Use `gmm-image-load-path'.
12250
12251         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12252         New functions from MH-E.
12253         (gmm-image-load-path): New variable from MH-E.
12254         (gmm-image-load-path): New function from MH-E.  Add arguments
12255         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12256         *-image-load-path-called-flag.
12257
12258 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12259
12260         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12261
12262 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12263
12264         * nnimap.el (nnimap-request-move-article): Change folder back to
12265         source group before deleting.
12266
12267 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12270
12271         * gnus-art.el (mm-url-insert-file-contents-external):
12272         Autoload mm-url.
12273
12274         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12275
12276 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12279         coding system which mm-charset-to-coding-system returns for a
12280         given charset is valid.
12281
12282 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12283
12284         * html2text.el (html2text-remove-tag-list):
12285         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12286
12287 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12288
12289         * gnus-cus.el: Revert 2005-10-17 change.
12290
12291 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-art.el (article-strip-banner):
12294         Call article-really-strip-banner only when the regexp match is made.
12295
12296 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-art.el (article-strip-banner):
12299         Use gnus-extract-address-components instead of
12300         mail-header-parse-addresses to make it work with non-ASCII text;
12301         remove mail-encode-encoded-word-string.
12302
12303         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12304         values which are surrounded with \"...\"; make it never cause a
12305         Lisp error; give up parsing of parameters if it failed in
12306         extracting type.
12307
12308 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12309
12310         * smime.el (smime-cert-by-ldap-1): Fix bug where
12311         `smime-ldap-search' returns results without userCertificates.
12312
12313 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12316
12317 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * spam.el (spam-check-spamassassin-headers): Adapt format for
12320         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12321         <ari@mbf.ocn.ne.jp>.
12322         (spam-list-of-processors): Add spam-use-gmane.
12323
12324 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12327         make-temp-file; make it work with XEmacs as well.
12328
12329         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12330         mm-make-temp-file.
12331
12332         * mm-decode.el (mm-display-external): Use the 3rd arg of
12333         mm-make-temp-file.
12334         (mm-create-image-xemacs): Ditto.
12335
12336 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12339         with message-narrow-to-headers.
12340         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12341         (gnus-draft-check-draft-articles): New function.
12342         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12343
12344 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * gnus-art.el (gnus-article-browse-html-parts):
12347         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12348         Don't use suffix argument for mm-make-temp-file for Emacs 21
12349         compatibility.  Remove useless `format'.
12350
12351 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12352
12353         * nnweb.el (nnweb-google-wash-article): Update regexps.
12354         (nnweb-group-alist): Use defvoo instead of defvar.
12355
12356 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12359         re-loading nn* modules.
12360
12361 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12364         for `tool-bar-mode' and don't check it's default-value.
12365
12366         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12367
12368         * message.el (message-make-tool-bar): Ditto.
12369
12370         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12371         `substring'.  Shorten tmp-file name.
12372
12373         * gnus.el: Remove bogus comment.
12374
12375 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12376
12377         * gnus-art.el (gnus-article-browse-html-parts): New function.
12378         (gnus-article-browse-html-article): New function for viewing html
12379         articles with a browser.
12380
12381 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12382
12383         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12384         in elisp.
12385         (pgg-gpg-encrypt-symmetric-region): Ditto.
12386         (pgg-gpg-sign-region): Ditto.
12387
12388         * pgg-def.el (pgg-text-mode): New variable.
12389
12390         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12391         (mml2015-pgg-encrypt): Ditto.
12392
12393         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12394         (mml1991-pgg-encrypt): Ditto.
12395
12396 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * nnfolder.el (nnfolder-insert-newsgroup-line):
12399         Use message-make-date instead of current-time-string.
12400
12401         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12402         to gnus-decoded which mm-uu might set.
12403
12404 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12407         don't decode quoted parameters; remove misimported Emacs code.
12408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12409         (rfc2231-decode-encoded-string): Don't use split-string which
12410         behaves differently according to Emacs version; use
12411         mm-decode-coding-region to convert charset to coding-system.
12412         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12413         (rfc2231-encode-string): Remove misimported Emacs code.
12414
12415 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12418         when calling mail-header-parse-content-type.
12419         (article-de-quoted-unreadable): Ditto.
12420         (article-de-base64-unreadable): Ditto.
12421         (article-wash-html): Ditto.
12422
12423         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12424         calling mail-header-parse-content-type and
12425         mail-header-parse-content-disposition.
12426         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12427         mail-header-parse-content-type.
12428
12429         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12430         insert charset and format parameters; encode description after
12431         inserting it to buffer.
12432         (mml-insert-parameter): Fold lines properly even if a parameter is
12433         segmented into two or more lines; change the max column to 76.
12434
12435         * rfc1843.el (rfc1843-decode-article-body): Don't use
12436         ignore-errors when calling mail-header-parse-content-type.
12437
12438         * rfc2231.el (rfc2231-parse-string): Return at least type if
12439         possible; don't cause an error even if it fails in parsing of
12440         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12441         (rfc2231-encode-string): Don't break lines at the beginning, leave
12442         it to mml-insert-parameter.
12443
12444         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12445         calling mail-header-parse-content-type.
12446
12447 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * spam-report.el (spam-report-gmane-use-article-number):
12450         Improve doc string.
12451         (spam-report-gmane-internal): Check if a suitable header was found
12452         in the article.
12453
12454 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12457         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12458
12459 2006-02-05  Romain Francoise  <romain@orebokech.com>
12460
12461         Update copyright notices of all files in the gnus directory.
12462
12463 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12464
12465         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12466
12467 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12470         segmented lines of parameter value to cope with Thunderbird 1.5
12471         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12472         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12473         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12474
12475 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12476
12477         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12478         parts.
12479
12480 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12481
12482         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12483         there's only one active file for all servers.
12484         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12485         solid groups.  Gnus might have used a FAST request to select the group.
12486         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12487         and nnweb-search redundantly in the active file.
12488         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12489         (nnweb-request-create-group): Don't use ARGS.
12490         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12491         initialisations.  Let nnoo do the work.
12492
12493 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12496         Say the part has been decoded.
12497
12498         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12499
12500 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12501
12502         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12503         mailcap-viewer-test-cache when there's no 'test clause, since that
12504         will invert the meaning of a "nil" test previously determined by
12505         mailcap-mailcap-entry-passes-test.
12506
12507 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12510         compiling.
12511
12512         * gnus-sum.el: Ditto.
12513
12514         * message.el: Don't bind tool-bar-map when compiling.
12515
12516 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12519
12520 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12521
12522         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12523         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12524         current Google Groups.
12525
12526 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12529         and tool-bar-mode.
12530
12531         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12532         and tool-bar-mode.
12533
12534         * message.el (message-tool-bar-update): Simplify.
12535         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12536
12537         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12538         gnus-summary-buffer.
12539         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12540         gnus-summary-reply.
12541
12542         * gmm-utils.el (gmm): Add :version.
12543
12544 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * Makefile.in (clean): New rule.
12547         (distclean): Use it.
12548
12549 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12550
12551         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12552         Don't autoload.
12553
12554 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gmm-utils.el (gmm-verbose): Add :group.
12557
12558 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * message.el: Change some comments WRT tool-bars.
12561
12562         * gnus-sum.el (gnus-summary-tool-bar)
12563         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12564         (gnus-summary-tool-bar-zap-list): New variables.
12565         (gnus-summary-make-tool-bar): Complete rewrite using
12566         `gmm-tool-bar-from-list'.
12567
12568         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12569         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12570         New variables.
12571         (gnus-group-make-tool-bar): Complete rewrite using
12572         `gmm-tool-bar-from-list'.
12573         (gnus-group-tool-bar-update): New function.
12574
12575         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12576
12577 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12580         is dissected into a single part of which the type is the same as
12581         the given one; decode charset.
12582
12583 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12584
12585         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12586         into alists as symbol not string, since that's what
12587         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12588         look for.
12589
12590 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12593         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12594
12595         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12596
12597 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12600         (gnus-xmas-mime-security-button-menu): New function.
12601
12602         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12603         (gnus-mime-security-button-menu): New definition.
12604         (gnus-mime-security-button-map): Use them.
12605         (gnus-mime-security-button-menu): New function.
12606         (gnus-insert-mime-security-button): Addition to help echo.
12607         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12608         (gnus-mime-security-pipe-part): New functions.
12609
12610         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12611         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12612
12613         * mm-decode.el (mm-handle-set-disposition): Remove.
12614         (mm-handle-set-description): Remove.
12615
12616 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12619         (mm-w3m-standalone-supports-m17n-p): New function.
12620         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12621         w3m usage.
12622
12623         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12624         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12625
12626 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * message.el (message-tool-bar-zap-list):
12629         Use gmm-tool-bar-zap-list as custom type.
12630         (message-tool-bar-update): New function.
12631         (message-tool-bar, message-tool-bar-gnome)
12632         (message-tool-bar-retro): Add message-tool-bar-update.
12633         (message-tool-bar-gnome): Add flyspell-buffer.
12634
12635         * gnus-util.el (gnus-error): Describe `args'.
12636
12637         * gmm-utils.el (gmm-error): Describe `args'.
12638         (gmm-tool-bar-zap-list): New widget.
12639         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12640
12641 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12644         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12645         the number of recursive calls.
12646
12647         * mm-decode.el (mm-handle-set-disposition): New macro.
12648         (mm-handle-set-description): New macro.
12649
12650 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12653         encoding.
12654
12655 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * message.el (message-tool-bar-zap-list, message-tool-bar)
12658         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12659         (message-tool-bar-local-item-from-menu): Remove.
12660         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12661         (message-make-tool-bar): New function.
12662         (message-mode): Use `message-make-tool-bar'.
12663
12664         * gmm-utils.el: New file.
12665         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12666         (gmm-lazy): New widget copied from `nnmail.el'.
12667         (gmm-tool-bar-from-list): New function for creating customizable
12668         tool bars.
12669         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12670         output.
12671         (gmm): Add :prefix to defgroup.
12672
12673 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12674
12675         * gmm-utils.el (gmm-widget-p): New function.
12676
12677 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * mml.el (mml-attach-file): Describe `description' in doc string.
12680         (mml-menu): Add Emacs MIME manual and PGG manual.
12681
12682 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12683
12684         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12685
12686 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12687
12688         * nntp.el (nntp-end-of-line): Doc fix.
12689
12690 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12691
12692         * imap.el (imap-open): Handle case where buffer is a buffer
12693         object.
12694
12695 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12696
12697         * gnus-delay.el (gnus-delay): Don't autoload.
12698         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12699         to be re-loaded when customizing the `gnus-delay' group.
12700
12701 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12702
12703         * message.el (message-insert-citation-line): Use newlines.
12704
12705 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12706
12707         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12708         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12709         these routines, so the passphrase can be managed externally and
12710         passed in to the system.
12711         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12712         pgg-add-passphrase-to-cache function.
12713
12714         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12715         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12716         these routines, so the passphrase can be managed externally and
12717         passed in to the system.
12718         (pgg-pgp5-sign-region): Use new name of
12719         pgg-add-passphrase-to-cache function.
12720
12721 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12722
12723         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12724         part of the decoded armor to find the key-identifier.
12725         (pgg-gpg-lookup-key-owner): New function to return the
12726         human-readable identifier of a key owner.
12727         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12728         itself.
12729         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12730         the key value) if we have a key and can match it against a secret
12731         key.  Also, added a note pointing out fact that the prompt only
12732         indicates the first matching key.
12733
12734         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12735         pgg-decrypt-region.
12736         (pgg-add-passphrase-to-cache): Rename from
12737         `pgg-add-passphrase-cache' to reduce confusion (all callers
12738         changed).
12739         (pgg-remove-passphrase-from-cache): Rename from
12740         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12741         changed).
12742         (pgg-read-passphrase, pgg-add-passphrase-cache)
12743         (pgg-remove-passphrase-cache): Add informative docstrings.
12744         (pgg-decrypt): Convey provided passphrase in subordinate call to
12745         pgg-decrypt-region.
12746
12747 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12748
12749         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12750         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12751         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12752         'passphrase' argument, so the passphrase can be managed externally
12753         and then passed in to the system.
12754
12755         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12756         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12757         so the passphrase cache can be used reliably with identifiers
12758         besides a pgp packet's key id.
12759
12760         * pgg-gpg.el (pgg-gpg-encrypt-region)
12761         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12762         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12763         these routines, so the passphrase can be managed externally and
12764         passed in to the system.
12765
12766         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12767         'notruncate' argument, so the passphrase cache can be used
12768         reliably with identifiers besides a pgp packet's key id.
12769
12770 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12771
12772         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12773         symmetric encryption.
12774         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12775         encrypted session key.
12776         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12777         message ask for the passphrase in a proper way.
12778
12779         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12780         New user commands for symmetric encryption.
12781
12782 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12785
12786         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12787
12788 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12789
12790         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12791
12792 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-decode.el (mm-inlined-types): Add application/pgp.
12795         (mm-automatic-display): Ditto.
12796
12797         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12798         part as text.
12799
12800 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * nnrss.el: Update copyright.
12803         (nnrss-opml-import): Query whether to subscribe to each entry.
12804
12805         * gnus-art.el:
12806         * gnus-sum.el:
12807         * gnus-xmas.el:
12808         * messagexmas.el:
12809         * mm-uu.el:
12810         * mm-view.el: Update copyright.
12811
12812 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * message.el (message-info): New function.
12815         (message-mode-menu): Add it.
12816         Update copyright.
12817
12818         * ChangeLog: Fix and update copyright.
12819
12820 2006-01-13  Romain Francoise  <romain@orebokech.com>
12821
12822         * message.el (message-forward-subject-name-subject): Prefer the
12823         address to 'nowhere' if the sender has no name.
12824         Fix typo.  Update copyright year.
12825
12826 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (article-wash-html):
12829         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12830         (gnus-article-wash-html-with-w3m-standalone): New function.
12831
12832         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12833         mm-inline-text-html-render-with-w3m-standalone.
12834         (mm-text-html-washer-alist): Map w3m-standalone to
12835         gnus-article-wash-html-with-w3m-standalone.
12836         (mm-inline-text-html-render-with-w3m-standalone): New function.
12837
12838 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12841         Improve LaTeX.
12842
12843 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12846         (nnrss-request-article): Render text/plain parts as HTML.
12847
12848         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12849         the buffer.
12850
12851 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12854         custom definition of `gnus-posting-styles'.
12855
12856         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12857         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12858
12859 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12862         Use nntp for bug archive.
12863
12864 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12867         parts.
12868         (nnrss-normalize-date): New function converts ISO 8601 date into
12869         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12870         (nnrss-check-group): Use it.
12871
12872 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12875
12876         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12877         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12878         (nnrss-insert-w3): Ditto.
12879
12880 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12883         the articles to be forwarded including the case where neither a
12884         number of articles nor a region is specified.
12885
12886 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * nnrss.el (nnrss-request-article): Fix last change; fill
12889         text/plain parts.
12890
12891 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12894         in text/plain part.
12895         (nnrss-check-group): Don't add excessive newline to dc:subject.
12896
12897 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12898
12899         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12900         article.
12901
12902 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12905         (nnml-use-compressed-files, nnml-save-mail): Support other
12906         comression programs such as bzip2.
12907
12908 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12909
12910         * dns.el (query-dns): Make sure we check the buffer size before
12911         removing tcp headers.
12912
12913 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12916         remove MIME buttons associated with multipart/alternative parts.
12917         (gnus-mime-display-alternative): Tag buttons using `article-type'
12918         text property.
12919
12920         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12921         associated with multipart/alternative parts.
12922
12923         * gnus-art.el (gnus-signature-separator): Fix custom type.
12924
12925         * mm-decode.el (mm-inlined-types): Fix custom type.
12926         (mm-keep-viewer-alive-types): Ditto.
12927         (mm-automatic-display): Ditto.
12928         (mm-attachment-override-types): Ditto.
12929         (mm-inline-override-types): Ditto.
12930         (mm-automatic-external-display): Ditto.
12931
12932 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * spam-report.el (spam-report-user-mail-address)
12935         (spam-report-user-agent): New variables.
12936         (spam-report-url-ping-plain): Use spam-report-user-agent.
12937
12938 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12939
12940         * gnus-art.el (gnus-button-handle-custom): Do not just use
12941         `customize-apropos' for any "M-x customize-*" button but the
12942         function called for.  Accept both the function name and its
12943         argument in order to achieve this.
12944         (gnus-button-alist): Remove support for "custom:" URL's.
12945         Pass function name to `gnus-button-handle-custom' in case of "M-x
12946         customize-*" buttons.
12947
12948 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12951         multipart/alternative and add xref to mm-discouraged-alternatives
12952         in doc string.
12953
12954         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12955         gnus-buttonized-mime-types in doc string.
12956
12957 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12960         Suggest image/.* in the doc string.
12961
12962 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12965         message-marks (Debian bug #342521).
12966
12967 2005-12-12  Simon Josefsson  <jas@extundo.com>
12968
12969         * password.el (password-read-from-cache): Add.
12970         (password-read): Use it.
12971
12972 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * rfc2047.el (rfc2047-charset-to-coding-system):
12975         Recognize us-ascii as a MIME charset.
12976
12977         * mm-bodies.el (mm-decode-content-transfer-encoding):
12978         Protect against the case where the 2nd arg TYPE is nil.
12979
12980 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * pop3.el (pop3-stream-type): Fix custom version.
12983
12984         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12985
12986 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12987
12988         * mm-decode.el (mm-display-external): Add missing cdr.
12989
12990 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12993         RFC1524) if it is in mailcap or add a suffix according to
12994         mailcap-mime-extensions when generating a temp filename; postpone
12995         deleting a temp file for 2 seconds for some wrappers, shell
12996         scripts, and so on, which might exit right after having started a
12997         viewer command as a background job.
12998
12999 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * nntp.el (nntp-marks-directory): Fix custom group.
13002
13003         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13004         steps when < 10.
13005
13006         * gnus-start.el (gnus-no-server-1):
13007         Mention `gnus-level-default-subscribed' in doc string.
13008
13009 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13010
13011         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13012         parens.
13013
13014 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-xmas.el (gnus-use-toolbar): Revert.
13017         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13018         gnus-use-toolbar is default.
13019
13020         * messagexmas.el (message-use-toolbar): Revert.
13021         (message-setup-toolbar): Use global default-toolbar if
13022         message-use-toolbar is default.
13023
13024 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13027         according to default-toolbar-visible-p.
13028
13029         * messagexmas.el (message-use-toolbar): Ditto.
13030
13031 2005-11-26  Dave Love  <fx@gnu.org>
13032
13033         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13034         (tls-program, tls-success): Provide openssl alternative.
13035
13036         * starttls.el: Doc fixes.
13037         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13038         SERVICE to PORT.
13039
13040         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13041         port null or service name.
13042         (starttls-negotiate): Autoload.
13043
13044 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * message.el (message-kill-to-signature): Fix interactive spec.
13047
13048 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * pop3.el (pop3-open-server): Recognize a string as a service name.
13051
13052 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13053
13054         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13055
13056 2005-11-23  Dave Love  <fx@gnu.org>
13057
13058         Add pop3s, pop3/starttls.
13059
13060         * pop3.el (pop3-authentication-scheme): Clarify doc.
13061         (open-tls-stream, starttls-open-stream): Autoload.
13062         (pop3-stream-type): New.
13063         (pop3-open-server): Use it.
13064
13065         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13066         for POP.
13067         (mail-source-keyword-map): Add :stream for POP.
13068         (mail-source-fetch-pop): Use pop3-stream-type.
13069
13070 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13073         of current-time-string.
13074
13075 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13076
13077         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13078         date header.
13079
13080 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13081
13082         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13083         it can seriously impact performance as it bypasses the agent's
13084         local caches.
13085
13086 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13087
13088         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13089         must be explicitly online rather than "not explicitly offline" for
13090         its flags to be synchronized.
13091
13092         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13093         that gnus-uu-unmark-thread will function correctly.
13094
13095         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13096         1024K is instead displayed as 1M.
13097
13098 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13101
13102 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13103
13104         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13105
13106 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13107
13108         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13109         error message to display actual error condition.
13110         (gnus-agent-save-local): Avoid saving symbols that are bound to
13111         nil as they simply result in a warning message in
13112         gnus-agent-read-local.
13113
13114 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13117         rather than make-variable-buffer-local for file-precious-flag.
13118
13119 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13120
13121         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13122         for duplicates which are removed.  The invalid sort check then
13123         triggers a rescan after the sort as sorting may have moved
13124         duplicate entries such that they can be cheaply detected.
13125
13126 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13129
13130 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13131
13132         * gnus-agent.el (gnus-agent-article-alist-save-format):
13133         Change internal variable to a custom variable.  Change default value
13134         from compressed(2) to uncompressed(1).
13135         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13136         support for uncompressed agentview files.  Taken together, reading
13137         the agentview file should now be 6-7 times faster.
13138
13139 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13140
13141         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13142         as a buffer-local variable.  This avoids creating truncated
13143         dribble files as a result of a hang up, eg.
13144
13145 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13146
13147         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13148         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13149         XEmacs.
13150
13151 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-start.el (gnus-start-draft-setup):
13154         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13155
13156         * gnus.el (gnus-splash): Change custom group.
13157         (gnus-group-get-parameter, gnus-group-parameter-value):
13158         Describe allow-list argument.
13159
13160         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13161         string.
13162
13163 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * gnus-art.el (gnus-default-article-saver): Add user-defined
13166         `function' to custom type.
13167
13168 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13169
13170         * imap.el (imap-open): Handle case where buffer is a buffer
13171         object.
13172
13173 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13176         long lines.
13177         (gnus-cache-delete-group): Wrap doc strings.
13178
13179         * gnus-agent.el (gnus-agent-rename-group)
13180         (gnus-agent-delete-group): Wrap doc strings.
13181
13182 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * messagexmas.el (message-use-toolbar): Change the valid values
13185         into default, top, bottom, left, and right.
13186         (message-toolbar-thickness): New variable.
13187         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13188         well.
13189         (message-setup-toolbar): Make it work.
13190
13191         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13192         (gnus-use-toolbar): Change the valid values into default, top,
13193         bottom, left, and right.
13194         (gnus-toolbar-thickness): New variable.
13195         (gnus-xmas-setup-toolbar): New function.
13196         (gnus-xmas-setup-group-toolbar): Use it.
13197         (gnus-xmas-setup-summary-toolbar): Use it.
13198
13199 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * gnus-start.el (gnus-1): Add "native" to
13202         gnus-predefined-server-alist.
13203
13204         * gnus.el (gnus-method-to-server): Don't add "native" to the
13205         lists here, because that leads to problems when
13206         gnus-select-method is bound.
13207
13208 2005-11-09  Simon Josefsson  <jas@extundo.com>
13209
13210         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13211         use (not sort-by-date) instead.
13212
13213 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13214
13215         * gnus-delay.el (gnus-delay-group): Don't autoload.
13216         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13217         to be re-loaded when customizing the `gnus-delay' group.
13218
13219 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13220
13221         * message.el: Revert last changes.
13222         (message-insert-citation-line): Use newlines.
13223
13224 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13225
13226         * message.el (message-courtesy-message)
13227         (message-mark-insert-begin, message-mark-insert-end)
13228         (message-elide-ellipsis, message-cancel-message)
13229         (message-add-header, message-change-subject)
13230         (message-cross-post-followup-to-header)
13231         (message-cross-post-insert-note, message-reduce-to-to-cc)
13232         (message-widen-reply, message-delete-not-region)
13233         (message-kill-to-signature, message-insert-signature)
13234         (message-insert-importance-high, message-insert-importance-low)
13235         (message-insert-or-toggle-importance)
13236         (message-insert-disposition-notification-to)
13237         (message-indent-citation, message-yank-original)
13238         (message-cite-original-without-signature, message-cite-original)
13239         (message-insert-citation-line, message-position-on-field)
13240         (message-fix-before-sending, message-send-mail-partially)
13241         (message-send-mail, message-send-mail-with-sendmail)
13242         (message-send-mail-with-qmail, message-send-news)
13243         (message-check-news-header-syntax, message-generate-headers)
13244         (message-insert-courtesy-copy, message-fill-address)
13245         (message-fill-header, message-shorten-references)
13246         (message-setup-1, message-cancel-news)
13247         (message-forward-make-body-plain, message-forward-make-body-mime)
13248         (message-forward-make-body-mml, message-encode-message-body)
13249         (message-forward-make-body-digest-plain)
13250         (message-forward-make-body-digest-mime)
13251         (message-use-alternative-email-as-from): Insert `hard-newline'
13252         instead of ordinary newlines.
13253
13254 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * message.el (message-generate-headers): Downcase the argument
13257         given to message-check-element.
13258
13259 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13260
13261         * nntp.el (nntp-authinfo-rejected): New error condition.
13262         (nntp-wait-for): Use new error condition to signal authentication
13263         error.
13264         (nntp-retrieve-data): Rethrow new error condition to break out of
13265         recursive call to nntp-send-authinfo.
13266
13267 2005-11-08  Romain Francoise  <romain@orebokech.com>
13268
13269         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13270         (gnus-summary-exit-map): Bind to `Z p'.
13271         (gnus-summary-make-menu-bar): Add menu item.
13272
13273 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13276         (gnus-treat-*): Add `first' in all doc strings.
13277
13278         * gnus-group.el (gnus-group-compact-group): Fix typo.
13279
13280 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus.el (gnus-parameters-case-fold-search): New variable.
13283         (gnus-parameters-get-parameter): Use it.
13284
13285         * gnus-score.el (gnus-home-score-file): Doc fix.
13286
13287 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13288
13289         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13290
13291 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * mm-util.el (mm-special-display-p): New function.
13294
13295         * mml.el (mml-preview): Use it; doc fix.
13296
13297 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13298
13299         * imap.el (imap-open): Handle case where buffer is a buffer object.
13300
13301 2005-10-29  Romain Francoise  <romain@orebokech.com>
13302
13303         * message.el (message-fix-before-sending): Fix comment.
13304
13305 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13306
13307         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13308
13309 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13310
13311         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13312         Used in gnus-score.el.
13313
13314 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13317
13318 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13321         whitespace removed in revision 7.8.  Use concatenated string to
13322         protect trailing whitespace.
13323
13324 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13325
13326         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13327         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13328         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13329         Courier IMAP ("some version from 2004").  Mostly based on similar
13330         code in the same function.
13331
13332 2005-10-26  Didier Verna  <didier@xemacs.org>
13333
13334         * gnus-group.el (gnus-group-compact-group): Invalidate original
13335         article buffer.
13336         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13337         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13338         NOV database and in article itself.
13339         Invalidate article backlog.
13340
13341 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13344
13345 2005-10-26  Simon Josefsson  <jas@extundo.com>
13346
13347         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13348         part of 2004-07-25 change.
13349
13350 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * message.el (message-display-completion-list): New function.
13353         (message-expand-group): Use it; make sure the Completions buffer
13354         is modifiable.
13355 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13356
13357         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13358         user-mail-name is an empty string.
13359
13360 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13363         depending on gnus-score-decay-constant.
13364
13365         * encrypt.el (encrypt-insert-file-contents)
13366         (encrypt-write-file-contents): Don't use `gnus-message'.
13367
13368         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13369         arguments.
13370         (mm-uu-type-alist): Add message-marks and insert-marks.
13371         Pass arguments to mm-uu-verbatim-marks-extract.
13372         (mm-uu-hide-markers): New variable.
13373         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13374
13375         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13376         (gnus-convert-image-to-face-command): Use "convert" by default to
13377         allow other input image formats.
13378         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13379         accordingly.
13380
13381 2005-10-23  Simon Josefsson  <jas@extundo.com>
13382
13383         * imap.el (imap-gssapi-program): Align command line parameters
13384         with latest GNU SASL.
13385         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13386
13387 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13390         HTML.
13391         (nnslashdot-request-article): Ditto.
13392
13393         * lpath.el (featurep): Add nobreak-char-display.
13394
13395 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13396
13397         * mail-source.el (mail-source-fetch-pop): Require pop3.
13398         (mail-source-check-pop): Ditto.
13399
13400 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13403         errors.
13404
13405 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13408         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13409
13410         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13411
13412         * mm-bodies.el (mm-decode-string):
13413         Call `mm-charset-to-coding-system' with allow-override argument.
13414
13415 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13418         (rfc2047-charset-to-coding-system): New function.
13419         (rfc2047-decode-encoded-words): New function.
13420         (rfc2047-decode-region): Use them.
13421         (rfc2047-decode-cte): Remove.
13422         (rfc2047-parse-and-decode): Remove.
13423         (rfc2047-decode): Remove.
13424
13425 2005-10-15  Kenichi Handa  <handa@m17n.org>
13426
13427         * rfc2047.el (rfc2047-decode-cte): New function.
13428         (rfc2047-decode-region): Change the way to decode successive
13429         encoded-words: decode B- or Q-encoding in each encoded-word,
13430         concatenate them, and decode it as charset.
13431
13432 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * lpath.el: Fbind codepage-setup for XEmacs.
13435
13436 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13437
13438         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13439         widget-move-and-invoke.
13440         (gnus-custom-mode): Use gnus-custom-map.
13441
13442 2005-10-15  Bill Wohler  <wohler@newt.com>
13443
13444         * message.el (message-tool-bar-map): Rename image file from
13445         mail_send to mail/send.
13446
13447 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13448
13449         * message.el (message-expand-group): Pass the common
13450         prefix substring of completion to `display-completion-list'.
13451
13452 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * mml-sec.el (mml-secure-method): New internal variable.
13455         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13456         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13457         New functions using mml-secure-method.
13458
13459         * mml.el (mml-mode-map): Add key bindings for those functions.
13460         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13461         Harder <harder@myrealbox.com>.
13462         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13463         Goto end of message if point is the headers of the message.
13464
13465         * message.el (message-in-body-p): New function.
13466
13467         * assistant.el: Autoload gnus-util and netrc.
13468
13469         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13470         Use `mm-charset-override-alist' only when decoding.
13471
13472         * mm-bodies.el (mm-decode-body):
13473         Call `mm-charset-to-coding-system' with allow-override argument.
13474
13475         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13476         `filename' from Content-Disposition if Content-Type doesn't
13477         provide `name'.
13478         (gnus-mime-view-part-as-type): Set default instead of
13479         initial-input.
13480
13481 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13482
13483         * format-spec.el (format-spec): Propagate text properties of % spec.
13484
13485 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * gnus-art.el (gnus-treat-predicate): Add `first'.
13488
13489 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13492         (mm-charset-override-alist): New variable.
13493         (mm-charset-to-coding-system): Use it.
13494         (mm-codepage-setup): New helper function.
13495         (mm-charset-eval-alist): New variable.
13496         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13497         Warn about unknown charsets.
13498
13499         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13500
13501 2005-10-04  David Hansen  <david.hansen@gmx.net>
13502
13503         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13504         (nnrss-check-group): Ditto.
13505
13506 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13509         Rename x-gnus-verbatim to x-verbatim.
13510         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13511
13512         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13513         x-verbatim.
13514
13515         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13516
13517         * gnus-util.el (gnus-remove-duplicates): Remove.
13518
13519         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13520         instead of gnus-remove-duplicates.
13521
13522         * message.el (message-remove-duplicates): Remove.
13523         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13524         message-remove-duplicates.
13525
13526         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13527         available, else use implementation from `delete-dups'.
13528
13529         * message.el (message-insert-expires): New function.
13530         (message-mode-map): Add key binding.
13531         (message-mode-field-menu): Add menu entry.
13532         (message-mode): Document it.
13533         (message-make-expires-date): Use `message-make-date'.
13534
13535 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13536
13537         * message.el (message-make-expires-date): New function.
13538
13539 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * Makefile.in (list-installed-shadows): New entry.
13542         (install): Use it.
13543         (remove-installed-shadows): New entry.
13544
13545         * dgnushack.el (dgnushack-default-load-path): New variable.
13546         (dgnushack-find-lisp-shadows): New function.
13547         (dgnushack-remove-lisp-shadows): New function.
13548
13549 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * Makefile.in (install-el-elc): New entry.
13552         (install): Use it so that .el files are necessarily installed.
13553
13554 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13557
13558 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13559
13560         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13561         function rather than the diff-mode.el package.
13562         (mm-display-external): Use with-current-buffer.
13563         (mm-viewer-completion-map, mm-viewer-completion-map):
13564         Move initialization inside declaration.
13565
13566 2005-09-29  Simon Josefsson  <jas@extundo.com>
13567
13568         * spam.el: Load hashcash when compiling, to avoid warnings.
13569         Don't autoload mail-check-payment.
13570         (spam-check-hashcash): Define unconditionally, since hashcash.el
13571         is part of Gnus now.  Ignore errors from payment checking.
13572
13573 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * message.el (message-bold-region, message-unbold-region):
13576         Rename from `bold-region' and `unbold-region'.
13577
13578         * message.el: Remove useless autoloads.
13579
13580 2005-09-28  Simon Josefsson  <jas@extundo.com>
13581
13582         * message.el (message-use-idna): Default to t.
13583         (message-use-idna): Test whether encoding works too.  Doc fix.
13584
13585 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * nntp.el (nntp-warn-about-losing-connection): Remove.
13588
13589 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13592         customizable.  Change default value.
13593         (mm-uu-diff-groups-regexp): Change default value.
13594         (mm-uu-type-alist): Add doc string.
13595         (mm-uu-configure): Add doc string.  Make it interactive.
13596         (mm-uu-tex-groups-regexp): New variable.
13597         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13598         (mm-uu-type-alist): Add LaTeX documents.
13599         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13600         of "text/verbatim".
13601         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13602
13603         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13604         instead of "text/verbatim".
13605
13606         * message.el (message-mark-inserted-region)
13607         (message-mark-insert-file): Use slrn style marks when called with
13608         prefix argument.
13609
13610 2005-09-27  Simon Josefsson  <jas@extundo.com>
13611
13612         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13613
13614 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13615
13616         * message.el (message-remove-duplicates): New function.
13617         Implementation borrowed from `gnus-remove-duplicates'.
13618         (message-idna-to-ascii-rhs): Also encode idna addresses in
13619         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13620         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13621         only ask about the same idna domain once per header and also tell
13622         in what header to replace the idna domain.
13623
13624         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13625         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13626         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13627         a header is decoded and not just the last one.
13628
13629 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13632         has been decoded.
13633
13634         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13635         (mm-insert-part): Don't modify text if it has been decoded.
13636
13637         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13638         decoded.
13639
13640         * mm-view.el (mm-inline-text): Don't strip text props unless
13641         decoding enriched or richtext parts.
13642
13643 2005-09-25  Romain Francoise  <romain@orebokech.com>
13644
13645         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13646         * gnus-start.el (gnus-subscribe-interactively):
13647         * gnus-uu.el (gnus-uu-grab-articles):
13648         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13649         space.
13650
13651 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13652
13653         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13654         * mm-view.el (mm-view-pkcs7-decrypt):
13655         * gnus-sum.el (gnus-summary-limit-to-extra)
13656         (gnus-summary-respool-article, gnus-read-move-group-name):
13657         * gnus-score.el (gnus-summary-increase-score):
13658         * gnus-util.el (gnus-completing-read-with-default):
13659         * gnus-art.el (gnus-read-save-file-name)
13660         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13661         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13662         * message.el (message-check-news-header-syntax):
13663         Follow convention for reading with the minibuffer.
13664
13665 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * spam-report.el (spam-report-url-ping-plain):
13668         Use gnus-extended-version as User-Agent.
13669
13670         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13671         default value is nil.
13672
13673         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13674         (mm-uu-verbatim-marks-extract): New function.
13675         (mm-uu-extract): New face.
13676         (mm-uu-copy-to-buffer): Use it.
13677
13678         * spam-report.el (spam-report-gmane-ham): Rename from
13679         `spam-report-gmane-unspam'.
13680         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13681         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13682
13683         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13684         Autoload.
13685         (spam-report-gmane-unregister-routine):
13686         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13687
13688 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13691         (spam-report-gmane-unregister-routine): Add support for gmane
13692         unregistration.
13693
13694         * spam-report.el (spam-report-gmane-unspam)
13695         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13696         (spam-report-gmane): Change to take a single article and do unspam
13697         registration.
13698
13699 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * mm-url.el (mm-url-decode-entities): Fix regexp.
13702
13703 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13704
13705         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13706         default to nil, to be able to use Gnus at all.  If the default
13707         switches to something else, then the function should be fixed not
13708         be exceedingly slow.
13709
13710 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13711
13712         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13713         fail hard.
13714
13715         * spam-report.el: Add better Keywords line.
13716
13717         * spam.el: Add Maintainer and better Keywords line.
13718
13719 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-art.el (gnus-article-replace-part)
13722         (gnus-mime-replace-part): New functions.
13723         (gnus-mime-action-alist, gnus-mime-button-commands)
13724         (gnus-mime-save-part-and-strip): Add file argument.
13725         (gnus-article-part-wrapper): Add interactive argument.
13726
13727         * gnus-sum.el (gnus-summary-mime-map):
13728         Add `gnus-article-replace-part'.
13729
13730 2005-09-19  Didier Verna  <didier@xemacs.org>
13731
13732         The nnml compaction feature:
13733         * nnml.el (nnml-request-compact-group): New function.
13734         * nnml.el (nnml-request-compact): New function.
13735         * gnus-int.el (gnus-request-compact-group): New function.
13736         * gnus-int.el (gnus-request-compact): New function.
13737         * gnus-group.el (gnus-group-compact-group): New function.
13738         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13739         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13740         * gnus-srvr.el (gnus-server-compact-server): New function.
13741         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13742         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13743
13744 2005-09-18  Deepak Goel  <deego@gnufans.org>
13745
13746         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13747         format spec.
13748
13749 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13752
13753 2005-09-15  Romain Francoise  <romain@orebokech.com>
13754
13755         * message.el (message-fill-paragraph): Clarify docstring.
13756
13757 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-art.el (gnus-mime-display-part): Protect against broken
13760         MIME messages.
13761
13762 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13765         before parsing header.
13766
13767 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13768
13769         * html2text.el (html2text-replace-list): Add new entities.
13770
13771 2005-09-11  Romain Francoise  <romain@orebokech.com>
13772
13773         * message.el (message-alternative-emails): Improve docstring.
13774         (message-setup-1): Call `message-use-alternative-email-as-from'
13775         after `message-setup-hook' to give it precedence over posting
13776         styles, etc.
13777         (message-use-alternative-email-as-from): Add docstring.
13778         Remove the original From header if present.
13779
13780         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13781         (nnml-save-mail): Use it.
13782
13783         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13784         articles.  Add new argument `silent'.
13785         (gnus-uu-mark-all): Report the total number of marked articles.
13786
13787 2005-09-10  Romain Francoise  <romain@orebokech.com>
13788
13789         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13790         (gnus-uu-mark-series): Likewise.
13791
13792 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * spam-report.el (spam-report-gmane): Fix generation of spam
13795         report URL.
13796
13797 2005-09-10  Simon Josefsson  <jas@extundo.com>
13798
13799         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13800         t, based on discussion on the ding list with Robert Epprecht
13801         <epprecht@solnet.ch>.
13802
13803 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * spam-report.el (spam-report-gmane): Make it work without
13806         X-Report-Spam header.  Gmane now only provides Archived-At.
13807         This is only used if `spam-report-gmane-use-article-number' is nil.
13808         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13809
13810         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13811         make `gnus-summary-sort-by-recipient' work with threading.
13812
13813         * nnweb.el (nnweb-google-wash-article): Print a message if article
13814         is not available.
13815
13816 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13817
13818         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13819         change.  Decode text/* parts content before displaying.
13820
13821 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13824
13825 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13828
13829         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13830         url-package-name, url-package-version,
13831         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13832         w3m-display-inline-images, and w3m-minor-mode-map.
13833
13834 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * message.el (message-tab-body-function): Fix mismatched custom type.
13837
13838         * gnus.el (gnus-group-change-level-function): Ditto.
13839
13840         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13841
13842         * gnus-art.el (gnus-signature-limit)
13843         (gnus-article-mime-part-function): Ditto.
13844
13845 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * mml.el (mml-mode): Silence the byte compiler.
13848
13849         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13850         using `(sit-for 0)' before moving the point to the specified part;
13851         skip unbuttonized parts.
13852         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13853         return to the summary window if gnus-auto-select-part is non-nil.
13854
13855 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13858         New variables.
13859         (mml-dnd-attach-file, mml-mode): Use them.
13860
13861         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13862         Make fetching article by MID work again for Google Groups.
13863         Add FIXME concerning gnus-group-make-web-group.
13864
13865         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13866         Don't depend on Gnus by using mail-extract-address-components if
13867         gnus-extract-address-components is not bound.
13868
13869 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * gnus-art.el (gnus-mime-display-security): Don't display the
13872         signature, but only the signed part.
13873
13874 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13877
13878         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13879         list, not listp.
13880
13881 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13882
13883         * mm-encode.el (mm-encode-content-transfer-encoding):
13884         Likewise when encoding.
13885
13886         * mm-bodies.el (mm-decode-content-transfer-encoding):
13887         De-canonicalize CRLF for all text content types, not just
13888         text/plain.
13889
13890 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13893         valid article; point arrow and cursor at the MIME button.
13894
13895 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13898         Suggested by Dan Christensen <jdc@uwo.ca>.
13899
13900         * mm-decode.el (mm-save-part): Enable change of prompt.
13901
13902 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13903
13904         * gnus-msg.el (gnus-inews-add-send-actions):
13905         Make `message-post-method' lambda parameter ARG `&optional'.
13906
13907 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * gnus-sum.el (gnus-summary-mime-map):
13910         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13911         gnus-article-jump-to-part.
13912
13913         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13914         (gnus-article-edit-part): Use it.
13915         (gnus-article-part-wrapper): Add no-handle argument.
13916         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13917         New functions.
13918
13919 2005-08-29  Romain Francoise  <romain@orebokech.com>
13920
13921         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13922         docstring.
13923         (gnus-face-from-file): Likewise.
13924
13925 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13928         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13929         non-nil.
13930         (gnus-auto-select-part): New variable.
13931         (gnus-article-jump-to-part): New function.
13932         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13933         (gnus-mime-delete-part): Allow selecting specified part after
13934         deleting or stripping parts.
13935         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13936         part if argument is bogus.
13937
13938 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13939
13940         * gnus-art.el (w3m-minor-mode-map):
13941         * gnus-spec.el (gnus-newsrc-file-version):
13942         * gnus-util.el (nnmail-active-file-coding-system)
13943         (gnus-original-article-buffer, gnus-user-agent):
13944         * gnus.el (gnus-ham-process-destinations)
13945         (gnus-parameter-ham-marks-alist)
13946         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13947         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13948         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13949         * mm-decode.el (gnus-current-window-configuration):
13950         * mm-extern.el (gnus-article-mime-handles):
13951         * mm-url.el (url-current-object, url-package-name)
13952         (url-package-version):
13953         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13954         (smime-keys, w3m-cid-retrieve-function-alist)
13955         (w3m-current-buffer, w3m-display-inline-images)
13956         (w3m-minor-mode-map):
13957         * mml-smime.el (gnus-extract-address-components):
13958         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13959         (gnus-newsrc-hashtb, message-default-charset)
13960         (message-deletable-headers, message-options)
13961         (message-posting-charset, message-required-mail-headers)
13962         (message-required-news-headers):
13963         * mml1991.el (mc-pgp-always-sign):
13964         * mml2015.el (mc-pgp-always-sign):
13965         * nnheader.el (nnmail-extra-headers):
13966         * rfc1843.el (gnus-decode-encoded-word-function)
13967         (gnus-decode-header-function, gnus-newsgroup-name):
13968         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13969
13970 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13971
13972         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13973         the end of the date treatments.
13974
13975 2005-08-15  Simon Josefsson  <jas@extundo.com>
13976
13977         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13978         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13979         Capello and Romain Francoise.
13980         (pgg-fetch-key-function): Remove, not used?
13981         (pgg-insert-url-with-w3): Require url, to get
13982         url-insert-file-contents regardless of where it is defined.
13983
13984 2005-08-13  Romain Francoise  <romain@orebokech.com>
13985
13986         * message.el (message-cite-original-1): New function.
13987         (message-cite-original): Use it.
13988         (message-cite-original-without-signature): Ditto.
13989
13990 2005-08-08  Romain Francoise  <romain@orebokech.com>
13991
13992         * message.el (message-yank-empty-prefix): New variable.
13993         (message-indent-citation): Use it.
13994         (message-cite-original-without-signature): Respect X-No-Archive.
13995
13996 2005-08-08  Simon Josefsson  <jas@extundo.com>
13997
13998         * pgg.el: Autoload url-insert-file-contents instead of loading
13999         w3/url.
14000         (pgg-insert-url-with-w3): Don't load url here.
14001
14002 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14003
14004         * message.el (message-kill-to-signature): Don't insert newline at
14005         bol.
14006         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14007
14008 2005-08-06  Romain Francoise  <romain@orebokech.com>
14009
14010         * message.el (message-user-fqdn): Fix typo in docstring.
14011
14012 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14013
14014         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14015
14016         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14017
14018 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * mm-bodies.el (mm-encode-body): Use coding system rather than
14021         charset to encode text.
14022
14023         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14024         number of charsets if utf-8 is available (XEmacs).
14025
14026 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14029         taken from `gnus-button-mid-or-mail-regexp'.
14030         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14031         (gnus-button-alist): Improve regexp for domain part of the MIDs
14032         for news:localpart@domain buttons.
14033         (gnus-button-ctan-directory-regexp): Update.
14034
14035 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * sieve-manage.el (sieve-manage-interactive-login):
14038         Use make-local-variable rather than make-variable-buffer-local.
14039         (sieve-manage-open): Ditto.
14040         (sieve-manage-authenticate): Ditto.
14041
14042         * mml.el (mml-generate-mime-1): Make the content type default to
14043         text/plain if the filename is not specified.
14044
14045 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14048         instead of insert-buffer.
14049
14050         * message.el (message-yank-original): Ditto; set the mark at the
14051         end of the yanked message.
14052
14053 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14056         lines to scroll rather than to stop it.
14057
14058         * mml.el (mml-generate-default-type): Add doc string.
14059         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14060         default to application/octet-stream when determining the content
14061         type if it is not specified for the part or the mml contents; add
14062         a comment about mml-generate-default-type.
14063
14064 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14067         make it default to application/octet-stream when determining the
14068         content type if it is not specified for the external contents.
14069
14070 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14073         segmented parameter but also other parameters might be there.
14074
14075 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * mm-decode.el (mm-display-external): Delete temp file, directory
14078         and buffer immediately if the external process is exited.
14079
14080 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14083         fewer lines than that of scroll-margin.
14084         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14085
14086 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (gnus-article-next-page): Revert.
14089         (gnus-article-beginning-of-window): New macro.
14090         (gnus-article-next-page-1): Use it.
14091         (gnus-article-prev-page): Ditto.
14092         (gnus-article-edit-part): Use insert-buffer-substring instead of
14093         insert-buffer.
14094         (gnus-article-edit-exit): Ditto.
14095
14096         * gnus-util.el (gnus-beginning-of-window): Remove.
14097         (gnus-end-of-window): Remove.
14098
14099         * lpath.el: Don't bind header-line-format and scroll-margin.
14100
14101 2005-07-25  Simon Josefsson  <jas@extundo.com>
14102
14103         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14104         to have the url package without w3.  Reported by Daiki Ueno
14105         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14106
14107 2005-07-20  Didier Verna  <didier@xemacs.org>
14108
14109         * gnus-diary.el: Remove the description comment (nndiary is now
14110         properly documented in the Gnus manual).
14111         Fix the spelling of "Back End".
14112         * nndiary.el: Ditto.
14113         Fix the copyright notice.
14114
14115 2005-07-18  Romain Francoise  <romain@orebokech.com>
14116
14117         * gnus-sum.el (gnus-summary-to-prefix)
14118         (gnus-summary-newsgroup-prefix): New variables.
14119         (gnus-summary-from-or-to-or-newsgroups): Use them.
14120
14121 2005-07-17  Romain Francoise  <romain@orebokech.com>
14122
14123         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14124         space as it's generally not especially interesting to the user.
14125
14126 2005-07-16  Romain Francoise  <romain@orebokech.com>
14127
14128         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14129         nil to avoid prompting and file modification if one of the
14130         messages at the top of the nnfolder file contains a copyright
14131         notice.
14132         Update copyright notice.
14133
14134         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14135         instead of `current-time-string' as the latter creates a time
14136         string that is not RFC 2822 compliant (it lacks the zone).
14137         Update copyright notice.
14138
14139 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14140
14141         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14142         for text/rtf.  Display default in prompt.  Pass default for M-n.
14143
14144         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14145
14146 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14147
14148         * gnus-msg.el (gnus-button-mailto):
14149         Remove save-selected-window-window hackery because it relies on
14150         save-selected-window internals.
14151
14152 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14155         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14156         (gnus-article-prev-page): Ditto.
14157
14158         * gnus-util.el (gnus-beginning-of-window): New function.
14159         (gnus-end-of-window): New function.
14160
14161         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14162
14163 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14164
14165         * gnus-score.el (gnus-score-edit-all-score):
14166         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14167         gnus-message.
14168
14169 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14170
14171         * gnus-msg.el (gnus-button-mailto):
14172         Remove save-selected-window-window hackery because it relies on
14173         save-selected-window internals.
14174
14175 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14178         add-minor-mode.
14179         (gnus-binary-mode): Ditto.
14180
14181         * gnus-topic.el (gnus-topic-mode): Ditto.
14182
14183 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14184
14185         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14186         (gnus-article-prev-page): Take scroll-margin into consideration.
14187
14188 2005-07-04  Lute Kamstra  <lute@gnu.org>
14189
14190         Update FSF's address in GPL notices.
14191
14192 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14193
14194         * gnus.el (gnus-exit):
14195         * gnus-group.el (gnus-group-icons):
14196         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14197
14198         * gnus-nocem.el (gnus-nocem):
14199         * message.el (message-various, message-buffers, message-sending)
14200         (message-interface, message-forwarding, message-insertion)
14201         (message-headers, message-news, message-mail):
14202         * pgg-gpg.el (pgg-gpg):
14203         * pgg-parse.el (pgg-parse):
14204         * pgg-pgp.el (pgg-pgp):
14205         * pgg-pgp5.el (pgg-pgp5):
14206         * pop3.el (pop3): Finish `defgroup' description with period.
14207
14208 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * gnus-art.el (article-display-face): Improve the efficiency.
14211         (article-display-x-face): Ditto; remove grey x-face stuff.
14212
14213 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-art.el (article-display-face): Correct the position in
14216         which Faces are inserted.
14217
14218 2005-06-29  Didier Verna  <didier@xemacs.org>
14219
14220         * gnus-art.el (article-display-face): Display faces in correct
14221         order.
14222
14223 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14226         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14227         (gnus-nocem-check-article): Fetch the Type header.
14228         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14229         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14230         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14231         make sure gnus-nocem-hashtb is initialized.
14232         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14233         (gnus-nocem-unwanted-article-p): Ditto.
14234
14235         * pgg.el (pgg-verify): Return the verification result.
14236
14237 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14238
14239         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14240         is ascii.
14241
14242 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14243
14244         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14245         `show-nonbreak-escape'.
14246
14247 2005-06-23  Lute Kamstra  <lute@gnu.org>
14248
14249         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14250
14251         * dig.el (dig-mode):
14252         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14253
14254 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14255
14256         * nnimap.el (nnimap-split-download-body): Fix spellings.
14257
14258 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14259
14260         * gnus-art.el (gnus-article-encrypt-body):
14261         * gnus-cus.el (gnus-score-customize):
14262         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14263         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14264
14265 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14266
14267         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14268         header by looking for magic "MII" at the beginnig.
14269
14270 2005-06-16  Miles Bader  <miles@gnu.org>
14271
14272         * gnus-xmas.el (gnus-xmas-group-startup-message):
14273         Use renamed gnus-splash face.
14274
14275         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14276         (assistant-field-face): New backward-compatibility alias for renamed
14277         face.
14278         (assistant-render-text): Use renamed assistant-field face.
14279
14280         * spam.el (spam): Remove "-face" suffix from face name.
14281         (spam-face): New backward-compatibility alias for renamed face.
14282         (spam-face, spam-initialize): Use renamed spam face.
14283
14284         * message.el (message-header-to, message-header-cc)
14285         (message-header-subject, message-header-newsgroups)
14286         (message-header-other, message-header-name)
14287         (message-header-xheader, message-separator, message-cited-text)
14288         (message-mml): Remove "-face" suffix from face names.
14289         (message-header-to-face, message-header-cc-face)
14290         (message-header-subject-face, message-header-newsgroups-face)
14291         (message-header-other-face, message-header-name-face)
14292         (message-header-xheader-face, message-separator-face)
14293         (message-cited-text-face, message-mml-face):
14294         New backward-compatibility aliases for renamed faces.
14295         (message-font-lock-keywords): Use renamed message faces.
14296
14297         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14298         (sieve-test-commands, sieve-tagged-arguments):
14299         Remove "-face" suffix from face names.
14300         (sieve-control-commands-face, sieve-action-commands-face)
14301         (sieve-test-commands-face, sieve-tagged-arguments-face):
14302         New backward-compatibility aliases for renamed faces.
14303         (sieve-control-commands-face, sieve-action-commands-face)
14304         (sieve-test-commands-face, sieve-tagged-arguments-face):
14305         Use renamed sieve faces.
14306
14307         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14308         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14309         (gnus-group-news-3-empty, gnus-group-news-4)
14310         (gnus-group-news-4-empty, gnus-group-news-5)
14311         (gnus-group-news-5-empty, gnus-group-news-6)
14312         (gnus-group-news-6-empty, gnus-group-news-low)
14313         (gnus-group-news-low-empty, gnus-group-mail-1)
14314         (gnus-group-mail-1-empty, gnus-group-mail-2)
14315         (gnus-group-mail-2-empty, gnus-group-mail-3)
14316         (gnus-group-mail-3-empty, gnus-group-mail-low)
14317         (gnus-group-mail-low-empty, gnus-summary-selected)
14318         (gnus-summary-cancelled, gnus-summary-high-ticked)
14319         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14320         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14321         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14322         (gnus-summary-low-undownloaded)
14323         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14324         (gnus-summary-low-unread, gnus-summary-normal-unread)
14325         (gnus-summary-high-read, gnus-summary-low-read)
14326         (gnus-summary-normal-read, gnus-splash):
14327         Remove "-face" suffix from face names.
14328         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14329         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14330         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14331         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14332         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14333         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14334         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14335         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14336         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14337         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14338         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14339         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14340         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14341         (gnus-summary-normal-ticked-face)
14342         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14343         (gnus-summary-normal-ancient-face)
14344         (gnus-summary-high-undownloaded-face)
14345         (gnus-summary-low-undownloaded-face)
14346         (gnus-summary-normal-undownloaded-face)
14347         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14348         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14349         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14350         (gnus-splash-face):
14351         New backward-compatibility aliases for renamed faces.
14352         (gnus-group-startup-message): Use renamed gnus faces.
14353
14354         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14355         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14356         (gnus-server-agent): Remove "-face" suffix from face names.
14357         (gnus-server-agent-face, gnus-server-opened-face)
14358         (gnus-server-closed-face, gnus-server-denied-face)
14359         (gnus-server-offline-face):
14360         New backward-compatibility aliases for renamed faces.
14361         (gnus-server-agent-face, gnus-server-opened-face)
14362         (gnus-server-closed-face, gnus-server-denied-face)
14363         (gnus-server-offline-face): Use renamed gnus faces.
14364
14365         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14366         Remove "-face" suffix from face names.
14367         (gnus-picon-xbm-face, gnus-picon-face):
14368         New backward-compatibility aliases for renamed faces.
14369
14370         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14371         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14372         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14373         (gnus-cite-11): Remove "-face" suffix from face names.
14374         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14375         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14376         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14377         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14378         New backward-compatibility aliases for renamed faces.
14379         (gnus-cite-attribution-face, gnus-cite-face-list)
14380         (gnus-article-boring-faces): Use renamed gnus faces.
14381
14382         * gnus-art.el (gnus-signature, gnus-header-from)
14383         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14384         (gnus-header-content): Remove "-face" suffix from face names.
14385         (gnus-signature-face, gnus-header-from-face)
14386         (gnus-header-subject-face, gnus-header-newsgroups-face)
14387         (gnus-header-name-face, gnus-header-content-face):
14388         New backward-compatibility aliases for renamed faces.
14389         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14390
14391         * gnus-sum.el (gnus-summary-selected-face)
14392         (gnus-summary-highlight): Use renamed gnus faces.
14393         * gnus-group.el (gnus-group-highlight): Likewise.
14394
14395 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14396
14397         * gnus-sieve.el (gnus-sieve-article-add-rule):
14398         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14399         * spam-stat.el (spam-stat-buffer-change-to-spam)
14400         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14401
14402         * message.el (message-is-yours-p):
14403         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14404
14405 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * mm-view.el (mm-inline-text): Withdraw the last change.
14408
14409 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14412         executing enriched-decode.
14413
14414 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14417         charset of tar files.
14418
14419 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14420
14421         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14422
14423 2005-06-04  Lute Kamstra  <lute@gnu.org>
14424
14425         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14426         information is never recorded.
14427
14428 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14429
14430         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14431
14432 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * pop3.el (pop3-apop): Run md5 in the binary mode.
14435
14436         * starttls.el (starttls-set-process-query-on-exit-flag):
14437         Use eval-and-compile.
14438
14439 2005-05-31  Simon Josefsson  <jas@extundo.com>
14440
14441         * smime.el (smime-replace-in-string): Define.
14442         (smime-cert-by-ldap-1): Use it.
14443
14444 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-art.el (article-display-x-face): Replace
14447         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14448
14449         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14450         set-process-query-on-exit-flag or process-kill-without-query.
14451
14452         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14453         loop instead of replace-regexp.
14454
14455         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14456         instead of process-kill-without-query if it is available.
14457
14458         * lpath.el: Fbind ldap-search-entries.
14459
14460         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14461         instead of find-file-hooks if it is available.
14462
14463         * mml1991.el: Bind pgg-default-user-id when compiling.
14464
14465         * mml2015.el: Bind pgg-default-user-id when compiling.
14466
14467         * nndraft.el (nndraft-request-associate-buffer):
14468         Use write-contents-functions instead of write-contents-hooks if it is
14469         available.
14470
14471         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14472         instead of find-file-hooks if it is available.
14473
14474         * nntp.el (nntp-open-connection): Replace
14475         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14476         (nntp-open-ssl-stream): Ditto.
14477         (nntp-open-tls-stream): Ditto.
14478
14479         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14480         set-process-query-on-exit-flag or process-kill-without-query.
14481         (starttls-open-stream-gnutls): Use it instead of
14482         process-kill-without-query.
14483         (starttls-open-stream): Ditto.
14484
14485 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14486
14487         * smime.el (smime-cert-by-ldap-1): Don't use
14488         replace-regexp-in-string.
14489
14490 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14491
14492         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14493
14494         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14495         in PEM format.  Adjust to the XEmacs compability.
14496
14497 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14500         by `string-to-number'.
14501         * gnus-agent.el (gnus-agent-regenerate-group)
14502         (gnus-agent-fetch-articles): Ditto.
14503         * gnus-art.el (gnus-button-fetch-group): Ditto.
14504         * gnus-cache.el (gnus-cache-generate-active)
14505         (gnus-cache-articles-in-group): Ditto.
14506         * gnus-group.el (gnus-group-set-current-level)
14507         (gnus-group-insert-group-line): Ditto.
14508         * gnus-score.el (gnus-score-set-expunge-below)
14509         (gnus-score-set-mark-below, gnus-summary-score-effect)
14510         (gnus-summary-score-entry): Ditto.
14511         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14512         (gnus-soup-pack): Ditto.
14513         * gnus-spec.el (gnus-xmas-format): Ditto.
14514         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14515         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14516         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14517         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14518         * nndb.el (nndb-get-remote-expire-response): Ditto.
14519         * nndiary.el (nndiary-parse-schedule-value)
14520         (nndiary-string-to-number, nndiary-request-replace-article)
14521         (nndiary-request-article): Ditto.
14522         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14523         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14524         * nneething.el (nneething-make-head): Ditto.
14525         * nnfolder.el (nnfolder-request-article)
14526         (nnfolder-retrieve-headers): Ditto.
14527         * nnheader.el (nnheader-file-to-number): Ditto.
14528         * nnkiboze.el (nnkiboze-request-article): Ditto.
14529         * nnmail.el (nnmail-process-unix-mail-format)
14530         (nnmail-process-babyl-mail-format): Ditto.
14531         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14532         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14533         (nnmh-request-create-group, nnmh-request-list-1)
14534         (nnmh-request-group, nnmh-request-article): Ditto.
14535         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14536         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14537         * nnsoup.el (nnsoup-make-active): Ditto.
14538         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14539         * nntp.el (nntp-find-group-and-number)
14540         (nntp-retrieve-headers-with-xover): Ditto.
14541         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14542         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14543         (pgg-format-key-identifier): Ditto.
14544         * pop3.el (pop3-last, pop3-stat): Ditto.
14545         * qp.el (quoted-printable-decode-region): Ditto.
14546
14547         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14548         of concat.
14549
14550 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14553
14554         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14555
14556         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14557
14558         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14559
14560         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14561
14562         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14563
14564         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14565         (gnus-carpal-mode): Ditto.
14566
14567         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14568         (gnus-browse-mode): Ditto.
14569
14570         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14571
14572         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14573
14574 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14575
14576         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14577
14578 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-util.el (gnus-run-mode-hooks): New function.
14581
14582         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14583
14584         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14585         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14586
14587 2005-05-27  Lute Kamstra  <lute@gnu.org>
14588
14589         * dns-mode.el (dns-mode): Specify customization group.
14590
14591 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14592
14593         * gnus-agent.el (gnus-agent-make-mode-line-string):
14594         Use mode-line-highlight as mouse-face.
14595
14596 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * canlock.el (canlock): Change the parent group to news.
14599
14600         * deuglify.el (gnus-outlook-deuglify): Add :group.
14601
14602         * dig.el (dig): Add :group.
14603
14604         * dns-mode.el (dns-mode): Add :group.
14605
14606         * encrypt.el (encrypt): Add :group.
14607
14608         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14609         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14610         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14611         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14612         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14613
14614         * gnus-diary.el (gnus-diary): Add :group.
14615
14616         * gnus.el (gnus-group-news-1-face): Add :group.
14617         (gnus-group-news-1-empty-face): Ditto.
14618         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14619         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14620         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14621         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14622         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14623         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14624         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14625         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14626         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14627         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14628         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14629         (gnus-summary-high-ticked-face): Ditto.
14630         (gnus-summary-low-ticked-face): Ditto.
14631         (gnus-summary-normal-ticked-face): Ditto.
14632         (gnus-summary-high-ancient-face): Ditto.
14633         (gnus-summary-low-ancient-face): Ditto.
14634         (gnus-summary-normal-ancient-face): Ditto.
14635         (gnus-summary-high-undownloaded-face): Ditto.
14636         (gnus-summary-low-undownloaded-face): Ditto.
14637         (gnus-summary-normal-undownloaded-face): Ditto.
14638         (gnus-summary-high-unread-face): Ditto.
14639         (gnus-summary-low-unread-face): Ditto.
14640         (gnus-summary-normal-unread-face): Ditto.
14641         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14642         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14643
14644         * hashcash.el (hashcash): New custom group.
14645         (hashcash-default-payment): Add :group.
14646         (hashcash-payment-alist): Ditto.
14647         (hashcash-default-accept-payment): Ditto.
14648         (hashcash-accept-resources): Ditto.
14649         (hashcash-path): Ditto.
14650         (hashcash-extra-generate-parameters): Ditto.
14651         (hashcash-double-spend-database): Ditto.
14652         (hashcash-in-news): Ditto.
14653
14654         * message.el (message-minibuffer-local-map): Add :group.
14655
14656         * netrc.el (netrc): Add :group.
14657
14658         * sieve-manage.el (sieve-manage-log): Add :group.
14659         (sieve-manage-default-user): Diito.
14660         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14661         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14662         (sieve-manage-authenticators): Ditto.
14663         (sieve-manage-authenticator-alist): Ditto.
14664         (sieve-manage-default-port): Ditto.
14665
14666         * sieve-mode.el (sieve-control-commands-face): Add :group.
14667         (sieve-action-commands-face): Ditto.
14668         (sieve-test-commands-face): Ditto.
14669         (sieve-tagged-arguments-face): Ditto.
14670
14671         * smime.el (smime): Add :group.
14672
14673         * spam-report.el (spam-report): Add :group.
14674
14675         * spam.el (spam, spam-face): Add :group.
14676
14677 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14678
14679         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14680         return \n.\n.\n at the end of articles.  Protect against that.
14681         (nntp-with-open-group): Allow debugging.
14682
14683         * nnheader.el (mail-header-set-extra): Make into a function
14684         because I just could't understand how to quote the list properly.
14685
14686         * dns.el (query-dns-cached): New function.
14687
14688 2005-05-26  Lute Kamstra  <lute@gnu.org>
14689
14690         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14691
14692 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14695
14696         * gnus-art.el: Don't autoload mail-extract-address-components.
14697
14698         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14699         eval-and-compile to evaluate it.
14700
14701         * hashcash.el: Don't autoload executable-find.
14702
14703         * nndb.el: Don't declare the nndb back end two or more times; don't
14704         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14705
14706         * nntp.el: Autoload format-spec instead of format; use
14707         eval-and-compile to evaluate autoload forms.
14708
14709 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14710
14711         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14712
14713 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14714
14715         * gnus.el (gnus-version-number): Bump version.
14716
14717 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14718
14719         * gnus.el: No Gnus v0.3 is released.
14720
14721 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14722
14723         * lpath.el (featurep): Bind show-nonbreak-escape.
14724
14725 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-art.el (gnus-article-edit-part): Disable undo.
14728
14729 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14732         gnus-article-date-lapsed-new-header is t if date timer is active;
14733         skip headers in which the original date value is empty.
14734         (gnus-article-save-original-date): Redefine it as a macro.
14735         (gnus-display-mime): Use it.
14736
14737 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-art.el (article-date-ut): Support converting date in
14740         forwarded parts as well.
14741         (gnus-article-save-original-date): New function.
14742         (gnus-display-mime): Use it.
14743
14744 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14745
14746         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14747         enclosure element of <item>.
14748
14749 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * message.el (message-kill-buffer-query): Rename from
14752         `message-kill-buffer-query-if-modified'.  Add :version.
14753
14754 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14757         window layout.
14758
14759 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * mml.el: Autoload dnd when compiling.
14762
14763 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14764
14765         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14766         x-dnd-*.
14767
14768 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * qp.el (quoted-printable-encode-region): Save excursion.
14771
14772 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14773
14774         * message.el (message-kill-buffer-query-if-modified): Add new variable
14775         so the user can kill a modified message buffer quickly.
14776         (message-kill-buffer): Use it.
14777
14778 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * lpath.el: Fbind display-time-event-handler; don't fbind
14781         string-to-multibyte.
14782
14783         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14784
14785 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14788         contained in text because xml.el decodes entities) with LFs.
14789
14790 2005-04-11  Lute Kamstra  <lute@gnu.org>
14791
14792         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14793         differently.
14794
14795 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14796
14797         * mm-util.el (mm-detect-coding-region): Typo.
14798
14799 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14802
14803 2005-04-06  Deepak Goel  <deego@gnufans.org>
14804
14805         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14806         user-function allow user modifications of the scores.
14807         (spam-stat-score-buffer-user): New function, to allow
14808         user-computed modifications to the score.
14809         (spam-stat-score-buffer-user-functions): List of additional
14810         scoring functions.
14811         (spam-stat-error-holder): Global temporary error holder.
14812         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14813         variable.
14814
14815 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14816
14817         * gnus-registry.el (gnus-registry-clean-empty-function)
14818         (gnus-registry-trim, gnus-registry-fetch-groups)
14819         (gnus-registry-delete-group): Groups that match
14820         `gnus-registry-ignored-groups' are removed from the registry
14821         entries, not just ignored for splitting.  This helps clean up the
14822         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14823         to get all the groups a message ID is in.
14824
14825         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14826         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14827         (spam-stat-score-buffer-user-functions): Add :number custom type.
14828
14829 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14832         argument in XEmacs.
14833
14834         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14835         (nnrss-request-group): Decode group name first.
14836         (nnrss-request-article): Make a text/plain article if mml-to-mime
14837         failed.
14838         (nnrss-get-encoding): Return a compatible encoding according to
14839         nnrss-compatible-encoding-alist.
14840         (nnrss-find-el): Use consp instead of listp.
14841         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14842
14843 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14846         which Emacs 20 doesn't support.
14847         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14848
14849 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14852         silence the byte compiler inside the defun.
14853
14854         * gnus-demon.el (parse-time-string): Add autoload.
14855
14856         * gnus-delay.el (parse-time-string): Add autoload.
14857
14858         * gnus-art.el (parse-time-string): Add autoload.
14859
14860         * nnultimate.el (parse-time): Require for `parse-time-string'.
14861
14862 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14865
14866         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14867
14868         * smime.el (smime-ldap-host-list): Add :version.
14869
14870 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14873         pass it to `gnus-browse-read-group'.
14874         (gnus-browse-read-group): Add NUMBER argument and pass it to
14875         `gnus-group-read-ephemeral-group'.
14876
14877         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14878         argument and pass it to `gnus-group-read-group'.
14879
14880 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14881
14882         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14883         mm-xemacs-find-mime-charset-1 if we have the mule feature
14884         available at runtime.
14885
14886 2005-03-25  Werner Lemberg  <wl@gnu.org>
14887
14888         * nnmaildir.el: Replace `illegal' with `invalid'.
14889
14890 2005-03-23  Lute Kamstra  <lute@gnu.org>
14891
14892         * time-date.el: Add comment on time value formats.
14893         Don't require parse-time.
14894         (with-decoded-time-value): New macro.
14895         (encode-time-value): New function.
14896         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14897         (days-to-time): Return a valid time value when arg is huge.
14898         (time-since): Use time-subtract.
14899         (time-to-number-of-days): Use time-to-seconds.
14900
14901 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14902
14903         * gnus-start.el (gnus-display-time-event-handler):
14904         Check display-time-timer at runtime rather than only at load time
14905         in case display-time-mode is turned off in the mean time.
14906
14907 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14910         used.
14911
14912         * nneething.el (nneething-map-file-directory): Derive from
14913         `gnus-directory'.
14914
14915         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14916         the To/Cc button.
14917
14918 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * nnmaildir.el (nnmaildir-request-accept-article):
14921         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14922
14923 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14924
14925         * gnus-async.el: Require timer-funcs at compile time when in
14926         XEmacs for `run-with-idle-timer'.
14927
14928 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14929
14930         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14931         autoloaded function.
14932
14933 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14934
14935         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14936
14937 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14938
14939         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14940
14941 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942
14943         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14944         Add gnus-expert-user to default.
14945
14946 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14947
14948         * nnimap.el (nnimap-open-server): Ditto.
14949
14950         * imap.el (imap-authenticate): Fix typo.
14951
14952 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14953
14954         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14955         buffer (since IMAP server might return FETCH response out of
14956         order, and the nntp buffer must be sorted).
14957
14958 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14959
14960         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14961         comparison on string.
14962
14963         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14964         (gnus-agent-score): Rename category keywords to match gnus-cus.
14965         (gnus-agent-summary-fetch-series): Modify to protect against
14966         gnus-agent-summary-fetch-group clearing processable flags.
14967         (gnus-agent-synchronize-group-flags): Update live group buffer as
14968         synchronization may occur due to the user toggle the plugged
14969         status.
14970         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14971         successfully downloaded.
14972         (gnus-agent-expire-group-1): Avoid using markers when the overview
14973         is in ascending order; greatly improves performance.
14974         (gnus-agent-regenerate-group):
14975         Use gnus-agent-synchronize-group-flags to reset read status in both
14976         gnus and server.
14977         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14978
14979 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * message.el: Don't autoload former message-utils variables.
14982         (message-strip-subject-trailing-was): Change doc string.
14983
14984         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14985         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14986         (nnweb-google-search): Add "hl=en" here.
14987         (nnweb-google-parse-1, nnweb-google-create-mapping):
14988         Don't hardcode URL.
14989
14990 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * message.el (message-get-reply-headers, message-followup):
14993         Mention related variables `message-use-followup-to' and
14994         `message-use-mail-followup-to', in the information buffer.
14995
14996         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14997         of broken groups(-beta).google.com.
14998
14999 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15000
15001         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15002         parameter to invoked gnus-request-move-article; remove the
15003         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15004         all at once instead of once per article.
15005         (gnus-summary-remove-process-mark): Accept a list of articles as
15006         well as a single article for processing.
15007
15008         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15009         parameter.
15010
15011         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15012
15013         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15014
15015         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15016         parameter.
15017
15018         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15019         parameter.
15020
15021         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15022         parameter and remove the gnus-sum-hint-move-is-internal variable.
15023
15024         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15025         parameter.
15026
15027         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15028         parameter.
15029
15030         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15031         parameter.
15032
15033         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15034
15035         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15036         parameter.
15037
15038         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15039         parameter.
15040
15041 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15042
15043         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15044         a more conservative way.
15045
15046 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15047
15048         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15049         buffer, so it moves the window's cursor.
15050
15051 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15052
15053         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15054         `mm-dissect-multipart' and receive the from field as an (optional)
15055         argument from `mm-dissect-multipart'.
15056         (mm-dissect-multipart): Receive the from field as an argument and
15057         pass it on when we call `mm-dissect-buffer' on MIME parts.
15058         Fixes verification/decryption of signed/encrypted MIME parts.
15059
15060 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15061
15062         * gnus-sum.el (gnus-summary-move-article):
15063         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15064         whatever it calls (right now, only nnimap-request-move article
15065         respects it).
15066
15067         * nnimap.el (nnimap-request-move-article):
15068         When gnus-sum-hint-move-is-internal is set, don't do the extra
15069         nnimap-request-article.
15070
15071 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15074
15075         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15076         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15077
15078         * gnus-sum.el (gnus-summary-caesar-message):
15079         Apply `gnus-treat-article' after rotation.
15080
15081         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15082         doc string.
15083
15084 2005-02-22  Simon Josefsson  <jas@extundo.com>
15085
15086         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15087         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15088         <arne@arnested.dk>.
15089         (encrypt): Add password-cache and password-cache-expiry as group
15090         members.
15091
15092 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15093
15094         * smime.el (smime-ldap-host-list): Doc fix.
15095         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15096         cache) password.
15097         (smime-sign-region): Use it.
15098         (smime-decrypt-region): Use it.
15099         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15100         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15101         fails.
15102         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15103         certificate from DER to PEM format rather than calling openssl.
15104
15105         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15106
15107         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15108         for signing/encryption.
15109
15110         * mml.el (mml-parse-1): Use them.
15111
15112 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15113
15114         * nnrss.el (nnrss-verbose): Remove.
15115         (nnrss-request-group): Use `nnheader-message' instead.
15116
15117 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15118
15119         * nnrss.el (nnrss-verbose): New variable.
15120         (nnrss-request-group): Make it say nnrss is requesting a group.
15121
15122 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15125         Handle news URL with given port correctly.
15126
15127 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15130         containing special characters.
15131
15132         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15133
15134         * mml.el (mime-to-mml): Ditto.
15135
15136         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15137         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15138         (rfc2047-decode-region): Quote decoded words containing special
15139         characters when rfc2047-quote-decoded-words-containing-tspecials
15140         is non-nil.
15141
15142 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15145
15146         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15147
15148 2005-02-15  Simon Josefsson  <jas@extundo.com>
15149
15150         * nnimap.el (nnimap-debug): Doc fix.
15151
15152         * imap.el (imap-debug): Doc fix.
15153
15154 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15157
15158 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15159
15160         * gnus.el (spam-contents): Improve docs for spam-contents
15161         parameter in its variable incarnation.
15162
15163 2005-02-14  Simon Josefsson  <jas@extundo.com>
15164
15165         * smime-ldap.el: Use require instead of load-library for ldap.
15166         (smime-ldap-search): Indent.
15167         (smime-ldap-search-internal): Shorten line.
15168
15169         * smime.el (smime-cert-by-dns): Add doc-string.
15170         (smime-cert-by-ldap-1): Indent.
15171
15172         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15173         mml-smime-get-dns-ldap.
15174         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15175
15176 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15177
15178         * smime.el: Require smime-ldap.
15179         (smime-ldap-host-list): New variable.
15180         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15181
15182         * mml-smime.el (mml-smime-encrypt-query): New function.
15183         (mml-smime-encrypt-query): Use it.
15184
15185         * smime-ldap.el: New file.
15186
15187 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15190
15191 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15194         argument in doc string.  Make query for type more clear.
15195
15196 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * gnus.el (gnus-group-startup-message): Search for gnus images in
15199         etc/images/gnus.
15200         * mm-util.el (mm-image-load-path): Likewise.
15201         * smiley.el (smiley-data-directory): Search for smilies in
15202         etc/images/smilies.
15203
15204 2005-02-09  Kim F. Storm  <storm@cua.dk>
15205
15206         Change Emacs release version from 21.4 to 22.1 throughout.
15207         Change Emacs development version from 21.3.50 to 22.0.50.
15208
15209 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15212
15213         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15214         non-Mule XEmacs as well.
15215         (mm-decompress-buffer): Signal an error intentionally if it does
15216         not decompress compressed data because auto-compression-mode is
15217         disabled.
15218
15219 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15220
15221         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15222         an ID in the registry even if it has no groups.
15223
15224 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15227         merge it into mm-decompress-buffer.
15228         (gnus-mime-copy-part): Use the MIME part charset, the value which
15229         a user specified or gnus-newsgroup-charset for decoding, like
15230         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15231         save-buffer what was used.  Suggested by Kevin Ryde
15232         <user42@zip.com.au>.
15233         (gnus-mime-inline-part): Allow the name parameter as well as the
15234         filename parameter; force decompressing of compressed data; always
15235         display contents being not decoded as unibyte.
15236
15237         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15238         as well as the filename parameter.
15239
15240         * mm-util.el (mm-decompress-buffer):
15241         Merge gnus-mime-jka-compr-maybe-uncompress.
15242         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15243         of compressed data.
15244
15245 2005-02-08  Simon Josefsson  <jas@extundo.com>
15246
15247         * imap.el (imap-log): Doc fix.
15248
15249 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15252         the coding cookies; decompress compressed parts.
15253
15254         * mml.el (mml-generate-mime-1): Add the charset parameter according
15255         to the value which a user specified manually or the coding cookie.
15256
15257         * mm-util.el (mm-string-to-multibyte): New function.
15258         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15259         (mm-coding-system-to-mime-charset): New function.
15260         (mm-decompress-buffer): New function.
15261         (mm-find-buffer-file-coding-system): New function.
15262
15263         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15264         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15265         parts.
15266
15267 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15268
15269         * mm-view.el (mm-display-inline-fontify): Decode a part according
15270         to the charset parameter.
15271
15272 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15275         prefix arg is neither nil nor a number, as info specifies.
15276
15277 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15280         timestamps.
15281
15282 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15283
15284         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15285         groups error checking and notify user.
15286
15287 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15288
15289         * message.el (message-send-mail-function): Check existence of
15290         sendmail-program first before using default value
15291         `message-send-mail-with-sendmail'.  Otherwise use more generic
15292         `smtpmail-send-it'.
15293
15294 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * nntp.el (nntp-request-update-info): Always return nil.
15297
15298 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15299
15300         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15301
15302 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15303
15304         * message.el (message-beginning-of-line): Change the behavior when
15305         invoked between BOL and : so that it first moves backward.
15306
15307 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15310         article buffer when editing of the article is discarded.
15311         (gnus-article-prepare): Revert.
15312
15313 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-art.el (gnus-article-prepare):
15316         Remove message-strip-forbidden-properties from the local hook.
15317
15318 2005-01-27  Simon Josefsson  <jas@extundo.com>
15319
15320         * password.el (password-cache-add): Only start one timer per key.
15321         Reported by Derek Atkins <warlord@MIT.EDU>.
15322
15323 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15324
15325         * run-at-time.el: Remove.  It is no longer needed as
15326         timer-funcs.el in the xemacs-base package has a working version of
15327         `run-at-time'.
15328
15329         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15330
15331         * password.el: Require timer-funcs instead of run-at-time in
15332         XEmacs.
15333         Remove `password-run-at-time' macro.
15334         (password-cache-add): Use `run-at-time' instead of
15335         `password-run-at-time'.
15336
15337         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15338         Remove `nnheader-cancel-function-timers' alias,
15339         `cancel-function-timers' exists in XEmacs in timer-funcs.
15340
15341         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15342         for `run-with-idle-timer'.
15343
15344         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15345         for `run-at-time'.
15346
15347         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15348         for `with-timeout'.
15349
15350         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15351         the same as for XEmacs 21.4.
15352         No need to ignore `run-with-idle-timer', this function exists in
15353         XEmacs now in timer-funcs.el in the xemacs-base package.
15354         (dgnushack-compile): No need to delete
15355         run-at-time.el from the list of files to compile because it
15356         doesn't exist anymore.
15357
15358 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15361         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15362
15363 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15364
15365         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15366         sensitively.
15367
15368 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15369
15370         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15371
15372 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15375         which will be inserted according to the multibyteness of a buffer
15376         rather than the type of contents.  Suggested by ARISAWA Akihiro
15377         <ari@mbf.ocn.ne.jp>.
15378
15379         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15380         of string which old xml.el may return rather than a string.
15381
15382 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15385
15386 2005-01-16  Simon Josefsson  <jas@extundo.com>
15387
15388         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15389         idn/idna.el isn't available.
15390         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15391         <michael@waxrat.com>.
15392
15393         * hashcash.el: Remove non-FSF copyright header.
15394
15395         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15396         (hashcash-generate-payment): Use it.
15397         (hashcash-generate-payment-async): Use it.
15398
15399 2005-01-15  Simon Josefsson  <jas@extundo.com>
15400
15401         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15402         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15403
15404         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15405         gnus-summary-idna-message.
15406         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15407         (gnus-summary-idna-message): New function.
15408
15409 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15412         gnus-novice-user.
15413
15414 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * nnrss.el (nnrss-request-delete-group): Delete entries in
15417         nnrss-group-alist as well.
15418         (nnrss-save-server-data): Insert newline.
15419
15420 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * gnus.el (gnus-user-agent): Use list of symbols instead of
15423         symbols.  Display full version number for (S)XEmacs.
15424         Optionally display (S)XEmacs codename.
15425
15426         * gnus-util.el (gnus-emacs-version): Update for new
15427         `gnus-user-agent'.
15428
15429         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15430         Gnus version.
15431
15432 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15435         which is unreadable in some setups.
15436
15437 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-spec.el (gnus-update-format-specifications): Flush the
15440         group format spec cache if it doesn't support decoded group names.
15441
15442 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15445         Allow to apply decay on score files matching a regexp.
15446
15447 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15450         compatibility in %g and %c.
15451
15452 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15455         name for only %g and %c.
15456         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15457         of gnus-tmp-group to decoded group name.
15458         (gnus-group-make-rss-group): Exclude `/'s from group names.
15459
15460 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * nnrss.el (nnrss-get-encoding): Fix regexp.
15463
15464 2004-12-27  Simon Josefsson  <jas@extundo.com>
15465
15466         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15467         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15468         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15469
15470 2004-12-17  Kim F. Storm  <storm@cua.dk>
15471
15472         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15473
15474         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15475
15476 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15477
15478         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15479
15480 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * nnrss.el: Require rfc2047 and mml.
15483         (nnrss-file-coding-system): New variable.
15484         (nnrss-format-string): Redefine it as an inline function.
15485         (nnrss-decode-group-name): New function.
15486         (nnrss-string-as-multibyte): Remove.
15487         (nnrss-retrieve-headers): Decode group name; don't use
15488         nnrss-format-string.
15489         (nnrss-request-group): Decode group name.
15490         (nnrss-request-article): Decode group name; allow a Message-ID as
15491         well as an article number; don't use nnrss-format-string; encode a
15492         Message-ID string which may contain non-ASCII characters; use
15493         mml-to-mime to compose a MIME article.
15494         (nnrss-request-expire-articles): Decode group name.
15495         (nnrss-request-delete-group): Decode group name.
15496         (nnrss-fetch): Clarify error message.
15497         (nnrss-read-server-data): Use insert-file-contents instead of load;
15498         bind file-name-coding-system; use multibyte buffer.
15499         (nnrss-save-server-data): Bind coding-system-for-write to the
15500         value of nnrss-file-coding-system; bind file-name-coding-system;
15501         add coding cookie.
15502         (nnrss-read-group-data): Use insert-file-contents instead of load;
15503         bind file-name-coding-system; use multibyte buffer.
15504         (nnrss-save-group-data): Bind coding-system-for-write to the
15505         value of nnrss-file-coding-system; bind file-name-coding-system.
15506         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15507         make it work with non-ASCII text.
15508         (nnrss-find-el): Make it work with old xml.el as well.
15509
15510 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15511
15512         * nnrss.el (nnrss-get-encoding): New function.
15513         (nnrss-fetch): Use unibyte buffer initially; bind
15514         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15515         decode contents according to the encoding attribute.
15516         (nnrss-save-group-data): Add coding cookie.
15517         (nnrss-mime-encode-string): New function.
15518         (nnrss-check-group): Use it to encode subject and author.
15519
15520 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15521
15522         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15523         imaginary variable.
15524
15525 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15528         correctly even if there are wide characters.
15529
15530 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15531
15532         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15533         downcased symbol names; make a new cache instead of reusing
15534         bbdb-hashtable.
15535
15536 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15539         concatenating segments rather than before concatenating them.
15540         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15541
15542         * message.el (message-get-reply-headers): Bind `extra'.
15543
15544 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545
15546         * message.el (message-extra-wide-headers): New variable.
15547         (message-get-reply-headers): Use it.
15548
15549 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15552         (gnus-agent-group-pathname): Ditto.
15553
15554         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15555
15556         * gnus-group.el (gnus-group-make-group): Decode group name.
15557         (gnus-group-make-rss-group): Register the group data after opening
15558         the nnrss group.
15559
15560 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15561
15562         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15563         by expiry now get marked as read.
15564
15565 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15568
15569 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15570
15571         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15572         unify Latin characters in XEmacs.
15573         (mm-find-mime-charset-region): Use it.
15574
15575 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-util.el (gnus-delete-directory): New function.
15578
15579         * gnus-agent.el (gnus-agent-delete-group): Use it.
15580
15581         * gnus-cache.el (gnus-cache-delete-group): Use it.
15582
15583 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15586         names.
15587
15588 2004-12-16  Simon Josefsson  <jas@extundo.com>
15589
15590         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15591
15592 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15595
15596         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15597         (gnus-group-set-current-level): Decode group name.
15598
15599 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15600
15601         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15602         failed.
15603
15604 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-group.el (gnus-group-delete-group): Decode group name.
15607         (gnus-group-make-rss-group): Encode group name.
15608         (gnus-group-catchup-current): Decode group name.
15609         (gnus-group-kill-group): Decode group name.
15610
15611 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15612
15613         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15614
15615 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-group.el (gnus-group-make-rss-group):
15618         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15619
15620         * gnus-start.el (gnus-setup-news): Honor user's setting to
15621         gnus-message-archive-method.  Suggested by Lute Kamstra
15622         <lute@gnu.org>.
15623
15624 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15625
15626         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15627         global counterparts of the buffer-local variables.
15628
15629 2004-11-16  Romain Francoise  <romain@orebokech.com>
15630
15631         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15632         counterparts of the buffer-local variables.
15633
15634 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * message.el (message-forbidden-properties): Fix typo in doc
15637         string.
15638
15639 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * gnus-util.el (gnus-replace-in-string): Add doc string.
15642
15643         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15644         to avoid problems when splitting mails with many recipients.
15645
15646 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15647
15648         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15649         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15650
15651 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15652
15653         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15654         if there is no hashtable in memory or file modification time is
15655         newer than cached timestamp.
15656
15657 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * gnus-sum.el (gnus-summary-limit-to-recipient):
15660         Implement not-matching option.
15661
15662 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15665         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15666         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15667         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15668         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15669         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15670
15671 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * message.el (message-forward-make-body-mml): Remove headers
15674         according to message-forward-ignored-headers if a message is decoded.
15675
15676 2004-12-02  Romain Francoise  <romain@orebokech.com>
15677
15678         * message.el (message-forward-make-body-plain): Always remove
15679         headers according to message-forward-ignored-headers.
15680
15681 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * spam.el (spam-summary-prepare-exit): Remove the
15684         gnus-summary-limit pop for now, it has problems with ham marks for
15685         me.
15686
15687 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15690         correctly.
15691
15692 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15693
15694         * format-spec.el (format-spec): Message the char.
15695
15696 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15697
15698         * gnus-art.el (gnus-split-methods): Reformat comments.
15699
15700         * spam.el (spam-summary-prepare-exit): Remove article limits
15701         before exiting the summary buffer.
15702
15703 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15706         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15707
15708         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15709         order to silence the byte compiler.
15710
15711         * spam.el: Fix the way to silence the byte compiler, which
15712         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15713         bbdb-search-simple, spam-BBDB-register-routine,
15714         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15715         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15716         spam-stat-buffer-is-spam, spam-stat-load,
15717         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15718         spam-stat-save and spam-stat-split-fancy.
15719
15720 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15723         which may confuse users.
15724         (canlock-password-for-verify): Ditto.
15725
15726         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15727
15728         * gnus-art.el (gnus-emphasis-alist): Ditto.
15729
15730         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15731
15732         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15733
15734         * gnus-start.el (gnus-save-killed-list): Ditto.
15735
15736         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15737         (gnus-sum-thread-tree-root): Ditto.
15738         (gnus-sum-thread-tree-false-root): Ditto.
15739         (gnus-sum-thread-tree-single-indent): Ditto.
15740
15741         * message.el (message-courtesy-message): Ditto.
15742         (message-archive-note): Ditto.
15743         (message-subscribed-address-file): Ditto.
15744         (message-user-fqdn): Ditto.
15745
15746         * spam-report.el (spam-report-gmane-regex): Ditto.
15747
15748         * spam.el (spam-blackhole-good-server-regex): Ditto.
15749
15750 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * mml.el (mml-preview): Widen the message buffer before copying
15753         the contents to the preview buffer; sort headers before previewing.
15754
15755         * message.el (message-hidden-headers): Fix the way to avoid a bug
15756         in the `repeat' widget in Emacs 21.3 or earlier.
15757
15758 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * message.el (message-hidden-headers): Default to "^References:".
15761         Improve customization type.  Suggested by Reiner Steib
15762         <Reiner.Steib@gmx.de>.
15763
15764 2004-11-25  Romain Francoise  <romain@orebokech.com>
15765
15766         * message.el (message-strip-forbidden-properties): Remove check for
15767         obsolete `message-hidden' text property, hidden headers are not
15768         accessible in the buffer anymore.
15769
15770 2004-11-22  Romain Francoise  <romain@orebokech.com>
15771
15772         * message.el (message-header-format-alist): Add `From' in list
15773         so that it can be sorted.
15774         (message-fix-before-sending): Widen and sort headers before
15775         sending.
15776         (message-hide-headers): Use narrowing to hide headers by moving
15777         them to the top of the buffer and narrowing to the region
15778         underneath.
15779
15780 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15781
15782         * message.el (message-strip-forbidden-properties):
15783         Bind buffer-read-only (etc) to nil.
15784
15785 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15788         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15789
15790 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15791
15792         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15793
15794 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * dns.el (query-dns): Use sit-for to time instead of
15797         accept-process-output, since that doesn't seem to work on udp
15798         sockets.
15799
15800 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15803
15804 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15805
15806         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15807         doc string.  Improve doc string.
15808
15809 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * nntp.el (nntp-request-update-info): Return nil if
15812         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15813         may not call gnus-activate-group which uselessly issues the GROUP
15814         commands for all nntp groups and wastes time.  Reported by Romain
15815         Francoise <romain@orebokech.com>.
15816
15817         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15818
15819 2004-11-15  Simon Josefsson  <jas@extundo.com>
15820
15821         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15822         headers separately.
15823         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15824         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15825
15826 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * gnus-start.el (gnus-convert-old-newsrc):
15829         Assign legacy-gnus-agent to 5.10.7.
15830
15831 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15832
15833         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15834         start of the lines.
15835
15836 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15837
15838         * hashcash.el (hashcash-default-payment): Change default to 20.
15839         (hashcash-default-accept-payment): Change default to 20.
15840         (hashcash-process-alist): New variable.
15841         (hashcash-generate-payment-async): Add.
15842         (hashcash-already-paid-p): Add.
15843         (hashcash-insert-payment): Don't generate payments twice.
15844         (hashcash-insert-payment-async): Add.
15845         (hashcash-insert-payment-async-2): Add.
15846         (hashcash-cancel-async): Add.
15847         (hashcash-wait-async): Add.
15848         (hashcash-processes-running-p): Add.
15849         (hashcash-wait-or-cancel): Add.
15850         (mail-add-payment): New optional argument.  Conditionally start
15851         asynchronous calculation.
15852         (mail-add-payment-async): Add.
15853
15854         * message.el (message-send-mail): Wait for asynchronous hashcash
15855         results.  Don't clobber existing X-Hashcash headers.
15856         (message-setup-1): Call mail-add-payment-async when
15857         message-generate-hashcash is non-nil.
15858
15859 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15860
15861         * message.el (message-use-alternative-email-as-from): Examine the
15862         From header as well; use message-make-from in order to include a
15863         user's full name.
15864
15865 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15868         default; improve customization type.
15869         (gnus-emphasis-custom-with-format): New macro.
15870         (gnus-emphasis-custom-value-to-external): New function.
15871         (gnus-emphasis-custom-value-to-internal): New function.
15872
15873 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15874
15875         * dns.el (query-dns): Resolve reverse addresses.
15876
15877 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * gnus-group.el (gnus-group-get-new-news): Use it.
15880
15881         * gnus-start.el (gnus-check-reasonable-setup): New function.
15882
15883 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15886         "Args out of range" error.  Reported by Arnaud Giersch
15887         <arnaud.giersch@free.fr>.
15888
15889 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15890
15891         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15892
15893 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15894
15895         * spam.el (spam group): Add :version.
15896
15897         * pgg-def.el (pgg group): Add :version.
15898
15899 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-art.el (gnus-article-edit-article): Don't associate the
15902         article buffer with a draft file.  This is a temporary measure
15903         against the 2004-08-22 change to gnus-article-edit-mode.
15904
15905 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15908         (html2text-format-tags): Remove unused variable `attr'.
15909
15910 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15913
15914         * tls.el (tls-process-connection-type, tls-success)
15915         (tls-certtool-program): Add :version.
15916
15917         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15918         (starttls-extra-arguments, starttls-process-connection-type)
15919         (starttls-connect, starttls-failure, starttls-success): Add :version.
15920
15921         * spam-stat.el (spam-stat): Add :version.
15922
15923         * sieve.el (sieve): Add :version.
15924
15925         * sha1.el (sha1): Add :version.
15926         (sha1-use-external): Remove redundant version.
15927
15928         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15929         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15930         (nnmail-split-fancy-match-partial-words)
15931         (nnmail-split-lowercase-expanded): Add :version.
15932
15933         * nndiary.el (nndiary): Add :version.
15934
15935         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15936
15937         * mml-sec.el (mml-default-sign-method)
15938         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15939         Add :version.
15940
15941         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15942
15943         * mm-url.el (mm-url-use-external, mm-url-program)
15944         (mm-url-arguments): Add :version.
15945
15946         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15947         (mm-attachment-file-modes, mm-decrypt-option)
15948         (mm-w3m-safe-url-regexp): Add :version.
15949
15950         * message.el (message-cite-prefix-regexp)
15951         (message-sendmail-envelope-from, message-minibuffer-local-map)
15952         (message-user-fqdn, message-completion-alist): Add :version.
15953
15954         * gnus-win.el (gnus-configure-windows-hook)
15955         (gnus-use-frames-on-any-display): Add :version.
15956
15957         * gnus-art.el (gnus-article-address-banner-alist)
15958         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15959         (gnus-treat-from-picon, gnus-treat-mail-picon)
15960         (gnus-treat-x-pgp-sig): Add :version.
15961
15962         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15963         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15964         (gnus-summary-article-delete-hook)
15965         (gnus-summary-display-while-building): Add :version.
15966
15967         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15968         (gnus-get-top-new-news-hook): Add :version.
15969
15970         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15971         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15972
15973         * gnus-registry.el (gnus-registry): Add :version.
15974
15975         * gnus-spec.el (gnus-use-correct-string-widths)
15976         (gnus-make-format-preserve-properties): Add :version.
15977
15978         * gnus.el (gnus-group-charter-alist)
15979         (gnus-group-fetch-control-use-browse-url)
15980         (gnus-install-group-spam-parameters): Add :version.
15981
15982         * gnus-diary.el (gnus-diary): Add :version.
15983
15984         * gnus-delay.el (gnus-delay): Add :version.
15985
15986         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15987         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15988         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15989         Add :version.
15990
15991         * gnus-agent.el (gnus-agent-max-fetch-size)
15992         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15993         (gnus-agent-prompt-send-queue): Add :version.
15994
15995         * deuglify.el (gnus-outlook-deuglify): Add :version.
15996
15997         * html2text.el: Beautify code.  Improve doc strings.
15998         Some checkdoc cleanup.
15999         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16000
16001 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16002
16003         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16004
16005 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16006
16007         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16008         when package is loaded.
16009
16010         * spam.el (spam-summary-score-preferred-header): Add global preference
16011         for people who want to override the default SpamAssassin over
16012         Bogofilter preference (when both are set).
16013         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16014         (spam-user-format-function-S):
16015         Check spam-summary-score-preferred-header.
16016         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16017         (spam-user-format-function-S): Format the score correctly.
16018
16019 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16022         signature file.  Suggested by Manoj Srivastava
16023         <srivasta@golden-gryphon.com>.
16024
16025         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16026         iso-2022-jp even in the Japanese language environment.
16027         Suggested by Jason Rumney <jasonr@gnu.org>.
16028
16029 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16032         use the same characters as the dummy marks; make it free from
16033         getting affected by the language environment.
16034         (gnus-summary-read-group-1): Update mark positions only when the
16035         format spec is updated.
16036
16037         * gnus-spec.el (gnus-update-format-specifications): Return a list
16038         of updated types.
16039
16040 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16043         of boundp to check if display-warning is available.
16044
16045 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16046
16047         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16048
16049 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * nnspool.el (nnspool-spool-directory): Use news-path if the
16052         news-directory variable is not bound.
16053
16054         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16055         function instead of display-warning if it is not available.
16056
16057 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16060         v5-10: Use `point-at-bol'.
16061
16062 2004-10-26  Simon Josefsson  <jas@extundo.com>
16063
16064         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16065         <chenggao@gmail.com>.
16066
16067 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16070         instead.
16071
16072 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16073
16074         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16075         to remove a server from the nnimap-server-buffer-alist.
16076         (nnimap-open-connection, nnimap-close-server): Use it.
16077
16078         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16079
16080 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16083         running the major-mode function.
16084
16085 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16088         dummy marks in the right way.
16089
16090 2004-10-18  David Edmondson  <dme@dme.org>
16091
16092         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16093         excessively.
16094
16095 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16096
16097         * gnus-util.el (gnus-split-references): Accept a nil references
16098         string and go on blissfully.
16099
16100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16101         cases where the references string is non-nil but has no references.
16102
16103         * encrypt.el: Add autoload tags.
16104
16105         * spam.el (spam-resolve-registrations-routine): Remove article
16106         from unregistration list too.  Reported by David Hanak
16107         <dhanak@isis.vanderbilt.edu>
16108
16109 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16112         nil.  Change custom type.
16113
16114 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16117
16118         * gnus-sum.el (gnus-summary-move-article): Use it.
16119
16120 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * encrypt.el: Add autoload cookies.
16123
16124         * spam.el (spam-backend-article-list-property)
16125         (spam-backend-get-article-todo-list)
16126         (spam-backend-put-article-todo-list)
16127         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16128         Resolve registrations separately.
16129         (spam-register-routine): Format comments.
16130         (spam-unregister-routine, spam-register-routine): Always call with
16131         specific-articles, no default list.
16132         (spam-summary-prepare-exit): Use the spam-classifications function.
16133
16134         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16135         gnus-encrypt.el.
16136
16137         * encrypt.el: Copied from gnus-encrypt.el.
16138
16139         * gnus-encrypt.el: Commented that it's obsolete.
16140
16141 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16142
16143         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16144         (gnus-score-save): Use it.
16145
16146         * message.el (message-bury): Use `window-dedicated-p'.
16147
16148 2004-10-15  Simon Josefsson  <jas@extundo.com>
16149
16150         * pop3.el (top-level): Don't require nnheader.
16151         (pop3-read-timeout): Add.
16152         (pop3-accept-process-output): Add.
16153         (pop3-read-response, pop3-retr): Use it.
16154
16155 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16156
16157         * spam.el (spam-register-routine): Move comment.
16158         (spam-verify-bogofilter): Use 'unknown for the initial
16159         spam-bogofilter-valid state, not 'never.
16160
16161         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16162         for netrc-machine.
16163
16164         * nnimap.el (nnimap-open-connection):
16165         Use netrc-machine-user-or-password.
16166
16167 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16168
16169         * gnus-registry.el (gnus-registry-unload-hook):
16170         Set as a variable with add-hook.
16171
16172         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16173         of news-path.
16174
16175         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16176
16177         * spam.el: Delete duplicate `provide'.
16178         (spam-unload-hook): Set as a variable with add-hook.
16179
16180 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16183         in the doc string.
16184
16185         * message.el (message-ignored-news-headers)
16186         (message-ignored-supersedes-headers)
16187         (message-ignored-resent-headers)
16188         (message-forward-ignored-headers): Improve custom type.
16189
16190 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * message.el (message-tokenize-header): Fix 2004-09-06 change
16193         which used point-min in the wrong place.
16194
16195 2004-10-12  Simon Josefsson  <jas@extundo.com>
16196
16197         * tls.el (tls-certtool-program): New variable.
16198         (tls-certificate-information): New function, based on
16199         ssl-certificate-information.
16200
16201 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * compface.el: Move the version of ELisp-based uncompface program
16204         to the contrib directory because of the copyright problem.
16205
16206 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * message.el (message-kill-buffer): Raise the current frame.
16209
16210 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16213
16214         * gnus.el (message-y-or-n-p): Autoload.
16215
16216         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16217         (pop3-password-required, pop3-authentication-scheme)
16218         (pop3-leave-mail-on-server): Make customizable.
16219         (pop3): New custom group.
16220         (pop3-retr): Remove `sleep-for' statements.
16221         Suggested by Dave Love <fx@gnu.org>.
16222
16223         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16224         Windows/DOS.
16225
16226         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16227         (imap-parse-body): Fix incorrect use of `assert'.
16228         Suggested by Dave Love <fx@gnu.org>.
16229
16230         * mml.el (mml-minibuffer-read-disposition): Require match.
16231         Suggested by Dave Love <fx@gnu.org>.
16232
16233 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16234
16235         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16236         doc string.
16237
16238 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16241
16242 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16243
16244         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16245         instead of calling `mm-insert-inline', to decode text/* parts
16246         before displaying them.
16247
16248 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * mm-uu.el (mm-uu-text-plain-type): New variable.
16251         (mm-uu-pgp-signed-extract-1): Use it.
16252         (mm-uu-pgp-encrypted-extract-1): Use it.
16253         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16254         bind mm-uu-text-plain-type with that value.
16255         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16256         mm-uu-dissect.
16257
16258 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * gnus-group.el (gnus-update-group-mark-positions):
16261         * gnus-sum.el (gnus-update-summary-mark-positions):
16262         * message.el (message-check-news-body-syntax):
16263         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16264         of string-as-multibyte.
16265
16266 2004-10-05  Juri Linkov  <juri@jurta.org>
16267
16268         * gnus-group.el (gnus-update-group-mark-positions):
16269         * gnus-sum.el (gnus-update-summary-mark-positions):
16270         * message.el (message-check-news-body-syntax):
16271         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16272         8-bit unibyte values to a multibyte string for search functions.
16273
16274 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16277         (mm-uu-dissect-text-parts): New function.
16278
16279         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16280         dissect text parts.
16281
16282         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16283         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16284
16285         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16286
16287         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16288         Use gnus-current-topics instead of gnus-current-topic.
16289
16290 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16291
16292         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16293
16294 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16295
16296         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16297         where approriate.
16298
16299         * nnml.el (nnml-generate-active-info): do.
16300
16301         * nndiary.el (nndiary-generate-active-info): do.
16302
16303         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16304         (gnus-topic-move): do.
16305
16306         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16307         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16308
16309         * gnus-srvr.el (gnus-server-prepare)
16310         (gnus-server-open-all-servers): do.
16311
16312         * gnus-msg.el (gnus-summary-cancel-article)
16313         (gnus-summary-resend-message)
16314         (gnus-summary-mail-crosspost-complaint): do.
16315
16316         * gnus-move.el (gnus-change-server): do.
16317
16318         * gnus-group.el (gnus-group-unmark-all-groups)
16319         (gnus-group-set-current-level): do.
16320
16321 2004-10-04  Simon Josefsson  <jas@extundo.com>
16322
16323         * message.el (message-generate-hashcash): Doc fix.
16324
16325 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16326
16327         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16328         avoid infinite recursion via gnus-get-function.
16329
16330 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16333
16334         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16335
16336         * nnmail.el (nnmail-split-history): do.
16337
16338         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16339         (nnml-request-delete-group): do.
16340
16341         * nnslashdot.el (nnslashdot-read-groups): do.
16342
16343         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16344         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16345
16346         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16347         (nnspool-sift-nov-with-sed): Use last.
16348         (nnspool-retrieve-headers-with-nov): Use mapc.
16349         (nnspool-request-newgroups): Use dolist.
16350         (nnspool-request-group): Use last.
16351
16352         * nntp.el (nntp-read-server-type): Use dolist.
16353
16354         * nnvirtual.el (nnvirtual-create-mapping)
16355         (nnvirtual-update-read-and-marked): Use dolist.
16356         (nnvirtual-convert-headers): Simplify.
16357
16358 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16359
16360         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16361         Add support for sync'ing tick marks.
16362
16363 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16366         there's no visible header.
16367
16368 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16369
16370         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16371         When necessary, pass full group name to gnus-request-set-marks.
16372
16373 2004-10-01  Simon Josefsson  <jas@extundo.com>
16374
16375         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16376         acroread.
16377
16378 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16379
16380         * spam-report.el (spam-report-gmane): Fix interactive.
16381
16382         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16383
16384         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16385         when writing file.
16386         (gnus-agent-synchronize-flags): Don't default to being
16387         interactive.
16388
16389 2004-09-30  Simon Josefsson  <jas@extundo.com>
16390
16391         * message.el (message-generate-hashcash): Add.
16392         (message-send-mail): Use it, call mail-add-payment.
16393
16394 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16395
16396         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16397
16398 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16399
16400         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16401         gnus-requst-update-info with explicit code to sync the in-memory
16402         info read flags with the marks being sync'd to the backend.
16403
16404         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16405
16406 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16407
16408         * spam.el (spam-verify-bogofilter): Add new function.
16409         (spam-check-bogofilter)
16410         (spam-bogofilter-register-with-bogofilter): Use it.
16411         (spam-verify-bogofilter): Add small fixes.
16412
16413 2004-09-28  Simon Josefsson  <jas@extundo.com>
16414
16415         * hashcash.el (hashcash-generate-payment): Revert.
16416
16417 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16418
16419         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16420         Use gnus-extract-references instead of gnus-split-references.
16421
16422         * gnus-util.el (gnus-extract-references): Add new function, analogous
16423         to gnus-split-references but extracts only the message-ID without
16424         anything extra.
16425
16426         * hashcash.el (hashcash-generate-payment)
16427         (hashcash-check-payment): Do the right thing if hashcash-path is
16428         nil (because the hashcash program could not be found).
16429
16430         * spam.el (spam-use-hashcash): Remove comment.
16431
16432 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16433
16434         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16435         (gnus-cache-enter-article, gnus-cache-remove-article)
16436         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16437
16438         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16439
16440         * gnus-art.el (article-hide-boring-headers)
16441         (article-translate-strings, article-display-face)
16442         (gnus-article-mime-match-handle-first)
16443         (gnus-article-highlight-headers)
16444         (gnus-article-add-buttons-to-head): do.
16445
16446 2004-09-27  Simon Josefsson  <jas@extundo.com>
16447
16448         * hashcash.el: New version, from
16449         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16450         ../contrib/.
16451
16452 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16455
16456 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16457
16458         * gnus-dup.el (gnus-dup-open): Use mapc.
16459         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16460
16461         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16462         Reported by Stefan Wiens <s.wi@gmx.net>.
16463
16464         * gnus.el (gnus-shutdown): Use dolist.
16465
16466         * gnus-undo.el (gnus-undo): Use mapc.
16467
16468         * nnrss.el (nnrss-generate-active): do.
16469
16470         * message.el (message-cite-original-without-signature)
16471         (message-cite-original): Use mapc.
16472         (message-do-actions, message-make-forward-subject): Use dolist.
16473
16474 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16475
16476         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16477         deletion to remove entire duplicate line.  Fixes merged article
16478         number bug.
16479
16480 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16481
16482         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16483         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16484         first ask if you want to open a server and then, even when you
16485         responded with no, asking if you want to synchronize the server's
16486         flags.
16487         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16488         multi-line expressions.
16489         (gnus-agent-synchronize-group-flags): New internal function.
16490         Updates marks in memory (in the info structure) AND in the
16491         backend.
16492
16493         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16494
16495         * nnagent.el (nnagent-request-set-mark):
16496         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16497         method, to ensure that synchronization updates marks in the
16498         backend and in the info (in memory) structure.
16499
16500 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16503         convention fully; don't miss the root article of a thread; make
16504         the X-Draft-From header with correct article numbers.
16505
16506 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16507
16508         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16509         unless plugged.  Disable the agent so that an open failure causes
16510         an error.
16511
16512         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16513         Revert 2004-09-21 change.  The backend must be opened while
16514         synchronizing flags even when the backend stores the flags
16515         locally.
16516
16517 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16520         in `header' match.  Reported by Svend Tollak Munkejord.
16521
16522         * message.el (message-cite-original): Fix use of
16523         `message-cite-articles-with-x-no-archive'.
16524
16525 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16528         (gnus-window-to-buffer): Ditto.
16529
16530         * mml.el (mml-preview-buffer): New variable.
16531         (mml-preview): Manage window layout with gnus-buffer-configuration.
16532
16533         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16534         X-Draft-From header even if those articles aren't quoted.
16535
16536 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16537
16538         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16539         (gnus-request-set-mark, gnus-request-update-mark): Use new
16540         g-s-t-u-l-m to decide to use backend even when unplugged.
16541
16542 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16545         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16546
16547 2004-09-20  Simon Josefsson  <jas@extundo.com>
16548
16549         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16550         "utf-16-le".
16551
16552 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16553
16554         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16555
16556 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * uudecode.el (uudecode-use-external): Add :version.
16559
16560         * smime.el (smime-CA-file, smime-encrypt-cipher)
16561         (smime-dns-server): Add :version.
16562
16563         * smiley.el (gnus-smiley-file-types): Add :version.
16564
16565         * sha1.el (sha1-use-external): Add :version.
16566
16567         * pgg-def.el (pgg-query-keyserver): Add :version.
16568
16569         * nnmail.el (nnmail-fancy-expiry-targets)
16570         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16571         Add :version.
16572
16573         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16574         (nnimap-retrieve-groups-asynchronous): Add :version.
16575         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16576
16577         * mml.el (mml-content-disposition-parameters)
16578         (mml-insert-mime-headers-always): Add :version.
16579
16580         * mm-util.el (mm-coding-system-priorities): Add :version.
16581
16582         * mm-decode.el (mm-inline-text-html-with-images)
16583         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16584         (mm-verify-option): Add :version.
16585         (mm-text-html-renderer): Change :version.
16586
16587         * message.el (message-fcc-externalize-attachments)
16588         (message-required-headers, message-draft-headers)
16589         (message-subject-trailing-was-query)
16590         (message-subject-trailing-was-ask-regexp)
16591         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16592         (message-mark-insert-end, message-archive-header)
16593         (message-archive-note, message-cross-post-default)
16594         (message-cross-post-note, message-followup-to-note)
16595         (message-cross-post-note-function, message-use-mail-followup-to)
16596         (message-subscribed-address-functions)
16597         (message-subscribed-address-file, message-subscribed-addresses)
16598         (message-subscribed-regexps, message-allow-no-recipients)
16599         (message-yank-cited-prefix, message-signature-insert-empty-line)
16600         (message-hidden-headers, message-hierarchical-addresses)
16601         (message-mail-user-agent, message-use-idna)
16602         (message-valid-fqdn-regexp)
16603         (message-strip-special-text-properties, message-header-synonyms)
16604         (message-beginning-of-line, message-tab-body-function): Add :version.
16605         (message-insert-canlock, message-wide-reply-confirm-recipients):
16606         Change :version.
16607
16608         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16609         and :version.
16610         (mail-source-delete-old-incoming-confirm)
16611         (mail-source-movemail-program): Add :version.
16612
16613         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16614         (gnus-agent-cache, gnus-agent): Change :version.
16615
16616         * gnus-util.el (gnus-use-byte-compile): Change :version.
16617
16618         * gnus-sum.el (gnus-summary-make-false-root-always)
16619         (gnus-summary-default-high-score)
16620         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16621         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16622         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16623         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16624         (gnus-sum-thread-tree-single-indent)
16625         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16626         (gnus-sum-thread-tree-leaf-with-other)
16627         (gnus-sum-thread-tree-single-leaf): Add :version.
16628         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16629         (gnus-article-loose-mime): Change :version.
16630
16631         * gnus-start.el (gnus-backup-startup-file)
16632         (gnus-save-startup-file-via-temp-buffer): Add :version.
16633
16634         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16635         (gnus-server-offline-face): Add :version.
16636
16637         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16638
16639         * gnus-msg.el (gnus-gcc-externalize-attachments)
16640         (gnus-debug-files, gnus-debug-exclude-variables)
16641         (gnus-discouraged-post-methods): Change :version.
16642         (gnus-confirm-mail-reply-to-news)
16643         (gnus-confirm-treat-mail-like-news): Add :version.
16644
16645         * gnus-int.el (gnus-server-unopen-status): Add :version.
16646
16647         * gnus-group.el (gnus-group-jump-to-group-prompt)
16648         (gnus-large-ephemeral-newsgroup)
16649         (gnus-fetch-old-ephemeral-headers): Add :version.
16650
16651         * gnus-fun.el (gnus-x-face-directory)
16652         (gnus-convert-pbm-to-x-face-command)
16653         (gnus-convert-image-to-x-face-command)
16654         (gnus-convert-image-to-face-command): Add :version.
16655
16656         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16657
16658         * gnus-cite.el (gnus-cite-blank-line-after-header)
16659         (gnus-article-boring-faces): Add :version.
16660
16661         * gnus-art.el (gnus-buttonized-mime-types)
16662         (gnus-inhibit-mime-unbuttonizing)
16663         (gnus-treat-display-face)
16664         (gnus-treat-body-boundary): Change :version.
16665         (gnus-body-boundary-delimiter, gnus-picon-databases)
16666         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16667         (gnus-treat-date-english, gnus-treat-fold-headers)
16668         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16669         (gnus-treat-mail-picon, gnus-treat-wash-html)
16670         (gnus-article-encrypt-protocol)
16671         (gnus-use-idna, gnus-article-over-scroll)
16672         (gnus-mime-display-multipart-alternative-as-mixed)
16673         (gnus-mime-display-multipart-related-as-mixed)
16674         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16675         (gnus-ctan-url, gnus-button-ctan-handler)
16676         (gnus-button-handle-ctan-bogus-regexp)
16677         (gnus-button-ctan-directory-regexp)
16678         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16679         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16680         (gnus-button-man-level, gnus-button-emacs-level)
16681         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16682
16683         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16684         (gnus-agent-go-online): Change :version.
16685         (gnus-agent-expire-unagentized-dirs)
16686         (gnus-agent-auto-agentize-methods): Add :version.
16687
16688         * flow-fill.el (fill-flowed-display-column)
16689         (fill-flowed-encode-column): Add :version.
16690
16691         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16692         (gnus-outlook-deuglify-unwrap-max)
16693         (gnus-outlook-deuglify-cite-marks)
16694         (gnus-outlook-deuglify-unwrap-stop-chars)
16695         (gnus-outlook-deuglify-no-wrap-chars)
16696         (gnus-outlook-deuglify-attrib-cut-regexp)
16697         (gnus-outlook-deuglify-attrib-verb-regexp)
16698         (gnus-outlook-deuglify-attrib-end-regexp)
16699         (gnus-outlook-display-hook): Add :version.
16700
16701         * binhex.el (binhex-use-external): Add :version.
16702
16703 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16706         and `invisible'.
16707
16708 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16709
16710         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16711         in gnus-registry-trim.
16712
16713 2004-09-13  Simon Josefsson  <jas@extundo.com>
16714
16715         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16716
16717         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16718
16719         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16720         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16721         <yamaoka@jpl.org>.
16722         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16723         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16724         <yamaoka@jpl.org>.
16725
16726         * sieve.el (sieve-manage-mode): Ditto.
16727
16728 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16731
16732 2004-09-11  Simon Josefsson  <jas@extundo.com>
16733
16734         * dns-mode.el: Add.
16735
16736         * mm-view.el (mm-display-dns-inline): Add.
16737
16738         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16739         (mm-automatic-display): Ditto.
16740
16741         * mailcap.el (mailcap-mime-data): Add text/dns.
16742         (mailcap-mime-extensions): Map .soa to text/dns.
16743
16744 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16745
16746         * gnus-art.el (article-decode-mime-words, article-babel)
16747         (gnus-article-highlight-signature, gnus-article-add-buttons)
16748         (gnus-signature-toggle): Remove unnecessary bindings of
16749         `inhibit-read-only' inherited from v5.10 merge.
16750
16751 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * nntp.el (nntp): New customization group.
16754         (nntp-authinfo-file): Add customization group.
16755
16756         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16757
16758         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16759
16760         * gnus.el (to-address, to-list, subscribed)
16761         (large-newsgroup-initial): Ditto.
16762
16763         * flow-fill.el (fill-flowed-display-column)
16764         (fill-flowed-encode-column): Ditto.
16765
16766 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16767
16768         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16769         Use point-min rather than 1.
16770         (message-send-mail): Use buffer-size rather than point-max.
16771
16772         * gnus-sum.el (gnus-summary-search-article-forward):
16773         Signal a specific `search-failed' rather than a generic `error'.
16774
16775         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16776         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16777         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16778
16779 2004-09-10  Simon Josefsson  <jas@extundo.com>
16780
16781         * nndb.el (require): Remove tcp and duplicate cl.
16782
16783 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * gnus-agent.el (directory-files-and-attributes): Move forward.
16786
16787 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16788
16789         * gnus-agent.el (directory-files-and-attributes):
16790         Optionally defined to support XEmacs.
16791
16792 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16793
16794         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16795         to avoid run-time CL dependencies.
16796         (gnus-agent-unfetch-articles): New function.
16797         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16798         article numbers even when local .overview file is missing.
16799         (gnus-agent-read-article-number): New function.  Only accepts
16800         27-bit article numbers.
16801         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16802         Use gnus-agent-read-article-number.
16803         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16804         from backend while recognizing that article numbers in .overview
16805         must be valid.
16806         (gnus-agent-update-files-total-fetched-for):
16807         Use directory-files-and-attributes to improve performance.
16808         * gnus-int.el (gnus-request-move-article):
16809         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16810         improve performance.
16811
16812         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16813         some users confused by references to .newsrc when they only have a
16814         .newsrc.eld file.
16815         (gnus-convert-mark-converter-prompt)
16816         (gnus-convert-converter-needs-prompt): Fix use of property list.
16817         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16818         New function.  Used internally to only display 'gnus converting
16819         files' message when actually necessary.
16820
16821         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16822         methods now autoloaded.
16823
16824 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16827         identifiers.
16828
16829 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * gnus-picon.el: Fix indentation and closing parenthesis.
16832
16833 2004-09-01  Simon Josefsson  <jas@extundo.com>
16834
16835         * message.el (message-canlock-generate): Require sha1, not
16836         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16837         to require within a function.  Sadly, if sha1.el isn't loaded, the
16838         let binding in m-c-g will hide the defcustom definition, which is
16839         bad.)
16840
16841         * canlock.el: Require sha1, not sha1-el.
16842
16843         * message.el: Don't autoload sha1 (there is a autoload cookie in
16844         sha1.el).
16845
16846         * sha1-el.el: Rename to sha1.el.
16847
16848 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16849
16850         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16851
16852 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16853
16854         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16855
16856 2004-08-30  Kim F. Storm  <storm@cua.dk>
16857
16858         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16859
16860         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16861         Add :group 'nnimap.
16862
16863 2004-08-30  Andreas Schwab  <schwab@suse.de>
16864
16865         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16866         ?* and ?\;.
16867
16868         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16869         and ?\' to symbol instead of whitespace.
16870
16871 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16874
16875         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16876         instead of re-search-forward.
16877
16878         * gnus-uu.el (gnus-uu-save-article): Ditto.
16879         (gnus-uu-post-encode-uuencode): Ditto.
16880
16881         * html2text.el (html2text-clean-list-items): Ditto.
16882         (html2text-clean-dtdd): Ditto.
16883         (html2text-format-tags): Ditto.
16884
16885         * message.el (message-send-mail-with-sendmail): Fix regexp.
16886         (message-fill-field-general): Use search-forward instead of
16887         re-search-forward.
16888         (unbold-region): Ditto.
16889
16890         * nnrss.el (nnrss-request-article): Ditto.
16891
16892         * nnslashdot.el (nnslashdot-request-article): Ditto.
16893
16894         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16895
16896         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16897         "Unrecognized menu descriptor" error in XEmacs.
16898
16899 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16900
16901         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16902         parent article of a sparse article in the thread hashtb.
16903
16904 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16905
16906         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16907         (nnmail-expand-newtext): Lowercase expanded entries if
16908         nnmail-split-lowercase-expanded is non-nil.
16909
16910 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16913
16914         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16915         of gnus-tmp-news-method into string under XEmacs.  It will be
16916         passed to gnus-correct-length which takes only a string argument.
16917
16918 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-util.el (gnus-bind-print-variables): New macro.
16921         (gnus-prin1): Use it.
16922         (gnus-prin1-to-string): Use it.
16923         (gnus-pp): New function.
16924         (gnus-pp-to-string): New function.
16925
16926         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16927         Replace pp-to-string with gnus-pp-to-string.
16928         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16929         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16930         * gnus-msg.el (gnus-debug): Ditto.
16931         * gnus-score.el (gnus-score-save): Ditto.
16932         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16933         gnus-pp-to-string.
16934         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16935         with gnus-pp.
16936         * score-mode.el (gnus-score-pretty-print): Ditto.
16937         * webmail.el (webmail-debug): Ditto.
16938
16939 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-art.el (article-display-face, article-display-x-face):
16942         Use buffer-read-only.
16943
16944 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-art.el (article-hide-list-identifiers):
16947         Bind inhibit-read-only as t.
16948
16949 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16952
16953 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16954
16955         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16956         (gnus-narrow-to-page): Don't assume point-min == 1.
16957         (gnus-article-edit-mode): Derive from message-mode.
16958
16959         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16960         point-min == 1.
16961
16962         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16963         Disable incorrect use of `assert'.
16964
16965         * message.el (message-mode): Set comment-start-skip.
16966
16967
16968 2004-08-22  Sam Steingold  <sds@gnu.org>
16969
16970         * pop3.el (pop3-leave-mail-on-server): New user variable.
16971         (pop3-movemail): Delete mail only when it is nil.
16972
16973 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16976
16977         * mml.el (mml-preview): Use `pop-to-buffer'.
16978
16979         * message.el (message-goto-mail-followup-to): Insert after "To".
16980         (message-carefully-insert-headers): Add comment.
16981
16982         * gnus.el: Remove unused variable `gnus-article-check-size'.
16983
16984         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16985
16986         * gnus-art.el (gnus-button-alist):
16987         Improve `gnus-button-handle-library' entry.
16988
16989 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16990
16991         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16992         Use downcase, since XEmacs capitalizes error messages differently.
16993
16994 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16995
16996         * nntp.el: Add (require 'gnus) due to reference to
16997         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16998
16999 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17000
17001         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17002         Bind `mm-fill-flowed'.
17003
17004         * mm-decode.el (mm-dissect-singlepart): Check it.
17005
17006 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17009         'imap' for netrc parsing.
17010
17011 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * mailcap.el (mailcap-mime-data): Mark as risky.
17014
17015 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17018         may be included in the encoded word.
17019         (rfc2047-encode): Don't append a space if the encoded word
17020         includes close parenthesis.
17021
17022 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17025         of text within parentheses.
17026
17027 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17028
17029         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17030         (gnus-encrypt-write-file-contents): Make the password key the file
17031         name PLUS the cipher, not just the cipher.  Also remove failed
17032         passwords from the cache.
17033
17034 2004-08-06  Simon Josefsson  <jas@extundo.com>
17035
17036         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17037         Doc fix.
17038
17039 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17042         LWSP.
17043
17044 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17047         Try to append in-reply-to: data to the references: header.
17048
17049         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17050         (netrc-parse): Use gnus-encrypt.el functions.
17051
17052         * gnus-encrypt.el: Add new file for encryption support; currently
17053         does only a few GPG ciphers and an internal XOR cipher.
17054
17055         * password.el: Add comments on using password-read-and-add.
17056         (password-read-and-add): Add function to read and add the
17057         password to the cache at once.
17058
17059 2004-07-28  Simon Josefsson  <jas@extundo.com>
17060
17061         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17062         parameter (but don't use it, for now).
17063
17064         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17065         instead of hard coding to nil.
17066
17067 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17070         as mm-inline-image-xemacs does.
17071
17072 2004-07-26  Simon Josefsson  <jas@extundo.com>
17073
17074         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17075         Revert part of 2004-07-17 change below.
17076
17077 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17081
17082 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17083
17084         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17085         quotes that actually start with ">" at the beginning of the
17086         lines.
17087
17088 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * rfc2047.el (rfc2047-encode-region): Fix last change.
17091         (rfc2047-encode-parameter): Remove useless concat.
17092
17093 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17096         encode special characters; fix some kind of misconfigured headers;
17097         signal a real error if debug-on-quit or debug-on-error is non-nil.
17098         (rfc2047-encode-max-chars): New variable.
17099         (rfc2047-encode-1): Use it.
17100         (rfc2047-encode-parameter): New function.
17101
17102         * mml.el (mml-insert-parameter): Remove an excessive space.
17103
17104 2004-07-17  Simon Josefsson  <jas@extundo.com>
17105
17106         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17107         Kai Grossjohann <kai@emptydomain.de>.
17108         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17109         (gnus-group-make-menu-bar): Ditto.
17110
17111         * gnus-util.el (gnus-group-server): Add.
17112
17113 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17114
17115         * message.el (message-clone-locals): Clone sendmail and smtp
17116         variables.
17117
17118 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * rfc2047.el (rfc2047-encode-region): Fix last change.
17121
17122 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17125         characters as non-special.
17126
17127 2004-07-09  Simon Josefsson  <jas@extundo.com>
17128
17129         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17130         Users will lose all flag changes made while unplugged with
17131         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17132         good default.  See numerous reports on ding mailing list.
17133
17134 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17137         add generate-head-function and generate-article-function to the
17138         rfc822-forward entry.
17139         (nndoc-rfc822-forward-generate-article): New function.
17140         (nndoc-rfc822-forward-generate-head): New function.
17141
17142         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17143
17144 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17145
17146         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17147         respect display group parameter and gnus-summary-expunge-below.
17148         (gnus-articles-to-read): Remove unused reference to display group
17149         parameter.
17150
17151 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17152
17153         * nnheader.el (nnheader-uniquify-message-id): New experimental
17154         variable.
17155         (nnheader-nov-read-message-id): Use it.
17156
17157         * spam-report.el (spam-report-gmane): Add interactive.
17158
17159 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * mm-encode.el (mm-content-transfer-encoding-defaults):
17162         Use qp-or-base64 for the application/* types.
17163
17164 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17165
17166         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17167
17168 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17169
17170         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17171         trim value.
17172
17173 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17174
17175         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17176         New macro and function.
17177         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17178
17179 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17182         after-load-alist.
17183
17184 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17185
17186         * gnus-group.el (gnus-group-get-new-news-this-group):
17187         Don't update info that isn't there.
17188
17189 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17190
17191         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17192         entry.
17193
17194 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * mm-view.el (mm-inline-render-with-function): Use multibyte
17197         buffer; decode html source by charset.
17198
17199         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17200
17201         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17202         Mule-UCS is loaded under XEmacs.
17203         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17204
17205 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17206
17207         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17208
17209 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * mm-util.el (mm-coding-system-p): Return a coding-system.
17212         (mm-mime-mule-charset-alist): Use shift_jis instead of
17213         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17214         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17215         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17216         instead of japanese-shift-jis and iso-latin-1 respectively in
17217         order to share the default value with both Emacs and XEmacs-mule.
17218         (mm-mule-charset-to-mime-charset):
17219         Make mm-coding-system-priorities effective.
17220         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17221         while predicating of candidates upon the priorities.
17222
17223 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17224
17225         * gnus-sum.el (gnus-summary-make-menu-bar):
17226         Add gnus-uu-invert-processable.
17227
17228         * gnus.el: Autoload gnus-uu-invert-processable.
17229
17230 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * mm-util.el (mm-with-multibyte-buffer): New macro.
17233
17234         * rfc2047.el (rfc2047-encode-string): Use it.
17235         (rfc2047-encode-region): Move point to the end of the region after
17236         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17237
17238 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17241         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17242
17243 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17246         (gnus-cite-parse): Ignore quoted envelope From_.
17247         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17248
17249 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17250
17251         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17252         invalid addresses.
17253
17254 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17255
17256         * spam.el: Change section markers, revise TODO list.
17257         (spam-backends): Make new master list of all installed backends.
17258         (spam-summary-exit-behavior): Add new variable to determine how
17259         messages moves are done at summary exit.
17260         (spam-move-spam-nonspam-groups-only)
17261         (spam-process-ham-in-nonham-groups)
17262         (spam-process-ham-in-spam-groups): Remove variables, the
17263         spam-summary-exit-behavior variable should be used to manage this
17264         behavior.
17265         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17266         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17267         and spam-old-spam-articles.
17268         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17269         Add empty variables, placeholders for the backends they represent.
17270         (spam-set-difference): Move, unchanged.
17271         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17272         unless the user has a processor variable.
17273         (spam-classifications, spam-classification-valid-p)
17274         (spam-backend-properties, spam-backend-property-valid-p)
17275         (spam-backend-function-type-valid-p)
17276         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17277         (spam-report-articles-gmane, spam-report-articles-resend):
17278         Remove functions, they are not needed.
17279         (spam-install-backend-super, spam-backend-list)
17280         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17281         (spam-backend-function, spam-backend-ham-registration-function)
17282         (spam-backend-spam-registration-function)
17283         (spam-backend-ham-unregistration-function)
17284         (spam-backend-spam-unregistration-function)
17285         (spam-backend-statistical-p, spam-backend-mover-p)
17286         (spam-install-backend-alias, spam-install-checkonly-backend)
17287         (spam-install-mover-backend, spam-install-nocheck-backend)
17288         (spam-install-backend, spam-install-statistical-backend)
17289         (spam-install-statistical-checkonly-backend): Add backend installation
17290         support.
17291         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17292         (spam-group-processor-p): Use the new backend code and respect the
17293         summary exit behavior.
17294         (spam-mark-spam-as-expired-and-move-routine): Remove.
17295         (spam-summary-prepare): Change to use the new spam-old-articles
17296         variable.
17297         (spam-copy-or-move-routine, spam-copy-spam-routine)
17298         (spam-move-spam-routine, spam-copy-ham-routine)
17299         (spam-move-ham-routine): Add code to copy/move ham or spam.
17300         (spam-fetch-field-fast): Improve doc and code, plus allow the
17301         'number request.
17302         (spam-list-of-checks, spam-list-of-statistical-checks):
17303         Remove variables.
17304         (spam-split, spam-find-spam): Use the new backend code.
17305         (spam-registration-functions): Remove variable.
17306         (spam-unregister-routine): Add convenience wrapper.
17307         (spam-log-undo-registration, spam-register-routine)
17308         (spam-log-processing-to-registry)
17309         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17310         where possible.
17311         (spam-check-gmane-xref, spam-check-regex-headers)
17312         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17313         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17314         (spam-check-bogofilter-headers, spam-check-spamoracle)
17315         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17316         (spam-check-crm114-headers): Use the spam-split-group that
17317         spam-split prepares, no need to determine it every time.
17318
17319         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17320         to the nnheader-parse-naked-head call.
17321
17322         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17323
17324         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17325         the nnheader-nov-read-message-id call.
17326
17327 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17330         gnus-activate-group twice.  Suggested by Markus Peter
17331         <warp@spin.de>.
17332
17333 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * gnus-art.el (gnus-article-time-format): Exchange the order of
17336         day and month in the default value; fix customization type.
17337         (article-date-ut): Use add-text-properties.
17338         (article-make-date-line): Use message-make-date instead of
17339         current-time-string.
17340
17341         * message.el (message-fetch-field): Don't use set-text-properties.
17342         (message-make-date): Simplify.
17343
17344         * messagexmas.el (message-xmas-make-date): New function.
17345         (message-xmas-redefine): Defalias message-make-date to it.
17346
17347 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17350         (rfc2047-encode-region): Treat text within parentheses as special;
17351         show the original text when error has occurred.
17352
17353         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17354         already-computed method to gnus-activate-group.
17355
17356         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17357         same select-methods identical Lisp objects.
17358
17359         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17360         object when modifying the info.
17361
17362 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17365         gnus-opened-servers since it has never been opened with the new
17366         configuration yet.
17367
17368 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17371         arg to nnheader-generate-fake-message-id.
17372
17373 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17376         number and build a fake message ID localized to a group and
17377         article number (so it's repeatable from that point on).
17378         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17379         ID format.
17380
17381         * gnus-sum.el (gnus-get-newsgroup-headers):
17382         Call nnheader-generate-fake-message-id with the article number.
17383
17384 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17385
17386         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17387         end-of-buffer.
17388
17389 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17390
17391         * message.el (message-ignored-supersedes-headers): Add Approved.
17392
17393 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17396         goto-char.
17397         (rfc2047-encode): Fold the line before encoding.
17398
17399 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17400
17401         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17402         folding -- not all headers can be folded, and this should be done
17403         by the message composition mode.  Probably.  I think.
17404
17405 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17408         fast.
17409
17410         * gnus-ems.el (gnus-remove-image): Don't use
17411         message-text-with-property; remove only the image found first.
17412
17413         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17414         found first.
17415
17416 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17417
17418         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17419
17420 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * message.el (message-text-with-property): Make it fast and accept
17423         optional arguments.
17424         (message-strip-forbidden-properties): Use it.
17425         (message-fix-before-sending): Follow the m-t-w-p change.
17426
17427         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17428
17429 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * gnus-art.el (article-hide-headers): Don't change the buffer
17432         mistakenly when performing mml-preview even if
17433         gnus-single-article-buffer is nil.
17434
17435 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17436
17437         * message.el (message-expand-name-databases): New user option.
17438         (message-expand-name): Use it.
17439
17440 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17441
17442         * spam.el (spam-report-articles-resend)
17443         (spam-report-resend-register-routine): Allow ham reporting.
17444         (spam-report-resend-register-ham-routine): Add wrapper.
17445         (spam-registration-functions): Add ham resending functions.
17446         (spam-list-of-processors): Add ham resend processor.
17447
17448         * gnus.el (ham-resend-to): Add new group parameter.
17449         (spam-process): Add ham resend option.
17450
17451         * spam-report.el (spam-report-resend): Allow reporting ham.
17452         (spam-report-resend-ham): Add wrapper.
17453
17454 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17455
17456         * message.el (message-cite-articles-with-x-no-archive):
17457         New variable.
17458         (message-cite-original): Use it.
17459
17460 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17461
17462         * message.el (message-cite-original): Respect X-No-Archive.
17463
17464 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-art.el (article-hide-headers): Refer to the values for
17467         gnus-ignored-headers and gnus-visible-headers in the summary
17468         buffer since a user may have set them as group parameters.
17469
17470 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17471
17472         * assistant.el (assistant-node-name): Add convenience function.
17473         (assistant-render-text, assistant-render-node): Add error handling,
17474         plus handle multiple next nodes.
17475         (assistant-find-next-node): Comment out for now.
17476         (assistant-find-next-nodes): Add function, returns list of next
17477         nodes.
17478
17479 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17480
17481         * mail-source.el (mail-source-directory): Fix doc-string.
17482
17483 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17484
17485         * assistant.el (assistant-render-text, assistant-eval): Add :set
17486         widget type, which is different because it takes and returns a
17487         list.  Much hilarity ensues.
17488
17489 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17492
17493         * gnus-group.el (gnus-group-get-new-news-this-group):
17494         Add doc-string.
17495
17496         * gnus-start.el (gnus-activate-group): Add doc-string.
17497
17498 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17501
17502 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17503
17504         * assistant.el (assistant-render-text): Try to add a :set
17505         widget, more to come.
17506
17507         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17508         strings.
17509         (spam-report-articles-resend)
17510         (spam-register-routine): Do registration iff any articles warrant
17511         it.
17512         (spam-summary-prepare-exit): Change log message for nil group
17513         destinations.
17514
17515 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17516
17517         * spam.el (spam-report-resend-register-routine):
17518         Allow spam-report-resend-to to be a group parameter or a global value.
17519
17520 2004-05-26  Simon Josefsson  <jas@extundo.com>
17521
17522         * starttls.el: Merge with my GNUTLS based starttls.el.
17523         (starttls-gnutls-program, starttls-use-gnutls)
17524         (starttls-extra-arguments, starttls-process-connection-type)
17525         (starttls-connect, starttls-failure, starttls-success):
17526         New variables.
17527         (starttls-program, starttls-extra-args): Doc fix.
17528         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17529         New functions.
17530         (starttls-negotiate, starttls-open-stream):
17531         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17532         function if it is set.
17533
17534 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17537         structured fields.
17538
17539 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17542
17543 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17546         Add variable.
17547         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17548         assigning the spam-mark to new messages.
17549
17550 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17551
17552         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17553
17554 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17557
17558         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17559         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17560         default.
17561
17562 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17563
17564         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17565         correct data.
17566
17567 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17568
17569         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17570         (spam-group-processor-p): Fix function.
17571         (spam-group-processor-multiple-p)
17572         (spam-group-spam-processor-report-gmane-p)
17573         (spam-group-spam-processor-report-resend-p)
17574         (spam-group-spam-processor-bogofilter-p)
17575         (spam-group-spam-processor-blacklist-p)
17576         (spam-group-spam-processor-ifile-p)
17577         (spam-group-ham-processor-ifile-p)
17578         (spam-group-spam-processor-spamoracle-p)
17579         (spam-group-spam-processor-crm114-p)
17580         (spam-group-ham-processor-bogofilter-p)
17581         (spam-group-spam-processor-stat-p)
17582         (spam-group-ham-processor-stat-p)
17583         (spam-group-ham-processor-whitelist-p)
17584         (spam-group-ham-processor-BBDB-p)
17585         (spam-group-ham-processor-spamoracle-p)
17586         (spam-group-ham-processor-copy-p): Remove functions with some
17587         prejudice against unneeded code.
17588         (spam-report-articles-resend)
17589         (spam-report-resend-register-routine): Allow the group/topic
17590         spam-resend-to value to override spam-report-resend-to.
17591         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17592         properly now.
17593
17594         * gnus.el (spam-resend-to): Add group/topic parameter.
17595         (spam-process): Move the OBSOLETE processors to the end of the
17596         choices.
17597
17598 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17599
17600         * spam-report.el (spam-report-resend-to, spam-report-resend):
17601         Start with resend-to set to nil, and then ask the user if necessary.
17602         (spam-report-resend): spam-report-resend takes a list of articles, not
17603         separate article numbers.
17604
17605 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17608         addition to emacs-w3m.
17609
17610 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17611
17612         * assistant.el (assistant-authinfo-data): New function.
17613         (assistant-eval): Eval for entire assistant.
17614
17615         * netrc.el (netrc-services-file): New variable.
17616         (netrc-parse-services): New function.
17617         (netrc-find-service-name): New function.
17618         (netrc-find-service-number): New function.
17619         (netrc-port-equal): New function.
17620         (netrc-machine): Use it.
17621
17622         * nnimap.el (nnimap-open-connection): Use netrc.
17623
17624         * gnus-util.el (gnus-netrc-get): Remove aliases.
17625
17626         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17627
17628         * assistant.el (wid-edit): Fix compilation.
17629
17630         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17631
17632 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17633
17634         * gnus-util.el (gnus-set-file-modes): New function.  (small
17635         patch).
17636
17637 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17638
17639         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17640
17641         * assistant.el (assistant-render-node): Fix up rendering and
17642         read-only text.
17643         (assistant-render-node): Reset.
17644         (assistant-make-read-only): Not sticky.
17645
17646 2004-05-20  Danny Siu  <dsiu@adobe.com>
17647
17648         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17649         centered even when gnus-auto-center-summary is t.
17650
17651 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17652
17653         * dns.el (dns-get-txt-answer): New function.
17654         (dns-read-txt): Ditto.
17655         (query-dns): Use it.
17656
17657 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17660         active for foreign groups even if the group level is higher than
17661         the specified value.
17662
17663 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17664
17665         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17666         non-active groups.
17667
17668         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17669
17670 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17671
17672         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17673
17674 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17675
17676         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17677         (spam-crm114-header, spam-crm114-spam-switch)
17678         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17679         (spam-crm114-positive-spam-header)
17680         (spam-crm114-database-directory, spam-list-of-processors)
17681         (spam-group-spam-processor-crm114-p)
17682         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17683         (spam-generic-score, spam-list-of-checks)
17684         (spam-list-of-statistical-checks, spam-registration-functions)
17685         (spam-check-crm114-headers, spam-crm114-score)
17686         (spam-check-crm114, spam-crm114-register-with-crm114)
17687         (spam-crm114-register-spam-routine)
17688         (spam-crm114-unregister-spam-routine)
17689         (spam-crm114-register-ham-routine)
17690         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17691         From asjo@koldfront.dk (Adam Sjøgren).
17692
17693         * gnus.el: Add spam-use-crm114.
17694
17695         * spam.el (spam-list-of-processors, spam-registration-functions):
17696         Add spam-use-resend.
17697         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17698         (spam-report-articles-gmane): Add doc fix.
17699         (spam-report-articles-resend, spam-report-resend-register-routine):
17700         Add wrappers around spam-report-resend-to.
17701
17702         * spam-report.el (spam-report-resend-to, spam-report-resend):
17703         Add support for resending spam.
17704         (spam-report-gmane): Fix line length >80.
17705
17706         * gnus.el (spam-process): Add spam-use-resend.
17707
17708 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17709
17710         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17711         number of processed spam messages.
17712         (spam-ham-copy-or-move-routine): Return the number of processed
17713         ham messages.
17714         (spam-summary-prepare-exit): Use the above values to decide
17715         whether status messages shouled be displayed.
17716
17717 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17720         `rfc2047-encoding-function-alist' in order to avoid conflicting
17721         with the old version.
17722         (rfc2047-encode-region): Concatenate words containing non-ASCII
17723         characters in structured fields; don't encode space-delimited
17724         ASCII words even in unstructured fields; don't break words at
17725         char-category boundaries.
17726         (rfc2047-encode-1): New function.
17727         (rfc2047-encode): Use it; encode text so that it occupies the
17728         maximum width within 76-column; work correctly on Q encoding for
17729         iso-2022-* charsets.
17730         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17731         sure not to break a line just after the header name.
17732         (rfc2047-b-encode-region): Remove.
17733         (rfc2047-b-encode-string): New function.
17734         (rfc2047-q-encode-region): Remove.
17735         (rfc2047-q-encode-string): New function.
17736
17737         * mm-util.el (mm-replace-in-string): New function.
17738
17739 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17740
17741         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17742         Really get it right.
17743         (gnus-inews-make-draft): Really.
17744
17745 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17746
17747         * nnmh.el (nnmh-request-list-1): Don't check the link count
17748         before descending.  (small patch)
17749
17750 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17753         stuff.
17754
17755         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17756         Match on real group name.
17757
17758         * gnus-art.el (gnus-signature-limit): Doc fix.
17759
17760         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17761
17762         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17763
17764 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17765
17766         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17767         isn't a string.
17768
17769 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17770
17771         * gnus-draft.el (gnus-draft-send):
17772         Bind rfc2047-encode-encoded-words.
17773
17774         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17775         (rfc2047-encodable-p): Say that =? needs encoding.
17776         (rfc2047-encode-encoded-words): New variable.
17777
17778         * gnus-group.el (gnus-group-select-group): Doc fix.
17779
17780         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17781
17782         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17783         to nil.
17784
17785         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17786
17787         * nnheader.el (nnheader-get-lines-and-char): New function.
17788
17789 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17790
17791         * gnus-msg.el (gnus-summary-followup-with-original):
17792         Document yanking of region when active.
17793
17794 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17797         groups if the group level is higher than the specified value.
17798
17799 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17802         (gnus-group-jump-to-group): Add prefix argument using
17803         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17804         non-active group.
17805
17806         * compface.el (uncompface): Be verbose when changing
17807         `uncompface-use-external'.
17808
17809         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17810         handle manual section.
17811
17812 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17813
17814         * gnus-art.el (gnus-button-alist): Revert previous change.
17815
17816 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17819
17820 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17821
17822         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17823         whether backend can accept message.
17824
17825         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17826
17827 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17828
17829         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17830         Avoid creating directory when nntp-marks-is-evil is true.
17831         Reported by Reiner Steib.
17832
17833 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17834
17835         * gnus-picon.el (gnus-picon-style): New variable.
17836         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17837         (gnus-picon-transform-address): Support `gnus-picon-style'.
17838         From Jesper Harder <harder@ifa.au.dk>.
17839
17840 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17841
17842         * message.el (message-fill-field): Return point.
17843         (message-generate-headers): Go to end of field.
17844
17845         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17846         stuff for non-living groups.
17847
17848 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17849
17850         * gnus-art.el (gnus-article-followup-with-original)
17851         (gnus-article-reply-with-original): gnus-mark-active-p ->
17852         gnus-region-active-p.
17853
17854 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17855
17856         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17857         only when there is spam or ham to be processed.
17858
17859 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17860
17861         * mail-source.el (mail-source-delete-crash-box): Refactor.
17862         (mail-source-fetch): Use it.
17863         (mail-source-fetch-file): Ditto.
17864         (mail-source-fetch-directory): Run postscript in loop.
17865         (mail-source-fetch-pop): Delete.
17866         (mail-source-fetch-maildir): Ditto.
17867         (mail-source-fetch-imap): Ditto.
17868
17869         * imap.el (imap-authenticators): Comment out sasl.
17870
17871         * message.el (message-skip-to-next-address): New function.
17872         (message-fill-header-address): Refactor.
17873         (message-fill-address): Use it.
17874         (message-delete-address): Use it.
17875         (message-fill-header-general): Refactor.
17876         (message-fill-field-address): Rename.
17877         (message-narrow-to-field): Find the start of the header.
17878         (message-header-format-alist): Don't pre-fill.
17879         (message-fill-header): Remove.
17880         (message-insert-header): New function.
17881         (message-shorten-references): Use it.
17882
17883         * rfc2047.el (rfc2047-field-value): Strip props.
17884
17885         * mail-parse.el (mail-header-make-address): New alias.
17886
17887         * ietf-drums.el (ietf-drums-make-address): New function.
17888
17889         * imap.el: Add compiler directives.
17890
17891         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17892
17893         * gnus-art.el (article-decode-idna-rhs): Don't use
17894         message-idna-inside-rhs-p.
17895
17896 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17897
17898         * message.el (message-idna-inside-rhs-p): Remove.
17899         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17900
17901         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17902         false positives.
17903
17904 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17905
17906         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17907
17908 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17909
17910         * nneething.el (nneething-file-name): Don't create spurious
17911         files.
17912
17913         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17914         (gnus-inews-do-gcc): Remove sleep.
17915
17916         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17917         part under point.
17918
17919         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17920         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17921
17922 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17923
17924         * spam.el (spam-summary-prepare-exit): Fix (length).
17925
17926 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17927
17928         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17929         as expired without moving it" message when there are spam
17930         messages left.
17931
17932 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17933
17934         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17935         header is not nil.
17936
17937 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17938
17939         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17940         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17941         (nntp-marks-changed-p): New arg SERVER.
17942         (nntp-request-update-info): Adjust caller.
17943
17944 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17945
17946         * nntp.el (nntp-save-marks): Pass missing arg.
17947
17948 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17949
17950         * nntp.el: Support marks.
17951         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17952         (nntp-marks-modtime, nntp-marks-directory): New variables.
17953         (nntp-request-set-mark, nntp-request-update-info)
17954         (nntp-possibly-create-directory, nntp-marks-changed-p)
17955         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17956         New functions.
17957
17958 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17959
17960         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17961         (gnus-xmas-redefine): Rename.
17962
17963         * gnus-score.el (gnus-score-insert-help):
17964         Use gnus-select-lowest-window.
17965
17966         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17967         appt-select-lowest-window and rename to gnus-select-lowest-window.
17968
17969         * gnus.el: do.
17970
17971 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17972
17973         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17974         encodings of MIME-encoded words, in order to improve
17975         interoperability with several broken MUAs.
17976
17977 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17978
17979         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17980         tags, only when charsets are not specified in headers.
17981         (mm-inline-text-html-render-with-w3m): Ditto.
17982
17983         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17984         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17985
17986 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17987
17988         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17989         instead of MIME-decoded from fields when checking
17990         `gnus-article-address-banner-alist'.
17991
17992 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17993
17994         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17995         description rather than subject.
17996
17997 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17998
17999         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18000
18001 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18002
18003         * gnus.el (gnus-version-number): Bump.
18004
18005 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18006
18007         * gnus.el: No Gnus v0.2 is released.
18008
18009 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18010
18011         * gnus-agent.el (gnus-agent-read-agentview):
18012         Inline gnus-uncompress-range.
18013
18014 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18015
18016         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18017         `exec-installed-p'.
18018
18019 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18020
18021         * gnus.el (spam-process, spam-autodetect-methods):
18022         Add bsfilter and bsfilter-headers.
18023
18024         * spam.el (spam-bsfilter): New customize group.
18025         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18026         (spam-bsfilter-header, spam-bsfilter-probability-header)
18027         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18028         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18029         (spam-bsfilter-database-directory): New options.
18030         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18031         (spam-list-of-statistical-checks, spam-registration-functions):
18032         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18033         (spam-bsfilter-score): New command.
18034         (spam-check-bsfilter-headers, spam-check-bsfilter)
18035         (spam-bsfilter-register-with-bsfilter)
18036         (spam-bsfilter-register-spam-routine)
18037         (spam-bsfilter-unregister-spam-routine)
18038         (spam-bsfilter-register-ham-routine)
18039         (spam-bsfilter-unregister-ham-routine): New functions.
18040         (spam-generic-score): Support bsfilter; Accept an optional argument
18041         to recalcurate spam score even if scoring header has already been
18042         added.
18043         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18044         optional argument to recalcurate spam score even if scoring header
18045         has already been added.
18046
18047 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18048
18049         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18050         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18051         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18052         link is missing.
18053
18054 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18055
18056         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18057         (html2text-get-attr): Rewrite.
18058
18059         * message.el (message-setup-1): Remove redundant put-text-property
18060         on mail-header-separator.
18061
18062 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * gnus-registry.el (gnus-registry-cache-whitespace)
18065         (gnus-registry-action, gnus-registry-spool-action)
18066         (gnus-registry-split-fancy-with-parent): Change message levels
18067         from 5 to 3 or 7, as needed.
18068
18069         * spam.el (spam-summary-prepare-exit)
18070         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18071         (spam-split, spam-find-spam, spam-log-undo-registration)
18072         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18073         level from 5 to 6.
18074
18075 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18078         2004-03-04 change).
18079
18080 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18081
18082         * sieve-manage.el (sieve-manage-open):
18083         * nnweb.el (nnweb-insert-html):
18084         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18085         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18086         * nnspool.el (nnspool-request-group):
18087         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18088         * nnml.el (nnml-request-update-info):
18089         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18090         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18091         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18092         (nnimap-request-set-mark):
18093         * nnfolder.el (nnfolder-request-update-info):
18094         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18095         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18096         * gnus-uu.el (gnus-uu-find-articles-matching):
18097         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18098         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18099         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18100         * gnus-nocem.el (gnus-nocem-scan-groups):
18101         * gnus-int.el (gnus-start-news-server):
18102         * gnus-group.el (gnus-group-make-kiboze-group)
18103         (gnus-group-browse-foreign-server):
18104         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18105         Use mapc when appropriate.
18106
18107 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18108
18109         FIXME: Make separate entries for each person.
18110
18111         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18112         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18113         <shields@msrl.com>:
18114
18115         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18116         may need for spam sorting and scoring.
18117         (spam-user-format-function-S): Add user format function suitable for
18118         general use.
18119         (spam-article-sort-by-spam-status): Add sorting function for summary
18120         sorting.
18121         (spam-extra-header-to-number): Add function to get a score from a
18122         header.
18123         (spam-summary-score): Add function to get a numeric score from the
18124         headers.
18125         (spam-generic-score): Fix function doc, was in wrong place.
18126         (spam-initialize): Take symbols when it's run, and install the
18127         extra headers that spam-necessary-extra-headers thinks we need.
18128
18129 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18130
18131         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18132         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18133
18134 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18135
18136         * gnus-sum.el (gnus-set-global-variables)
18137         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18138         (gnus-article-get-xrefs, gnus-summary-best-group)
18139         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18140         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18141         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18142         Use with-current-buffer.
18143
18144 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18145
18146         * spam.el (spam-summary-prepare-exit): Simplify logic.
18147         (spam-fetch-article-header): Read the article header if it's not
18148         available.
18149         (spam-list-articles): Simplify logic.
18150         (spam-filelist-register-routine): Fix bug with unregister-list.
18151
18152         * gnus-registry.el: Fix comments at beginning.
18153
18154 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18155
18156         * message.el (message-cater-to-broken-inn): Remove.
18157         (message-shorten-references): Make sure the total folded length of
18158         References is shorter than 998 characters to cater to a bug in INN
18159         2.3.  Also, don't pretend that references aren't folded -- this
18160         hasn't worked for a while.
18161
18162 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18163
18164         * gnus-agent.el (gnus-agentize):
18165         gnus-agent-send-mail-real-function no longer set to current value
18166         of message-send-mail-function but rather a lambda that calls
18167         message-send-mail-function.  The change makes the agent real-time
18168         responsive to user changes to message-send-mail-function.
18169
18170 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18171
18172         * legacy-gnus-agent.el
18173         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18174         help from Florian Weimer <fw@deneb.enyo.de>
18175
18176 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * nnmail.el (nnmail-cache-insert): Revert last change.
18179
18180 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * nnmail.el (nnmail-cache-insert): Always check whether
18183         nnmail-cache-ignore-groups matches a group name.
18184
18185 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18186
18187         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18188         (spam-find-spam, spam-log-processing-to-registry)
18189         (spam-log-registered-p, spam-log-unregistration-needed-p)
18190         (spam-log-undo-registration): Use gnus-message instead of
18191         gnus-error, none of these errors are fatal.
18192
18193         * gnus-registry.el (gnus-registry-clean-empty-function)
18194         (gnus-registry-clean-empty): Remove only empty entries without
18195         extra data.
18196
18197 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18198
18199         * spam-stat.el (spam-stat-buffer-change-to-spam)
18200         (spam-stat-buffer-change-to-non-spam): Change (error) to
18201         (gnus-message 8) invocation.
18202
18203 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * nntp.el (nntp-via-netcat-command): New variable.
18206         (nntp-via-netcat-switches): New variable.
18207         (nntp-open-via-rlogin-and-netcat): New function.
18208         (nntp-open-connection-function): Doc fix.
18209         (nntp-telnet-command): Doc fix.
18210         (nntp-end-of-line): Doc fix.
18211         (nntp-via-rlogin-command): Doc fix.
18212         (nntp-via-user-name): Doc fix.
18213         (nntp-via-address): Doc fix.
18214
18215 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18218         error in Emacs 21.1.
18219
18220 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18221
18222         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18223
18224 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18225
18226         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18227         (gnus-agent-with-refreshed-group): New macro.
18228         (gnus-agent-rename-group): New function.
18229         (gnus-agent-delete-group): New function.
18230         (gnus-agent-save-group-info): Use gnus-command-method when
18231         `method' parameter is nil.  Don't write nil entries into the
18232         active file.
18233         (gnus-agent-get-group-info): New function.
18234         (gnus-agent-fetch-articles):
18235         Use gnus-agent-update-files-total-fetched-for to increment disk space
18236         used.
18237         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18238         Use gnus-agent-update-view-total-fetched-for to increment disk space
18239         used.
18240         (gnus-agent-get-local): Add optional parameters to avoid calling
18241         gnus-group-real-name and gnus-find-method-for-group.
18242         (gnus-agent-set-local): Delete stored entry if either min, or max,
18243         are nil.
18244         (gnus-agent-fetch-session): Reworded error/quit messages.
18245         On quit, use gnus-agent-regenerate-group to record existance of any
18246         articles fetched to disk before the quit occurred.
18247         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18248         gnus-agent-update-view-total-fetched-for, and
18249         gnus-agent-update-files-total-fetched-for to decrement disk space
18250         used.
18251         (gnus-agent-retrieve-headers):
18252         Use gnus-agent-update-view-total-fetched-for to increment disk space
18253         used.
18254         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18255         with gnus-agent-update-files-total-fetched-for to decrement disk
18256         space and fresh group buffer.
18257         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18258         (gnus-agent-need-update-total-fetched-for): New variable.
18259         (gnus-agent-update-files-total-fetched-for): New function.
18260         (gnus-agent-update-view-total-fetched-for): New function.
18261         (gnus-agent-total-fetched-for): New function.
18262
18263         * gnus-cache.el (gnus-cache-save-buffers):
18264         Use gnus-cache-update-overview-total-fetched-for to change disk space
18265         used by this group.
18266         (gnus-cache-possibly-enter-article):
18267         Use gnus-cache-update-file-total-fetched-for to increment disk space
18268         used by this group.
18269         (gnus-cache-possibly-remove-article):
18270         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18271         used by this group.
18272         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18273         (gnus-cache-rename-group): New function.
18274         (gnus-cache-delete-group): New function.
18275         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18276         (gnus-cache-need-update-total-fetched-for): New variable.
18277         (gnus-cache-with-refreshed-group): New macro.
18278         (gnus-cache-update-file-total-fetched-for): New function.
18279         (gnus-cache-update-overview-total-fetched-for): New function.
18280         (gnus-cache-rename-group-total-fetched-for): New function.
18281         (gnus-cache-delete-group-total-fetched-for): New function.
18282         (gnus-cache-total-fetched-for): New function.
18283
18284         * gnus-group.el: Require gnus-sum and autoload functions to
18285         resolve warnings when gnus-group.el compiled alone.
18286         (gnus-group-line-format): Documented new %F.
18287         (size of Fetched data) group line format; identifies disk space
18288         used by agent and cache.
18289         (gnus-group-line-format-alist): Defined new F format.
18290         (gnus-total-fetched-for): New function.
18291         (gnus-group-delete-group): No longer update
18292         gnus-cache-active-altered as gnus-request-delete-group now keeps
18293         the cache in sync.
18294         (gnus-group-list-active): Let the agent store a server's active
18295         list if currently plugged.
18296
18297         * gnus-int.el (gnus-request-delete-group):
18298         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18299         local disk in sync with the server.
18300         (gnus-request-rename-group):
18301         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18302         local disk in sync with the server.
18303
18304         * gnus-start.el (gnus-get-unread-articles):
18305         Cosmetic simplification to logic.
18306
18307         * gnus-util.el (gnus-rename-file): New function.
18308
18309 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18310
18311         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18312
18313 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18314
18315         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18316         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18317
18318 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18319
18320         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18321         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18322
18323 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18324
18325         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18326
18327 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18328
18329         * spam.el (spam-set-difference): Add function to replace
18330         gnus-set-difference in spam.el.
18331         (spam-summary-prepare-exit): Use spam-set-difference.
18332
18333 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18334
18335         * gnus-registry.el (gnus-registry-cache-file): Update to use
18336         gnus-dribble-directory OR gnus-home-directory OR ~.
18337         (gnus-registry-split-fancy-with-parent): Fix doc.
18338
18339 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * message.el (message-exchange-point-and-mark):
18342         Use message-mark-active-p.  Suggested by Jesper Harder
18343         <harder@ifa.au.dk>.
18344
18345 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * message.el (message-exchange-point-and-mark): Don't activate
18348         region if it was inactive.  Suggested by Hiroshi Fujishima
18349         <pooh@nature.tsukuba.ac.jp>.
18350
18351 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * gnus-art.el (article-display-face): Display Faces in the same
18354         order as X-Faces.
18355
18356 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18359
18360 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18363         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18364         (gnus-article-mime-hierarchy): Remove.
18365         (gnus-article-mime-hierarchy-next): Remove.
18366         (gnus-article-mode): Revert 2004-03-19 change.
18367         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18368         (gnus-insert-mime-button): Revert 2004-03-19 change.
18369         (gnus-mime-accumulate-hierarchy): Remove.
18370         (gnus-mime-enter-multipart): Remove.
18371         (gnus-mime-leave-multipart): Remove.
18372         (gnus-mime-display-part): Revert 2004-03-19 change.
18373         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18374
18375         * mml.el (mml-preview): Revert 2004-03-19 change.
18376
18377 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18378
18379         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18380
18381 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18384         t while entering a file name using the mm-with-multibyte macro.
18385         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18386
18387         * mm-util.el (mm-with-multibyte): New macro.
18388
18389 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18392         New user option.
18393         (gnus-mime-multipart-functions): Doc and customization fix.
18394         (gnus-article-mime-hierarchy): New variable.
18395         (gnus-article-mime-hierarchy-next): New variable.
18396         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18397         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18398         gnus-article-mime-hierarchy-next to nil.
18399         (gnus-insert-mime-button): Show hierarchy numbers.
18400         (gnus-mime-accumulate-hierarchy): New function.
18401         (gnus-mime-enter-multipart): New function.
18402         (gnus-mime-leave-multipart): New function.
18403         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18404         (gnus-mime-display-alternative): Show hierarchy numbers.
18405
18406         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18407         gnus-article-mime-hierarchy-next to nil.
18408
18409 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18410
18411         * dns.el: Don't require gnus-xmas.
18412
18413 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18414
18415         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18416         inline PGP.
18417         (mml-menu): Disable mml-quote-region if mark is inactive.
18418
18419 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18422         when the group's active is not available.
18423
18424 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18427         error.
18428
18429 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18430
18431         * imap.el (imap-store-password): New variable.
18432         (imap-interactive-login): Use it.
18433         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18434
18435 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18438         window-start and hscroll to summary window.
18439
18440 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18441
18442         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18443         conversion message to newsrc-dribble when an actual conversion is
18444         performed.
18445
18446 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18447
18448         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18449
18450 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * mm-decode.el (mm-complicated-handles): New function reviving
18453         former definition of mm-multiple-handles.
18454
18455         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18456         (gnus-mime-delete-part): Use it.
18457
18458 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18459
18460         * gnus-agent.el (gnus-agent-read-local):
18461         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18462         avoid the implicit assumption that they will always be equal.
18463         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18464         coding-system-for-write, as the with-temp-file macro first prints
18465         to a buffer then saves the buffer.
18466
18467 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * gnus-art.el (gnus-article-edit-part): New function.
18470         (gnus-mime-save-part-and-strip): Use it; do query instead of
18471         signaling an error; don't use mm-multiple-handles.
18472         (gnus-mime-delete-part): Ditto.
18473
18474 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18475
18476         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18477         old file versions.
18478         (gnus-group-prepare-hook): Remove function that converted list
18479         form of gnus-agent-expire-days to group properties.
18480
18481         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18482         (gnus-request-accept-article): Re-indented.
18483
18484         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18485         converters to handle old agent file formats.  Add logic for a
18486         "backup before upgrading warning".
18487         (gnus-convert-mark-converter-prompt): Developers can mark
18488         functions as needing (default), or not needing,
18489         gnus-convert-old-newsrc's "backup before upgrading warning".
18490         (gnus-convert-converter-needs-prompt): Tests whether the user
18491         should be protected from potentially irreversable changes by the
18492         function.
18493
18494         * legacy-gnus-agent.el: New.  Provides converters that are only
18495         loaded when gnus-convert-old-newsrc needs to call them.
18496
18497 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * mail-source.el (mail-source-touch-pop): Doc fix.
18500
18501         * message.el (message-smtpmail-send-it): Doc fix.
18502
18503 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18504
18505         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18506
18507         * nnmail.el (nnmail-split-fancy): do.
18508
18509         * gnus-kill.el (gnus-kill, gnus-execute): do.
18510
18511 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18512
18513         * gnus-sum.el (gnus-widget-reversible-match)
18514         (gnus-widget-reversible-to-internal)
18515         (gnus-widget-reversible-to-external): New functions.
18516         (gnus-widget-reversible): New widget.
18517         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18518
18519 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18520
18521         * gnus-sum.el (gnus-thread-sort-functions)
18522         (gnus-article-sort-functions): Document `(not F)' items.
18523
18524 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18525
18526         * spam.el (spam-use-gmane-xref): Add new backend.
18527         (spam-gmane-xref-spam-group): Add variable to control the name of the
18528         Gmane spam group.
18529         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18530         (spam-regex-headers-spam, spam-regex-headers-ham)
18531         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18532         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18533         backends and checks.
18534         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18535
18536         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18537         an autodetect method.
18538
18539 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18540
18541         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18542         articles are being added to a group.
18543         (gnus-request-replace-article): Inform the agent that articles
18544         need to be uncached as the cached contents are no longer valid.
18545
18546 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * binhex.el: Don't autoload executable-find.
18549
18550         * canlock.el: Don't autoload mail-fetch-field.
18551
18552         * dgnushack.el: Autoload c-mode for XEmacs.
18553
18554         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18555
18556         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18557         rmail-dont-reply-to and rmail-output.
18558
18559         * gnus-score.el: Don't autoload ffap-string-at-point.
18560
18561         * gnus-setup.el: Don't autoload sc-cite-original.
18562
18563         * imap.el: Don't autoload base64-decode-string,
18564         base64-encode-string and md5.
18565
18566         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18567         and rmail-msg-restore-non-pruned-header.
18568
18569         * mm-decode.el: Don't autoload executable-find.
18570
18571         * mm-url.el: Don't autoload executable-find.
18572
18573         * mm-view.el: Don't autoload diff-mode.
18574
18575         * nndb.el: Don't autoload news-reply-mode, news-setup,
18576         cancel-timer and telnet.
18577
18578         * password.el: Don't autoload run-at-time for Emacs.
18579
18580         * sha1-el.el: Don't autoload executable-find.
18581
18582         * sieve-mode.el: Don't autoload c-mode.
18583
18584         * uudecode.el: Don't autoload executable-find.
18585
18586 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18587
18588         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18589         (gnus-agent-possibly-alter-active): Avoid null in numeric
18590         comparison.
18591         (gnus-agent-set-local): Refuse to save null in local object table.
18592         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18593         list of articles that will be marked as unread.
18594
18595 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18598
18599 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18600
18601         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18602         language tags.
18603
18604 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18605
18606         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18607         Don't bind "obarray".
18608
18609         * gnus-sum.el (gnus-thread-sort-functions):
18610         Add `gnus-thread-sort-by-most-recent-number' and
18611         `gnus-thread-sort-by-most-recent-date'.
18612         Reported by Kai Grossjohann <kai@emptydomain.de>.
18613
18614 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18617
18618 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18619
18620         * gnus-cus.el (gnus-agent-customize-category):
18621         Remove ignore-errors macro reference that required cl to be loaded at
18622         run-time.
18623
18624         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18625         single-interval range of the form (min . max).  Previously the
18626         range had to look like ((min . max)).  Likewise, return
18627         (min . max) rather than ((min . max)).
18628         (gnus-range-map): Use gnus-range-normalize to accept
18629         single-interval range.
18630
18631         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18632         the cache, but not the agent, now appear with their usual face.
18633
18634         * dgnushack.el (loaddir): New variable that is bound to the
18635         directory containing the dgnushack.el file. Use loaddir, rather
18636         than srcdir, to update load-path. Change lets dgnushack compile
18637         code in directories other than GNUS/lisp.
18638
18639 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * lpath.el: Don't bind w3m-safe-url-regexp.
18642
18643         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18644         w3m-safe-url-regexp variable buffer-local.
18645
18646         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18647
18648 2004-02-27  Simon Josefsson  <jas@extundo.com>
18649
18650         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18651         gnus-group-real-prefix.
18652         (gnus-summary-move-article): Use it, instead of
18653         gnus-group-real-prefix.
18654
18655 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * lpath.el: Bind w3m-safe-url-regexp.
18658
18659         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18660         w3m-safe-url-regexp variable buffer-local and set it as the value
18661         of mm-w3m-safe-url-regexp.
18662
18663         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18664
18665         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18666         parsing gnus-posting-styles when the message is not for replying.
18667
18668         * dgnushack.el: Autoload sgml-mode for XEmacs.
18669
18670         * nnrss.el (nnrss-opml-export):
18671         Use mm-set-buffer-file-coding-system instead of
18672         set-buffer-file-coding-system.
18673
18674 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18675
18676         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18677         of checkdoc.el).
18678         * nnrss.el: do.
18679         * gnus-mlspl.el: do.
18680         * gnus-ml.el: do.
18681         * gnus-srvr.el: do.
18682
18683         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18684
18685 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18686
18687         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18688         Corrections to custom-manual links.
18689
18690         * gnus-art.el (gnus-article): Ditto.
18691
18692         * mm-decode.el (mime-display, mime-security): Ditto.
18693
18694 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18695
18696         * flow-fill.el: Typo.
18697
18698 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18699
18700         * spam-wash.el: New file.
18701
18702 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18703
18704         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18705
18706 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18707
18708         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18709         to be run with new-articles as LIST1, not LIST2.
18710         (spam-registration-functions): Add spam-use-ham-copy as a nil
18711         registration backend.
18712
18713 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18714
18715         * spam-stat.el (spam-stat-washing-hook): New option.
18716         (spam-stat-buffer-words): Use it.
18717         (spam-stat-process-directory, spam-stat-test-directory):
18718         Use insert-file-contents-literally.
18719         (spam-stat-coding-system): New variable.
18720         (spam-stat-load, spam-stat-save): Use it.
18721
18722 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * spam-report.el (spam-report-plug-agent):
18725         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18726
18727 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18728
18729         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18730         Allow / in mailto URLs.
18731
18732 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18733
18734         * spam-report.el (spam-report-process-queue): Fix interactive use.
18735         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18736         (spam-report-unplug-agent): Doc fixes.
18737         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18738         (spam-report-agentize, spam-report-deagentize): Autoload.
18739
18740 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18743
18744         * message.el (message-setup-fill-variables): Add mml tags to
18745         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18746         <ajk@iu.edu>.
18747         (message-mode): Don't modify paragraph-separate there.
18748
18749 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * compface.el (uncompface-use-external): Default to undecided.
18752         (uncompface-use-external-threshold): New variable.
18753         (uncompface-float-time): New macro.
18754         (uncompface): Determine whether to use the external decoder if
18755         uncompface-use-external is undecided.
18756
18757 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18760         after images.
18761
18762         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18763
18764 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18765
18766         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18767
18768         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18769
18770         * gnus-sum.el (gnus-summary-limit-to-age)
18771         (gnus-summary-limit-children): do.
18772
18773         * gnus-int.el (gnus-request-scan): do.
18774
18775         * gnus-group.el (gnus-group-suspend): do.
18776
18777         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18778
18779         * gnus-cite.el (gnus-cite-parse-attributions): do.
18780
18781         * gnus-agent.el (gnus-summary-set-agent-mark)
18782         (gnus-agent-regenerate-group): do.
18783
18784         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18785
18786         * binhex.el (binhex-decode-region-internal): do.
18787
18788 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-fun.el (gnus-face-properties-alist): New user option.
18791         (gnus-display-x-face-in-from): Use it.
18792
18793         * gnus-art.el (article-display-face): Ditto.
18794
18795         * compface.el (uncompface-use-external): Default to nil.
18796
18797 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18798
18799         * nntp.el (nntp-erase-buffer): New function.
18800         (nntp-retrieve-data, nntp-send-command)
18801         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18802         (nntp-possibly-change-group): Use it.
18803
18804         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18805         Use with-current-buffer.
18806
18807 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18808
18809         * compface.el: Merge the ELisp-based uncompface program.
18810         (compface): New customization group.
18811         (uncompface-use-external): New user option.
18812         (uncompface): Call uncompface-internal if uncompface-use-external
18813         is nil.
18814         (uncompface-internal): New function.  Note that there are also
18815         some other functions and variables added for this function.
18816
18817 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18818
18819         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18820         if necessary.
18821
18822 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam-report.el (spam-report-unplug-agent)
18825         (spam-report-plug-agent, spam-report-deagentize)
18826         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18827         Add support for the Agent in spam-report: when unplugged, report to a
18828         file; when plugged, submit all the requests.
18829
18830         * spam.el (spam-register-routine): Fix message about
18831         registration.
18832
18833 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18834
18835         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18836         dependencies.
18837         (rfc2047-encode): Use it.
18838
18839         * gnus-art.el (gnus-button-marker-list): Move before first
18840         reference.
18841
18842         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18843         (imap-parse-body): Fix format string mismatch.
18844
18845         * gnus-score.el (gnus-summary-increase-score): do.
18846
18847         * nnrss.el (nnrss-close): New function.
18848
18849 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18850
18851         * nnrss.el (nnrss-make-filename): New function.
18852         (nnrss-request-delete-group, nnrss-read-server-data)
18853         (nnrss-save-server-data, nnrss-read-group-data)
18854         (nnrss-save-group-data): Use it.
18855         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18856         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18857         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18858
18859 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18860
18861         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18862
18863 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18864
18865         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18866         files.
18867
18868         * message.el (message-generate-headers-first): Don't quote nil
18869         and t in docstrings.
18870
18871         * imap.el (imap-id): do.
18872
18873         * gnus-agent.el (gnus-agent-consider-all-articles)
18874         (gnus-agent-queue-mail): do.
18875
18876 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * spam-report.el (spam-report-process-queue): New function.
18879         Process requests from `spam-report-requests-file'.
18880         (spam-report-process-queue): Doc fix.
18881
18882 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18883
18884         * spam.el (spam-register-routine)
18885         (spam-log-processing-to-registry, spam-log-registered-p)
18886         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18887         Change "check" to "spam-check" for semi-clarity.
18888
18889 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18890
18891         * pop3.el: Require nnheader.
18892
18893         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18894
18895         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18896
18897         * gnus-picon.el: Require cl.
18898
18899         * gnus-fun.el: Require gnus-ems and gnus-util.
18900
18901         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18902
18903         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18904
18905         * gnus-art.el (gnus-article-edit-mode): Define before first
18906         reference.
18907
18908 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18911         (gnus-uu-post-encoded): Use point-at-bol.
18912
18913         * gnus-topic.el (gnus-group-active-topic-p): do.
18914
18915         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18916
18917         * gnus-group.el (gnus-group-kill-region): do.
18918
18919         * gnus-art.el (article-date-ut): do.
18920
18921         * message.el (message-fetch-field): Remove redundant
18922         case-fold-search binding.
18923         (message-narrow-to-field): Simplify.
18924
18925 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * spam.el (spam-directory): Derive from `gnus-directory'.
18928
18929         * spam-report.el (spam-report-url-to-file)
18930         (spam-report-requests-file): New function and variable for offline
18931         reporting.
18932         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18933         and user defined function.
18934         (spam-report-url-ping-mm-url): Remove doubled slash.
18935
18936 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18937
18938         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18939
18940 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18943         Fix format string mismatch.
18944
18945         * sieve.el (sieve-deactivate-all): do.
18946
18947         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18948
18949         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18950
18951         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18952
18953         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18954
18955 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18958         the list of checks.
18959
18960 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18963         padding.
18964
18965 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18966
18967         * mm-view.el (mm-fill-flowed): New variable.
18968         (mm-inline-text): Use it.
18969
18970 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * spam.el (spam-spamassassin-register-ham-routine)
18973         (spam-spamassassin-register-spam-routine): Fix function names.
18974
18975 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * gnus.el (gnus-tmp-grouplens): Remove.
18978         (gnus-summary-line-format): Remove grouplens.
18979
18980         * gnus-group.el (gnus-group-line-format): Ditto.
18981
18982         * gnus-spec.el (gnus-format-specs): Ditto.
18983         (gnus-update-format-specifications): Flush the group format spec
18984         cache if there's the grouplens stuff.
18985         (gnus-parse-simple-format): Replace %l with the empty string.
18986
18987 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18988
18989         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18990         omission.
18991
18992 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18995         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18996
18997 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18998
18999         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19000         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19001         New macros and functions.
19002         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19003         Handle > NLINK_MAX messages.
19004         * nnmaildir.el (nnmaildir-request-set-mark):
19005         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19006
19007 2004-01-25  Alex Schroeder  <alex@gnu.org>
19008
19009         * spam-stat.el (spam-stat-process-directory-age): New option.
19010         (spam-stat-process-directory): Use it.
19011
19012 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19013
19014         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19015         (spam-stat-save): Accept prefix argument.
19016
19017 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19018
19019         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19020         links" error.
19021
19022 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19025         the rest of the and/or forms.
19026
19027 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19030         compatibility with old .newsrc.eld files.
19031
19032         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19033
19034         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19035
19036         * gnus-start.el (gnus-1): do.
19037
19038         * gnus-group.el (gnus-group-line-format-alist): do.
19039
19040         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19041
19042         * gnus-gl.el: Remove.
19043
19044 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19045
19046         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19047         marks consisting of a single range {for example, (3 . 5)} rather
19048         than a list of a single range { ((3 . 5)) }.
19049
19050 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19051
19052         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19053         Use with-current-buffer.
19054         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19055         avoid consing a string.
19056
19057         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19058         Remove obsolete entries for big5 and gb2312.
19059
19060 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19061
19062         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19063         uncompressed list.
19064
19065 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * spam-stat.el (spam-stat-strip-xref): New function.
19068         (spam-stat-process-directory): Use it.
19069
19070         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19071         here -- it's done in message-fetch-field.
19072
19073 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19074
19075         * gnus-agent.el (gnus-agent-queue-mail)
19076         (gnus-agent-prompt-send-queue): New variables.
19077         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19078         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19079         "nndraft:queue" along to gnus-draft-send.
19080         Use gnus-agent-prompt-send-queue.
19081         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19082         is "nndraft:queue".  Suggested by Gaute Strokkenes
19083         <gs234@srcf.ucam.org>
19084
19085         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19086         (agent-enable-undownloaded-faces): Add.
19087         (gnus-agent-cat-groups): Use eval-and-compile, not
19088         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19089         method of gnus-agent-cat-groups even when the buffer has been
19090         evaled.
19091         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19092         delete gnus-agent-save-active-1.
19093         (gnus-agent-save-groups): Delete.  Identical to
19094         gnus-agent-save-active.
19095         (gnus-agent-write-active): No longer adjust agent's copy of active
19096         file as agent's adjustments are now stored in their own
19097         file.  Remove optional parameter.
19098         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19099         servers.  Add use of min/max range limits from server's local
19100         file.
19101         (gnus-agent-save-alist): Remove unused optional argument.
19102         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19103         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19104         (gnus-agent-set-local): A per-server file that keeps min/max range
19105         limits for articles known to the agent.  Provides a fast mechanism
19106         for altering many active ranges.
19107         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19108         active file (local makes it unnecessary).
19109         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19110
19111         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19112         (agent-enable-undownloaded-faces): Add.
19113
19114         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19115         disable it when sending to "nndraft:queue".
19116         (gnus-group-send-queue): Add safety check to avoid sending queue
19117         when unplugged.
19118
19119         * gnus-group.el (gnus-group-catchup): Use new
19120         gnus-sequence-of-unread-articles, not
19121         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19122         numbers of articles.  Use gnus-range-map to avoid having to
19123         uncompress the unread list.
19124         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19125         Fix invalid ange-ftp reference.
19126
19127         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19128         (gnus-sorted-range-intersection): Intersection of two ranges
19129         without requiring that they first be uncompressed.
19130
19131         * gnus-start.el (gnus-activate-group): Unless blocked by the
19132         caller, possibly expand the active range to include both cached
19133         and agentized articles.
19134         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19135         multiple version-dependent converters.
19136         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19137         gnus-agent-save-active.
19138         (gnus-save-newsrc-file): Save dirty agent range limits.
19139
19140         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19141         gnus-agent-possibly-alter-active.
19142         (gnus-adjust-marked-articles): Faster handling of simple lists.
19143
19144 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19145
19146         * spam-stat.el (spam-stat-test-directory): New optional argument
19147         displays a list of files detected.  Suggested by Andrew Cohen
19148         <cohen@andy.bu.edu>.
19149         (spam-stat-buffer-words-with-scores): Don't narrow and change
19150         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19151
19152 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19153
19154         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19155         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19156         (spam-spamassassin-arguments)
19157         (spam-spamassassin-spam-flag-header)
19158         (spam-spamassassin-positive-spam-flag-header)
19159         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19160         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19161         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19162         (spam-list-of-processors, spam-list-of-checks)
19163         (spam-list-of-statistical-checks, spam-registration-functions)
19164         (spam-check-spamassassin-headers, spam-check-spamassassin)
19165         (spam-spamassassin-score)
19166         (spam-spamassassin-register-with-sa-learn)
19167         (spam-spamassassin-register-spam-routine)
19168         (spam-spamassassin-register-ham-routine)
19169         (spam-assassin-register-spam-routine)
19170         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19171         (spam-bogofilter-score): Fix to show article before scoring.
19172
19173 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19174
19175         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19176         default scoring function.
19177         (spam-generic-score): Call spam-spamassassin-score if
19178         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19179         spam-bogofilter-score otherwise.
19180
19181         * gnus.el (spam-process, spam-autodetect-methods):
19182         Add spamassassin and spamassassin-headers.
19183
19184 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19185
19186         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19187         Suppress unnecessary messages.
19188
19189 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19192         make-hash-table.
19193
19194 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * canlock.el (base64-encode-string): Don't autoload it.
19197
19198 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * run-at-time.el: Remove useless (require 'itimer),
19201         eval-and-compile and (featurep 'xemacs).
19202
19203 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19204
19205         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19206         GROUP is a virtual group.
19207
19208 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19209
19210         * gnus.el: Autoload `message-y-or-n-p'.
19211
19212 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19213
19214         * pgg-parse.el: Remove unnecessary (require 'custom).
19215
19216         * pgg-def.el: do.
19217
19218         * nnmail.el: do.
19219
19220         * gnus-undo.el: do.
19221
19222         * gnus-picon.el: do.
19223
19224         * gnus-util.el: do.
19225
19226 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19229
19230 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19233         handle, as well as a list.
19234
19235         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19236         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19237         (mm-w3m-cid-retrieve): Simplify.
19238
19239 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19240
19241         * message.el (message-kill-to-signature): Allow prefix arg to
19242         specify number of lines to keep before signature.
19243
19244 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19245
19246         * message.el (message-kill-to-signature): Change docstring.
19247
19248 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * canlock.el: Always require sha1-el.
19251         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19252
19253         * message.el: Autoload sha1 only when compiling.
19254
19255         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19256         eudc-expand-inline for XEmacs.
19257
19258 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * message.el (message-canlock-generate): Require sha1-el.
19261
19262 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19263
19264         * message.el (message-expand-name): Silence the byte compiler.
19265
19266         * lpath.el: Add detect-coding-system.
19267
19268         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19269         cus-edit.
19270
19271 2004-01-13  Simon Josefsson  <jas@extundo.com>
19272
19273         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19274         Invoke gnus-score-mode.
19275         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19276
19277         * gnus-range.el (gnus-compress-sequence): Doc fix.
19278         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19279
19280 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19281
19282         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19283
19284 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19285
19286         * spam.el (spam-get-article-as-string): Update to use
19287         gnus-request-article-this-buffer, much simpler.
19288         (spam-get-article-as-buffer): Remove.
19289
19290 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19291
19292         * message.el (message-expand-name): Use EUDC if the user uses that.
19293
19294 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19297         character for the encoding to avoid consing a string.
19298
19299         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19300         unnecessarily.
19301
19302         * mm-util.el (mm-replace-chars-in-string): Remove.
19303
19304         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19305         of mm-replace-chars-in-string.
19306
19307 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19308
19309         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19310
19311         * mm-util.el (mm-subst-char-in-string): Support inplace.
19312
19313         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19314         a new string in every iteration.  Use shy groups.
19315
19316 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19319         * gnus-soup.el (gnus-soup-group-brew):
19320         * gnus-msg.el (gnus-put-message):
19321         * gnus-move.el (gnus-group-move-group-to-server):
19322         * gnus-kill.el (gnus-batch-score):
19323         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19324         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19325         (gnus-group-update-group, gnus-group-read-group)
19326         (gnus-group-make-group, gnus-group-make-help-group)
19327         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19328         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19329         (gnus-group-sort-by-unread, gnus-group-catchup)
19330         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19331         (gnus-group-yank-group, gnus-group-set-info)
19332         (gnus-group-list-groups):
19333         * gnus.el (gnus-generate-new-group-name):
19334         * gnus-delay.el (gnus-delay-send-queue):
19335         * nnvirtual.el (nnvirtual-catchup-group):
19336         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19337         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19338         (gnus-group-prepare-topics, gnus-topic-check-topology):
19339         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19340         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19341         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19342         (gnus-group-make-articles-read):
19343         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19344         (gnus-group-change-level, gnus-kill-newsgroup)
19345         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19346         (gnus-get-unread-articles, gnus-make-articles-unread)
19347         (gnus-make-ascending-articles-unread): Use accessor
19348         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19349         to get group information for improved readability.
19350
19351
19352 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19353
19354         * gnus-art.el (article-decode-mime-words, article-babel)
19355         (gnus-article-highlight-signature, gnus-article-add-buttons)
19356         (gnus-signature-toggle): Use gnus-with-article-buffer.
19357
19358         * gnus-art.el (gnus-article-highlight-headers)
19359         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19360
19361         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19362         (gnus-article-set-globals, gnus-request-article-this-buffer)
19363         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19364         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19365         (gnus-mime-display-alternative): Use with-current-buffer.
19366
19367 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19368
19369         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19370         also under 80 char limit, and call gnus-error if needed.
19371         (spam-fetch-article-header): Fix - it was a
19372         buffer-local variable (gnus-newsgroup-data).
19373         (spam-find-spam): Use spam-generate-fake-headers, forget about
19374         spam-insert-fake-headers.
19375         (spam-insert-fake-headers): Remove.
19376
19377 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * deuglify.el (gnus-article-outlook-unwrap-lines)
19380         (gnus-outlook-rearrange-article)
19381         (gnus-outlook-repair-attribution-outlook)
19382         (gnus-outlook-repair-attribution-block)
19383         (gnus-outlook-repair-attribution-other): Remove redundant
19384         save-excursion.
19385
19386 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19387
19388         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19389         (spam-fetch-field-subject-fast)
19390         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19391         (spam-fetch-article-header): Add functions to deal with Gnus
19392         internals for fast retrieval of article header data.
19393         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19394
19395 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19396
19397         * pop3.el (pop3-md5): Remove.
19398         (pop3-apop): Replace pop3-md5 with md5.
19399
19400         * mm-bodies.el: base64 is always built-in.
19401
19402         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19403         Use with-current-buffer.
19404
19405 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * canlock.el (canlock-insert-header): Remove excessive grouping in
19408         regexp.
19409
19410         * gnus-sum.el (gnus-summary-read-document): Ditto.
19411
19412         * gnus-uu.el (gnus-uu-part-number): Ditto.
19413
19414         * html2text.el (html2text-remove-tags): Ditto.
19415         (html2text-format-tags): Ditto.
19416         (html2text-format-single-elements): Ditto.
19417
19418         * mml.el (mml-parse-1): Ditto.
19419
19420 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19421
19422         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19423
19424         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19425
19426         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19427
19428         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19429
19430 2003-11-15  Simon Josefsson  <jas@extundo.com>
19431
19432         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19433         (pgg-gpg-lookup-key): Use regexp match instead of
19434         split-string (split-string is different between emacs 21.2 and
19435         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19436
19437 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19438
19439         * gnus-art.el (gnus-mime-view-all-parts)
19440         (gnus-article-part-wrapper, gnus-article-view-part):
19441         Use with-current-buffer.
19442
19443 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19444
19445         * spam.el (spam-disable-spam-split-during-ham-respool)
19446         (spam-spamoracle-database, spam-cache-lookups)
19447         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19448         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19449         (spam-group-ham-marks, spam-group-spam-marks)
19450         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19451         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19452         also add spam-use-blackholes to the statistical checks.
19453         (spam-fetch-field-fast): Add interface to fetching fields, may
19454         become a macro.
19455         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19456         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19457         (spam-insert-fake-headers): Fake an article when needed.
19458         (spam-find-spam): Fake article when possible.
19459         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19460         (spam-check-bogofilter-headers): Use message-fetch-field instead
19461         of nnmail-fetch-field.
19462
19463 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19464
19465         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19466
19467 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19468
19469         * spam.el (spam-split): Do not require spam-use-CHECK to be
19470         enabled if that check is passed to spam-split explicitly; also
19471         fix so 'spam doesn't get converted to spam-split-group when
19472         spam-split-symbolic-return is t.
19473         (spam-find-spam): Find registrations of the article and use those
19474         instead of re-running spam-split to find the spam/ham
19475         classification of the article.
19476         (spam-log-processing-to-registry, spam-log-registered-p)
19477         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19478         Use gnus-error instead of gnus-message.
19479         (spam-log-registration-type): Add function to determine the
19480         classification of a message based on registry entries; will
19481         return nil if both 'spam and 'ham are found.
19482         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19483         a reasonably fast local cache without the loading errors.
19484         (spam-cache-lookups): Set to t by default.
19485         (spam-find-spam): Don't try to guess spam-cache-lookups.
19486         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19487         spam-caches entry.
19488         (spam-filelist-build-cache, spam-filelist-check-cache):
19489         Fix caching of whitelist/blacklist entries.
19490         (spam-check-whitelist, spam-check-blacklist):
19491         Invoke spam-from-listed-p with a type, not a cache variable.
19492         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19493
19494 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19495
19496         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19497
19498         * nnmail.el (nnmail-split-fancy): do.
19499
19500         * mml.el (mml-parse): do.
19501
19502         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19503         (gnus-score-adaptive): do.
19504
19505 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19508         (gnus-mime-button-map): Don't set keymap parent.
19509         (gnus-button-ctan-directory-regexp): Use shy grouping.
19510         (gnus-prev-page-map): Don't set keymap parent.
19511         (gnus-prev-page-map): Remove duplicated one.
19512         (gnus-next-page-map): Don't set keymap parent.
19513         (gnus-mime-security-button-map): Ditto.
19514
19515         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19516         version number.
19517
19518         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19519
19520 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * canlock.el (canlock-sha1-function): Remove.
19523         (canlock-sha1-function-for-verify): Remove.
19524         (canlock-openssl-program): Remove.
19525         (canlock-openssl-args): Remove.
19526         (canlock-ignore-errors): Remove.
19527         (canlock-sha1-with-openssl): Remove.
19528         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19529         (canlock-verify): Don't use canlock-ignore-errors.
19530
19531         * sha1-el.el (sha1-string-external): Make it can return a string
19532         in binary form.
19533         (sha1-region-external): Ditto.
19534         (sha1-string-internal): Ditto.
19535         (sha1-region-internal): Ditto.
19536         (sha1-region): Ditto.
19537         (sha1-string): Ditto.
19538         (sha1): Ditto.
19539
19540 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19541
19542         * spam.el (spam-report-articles-gmane): New command.
19543
19544 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19547
19548         * run-at-time.el (run-at-time-saved): Remove.
19549         (run-at-time): Doc fix.
19550
19551 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19552
19553         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19554         (gnus-summary-limit-map): Add it.
19555         (gnus-summary-make-menu-bar): do.
19556
19557 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19558
19559         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19560         Make attempt at some caching support (done for BBDB only now).
19561         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19562         addresses to be checked.
19563         (spam-clear-cache-BBDB): Add function, to be invoked by
19564         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19565         (spam-check-BBDB): Check and use the caches, if
19566         spam-cache-lookups is on, remove superfluous (provide).
19567
19568 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19569
19570         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19571
19572 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19573
19574         * run-at-time.el (run-at-time-saved): Move to after the definition
19575         of `run-at-time'.
19576
19577         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19578
19579 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19582         mm-w3m-local-map-property.
19583
19584         * mm-view.el (mm-w3m-mode-map): Remove.
19585         (mm-w3m-local-map-property): Remove.
19586         (mm-inline-text-html-render-with-w3m): Don't use
19587         mm-w3m-local-map-property.
19588
19589 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19590
19591         * run-at-time.el: New file.
19592
19593         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19594         under Emacs.
19595
19596         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19597         of gnus-set-text-properties.
19598
19599         * gnus-uu.el (gnus-uu-save-article): Ditto.
19600
19601         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19602
19603         * gnus-cite.el (gnus-cite-parse): Ditto.
19604
19605         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19606         of gnus-.
19607
19608         * gnus-xmas.el (run-at-time): Require run-at-time.
19609
19610         * gnus.el: Change calls to nnheader-run-at-time and
19611         password-run-at-time throughout to use run-at-time directly.
19612
19613         * password.el: Remove definition of run-at-time.
19614
19615         * nnheaderxm.el: Remove definition of run-at-time.
19616
19617 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19618
19619         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19620         in prompt.
19621
19622 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19623
19624         * messagexmas.el (message-xmas-redefine): Alias
19625         `message-make-caesar-translation-table' to
19626         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19627         version.
19628
19629         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19630         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19631         `gnus-xmas-set-text-properties'.
19632         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19633         `gnus-xmas-completing-read'.
19634         (gnus-xmas-completing-read): Removed.
19635         (gnus-xmas-open-network-stream): Removed.
19636
19637         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19638         XEmacs version.
19639
19640         * dns.el (dns-make-network-process): Use `open-network-stream'
19641         instead of `gnus-xmas-open-network-stream'.
19642
19643         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19644
19645         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19646
19647 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19648
19649         * gnus-art.el (gnus-mime-display-alternative)
19650         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19651         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19652         Don't use gnus-local-map-property.
19653
19654         * gnus-util.el (gnus-local-map-property): Remove.
19655
19656         * mm-view.el (mm-view-pkcs7-decrypt):
19657         Replace gnus-completing-read-maybe-default with completing-read.
19658
19659         * gnus-util.el (gnus-completing-read): do.
19660         (gnus-completing-read-maybe-default): Remove.
19661
19662 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19663
19664         * password.el: Only autoload `run-at-time' if not XEmacs.
19665         Only autoload the itimer functions if XEmacs.
19666
19667 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19670         XEmacsen.
19671
19672         * dgnushack.el: Autoload executable-find for XEmacs.
19673
19674 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19675
19676         * gnus-art.el (gnus-read-string): Remove.
19677         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19678         read-string.
19679
19680 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19681
19682         * netrc.el: Autoload password-read.
19683         (netrc): Add configuration group.
19684         (netrc-encoding-method, netrc-openssl-path):
19685         Add variables for encoding and decoding of files with symmetric
19686         ciphers.
19687         (netrc-encode): Add assistant function to encode a file with
19688         netrc-encoding-method.
19689         (netrc-parse): Add interactive parameter, added optional
19690         decoding if netrc-encoding-method is non-nil but otherwise
19691         behavior is standard.
19692         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19693         Do s/encode/encrypt/ everywhere.
19694
19695         * spam.el: Remove executable-find autoload.
19696
19697 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19698
19699         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19700
19701         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19702
19703 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19704
19705         * gnus-art.el (gnus-treat-ansi-sequences)
19706         (article-treat-ansi-sequences): New variable and function.
19707         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19708
19709         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19710         Use it.
19711
19712 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19713
19714         * mm-util.el (mm-quote-arg): Remove.
19715
19716         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19717         shell-quote-argument.
19718
19719         * gnus-uu.el (gnus-uu-command): do.
19720
19721         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19722
19723         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19724         with make-char.
19725
19726         * mm-util.el (mm-make-char): Remove.
19727
19728         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19729         add-minor-mode.
19730
19731         * gnus-undo.el (gnus-undo-mode): do.
19732
19733         * gnus-topic.el (gnus-topic-mode): do.
19734
19735         * gnus-sum.el (gnus-dead-summary-mode): do.
19736
19737         * gnus-start.el (gnus-slave-mode): do.
19738
19739         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19740
19741         * gnus-ml.el (gnus-mailing-list-mode): do.
19742
19743         * gnus-gl.el (gnus-grouplens-mode): do.
19744
19745         * gnus-draft.el (gnus-draft-mode): do.
19746
19747         * gnus-dired.el (gnus-dired-mode): do.
19748
19749         * gnus-ems.el (gnus-add-minor-mode): Remove.
19750
19751         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19752         Replace gnus-char-width with char-width.
19753
19754         * gnus-ems.el (gnus-char-width): Remove.
19755
19756         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19757         Replace gnus-char-width with char-width.
19758
19759         * gnus-ems.el (gnus-char-width): Remove.
19760
19761         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19762         definition.
19763         Remove Emacs 20 hash table compatibility code.
19764
19765         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19766         20 compatibility code.
19767
19768         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19769
19770         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19771
19772         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19773         Replace with point-at-{eol,bol}.
19774
19775         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19776
19777         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19778
19779         * flow-fill.el (fill-flowed-point-at-bol)
19780         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19781
19782         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19783         Replace with point-at-{eol,bol} throughout all files.
19784
19785 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19786
19787         * ntlm.el (ntlm-string-as-unibyte): New macro.
19788         (ntlm-build-auth-response): Use it.
19789
19790         Remove Emacs 20 stuff:
19791         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19792         (butlast, mapc, remove): Remove the compiler macros.
19793         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19794         of delq and copy-sequence.
19795         * gnus-art.el (popup-menu): Remove the compiler macro.
19796         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19797         Emacs 20.
19798
19799 2004-01-05  Simon Josefsson  <jas@extundo.com>
19800
19801         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19802         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19803         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19804         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19805         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19806         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19807         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19808         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19809         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19810         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19811         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19812         string-xor into ntlm-string-xor.
19813         Suggested by Jesper Harder <harder@myrealbox.com>.
19814
19815         * ntlm.el: Don't include poem.
19816
19817         * md4.el (print-int32, print-string-hexa): Remove.
19818         Suggested by Jesper Harder <harder@myrealbox.com>.
19819
19820         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19821
19822         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19823         probably breaks emacs with DL patch, but do we care? Is anyone
19824         still using the DL stuff?)
19825
19826         * sieve-manage.el: Use the password package.
19827         (sieve-manage-read-passwd): Remove.
19828         (sieve-manage-interactive-login): Use password.  Re-add
19829         condition-case around loop.
19830
19831         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19832         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19833         Use the password package.
19834
19835 2003-02-19  Simon Josefsson  <jas@extundo.com>
19836
19837         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19838         token.
19839
19840 2002-08-07  Simon Josefsson  <jas@extundo.com>
19841
19842         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19843         (sieve-manage-authenticators):
19844         (sieve-manage-authenticator-alist): Add some SASL mechs.
19845         (sieve-sasl-auth): New function.
19846         (sieve-manage-cram-md5-auth):
19847         (sieve-manage-plain-auth): Rewrite using SASL library.
19848         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19849         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19850         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19851         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19852
19853 2004-01-05  Simon Josefsson  <jas@extundo.com>
19854
19855         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19856         New files.
19857
19858 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19859
19860         * gnus-group.el (gnus-no-groups-message): Update.
19861
19862         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19863
19864 2003-11-09  Simon Josefsson  <jas@extundo.com>
19865
19866         * imap.el: Support for ID IMAP extension (RFC 2971).
19867         (imap-local-variables): Add imap-id.
19868         (imap-id): New variable.
19869         (imap-id): New function.
19870         (imap-parse-response): Parse untagged ID response.
19871         * nnimap.el (nnimap-id): New variable.
19872         (nnimap-open-connection): Use it.
19873
19874 2003-12-28  Simon Josefsson  <jas@extundo.com>
19875
19876         * gnus-score.el (gnus-score-edit-all-score): New.
19877         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19878
19879 2004-01-04  Simon Josefsson  <jas@extundo.com>
19880
19881         * password.el: Add.
19882
19883 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19884
19885         * dns.el (dns-query-types): Fix typo.
19886         (dns-query-types): New function.
19887         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19888         PTR and SOA replies, see RFC 1035.
19889
19890 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19891
19892         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19893
19894         * Move to Changelog.2.
19895
19896 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19897
19898         * gnus.el (gnus-version-number): Bump version.
19899
19900 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19901
19902         * gnus.el: No Gnus v0.1 is released.
19903
19904 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19905
19906         * gnus.el: No Gnus v0.0 is released.
19907
19908 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19909
19910         * gnus.el (gnus-version-number): Bump.
19911         (gnus-version): No.
19912
19913 See ChangeLog.2 for earlier changes.
19914
19915     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19916       Free Software Foundation, Inc.
19917
19918   This file is part of GNU Emacs.
19919
19920   GNU Emacs is free software: you can redistribute it and/or modify
19921   it under the terms of the GNU General Public License as published by
19922   the Free Software Foundation, either version 3 of the License, or
19923   (at your option) any later version.
19924
19925   GNU Emacs is distributed in the hope that it will be useful,
19926   but WITHOUT ANY WARRANTY; without even the implied warranty of
19927   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19928   GNU General Public License for more details.
19929
19930   You should have received a copy of the GNU General Public License
19931   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19932
19933 ;; Local Variables:
19934 ;; coding: utf-8
19935 ;; fill-column: 79
19936 ;; add-log-time-zone-rule: t
19937 ;; End: